*{
    padding: 0;
    margin: 0;
}
i{font-style: normal}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    /*height:6123px;*/
    background:rgba(255,255,255,1);
    opacity:1;
}
/*头部*/
.banner{
    width:100%;
    height:400px;
    background:rgba(248,248,248,1);
    opacity:1;
}
.banner ul{
    list-style-type: none;
    margin:85px 10% 0px 0px;
    padding:0px;
    float: right;
}
.banner li{
    margin:7px;
    padding:6px;
    float:left;
    color: #3C3C3C;
    font-size: 16px;
    position: relative;
}
.banner li .acl{
    color: #3C3C3C;
}
.banner li:hover .acl{
    color: #FCA03F;
    border-bottom:1px solid #FCA03F;
    cursor: pointer;
}
.banner li .tuiguang{
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: white;
    top: 30px;
    display: none;
}
.banner li .tuiguang p{
    margin: 10px 0px 10px 3px;
}
.banner li .tuiguang p .macl{
    color: #3C3C3C;
    font-size: 12px;
}
.banner li .tuiguang p:hover .macl{
    color: #FCA03F;
    cursor: pointer;
}
.banner .logo{
    width: 150px;
    height: auto;
    margin: 50px 0px 0px 8%;
}
.banner .logotitle{
    margin: 0 auto;
    display: block;
    margin-top: 150px;
    width:100%;
    height:96px;
    font-size:68px;
    font-family:Source Han Serif SC;
    font-weight:800;
    line-height:70px;
    text-align: center;
    color:rgba(60,60,60,1);
    opacity:1;
}
.banner .hangye{
    width: 80%;
    margin:30px 0px 0px 10%;
    line-height: 40px;
}
.banner .neirong{
    margin:40px 0px 0px 10%;
}
.banner i{
    width:54px;
    height:18px;
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:bold;
    line-height:24px;
    color:rgba(73,73,73,1);
    opacity:1;
}
.banner span{
    margin: 0 6px;
     height: 30px;
    padding: 5px;
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:18px;
    color:rgba(73,73,73,1);
    opacity:1;
    border:1px solid rgba(229,229,229,1);
    opacity:1;
    border-radius:5px;
    cursor: pointer;
}
.banner span:hover{
    color:rgba(255,255,255,1);
    background:rgba(41,141,144,1);
}

/*头部*/
/*客户案例*/
.customer_cases{
    width:100%;
    background:rgba(248,248,248,1);
    opacity:1;
    padding-bottom: 3%;
}
.customer_cases .customer_head{
    width: 80%;
    padding: 50px 0 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom:1px solid rgba(212,212,212,1);
}
.customer_head img{
    float: left;
}
.customer_head span{
    float: right;
    cursor: pointer;
}
.cstcase{
    width: 80%;
    margin-left: 10%;
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content: flex-start;
    flex-wrap:wrap;
    align-content:center;
    overflow: hidden;
}
.cstcase li{
    width: 19%;
    min-width: 190px;
    margin: 1% 0.5%;
    background:rgba(255,255,255,1);

}
.cstcase li img{
    width: 20%
}
.cstcase .pictont{
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}
.cstcase .pictont img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 600ms;
}
.cstcase li:hover .pictont img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

}
 .casedes{
    overflow: hidden;
}

.cstcase .csname{
    width: 90%;
    height: 30px;
    padding: 5%;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:16px;
    color:rgba(40,40,40,1);
    opacity:1;
    border-bottom:1px solid rgba(212,212,212,1);
}
.cstcase .cstime{
    width: 100%;
    padding: 2% 5%;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:16px;
    color:rgba(180,180,180,1);
    opacity:1;
}
.cstcase .csinfo{
    width: 90%;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    margin: 2% 5% 10% 5%;
    color:rgba(109,109,109,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
/*客户案例end*/
/*其他案例*/
.othercase{
    width:100%;
    background:rgba(248,248,248,1);
    opacity:1;
    overflow: hidden;
}
.topline{
    width: 100%;
    border-top:1px solid rgba(212,212,212,1);
}
.nocase{
    width: 80%;
    margin: 40px 10% 0 10%;
    font-size:32px;
    font-family:Source Han Serif SC;
    font-weight:800;
    line-height:34px;
    color:rgba(88,88,88,1);
    opacity:1;;
}

.othercase .othercase_head{
    width: 80%;
    padding: 50px 0 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding-bottom: 35px;
}
.othercase_head img{
    float: left;
}
.othercase_head span{
    float: right;
    cursor: pointer;
}
.morecase{
    margin: 80px auto;
    width:72px;
    height:18px;
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:0px;
    color:rgba(60,60,60,1);
    opacity:1;
    border-bottom:1px solid rgba(112,112,112,1);
    cursor: pointer;
}
/*其他案例end*/
/*footer*/
.footer{
    width:100%;
    height:300px;
    background:rgba(28,28,28,1);
    opacity:1;
    overflow: hidden;
}
.footer .footerleft{
    width: 75%;
    overflow: hidden;
    float: left;
}
.footer .footerright{
    width: 25%;
    float: left;
}
.footer .footerleft .logo{
    width: 120px;
    height: auto;
    margin:40px 0px 0px 10%;
    float: left;
    overflow: hidden;
    display: block;
}
.footer .footerleft .qiye{
    color: white;
    width: 260px;
    overflow: hidden;
    display: block;
    float: left;
    margin:52px 0px 0px 30px;
    height:32px;
    font-size:22px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:40px;
    color:rgba(134,134,134,1);
    opacity:1;
}
.footer .footerleft p{
    display: block;
    width: 100%;
    color: white;
    overflow: hidden;
    margin-left: 10%;
    margin-top: 40px;
    float: left;


    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(134,134,134,1);
    opacity:1;

}
.footer .footerleft p i{
    margin-right: 2%;
}
.footer .footerleft p i:nth-child(2n+1):hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
.footer .footerleft p a{
    color: rgba(134,134,134,1);
}
.footer .footerleft p i:nth-child(2n+1):hover a{
    color: white;
}
.footer .footerright .mianzhe{
    width:84px;
    height:20px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(149,149,148,1);
    opacity:1;
    margin-top: 36px;
}
.footer .footerright .number{
    width:200px;
    height:40px;
    font-size:28px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:40px;
    color:rgba(227,227,227,1);
    opacity:1;
    margin:1px 0px 0px 7%;
}
.footer .footerright .date{
    width:170px;
    height:20px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(97,97,97,1);
    opacity:1;
    margin:1px 0px 0px 7%;
}
.footer .footerright .pic{

    margin:20px 0px 0px 6%;
}
.footer .footerright .pic img{
    width: 30px;
    height: 30px;
    margin:0px 0px 0px 7%;
}
.footer .bottomline{
    width: 84%;
    float: left;
    margin: 35px 0 0 8%;

    border:1px solid rgba(78,78,78,1);
}

.footer .icp{
    width:100%;
    height:24px;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(97,97,97,1);
    opacity:1;
    text-align: center;
    margin: 35px 0 0 0;
    float: left;
}
/*footer end*/
/*尺寸*/
@media screen and (max-width: 1200px) {
    .footer .footerright .number{
        font-size: 20px;
    }
}