﻿@charset "utf-8";
/* CSS Document */
/*
* @description: 专题样式
* @author: ishang_pan
* @update: ishang_pan (2019-09-24 10:38)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*html{background-image:url(about:blank); background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{padding:0; margin:0; font: 16px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color:#333; min-width: 1200px;}
input,textarea,select,button,label{vertical-align:middle; outline:none; font-family:"Microsoft YaHei",微软雅黑;}
textarea{resize:none;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#333; text-decoration:none; outline:none;}
a:hover{color:#e22929; text-decoration:none;}
a img{border:none;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.f-clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
* html .f-clearfix{zoom: 1;} /* IE6 */
*:first-child+html .f-clearfix{zoom: 1;} /* IE7 */
h1,h2,h3{font-weight: normal;}
.f-dn{display: none;}
.f-pr{position: relative;}
.f-pa{position: absolute;}

/*function*/
.f-dn{display: none;}
.f-db{display: block;}
.f-fl{float: left;}
.f-fr{float: right;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-pf{position: fixed;}
.f-oh{overflow: hidden;}
.f-fwn{font-weight: normal;}
.f-fwb{font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.f-csp{cursor: pointer;}
.f-csd{cursor: default;}
.f-csh{cursor: help;}
.f-csm{cursor: move;}
.f-usn{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.f-clear{margin: 0; padding: 0; height: 0; overflow: hidden; visibility: hidden; content: "."; clear: both; font-size: 0; }
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
*:first-child+html .f-clearfix{zoom: 1;}
.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-nmg{margin: 0!important;}
.f-mlr2{margin: 0 2px;}
.f-mlr5{margin: 0 5px;}
.f-mlr7{margin: 0 7px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlr25{margin: 0 25px;}
.f-mlrf3{margin: 0 -3px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf6{margin: 0 -6px;}
.f-mlrf7{margin: 0 -7px;}
.f-mlrf8{margin: 0 -8px;}
.f-mlrf9{margin: 0 -9px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-mlrf25{margin: 0 -25px;}
.f-mlrf30{margin: 0 -30px;}
.f-mlrf40{margin: 0 -40px;}
.f-mlrf55{margin: 0 -55px;}
.f-plr3{padding: 0 3px;}
.f-plr5{padding: 0 5px;}
.f-plr6{padding: 0 6px;}
.f-plr7{padding: 0 7px;}
.f-plr8{padding: 0 8px;}
.f-plr9{padding: 0 9px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-plr25{padding: 0 25px;}
.f-plr30{padding: 0 30px;}
.f-plr40{padding: 0 40px;}
.f-mb5{margin-bottom: 5px;}
.f-mb10{margin-bottom: 10px;}
.f-mb15{margin-bottom: 15px;}
.f-mb14{margin-bottom: 14px;}
.f-mb20{margin-bottom: 20px;}
.f-mb25{margin-bottom: 25px;}
.f-mb30{margin-bottom: 30px;}
.f-mb40{margin-bottom: 40px;}
.f-mt40{margin-top: 30px;}
.f-nbg{background: none!important;}
.f-nbd{border: none!important;}
.f-ofh{overflow: hidden;}

/*全局 end*/

/*头部 on*/
.is-header{width: 100%; height: 360px; overflow: hidden;}
.is-header .u-banner{left: 50%; margin-left: -960px; top: 0; display: block; width: 1920px; height: 360px;}
.is-header .u-logo{display: block; left: 50%; margin-left: -600px; top: 10px;}
/*头部 end*/

/*网站首页 on*/
.is-main{margin: 20px auto; width: 1200px;}
.m-gbtans{margin: 40px auto 50px;     text-align: center; height: 62px;}
.m-gbtans li{position: relative;     display: inline-block; margin: 0 15px; width: 200px; height: 62px; line-height: 62px; text-align: center;}
.m-gbtans li a{display: block; background: #ebebeb; border-radius: 5px; font-size: 24px; font-weight: bold; color: #525252;}
.m-gbtans li i{position: absolute; left: 50%; margin-left: -10px; bottom: -11px; display: none; width: 21px; height: 11px; background: url(../images/home/bg-act.png) no-repeat;}
.m-gbtans li.u-active a{background: #b90609; color: #fff;}
.m-gbtans li.u-active a i{display: block;}
.m-gbbox{padding: 29px 29px 10px; border: 1px solid #ddd;}
.g-gbbox .u-tit{height: 50px; line-height: 50px; background: #f5f5f5; font-size: 22px; font-weight: bold; color: #b90609;}
.g-gbbox .u-tit span{display: block; padding-right: 6px; width: 54px; margin-right: 14px; color: #fff; background: url(../images/home/bg-tit.png) left center no-repeat; text-align: center; float: left;}
.g-gbbox ul{padding: 8px;}
.g-gbbox li{line-height: 58px; width: 25%; float: left;}
.g-gbbox li a{padding-left: 15px; background: url(../images/home/icon-li.png) left center no-repeat;}
/*网站首页 end*/

/*footer*/
/*footer*/
.is-footer{border-top: 10px solid #b80608;background: #fff;    margin-top: 20px;}

.m-linksbox{ border-bottom: 1px solid #bababa;}
.m-links{padding: 10px 0;}

.m-links section{}
.m-links h2{margin: 19px 0;height: 36px;line-height: 36px;font-size: 18px;color: #b80608;font-weight: bold;width: 7.5%;}
.u-links{margin: 19px 0; height: 36px; border: 1px solid #ddd; }
.u-links dl{position: relative; z-index: 2;}
.u-links dl dt.u-active{color: #b80608;}
.u-links dl dt{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;margin: 0 7px; line-height: 34px; cursor: pointer; font-size: 14px; font-weight: normal; color: #666;background: url(../images/public/icon-links.png) #fff right center no-repeat;} 
.u-links dl dd{position: absolute; top:35px; left: 0; right: 0; display: none; max-height: 130px; background: #fff; padding: 5px; overflow-y: auto;}
.u-links dl dd ul li{line-height: 30px;}
.u-links dl dd ul li a{display: block; padding: 0 12px; font-size: 14px;}
.u-links dl dd ul li a:hover{background: #c1dbf7;}
.m-lkboxs ul{margin-bottom: 20px;}
.m-lkboxs li{line-height: 26px;}
.m-lkboxs li a{display: block; padding-left: 12px; background: url(../images/public/icon-li2.png) left center no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; font-size: 14px;}

.m-footer{padding: 14px 0 24px;}
.m-ftfuns{line-height: 26px;}
.m-ftfuns,.m-ftfuns a{color: #282828; font-size: 14px;}
.m-copyright p{line-height: 30px;}
.m-copyright p,.m-copyright p a{color: #666; font-size: 14px;}
.m-copyright p img{vertical-align: middle;}
#_ideConac{    position: absolute;left: -16px;top: 33px;}
#_span_jiucuo{position: absolute; left: 60px;top: 44px;}
.u-jbzx{  right: 0; top: 45px;  } 
.u-slhwza{width: 120px;height: 54px;right: 140px;top: 45px;}
.u-slhwza img{width: 120px;height: 54px;}
/*large pcScreen*/
@media (min-width:1240px) {
    .container{padding:0 20px;width: 1240px;}
   .m-links .m-section{    width: 15.4%;}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1239px) {
    .g-nav li{width: 11.11%}
    .g-nav li a{width: 100% !important;}
    .m-links h2{display: none !important;}
  .m-links .m-section{width: 16.6%;}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    .m-links .m-section{    width: 16.6%;} 
	#_ideConac{left: 6px;}
	.u-jbzx{right: -15px;}
    .page_nav ul li a{padding-right: 20px;font-size: 16px;}
    .f-mdplr5{padding: 0;}
}
/*pad md*/
@media screen and (max-width: 991px ){
    .page_nav .container{height: 50px;line-height: 50px;}

    .f-sm-mb0{margin-bottom: 0;}
    .f-sm-mb10{margin-bottom: 10px;}
    .f-sm-mb15{margin-bottom: 15px !important;}
    /**头部991***/
    .f-md-wa {width: auto!important;}
    .f-md-fn {float: none!important;}
    .f-md-dn{display: none !important;}
    .g-banner{padding: 18px 0;}
    .g-search .u-searchtext{*+width: 100%; *+padding: 0;}
    .m-nav{height: 50px;}
    .g-nav li a{line-height: 50px;height: 50px;font-size:16px;}
    .m-search{padding-bottom: 0;}

    .m-links section{    width: 50%;}
    /* #_ideConac,#_span_jiucuo,.u-jbzx,.u-slhwza{display: none;} */
    .m-links{padding: 5px 0;}
    .u-links{margin: 5px 0;}
    .f-smmlrf5{margin: 0 -5px;}
    .f-smmlrf35{margin: 0 -35px;}
    .m-links .m-section{    width: 50%;}

}