/*@font-face { font-family: font_SNheiti; src: url("../fonts/siensongti.otf"); } */
@font-face { font-family: font_SNheiti; src: url("https://jh.zoomedia.com.cn/Public/Product/fonts/sienheiti.ttf"); }
*{
    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: 870px;
    /*background: url("../image/bannerbg.jpg") no-repeat center;*/
}
.banner ul{
    list-style-type: none;
    margin:85px 10% 0px 0px;
    padding:0px;
    float: right;
}
.banner li{
    margin:7px;
    padding:6px;
    float:left;
    color: white;
    font-size: 16px;
    position: relative;
}
.banner li .acl{
    color: white;
}
.banner li:hover .acl{
    color: rgba(243,149,25,1);
    border-bottom:1px solid rgba(243,149,25,1);
    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: rgba(243,149,25,1);
    cursor: pointer;
}
.banner .logo{
    width: 150px;
    height: auto;
    margin:50px 0px 0px 8%;
}
.banner .logotitle{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 150px;
}
.banner .info{
    width:636px;
    height:117px;
    font-size:20px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:25px;
    color:rgba(255,255,255,1);
    opacity:0.81;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.inter{
    width:303px;
    height:70px;
    border:2px solid rgba(255,255,255,1);
    opacity:1;
    border-radius:10px;
    color: white;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    line-height: 70px;
    margin-top: 50px;
    cursor: pointer;
}

/*我们的服务*/
.service{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgba(248,248,248,1);
    background-size: 100% 90%;
}
.service .service_head{
    width: 80%;
    padding: 50px 0 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.service_head img{
    float: left;
}
.service_head span{
    float: right;
    cursor: pointer;
}
.service_listBox{
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
}
.service_list{
    width: 200%;
    overflow: hidden;
}

.service_list li{
    width: 10.5%;
    height:300px;
    margin:1%;
    float: left;
    text-align: center;
}
.service_list .hoverstate{
    box-shadow:0px 0px 10px rgba(0,0,0,0.16);
    background:rgba(255,255,255,1);
}
.service_list li:hover{
    box-shadow:0px 0px 10px rgba(0,0,0,0.16);
    background:rgba(255,255,255,1);
}
.service_list li span{
    width: 100%;
    display: block;
    height: 70%;
    background: url("../image/newsicondis.png") no-repeat center;
    background-size: auto 70%;
}

.service_list li:hover span{
    background: url("../image/newsiconhover.png") no-repeat center;
    background-size: auto 70%;
}

.service_list .lihover{
    box-shadow:0px 0px 10px rgba(0,0,0,0.16);
    background:rgba(255,255,255,1);
}
.service_list .lihover span{
    background: url("../image/newsiconhover.png") no-repeat center;
}

.service_list li img{
    display: block;
    margin: 0 auto;
}
.service_list li .icon_m{
   position: absolute;
    width: 40px;
    height: auto;
    margin-left: -20px;
    margin-top: -30px;
    left: 50%;
    top: 50%;

}
.service_list li h1{
    width:90%;
    height:36px;
    font-size:36px;
    font-family:font_SNheiti;
    font-weight:bold;
    line-height:36px;
    color:rgba(109,109,109,1);
    letter-spacing:2px;
    opacity:1;
    margin: 10px auto 40px;
}
.service_list li p{
    width:90%;
    font-size:16px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:24px;
    color:rgba(150,150,150,1);
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*侧边锚点*/
.service_anchor{
    position: absolute;
    bottom:100px;
    right: 2%;
    display: -ms-flex; /* 兼容IE */
	display: flex;
    display:-webkit-flex;
    flex-direction: column;
}
.service_anchor li{
    width: 18px;
    height: 20px;
    margin: 15px 0;
    cursor: pointer;
}
.service_anchor li span{
    display: block;
    margin: 7px 6px;
    width: 6px;
    height: 6px;
    background:rgba(172,172,172,1);
    border-radius:50%;

}
.service_anchor li .current_anchor{
    display: none;
    line-height: 20px;
    font-size:16px;
    font-family:font_SNheiti;
    font-weight:bold;
    color:rgba(109,109,109,1);
    width: 120px;
    float: right;
    background-image: url("../image/servicehover.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.service_anchor li:hover span{
    display: none;
}
.service_anchor li:hover .current_anchor{
    display: block;
}
/*尺寸*/
@media screen and (max-width: 1200px) {
    .service_list li h1 {
        font-size: 22px;
    }
}
/*侧边锚点end*/
/*我们的服务end*/
.infotitle{
    width:100%;
    height:220px;
    background:rgba(248,248,248,1);
    opacity:1;
    overflow: hidden;
}
.infotitle img{
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}
/*我们的案例*/
.ourcase .ourcase_head{
    width: 80%;
    padding: 50px 0 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.ourcase_head img{
    float: left;
}
.ourcase_head span{
    float: right;
    cursor: pointer;
}
.ourcase_listBox{
    width: 80%;
    margin: 40px 8% 20px 10%;
    overflow: hidden;
}
.ourcase_list{
    width: 100%;
    overflow: hidden;
}
.ourcase_list li{
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    border-bottom:1px solid rgba(159,159,159,1);
}
.ourcase_list .casedes{
    float: left;
    width: 62%;
}
.ourcase_list .casedes .p1{
    width:100%;
    /*height:26px;*/
    font-size:24px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:40px;
    color:rgba(60,60,60,1);
    opacity:1;
    margin-top: 10px;
}
.ourcase_list .casedes .p2{
    width:100%;
    font-size:14px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:14px;
    color:rgba(41,141,144,1);
    opacity:1;
    margin-top: 21px;
}
.ourcase_list .casedes .p2 .nomal{
    color:rgba(159,159,159,1);
}
.ourcase_list .casedes .p2 i{
    margin-right: 15px;
}
.ourcase_list .casedes .p3{
    width:90%;
    font-size:16px;
    font-family:font_SNheiti;
    font-weight:400;
    line-height:30px;
    color:rgba(109,109,109,1);
    opacity:1;
    margin-top: 40px;
}
.ourcase_list span{
    width: 36%;
    height: 220px;
    float: right;
    background: url("../image/cuspic01.png") no-repeat center;
}
.ourcase_list span img{
    width: 100%;
    height: 100%;
}
.ourcase_listBox .moreshow{
    width:72px;
    height:18px;
    font-size:18px;
    font-family:font_SNheiti;
    font-weight:400;
    color:rgba(60,60,60,1);
    opacity:1;
    margin: 80px auto;
    padding-bottom: 5px;
    overflow: hidden;
    display: block;
    border-bottom:1px solid rgba(159,159,159,1);
}
.ourcase_listBox .moreshow:hover{
    border-bottom:1px solid rgba(41,141,144,1);
    color:rgba(41,141,144,1);
    cursor: pointer;
}
/*尺寸*/
@media screen and (max-width: 1200px) {
    .service_list li h1 {
        font-size: 22px;
    }
    .ourcase_list .casedes .p1 {
        font-size: 22px;
    }
    .footer .footerright .number{
        font-size: 20px;
    }
}
/*我们的案例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:font_SNheiti;
    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:font_SNheiti;
    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:font_SNheiti;
    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:font_SNheiti;
    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:font_SNheiti;
    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:font_SNheiti;
    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*/