body{color: #333;}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#264c90}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    position: relative;
    background-color: #264c90;
}
.header .wh{ padding: 0 3%;}
.nhead{ background-color: #fff; box-shadow: #ddd 0 0 15px;}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 84px; text-align: left; margin: 0; }
.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 .logo .show,.nhead .logo .show{ display: none;}
.fix-head .logo .hide,.nhead .logo .hide{ display: block;}

.htool{ text-align: right; text-align:right; }

.sdot{ display: inline-block; text-align: right; margin-left: 2%; vertical-align: middle; cursor: pointer;}
.sdot i{font-size: 28px;vertical-align: sub; }

.htool a{height: 40px; line-height: 40px; color: #fff; padding: 0 10px;}/*padding: 0 20px;*/
.htool a .span{ display: inline-block; border-radius: 100%; width: 16px; height: 16px; line-height: 16px; background-color: #cc2c2f; color: #fff; text-align: center; margin: 0 5px;}
.htool a:hover,.htool a.active{ background-color: #264c90; color: #fff;}


.lang{ display: inline-block; margin-right: 20%; margin-left: 5%; color: #fff; font-size: 16px; vertical-align: middle; position: relative; cursor: pointer;}
.lang .lang-list{ position: absolute; top: 65px; width: 60px; left: -20px; background-color: #fff; padding: 10px; display: none;}
.lang .lang-list a{ display: block; line-height: 36px; text-align: center; color: #333;}
.lang .lang-list a:hover{ color: #264c90;}
.lang:hover .lang-list{ display: block;}

.search{ position: absolute; width: 100%; bottom: -27px; left: 0; z-index: 1000;}
.search .text1{display: block; height: 54px; line-height: 54px; border: 0; background-color: #fff; color: #666; width: 85%; box-sizing: border-box; padding: 0 20px; border-radius: 5px 0 0 5px; box-shadow: #ededed 5px 5px 5px;}
.search button{ position: absolute; right: 0; top: 0; width: 15%; text-align: center; line-height: 54px; height: 54px; background: #cc2c2f; border: 0;border-radius: 0 5px 5px 0; color: #fff; font-size: 18px; font-weight: bold; vertical-align: middle;}
.search button i{ font-size: 24px; font-weight: normal; margin-right: 5px;}
.search .sclose{ position: absolute; top: 10px; right: 10px; background-color: #d5d4d4; width: 42px; height: 42px; border-radius: 42px; line-height: 42px; text-align: center; z-index: 2;}
.search .sclose i{ font-size: 20px; color: #fff; font-weight: bold; cursor: pointer;}

.fix-head{ border-bottom: 1px solid #dcdcdc; position: fixed;}
.fix-head .lang .lang-list,.nhead .lang .lang-list{ top: 89px;}



.wapNavBtn{display:none;line-height: 60px; height:90px; width:25px;font-size: 2rem; z-index:1000000; position: absolute; right: 2%; top: 0; cursor: pointer;}

.wapNavBtn span{ display:block; right:0; width:100%; height:2px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; border-radius: 3px; background: #264c90; z-index: 10;}
.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:#264c90; 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);}



/* 导航-1 */
.nav_bg{position:absolute;height: 84px; background-color: #f2f2f2; left: 0; width: 100%; display: block;}
.navBox{width:100%;}
.navBox ul.navCont{position: relative; z-index: 1;}
.navBox ul.navCont li.child{float:left; width: auto; padding: 0 3.5%; text-align:center; position: relative; display: block; background: url(../img/nav_line.jpg) no-repeat right center;}
.navBox ul.navCont li.child:nth-child(1){ padding-left: 0;}
.navBox ul.navCont li.child a{display: block;color:#222; font-weight: bold; font-size: 16px; line-height: 84px; position: relative; transition: all 0.1s; text-transform: uppercase; }
.navBox ul.navCont li.child a span{ position: relative; z-index: 2;}
.navBox ul.navCont li.child a:hover,.navBox ul.navCont li.child:hover a{ color: #264c90;}
.navBox ul.navCont li.child.cur a{color: #264c90!important;}
.navBox ul.navCont li.child.cur a::before{ width: 100%;}
.navBox ul.navCont li.child.last{ background: none;}


/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:84px; left: 0; right: 0; z-index:999;display:none;width:100%; text-align: left; margin: 0 auto; padding-top: 4px;}
.navBox ul.navCont li.child .childcont::before{ content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background:linear-gradient(90deg,rgba(196,46,52) 0,rgba(44,74,141) 80%);}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; background:#fff; text-align: center;}
.navBox ul.navCont li.child .childcont a{ height: auto; font-size: 14px; line-height: 49px; font-size: 14px; font-weight: normal; color: #333;}
.navBox ul.navCont li.child .childcont a:hover{ background-color: #f5f5f5; color: #264c90;}

.navBox.in{ visibility: visible; opacity: 1; transition: all 0.6s;}
.navBox.out{ visibility: hidden; opacity: 0; transition: all 0.6s;}




/*底部*/
.footer{ background:#eee; background-size: cover; padding-top: 7.5rem;}

.fcoy{ padding: 15px 0; border-top: 1px solid #dfdede; text-align: center;}
.fcoy p{ color: #666;}
.fcoy p span{ display: inline-block; margin: 0 10px;}
.fcoy p a{ color: #999;display: inline-block; margin: 0 10px;}


.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; display: none;}
.fixedTop i{ background-color: #313131; display: block; border-radius: 50px; line-height: 50px; color: #fff; font-size: 2.6rem; text-align: center;}

/*标题样式*/
.box-title{ position: relative; line-height: 40px; position: relative; text-align: center;}
.box-title span{ font-size: 36px; display:block; color: #111; font-weight: bold;}
.box-title p{ font-size: 16px; line-height: 26px; width: 63%; margin: 3rem auto 0;}

.box-title2{}
.box-title2 span{ font-size: 30px; display: block; line-height: 30px;}
.box-title2 p{ color: #666; font-size: 16px; line-height: 30px;}

/*媒体盒子模型*/
.media-box{display:block;margin-bottom:20px;}
.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; font-size: 14px;}
.pager a,.pager span{ width: 35px; height: 28px; line-height:28px; display: inline-block;margin:0; color: #333; text-align: center; border:1px solid #dbdbdb; color: #333; position: relative; box-shadow: #dbdbdb 0 1px 1px; border-right: 0; }
.pager a.on,.pager a:hover{ border-color:#1e9eff ; color:#fff; background-color: #1e9eff;}
.pager a:nth-child(1),.pager a:nth-last-child(1){ width: auto; padding: 0 10px; }
.pager a:nth-last-child(1){ border-right: 1px solid #dbdbdb;}


/*文章列表*/
.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.more{display: inline-block; color: #c52d2f; font-size: 16px; border: 1px solid #c52d2f; padding: 0 30px; line-height: 55px;}
a.more i{ font-size: 22px; line-height: 55px; margin-left: 5px;  vertical-align: middle;}
a.more:hover{ background-color: #c52d2f; color: #fff;}


/*选项卡*/
.tablist { margin-bottom: 0.4rem;}
.tablist .tlist{ display:none; position: relative; clear: both; overflow: hidden; padding: 0 4%; text-align: center;}
.tablist .active{ display:block;}

.tabs{line-height:26px;}
.tabs a{color: #333; }
.tabs a:hover,.tabs .active a{ }
.tabs a:hover span,.tabs .active a span{}