*, :after, :before {
    box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font-size:12px; font-family:Verdana, Microsoft YaHei, Simsun; background:#fff; line-height:24px; }
h1, h2, h3, h4, h5, h6{}
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration: none; }
a:link {text-decoration: none;}
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }

header{
    background:#FFF;
    width:100%;
    color: #FFF;
    top:0;
    z-index:10;
    transition: all .2s ease;
    height:74px;
    position:fixed;
    top: 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.37);
    z-index: 12;
}
.header_nav{
    text-align: center;
    margin: 0 auto;
    width:1200px;
    height:100%;
}
.header_nav img{
    width:45px;
    height:45px;
}
.header_nav .logo{
    float: left;
    margin-top:10px;
    width:154px;
    height:54px;
}
.header_nav .nv_tel{
    float: right;
    width:45px;
    height:45px;
    margin-top:12.5px;
}
.nv_tel div{
    width:45px;
    height:45px;
    color: #FFF;
    font-size: 45px;
    font-family: Muyao;
    line-height: 45px;
}
.fixed .nv_tel div{
    color:#f08300 ;
}

.nav_box{
    height:100%;
    float: right;
    width: 80%;
}
.nav_box a{
    font-size: 23px;
    display: inline-block;
    padding: 0 20px;
    color: #8e8e8e;
    height: 40px;
    float: left;
    line-height: 40px;
    /*min-width: 181px;*/
    text-align: center;
    margin-right: -0px;
    margin-top:17px;
    padding: 0 30px;
    border-radius: 40px;
    position: relative;
}
.nav_box > a:hover{
    color: #01a3c4;
    transition: color .3s;
}
.nav_box>a:after{
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffe100;
    content: "";
    opacity: 0;
    /* transition: height .3s,opacity .3s,transform .3s;
     transform: translateY(-10px);*/
}
.header_nav .nav_box>a ul{
    z-index:5;
    position: absolute;
    overflow: hidden;
    top: 100%;
    padding-top: 1px;
    width: calc(100% + 20px);
    left: -10px;
    transform: translateY(7px);
    opacity: 0;
    display:none;
    background: #2fe3fe;
    transition: height .3s,opacity .3s,transform .3s;
    border-radius: 20px;
}


.header_nav .nav_box>a ul>li{
    width:100%;
    line-height:50px;
    display: block;
    color: #ffffff;
    position: relative;
    border-radius: 0px;
}
.header_nav .nav_box>a ul>li:after{
    content: '';
    border-bottom: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 16%;
}
.header_nav .nav_box>a ul>li:last-child:after{
    content: '';
    border:none;
}

.header_nav .nav_box>a ul>li:hover{
    background: rgba(181, 181, 181, 0.33);
}
.header_nav.fixed .nav_box >a{
    color:#2d2d2d;
}
.header_nav.fixed .nav_box >a:after{
    ackground: #f08300;
}

.nav_box .router-link-active{
    background: #01C8E8;
    border-radius: 40px;
    color: #fff;
    box-shadow: 0px 7px 7px -3px #adadad;
    transition:all 0s
}

.nav_box .router-link-active:hover{
    color: #FFF;
}
.header_nav .butbox >button{
    height:40px;width:100px;background:#ffe100;color: #000;border:none;outline: none;-webkit-appearance: none;margin-right:20px;border-radius:5px;
}
.header_nav.fixed .butbox >button{
    background:#f08300;color: #FFF;
}
.contact{
    width: 95px;
    height: 132px;
    background: #01c8e7;
    border-radius: 0 0 95px  95px;
    position: fixed;
    top:0;
    right:5%;
    z-index:10;
    font-size: 40px;
    transform: translateY(-38px);
    transition: all .2s ease;
    cursor: pointer;
    text-align: center;
}
.contact span{
    margin-top: 68px;
    display: inline-block;
    transition: all .2s ease;

}
.contact p{
    font-size: 15px;
    font-weight: bold;
    margin-top: 26px;
    line-height:15px;
    opacity: 0;
    transition: all .2s ease;
}
header .hov{
    transform: translateY(0px);
}

header .hov span{
    margin-top: 35px;
}
header .hov p{
    opacity: 1;
}

header .chov{
    opacity: 1;
    display: block;
}


