@charset "utf-8";
*{ margin:0; padding:0; font-size:0.48rem; font-family: "\5fae\8f6f\96c5\9ed1","\5B8B\4F53","\9ED1\4F53",arial,sans-serif; }
.clear { clear:both; font-size:0px; }
img{ border:0px;}
input{outline:none;}
ul{ margin:0; padding:0; }
li{ list-style-type:none; }
.left{ float:left;}
.right{ float:right;}
a{ text-decoration:none; color:#333333; }
.lue{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.row{ display: flex; flex-direction: row; flex-wrap: wrap;}
.row_bian{ display: flex; justify-content:space-between;}
.neibian{ box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
.header{ min-width:1440px; height:1140px;
/*background:url('../images/index_bg.jpg') no-repeat center top; background-repeat:no-repeat ;*/
}
.header .dh{ margin:0 auto; width:1440px; height:120px; display: flex; justify-content:space-between;}
.header .dh .logo{ width:200px; }
.header .dh .dh_list{ padding-top:16px;}
.header .dh .dh_list .li{ width:200px; height:81px; text-align:center; line-height:81px;}
.header .dh .dh_list .li a{ font-size:18px; font-weight:800; }
.header .dh .dh_list .li.on{ border-bottom:3px solid #ef3743;}
.header .dh .dh_list .li:hover{ border-bottom:3px solid #ef3743;}

.header_position{ position: fixed;left:0px; top:0px;}
.header_line{ width:100%; height:120px; z-index:10;}
.header_line.bg{ background-color:#ffffff;}
 
.header_piao{ margin:0 auto; width:1440px; height:120px; display: flex; justify-content:space-between; z-index:20;}
.header_piao .logo{ width:200px; height:110px;}
.header_piao .dh_list{ padding-top:16px;}
.header_piao .dh_list .li{ width:200px; height:81px; text-align:center; line-height:81px;}
.header_piao .dh_list .li a{ font-size:18px; font-weight:800; color:#4b4b4b;}
.header_piao .dh_list .li.on{ background-color:#a7d362;}
.header_piao .dh_list .li.on a{ color:#ffffff;}
.header_piao .dh_list .li:hover{ color:#ffffff;background-color:#a7d362;}
.header_piao .dh_list .li:hover a{ color:#ffffff;}

.header_piao .dh_list .li2{ width:200px; height:81px; text-align:center; line-height:81px;}
.header_piao .dh_list .li2 a{ font-size:18px; font-weight:800; color:#4b4b4b;}
.header_piao .dh_list .li2.on{  border-bottom:3px solid #ef3743;} 
.header_piao .dh_list .li2:hover{ border-bottom:3px solid #ef3743;}
 
.bottom{ min-width:1440px; height:600px; background:url(../images/bottom.jpg) no-repeat center top; background-repeat:no-repeat ;}
.bottom .column{ margin:0 auto; width:1440px; padding-top:130px;}
.bottom .column .img{ width:300px; height:100px; margin-left:50px; margin-right:140px;}
.bottom .column .blist_li{ width:180px;}
.bottom .column .blist_li .tit{ display:block; font-size:17px; color:#ffffff; font-weight:800; line-height:38px; }
.bottom .column .blist_li .li{ display:block; font-size:15px; color:#ffffff; font-weight:100; line-height:30px;}

/*分页*/
.p_list{ clear:both;}
.gpage{ text-align:center; font-family:"宋体"; padding-bottom:10px; }
.gpage span{ font-family:"宋体"; }
.gpage span.on{ padding:3px 5px 3px 5px; margin-right:5px; border:1px solid #ff0000; color:#ff0000; font-size:12px; text-decoration:none; font-family:"宋体"; }
.gpage a{  padding:3px 5px 3px 5px; margin-right:5px; border:1px solid #333333; color:#333333; font-size:12px; text-decoration:none; font-family:"宋体";  }
.gpage span.dot{ padding:3px 5px 3px 5px; margin-right:5px; font-size:14px; text-decoration:none;  font-family:"宋体"; }