.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
body{
    min-width: 1200px;
}
*{
    box-sizing: border-box;
}
a{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@font-face {
    font-family: 'ziti2';
    src: url("../img/DINPro-Medium.otf");
}
@font-face {
    font-family: 'ziti';
    src: url("../img/ziti.ttf");
}
/*首页导航*/
.top{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
}
.top-left{
    float: left;
    color: #919191;
    font-size: 14px;
}
.top-right{
    width: 237px;
    float: right;
}
.top-right a{
    width:113px;
    float: left;
    text-align: center;
    color: #919191;
    font-size: 14px;
    padding-left: 20px;
}
.top-right .t-lang{
    background: url("../img/diqiu.png") no-repeat center left 10px;
    border-left:1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.top-right .t-mes{
    background: url("../img/t-mes.png") no-repeat center left 10px;
}
.headbox .headbox-top{
    background: #fff;
    height: 120px;
}
.headbox .headbox-top-logo{
    float: left;
    margin-top: 29px;
    width: 647px;
}
.headbox .headbox-top-logo img{
    float: left;
}
.headbox .headbox-top-text{
    float: right;
    padding-left: 20px;
    border-left:1px solid #e1e1e1;
    margin-left: 20px;
    margin-top: 5px;
}
.headbox .headbox-top-text .fir{
    font-size:25px;
    color:#474747;
    font-weight: 700;
    line-height: 27px;
}
.headbox-top-text ul{
    padding-top: 10px;
}
.headbox-top-text ul li{
    float: left;
    background: url("../img/yuan.png") no-repeat center left;
    color: #646464;
    text-indent: 15px;
    font-size: 16px;
    margin-right: 10px;
}
.headbox-top-text ul li strong{
    color: #ff6100;
}
.headbox .headbox-top-tel{
    float: right;
    margin-top: 27px;
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}
.headbox .headbox-top-tel img{
    max-width: 100%;
    float: left;
    -webkit-animation: tada 1.5s ease both infinite;
    -o-animation: tada 1.5s ease both infinite;
    animation: tada 1.5s ease both infinite;
}
.headbox .headbox-top-tel .text{
    float: left;
    padding-left: 10px;
}
.headbox .headbox-top-tel .text .fir{
    font-size:30px;
    color:#343434;
    font-style: italic;
    font-family: ziti2;
    font-weight: bold;
}
.headbox .headbox-top-tel .text .sec{
    width: 203px;
    height: 23px;
    border-radius: 10.5px;
    line-height: 23px;
    background: #ececec;
    text-align: center;
    font-size: 14px;
    color: #8c8c8c;
    letter-spacing:2px;
}
.headbox .headbox-nav{
    background: #0046b0;
}
.headbox .headbox-nav ul li{
    float: left;
    position: relative;
}
.headbox .headbox-nav ul li>a{
    display: block;
    line-height: 54px;
    width: 120px;
    text-align:center;
    color:#fff;
    font-size:16px;
    position: relative;
    overflow: hidden;
}
.headbox .headbox-nav ul li>a:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: #2159ac;
}
.headbox .headbox-nav ul li:last-child>a:after{
    display: none;
}
.headbox .headbox-nav ul li a>span{
    display: inline-block;
    position: relative;
    z-index: 2;
}
.headbox .headbox-nav ul li a>i{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/nav-li.png") no-repeat center center;
    left:0;
    top:0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    z-index: 1;
}
.headbox .headbox-nav ul li a:hover>i{
  -webkit-animation: bounce 1s linear forwards;
    -o-animation: bounce 1s linear forwards;
    animation: bounce 1s linear forwards;
}
.headbox .headbox-nav ul li a.active>i{
    -webkit-animation: bounce 1s linear forwards;
    -o-animation: bounce 1s linear forwards;
    animation: bounce 1s linear forwards;
}
@keyframes bounce {
    20%,50%,80%,to{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40%{
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    70%{
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    90%{
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
.headbox .headbox-nav ul li .erji{
    position: absolute;
    left:0;
    top:110%;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.headbox .headbox-nav ul li:hover .erji{
    opacity: 1;
    top:100%;
    visibility: visible;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}
.headbox .headbox-nav ul li .erji a{
    display: block;
    line-height: 52px;
    font-size:14px;
    text-indent: 30px;
    color:#646464;
    margin: 0 10px;
    border-bottom: 1px dashed #e7e7e7;

}
.headbox .headbox-nav ul li .erji a:hover{
    color:#003a8f;
    background: #f0f3f7
}
.headbox .headbox-nav ul li .erji a.active{
    color:#003a8f;
    background: #f0f3f7
}
.searchbox{
    background: #f9f9f9;
    height: 64px;
    border-bottom: 1px solid #e7e7e7;
}
.searchbox .remen{
    float: left;
}
.searchbox .remen a{
    display: inline-block;
    color:#919191;
    font-size:16px;
    line-height: 64px;
}
.searchbox .remen a:after{
    display: block;
    content: '';
    width: 1px;
    height: 18px;
    background: #e7e7e7;
    float: right;
    margin:23px 20px 0 20px;
}
.searchbox .remen a:first-child{
    font-weight: 700;
    font-size:16px;
    padding-right: 0;
    color: #3f3f3f;
    background: url("../img/hot.png") no-repeat center left;
    text-indent: 25px;
}
.searchbox .remen a:first-child:after{
    display: none;
}
.searchbox .remen a:last-child:after{
    display: none;
}
.searchbox .remen .a:hover{
    text-decoration: underline;
}
.searchbox form{
    margin-top: 15px;
    float: right;
    width: 332px;
    background: #fff;
    border:1px solid #c9c9c9;
}
.searchbox form input[type=text]{
    float: left;
    width: 250px;
    line-height: 35px;
    background: #fff;
    outline: none;
    padding-left: 30px;
    font-size:14px;
    color:#666;
}
.searchbox form input::placeholder{
    font-size:14px;
    color:#b9b9b9;
}
.searchbox form .search_s{
    float: left;
    width:80px;
    height: 38px;
    background: #003a8f;
    cursor: pointer;
    color: #fff;
}
/*首页-产品*/
.index1{
    width: 100%;
    position: relative;
    padding: 73px 0 80px 0;
}
.pro-type{
    width: 270px;
    float: left;
    position: relative;
    z-index: 100;
}
.pro-title{
    width: 100%;
    height: 107px;
    background: url("../img/pro.jpg") no-repeat center center;
    text-align: center;
}
.pro-title h3{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding-top: 30px;
}
.pro-title small{
    color: #356bba;
    font-size: 14px;
}
.pro-type ul{
    width: 100%;
    position: relative;
    background: #fff;
    padding-top:15px;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}
.pro-type ul li{
    width: 100%;
    height: 50px;
    transition: all 0.4s;
    line-height: 50px;
    position: relative;

}
.pro-type ul li>a{
    width: 232px;
    margin: 0 auto;
    border-bottom: 1px dashed #dbdbdb;
    display: block;
    background: url("../img/pro-jt.png") no-repeat center left 10px;
    text-indent: 30px;
    color: #4d4d4d;
    font-size: 16px;
    transition: all 0.4s;
}
.pro-type ul li:hover>a{
    background: #f0f3f7 url("../img/pro-jt.png") no-repeat center left 10px;;
    transition: all 0.4s;
}
.pro-type ul li:hover>a{
    color: #003a8f;
    transition: all 0.4s;
}
.pro-type ul li:last-child a{
    border-bottom: none;
}
.pro-tel{
    width: 100%;
    height: 130px;
    background: #ff6100;
}
.pro-tel p{
    color: #fff;
    font-size: 14px;
    padding-top: 21px;
    padding-left: 35px;
    margin-bottom: -5px;
}
.pro-tel strong{
    color: #fff;
    font-size: 30px;
    font-family: ziti2;
    padding-left: 32px;
}
.pro-type ul li:hover .pro-erji{
    opacity: 1;
    visibility: visible;
    left: 270px;
    transition: all 0.4s;
}
.pro-erji{
    position: absolute;
    left: 280px;
    top: 0;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.pro-erji a{
    display: block;
    width: 188px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dbdbdb;
    color: #4d4d4d;
    font-size: 16px;
    transition: all 0.4s;
    text-indent: 30px;
}
.pro-erji a:hover{
    background: #f0f3f7;
    transition: all 0.4s;
}
.pro-list {
    width: 900px;
    float: right;
}
.pro-title1{
    width: 100%;
    margin-top: 12px;
}
.pro-title1 p{
    color: #343434;
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.pro-title1 p sub{
    color: #b3b3b3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
}
.pro-title1 p:after{
    display: block;
    content: '';
    width: 660px;
    height: 1px;
    background: #dbdbdb;
    margin-left: 190px;
    margin-top: -10px;
}
.pro-title1 a{
    color: #7b7b7b;
    font-size: 14px;
    display: block;
    float: right;
    margin-top:18px;
}
.pro-title1 a:hover{
    font-weight: 700;
    color: #ff6100;
}
.cp-list{
    margin-top: 37px;
}
.cp{
    height: 830px;
}
.cp .swiper-slide{
    width: 100%;
    height: 250px;
    border: 1px solid #e7e7e7;
    position: relative;
}
.pro-img{
    width: 99.9%;
    height: 198px;
    border: 1px solid #e7e7e7;
}
.pro-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-text{
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    background: #fff;
}
.pro-text .link{
    opacity: 0;
    visibility: hidden;
    width: 215px;
    margin: 0 auto;
}
.pro-text .link a{
    display: block;
    width: 95%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    float: left;
    font-size: 14px;
}
.pro-text .link a:first-child{
    border: 1px solid #003a8f;
    margin-right: 15px;
    color: #003a8f;
}
.pro-text .link a:last-child{
    border: 1px solid #ff6100;
    color: #fff;
    background: #ff6100;
}
.pro-text p{
    line-height: 45px;
    text-align: center;
}
.cp .swiper-slide:hover .pro-text{
    height: 117px;
    transition: all 0.3s;
}
.cp .swiper-slide:hover .link{
    opacity: 1;
    visibility: visible;
}
/*首页-公司简介*/
.index2{
    width: 100%;
    position: relative;
    background:#f6f6f6 url("../img/about.jpg") no-repeat center top;
    padding: 70px 0;
}
.title{
    text-align: center;
    width: 100%;
}
.title strong{
    color: rgba(0,0,0,0.1);
    font-size: 58px;
    text-transform: uppercase;
}
.title h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-top: -50px;
}
.title h3 span{
    color: #ff721b;
}
.title p{
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    width: 520px;
    margin: 0 auto;
    background: url("../img/title.png") no-repeat center center;
}
.index2-center{
    background: #fff;
    padding: 50px;
    margin-top: 45px;
}
.index2-left{
    width: 530px;
    float: left;
}
.index2-left h3 span {
    display: block;
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #ff6100;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}
.index2-left h3{
    color: #3e3e3e;
    font-size: 22px;
    font-weight: bold;
}
.index2-left p{
    font-size: 14px;
    line-height: 26px;
    color: #6f6f6f;
    padding-top: 23px;
}
.index2-left p a{
    color: #ff6100;
    font-weight: bold;
}
.index2-right{
    width: 491px;
    float: right;
}
.ho-img{
    height: 188px;
    width: 100%;
}
.ho-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ho p{
    text-align: center;
    color: #626262;
    font-size: 14px;
    line-height: 30px;
}
.index_company_shuzi{
    width: 100%;
    margin-top: 50px;
    background: url("../img/shuzi.jpg") no-repeat center top;
    padding-top: 50px;
}
.shuzi{
    font-family: ziti2;
    font-size:14px;
    color:#d1d1d1;
    width: 100%;
    margin:0 auto;
}
.shuzi-list{
    float: left;
    position: relative;
    margin-right: 90px;
}
.i.shuzi-list:last-child{
    margin-right: 0;
}
.shuzi-list .fir{
    font-size:57px;
    color:#707070;
    font-weight: 700;
    line-height: 40px;
    font-family: ziti2;
    position: relative;
}
.shuzi-list .fir span{
    font-family: ziti2;
}
.shuzi-list .sec{
    font-size:18px;
    color:#454545;
    font-weight: lighter;
    line-height: 26px;
    padding-top: 20px;
}
.shuzi-list i{
    position: absolute;
    display: block;
    font-size:22px;
    color:#454545;
    right: -25px;
    bottom: -20px;
}
.shuzi-list:nth-child(3) i{
    right: -12px;
}
.shuzi-list:nth-child(4) i{
    right: 20px;
}
.shuzi-list:last-child{
    margin-right: 0;
}
.shuzi-list:last-child:after{
    display: none;
}
.shuzi em{
    font-family: ziti2;
    font-style: inherit;
    font-size:30px;
}
.shuzi span{
    text-align: left;
    line-height: 20px;
    font-size:60px;
    color: #003a8f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-weight: normal;
}
.shuzi span:after{
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    right: -12px;
    top: 7px;
    z-index: 100;
    background: url("../img/jia.png") no-repeat right top;
}
.shuzi span:fist-child:after{
    background: none;
}
/*合作展示*/
.index3{
    width: 100%;
    position: relative;
    background: #f4f4f4;
    padding: 45px 0 53px;
    background: url("../img/par.jpg") no-repeat center bottom;
}
.title1 strong{
    color: #f4f4f4;
}
.title1 h3{
    color: #3e3e3e;
}
.title1 p{
    color: #3e3e3e;
}
.index3-list{
    position: relative;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 45px;
}
.case .swiper-slide{
    height: 475px;
    background: #fff;
}
.case-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.case-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case .swiper-slide:hover .case-img img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.case-tit{
    padding: 28px;
}
.case-tit h3{
    color: #3d3d3d;
    font-size: 20px;
}
.case-tit p{
    color: #979797;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}
.case-tit p:after{
    display: block;
    content: '→';
    width: 88px;
    height: 30px;
    border: 1px solid #ff6100;
    border-radius: 4px;
    color: #ff6100;
    font-size: 24px;
    line-height: 28px;
    transition: all 0.4s;
    text-align: center;
    margin-top: 20px;
}
.case .swiper-slide:hover .case-tit p:after{
    background: #ff6100;
    transition: all 0.4s;
    color: #fff;
}
.case-next{
    width: 60px!important;
    height: 60px!important;
    background: url("../img/c-right.png") no-repeat center center;
    right: -100px!important;
}
.case-next:after{
    display: none;
}
.case-prev{
    width: 60px!important;
    height: 60px!important;
    background: url("../img/c-left.png") no-repeat center center;
    left: -100px!important;
}
.case-prev:after{
    display: none;
}
.case-more{
    width: 230px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #ff6100;
    border-radius: 4px;
    margin: 0 auto;
    transition: all 0.4s;
}
.case-more a{
    display: block;
    color:#ff6100;
    font-size: 16px;
    transition: all 0.4s;
}
.case-more:hover{
    background: #ff6100;
    transition: all 0.4s;
}
.case-more:hover a{
    transition: all 0.4s;
    color: #fff;
}
/*广告栏*/
.index4{
    width: 100%;
    height: 233px;
    background: url("../img/ban.jpg") no-repeat center center;
}
.index4-left{
    width: 687px;
    float: left;
    margin-left: 230px;
    margin-top: 45px;
}
.index4-left h3{
    color: #ffffff;
    font-size: 38px;
    font-family: ziti;
}
.index4-left p{
    color: #fff;
    font-size: 20px;
}
.index4-left .index4-link{
    width: 100%;
    margin-top: 20px;
}
.index4-link span{
    color: #fff;
    font-size: 32px;
    font-family: ziti2;
    background: url("../img/b-tel.png") no-repeat center left;
    text-indent: 40px;
    display: block;
    float: left;
}
.index4-link a{
    display: block;
    float: left;
    width: 136px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    background: #ff6100 url("../img/zx.png") no-repeat center left 20px;
    text-align: center;
    text-indent:25px;
    color: #fff;
    font-size: 16px;
    margin-left: 27px;
}
.index4-right{
    width: 264px;
    height: 132px;
    float: right;
    margin-top: 50px;
}
.index4-right .fir{
    width: 132px;
    height: 132px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    padding-top: 40px;
    padding-left: 25px;
    border: 2px solid #2c5ca4;
}
.index4-right .sec{
    width: 132px;
    height: 132px;
    float: right;
}
.index4-right .sec img{
    display: block;
    max-width: 100%;
}
/*优势*/
.index5{
    width: 100%;
    position: relative;
    padding:50px 73px;
}
.index5-center{
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.ys-type{
    width: 100%;
    padding-bottom: 30px;
}
.ys-type ul{
    width: 1040px;
    margin: 0 auto;
}
.ys-type ul li{
    padding-right: 100px;
    float: left;
    padding-left: 70px;
    position: relative;
    height: 80px;
}
.ys-type ul li:last-child{
    padding-right: 0;
}
.ys-type ul li:after{
    display: block;
    content: '';
    width: 0;
    height: 4px;
    background: url("../img/ys-lin.png") no-repeat center center;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ys-type ul li.on{
    position: relative;
}
.ys-type ul li:hover:after{
    width: 187px;
    transition: all 0.4s;
}
.ys-type ul li.on:after{
    display: block;
    content: '';
    width: 187px;
    height: 4px;
    background: url("../img/ys-lin.png") no-repeat center center;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ys-type ul li p{
    color: #494949;
    font-size: 28px;
    padding-top: 25px;
    line-height: 25px;
}
.ys-type ul li span{
    color: #cacaca;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
}
.ys-type ul li:nth-child(1){
    background: url("../img/y1.png") no-repeat center left;
}
.ys-type ul li:nth-child(2){
    background: url("../img/y2.png") no-repeat center left;
}
.ys-type ul li:nth-child(3){
    background: url("../img/y3.png") no-repeat center left;
}
.ys-type ul li:nth-child(4){
    background: url("../img/y4.png") no-repeat center left;
}
.ys-list{
    width: 100%;
    background: #f6f6f6;
    height: 546px;
}
.ys-left{
    width: 846px;
    height: 546px;
    float: left;
}
.ys-left img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys-right{
    width: 354px;
    height: 456px;
    float: right;
    padding: 0 40px;
}
.ys-right h3{
    color: #003a8f;
    font-size: 22px;
    font-weight: bold;
    padding-top:64px;
}
.ys-right h4{
    color: #3e3e3e;
    font-size: 26px;
    font-weight: bold;
}
.ys-right p{
    color: #797979;
    font-size: 14px;
    background: url("../img/yuan.png") no-repeat top 5px left;
    padding-left: 20px;
    margin-top: 35px;
}
.ys-right img{
    position: absolute;
    right: -15px;
    bottom:-15px;
}
/*厂房车间&生产设备*/
.index6{
    width: 100%;
    position: relative;
    padding-bottom: 72px;
}
.index6-center{
    width: 100%;
}
.index6-type{
    width:100%;
    height: 59px;
    border-bottom: 1px solid #e5e5e5;
}
.index6-type ul{
    width: 436px;
    margin: 0 auto;
}
.index6-type ul li{
    width: 208px;
    height: 58px;
    border-bottom:4px solid #ff6100;
    float: left;
    line-height: 58px;
    text-align: center;
}
.index6-type ul li a{
    color: #3a3a3a;
    display: block;
    font-size: 22px;
    text-indent:30px;
}
.index6-type ul li:nth-child(1){
    background: #efefef url("../img/shop.png") no-repeat center left 40px;
    margin-right: 18px;
}
.index6-type ul li:nth-child(2){
    background: #efefef url("../img/shebei.png") no-repeat center left 40px;
}
.index6-type ul li:nth-child(1).on{
    background: #003a8f url("../img/shop-1.png") no-repeat center left 40px;
    margin-right: 18px;
}
.index6-type ul li:nth-child(2).on{
    background: #003a8f url("../img/shebei-1.png") no-repeat center left 40px;
}
.index6-type ul li.on a{
    color: #fff;
}
.index6-list{
    margin-top: 35px;
}
.index6-list .swiper-slide{
    width: 287px;
    height: 280px;
    border: 1px solid #e7e7e7;

}
.index6-img{
    width: 272px;
    height: 222px;
    margin: 8px;
    overflow: hidden;
}
.index6-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index6-list .swiper-slide p{
    color: #797979;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.index6-list .swiper-slide:hover p{
    color: #003a8f;
}
.index6-list .swiper-slide:hover .index6-img img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
/*合作客户*/
.index7{
    width: 100%;
    position: relative;
    padding-bottom: 84px;
}
.index7 ul{
    margin-top: 35px;
}
.index7 ul li{
    width: 171px;
    height: 106px;
    float: left;
    line-height: 106px;
    border: 1px solid #f2f2f2;
    text-align: center;
}
.index7 ul li img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/*新闻*/
.index8{
    width: 100%;
    position: relative;
    background: #f2f4f7;
    padding: 50px 0 75px;
}
.index8-center{
    width: 100%;
    padding-top: 50px;
}
.news{
    width: 575px;
    float: left;
}
.news .pro-title1 p:after{
    width: 284px;
    margin-left: 242px;
}
.n1{
    margin-top: 28px;
}
.n1-img{
    width: 100%;
    height: 245px;
}
.n1-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.n1 h3{
    color: #343434;
    font-size: 22px;
    padding-top: 25px;
    padding-bottom:15px;
}
.n1 p{
    color: #959595;
    font-size: 14px;
    line-height: 24px;
}
.n1 p strong{
    color: #ff6100;
}
.news ul{
    margin-top: 25px;
}
.news ul li{
    width: 100%;
    line-height: 35px;
}
.news ul li h3{
    color:#343434;
    font-size: 16px;
    background: url("../img/pro-jt.png") no-repeat center left;
    text-indent: 15px;
}
.news ul li:hover h3{
    color: #ff6100;
}
.news ul li h3 small{
    float: right;
    font-size: 14px;
    color: #959595;
}
.ques{
    width: 575px;
    float: right;
}
.ques .pro-title1 p:after{
    width:377px;
    margin-left: 147px;
}
.ques1{
    margin-top: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ques1 h3{
    color: #343434;
    font-size: 22px;
}
.ques1 h3 span{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 19px 0 19px 0;
    background: #ff6100;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.ques1 p{
    color: #959595;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
}
.ques1 p strong{
    color: #ff6100;
    font-size: 14px;
}
.ques2 ul li{
    width: 100%;
    line-height: 35px;
}
.ques2 ul li h3{
    color:#343434;
    font-size: 16px;
    background: url("../img/pro-jt.png") no-repeat center left;
    text-indent: 15px;
}
.ques2 ul li:hover h3{
    color: #ff6100;
}
.ques2 ul li h3 small{
    float: right;
    font-size: 14px;
    color: #959595;
}
.ques2-more{
    width: 100%;
    height: 152px;
    background: url("../img/ques-more.jpg") no-repeat center center;
    margin-top: 27px;
}
.ques2-more a{
    display: block;
    width: 166px;
    height: 152px;
    background: #003a8f;
    text-align: center;
    padding-top: 50px;
    float: right;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.ques2-more a p{
    font-size: 42px;
    font-weight: 400;
    margin-top: -10px;
}
.ques2-more:hover a{
    background: #ff6100;
}
/*底部*/
.footer{
    width: 100%;
    position: relative;
    padding: 65px 0;
    border-top: 5px solid #ff6100;
}
.foot1{
    width: 283px;
    float: left;
}
.f-logo{
   margin-bottom:30px;
}
.f-ewm{
    width: 100%;
}
.f-ewm p{
    width: 125px;
    float: left;
    margin-right: 33px;
}
.f-ewm p img{
    max-width: 100%;
}
.f-ewm p span{
    text-align: center;
    color: #ffffff;
    font-size:14px;
    display: block;
    text-align: center;
    line-height: 35px;
}
.f-ewm p:last-child{
    margin-right: 0;
}
.foot2{
    width: 490px;
    float: left;
    margin: 0 110px;
}
.foot2 ul{
    border-top:1px solid #364252;
    border-bottom: 1px solid #364252;
    padding: 30px 0;
}
.foot2 ul li{
    width: 25%;
    float: left;
    line-height: 35px;
}
.foot2 ul li:before{
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #5b6778;
    border-radius: 50%;
    float: left;
    margin-top: 13px;
}
.foot2 ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
    text-indent: 10px;
}
.f-link{
    width: 100%;
    margin-top: 35px;
}
.f-link strong{
    color: #fff;
    font-size: 14px;
    display: block;
    float: left;
}
.f-link p a{
    color: #68727f;
    font-size: 14px;
    display: block;
    float: left;
    padding-left: 27px;
}
.foot3{
    width: 207px;
    float: right;
}
.foot3 p{
    color: #68727f;
    font-size: 14px;
}
.foot3 h3{
    color: #fff;
    font-size: 30px;
    font-family: ziti2;
    padding-bottom:21px;
}
.foot3 h4{
    color: #fff;
    font-size: 16px;
}
.f-admin{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #68727f;
    font-size: 14px;
    background: #1d2632;
}
.f-admin a{
    color: #68727f;
    font-size: 14px;
}
.admin-right{
    float: right;
}



.in_product_right{
    float: right;
    width: 877px;
    position: relative;
}
.in_product_right .s-top{
    line-height: 60px;
    background: #3e3e3e;
    padding:0 20px;
}
.in_product_right .s-top .fir{
    float: left;
    padding-left: 20px;
    background:url("../img/index_product_img1.png") no-repeat left center;
    font-size:16px;
    font-weight: 700;
    color:#fff;
}
.in_product_right .s-top .fir span{
    font-weight: 500;
}
.in_product_right .s-top a{
    display: block;
    float: right;
    color:#fff;
    font-size:16px;
}
.in_product_right .s-top a:hover{
    text-decoration: underline;
}
.in_product_right .imgbox{
    width: 100%;
    height: 590px;
    margin-top: 2px;
}
.in_product_right .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in_product_right .text{
    width: 100%;
    height: 179px;
    background: #f6f6f6;
    padding: 0 25px;
    padding-top: 49px;
    position: relative;
}
.in_product_right .text .fir{
    font-size:21px;
    color:#434343;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 640px;
}
.in_product_right .text .des{
    font-size:14px;
    color:#939393;
    font-weight: lighter;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 640px;
    margin-top: 5px;
}
.in_product_right .text .more{
    display: block;
    position: absolute;
    font-size:14px;
    color:#939393;
    width: 90px;
    line-height: 16px;
    background:url("../img/more.png") no-repeat right center;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    right:25px;
    top: 87px;
}
.in_product_right .swiper-slide:hover .text{
    background: #0046b0;
}
.in_product_right .swiper-slide:hover .text .fir{
    color:#fff;
}
.in_product_right .swiper-slide:hover .text .des{
    color:#fff;
}
.in_product_right .swiper-slide:hover .text .more{
    color:#fff;
    background:url("../img/more1.png") no-repeat right center;
}
.index_all_product{
    position: relative;
    margin-top: 55px;
}
.index_all_product .warpper{
    position: relative;
}
.all_probox .imgbox{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.all_probox .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.all_probox:hover .imgbox img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.all_probox .text{
    width: 100%;
    height: 105px;
    padding:17px 25px 0 25px;
    background: #f6f6f6;
    position: relative;
    perspective: 400px;
}
.all_probox .text .fir{
    font-size:16px;
    color:#4a4a4a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.all_probox .text .sec{
    font-size:14px;
    color:#898989;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 2px;
}
.all_probox .text .more{
    position: relative;
    margin-top: 10px;
}
.all_probox .text .more i{
    display: block;
    float: left;
    width: 46px;
    height: 1px;
    background: #ff6100;
    position: relative;
    margin-top: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.all_probox .text .more i:after{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 3px;
    background: #0064b3;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.all_probox .text .more span{
    display: block;
    float: right;
    font-size:12px;
    color:#bababa;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.all_probox .text:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #0046b0;
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: center top;
    transform: rotateX(-90deg);
    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    transition-delay: 0.1s;
    opacity: 0;
    z-index: -1;
}
.all_probox:hover .text:after{
    transform: rotateX(0deg);
    opacity: 1;
}
.all_probox:hover .text .fir{
    color:#fff;
    font-weight: 700;
}
.all_probox:hover .text .sec{
    color:#e6e6e6;
}
.all_probox:hover .text .more i{
    width: 65px;
}
.all_probox:hover .text .more i:after{
    background: #0089f5;
}
.all_probox:hover .text .more span{
    color:#bcbcbc;
}
.swiper-button-next-prosec{
    width: 39px;
    height: 27px;
    background: url("../img/prosec-right.png") no-repeat center;
    right: -70px;
}
.swiper-button-prev-prosec{
    width: 39px;
    height: 27px;
    background: url("../img/prosec-left.png") no-repeat center;
    left: -70px;
}
.swiper-button-next-prosec:after ,.swiper-button-prev-prosec:after{
    display: none;
}

.hexin .all_index_title .thr{
    background: url(../img/hexin_index_title_bg.png) no-repeat center;
}
/*三大核心业务*/
.hexin-lunbo{
    position: relative;
    overflow: hidden;
    height: 750px;
}
.hexin-lunbo .imgbox{
    width: 100%;
    height: 535px;
}
.hexin-lunbo .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hexin-lunbo .swiper-wrapper{
    width: 100%;
}
.hexin-lunbo .swiper-slide{
    width: 60% !important;
}
.hexin-lunbo .swiper-slide .imgbox img{
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
}
.hexin-lunbo .swiper-slide.swiper-slide-active .imgbox{
    border:5px solid #249eff;
}
.hexin-lunbo .swiper-slide.swiper-slide-active .imgbox img{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.hexin-lunbo .dianbox{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
}
.hexin-lunbo .dianbox .dian{
    font-size:35px;
    font-weight: 700;
    color:#b5b5b5;
    text-align:center;
    position: absolute;
    top:36%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:5% 0;
    background: url("../img/hexin-first.png") no-repeat center;
    background-size: contain;
}
.hexin-lunbo .dianbox .dianfir{
    left:0;
}
.hexin-lunbo .dianbox .diansec{
    right:0;
}
.hexin-lunbo .hexintext{
    position: absolute;
    width: 100%;
    top:150px;
    left:190px;
    z-index: 2;
}
.hexin-lunbo .hexintext .hexintext-list{
    position: absolute;
    left:0;
    top:0;
    width: 370px;
    height: 460px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    padding:60px 30px 0 65px;
    margin-left: 190px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.hexin-lunbo .hexintext .hexintext-list.show{
    opacity: 1;
    visibility: visible;
}
.hexin-lunbo .hexintext .hexintext-list .fir{
    font-size:36px;
    color:#249eff;
    font-weight: 700;
    line-height: 35px;
}
.hexin-lunbo .hexintext .hexintext-list .sec{
    font-size:28px;
    color:#000000;
    font-weight: 700;
    margin: 7px 0 19px 0;
}
.hexin-lunbo .hexintext .hexintext-list .des{
    font-size:14px;
    color:#858585;
    line-height: 25px;
}
.hexin-lunbo .hexintext .hexintext-list .des p:nth-child(1){
    margin-bottom: 20px;
}
.hexin-lunbo .hexintext .hexintext-list i{
    display: block;
    position: absolute;
    top:0;
    left:31px;
    width:7px;
    height: 108px;
    background: #33b551;
}
.hexin-lunbo .swiper-pagination{
    width: 100%;
    text-align:center;
    bottom: 80px;
}
.hexin-lunbo .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #bfbfbf;
    border-radius: 0;
    opacity: 1;
    margin:0 5px;
}
.hexin-lunbo .swiper-pagination-bullet-active{
    background: #33b551;
}
.hexin-lunbo .pagination-wrap{
    position: absolute;
    bottom: 31px;
    left: 64px;
    font-size:30px;
    font-weight: 700;
    color:#323232;
    z-index: 3;
}
.hexin-lunbo .pagination-wrap p{
    font-family: ziti2;
}
.hexin-lunbo .pagination-wrap em{
    font-style: initial;
    color:#33b551;
    font-size:36px;
    font-family: ziti2;
}

/*四大优势*/
.index_youshi{
    background: url("../img/index_youshi_bg.jpg") no-repeat center bottom;
    padding-top: 64px;
}
.index_youshi .all_index_title .thr {
    background: url(../img/youshi_index_title_bg.png) no-repeat center;
}
.index_youshi_top{
    position: relative;
}
.index_youshi_img{
    height: 358px;
    width: 100%;
    position: relative;
    display: none;
}
.index_youshi_img.active{
    display: block !important;
    visibility: visible!important;
}
.index_youshi_img .imgbox{
    float: left;
    width: 630px;
    height: 100%;
}
.index_youshi_img .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_youshi_img .text{
    float: left;
    width: 570px;
    height: 100%;
    padding:0 40px 0 50px;
}
.index_youshi_img .text img{
    max-width: 100%;
    margin-left: 45px;
    margin-top: 55px;
}
.index_youshi_img .text .fir{
    font-size:30px;
    font-weight: 700;
    color:#707070;
    padding-left: 15px;
    margin: 5px 0 8px 0;
}
.index_youshi_img .text .des{
    font-size:15px;
    color:#858585;
    line-height: 30px;
}
.index_youshi_img .text .des p{
    padding-left: 15px;
    position: relative;
}
.index_youshi_img .text .des p:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #959595;
    left:0;
    top:13px;
    border-radius: 3px;
}
.index_youshi_img .biao{
    position: absolute;
    top:0;
    right:0;
    font-size:30px;
    color:#bababa;
    font-weight: lighter;
    font-family: STHeiti Light;
}
.index_youshi_img .text a{
    float: right;
    display: block;
    width: 105px;
    line-height: 25px;
    color:#fff;
    font-size:12px;
    background: #33b551 url("../img/youshi-text-more.png") no-repeat center right 14px;
    padding-left: 20px;
    border-radius: 30px;
    margin-top: 40px;
}
.index_youshi_img .text a:hover{
    background: #0046b0 url("../img/youshi-text-more.png") no-repeat center right 14px;
}
.index_youshi_bottom_list{
    float: left;
    width:295px;
    height: 105px;
    background: #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 6px;
    padding:0 25px;
    cursor: pointer;
    margin-top: 30px;
}
.index_youshi_bottom_list:last-child{
    margin-right: 0;
}
.index_youshi_bottom_list .imgbox{
    float: left;
    width:65px;
    height: 60px;
    position: relative;
    margin-top: 19px;
}
.index_youshi_bottom_list .imgbox span{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    -webkit-transition: 500ms 0s all linear;
    -moz-transition: 500ms 0s all linear;
    -ms-transition: 500ms 0s all linear;
    -o-transition: 500ms 0s all linear;
    transition: 500ms 0s all linear;
}
.index_youshi_bottom_list:hover .imgbox span{
    height: 100%;
}
.index_youshi_bottom_list.active .imgbox span{
    height: 100%;
}
.index_youshi_bottom_list:nth-child(1) .imgbox{
    background: url("../img/youshi-text-1.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(1) .imgbox span{
    background: url("../img/youshi1s.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(2) .imgbox{
    background: url("../img/youshi-text-2.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(2) .imgbox span{
    background: url("../img/youshi2s.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(3) .imgbox{
    background: url("../img/youshi-text-3.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(3) .imgbox span{
    background: url("../img/youshi3s.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(4) .imgbox{
    background: url("../img/youshi-text-4.png") no-repeat left bottom;
}
.index_youshi_bottom_list:nth-child(4) .imgbox span{
    background: url("../img/youshi4s.png") no-repeat left bottom;
}
.index_youshi_bottom_list .text{
    float: right;
    text-align:right;
    margin-top: 23px;
}
.index_youshi_bottom_list .text .fir{
    font-size:22px;
    color:#727272;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_youshi_bottom_list:hover .text .fir{
    color:#fff;
}
.index_youshi_bottom_list.active .text .fir{
    color:#fff;
}
.index_youshi_bottom_list .text .sec{
    font-size:18px;
    color:#000;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: STHeiti Light;
    width: 145px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_youshi_bottom_list:hover .text .sec{
    color:#fff;
}
.index_youshi_bottom_list.active .text .sec{
    color:#fff;
}
.index_youshi_bottom_list .text .fir:before{
    content:"";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #c9c9c9;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 37%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_youshi_bottom_list:hover .text .fir:before{
    background: #fff;
}
.index_youshi_bottom_list:hover{
    background: #0046b0;
}
.index_youshi_bottom_list.active .text .fir:before{
    background: #fff;
}
.index_youshi_bottom_list.active{
    background: #0046b0;
}

/*案例*/
.index_case{
    padding-top: 80px;
}
.index_case .all_index_title .thr {
    background: url(../img/youshi_index_title_bg.png) no-repeat center;
}
.index_case_abox{
    width: 90%;
    margin:0 auto 25px auto;
    text-align:center;
    background: #efefef;
}
.index_case_abox a{
    display: inline-block;
    line-height: 45px;
    padding:0 20px;
    font-size:15px;
    color:#696969;
}
.index_case_abox a:hover{
    background: #249eff;
    font-weight: 700;
    color:#fff;
}
.index_case_abox a.active{
    background: #249eff;
    font-weight: 700;
    color:#fff;
}
.index_case_list{
    position: relative;
    height: 476px;
}
.index_case_list .imgbox{
    width:830px;
    height: 100%;
    float: left;
}
.index_case_list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_case_list .text{
    float: left;
    width: 370px;
    height: 100%;
    background: #808080;
    padding:53px 35px 0 35px;
}
.index_case_list .text .fir{
    font-size:30px;
    color:#fff;
    font-weight: 700;
    border-bottom:2px solid #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 4px;
    margin-bottom: 6px;
}
.index_case_list .text .des{
    font-size:13px;
    color:#c9c8c8;
    line-height: 25px;
    text-align:justify;
    margin-bottom: 21px;
}
.index_case_list .text .tu-list{
    float: left;
    width: 145px;
    height: 95px;
    overflow: hidden;
}
.index_case_list .text .tu-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_case_list .text .tu-list:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.index_case_list .text .tu-list:nth-child(2){
    float: right;
}
.index_case_list .text .case_more{
    margin-top:30px;
}


/*合作客户*/
.index_hezuo_box{
    width: 940px;
    margin:30px auto 50px auto;
    position: relative;
}
.index_hezuo_box_inner{
     width: 800px;
     margin:0 auto;
}
.index_hezuo_box_inner .imgbox{
    width: 100%;
    height: 65px;
    border:1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_hezuo_box_inner .imgbox:hover{
    border:1px solid #249eff;
}
.index_hezuo_box_inner .imgbox img{
    position: absolute;
    max-width: 100%;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index_hezuo_box_inner .imgbox:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.swiper-button-next-hezuo{
    top: 59%;
    width: 39px;
    height: 27px;
    background: url(../img/prosec-right.png) no-repeat center;
}
.swiper-button-prev-hezuo{
    top: 59%;
    width: 39px;
    height: 27px;
    background: url(../img/prosec-left.png) no-repeat center;
}
.swiper-button-next-hezuo:after{
    display: none;
}
.swiper-button-prev-hezuo:after{
    display: none;
}

/*定制流程*/
.index_liucheng{
    height: 140px;
    margin-bottom: 100px;
}
.index_liucheng .liucheng-left{
    float: left;
    width: 150px;
    height: 140px;
    background: #249eff;
    color:#fff;
    text-align:center;
    padding-top: 30px;
}
.index_liucheng .liucheng-left .fir{
    font-size:25px;
    line-height: 30px;
}
.index_liucheng .liucheng-left .sec{
    font-size:25px;
    font-weight: 700;
}
.index_liucheng .liucheng-left .line{
    width: 99px;
    height: 4px;
    background: #e0e0e0;
    margin: 7px auto 0 auto;
}
.index_liucheng .liucheng-right{
    float: left;
    width: 1050px;
    background: #f2f2f2;
}
.index_liucheng .liucheng-right-list{
    float: left;
    width: 12.5%;
    height: 140px;
    position: relative;
    text-align:center;
}
.index_liucheng .liucheng-right-list .imgbox{
    width:100%;
    height: 36px;
    position: relative;
    margin-top: 32px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.index_liucheng .liucheng-right-list:hover .imgbox{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.index_liucheng .liucheng-right-list:nth-child(1) .imgbox{
    background: url("../img/lc1.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(1):hover .imgbox{
    background: url("../img/lc1s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(2) .imgbox{
    background: url("../img/lc2.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(2):hover .imgbox{
    background: url("../img/lc2s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(3) .imgbox{
    background: url("../img/lc3.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(3):hover .imgbox{
    background: url("../img/lc3s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(4) .imgbox{
    background: url("../img/lc4.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(4):hover .imgbox{
    background: url("../img/lc4s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(5) .imgbox{
    background: url("../img/lc5.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(5):hover .imgbox{
    background: url("../img/lc5s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(6) .imgbox{
    background: url("../img/lc6.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(6):hover .imgbox{
    background: url("../img/lc6s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(7) .imgbox{
    background: url("../img/lc7.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(7):hover .imgbox{
    background: url("../img/lc7s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(8) .imgbox{
    background: url("../img/lc8.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list:nth-child(8):hover .imgbox{
    background: url("../img/lc8s.png") no-repeat center bottom;
}
.index_liucheng .liucheng-right-list .imgbox img{
    max-width: 100%;
    margin:0 auto;
}
.index_liucheng .liucheng-right-list .fir{
    font-size:14px;
    color:#3d3d3d;
    margin-top: 18px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.index_liucheng .liucheng-right-list:hover .fir{
    color:#249eff;
}
.index_liucheng .liucheng-right-list:after{
    content:"";
    position: absolute;
    width: 21px;
    height: 24px;
    background: url("../img/lc-jian.png") no-repeat center;
    right: -9px;
    top: 45px;
}
.index_liucheng .liucheng-right-list:last-child:after{
    display: none;
}

/*公司简介*/
.index_company{
    padding:480px 0 70px 0;
    background: url("../img/index_company_bg.jpg") no-repeat center top;
}

.index_company_shuzi .biao{
    text-align:center;
    margin-bottom: 55px;
}
.index_company_shuzi .biao .fir{
    font-size:40px;
    color:#010101;
    line-height: 40px;
}
.index_company_shuzi .biao .fir span{
    font-weight: 700;
}
.index_company_shuzi .biao .sec{
    font-size:18px;
    color:#414141;
    text-align:center;
    font-weight: lighter;
    margin-top: 15px;
}

.index_company_shuzi .des{
    font-size:14px;
    color:#7f7f7f;
    line-height: 27px;
    text-align:center;
    margin:35px 0 45px 0;
}
.index_company_shuzi .index_company_abox{
    text-align:center;
    margin-bottom: 25px;
}
.index_company_shuzi .index_company_abox a{
    display: inline-block;
    line-height: 40px;
    width: 150px;
    text-align:center;
    font-size:18px;
    font-weight: 700;
    color:#fff;
    border-radius: 30px;
    margin:0 7px;
    background: #a7a7a7;
}
.index_company_shuzi .index_company_abox a:hover{
    background: #249eff;
}
.index_company_shuzi .index_company_abox a.active{
    background: #249eff;
}
.index_company_img{
    position: relative;
}
.index_company_item .index_company_list{
    display: none;
}
.index_company_img .imgbox{
    width: 100%;
    height: 215px;
    overflow: hidden;
    border: 1px solid #eee;
}
.index_company_img .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.index_company_img .imgbox:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.index_company_img .swiper-button-next{
    top: 59%;
    width: 39px;
    height: 27px;
    background: url(../img/prosec-right.png) no-repeat center;
    right: -70px;
}
.index_company_img .swiper-button-prev{
    top: 59%;
    width: 39px;
    height: 27px;
    background: url(../img/prosec-left.png) no-repeat center;
    left: -70px;
}
.index_company_img .swiper-button-next:after{
    display: none;
}
.index_company_img .swiper-button-prev:after{
    display: none;
}

/*新闻*/
.index_news{
    padding-bottom: 100px;
}
.index_news_left{
    float: left;
    width: 556px;
}
.index_news_left .imgbox{
    width: 100%;
    height: 275px;
    overflow: hidden;
}
.index_news_left .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_left:hover .imgbox img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.index_news_left .text{
    background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 115px;
}
.index_news_left:hover .text{
    background: #0046b0;
    padding:0 15px 0 15px;
}
.index_news_left .text .fir{
    font-size:17px;
    color:#f90000;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding:20px 0 15px 0;
}
.index_news_left:hover .text .fir{
    color:#fff;
}
.index_news_left .text .fir span{
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_left:hover .text .fir span{
    color:#fff;
}
.index_news_left .text .title{
    float: left;
    width: 330px;
    color:#737373;
    font-weight: 700;
    font-size:26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_left:hover .text .title{
    color:#fff;
}
.index_news_left .text .more{
    float: right;
    width: 130px;
    line-height: 22px;
    color:#888888;
    background: url("../img/news-jian.png") no-repeat right center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 20px;
    margin-top: 8px;
}
.index_news_left:hover .text .more{
    color:#fff;
    background: url("../img/news-jian1.png") no-repeat right center;
}
.index_news_right{
    float: right;
    width: 610px;
}
.index_news_right_list{
    background: #efefef;
    height: 90px;
    padding:10px 48px 10px 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_right_list:hover{
    background: #0046b0;
}
.index_news_right .time{
    float: left;
    width: 97px;
    text-align:center;
    color:#333;
    border-right:1px solid #313131;
    height: 70px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_right_list:hover .time{
    color:#fff;
    border-right:1px solid #fff;
}
.index_news_right .time .fir{
    font-size:30px;
    font-family: ziti2;
    line-height: 38px;
}
.index_news_right .time .sec{
    font-size:21px;
    font-family: ziti2;
}
.index_news_right .text{
    float: right;
    width: 450px;
    padding-left: 10px;
}
.index_news_right .text .fir{
    font-size:18px;
    color:#5c5c5c;
    font-weight: lighter;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.index_news_right .text .fir:before{
    content:"";
    position: absolute;
    left:0;
    top:12px;
    width: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.index_news_right_list:hover .text .fir{
    color:#fff;
    padding-left: 36px;
}
.index_news_right_list:hover .text .fir:before{
    width: 23px;
}
.index_news_right .text .des{
    color:#9e9e9e;
    font-size:14px;
    line-height: 22px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: lighter;
}
.index_news_right_list:hover .text .des{
    color:#fff;
}
.index_news_right_list:nth-child(-n+3){
    margin-bottom: 10px;
}



/***************************内页****************************/
/*xiaobanner*/
.s-banner{
    width: 100%;
    height: 350px;
    background: url("../img/s-product.jpg") no-repeat center;
}
.s-banner.s-banner-company{
    background: url("../img/s-banner-product.jpg") no-repeat center;
}
.s-banner.s-banner-case{
    background: url("../img/s-banner-cont.jpg") no-repeat center;
}
.s-banner.s-banner-honor{
    background: url("../img/s-banner-honor.jpg") no-repeat center;
}
.s-banner.s-banner-news{
    background: url("../img/s-banner-news.jpg") no-repeat center;
}
.s-banner.s-banner-cont{
    background: url("../img/s-banner-cont.jpg") no-repeat center;
}
.s-banner.s-banner-shili{
    background: url("../img/shili.jpg") no-repeat center;
}
.s-banner.s-banner-zz{
    background: url("../img/zz.jpg") no-repeat center;
}
.s-banner.s-banner-fb{
    background: url("../img/fb.jpg") no-repeat center;
}


.info_warpper_right{
    float: right;
    width: 900px;
}
/*面包屑*/
.location{
    width: 100%;
    position: relative;
    line-height: 60px;
}
.location .warpper{
    border-bottom: 1px dashed #dfdfdf;
}
.location p{
    background: url("../img/loca.png") no-repeat center left;
    color: #999999;
    font-size: 14px;
    padding-left: 20px;
}
.location p a{
    color: #999;
}

/*内页通用小导航*/
.inner_type{
    width: 100%;
    position: relative;
    margin:23px 0 55px 0;
}
.inner_type a{
    display: block;
    line-height: 56px;
    width: 200px;
    background: #f4f4f4;
    font-size:18px;
    color:#a4a4a4;
    text-align:center;
    font-weight: lighter;
    float: left;
}
.inner_type a:after{
    display: block;
    content: '';
    width: 1px;
    height: 56px;
    background: #e4e4e4;
    float: right;
}
.inner_type a:last-child:after{
    display: none;
}
.inner_type a:hover{
    background: url("../img/type-li.png") no-repeat center center ;
    color:#fff;
}
.inner_type a.active{
    background: url("../img/type-li.png") no-repeat center center ;
    color:#fff;
}
/*内页-公司简介*/
.about1{
    width: 100%;
    position: relative;
    padding: 60px 0 65px 0;
    background: #f8f8f8;
}
.about1 .title1 h3{
    margin-top: 0;
}
.about1-center{
    width: 100%;;
    padding: 12px;
    background: #fff;
    margin-top: 40px;
}
.about1-left{
    width: 590px;
    height: 413px;
    float: left;
}
.about1-left img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about1-right{
    width: 586px;
    height: 413px;
    background: #f4f4f4;
    float: right;
    padding: 40px;
}
.about1-right h1{
    color: #003a8f;
    font-size: 24px;
    font-weight: bold;
    height: 52px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 18px;
}
.about1-right p{
    color: #717171;
    font-size: 14px;
    line-height: 26px;
}
.about2 .index_company_shuzi{
    background: none;
    padding: 76px 0 70px 0;
    margin: 0;
}
.about2 .shuzi-list{
    margin-right: 126px;
}
.about2 .shuzi-list:last-child{
    margin-right: 0;
}
.about3{
    width: 100%;
    position: relative;
    margin-bottom: 85px;
}
.about3 .warpper{
    border-top: 1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    height: 385px;
}
.about3-left{
    width: 600px;
    padding: 40px;
    float: left;
}
.about3-left h3{
    color: #003a8f;
    font-size: 24px;
    font-weight: bold;
    height: 52px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 18px;
}
.about3-left p{
    color: #717171;
    font-size: 14px;
    line-height: 26px;
}
.about3-right{
    width: 600px;
    float: right;
    height: 385px;
}
.about3-right img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about4{
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}
.about4 .title1 h3{
    margin-top: 0;
}
.about4 ul{
    width: 100%;
    margin-top: 50px;
}
.about4 ul li{
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.about4 ul li:nth-child(odd){
    background: #f8f8f8;
}
.about4 ul li strong{
    display: block;
    float: left;
    width: 366px;
    height: 100%;
    border-right: 2px solid #efefef;
    text-indent: 218px;
    font-size: 22px;
    color: #3e3e3e;
    font-weight: 400;
    position: relative;
}
.about4 ul li strong:after{
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid #ff6100;
    border-radius: 50%;
    right: -7px;
    position: absolute;
    top: 27px;
}
.about4 ul li p{
    width: 772px;
    float: left;
    margin-left: 62px;
    font-size: 16px;
    color: #696969;
}
.about4 ul li:last-child{
    border-bottom: 1px solid #efefef;
}



.company_inner_sec_top .text{
    float: left;
    width: 720px;
    padding-right:20px;
}
.company_inner_sec_top .text-list{
    margin-bottom: 21px;
}
.company_inner_sec_top .text-list .fir{
    font-size:16px;
    color:#333;
    font-weight: 700;
}
.company_inner_sec_top .text-list .sec{
    font-size:14px;
    color:#666;
    line-height: 29px;
}
.company_inner_sec_top .imgout{
    float: right;
    width: 470px;
    height: 315px;
}
.company_inner_sec .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border:2px solid #fff;
}
.company_inner_sec .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.company_inner_sec .imgbox:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.company_inner_sec_bottom{
    padding-bottom: 75px;
}
.company_inner_sec_bottom .imgbig{
    float: left;
    margin-right: 20px;
    height: 445px;
}
.company_inner_sec_bottom .imgbig:nth-child(1) ,.company_inner_sec_bottom .imgbig:nth-child(4){
    width: 710px;
}
.company_inner_sec_bottom .imgbig:nth-child(2) ,.company_inner_sec_bottom .imgbig:nth-child(3){
    width: 470px;
}
.company_inner_sec_bottom .imgbig:nth-child(2n){
    margin-right:0;
}
.company_inner_sec_bottom .imgbig:nth-child(-n+2){
    margin-bottom: 20px;
}

/*内页侧边栏*/
.all_sider_box{
    float: left;
    width: 259px;
}
.all_sider_box ul{
    margin:3px 0;
}
.all_sider_tel{
    width: 100%;
    padding:35px 0;
    background: #0046b0;
    text-align:center;
    color:#fff;
}
.all_sider_tel .fir{
    font-size:18px;

}
.all_sider_tel .sec{
    font-size:30px;
    font-family: ziti2;
    line-height: 30px;
}
.all_sider_tel .erbox{
    width: 120px;
    margin:0 auto;
    margin-top: 13px;
}
.all_sider_tel .erbox img{
    width: 100%;
}
.all_sider_tel .erbox p{
    font-size:14px;
    margin-top: 5px;
}
.all_sider_tel a{
    display: block;
    line-height: 30px;
    width: 140px;
    background: #ff6600;
    font-size:18px;
    text-align:center;
    color:#fff;
    margin:10px auto 0 auto;
    border-radius: 20px;
}
.all_sider_tel a:hover{
    background: #33b551;
}

/*产品内页*/
.info-product{
    width: 100%;
    position: relative;
    padding: 54px 0;
}
.product-list{
    margin-top: 0;
    margin-bottom: 20px;
}
.gaoliang{
    background: #f0f3f7 url(../img/pro-jt.png) no-repeat center left 10px!important;
    color: #003a8f!important;
}
.proli{
    width: 284px;
    height: 250px;
    float: left;
    margin-right: 24px;
}
.proli:nth-child(3n){
    margin-right: 0;
}
.proli.swiper-slide:hover .pro-text{
    height: 117px;
    transition: all 0.3s;
}
.proli.swiper-slide:hover .link{
    opacity: 1;
    visibility: visible;
}

.inner_product{
    background: #fff;
}
.inner_product_item li{
    float: left;
    width: 288px;
    margin-right: 13px;
    margin-bottom: 18px;
}
.inner_product_item li:nth-child(3n){
    margin-right: 0;
}
.info_warpper{
    padding: 50px;
}
.info_warpper .all_index_title .sec span{
    color:#000;
}
.info-pro{
    padding-bottom: 50px;
}
.info-left{
    width: 425px;
    height:392px;
    position: relative;
    float: left;

}
.info-right{
    width: 438px;
    float: right;
}
.info-pic{
    width: 100%;
    height:287px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;

}
.info-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-pic1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;

}
.info-pic1 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-suotu{
    height: 85px;
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width:100%;
}
.info-suotu-inner{
    width: 81%;
    height: 100%;
    margin:0 auto;
}
.gallery-thumbs2 {
    position: relative;
    height: 85px;
    width: 100%;
    margin-left: 0;
}
.gallery-thumbs2 .swiper-slide {
    width: 105px!important;
    height: 97%;
    opacity: 1;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #0046b0;
}
.cp-left:after{
    display: none;
}
.cp-right:after{
    display: none;
}

.info-right h3{
    color: #333333;
    font-size: 22px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
}

.info-right p{
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    display: block;
    padding-top: 22px;
}
.info-right a{
    display: block;
    float: right;
    background: #ff6100 url("../img/zx.png") no-repeat center left 20px;
    color: #fff;
    margin-top: 18px;
    font-size: 16px;
    width: 136px;
    text-align: center;
    line-height: 44px;
    border-radius:4px;
    text-indent: 20px;
}
.info-right a:hover{
    border-radius: 0;
    transition: all 0.4s;
}
.pro-line{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 102px;
}
.inpro-tel{
    margin-top: 18px;
    float: left;
    width: 265px;
}
.inpro-tel a{
    display: block;
    float: left;
}
.inpro-tel img{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
.inpro-tel p{
    color: #b5b5b5;
    font-size: 14px;
    padding-top: 0;
}
.inpro-tel strong{
    display: block;
    color:#003a8f;
    font-size: 32px;
    font-family: ziti2;
    margin-top: -10px;
}
.cp-title{
    width: 100%;
    border-left: 3px solid #f19015;
    margin-bottom: 27px;
    background: #e5e5e5;
    height: 50px;
}
.cp-title h3{
    width: 150px;
    height: 50px;
    background: #138b89;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.pro-type-t {
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
    font-size:22px;
    margin-bottom: 25px;
}

.pro-type-t span {
    display: inline-block;
    height: 40px;
    border-bottom: 2px solid #0046b0;
    box-sizing: border-box;
}
.info-pro .cp-right{
    height: 100%;
    width: 30px;
    background:#ddd url("../img/ne1.png") no-repeat center;
    margin-top: 0;
    top:0;
    right: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.info-pro .cp-right:hover{
    background:#0046b0 url("../img/ne1.png") no-repeat center;
}
.info-pro .cp-left{
    height: 100%;
    width: 30px;
    background:#ddd url("../img/pr1.png") no-repeat center;
    margin-top: 0;
    top:0;
    left:0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.info-pro .cp-left:hover{
    background:#0046b0 url("../img/pr1.png") no-repeat center;
}
.info-right .info_des div{
    padding:10px 0;
    font-size:14px;
    color:#666;
    border-bottom:1px solid #eee;

}
.info-right .info_des div span{
    display: inline-block;
    width: 74px;
    text-align-last: justify;
}
.info-right .info_des div em{
    color:#0046b0;
    font-size:16px;
    font-family: ziti2;
}
.all-info .guding .chang{
    font-weight: lighter;
    color:#fff;
    font-size:18px;
    width: 180px;
    line-height: 30px;
    text-align:center;
    margin:0 auto;
    background: #0046b0;
    border-radius: 20px;
}
.all-info .pro-inner-auto{
    max-width: 100%;
    margin:0 auto;
}
.all-info-fir>.fir{
    font-size:32px;
    color:#249eff;
    border:3px solid #249eff;
    font-weight: 700;
    width: 587px;
    line-height: 50px;
    text-align:center;
    margin:-26px auto 35px auto;
}
.all-info-fir-item{
    width: 815px;
    margin: 0 auto;
}
.all-info-fir-list{
    float: left;
    text-align:center;
    margin-right: 58px;
}
.all-info-fir-list:last-child{
    margin-right: 0;
}
.all-info-fir-list img{
    max-width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin:0 auto;
}
.all-info-fir-list:hover img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.all-info-fir-list .fir{
    font-size:25px;
    color:#1c1c1c;
    font-weight: 700;
    margin: 10px 0 3px 0;
}
.all-info-fir-list .sec{
    font-size:16px;
    color:#909090;
}
.pro-des-box{
    font-size:16px;
    color:#1c1c1c;
    line-height: 30px;
}
.pro-des-box img{
    max-width: 100%;
    margin:0 auto;
}
.pro-des-box p.p_title{
    line-height: 40px;
    background: #878787;
    margin-bottom: 15px;
    margin-top: 30px;
}
.pro-des-box b.b_title, .pro-des-box strong.b_title {
    font-size: 18px !important;
    background: #0046b0;
    color: #fff;
    display: inline-block;
    padding: 0 15px !important;
}
.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.parm table th{
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.parm table tr td{
    line-height: 30px;
    font-size: 16px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
}
.des-title{
    text-align:center;
    margin:60px 0 45px 0;
}
.des-title .fir{
    font-size:45px;
    color:#010101;
}
.des-title .fir span{
    font-weight: 700;
}
.des-title .sec .s1{
    display: inline-block;
    font-size:26px;
    color:#fff;
    font-weight: 700;
    padding:0 5px;
    background: #249eff;
    line-height: 40px;
}
.des-title .sec .s2{
    display: inline-block;
    font-size:26px;
    color:#0c0c0c;
    padding:0 5px;
    background: #f3cb38;
    line-height: 40px;
}
.shili-list{
    width: 430px;
    float: left;
    margin-right: 30px;
}
.shili-list:nth-child(2n){
    margin-right: 0;
}
.shili-list:nth-child(-n+2){
    margin-bottom: 30px;
}
.shili-list .imgbox{
    width: 100%;
    height: 285px;
    border:2px solid #c9c9c9;
    overflow: hidden;
}
.shili-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.shili-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.shili-list .fir{
    text-align:center;
    font-size:28px;
    color:#0543b6;
    font-weight: 700;
    margin: 12px 0 5px 0;
}
.shili-list .sec{
    font-size:16px;
    color:#404040;
    line-height: 25px;
    text-align:justify;
}
.guding .index_liucheng{
    height: 100px;
    margin-bottom: 27px;
}
.guding .index_liucheng .liucheng-left{
    width: 110px;
    height: 100px;
    padding-top: 22px;
}
.guding .index_liucheng .liucheng-left .fir{
    font-size: 17px;
    line-height: 22px;
}
.guding .index_liucheng .liucheng-left .sec{
    font-size: 17px;
    font-weight: 700;
}
.guding .index_liucheng .liucheng-left .line{
    width: 70px;
    height: 2px;
}
.guding .index_liucheng .liucheng-right{
    width: 780px;
}
.guding .index_liucheng .liucheng-right-list{
    height: 100px;
}
.guding .index_liucheng .liucheng-right-list .imgbox{
    margin-top: 14px;
}
.guding .index_liucheng .liucheng-right-list:after{
    top: 32px;
}
.pro-case-list{
    float: left;
    width: 437px;
    margin-right: 16px;
}
.pro-case-list:nth-child(2n){
    margin-right: 0;
}
.pro-case-list:nth-child(-n+4){
    margin-bottom: 16px;
}
.pro-case-list .imgbox{
    width: 100%;
    height: 285px;
    border: 2px solid #c9c9c9;
    overflow: hidden;
}
.pro-case-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-case-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.newsPage{
    margin-top: 25px;
}
.newsPage .page-a{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 35px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #999;
}
.newsPage .page-a:nth-child(1){
    background: url(../img/prev.png) left 5px center no-repeat;
    background-size: 18px 18px;
}
.newsPage .page-a:nth-child(2){
    background: url(../img/next.png) left 5px center no-repeat;
    background-size: 18px 18px;
}
.newsPage .page-a a{
    font-size: 14px;
    color: #666;
}
.newsPage .page-a a:hover{
    font-weight: 700;
    color:#0543b6;
}

/*案例中心内页*/
.info-case .gallery-top2{
    float: none;
    width: 100%;
}
.info-case .info-suotu{
    position: relative;
    margin-top: 10px;
}
.info-case .info-suotu-inner{
    width: 92%;
}


/*新闻内页*/
.news-inner-list{
    float: left;
    width: 382px;
    margin-right: 27px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-inner-list:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}
.news-inner-list:nth-child(3n){
    margin-right: 0;
}
.news-inner-list:nth-child(-n+9){
    margin-bottom: 27px;
}
.news-inner-list .imgbox{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.news-inner-list .imgbox img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-inner-list:hover .imgbox img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news-inner-list .imgbox .meng{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../img/a22.png) no-repeat center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    transition: 0.6s all ease;
    -webkit-transform: scale(0.6,0.6);
    -moz-transform: scale(0.6,0.6);
    -ms-transform: scale(0.6,0.6);
    -o-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
    opacity: 0;
}
.news-inner-list .imgbox .meng a{
    display: block;
    width: 100%;
    height: 100%;
}

.news-inner-list:hover .imgbox .meng{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.news-inner-list .text{
    width: 100%;
    position: relative;
    padding: 35px 28px 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.news-inner-list .text .fir{
    font-size:18px;
    color:#222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-inner-list .text .sec{
    font-size:16px;
    color:#333;
    line-height: 25px;
    margin-top: 10px;
}
.news-inner-list .text .thr{
    font-size:16px;
    color:#333;
    margin-top: 16px;
    background: url("../img/inner-news-icon.png") no-repeat left 75px center;
}
.inner-news-title{
    text-align:center;
}
.inner-news-title .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-title .sec{
    line-height: 40px;
    background: #f5f5f5;
    font-weight: lighter;
    font-size:14px;
    color: #666;
    margin: 10px 0 20px 0;
}
.inner-news-content{
    font-size: 16px;
    color: #1c1c1c;
    line-height: 30px;
}
.inner-news-content img{
    max-width: 100%;
    margin:0 auto;
}

/*荣誉资质内页*/
.inner-honor-box ul li{
    float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 26px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-honor-box ul li:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}
.inner-honor-box ul li:nth-child(4n){
    margin-right: 0;
}
.inner-honor-box ul li .imgbox{
    width: 100%;
    height: 305px;
    border: 1px solid #e4e4e4;
}
.inner-honor-box ul li .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner-honor-box ul li .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    background: #fff;
    text-align:center;
}

/*生产设备内页*/
.inner-shebei-box ul li{
    width: 375px;
    float: left;
    margin-right: 36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-shebei-box ul li:hover{
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}
.inner-shebei-box ul li:nth-child(3n){
    margin-right: 0;
}
.inner-shebei-box ul li:nth-child(-n+9){
    margin-bottom: 36px;
}
.inner-shebei-box ul li .imgbox{
    width: 100%;
    height: 300px;
    border:1px solid #eee;
}
.inner-shebei-box ul li .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-shebei-box ul li .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 55px;
    font-size: 17px;
    color: #333;
    background: #fff;
    text-align: center;
    font-weight: 700;
}

/*联系我们内页*/
.contact-c-lian {
    width: 100%;
}

.contact-c-lian .t1 {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
}
.contact-c-lian .t1 span{
    font-size:18px;
    font-weight: 500;
    display: inline-block;
    margin-left: 30px;
}
.ulbox .lianli{
    float: left;
    width: 50%;
    position: relative;
}
.ulbox .lianli img{
    width: 100px;
    position: absolute;
    right: 40px;
    top:30px;
}
.lianli li {
    font-size: 16px;
    color: #333;
    padding: 8px 0
}
.lianli li a{
    font-size: 16px;
    color: #333;
}
.lianli li span {
    font-family: ziti2;
    color: #33b551;
    font-size: 22px;
    font-weight: 700;
}
#allmap {
    width: 100%;
    height: 432px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
}
#lianform {
    margin-top: 00px
}

#lianform input {
    width: 49%;
    float: left;
    display: block;
    margin: 15px 2% 15px 0;
    padding: 13px 0;
    outline: none;
    border: 1px solid #ddd;
    color: #666;
    text-indent: 10px;
    font-size: 14px;
    box-sizing: border-box
}

#lianform input:nth-child(2n) {
    margin-right: 0;
}

#lianform textarea {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-family: 'Microsoft YaHei', SimHei, SimYou, SimSun, Arial;
    font-size: 14px;
    padding: 10px 0;
    text-indent: 10px;
    height: 120px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #666
}

#lianform textarea:focus {
    border-color: #999
}

#lianform img {
    height: 46px;
    margin-top: 15px;
    float: left;
}

#lianform input:focus {
    border-color: #999
}

#lianform input.submit {
    background: #33b551;
    font-size: 16px;
    color: #fff;
    letter-spacing: 15px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#lianform input.submit:hover{
    background: #0046b0;
}

#lianform input.reset {
    font-size: 16px;
    letter-spacing: 15px
}
/*解决方案*/
.inner-solve-box ul li{
    width: 375px;
    float: left;
    margin-right: 36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-solve-box ul li:nth-child(-n+9) {
    margin-bottom: 36px;
}

.inner-solve-box ul li:nth-child(3n) {
    margin-right: 0;
}
.inner-solve-box ul li .imgbox{
    width: 100%;
    height: 300px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.inner-solve-box ul li .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.inner-solve-box ul li:hover .imgbox img{
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    -o-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}
.inner-solve-box ul li .imgbox .title{
    position: absolute;
    width: 100%;
    padding:10px 10px;
    color:#fff;
    background: rgba(0,0,0,0.4);
    text-align:center;
    font-size:22px;
    font-weight: 700;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.inner-solve-box ul li:hover .imgbox .title{
    opacity: 0;
    visibility: hidden;
}
.inner-solve-box ul li .imgbox .meng{
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.inner-solve-box ul li:hover .imgbox .meng{
    opacity:1;
    width:160%;
    height: 160%;
    visibility: visible;
}
.inner-solve-box ul li .imgbox .meng-inner .fir{
    font-size:24px;
}
.inner-solve-box ul li .imgbox .meng-inner .sec{
    font-size:16px;
    line-height: 24px;
    margin-top: 25px;
}
.inner-solve-box ul li .imgbox .meng-inner{
    color:#fff;
    text-align:center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.inner-solve-box ul li:hover .imgbox .meng-inner{
    opacity: 1;
    visibility: visible;
}

/*其他新闻*/
.other-news-list{
    float: left;
    width: 278px;
    margin-right: 27px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.other-news-list:last-child{
    margin-right: 0;
}
.other-news-list .imgbox{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.other-news-list .imgbox img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.other-news-list .text{
    width: 100%;
    position: relative;
    padding: 20px 20px 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.other-news-list .text .fir{
    font-size: 16px;
    color: #222;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.other-news-list .text .sec{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-top: 10px;
}
.other-news-list .text .thr{
    font-size: 14px;
    color: #333;
    margin-top: 16px;
    background: url(../img/inner-news-icon.png) no-repeat left 68px center;
}
.other-news-list:hover {
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}

#fu {
    transition: 0.5s;
    border-radius: 0px 5px 5px 5px;
    width: 150px;
    position: fixed;
    top: 200px;
    right: 12px;
    z-index: 100;
    background: #ff6100;
    padding: 10px 0 15px 0;
    color:#fff;
    font-size:18px;
    text-align:center;
}
#fu .fir{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.fudong {
    transform: translateX(163px);
}
#fu .sec{
    font-size:12px;
}
#fu ul{
    width: 128px;
    height: 146px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    margin-top: 13px;
}
#fu ul li{
    width: 107px;
    margin: 0 auto;
    line-height: 35px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}
#fu ul li a{
    color: #444444;
    font-size: 16px;
}
#fu ul li:hover a{
    color: #003a8f;
}
#fu .tel{
    font-family: ziti2;
    font-size:  18px;
    font-weight: bold;
}
#fu .ewm {
    width: 119px;
    height: 119px;
    margin: 15px auto 0  auto;
    background: #fff;
    text-align:center;
    color:#666;
    font-size:14px;
}

#fu .zi {
    width: 116px;
    margin: 0 auto;
    text-align: center;
}

#fu .zx {
    width: 120px;
    height: 40px;
    margin: 0 auto
}

#fu .zx a {
    display: block;
    width: 120px;
    height: 38px;
    background: #fff url("../img/zx.jpg") left 13px center no-repeat;
    border-radius: 3px;
    background-size: 23px;
    color: #3f3f3f;
    line-height: 37px;
    text-indent: 45px;
    font-size: 15px;
}

#fu .zx1 a {
    display: block;
    width: 120px;
    height: 35px;
    background: #fff url("../img/qq.png") left 15px center no-repeat;
    border-radius: 3px;
    color: #3f3f3f;
    line-height: 34px;
    text-indent: 47px;
    background-size: 24px;
    font-size: 15px;
}

#fu .side {
    position: absolute;
    left: 51px;
    height: 29px;
    width: 50px;
    top: -29px;
    background: url("../img/kf.png") center no-repeat;
    cursor: pointer
}

#fu .side2 {
    position: absolute;
    left: -72px;
    height: 148px;
    width: 72px;
    top: 0px;
    background: url("../img/kf-1.png") center no-repeat;
    cursor: pointer;
    display: none
}
#gotop {
    position: fixed;
    z-index: 15;
    width: 50px;
    height: 50px;
    transition: 0.5s;
    background: #ddd url(../img/top.png) center no-repeat;
    right: 50px;
    bottom: 100px;
    cursor: pointer;
    display: none;
    background-size: 27px;
}
.kf-tel{
    background: url("../img/kf-tel.png") no-repeat center left;
    color: #fff;
    font-size: 14px;
    text-indent:20px;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
}

/*产品详情大图轮播*/
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 500px;
}
.pro-des-imgbox .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next-pro-des{
    width: 39px;
    height: 27px;
    background: url(../img/prosec-right.png) no-repeat center;
}
.swiper-button-next-pro-des:after{
    display: none;
}
.swiper-button-prev-pro-des{
    width: 39px;
    height: 27px;
    background: url(../img/prosec-left.png) no-repeat center;
}
.swiper-button-prev-pro-des:after{
    display: none;
}
.pro-case-box{
    height: 600px;
}
.pro-case-box .swiper-container{
    height: 100%;
}
.pro-case-box .swiper-slide{
    height: calc((100% - 15px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro-case-box .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pro-case-box .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pro-case-box .imgbox:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.swiper-container-prohonor .imgbox{
    width: 100%;
    height: 360px;
    border:1px solid #eee;
}
.swiper-container-prohonor .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*产品详情*/
.pro-info{
    width: 893px;
}
.pmore-next{
    width: 42px!important;
    height: 42px!important;
    background: url("../img/more-next.jpg") no-repeat center center;
    right: 0!important;
}
.pmore-next:after{
    display: none;
}
.pmore-prev{
    width: 42px!important;
    height: 42px!important;
    background: url("../img/more-prev.jpg") no-repeat center center;
    left: 0!important;
}
.pmore-prev:after{
    display: none;
}
/*详情*/
.xq{
    width: 100%;
}
.xq-title{
    height: 60px;
    text-align: center;
    background: url("../img/pro-title.png") no-repeat center bottom;
}
.xq-title h3{
    color: #0b57b5;
    font-weight: bold;
    font-size: 22px;
}
.xq-title h3 span{
    font-weight: 100;
    text-transform: uppercase;
}
.xq1-text{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 25px;
}
.xq1-text img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.xq1-text table{
    width: 100%!important;
    border-collapse:collapse;
    border-spacing:0;
}
.xq1-text table tr td{
    border: 1px solid #333;
}
.xq3{
    margin-top: 30px;
}
.xq4{
    margin-top: 30px;
}
.xq4 ul{
    margin-top: 27px;
}
.xq4 ul li{
    width: 430px;
    float: left;
    margin-right: 34px;
    margin-bottom: 45px;
}
.xq4 ul li:nth-child(2n){
    margin-right: 0;
}
.xq4-img{
    width: 100%;
    height: 260px;
    position: relative;
}
.xq4-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xq4-img h3{
    position: absolute;
    top:0;
    left: 0;
    width: 192px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #0b57b5;
    color: #fff;
    font-size: 18px;
}
.xq4-tit p{
    background: url("../img/yuan.png") no-repeat top 5px left;
    color: #797979;
    font-size: 14px;
    margin-top: 22px;
    padding-left: 20px;
}
.pro-bottom{
    background: #f2f4f7;
    padding: 40px 0 67px 0;
}
.dinggou .title1 h3{
    margin-top: 0;
}
.dinggou form{
    background: #fff;
    padding: 35px;
    margin-top: 37px;
}
.form-left{
    width: 560px;
    float: left;
}
.formlist{
    border: 1px solid #e5e5e5;
    height: 55px;
    width:560px;
    margin-bottom: 17px;
}
.formlist h3{
    width: 135px;
    text-align: center;
    color: #a6a6a6;
    font-size: 16px;
    border-right: 1px solid #e5e5e5;
    font-weight: 100;
    float: left;
    line-height: 55px;
}
.formlist input{
    width: 370px;
    display: block;
    float: left;
    height: 53px;
    background: #fff;
    line-height: 53px;
    color: #484848;
    font-size: 16px;
    text-indent: 27px;
}
.formlist:nth-child(1){
    background: url("../img/p1.png") no-repeat center right 25px;
}
.formlist:nth-child(2){
    background: url("../img/p2.png") no-repeat center right 25px;
}
.formlist:nth-child(3){
    background: url("../img/p3.png") no-repeat center right 25px;
}
.formlist:nth-child(5){
    background: url("../img/p4.png") no-repeat center right 25px;
}
.form-right{
    width: 560px;
    float: right;
}
.formcontent1{
    border: 1px solid #e5e5e5;
    height: 55px;
    width:560px;
    margin-bottom: 17px;
    margin-top: 17px;
}
.formcontent textarea{
    display: block;
    width: 100%;
    height: 203px;
    border: 1px solid #e5e5e5;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 55px;
    text-indent: 30px;
    background: url("../img/p5.png") no-repeat top 12px right 25px;;
}
.formcontent1 h3{
    width: 135px;
    text-align: center;
    color: #a6a6a6;
    font-size: 16px;
    border-right: 1px solid #e5e5e5;
    font-weight: 100;
    float: left;
    line-height: 55px;
}
.formcontent1 input{
    width: 245px;
    display: block;
    float: left;
    height: 53px;
    background: #fff;
    line-height: 53px;
    color: #484848;
    font-size: 16px;
    text-indent: 27px;
}
.formcontent1 .verify{
    float: right;
    width: 177px;
    height: 53px;
    overflow: hidden;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}
.form-sub{
    width: 370px;
    margin: 0 auto;
    height: 50px;
    margin-top: 19px;
}
.form-sub #submit{
    width:170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0b57b5;
    color: #fff;
    font-size: 18px;
    float: left;
    border-radius: 30px;
}
.form-sub a{
    display: block;
    width:170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #8b8b8b;
    font-size: 18px;
    float: left;
    border-radius: 30px;
    margin-left: 20px;
}
.form-sub a:hover{
    background: #0b57b5;
    color: #fff;
}

/*相关产品*/
.other-pro{
    padding-top: 53px;
}
.other-pro .title1 h3{
    margin-top: 0;
}
.other-list{
    margin-top: 37px;
}
.other-list .swiper-slide{
    border: 1px solid #e5e5e5;
}
.other-pic{
    width: 100%;
    height:192px;
    overflow: hidden;
    background: #fff;
}
.other-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.other-tit{
    width: 100%;
    line-height: 55px;
    text-align: center;
    background: #fff;
    color: #585858;
    font-size: 16px;
}
.other-list{
    position: relative;
}
.other-list .swiper-slide:hover .other-tit{
    background: #0b57b5;
    color: #fff;
}
.other-prev{
    width: 60px!important;
    height: 60px!important;
    background: url("../img/other-prev.png") no-repeat center center;
    left: -120px!important;
}
.other-prev:after{
    display: none;
}
.other-next{
    width: 60px!important;
    height: 60px!important;
    background: url("../img/other-next.png") no-repeat center center;
    right: -120px!important;
}
.other-next:after{
    display: none;
}
.other-more{
    width: 158px;
    height: 46px;
    border: 1px solid #ff6100;
    text-align: center;
    line-height: 46px;
    margin: 0 auto;
    margin-top: 45px;
    border-radius: 4px;
}
.other-more a{
    display: block;
    color: #ff6100;
    font-size: 16px;
    transition: all 0.4s;
    border-radius: 4px;
}
.other-more:hover a{
    background: #ff6100;
    color: #fff;
    transition: all 0.4s;
}
/*联系我们*/
.info-contact{
    position: relative;
}
.contact1{
    width: 100%;
    height: 240px;
    background: #f7f7f7;
    margin-top: 40px;
    margin-bottom: 50px;
}
.cont1-left{
    float: left;
    width: 320px;
    height: 240px;
}
.cont1-left img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont1-right{
    width: 880px;
    float: right;
    padding: 40px 45px;
}
.cont1-right h3{
    color: #003a8f;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dashed #cccccc;
    height: 55px;
}
.cont1-right p{
    color: #717171;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
}
.info-contact ul{
    width: 100%;
    margin-bottom: 55px;
}
.info-contact ul li{
    width:388px;
    height: 196px;
    float: left;
    margin-right: 17px;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    text-align: center;
}
.info-contact ul li:last-child{
    margin-right: 0;
}
.info-contact ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    transition: all 0.4s;
}
.info-contact ul li:hover img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: all 0.4s;
}
.info-contact ul li h3{
    color: #999999;
    font-size: 14px;
    padding-top: 18px;
}
.info-contact ul li p{
    color: #333333;
    font-size: 16px;
}
.de-message {
    padding-bottom: 30px;
}
.de-message .tips {
    text-align: center;
}
.de-message .tips h3{
    font-size: 25px;
    color: #3c3c3c;
    font-weight: lighter;
}
.de-message .tips p{
    font-size: 16px;
    color: #8b8b8b;
    font-weight: lighter;
    padding-top: 10px;
}
.de-message .mes-form {
    margin-top: 30px;
}
.de-message .mes-form .mes-input {
    display: block;
    width: 24%;
    float: left;
    margin-right: 1.32%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    box-sizing:border-box;
    margin-bottom: 20px;
    text-indent: 20px;
}
.de-message .mes-form .mes-input input{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 20px;
}
.de-message .mes-form .mes-input:nth-child(4){
    margin-right: 0;
}
.de-message .mes-form .form-tr textarea {
    display: block;
    width:100%;
    height: 168px;
    border: 1px solid #e6e6e6;
    line-height: 38px;
    text-indent: 20px;
}
.de-message .mes-form .form-tr .code {
}
.de-message .mes-form .form-tr .code input {
    width: 50%;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    height: 38px;
    text-indent: 20px;
    float: left;
}
.de-message .mes-form .form-tr .code .verify {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
.de-message .mes-form .form-tr .code .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.mes-center{
    width: 510px;
    margin: 0 auto;
    height: 40px;
}
.de-message .mes-form .form-tr .submit {

    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #003a8f;
    color: #fff;
    font-size: 15px;
    float: right;
}
.de-message .mes-form .form-tr .submit:hover {
    background: #ff5f05;
}
.de-message .mes-form .form-tr .error {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}