/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset ,input{
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	/* max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 
	border: none;
	margin: 0;
	padding: 0; */
	border: 0;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

@font-face {
	font-family: "iconfont"; /* Project id  */
	src: url('./font/iconfont.ttf?t=1702624919859') format('truetype');
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
body {
	background: #ffffff;
	font-family: myfont01;
	color: #333;
	font-size: 14px;
}
html,body{height: 100%;}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0;
	padding: 0;
}

/* list */
ul, ol {
	margin: 0;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
.pos_r{
	position: relative;
}
.pos_a{
	position: absolute;
}
.mt12{
	margin-top: 20px !important;
}
.mb12{
    margin-bottom: 12px !important;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
/********************
clearfix
 **********************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
STRUCTURE
*************************************************************************************/
.wrap{
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
}
/***********header**************/
/* header{
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
     ie6下样式，加下划线表示只针对ie6 的hack 
  _position:absolute;/* 把导航栏位置定义为绝对位置  关键
  _top:expression(documentElement.scrollTop + "px"); 把导航栏位置放在浏览器垂直滚动条的顶端  关键 
} */
.header_con{
	padding: 0 45px;
	background-color:rgba(255,255,255,0);
	height: 90px;
	transition: height 10s;
	-moz-transform: height 10s;
	-webkit-transform: height 10s;
	-o-transform: height 10s;
	overflow: hidden;
}
.header_con .logo{
	height: 55px;
	float: left;
	margin: 20px 0 0 0;
}
.header_con .logo img{
	height: 100%;
}
.header_con .header_inner_right{
	float: right;
	width: 150px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #a7a5a5;
	margin: 26px 0 0 0;
	position: relative;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.header_con .header_inner_right #search{
	background: #026ACB;
	background: none;
	float: left;
	border: 0;
	line-height: 30px;
	height: 30px;
	width: 95px;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 14px;
	outline: none;
}
.header_con .header_inner_right #search_btn{
	float: right;
}
.header_con .main_nav{
	float: right;
	margin:0 10px 0 0;
}
.header_con .main_nav ul.menu li{
	float: left;
	line-height: 90px;
	font-size: 16px;
}
.header_con .main_nav ul.menu li a{
	color: #ebede3;
    line-height: 30px;
    padding: 0px 15px;
    display: inline-block;
}
.header_con .main_nav ul.menu li a.onlink{
	border-bottom: 2px solid #7c98be;
}

.head_bg{
	transition: height 10s;
	-moz-transform: height 10s;
	-webkit-transform: height 10s;
	-o-transform: height 10s;
}
.header_ccon{
	padding: 0 45px;
	background-color:rgba(255,255,255,0.9);
	height: 90px;
	display: none;
	transition: height 10s;
	-moz-transform: height 10s;
	-webkit-transform: height 10s;
	-o-transform: height 10s;
	overflow: hidden;
}
.header_ccon .logo{
	height: 55px;
	float: left;
	margin: 20px 0 0 0;
}
.header_ccon .logo img{
	height: 100%;
}
.header_ccon .header_inner_right{
	float: right;
	width: 150px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	background: #FFFFFF;
	border: 1px solid #a7a5a5;
	margin: 26px 0 0 0;
	position: relative;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.header_ccon .header_inner_right #search{
	background: #026ACB;
	background: none;
	float: left;
	border: 0;
	line-height: 30px;
	height: 30px;
	width: 95px;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 14px;
	outline: none;
}
.header_ccon .header_inner_right #search_btn{
	float: right;
}
.header_ccon .main_nav{
	float: right;
	margin:0 10px 0 0;
}
.header_ccon .main_nav ul.menu li{
	float: left;
	line-height: 90px;
	font-size: 16px;
}
.header_ccon .main_nav ul.menu li a{
	color: #0d1620;
    line-height: 30px;
    padding: 0px 15px;
    display: inline-block;
}
.header_ccon .main_nav ul.menu li a.onlink{
	border-bottom: 2px solid #026ACB;
}
ul.submenu {
    display: none;
    background: #FFFFFF;
    padding: 10px 0;
    position: absolute;
    top: 62px;
    width: 180px;
    moz-box-shadow:2px 2px 5px #cccccc; 
    -webkit-box-shadow:2px 2px 5px #CCCCCC; 
    box-shadow:2px 2px 5px #CCCCCC;
}

ul.submenu>li {
    padding: 0 15px;
	color: #9d9d9d;
	line-height: 32px!important;
	font-size: 14px!important;
	float: none!important;
}
ul.submenu>li>a{
 color: #9d9d9d!important;
}
     
ul.submenu > li > a:hover{
    color: #000000!important;
}
ul.menu > li:hover > ul.submenu {
    display: block;
}
/***********header  end**************/
.content {
	padding-bottom: 300px;/*固定footer始终在最底部*/
}
.content1 {
	padding-bottom: 300px;/*固定footer始终在最底部*/
}
/***********header  end**************/
footer{
	text-align: center;
    line-height: 25px;
    padding: 30px 0;
    background: #292929;
    color: #a3a3a3;
}
footer a{
	color: #a3a3a3;
}

.ellipsis {
	white-space: nowrap;      /* 禁止换行 */
	overflow: hidden;         /* 隐藏溢出内容 */
	text-overflow: ellipsis;  /* 显示省略号 */
	width: 100%;             /* 必须指定宽度 */
	display: block;          /* 块级元素生效 */
}

/* 公用 */

.dw {
    margin: 0 auto;
}

/* 公用头部 */


.login_hd {
    width: 100%;
    height: 36px;
    color: #ffffff;
    background-color: #1579d7;
}

.login_hd .dw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.login_hd .dw .h_nav {
    line-height: 100%;
}

.login_hd .dw .h_nav li {
    font-size: 12px;
    float: left;
    color: #ffffff;
    padding: 0 10px;
}

.login_hd .dw .h_nav li a {
    color: #ffffff;
}

.login_hd .dw .h_nav li a:hover {
    color: #83b528;
}

.login_hd .dw .h_nav li a i {
    display: inline-block;
    margin-right: 3px;
}

.login_hd .dw .h_nav li a.act {
    color: #83B528;
}

.login_hd .dw .h_nav li.erTxt {
    position: relative;
    cursor: pointer;
}

.login_hd .dw .h_nav li.erTxt .erBox {
    display: none;
    z-index: 102;
    padding: 10px 5px;
    position: absolute;
    background: #ececec;
    box-shadow: 0px 6px 16px 0px rgba(4, 0, 0, 0.2);
    border-radius: 0px 0px 8px 8px;
}

.login_hd .dw .h_nav li.erTxt .erBox div {
    width: 110px;
    padding: 8px;
    background: linear-gradient(0deg, #1579d7, #84b528);
    border-radius: 8px;
    line-height: 0;
    text-align: center;
    margin: 0 5px;
}

.login_hd .dw .h_nav li.erTxt .erBox div img {
    display: block;
}

.login_hd .dw .h_nav li.erTxt .erBox div i {
    font-style: normal;
    color: #fff;
    line-height: 16px;
    display: block;
    margin-top: 5px;
}

.login_hd .dw .h_nav:nth-child(2) li {
    border-right: 1px solid #fff;
}

.login_hd .dw .h_nav:nth-child(2) li:nth-last-child(1) {
    border-right: none;
}

.topv4 {
    margin: 16px auto;
    /*搜索框*/
}

.topv4 .logo {
    float: left;
    width: 192px;
}

.topv4 .searchBox {
    width: 525px;
    float: left;
    position: relative;
    margin-left: 64px;
    height: 40px;
    background-color: #138146;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1579D7), to(#8DBC75));
    background-image: -webkit-linear-gradient(90deg, #1579D7, #8DBC75);
    background-image: -moz-linear-gradient(90deg, #1579D7, #8DBC75);
    background-image: -ms-linear-gradient(90deg, #1579D7, #8DBC75);
    background-image: -o-linear-gradient(90deg, #1579D7, #8DBC75);
    background-image: linear-gradient(90deg, #1579D7, #8DBC75);
    border-radius: 8px;
    margin-top: 9px;
}

.topv4 .searchBox .form {
    width: 525px;
    height: 36px;
    border-radius: 8px;
    margin-top: 2px;
}

.topv4 .searchBox .form .select {
    width: 80px;
    height: 100%;
    position: relative;
    float: left;
}

.topv4 .searchBox .form .select .select-top p {
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 8px 0 0 8px;
    margin-left: 2px;
}

.topv4 .searchBox .form .select .select-top p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #e6e6e6;
}

.topv4 .searchBox .form .select .select-top i {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    right: 6px;
    top: 9px;
    transform: scale(0.8);
}

.topv4 .searchBox .form .select .select-top.focus i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg) scale(0.8);
    top: 9px;
}

.topv4 .searchBox input {
    width: 347px;
    float: left;
    height: 36px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    color: #aaa;
    text-indent: 5px;
}

.topv4 .searchBox button {
    width: 100px;
    float: right;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-top: -2px;
    margin-right: -2px;
    border-radius: 0 8px 8px 0;
    background-color: #589E6B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#589E6B), to(#8DBC75));
    background-image: -webkit-linear-gradient(90deg, #589E6B, #8DBC75);
    background-image: -moz-linear-gradient(90deg, #589E6B, #8DBC75);
    background-image: -ms-linear-gradient(90deg, #589E6B, #8DBC75);
    background-image: -o-linear-gradient(90deg, #589E6B, #8DBC75);
    background-image: linear-gradient(90deg, #589E6B, #8DBC75);
}

.topv4 .searchBox button i {
    font-size: 14px;
    vertical-align: text-top;
    margin-right: 5px;
    display: inline-block;
    background: url(images/icon_serch.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 16px;
}

.topv4 .searchBox ul {
    position: absolute;
    z-index: 9999;
    width: 76px;
    border: 2px solid #1579D7;
    display: block;
    top: 37px;
    left: 0px;
    padding: 5px 0;
    background: #fff;
    display: none;
}

.topv4 .searchBox ul li {
    display: block;
    font: normal 14px/22px microsoft yahei;
    color: #333;
    text-align: center;
    line-height: 25px;
}

.topv4 .searchBox ul li:hover {
    background: #1579D7;
    color: #fff;
}