body{color: #333;}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#10347a}

.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: fixed; height: 80px; background-color: #445673;}
.header .wh{ padding: 0 4%;}
.mtop{ margin-top: 80px;}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 80px; 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 p{ position: absolute; left: 208px; top: 0; color: #fff; font-size: 16px; line-height: 24px; font-weight: normal; padding-left: 4%; height: 48px; bottom: 0; margin: auto 0;}
.logo p::before{ content: ""; width: 1px; height: 60%; background-color: #7d7d7d; left: 0; top: 0;bottom: 0; margin: auto 0; position: absolute;}
.logo .active{ display: none;}

.fix-head .logo .show,.nhead .logo .show{ display: none;}
.fix-head .logo .hide,.nhead .logo .hide{ display: block;}

.htool{position: relative;margin-top: 23px; line-height: 32px; text-align: right;}
/* .htool::before{ content: ""; position: absolute; width: 1px; height: 50%; background-color: #747d8c; top: 0; left: 0; bottom: 0; margin: auto 0;} */
.htool a{ color: #fff; font-size: 14px; display: inline-block; margin: 0 3%;}
.htool a:hover{ color: #e1850d;}

.lang{ display: inline-block; color: #fff; height: 32px;text-align: center; font-size: 14px; vertical-align: middle; position: relative; cursor: pointer; line-height: 32px; background-color: #10347a; border-radius: 32px; text-align: center; width: 90px; z-index: 10000;}
.lang .lang-list{ position: absolute; top: 32px; width: 90px; left: 0; background-color: #efefef;display: none; border-radius: 5px; overflow: hidden; z-index: 10000;}
.lang i{ margin-left: 5px; color: #fff; font-size: 18px; vertical-align: middle;}
.lang .lang-list a{ display: block; line-height: 40px!important; text-align: center; color: #333!important; border-bottom: 1px solid #eee; }
.lang .lang-list a:hover{ color: #1969ae!important; background-color: #fcfcfc;}
.lang:hover .lang-list{ display: block;}

.search{ position: fixed; background-color: #fff; width: 100%; padding: 40px 0 70px; top: 0; left: 0; z-index: 10000000; display: none;}
.search .text1{display: block; height: 60px; line-height: 60px; border: 0; border-bottom: 1px solid #d3d2d2; color: #999; width: 94%; padding-right: 6%;}
.search button{ position: absolute; right: 0; top: 0; width: 5%; text-align: center; line-height: 60px; background: none; border: 0;}
.search button i{ font-size: 26px; color: #000;}
.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,.nhead{ border-bottom: 1px solid rgba(0,0,0,0.2);}



.wapNavBtn{display:none;line-height: 60px; height:90px;font-size: 2rem; z-index:1000000; position: absolute; right: 0; top: 0; cursor: pointer; width: 85px;}


.wapNavBtn span{ display:block; right:0; width:30px; height:2px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; border-radius: 3px; background: #fff; z-index: 10; margin: 0 auto;}
.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::after{ display: block;}
.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,.nhead .wapNavBtn span{ background-color: #fff;}
.fix-head .wapNavBtn.on span,.nhead .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #fff;}


/* 导航-1 */
.nav_bg{position:absolute;height: 80px; 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: 12%; text-align:center; position: relative;}
.navBox ul.navCont li.child a{display: block;color:#fff; font-size: 16px; line-height: 80px; font-weight: bold; position: relative; transition: all 0.1s; }
.navBox ul.navCont li.child a span{ position: relative; z-index: 2; display: inline-block;}
.navBox ul.navCont li.child a:hover,.navBox ul.navCont li.child:hover a{ color: #fff; background-color: #10347a;}
.navBox ul.navCont li.child.cur a{color: #fff; background-color: #10347a;}
.navBox ul.navCont li.child.cur a::before{ width: 100%;}
.navBox ul.navCont li.child i{ font-size: 16px; color: #8091b2; vertical-align: middle; float: right; font-weight: normal; font-family: "宋体";}
.navBox ul.navCont li.child a:hover i{ color: #8091b2;}

.fix-head .navBox ul.navCont li.child a,.nhead .navBox ul.navCont li.child a{ color: #fff;}
.fix-head .navBox ul.navCont li.child a:hover,.fix-head .navBox ul.navCont li.child:hover a,.nhead .navBox ul.navCont li.child a:hover,.nhead .navBox ul.navCont li.child:hover a{ color: #fff;}
/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:80px; left: 0; right: 0; z-index:999;display:none;width:530px; text-align: left; margin: 0 auto; background-color: #0e2a61; padding: 20px 0;}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; background:rgba(255,255,255,0.8); margin-bottom: 1px;}
.navBox ul.navCont li.child .childcont a{ height: auto;}
.navBox ul.navCont li.child .childcont a:hover{}
.navBox ul.navCont li.child .childcont .psub{ width: 100%;}
.navBox ul.navCont li.child .childcont .psub a:nth-child(odd){ border-right: 1px solid #203f7c; width: 49.6%;}
.navBox ul.navCont li.child .childcont .psub a{ display: block; color: #fff; font-size: 16px; line-height: 40px; text-align: left; height: auto; background: none; margin: 0; padding: 0 10%; font-weight: normal; box-sizing: border-box; float: left; width: 50%;}
.navBox ul.navCont li.child .childcont .psub a:hover{color:#fff; background-color: #203f7c;}


.fix-head .navBox ul.navCont li.child .childcont,.fix-head .navBox ul.navCont li.child .pro-cate{ top: 80px;}


.menu{ position: fixed; background-color: #fff; width: 680px; right: -100%; top: 0; padding:50px 90px; height: 100%; box-sizing: border-box; overflow-y: scroll; z-index: 1000;}
.menu li{ border-bottom: 1px solid #ecebeb; padding: 15px 0;}
.menu a{ font-size: 24px; line-height: 60px;}
.menu .childm a{ font-size: 18px; color: #666; line-height: 30px; display: inline-block; margin-right: 30px;}
.menu .childm a:last-child{ margin-right: 0;}
.menu .childm a:hover{ color: #3363ab;}

.menu.in{ right: 0; transition: all 0.6s;}
.menu.out{ right: -100%;transition: all 0.6s;}

.nav_tel{ padding-top: 100px; text-align: right; font-family: "barlow"; }
.nav_tel span{ display: block; color: #c52d2f; font-size: 36px; font-weight: bold;line-height: 36px;}
.nav_tel i{ font-size: 18px; color: #555; display: inline-block; position: relative;}
.nav_tel i::after{ content: ""; width: 35px; height: 2px; background-color: #c52d2f; display: block; position: absolute; right: 0; bottom: -10px;}

/*底部*/
.footer{ background:#051637; color: #969ba4; padding: 6rem 0; line-height: 24px; position: relative; font-size: 14px;}
.footer a{ color: #969ba4; display: inline-block;}
.footer a:hover{ color: #fff;}
.footer span{ display: inline-block;}

.flogo{ text-align: left;}

.ftool{ text-align: right;}
.ftool a{ display: inline-block; margin: 0 2px; position: relative; color: #d7dadf;}
.ftool a i{ font-size: 22px;}
.ftool a span{position: absolute; width: 100px; height: 100px; top: -30px; left: -100px; display: none;}
.ftool a:hover span{ display: block;}

.fcoy{ text-align: right;}
.fcoy a{ margin: 0 5px;}


.fnav{clear: both; overflow: hidden;font-size: 16px; color: #fff;}
.fnav a{ font-size: 16px; color: #fff; line-height: 24px; margin: 0 8px;}
.fnav a:hover{ color: #f44803;}
.fnav p{ color: #969ba4; font-size: 14px; margin-top: 5px;}
.fnav p span{ margin: 0 8px;}
.fnav p a{ color: #969ba4; font-size: 14px;}

.fixedTop{ position: fixed; width: 42px; height: 42px; box-sizing: border-box;background-color: #10347a; right: 1px; bottom: 10%; z-index: 10; cursor: pointer; display: none;}
.fixedTop i{ display: block; line-height: 42px; color: #fff; font-size: 3rem; text-align: center;}

.fix-fx{ position: fixed; width: 42px; height: 42px; box-sizing: border-box;background-color: #10347a; right: 1px; bottom: 10%; z-index: 10; cursor: pointer; margin-bottom: 45px; color: #fff;}
.fix-fx i.fx{ display: block; color: #fff; font-size: 20px; text-align: center;}
.fix-fx i.fx img{ width: 53%;}
.fx-list{ position: absolute; bottom: 0; width: 120px; right: -300px; background-color: #10347a; text-align: center; padding: 20px;}
.fx-list p{ display: block; text-align: center; color: #fff; font-size: 14px; margin-bottom: 5px;}
.fx-list p i{ font-size: 17px; vertical-align: middle; display: inline-block; margin-right: 5px;}
.fx-list p a{ color: #fff;}
.fx-list #qrcode{ padding: 10px; background-color: #fff;}
.fx-list .fclose{ position: absolute; color: #fff; right: 5px; top: 0;}
.fix-fx .in{ right: 0; transition: all 0.4s;}
.social-share .social-share-icon{border-color: #fff!important; color: #fff!important; width: 28px; height: 28px; line-height: 28px; font-size: 16px;}
.ftip{ position: fixed; width: 300px; height: 60px; line-height: 60px; background-color: #fff; color: #666; border-radius: 10px; text-align: center; top: 20%; left: 0; right: 0; margin: auto auto; z-index: 100000; display: none;}

/*标题样式*/
.box-title{ position: relative; line-height: 44px; }
.box-title span{ font-size: 42px; display:block;}
.box-title p{ color: #67696c; font-size: 20px; line-height: 32px; margin-top: 10px;}
.box-title a{ position: absolute; right: 0; top: 0; display: inline-block; border-radius: 44px; border: 1px solid #10347a; color: #10347a; padding: 0 3rem;}
.box-title a:hover{ background-color: #10347a; color: #fff;}

.box-title2{ position: relative; line-height: 4.8rem; padding-top: 6.5rem;}
.box-title2 i{ font-size: 18rem; color: #f8f9fd; display: block; line-height: 18rem; text-transform: uppercase; font-family: arial; position: absolute; top: 0; left: -87px; }
.box-title2 span{ font-size: 2.4rem; font-weight: bold; color: #3e3e3e; display:block; position: relative; z-index: 2;}
.box-title2 p{ font-size: 3.6rem; color: #3b3b3b; margin-top: 2rem;}
.box-title2 font{ font-family: "arial"; font-size: 6.6rem; color: #114ea9; line-height: 6.6rem; display: block; text-transform: uppercase; position: relative; z-index: 2;}

.box-title3{ position: relative; line-height: 4.8rem; text-align: center;}
.box-title3 i{ font-size: 10rem; color: #f5f5f5; display: block; line-height: 12rem; font-weight: bold; font-family: arial; }
.box-title3 span{ font-size: 4.8rem; font-weight: bold; color: #1e73d0; display:block; position: relative; z-index: 2;}
/*媒体盒子模型*/
.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; font-size: 14px;}
.pager a,.pager span{ width: 35px; height: 35px; line-height:35px; display: inline-block;margin:0 2px; text-align: center; border:1px solid #f1f1f1; color: #333; position: relative; background-color: #f1f1f1;}
.pager a.on,.pager a:hover{ border-color:#10347a ; color:#fff; background-color: #10347a;}
.pager a:nth-child(1),.pager a:nth-child(2),.pager a:nth-last-child(1),.pager a:nth-last-child(2){ width: auto; padding: 0 10px; }

/*文章列表*/
.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: #fff; font-size: 14px; background-color: #ff9700; padding: 0 60px; line-height: 43px;}
a.more:hover{ background-color: #0e75ca; color: #fff;}


/*选项卡*/
.tablist {}
.tablist .tlist{ height: 0; position: relative; clear: both; overflow: hidden;}
.tablist .active{ height: auto;}

.tabs{line-height:26px;}
.tabs a{color: #333; }
.tabs a:hover,.tabs .active a{ }
.tabs a:hover span,.tabs .active a span{}