body{color: #333;}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#1466d3}

.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: relative; background-color: #fff;}
.fix-head{ position: fixed;}

/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 130px; 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%;}

.fix-head .logo{ height: 90px;}

.htop{ background-color: #1466d3; line-height: 30px; font-size: 12px; color: #fff;}
.htop span{ text-transform: capitalize;}

.htool{ line-height: 120px; height: 130px; position: relative; z-index: 10; width: 250px; float: right; box-sizing: border-box; padding-top: 20px;}
.htool i{ float: left; display: inline-block; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 100%; background-color: #1e5ca2; color: #fff; font-size: 20px; margin-top: 30px;}
.itel{ color: #555; margin-left: 40px; line-height: 26px;}
.itel span{ font-size: 4.2rem; color: #2c2c2c; font-family: "barlow"; display: block; line-height: 4rem;}

.lang{ display: inline-block; margin-right: 10%; color: #333; font-size: 16px; vertical-align: middle; position: relative; cursor: pointer;}
.lang i{ margin: 0 5px; font-size: 26px;}
.lang .lang-list{ position: absolute; top: 65px; width: 80px; left: -0px; background-color: #fff; box-shadow: #dedede 0 0 10px; padding: 10px; display: none;}
.lang .lang-list a{ display: block; line-height: 36px; text-align: center; color: #333; font-size: 16px;}
.lang .lang-list a:hover{ color: #074283;}
.lang:hover .lang-list{ display: block;}

.search{ position: relative; margin-top: 40px; }
.search .text1{display: block; height: 43px; line-height: 43px; border: 0; background: #1466d3; color: #fff; width: 100%; padding:0 10px 0 60px; box-sizing: border-box; border-radius: 43px; font-size: 12px;}
.search button{ position: absolute; left: 0; top: 0; width: 30%; text-align: center; line-height: 43px; background: none; border: 0;}
.search button i{ font-size: 24px; color: #fff;}
.search .sclose{ position: absolute; top: 0; right: 5%;}
.search .sclose i{ font-size: 26px; color: #0b3374; font-weight: bold; cursor: pointer;}
.text1::-moz-placeholder{color: #fff; opacity: 1;}
.text1:-ms-input-placeholder{color: #fff;}
.text1::-webkit-input-placeholder{color: #fff;}

.fix-head .search{ margin-top: 20px; }


.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; margin:0 auto; border-radius: 3px; background: #0068b7;}
.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:#999; 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: #222;}
.fix-head .wapNavBtn.on span,.nhead .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #999;}


/* 导航-1 */
.nav_bg{}
.navBox{width:100%;}
.navBox ul.navCont{position: relative; z-index: 1;}
.navBox ul.navCont li.child{float:left; width:auto;text-align:center; position: relative; display: block;}
.navBox ul.navCont li.child a{display: block;color:#333; font-size: 18px; line-height: 130px; position: relative; transition: all 0.1s; padding-left:10px; padding-right:10px; }
.navBox ul.navCont li.child a::after{ content: ""; display: block; position: absolute; bottom: 0; left: 0; height: 5px; background-color: #29dc87;}
.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: #1466d3;}
.navBox ul.navCont li.child a:hover::after{ width: 100%;}
.navBox ul.navCont li.child.cur a{ color: #fff; background-color: #1466d3;}
.navBox ul.navCont li.child.cur a::after{ width: 100%;}
.navBox ul.navCont li.child i{ font-size: 0; color: #fff; vertical-align: middle; margin: 0 5px;}
.navBox ul.navCont li.child a:hover i{ color: #1466d3;}

/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:130px; left: 0; right: 0; z-index:999;display:none;width:320px; text-align: center; margin: 0 auto; padding: 20px 0; box-sizing: border-box; background:rgba(20,102,211,0.8);}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; box-sizing: border-box; padding: 0 20px; }
.navBox ul.navCont li.child .childcont a{  height: 40px; text-align: left; font-size: 14px; color: #fff; line-height: 40px; background: none;overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;}
.navBox ul.navCont li.child .childcont a::before{ content: "\e620";font-family: "iconfont" !important; font-size: 15px; margin-right: 10px;}
.navBox ul.navCont li.child .childcont a:hover{color: #29dc87;}
.navBox ul.navCont li.child .childcont a::after{ display: none;}

.fix-head .navBox ul.navCont li.child a{ line-height: 90px;}
.fix-head .navBox ul.navCont li.child .childcont{ top: 90px;}
.fix-head .navBox ul.navCont li.child .childcont a{ line-height: 40px;}


.navBox.in{display: block; transition: all 0.6s;}
.navBox.out{ display: none; transition: all 0.6s;}
/*底部*/
.footer{ background:#333; color: #aeaeae; line-height: 30px; position: relative; font-size: 16px;}
.footer .flogo{ border-bottom: 1px solid #4e4e4e; padding: 5rem 0;}
.footer .flogo span{ color: #fff;}
.footer a{ color: #aeaeae; display: inline-block;}
.footer a:hover{ color: #29dc87;}
.footer span{ display: inline-block;}


.fcoy{ padding: 10px 0; background-color: #4a4a4a; text-align: center; font-size: 14px;}
.fcoy p{}
.fcoy p span{ display: inline-block; margin: 0 10px;}

.flink{ text-align: right; line-height: 7rem;}
.flink span{ display: block; font-size: 18px;}
.flink a{font-family: 'HarmonyOS'; color: #f8f5e9; font-size: 18px; margin-left: 6%;}

.m-form2{ }
.m-form2 .btn{ background-color: #0861d9; border: 0; font-size: 18px;  line-height: 60px; color: #fff; padding: 0 4rem;  display: block; vertical-align: middle; margin: 0;}
.m-form2 .btn i{ margin-left: 5rem;}

.m-form2 .form-control{ border: none; border-bottom: 1px solid #959595; color: #333; height: 50px; font-size: 18px; background-color: none; position: relative; border-radius: 0; padding: 0; color: #eee;font-family: 'HarmonyOS';}
.m-form2 .btn:hover{border-radius: 72px; background-color: #29dc87;}
.m-form2 textarea.form-control{ border: 0; height: auto; border-bottom: 1px solid #959595; margin-top: 2rem; }
.m-form2 .form-group{ margin-bottom: 1rem; position: relative;}
.m-form2 textarea{ }
.m-form2 p{ font-size: 16px; color: #333;}
.m-form2 p span{color: #e30000;}
.m-form2 .yzm-img{ float: left; height: 50px; margin-left: 2%; width: 30%; cursor: pointer;}
.m-form2 .form-control::-moz-placeholder{color: #848383; opacity: 1;}
.m-form2 .form-control:-ms-input-placeholder{color: #848383;}
.m-form2 .form-control::-webkit-input-placeholder{color: #848383;}

.fcont{}
.fcont p{ font-size: 20px; padding: 15px 0; line-height: 24px;font-family: 'HarmonyOS';}
.fcont i{ font-size: 24px; float: left; color: #626262; display: inline-block; margin-right: 20px;}

.fwx{ text-align: right;}
.fwx a{ display: inline-block; width: 50px; height: 50px; line-height: 50px; border-radius: 100%; border: 1px solid #bababa; text-align: center; margin-left: 20px;}
.fwx a i{ font-size: 35px;}
.fwx a:hover{ background-color: #29dc87; border-color: #29dc87; color: #fff;}

.fnav{ padding: 3rem 0;}
.fnav .fw{ float: left; width: 13.2%;}
.fnav .fw:nth-child(2){ width: 19%;}
.fnav span{ display: block; font-size: 18px; color: #fff; margin-bottom: 2rem;}
.fnav a{ font-size: 16px; color: #a0a0a0; line-height: 30px;}
.fnav .fw:nth-child(5){ width: 41.4%;}

.fixedTop{  position: fixed; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 55px; background-color:#393838; bottom: 10%; right: 4%; display: none; color: #dedede; cursor: pointer;}
.fixedTop i{font-size: 20px;}

/*标题样式*/
.ititle1{}
.ititle1 i{ font-size: 3.5rem; display: block; line-height: 5rem; color: #6b6b6b;}
.ititle1 span{ font-size: 5.9rem; color: #252525; text-transform: capitalize; font-weight: bold; }
.ititle1 p{ font-size: 18px; color: #6e6e6e; font-family: 'HarmonyOS'; line-height: 24px;}

.ititle2{}
.ititle2 span{ font-size: 6.5rem; color: #252525; font-weight: bold; }
.ititle2 p{ font-size: 2.4rem; color: #252525; font-family: 'HarmonyOS'; line-height: 30px;}

/*媒体盒子模型*/
.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; color: #333; text-align: center; border:1px solid #dbdbdb; color: #333; position: relative; box-shadow: #dbdbdb 0 1px 1px; }
.pager a.on,.pager a:hover{ border-color:#1466d3 ; color:#fff; background-color: #1466d3;}
.pager a:nth-child(1),.pager a:nth-last-child(1),.pager a:nth-child(2),.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: 18px; background-color: #0b3374; padding: 0 20px; line-height: 60px;}
a.more i{ font-size: 20px; line-height: 60px; margin-left: 40px;}
a.more:hover{ background-color: #003f7f; color: #fff;}

.section.active a.more{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

/*选项卡*/
.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{}
.js2 a{
	display: block;
	line-height: 30px;
	padding: 5px 0 5px 30px;
	font-size: 16px;
	color: #666666;
	background-image: url(../img/pro-fk.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.js2 a:hover{
	color: #111; font-weight:bold;
}
.js2 a.on{
	background: url(../img/pro-fk-xz.png) no-repeat left center;
	color: #111111;font-weight:bold;
	cursor: pointer;
}
.pro-cz {
    margin-left: 26%;
    display: block;
    width: 125px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #1d5099;
    border-radius: 4px;
    font-size: 14px;
    margin-top:30px;
    color: #1d5099 !important;
}