body{color: #262626; font-family:"微软雅黑";}
a{color:#262626}
a:hover{color:#1467ad}
a:visited{color:#262626}
a:active,a:focus,a:hover{color:#1467ad}

@font-face {
    font-family: 'pmzd';
    src: url('../font/PangMenZhengDaoBiaoTiTi-1.woff') format("woff");
 }

.loadingDiv{}
.loadbg{ position: fixed; background:url(../img/bg_loading.jpg) no-repeat center center; background-size: cover; width: 100%; height: 100%; z-index: 100000; top: 0; left: 0;}
.loadbg .load-logo{ width: 520px; height: 131px; position: absolute; left: 0; top: -250px; right: 0; bottom: 0; margin: auto auto; background:url(../img/logo_loading.png) no-repeat center center; background-size: 100%;}
.loadbg .dot-line{ position: absolute; width: 100%; height: 2px; background: rgba(255,255,255,0.2);left: 0; top: 0; bottom: 0; margin: auto auto; }
.loadbg .dot-num{ background: #fff; width: 0; position: relative; height: 2px;}
.loadbg .dot-img{ background: url(../img/loading.png) no-repeat 0 0; width: 289px; height: 194px; background-size:100% auto ; position: absolute; left: -289px; top: 290px; bottom: 0; margin: auto 0; transition: all 1.2s;}
.loadbg .amt-num{ width: 100%; transition: all 2s;}
.loadbg .amt-img{ left: 100%; transition: all 2.2s;}

.header{ height: 120px; top: 0; left: 0; width: 100%; z-index: 10000; position: fixed;}
.header .hdiv{ padding:0 3%;}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 120px; text-align: left; margin: 0; margin-top:-0.4rem;}
.logo a{ height: 100%; line-height: 0; text-align: left; align-items:start;}
.logo img{vertical-align: middle;max-height:100%;}
.logo .active{ display: none;}

.fix-head,.Hhover{ background: #fff; box-shadow: #ddd 0 0 10px; transition: all 0.5s;}
.fix-head .logo .def,.Hhover .logo .def{ display: none;}
.fix-head .logo .active,.Hhover .logo .active{ display: block;}
.fix-head,.fix-head .logo{ height: 80px;}

.htool{ height: 120px; overflow: hidden;}
.htool .htel{ padding-top: 3rem; line-height: 30px; color: #fff; font-size: 2rem; font-weight: bold; }
.htool .htel i{font-weight: normal; font-size:5rem; color: #ddd; display: inline-block; vertical-align: middle; margin-right: 5px;}
.htool .htel span{ display: inline-block; vertical-align: middle;}
.fix-head .htool .htel,.Hhover .htool .htel{ color: #333;}
.fix-head .htool .htel i,.Hhover .htool .htel i{ color: #2f75b5;}
.fix-head .htool .htel{ padding-top: 1rem;}
.fix-head .htool{ height: 80px;}

.wapNavBtn{display:none;line-height: 60px; height:60px; width:60px;font-size: 2rem; z-index:1000000; float: right; width: 60px;}
.wapNavBtn:before{color: #d11734;font-weight: bold;}
.wapNavBtn.on:before{}

.wapNavBtn span{ display:block; right:0; width:65%; height:3px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; margin:0 auto; border-radius: 3px; background: #fff;}
.wapNavBtn span:nth-child(1){animation: outfirst 0.5s; transform: translateY(15px) rotate(0); }
.wapNavBtn span:nth-child(2){animation: outlast 0.5s; transform: translateY(21px) rotate(0); }
.wapNavBtn span:nth-child(3){animation: outlast 0.5s; transform: translateY(27px) rotate(0); }

.wapNavBtn.on span{ background:#fff; z-index: 100000; }
.wapNavBtn.on span:nth-child(1){transform: translateY(25px) rotate(45deg); }
.wapNavBtn.on span:nth-child(2){transform: translateX(0) rotate(0); display:none;}
.wapNavBtn.on span:nth-child(3){transform: translateY(23px) rotate(-45deg);}

.fix-head .wapNavBtn span,.Hhover .wapNavBtn span{ background: #333;}
.fix-head .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #fff;}

/* 导航-1 */
.nav_bg{position:relative;height: 120px;}
.navBox{width:100%;}
.navBox ul.navCont{}
.navBox ul.navCont li.child{float:left;width:16%;text-align:center;position:relative;}
.navBox ul.navCont li.child a{display: block;color:#fff; font-size: 2rem; text-transform:uppercase; line-height: 120px; position: relative; transition: all 0.1s; }
.navBox ul.navCont li.child a span{ position: relative; z-index: 2;}
.navBox ul.navCont li.child a:hover{ color: #2f75b5;}
.navBox ul.navCont li.child.cur a{ width:100%; color: #2f75b5;}

.fix-head .navBox ul.navCont li.child a,.Hhover .navBox ul.navCont li.child a{ color: #333; transition: all 0.1s;}
.fix-head .navBox ul.navCont li.child a:hover,.Hhover .navBox ul.navCont li.child a:hover{ color: #2f75b5;}
.fix-head .navBox ul.navCont li.child a{ line-height: 80px;}
/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:100%; left: 0; right: 0; z-index:999;display:none;width:100%; background:#fff; padding: 10px 0; text-align: center; margin: 0 auto; border-top: 2px solid #2f75b5;}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; border-bottom: 1px dashed #e5e5e5;}
.navBox ul.navCont li.child .childcont li:nth-last-child(1){ border-bottom: 0;}
.navBox ul.navCont li.child .childcont a{line-height: 40px; color:#333; background: no-repeat; height: auto; margin: 0; font-size: 16px;font-weight: normal;}
.navBox ul.navCont li.child .childcont a:hover{ color:#2f75b5; text-decoration:none;}
.navBox ul.navCont li.child .pro-cate{ position: fixed; width: 100%; top: 100px; background-color: #fbfbfb; box-sizing: border-box; padding: 0;}
.pro-cate .pro-brow{ text-align: center; padding: 30px 0;}
.pro-cate .pro-brow i{ display: block;}
.pro-cate .pro-brow span{ font-weight: bold; font-size: 18px; display: block; margin: 10px 0;}
.pro-cate .pro-brow .psub{ line-height: 36px;}
.navBox ul.navCont li.child .pro-cate .pro-brow .psub a{ display: inline-block; color: #666; font-size: 16px; line-height: 36px;}
.navBox ul.navCont li.child .pro-cate .pro-brow .psub a:hover{color:#2f75b5;}
.pro-cate .pro-brow:hover{ background-color: #fff;}

.fix-head .navBox ul.navCont li.child .childcont{ top: 80px;}
/*底部*/
.footer{ background: #000; color: #a3a3a3; border-top: 2px solid #2f75b5; padding: 6rem 0 0; line-height: 36px; position: relative; font-size: 14px;}
.footer a{ color: #a3a3a3; display: inline-block; margin: 0 5px;}
.footer a:hover{ color: #448dcf;}
.footer span{ display: inline-block; margin: 0 10px;}
.footer .flink{ line-height: 24px;}
.footer .fpad{ padding: 0 3%;}

.fcont{}
.fcont i{ font-size: 2.2rem; display: inline-block; vertical-align: middle; width: 30px;}

.fcoy{ padding: 15px 0; border-top: 1px solid #454545; text-align: center;}
.fcoy p span{ display: inline-block; margin: 0 10px;}

.ftel i{ font-size: 3rem; color: #fff; display: inline-block; border-right: 1px solid #5c5c5c; padding-right: 10px; vertical-align: middle;}
.ftel span{ line-height: 24px; color: #fff; font-size: 18px; font-weight: bold; vertical-align: middle;}
.ftel .fr{ width: 25%;}
.ftel .fl{ padding-top: 10px;}


.fnav{ line-height: 30px; clear: both; overflow: hidden; margin-top: 2rem; text-align: center;}
.fnav .fw{ float: left; width: 25%;}
.fnav .fw:nth-child(2){ width: 25%;}
.fnav span,.fmsg span{ display: block; font-size: 16px; color: #fff; margin: 0;}
.fnav a{ margin: 0;}

.fwx p{ line-height: 24px;}
.fwx a{ display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 30px; border: 1px solid #757575; color: #757575;}
.fwx a i{ font-size: 2rem;}
.fwx a:hover{ background-color: #448dcf; color: #fff; border-color: #448dcf;}

.fixedTop{ position: fixed; width: 70px; height: 70px; box-sizing: border-box; padding: 10px; border-radius: 60px; background-color: rgba(49,49,49,0.12); right: 20px; bottom: 10%; z-index: 10; cursor: pointer;}
.fixedTop i{ background-color: #313131; display: block; border-radius: 50px; line-height: 50px; color: #fff; font-size: 2.6rem; text-align: center;}

/*标题样式*/
.box-title{ line-height: 5rem; clear: both;overflow: hidden; position: relative; text-align: center;}
.box-title span{color: #333333; font-size: 4.8rem; display: inline-block; font-weight: bold;}
.box-title p{ color: #666666; font-size: 18px;}


.box-title2{ position: relative;}
.box-title2 .jcent{ position: absolute; height: 100%; left: 0; width: 20%; background: rgba(234,130,0,0.8); top: 0; z-index: 2; color: #fff;}
.box-title2 .jcent i{ font-size: 4rem; line-height: 4rem;}
.box-title2 .jcent span{ font-size: 2.4rem; line-height: 30px; display: block; margin-top: 1rem;}

/*媒体盒子模型*/
.media-box{display:block;margin-bottom:10px;width: 100%;}
.media-box a{ display: block;}
.media-box .icon{ background: #efefef; width: 100%; overflow: hidden; text-align: center;}
.media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.media-box .icon img{ max-height: 100%;}
.media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.media-box h3{ text-align: center; font-size: 1.8rem; color: #373737; padding: 1rem 0;}
.media-box a:hover .icon img{transform:scale(1.2);}

/*翻页*/
.pager{text-align: center; color: #333;}
.pager a{ width: 40px; height: 40px; line-height:40px; display: inline-block;margin:0 2px; color: #333; text-align: center; border:1px solid #dbdbdb; color: #333; position: relative; }
.pager a::before,.pager a::after{ content: "";position: absolute; top: 0; bottom: 0; left: 0; right: 0;z-index: 1; margin: 0;}
.pager a::before,.pager a::after{ }
.pager a:hover::before{ animation: clipMe2 4s -2s linear infinite; box-shadow: inset 0 0 0 1px;}
.pager a:hover::after{ animation: clipMe2 4s linear infinite; box-shadow: inset 0 0 0 1px;}
.pager a.on{ border-color:#333 ; color:#333;}
.pager a:nth-child(1),.pager a:nth-child(2){ width: 60px;}
.pager a:nth-last-child(1),.pager a:nth-last-child(2){ width: 60px;}
.pager a:hover:nth-child(1)::before,.pager a:hover:nth-child(2)::before,.pager a:hover:nth-last-child(1)::before,.pager a:hover:nth-last-child(2)::before{ animation: clipMe3 4s -2s linear infinite; box-shadow: inset 0 0 0 1px;}
.pager a:hover:nth-child(1)::after,.pager a:hover:nth-child(2)::after,.pager a:hover:nth-last-child(1)::after,.pager a:hover:nth-last-child(2)::after{ animation: clipMe3 4s linear infinite; box-shadow: inset 0 0 0 1px;}

@keyframes clipMe2 {
	0%, 100% {
		clip: rect(0px, 40.0px, 2px, 0px);
	}
	25% {
		clip: rect(0px, 2px, 40.0px, 0px);
	}
	50% {
		clip: rect(20.0px, 40.0px, 40.0px, 0px);
	}
	75% {
		clip: rect(0px, 40.0px, 40.0px, 20.0px);
	}
}
@keyframes clipMe3 {
	0%, 100% {
		clip: rect(0px, 60.0px, 2px, 0px);
	}
	25% {
		clip: rect(0px, 2px, 60.0px, 0px);
	}
	50% {
		clip: rect(20.0px, 60.0px, 60.0px, 0px);
	}
	75% {
		clip: rect(0px, 60.0px, 60.0px, 20.0px);
	}
}
/*文章列表*/
.nlist li{ border-bottom: 1px solid #ddd; padding: 1.5rem 0; clear: both; overflow: hidden; line-height: 3rem;}
.nlist li a{ display: block; float: left; width: 80%; font-size: 1.6rem; background: url(../img/sdot.png) no-repeat 0 center; padding-left: 2rem;}
.nlist li span{ float: right; color: #a3a3a3; font-weight: normal; font-size: 14px;}
.nlist li p{ color: #666; clear: both; padding-top: 0.5rem;}

.nlist-2 li{ background: #f5f5f5; padding: 0 3rem 0 5rem; line-height: 5.4rem; margin-bottom: 1.2rem; position: relative; clear:both; overflow: hidden;}
.nlist-2 li:before{ content: "A"; color: #fff; width: 3.4rem; height: 3.4rem; text-align: center; line-height: 3.4rem; text-align: center; display: block; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0;background-image:linear-gradient(-300deg,#045098,#1469ba) ; border-radius: 1rem 0 1rem 0;}
.nlist-2 li a{ display: block; width: 80%; font-weight: bold; font-size:16px; float: left;}
.nlist-2 li .navContent{ display: none; clear: both; overflow: hidden;}
.nlist-2 li .show{ display: block;}
.nlist-2 li i{ float: right; display: block; cursor: pointer; font-size: 3rem; color: #959595;}
.nlist-2 li i:after{ content: "\e628";font-family: "iconfont" !important;}
.nlist-2 li i.open::after{ content: "\e702";}
.nlist-2 li p{ line-height: 26px; margin-bottom: 2rem; color: #999;}

.ul-news li{ line-height: 48px; clear: both; overflow: hidden;}
.ul-news li a{ font-size: 16px; color: #2d2d2d; display: block; width: 70%; font-weight: bold; float: left;}
.ul-news li span{ float: right;}
.ul-news li a:hover{ color: #2481e1;}

a.amore{display: inline-block; color: #ddd; }
a.amore i{ font-size: 3rem;}
a.amore:hover{ color: #ea8610;}


.bk-num .brow{ float: left; margin-right: 2%; width: 18%; text-align: center;}
.bk-num .brow:last-child(1){ margin-right: 0;}
.bk-num .brow span{ display: inline-block; position: relative; font-size: 6rem; font-family: "pmzd"; line-height: 6rem;}
.bk-num .brow span i{ display: inline-block; width: 21px; height: 21px; border-radius: 5px; text-align: center; line-height: 21px; border: 1px solid #2f75b5; color: #2f75b5; font-size: 16px; font-family: "微软雅黑"; position: absolute; top: 0; right: -2.4rem;}
.bk-num .brow p{ font-size: 16px; color: #333;}


.img-box2 a{ position: relative; overflow: hidden;}
.img-box2 a .icon{ background: #000; position: relative; overflow: hidden;}
.img-box2 a .icon img{ width: 100%; /*min-height: 100%;*/}
.img-box2 .ntit{ position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 100%; background-image: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0.2));}
.img-box2 .ntit span{ position: absolute; bottom: 0; left: 0; padding: 30px; font-weight: bold; color: #fff; font-size: 18px; line-height: 30px; display: inline-block;}
.img-box2 .bhover{ position: absolute; width: 100%; box-sizing: border-box; padding: 2rem 2rem 3rem; background-color: #fff; z-index: 3; bottom: -550px; left: 0; transition: all 0.6s;}
.img-box2 .bhover span{ font-size: 2.4rem; color: #333; display: inline-block; vertical-align: middle;}
.img-box2 .bhover .fr{ width: 40%;}
.img-box2 .bhover .fl{ width: 58%; line-height: 56px; vertical-align: middle;}
.img-box2 .bhover .bimg{ background-color: #fff; overflow: hidden;}
.img-box2 .bhover .bimg img{ vertical-align: middle}
.img-box2 .bhover p{ margin: 2rem 0; color: #666; font-size: 16px;}
.img-box2 .bhover i{ color: #2f75b5; font-size: 18px; text-decoration: underline;}
.img-box2 a:hover .bhover{ bottom: 0; transition: all 0.6s;}

a.more{ display: inline-block; text-align: center; background-color: #2f75b5; border-radius: 38px; line-height: 38px; font-size: 16px; color: #fff; position: relative; padding: 0 30px;}
a.more:hover{ background-color: #FF0000; transition: all 0.3s;}