body{color: #666666; font-family:"Microsoft Yahei";}
a{color:#666666}
a:hover{color:#fc5602}
a:visited{color:#fc5602}
a:active,a:focus,a:hover{color:#c02a26}
.m_top{ margin-top: 90px;}
.flex{ display: flex; justify-content: flex-start; align-items: center;}
.header{ height: 116px; top: 0; left: 0; width: 100%; z-index: 100; position: fixed; background: #c02a26;}

/* LOGO */
.logo{ vertical-align: middle; z-index: 20000; position: relative; height: 116px; display: flex; text-align: left; margin: 0; transform: translate(-50px,10px);}
.logo a{ text-align: left; align-items:start; }
.logo img{vertical-align: middle;max-height:100%;}
.fix-logo{ position: absolute;left:0; display: flex; justify-content: center;  background:url(../img/logo_bg.png) no-repeat center top; top: 0; width: 629px; height: 146px; line-height: 146px; z-index: 1000; transition: 0.3s all;}
.fix-logo img{ line-height: 146px;}


.fix-head{ position: fixed; height: 116px; top: 0; left: 0; width: 100%; z-index: 100; background: #c02a26; transition: all 0.4s; box-shadow: 0 0 .25em rgba(153, 153, 153, .2);}
.fix-head .fix-logo{ display: none; transition: 0.3s all;}
.fix-head .logo{ transform: translate(0px,0px);}

.fix-head .navBox ul.navCont li.child a{ color: #ffffff;}

.fix-head .wapNavBtn span{ background: #ffffff;}
.fix-head .navBox ul.navCont li.child a:hover{ color: #ffffff;}
.fix-head .navBox ul.navCont li.child.cur a{ width:100%; color: #ffffff;}
 
.form1{ width:100%; max-width: 500px; margin: 0 auto;}
.form1 .bt{width: 100%; background: #c02a26; border:none; font-family: 'SourceHanSansCN-Regular'; color: #ffffff; height: 4rem; line-height: 4rem; display: block; text-align: center;}
.form1 .form-control{ background: #ffffff; height: 4rem; border: 1px solid #dedede; margin: 0;}
.fix-head .container1{ top: 9rem;}

.wapNavBtn{display:none;line-height: 70px; height:70px; width:60px;font-size: 2rem; z-index:1000000; float: right;}
.wapNavBtn:before{color: #d11734;font-weight: bold;}
.wapNavBtn.on:before{}

.wapNavBtn span{ display:block; right:0; width:55%; height:3px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; margin:0 auto; border-radius: 3px; background: #ffffff;}
.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:#ffffff; 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 */
.navBox{width:100%; max-width: 900px; margin-left: auto; }
.navBox ul.navCont{}
.navBox ul.navCont li.child{float:left; width: 12.5%; text-align:center;}

.navBox ul.navCont li.child a{color:#ffffff;  font-size: 20px; text-transform:uppercase; height: 116px; line-height: 116px; position: relative; font-family: 'SourceHanSansCN-Regular'; font-weight: 400; position: relative;}
.navBox ul.navCont li.child a:before{width: 0; height: 0;border-width: 8px;border-style: solid; border-color:#ffffff transparent transparent transparent;  transform: rotate(180deg);  bottom: -44.5px; opacity: 0; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto;}

.navBox ul.navCont li.child a:hover{ color: #ffffff;}
.navBox ul.navCont li.child a:hover::before{ opacity: 1;}
.navBox ul.navCont li.child a:hover::before,.navBox ul.navCont li.cur a:before{ opacity: 1; }
.navBox ul.navCont li.child.cur a{ width:100%; color: #ffffff; font-weight: bold;}
.navBox ul.navCont li.child.cur a:after,.navBox ul.navCont li.child:hover a:after{ opacity: 1; height: 4px; width:100%;}

.navBox ul.navCont li.child:nth-child(4) .childcont .nav_box{left: 8%;}
.navBox ul.navCont li.child:nth-child(5) .childcont .nav_box{left: 12%;}
.navBox ul.navCont li.child:nth-child(6) .childcont .nav_box{left: 18%;}
.navBox ul.navCont li.child:nth-child(7) .childcont .nav_box{left: 16%;}
/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:100%; left:0; right: 0; z-index:999; display:none;width:100%; background:#f5f5f5; text-align: center; margin: 0 auto; z-index: 1;}
.navBox ul.navCont li.child .childcont .nav_box{ margin: 0 auto; display: flex; justify-content: center; position: relative; }

.navBox ul.navCont li.child .childcont .nav_box a{width:auto; line-height: 2;  color:#333333; background: no-repeat; height: auto; margin: 0; font-size: 18px;font-weight: normal;  padding: 15px; text-align: left; font-family: 'SourceHanSansCN-Regular'; position: relative; display: block;}
.navBox ul.navCont li.child .childcont .nav_box a:after{ width: 0; height: 2px; position: absolute; display: block; background: #c02a26; left: 0; right: 0; margin: 0 auto; content: "";}
.navBox ul.navCont li.child .childcont .nav_box a:before{ display: none;}
.navBox ul.navCont li.child .childcont .nav_box a:hover{ color: #c02a26;  /*text-decoration: underline; text-underline-offset: 10px; */}
.navBox ul.navCont li.child .childcont .nav_box a:hover::after{ width: 100%; transition: all 0.3s ease;}
.navBox ul.navCont li.child .childcont a:hover{ color:#13227a; text-decoration:none; }

/*底部*/

.footer{ background:#ab2522;  color: rgba(255,255,255,0.5); position: relative; padding: 5rem 0 0;}
.foot{ margin-bottom: 4rem;}

.foot_logo{ display: flex; justify-content: flex-start; align-items: center;}
.foot_logo .mt_left{ margin-left: 15px;}
.weixin{ text-align: center; display: flex; justify-content: flex-end;}
.weixin p{ font-size: 16px !important; line-height: 15px; color: rgba(255,255,255,0.5); text-align: center !important;}
.weixin p img{ margin-bottom: 15px; border-radius: 5px;}

.fcoy{ padding: 2rem 0; background: #96201e; text-align: left; }
.fcoy .wrap{display: flex; justify-content: space-between; align-items: center;}
.fcoy p{ color: rgba(255,255,255,0.45); font-size: 16px;font-family: 'SourceHanSansCN-Regular';}
.fcoy p a{ color: rgba(255,255,255,0.45);}
.fcoy p a:hover{ color: #ffffff;}
.links{ text-align: left;  border-left: 1px solid rgba(255,255,225,0.2); border-right: 1px solid rgba(255,255,225,0.3);  padding: 4rem 6rem; overflow: hidden; clear: both; display: block;}
.links span{ color: #dfdfdf; font-size: 18px;  font-family: 'SourceHanSansCN-Medium';}
.links p{font-family: 'SourceHanSansCN-Regular'; line-height: 2; max-width: 600px;}
.links p a{ float: left; margin-right: 10px; color: #dfdfdf; font-size: 16px;}

/*媒体盒子模型*/
.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: #292929; margin-bottom: 30px; display: flex; justify-content: center; align-items: center; font-family: 'SourceHanSansCN-Regular';}
.pager a,.pager span{height: 36px; padding: 0 10px; line-height:36px; display: inline-block;margin:0 2px; color: #868585; text-align: center; font-size: 14px; background: #ffffff; border-radius: 5px; border: 1px solid #dedede;}
.pager p{ margin: 0 10px;}
.pager span.current,.pager a:hover{ background: #c02a26; color: #ffffff;}
.pager em{ font-style: normal; color:#eb3d52;}
.pager a.on{ line-height:36px; background: #c02a26; color: #ffffff;}
.pager button{height: 36px; padding: 0 10px; line-height:36px; display: inline-block;margin:0 2px; color: #868585; text-align: center; font-size: 14px; background: #ffffff; border-radius: 5px; border: 1px solid #dedede;}
.pager button:hover{background: #c02a26; color: #ffffff;}
.pager span.sfont{ width: auto; margin-left: 10px;}
.pager input{margin:0; width: 55px;height: 36px;border:1px solid #dedede; background: #f8f8f8; line-height:36px; text-align: center; border-radius: 5px;}

/*搜索*/
.search{cursor: pointer;  text-align: center;margin: 0 0 0 auto;}
.search i{ color: #ffffff; font-size: 2.5rem; line-height: 116px;font-family: 'SourceHanSansCN-Regular';}
.search_in{ width: 100%;  max-width: 404px; display-radio: flex; padding: 15px;background-color:rgba(0,0,0,.3); position: fixed; right: 12%; z-index: 10; overflow: hidden;  top: 116px; display: none;}

