﻿
.top_bg{ height:9.4rem; width:100%;position: relative;z-index: 99;background:#fff;}
.top_bg:before{content: "";width: 100%;height: 3.1rem;background: #00396d;position: absolute;bottom: 0;left: 0;z-index: -1;}
.header{width: 83.33%;margin: 0 auto;}
.h_con{height: 6.3rem;overflow: hidden;}
.logo{ width:15%; height:6.3rem;line-height: 0;display: flex;align-items: center;}
.logo img{display: block;width: 100%;}
.h_dw{font-size: 1.2rem;color: #333;padding: 1.5rem 0 0 1rem;line-height: 1.6rem;margin-left: 0.8rem;position: relative;}
.h_dw:before{content: "";width: 1px;height: 5rem;position: absolute;top: 1rem;left: 0;background: linear-gradient(to bottom,  #ffffff 0%,#d2d2d2 50%,#ffffff 100%);}
.h_dw i{color: #ed6c00;}
.h_dw span{display: block;font-size: 1rem;font-weight: normal;}
.h_honor{width: 38.75%;padding-top: 1.7rem;}
.h_honor p{font-size: 0.8rem;color: #666;line-height: 1.4rem;float: left;width: 40%;position: relative;padding-left: 1rem;box-sizing: border-box;}
.h_honor p:before{content: "";width: 0.3rem;height: 0.3rem;background: rgba(255,255,255,1);border: #b7b7b7 0.1rem solid;border-radius: 50%; position: absolute;top: calc(50% - 0.25rem);left: 0;}
.h_honor p:nth-child(2n){width: 60%;}
.h_tel{padding: 1.2rem 0 0;height: 3.5rem;display: flex;align-items: center;font-size: 1.3rem;color: #ed6c00;}
.h_tel em{width: 2.3rem;height: 2.3rem;line-height: 0;overflow: hidden;padding-right: 0.5rem;}
.h_tel em img{width: 2.3rem;height: 2.3rem;}
.h_tel b{line-height: 1.4rem;}
.h_tel i{display: block;font-size: 0.8rem;color: #333;font-weight: normal;}
.h_nav{ width: 100%; height:3.1rem;}
.h_nav li{height: 3.1rem;position: relative;float: left;}
.h_nav li:before{content: "";width: 1px;height: 100%;background: rgba(255,255,255,0.12);position: absolute;top: 0;right: 0;}
.h_nav li:after{content: "";width: 1px;height: 100%;background: rgba(0,0,0,0.4);position: absolute;top: 0;right: -1px;}
.h_nav li>a{ font-size:0.9rem; color:#fff;display:block; float:left;position: relative;z-index: 4; text-decoration:none;height: 3.1rem;line-height: 3rem;padding: 0 2.4rem;}
.h_nav li>a:after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background: #ed6c00;-webkit-transition:all .4s;transition:all .4s;z-index: -1;}
.h_nav li>a:hover:after,.h_nav li.cur>a:after{height: 100%;}
.h_nav ul li:first-child a{padding: 0 3rem;}

.btm{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

em,i{font-style: normal;}

.submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 0.6rem !important;
            overflow: hidden;
        }
        
        .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 0.3rem 1rem;
            border-radius: 0.5rem;
            position: relative;
        }
        
        .submenu p:before {
            position: absolute;
            content: "";
            border-width: 0.5rem 0.5rem;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -1rem;
            left: 50%;
            margin-left: -0.5rem;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 0.9rem 0 1.6rem;
            font-size: 0.8rem;
            color: #333333;
            line-height: 2.5rem;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #333333;
            text-align: left;
        }
        
        .submenu a:last-child {
            border-bottom: 0
        }
        
        .submenu a:before {
            position: absolute;
            content: "";
            width: 0.2rem;
            height: 0.2rem;
            border: 0.1rem solid #333333;
            border-radius: 50%;
            top: 1.2rem;
            left: 0.6rem;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .submenu a:hover {
            color: #063061;
            font-weight: bold;
        }
        
        .submenu a:hover:before {
            border-color: #063061;
        }
        .h_nav li:nth-child(8) .submenu a,.h_nav li:nth-child(9) .submenu a{padding: 0 2rem 0 1.6rem;}
        .header .h_nav li:hover .submenu{max-height: 500px;}
        .header .h_nav li:hover .submenu p:before{opacity: 1;}


html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1760px){html{font-size:18.33px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}

 
.banner{position: relative; height:auto;clear: both;}
.banner img {display: block;width: 100%;margin:0 auto;}
.banner .slick-arrow {position: absolute;font-size: 0;top: 50%;z-index: 9; width: 4rem; height: 4rem; margin-top: -2.5rem;border: 0; outline: none;cursor: pointer;transition:.8s;}
.banner .slick-prev {left: 3%; background:url(../image/lefts.png) no-repeat center center/4rem 4rem;opacity: 0;}
.banner .slick-next {right: 3%;background:url(../image/rights.png) no-repeat center center/4rem 4rem;opacity: 0;}
.banner:hover .slick-prev { left: 5%; opacity: 0.8; }
.banner:hover .slick-next { right: 5%; opacity: 0.8; }
.slick-dots {position: absolute;left:5%; font-size:0;bottom:5%;width:90%;text-align: center;outline: none;z-index: 4;}
.slick-dots li {display: inline-block;margin: 0 8px; outline: none;}
.slick-dots li button {display: block;border: 0 none;width: 15px;height: 15px;border-radius: 15px;margin-right:12px; display: inline-block;outline: none;background: #fff; transition: .5s;}
.slick-dots .slick-active button {background: #ed6c00;width: 40px;}


        .liuy01{display:none; height:12.5rem;padding-top: 6.8rem; width:100%;overflow: hidden;background: url(../image/liuy01_bg.jpg) no-repeat center center/100% 19.3rem;}
        .liuy h5{width: 84%;padding-left: 16%;height: 5.4rem;line-height: 2rem;font-size: 1.8rem;color: #fff;}
        .liuy h5 i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.5); font-weight: normal;line-height: 0.8rem;padding-top: 0.5rem;}
        .liuy ul{width: 84%;padding-left: 16%;position: relative;}
        .liuy ul li{ width:26%; height:2.8rem; float:left; margin-right: 0.7rem;position: relative;background: #fff;border-radius: 0.3rem;}
        .liuy ul li span{display:block;line-height:2.8rem;height:2.8rem;overflow: hidden; position:absolute;top:0;right:0.5rem;font-size: 0.7rem;color: #f00;}
        .liuy input,.liuy textarea{ background:none; width:90%; height:2.8rem; border:none; padding:0 5%; font-size: 0.8rem; color:#666; line-height:2.8rem; outline:none;}
        .liuy .submit {width: 12.4rem;position: absolute;top: 0;right: 0;}
        .liuy .submit b{position: absolute;top: -30px;right: 0;color:#fff;font-size: 16px;width: 150px;}
        .liuy .submit .form-btn-submit { display:block;width:12.4rem;height: 2.8rem; cursor: pointer;padding: 0;font-size: 0.9rem;color: #fff;font-weight: bold;background: #ed6c00;text-align: center;line-height: 2.8rem;border-radius: 0.3rem;}
        .liuy .form-btn-reset {display: none;}
        

    /*.sbor img{padding:1%;border-radius:2rem;background:#063061;width:96%;}*/


        .liuy02{ display:none; height:12.6rem;padding-top: 8.6rem; width:100%;overflow: hidden;background: url(../image/liuy02_bg.jpg) no-repeat center center/100% 21.2rem;}
        

    .pmenu{position:fixed;left:0;top:20%;z-index:999;}
    .pmenu ul{background:#ed6c00;padding:1rem 1rem;}
    .pmenu ul li{height:2.5rem;line-height:2.5rem;border-bottom:1px dotted #ebeef3;padding:0 1rem;}
    .pmenu ul li a{color:#fff;text-align:left;font-size:0.9rem;position:relative;display:block;}
    .pmenu ul li:last-child{border:none;}
    .pmenu ul li a:before {
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    top: 1.1rem;
    left: -1rem;
    transition: ease .4s;
    -o-transition: ease .4s;
}
    .pmenu ul li:hover a{color:#333;font-weight:bold;}


.f_bg{background: url(../image/f_bg.jpg) no-repeat center top/100% 27.8rem; height:22.3rem;padding-top: 5.5rem;overflow: hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_top{display: block;width: 100%;font-size: 1rem;color: #fff;height: 4.3rem;line-height: 1.5rem;overflow: hidden;margin-bottom: 1.5rem;position: relative;}
.f_top:before{content: "";width: 0.8rem;height: 0.1rem;background: #ed6c00;position: absolute;left: 0;bottom: 0;}
.f_top i{display: block;font-size: 0.7rem;color: rgba(255,255,255,0.7);text-transform: uppercase;font-weight: normal;}
.f_nav{width: 33%;}
.f_nav ul li{width: 40%;height: 2rem;line-height: 2rem;float: left;}
.f_nav ul li a{font-size: 0.8rem;color: rgba(255,255,255,0.8);display: block;}
.f_nav ul li a:hover{font-weight: bold;color: rgba(255,255,255,1);}
.f_ban{width: 43%;font-size: 0.8rem;color: rgba(255,255,255,0.8);}
.f_ban p{line-height: 1.5rem;}
.f_ban p.f_p01{padding-top: 0.8rem;}
.f_tel{font-size: 1.3rem;color: #fff;font-weight: bold;line-height: 2rem;padding: 0 0 0.2rem 1.5rem; background: url(../image/f_tel.png) no-repeat 0 center/1rem 1rem;}
.f_ban a{color: rgba(255,255,255,0.8);}
.f_er{width: 23%;}
.f_code{width: 100%;padding-top: 0.5rem;display: flex;justify-content: space-between;}
.f_code p{width: 46.5%;overflow: hidden;background: #fff;padding: 0.5rem 0 1rem;}
.f_code p em{display: block;width: 90%;line-height: 0;margin:0 auto;overflow: hidden;}
.f_code p img{display: block;width: 100%;}
.f_code p span{display: block;width: 100%;font-size: 0.8rem;color: #1a1a1a;line-height: 1rem;text-align: center;padding-top: 0.5rem;}
  

 .fuc{position:fixed;left:0;bottom:0;}
 .fuc .slidebox {width: 2.3rem;height: 6.5rem;background: #f25000;font-size: 1.1rem;color: #fff;line-height: 2rem;text-align: center;writing-mode: vertical-lr;cursor: pointer;letter-spacing: 3px;border-radius: 0 1.3rem 1.3rem 0;margin-bottom: 7rem;}
.demand{width:100%;position:fixed;left:0;bottom:0;z-index: 999;}
.demand_con{display: none;background:url(../image/fu_bg.png) no-repeat center 0/100% 7rem;height:4.7rem;padding-top: 2.3rem;}
.demand .content{position:relative;height:4.7rem}
.demand_l{width: 20.7rem;height: 2.8rem;margin: 0.6rem 0 0 20%;line-height: 0;}
.demand_l img{width: 20.7rem;height: 2.8rem;}
.liuyan_r{width: 51%;position: relative;}
.demand_txt{font-size: 0.9rem;color: #fff;line-height: 1.5rem;height: 1.7rem;overflow: hidden;}
.liuyan_r ul li{font-size: 0.7rem; width:28%; height:2.2rem; float:left; margin-right: 0.5rem;position: relative;background: rgba(255,255,255,1);border-radius: 0.3rem;}
.liuyan_r ul li span{display:block;line-height:2.2rem;height:2.2rem;overflow: hidden; position:absolute;top:0;right:0.5rem;color: #f00;}
.liuyan_r input{ background:none; width:90%; height:2.2rem; border:none; padding:0 5%; color:#333; line-height:2.2rem; outline:none;}
.liuyan_r .submit {width: 7rem;position: absolute;top: 1.7rem;right: 24%;}
.liuyan_r .submit b{position: absolute;top: -28px;right: 0;color:#fff;font-size: 16px;width: 150px;}
.liuyan_r .submit .form-btn-submit { display:block;width:7rem;height: 2.2rem; cursor: pointer;padding: 0;font-size: 1rem;color: #ed6c00;background: #fff600;text-align: center;line-height: 2.2rem;border-radius: 0.3rem;}
.liuyan_r .form-btn-reset {display: none;}
.demand .close_it{width: 2.2rem;height: 2.2rem;position: absolute;right: 10rem;top: -1.5rem;cursor:pointer;border-radius: 50%;background: #ed7500;}
.demand .close_it img{width: 2.2rem;height: 2.2rem;}


        .client-2 {
            width: 46px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#063061 url(../image/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#063061 url(../image/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#063061 url(../image/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#063061 url(../image/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 46px;
            height: 46px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#063061 url(../image/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#063061 url(../image/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 46px;
            height: 46px;
            line-height: 46px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#063061 url(../image/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 46px;
            height: 46px;
            line-height: 46px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