.contactdiv{
    width:404px;
    height: 302px;
    position: absolute;
    top: 141px;
    right: 30px;
    z-index:1;
    background: #FFF;
    border-radius: 8px;
    padding:31px 40px;
    box-shadow: rgba(102, 102, 102, 0.87) 0px 0px 10px;
    opacity: 0;
    display: none;
    transition: all .2s ease;
}
.codeBox{
    width:132px;
    height: 185px;
    float: left;
    color: #036d87;
}
.codeBox img{
    width:132px;
    height:132px;
}
.codeBox span{
    text-align: center;
    font-size: 16px;
    height:16px;
}
.telbox{
    width: 100%;
    text-align: center;
    margin: 30px auto;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    color: #036d87;
    display: inline-block;
    position: relative;

}
.telbox:before{
    width: 146px;
    height: 1px;
    content: '';
    position: absolute;
    margin-bottom: 20px ;
    border:1px solid #00bff3;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:-100%;
}

.fl{
    float: left;
    margin-left: 20px;
}
.fr{
    float: right;
    margin-right: 20px;
}


footer{
    width:100%;
    height:463px;
    background:#efefef;
    float: left;
    text-align: center;
}
.footerBox{
    margin:0 auto;
    width:1200px;
    height:396px;
    position: relative;
}
.weixh{
    width: 163px;
    height:auto;
    position: absolute;
    right:0;
    top:83px;
    font-size:15px;
    text-align: center;
}
.weixh img{
    width: 163px;
    height:163px;
    margin-bottom:10px;
}
.footerBox p:first-child{
    font-size:24px;
    color: #565857;
    display:inline-block;
    line-height:102px;
}
.footDown{
    width:100%;
    height:69px;
    background:#e6e6e6;
    color:#575958;
    line-height:69px;

}

.footDown a{
    color:#575958;
}
.footDown a:hover{
    color:#5ddcef;
}

.footbtn{
    width: 200px;
    height:40px;
    background: #5ddcef;
    border-radius: 40px;
    font-size:20px;
    line-height:40px;
    color:#FFF;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto 43px auto ;
    cursor: pointer;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.btnbox{
    width: 475px;
    margin: 0 auto;
}
.btnbox p{
    display: inline-block;
    color:#575958;
}
ul::after {
    clear: both;
    content: '';
    display: block;
}
.foot_ul a,.footTow a{
    color:#575958;
}
.foot_ul{
    width:900px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    padding:33px 50px ;
    margin-top: 20px;
    color:#575958;
    position: relative;
}
.foot_ul:after{
    conter:"";
    width:810px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top:0;
    left:45px;
}


.foot_ul li{
    float: left;
    display: inline-block;
    font-size:20px;
    min-width:65px;
    text-align: center;
    position: relative;
}

.footTow{
    width:600px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    color:#575958;
}

.footTow li::after {
    content: '|';
    margin-left: 20px;
    color:#575958;
}
.footTow li:last-child::after{
    content: none;
}
.news-wapper h1{
    font-size: 32px;
    line-height: 25px;
    margin-bottom: 15px;
}
.news-wapper h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    position: relative;
    color:#9c9c9c;
    padding-top: 10px;
    line-height: 30px;
    letter-spacing: 2px;

}

.recBox h2:after,.newsBox h2:after{
    content:"";
    border:1px solid #d7d7d7;
    width: 1200px;
    position: absolute;
    bottom: 0px;
    left:0;
}


.news-wapper{
    width: 1200px;
    height:auto;
    margin: 0 auto;
    padding:100px 0px 100px 0px;
    text-align: left;
}
.news-wapper::after{
    content:"";
    clear:both;
    display: block;
}
.news-wapper h2{
    position: relative;
    margin-bottom: 60px;
}
.news-wapper h2::after{
    content:"";
    position: absolute;
    height: 1px;
    width: 70%;
    background:#d7d7d7;
    left:0;bottom:0;
}
.news-center{
    width: 888px;
    height: auto;
    float: left;
    padding: 10px 10px 0px 10px;
}
.news-center p{
    font-size: 18px;
    line-height: 35px;
}
.news-center p img{
    max-width: 100%;
    height:490px;
    margin-bottom: 60px;
    text-align: center;
}
.news-center span{
    background-color:#ffffff;
    font-family:微软雅黑; font-size:12pt;; font-style:normal; text-transform:none
}
.news-rec{
    width: 236px;
    height: auto;
    float: right;
    position: relative;
}
.news-wapper .news-rec:before{
    content:"";
    position: absolute;
    height: 180px;
    width:4px;
    background:#00dcff;
    left:-39px;
    top:0;
}
.news-rec a{
    width:100%;
    height: 130px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.news-rec a span{
    background: rgba(171, 171, 171, 0.22);
    color: #00d7fa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    font-family: Helvetica;
    font-size:20px;
    font-weight: bold;
    line-height: 130px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s;
}
.news-rec a span:hover{
    opacity: 1;
    transform: scale(1);
}
.news-rec img{
    width: 100%;
    height: 130px;
    margin-bottom: 24px;
}
