img{
    max-width: 100%;
}
.pd {
    padding: 40px 0;
}

.bg {
    padding: 40px 0;
    background: #f9f9f9;
}
.pdl-8{
    padding-left: 8%;
}
.pdr-8{
    padding-right: 8%;
}
li {
    list-style: none;
}

.hmTit1 {
    color: #000;
}

.hmTit1 p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.site_platform li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #dedede;
    padding: 40px;
    transition: all 0.8s;
}
.site_platform li.mar0{
    margin-right: 0;
}
.site_platform li h4{
    margin: 30px 0;
}
.site_platform li p{
    color: #666;
}
.site_platform li img{
    transition: all 0.8s;
}
.site_platform li:hover{
    border: 2px solid #ff0000;
    box-shadow: 0 0 10px 3px rgba(145,145,145,0.4);
}
.site_platform li:hover img{
    transform: rotateY(180deg);
}
.site_purpose{
    background: url("../images/site_purpose_bg.jpg") center;
}
.site_purpose ul{
    width: 25%;
    float: left;
}
.site_purpose .right{
    float: right;
}
.site_purpose .mid{
    width: 40%;
    min-height: 500px;
    float: left;
    margin-left: 5%;
    position: relative;
}
.site_purpose ul li{
    margin-top: 60px;
    margin-bottom: 100px;
}
.site_purpose ul li img{
    float: left;
}
.site_purpose ul li .text{
    padding-left: 40px;
}
.site_purpose ul li h4{
    margin-bottom: 20px;
}
.site_purpose .mid img{
    position: absolute;
    top: 16%;
}
.site_purpose .mid .img1{
    left: 16%;
}
.site_purpose .mid .img2{
    top:40%;
    left:40%;
}
.site_purpose .mid .img3{
    top: 24%;
    left:80%;
}
.site_vision{
}
.site_vision .hmTitEn{
    font-size:22px;
}
.site_vision .hmTitCn{
    color: #b4000e;
}
.site_vision .hmTit1 p{
    color: #000;
}
.site_vision li{
    width:35%;
    float: left;
    margin: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.site_vision .li2{
    width: 30%;
    margin-top: 10px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.site_vision li .icon{
    padding: 60px 30px 40px;
    color: #fff;

}
.site_vision .li1 .icon{
    background: url("../images/site_vision_img1.jpg") no-repeat center;
    background-size: cover;
}
.site_vision .li2 .icon{
    padding: 75px 30px 65px;
    background: url("../images/site_vision_img2.jpg") no-repeat center;
    background-size: cover;
}
.site_vision .li3 .icon{
    background: url("../images/site_vision_img3.jpg") no-repeat center;
    background-size: cover;
}

.site_vision li .icon h5{
    font-size: 18px;
    margin-bottom: 5px;
}
.site_vision li .text{
    padding:0 7%;
    background:#f5f5f5;
    padding-bottom: 100px;
    overflow: hidden;

}
.site_vision .li2 .text{
    padding-bottom: 120px;
}
.site_vision li h4{
    font-size: 20px;
    font-weight: bold;
    color:#b4000e;
    margin-top: 40px;
}
.site_vision li .line{
    margin: 25px  0;
    height: 1px;
    background: #ccc;
}
.template_case li{
    position: relative;
    top: 0;
    width: 28%;
    float: left;
    margin-right: 8%;
    box-sizing: border-box;
    padding-bottom: 30px;
    background: #f9f9f9;
    margin-bottom: 40px;
    border:1px solid #ebebeb;
    transition: all .5s ease;
    margin-top: 30px;
}
.template_case li.mar0{
    margin-right: 0;
}
.template_case li .title{
    text-align: center;
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 45px;
}
.template_case li .title h4{
    font-size: 18px;
    color: #323232;
}
.template_case li .title span{
    display: block;
    font-size: 14px;
    color: #646464;
    margin-top: 18px;
}
.template_case li .icon{
    width: 129px;
    height: 73px;
    margin: -36px auto 20px;
    background: url("../images/custom_lx_img.png") no-repeat;
    overflow: hidden;
}
.template_case li .icon i{
    display: block;
    width: 122px;
    margin: 3px auto 0;
    height: 66px;
    background: url("../images/custom_lx1.png") no-repeat;
}
.template_case li p{
    font-size: 14px;
    color: #323232;
    line-height: 30px;
    width: 160px;
    margin: 0 auto;
}
.template_case li p i{
    font-style: normal;
    display: inline-block;
    margin-right: 15px;
    color: #dadbde;
}
.template_case li.active{
    background: #fff;
    top:-30px
}
.template_case li.active .title h4,.template_case li.active .title span{
    color: #fff;
}
.template_case li.active .title{
    background: #ff4800;
}
.template_case li.active .icon i{
    background: url("../images/custom_lx1_now.png") no-repeat;
}
.template_case li.active p i{
    color:#ff4800;
}

.template_adv li{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 40px;
}
.template_adv li .icon{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: url("../images/custom_ys.png") no-repeat;
}
.template_adv li:hover .icon{
    background: url("../images/custom_ys_now.png") no-repeat;
    transition: all .5s ease;
    transform: rotateY(180deg);
}
.template_adv .li2 .icon,.template_adv .li2:hover .icon{
    background-position: -121px 0px;
}
.template_adv .li3 .icon,.template_adv .li3:hover .icon{
    background-position: -242px 0px;
}
.template_adv .li4 .icon,.template_adv .li4:hover .icon{
    background-position: -363px 0px;
}
.template_adv li h4{
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}
.template_adv li p{
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}
.template_process{
    background: url("../images/custom_lc_bg.jpg");
}
.template_process .hmTitCn{
    color: #fff;
}
.template_process li{
    width: 11%;
    float: left;
    text-align: center;
    background: url("../images/black_60.png");
    color: #fff;
    box-sizing: border-box;
    padding: 40px 0;
    margin-bottom: 40px;
}
.template_process li.arrow{
    width: 3.8%;
    background: none;
    padding-top: 80px;
}
.template_process li .icon{
    width: 65px;
    height: 65px;
    transition: all .5s ease;
    margin: 0px auto;
    border: 1px solid #8d8d8d;
    border-radius: 65px;
}
.template_process li .icon i{
    display: block;
    width: 65px;
    height: 65px;
    background: url("../images/custom_lc.png") no-repeat;
    z-index: 8;
}
.template_process li:hover .icon{
    background: #ff4800;
    border-color:#ff4800
}
.template_process li:hover .icon i{
    background: url("../images/custom_lc_now.png") no-repeat;
    transform: rotate(360deg);
    transition: all .5s ease;
}
.template_process .li2 .icon i,.template_process .li2:hover .icon i{background-position: -66px 0px;}
.template_process .li3 .icon i,.template_process .li3:hover .icon i{background-position: -132px 0px;}
.template_process .li4 .icon i,.template_process .li4:hover .icon i{background-position: -198px 0px;}
.template_process .li5 .icon i,.template_process .li5:hover .icon i{background-position: -264px 0px;}
.template_process .li6 .icon i,.template_process .li6:hover .icon i{background-position: -330px 0px;}
.template_process .li7 .icon i,.template_process .li7:hover .icon i{background-position: -396px 0px;}
.template_process li h4{
    font-size: 16px;
    margin-top: 30px;
}
.template_service li{
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 40px;
}
.template_service li .icon{
    margin: 0px auto;
    width: 110px;
    height: 110px;
    box-shadow: #a3a3a3 0px 0px 10px;
    border-radius: 60px;
    transition: all .5s ease;
    overflow: hidden;
}
.template_service li .icon i{
    display: block;
    width: 53px;
    height: 45px;
    margin: 30px auto 0;
    background: url("../images/custom_fw.png") no-repeat;
    z-index: 8;
}
.template_service li:hover .icon{
    background: #ff4800;
    box-shadow: #a3a3a3 0px 0px 0px;
    transition: all .5s ease;
}
.template_service li:hover .icon i{
    background: url("../images/custom_fw_now.png") no-repeat;
    transform: rotateY(360deg);
    transition: all .5s ease;
}
.template_service .li2 .icon i,.template_service .li2:hover .icon i{width:44px;background-position: -54px 0px;}
.template_service .li3 .icon i,.template_service .li3:hover .icon i{width:46px;background-position: -104px 0px;}
.template_service .li4 .icon i,.template_service .li4:hover .icon i{width:48px;background-position: -156px 0px;}
.template_service .li5 .icon i,.template_service .li5:hover .icon i{width:52px;background-position: -212px 0px;}
.template_service li h4{
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
}
.template_service li p{
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}
.type{
    padding: .6rem 0;
}
.type .hmTit1{
    text-align: left;
    padding: .6rem 0 0;
    margin-bottom: .3rem;
}
.type3 .hmTit1,.type5 .hmTit1{
    padding: .1rem 0 0;
}
.type .hmTitEn{
    font-size: 20px;
    margin-top: 20px;
}
.type .text,.type .icon{
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.type1{
    background: url("../images/type_bg1.jpg") top center;
    margin-top: 92px;
}
.type1 .img2{
    position: absolute;
    right: 0;
    bottom:-60px;
}
.type1 .hmTit1,.type1 .text,.type3 .hmTit1,.type3 .text,.type5 .hmTit1,.type5 .text{
    color: #fff;
}
.type .text .disc{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.type .text .item{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

.type .text .btn-a a{
    display: inline-block;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #e62129;
    border-radius: 2px;
    margin-top: 20px;
    color: #e62129;
    position: relative;
    font-size: 20px;
    margin-right: 15px;
    z-index: 1;
}
.type1 .text .btn-a a,.type3 .text .btn-a a,.type5 .text .btn-a a{
    color: #fff;
    border-color:#fff;
}
.type .text .btn-a a span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.type-w .text .btn-a a:hover span{
    background: #e62129;
}

.type .text .btn-a a:hover{
    color: #fff;
}
.type.type1 .text .btn-a a:hover{
     color: #f16a47;
 }
.type.type3 .text .btn-a a:hover{
    color: #ffb037;
}
.type.type5 .text .btn-a a:hover{
    color: #12c1b2;
}
.type .text .btn-a a:hover span{
    width: 100%;
}
.type1 .text {
    background: url("../images/one.png") no-repeat left top;
}
.type2 .text {
    background: url("../images/two.png") no-repeat left top;
}
.type3 .text {
    background: url("../images/three.png") no-repeat left top;
}
.type4 .text {
    background: url("../images/four.png") no-repeat left top;
}
.type5 .text {
    background: url("../images/five.png") no-repeat left top;
}
.type6 .text {
    background: url("../images/six.png") no-repeat left top;
}
.type2 .text,.type4 .text,.type6 .text{
    float: right;
}
.type6 .text .disc{
    text-indent: 0;
}
.type3{
     background: url("../images/type3_bg.jpg") top center;
 }
.type5{
     background: url("../images/type5_bg.jpg") top center;
 }

.about{
    margin: 30px 0;
    background: #fff;
    padding: 30px;
    line-height: 30px;
}
@media (max-width: 1200px) {
    .type1{
        margin-top: 62px;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {
    .template_case li{
        width: 30%;
        margin-right: 5%;
    }
    .template_adv li{
        width: 50%;
    }
    .template_service li{
        padding: 0 5px;
    }
    .site_purpose{
        background: #f9f9f9;
    }
    .site_purpose .mid{
        display: none;
    }
    .site_purpose ul{
        width: 48%;
    }
    .site_purpose ul li{
        margin-top: 0;
        margin-bottom: 40px;
    }
    .type{
        padding: .2rem 0;
    }
    .type .hmTit1{
        padding:0;
        margin-bottom: .2rem;
    }
    .type .text .disc{
        height: 60px;
        overflow: hidden;
    }
    .type .text .btn-a a{
        width: 120px;
    }
    .type .text .btn-a a{
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .template_case li{
        width: 32%;
        margin-right: 2%;
    }
    .template_adv li{
        padding: 0 15px;
    }
    .template_process li{
        width: 13%;
    }
    .template_process li.arrow{
        width: 1.5%;
    }
    .site_platform li{
        width: 49%;
        margin-right: 0;
    }
    .site_platform li:nth-child(odd){
        margin-right: 2%;
    }
    .type{
        padding: 25px 0;
    }
    .type .text, .type .icon{
        width: 100%;
    }
    .type1 .icon,.type3 .icon,.type5 .icon,.type6 .icon{
        display: none;
    }
    .pdr-8,.pdl-8{
        padding: 0;
    }
    .type4{
        padding-top: 0;
    }

}
@media (max-width: 480px) {
    .template_case li{
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .template_case li.active{
        top:0;
    }
    .template_adv li h4,.template_service li h4,.site_platform li h4{
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }
    .template_adv li{
        margin-bottom: 20px;
    }
    .template_process li{
        width: 20%;
        margin-bottom: 20px;
    }
    .template_process .arrow,.template_process .li2,.template_process .li6,.template_service li:last-child{
        display: none;
    }
    .template_process li h4{
        margin-top: 15px;
    }
    .template_service li{
        width: 50%;
    }
    .template_service li{
        margin-bottom: 20px;
    }
    .site_platform li{
        padding: 25px 15px;
    }
    .site_platform li img{
        height: 80px;
    }
    .site_purpose ul{
        width: 100%;
        float: none;
    }
    .site_vision li,.site_vision .li2{
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .type1{
        margin-top: 52px;
    }

}
@media (max-width: 320px) {

}
