@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "dBold";
    src: url('../font/din-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Gilroy";
    src: url('../font/Gilroy-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* 产品中心 */
.inside-navs{
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
    height: 90px;
}
.inav-main{
    padding: 0 88px;
    width: 100%;
}
.inav-item a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 85px;
    transition: all .5s;
    border-bottom: 5px solid transparent;
}
.inav-on .inav-item a{
    font-weight: bold;
    color: #e70012;
    border-bottom-color: #e70012;
}



.inav-three .inav-item a{
    border-bottom: none;
}
.inav-three .inav-on .inav-item a{
    color: #e70012;
    border-bottom: none;
}
.inav-three .inav-item a:hover{
    font-weight: bold;
    color: #e70012;
    border-bottom: none;
}
.inav-three .three-on .inav-item a{
    color: #e70012;
    border-bottom: none;
}
.inav-three .three-on a:hover{
    font-weight: bold;
    color: #e70012;
    border-bottom: none;
}



.inav-item a:hover{
    font-weight: bold;
    color: #e70012;
    border-bottom-color: #e70012;
}
.inav-swiper .swiper-slide{
    width: auto!important;
    margin-right: 120px;
}
.spro-wrap{
    padding-top: 40px;
    padding-bottom: 56px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.spro-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.spro-left{
    width: calc(50% - 2px);
    background-color: #fff;
}
.spro-left img{width:100%;
}	
.spro-right{
    width: calc(50% - 2px);
    padding-left: 92px;
    padding-right: 80px;
    background-color: #fff;
    padding-top: 80px;
}
.spro-right h3{
    font-size: 32px;
    line-height: 32px;
    color: #333;
    margin-bottom: 50px;
}
.spro-right .spro-toptxt{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin-bottom: 25px;
}
.spro-main{
    background-color: #fff;
}
.spro-nav{
    display: flex;
    align-items: center;
    height: 82px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}
.spro-navfix{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 83px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 9;
}
.spro-navfix .spro-nav{
    border-bottom: none;
}
.spro-nav li a{
    display: block;
    position: relative;
    width: 278px;
    text-align: center;
    color: #666;
    font-size: 20px;
    line-height: 82px;
}
.spro-nav li a::after{
    position: absolute;
    content: "";
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 14px solid transparent;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.spro-nav li:hover a, .spro-nav li.on a{
    background-color: #e70012;
    color: #fff;
}
.spro-nav li:hover a::after, .spro-nav li.on a::after{
    border-top-color: #e70012;
}
.spro-list{
    width: 100%;
}
.spro-item{
    padding-top: 75px;
    text-align: center;
    padding-bottom: 30px;
    display: none;
    width: 1230px;
    margin: 0 auto;
}
.spro-option{
    width: 100%;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 50px;
}
.spro-on{
    display: block;
}
.spro-item h3{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-bottom: 32px;
}
.spro-item p{
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
}
.spro-charater{
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding-top: 52px;
    padding-left: 60px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.spro-charater h3{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-bottom: 62px;
}
.charater-list{
    margin-left: -41px;
    margin-right: -41px;
}
.charater-list li{
    float: left;
    width: 25%;
    padding: 0 41px;
}
.charater-item{
    width: 100%;
    border-top: 4px solid #e70012;
    padding-top: 38px;
}
.charater-item span{
    font-size: 20px;
    line-height: 20px;
    color: #333;
    display: block;
    margin-bottom: 20px;
}
.charater-item p{
    font-size: 18px;
    color: #666;
    line-height: 36px;
    min-height: 144px;
    margin-bottom: 2px;
}
.spro-optionbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.spro-optionbtn a{
    width: 164px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    margin: 0 20px;
    border-radius: 3px;
}
.spro-optionbtn-send{
    background-color: #f9f9f9;
    color: #1a1a1a;
}
.spro-optionbtn-download{
    background-color: #e70012;
    color: #fff;
}
@media(max-width: 1700px){
    .inav-swiper .swiper-slide{
        margin-right: 100px;
    }
}
@media(max-width: 1600px){
    .inav-swiper .swiper-slide{
        margin-right: 80px;
    }
    .spro-right{
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
    }
    .spro-right h3{
        margin-bottom: 30px;
    }
    .spro-option{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media(max-width: 1400px){
    .inav-swiper .swiper-slide{
        margin-right: 55px;
    }
    .spro-right{
        padding-top: 30px;
    }
    .spro-right h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .spro-right .spro-toptxt{
        line-height: 30px;
        margin-bottom: 15px;
    }
    .spro-list{
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }
    .spro-item{
        width: 100%;
    }
    .spro-item img{
        width: 100%;
    }
    .charater-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .charater-list li{
        padding: 0 20px;
    }
    .spro-option{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media(max-width: 1200px){
    .inav-swiper .swiper-slide{
        margin-right: 40px;
    }
    .spro-right{
        padding-left: 30px;
        padding-right: 30px;
    }
    .spro-top{
        align-items: flex-start;
    }
    .charater-list li{
        width: 33.33%;
    }
    .spro-charater{
        padding-bottom: 20px;
    }
    .inav-main{
        padding: 0px;
    }
    .spro-option{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width: 991px){
    .inav-swiper .swiper-slide{
        margin-right: 30px;
    }
    .inav-item a{
        line-height: 50px;
    }
    .inside-navs{
        height: 55px;
    }
    .spro-wrap{
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .spro-top{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .spro-left{
        width: 100%;
    }
    .spro-right{
        width: 100%;
        margin-top: 10px;
    }
    .spro-right h3{
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .spro-nav{
        height: 60px;
    }
    .spro-nav li{
        flex: 1;
    }
    .spro-navfix{
        height: 60px;
    }
    .spro-nav li a{
        line-height: 60px;
        width: 100%;
        font-size: 16px;
    }
    .spro-nav li a::after{
        border-left-width: 12px;
        border-right-width: 12px;
        border-bottom-width: 10px;
        bottom: -10px;
    }
    .spro-item{
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .spro-item h3{
        margin-bottom: 12px;
    }
    .spro-item p{
        font-size: 16px;
        line-height: 30px;
    }
    .spro-list{
        padding: 0px 10px;
    }
    .spro-charater{
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .charater-list{
        margin-left: -14px;
        margin-right: -14px;
    }
    .charater-list li{
        padding: 0 14px;
        width: 50%;
    }
    .charater-item{
        padding-top: 22px;
    }
    .charater-item span{
        margin-bottom: 10px;
    }
    .charater-item p{
        font-size: 16px;
        line-height: 30px;
        min-height: 90px;
    }
    .spro-charater h3{
        margin-bottom: 30px;
    }
    .spro-option{
        padding-left: 20px;
        padding-right: 20px;
    }
    .spro-optionbtn{
        margin-top: 30px;
    }
}
@media(max-width: 559px){
    .charater-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .charater-list li{
        padding: 0px;
        margin-bottom: 15px;
        width: 100%;
    }
    .charater-item p{
        min-height: 30px;
    }
    .spro-right{
        padding: 20px 20px 0px;
    }
    .spro-right img{
        width: 100%;
        max-width: 405px;
    }
    .spro-charater{
        padding-bottom: 10px;
    }
    .spro-option{
        padding-left: 0px;
        padding-right: 0px;
    }
    .spro-optionbtn a{
        width: 120px;
        margin: 0 10px;
        height: 48px;
        line-height: 48px;
    }
}
.pro-one{
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    background-color: #f9f9f9;
}
.proone-list{
    margin-left: -30px;
    margin-right: -30px;
}
.proone-list li{
    float: left;
    width: 25%;
    padding: 0 30px;
    margin-bottom: 48px;
}
.proone-info{
    height: 73px;
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
}
.proone-info i{
    display: block;
    width: 72px;
    height: 72px;
    transition: all .5s;
    background: #fff url(/skin/images/pro-arrow.png) no-repeat center;
}
.proone-info p{
    width: calc(100% - 74px);
    padding-left: 35px;
    line-height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #333;
}
.proone-item:hover .public-img img{
    transform: scale(1.1);
}
.proone-item:hover .proone-info p{
    color: #e70012;
}
.proone-item:hover .proone-info i{
    background-image: url(/skin/images/pro-arrow-on.png);
}
@media(max-width: 1600px){
    .proone-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .proone-list li{
        padding: 0 20px;
    }
    .proone-info p{
        padding-left: 20px;
        padding-right: 10px;
    }
}
@media(max-width: 1400px){
    .proone-list{
        margin-left: -14px;
        margin-right: -14px;
    }
    .proone-list li{
        padding: 0 14px;
        margin-bottom: 32px;
    }
}
@media(max-width: 1200px){
    .proone-info p{
        font-size: 16px;
        padding-left: 10px;
        width: calc(100% - 54px);
        line-height: 24px;
        height: 52px;
    }
    .proone-info i{
        width: 52px;
        height: 52px;
    }
    .proone-info{
        height: 52px;
    }
}
@media(max-width: 991px){
    .proone-list li{
        width: 50%;
        margin-bottom: 22px;
    }
}
@media(max-width: 559px){
    .proone-list{
        margin-left:0px;
        margin-right:0px;
    }
    .proone-list li{
        padding: 0px;
        width: 100%;
    }
    .pro-one{
        padding-top: 35px;
    }
}

/* header */
header{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #e5e5e5;
}
.header-main{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}
.logo{
    display: block;
    width: 260px;
    overflow: hidden;
    margin-top: 15px;
}
.logo img{
    width: 100%;
}
.nav-ul{
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}
.nav-ul li{
    /* margin-right: 50px; */
    position: relative;
    padding: 0 40px;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    display: block;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #333;
    transition: all .3s;
    position: relative;
    border-bottom: 2px solid transparent;
}
.nav-ul li:hover>a,
.nav-ul li.nav-active>a{
    color: #e70012;
    border-bottom-color: #e70012;
}
.nav-sub{
    position: absolute;
    top: 44px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: #e70012;
    z-index: 9999;
    padding-top: 14px;
    padding-bottom: 12px;
}
.nav-sub dl dd a{
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background-color: #e70012;
    transition: all .3s;
    text-align: center;
}
.nav-sub dl dd:hover a, .nav-sub dl dd.active a{
    background-color: #edaf1c;
    color: #fff;
}
@media(max-width: 1600px){
    .nav-ul li{
        padding: 0 20px;
    }
}
@media(max-width: 1400px){
    .nav-ul li{
        padding: 0 20px;
    }
    .nav-sub dl dd a{
        font-size: 14px;
        line-height: 32px;
    }
}
@media(max-width: 1200px){
    .nav-ul li{
        padding: 0 8px;
    }
}
@media(max-width: 991px){
    .nav-ul{
        display: none;
    }
    .hotline-wrap{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        margin-top: 0px;
    }
    .header-main{
        height: 70px;
        align-items: center;
    }
}