/*----------------reset.css开始---------------*/
body, html {
    width: 100%;
    height: 100%;
    /*background-color: #f5f5f5!important;*/
}

body, div, h1, h2, h3, h4,h5,h6, ul, li, p ,a{
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition:all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    color: #333333;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}


img {
    border: none;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


@font-face {
    font-family: 'iconfont';  /* project id 758684 */
    src: url('https://at.alicdn.com/t/font_758684_qlg5rumohof.eot');
    src: url('https://at.alicdn.com/t/font_758684_qlg5rumohof.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_758684_qlg5rumohof.woff') format('woff'),
    url('https://at.alicdn.com/t/font_758684_qlg5rumohof.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_758684_qlg5rumohof.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fixed-box{
    position: fixed;
    right: 40px;
    /*top: 0;*/
    bottom: 10%;
    z-index: 21;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #167ade;
    text-align: center;
}
.fixed-tel-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fixed-tel-icon img{
    width: 30px;
    margin-bottom: 6px;
}
.fixed-tel-icon span{
    color: #ffffff;
    font-size: 14px;
}

@media(max-width: 840px){
    .fixed-box{
        display: none;
        right: 20px;
        bottom: 10%;
        width: 52px;
        height: 52px;
    }
    .fixed-text{
        display: none;
    }
    .fixed-tel-icon img{
        width: 24px;
        margin-bottom: 0;
    }
}


/*//页面公用部分*/
.wrapper{
    width: 100%;
    padding-top: 70px;
}
.content{
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper-contact{
    width: 1200px;
    margin: 50px auto 20px;
    overflow: hidden;
}
.wrapper-contact-li{
    float: left;
    /*display: flex;*/
    width: 370px;
    height: 130px;
    margin-right: 45px;
    padding: 40px 26px;
    background: #FF8919;
    color: #ffffff;
    overflow: hidden;
}
.wrapper-contact-li2{
    background: #167ade;
}
.wrapper-contact-li3{
    margin-right: 0;
}
.wrapper-contact-img{
    float: left;
    width: 50px;
    height: 50px;
}
.wrapper-contact-con{
    float: left;
}
.wrapper-contact-con>div{

    margin-left: 8px;
    margin-bottom: 4px;
    color: #ffffff;
}
@media(max-width: 840px){
    .wrapper-contact {
        width: 100%;
        padding: 0 15px;
        margin: 20px auto 20px;
        flex-wrap: wrap;
    }
    .wrapper-contact-li{
        width: 100%;
        margin-bottom: 12px;
    }
    .wrapper-contact-con div{
        font-size: 14px;
    }
}

/*----------------reset.css结束---------------*/


.m-head{
    display: none;
}
.head-box{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
}
.head-con{
    width: 1200px;
    height: 86px;
    margin: 0 auto;
}
.head-img{
    float: left;
}
.logo-img{
    width: 165px;
    margin-top: 14px;
}
.logo-text{
    display: block;
    margin-top: -58px;
    margin-left: 74px;
}
.head-item{
    float: right;
    margin-right: 20px;
}
.head-item>li{
    float: left;
    width: auto;
    position: relative;
}
.head-li{
    position: relative;
    display: inline-block;
    padding: 0 25px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}
.active>.head-li{
    color: #167ade;
}
.active .head-line{
    width: 100%;
    left: 0%;
}
.head-line{
    position: absolute;
    display: inline-block;
    width: 0%;
    -webkit-transition:all 0.2s ease-out 0s;
    transition:all 0.2s ease-out 0s;
    border-bottom: 3px solid #167ade;
    left: 50%;
    bottom: 0;
}
.head-item>li:hover .head-li{
    color: #167ade;
}
.head-item>li:hover .head-line{
    width: 100%;
    left: 0%;
}
.head-item>li:hover .sub-nav{
    display: block;
}
.head-call{
    float: right;
    margin-top: 20px;
}
.head-call-icon{
    float: left;

}
.head-call-text{
    float: left;
    margin-left: 4px;
}
.head-call-text > div {
    font-size: 15px;
    color: #333333;
    line-height: 1;
    margin: 0;
}
.head-call-num{
    font-size: 28px;
    color: #FF4A4A;
    line-height: 1;
}
.sub-nav{
    display: none;
    width: 176px;
    height: auto;
    position: absolute;
    left: -35px;
    top: 80px;
    z-index: 100;
}
.sub-nav>li{
    width: 100%;
    height: 46px;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #E6E6E6;
}
.sub-nav>li a{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}
.sub-nav>li a:hover{
    background: #167ade;
    color: #ffffff;
}



@media (max-width:768px){
    .head-box{
        display: none;
    }
    .m-head{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 22;
        width: 100%;
        display: block;
        height: 50px;
        background: #167ade;
        line-height: 50px;
    }

    .head-con {
        padding: 0;
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }
.head-tel{
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
    .head-lis {
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: #167ade;
        padding: 60px 0 30px;
        margin: 0 -10px;
        float: none;
    }

    .head-lis li {
        float: none;
        border-bottom: none;
        /*height: 3em;*/
    }

    .head-lis li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        -webkit-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        padding: 0 5px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin: 0 15px;
    }

    .head-lis-active {
        background: none;
    }


    /*导航遮罩*/
    .mask-layer {
        display: block;
        background: rgba(0, 0, 0, 0.75);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 99;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: 430ms;
        animation-duration: 430ms;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    /*动画*/
    /*hidden*/
    .head-lis {
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        -o-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        transform: translate(200px, 0);
    }

    .head-lis li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        -o-transform: translate(100px, 0);
        transform: translate(100px, 0);
        -webkit-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        transition-delay: .05s;
    }

    .mask-layer {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }

    /*show*/
    body.open-nav .head-lis {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.open-nav .head-lis li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.open-nav .mask-layer {
        opacity: 1;
        visibility: visible;
    }

    /*动画*/
    /*tencent*/
    .nav-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        padding: 10px;
        background-image: none;
        border-radius: 4px;
        margin-top: 6px;
        border: 0;
        cursor: pointer;
        z-index: 1001;
    }

    .nav-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 20px;
        transform-origin: 20px;
        -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    /*利用transform属性来改变横条的旋转角度*/
    .nav-toggle.toggle-animate span:nth-last-child(1) {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*
     * 隐藏一个横条
     */
    .nav-toggle.toggle-animate span:nth-last-child(2) {
        opacity: 0;
    }

    /*
     * 改变另一个横条的旋转角度
     */
    .nav-toggle.toggle-animate span:nth-last-child(3) {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*渐显动画*/
    @keyframes fade-in {
        0% {
            opacity: 0;
            -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
        }
        76.92% {
            opacity: 1;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }
        76.92% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }

    .downpanel{
        display: none;
    }
    .m-downpanel{
        display: block;
    }

    .m-downpanel > li.down:hover .downpanel {
        display: none;
    }

    .m-downpanel li.mdrop {
        /*height: 2em;*/
    }

    .m-downpanel li.mdrop a {
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        opacity: 0.7;
    }
}

/*-------------------------------底部---------------*/
.footer{
    height: auto;
    padding-top: 0px;
    background: #282B35;
}
.footer-ul{
    width: 1200px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    border-bottom:#a1a1a1 solid 1px;
}
.footer-ul > li {
    float: left;
    margin-right: 60px;
}
.footer-ul a {
    font-size: 14px;
    color: #a1a1a1;
}
.footer-top{
    width: 100%;
    /*display: flex;*/
    padding: 30px 30px 0;
    overflow: hidden;
}
.footer-img-box{
    float: left;
    width: 160px;
    margin-right: 20px;
}
.footer-img{
    width: 160px;
    height: 160px;
}
.footer-img-box div{
    margin-top: 12px;
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
}
.footer-item1{
    float: left;
    width: 270px;
}
.footer-title{
    color: #fff;
    font-size: 16px;
}
.footer-item {
    margin-left: 56px;
    float: left;
    /*width: 216px;*/
}
.footer-item-text{
    font-size: 14px;
    margin-top: 10px;
    color: #a1a1a1;
}
.footer-item-text:hover a{
    color: #167ade;
}
.footer-item-text a{

    color: #a1a1a1;
    font-size: 14px;
}

.footer-bottom{
    width: 100%;
    margin-top: 30px;
    padding: 12px 0 12px;
    border-top: #a1a1a1 solid 1px;
}
.footer-desc{
    width:100% ;
   text-align: center;

}
.footer-desc>div,.footer-desc>div>a{
    color: #a1a1a1;
    font-size: 14px;
}
.footer-desc>div>a:hover{
    color: #167ade;
}
.map{
   padding-left: 20px;
    text-decoration: underline;
}
.map:hover{
    color: #167ade;
}
@media (max-width:768px){
    .footer-ul {
        display: none;
    }
    .footer-top{
        display: block;
    }
    .footer-img-box{
        float: left;
        width: 50%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-img{
        width: 120px;
        height: 120px;
    }
    .footer-item,.footer-title{
        display: none;
    }
    .footer-item1{
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin-left: 0;
    }
}



/*-------------------移动端底部-------------------*/
.fixed-bottom, .fixed-list {
    display: none;
}

@media (max-width: 840px) {
    .footer{
        margin-bottom: 40px;
    }
    .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-around;
        background: #167ade;
    }

    .fixed-bottom > li {
        flex: 1;
    }

    .fixed-bottom > li > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fixed-img {
        width: 20px;
    }

    .fixed-icon {
        color: #ffffff;
        margin-top: 2px;
    }

    .fixed-name {
        color: #ffffff;
        font-size: 14px;
    }

    .fixed-text2 {
        margin-top: 3px;
    }

    .fixed-chanpin {

    }

    .fixed-list {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 2px;
        width: 1466px;
        z-index: 2147483648;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 2px 4px 1px rgba(204, 230, 255, .6);
        text-align: center;
    }

    .fixed-item {
        padding: 0 12px;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #cecece;
    }

    .fixed-item > a {
        font-size: 14px;
    }
}


/*面包屑导航*/
.product-nav-link,.product-nav-link a{
    font-size: 14px;
    color: #666666;
}
.product-nav-link > .iconfont{
    font-size: 14px;
}
.product-nav-link a:hover{
    color: #167ade;
}
.product-nav-link > .nav-active {
    color: #167ade;
}

@media (max-width: 840px) {
    .product-nav {
        display: none;
    }
}

.link-btn{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/*.link-btn>li>a:hover,.link-btn>li:hover{*/
    /*color: #167ade;*/
/*}*/
.link-btn>li>a{
    color: #167ade;
}