@font-face {
	font-family: 'AlibabaPuHuiTir';
	src: url('../fonts/Alibaba-PuHuiTi-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTiL';
	src: url('../fonts/Alibaba-PuHuiTi-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body,html{
	font-family: 'AlibabaPuHuiTi';
    margin: 0;
    padding: 0;

}

p,ul,li,h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clearfix{zoom:1;}
.clearfix:after{
  content:"";        
  display:block;        
  height:0;        
  clear:both;        
  visibility:hidden;   
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.zz-content{
    width: 1200px;
    margin: 0 auto;
}
.zz-content img{
    width: 100%;
    display: block;
}
.wap-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.sc-header .inner{
    padding-top: 25px;
    padding-bottom: 15px;
}
.zz-padd{
    padding: 1rem 0;
}
a{
    text-decoration: none;
    color: #000;
}
.zz-banner{
    position: relative;
}
.zz-banner img{
    display: block;
    width: 100%;
}
.zz-banner .zz-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zz-banner  h2{
	font-family: 'AlibabaPuHuiTiL';
    color: #FFF;
    font-size: .58rem;
    font-weight: normal;
    line-height: 1.2em;
}
.zz-banner  h4{
    color: #FFF;
    font-size: .3rem;
	font-family: 'AlibabaPuHuiTiL';
    font-weight: normal;
    margin-top: .4rem;
}
.zz-banner a{
    width: 1.60rem;
    height: .5rem;
    background: #F19109;
    border-radius: 5px;
    line-height: .50rem;
    display: block;
    margin-top: .5rem;
    text-align: center;
    font-size: .2rem;
    color: #FFF;
}
.zz-service{
    background: #F8F8F8;
}
.zz-servicetop {
    text-align: center;
}
.zz-servicetop li{
    display: inline-block;
    padding: 0 .6rem;
}
.zz-servicetop li h4{
    font-size: .8rem;
    text-align: center;
    font-weight: normal;
}
.zz-servicetop li h4 span{
    font-size: .32rem;
    display: inline-block;
    margin-left: .15rem;
}
.zz-servicetop li p{
    text-align: center;
    font-size:.24rem ;
    margin-top: .29rem;
}
.zz-servicelist{
    margin-top: .8rem;
    padding: 0 .8rem;
}
.zz-servicelist li{
    width: 12.7%;
}
.zz-servicelist li img{
    width: 100%;
    display: block;
    
}
.zz-sernav{
    text-align: center;
    border-bottom: .02rem solid #F1F1F1;
}
.zz-sernav li{
    display: inline-block;
    font-size: .28rem;
    padding: .5rem .45rem;
}
.zz-sernav .zz-sernavact a{
    color: #F19109;
    font-weight: bold;
}
.zz-titbox {
    margin-bottom: .6rem;
}
.zz-titbox h2{
    font-size: .42rem;
    text-align: center;
    font-weight: bold;
}
.zz-youshi{
    position: relative;
}
.zz-youshi:before{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    z-index: -1;
    border-bottom: 1px dashed #E2E2E2;
}
.zz-youshi:after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    z-index: -1;
    border-right: 1px dashed #E2E2E2;
}
.zz-youshi li{
    width: 43.6%;
    padding: .5rem 0 .68rem;
}
.zz-youshi li i{
    display: block;
    width: 28.7%;
    position: relative;
}

.zz-youshi li i img{
    width: 100%;
    display: block;
}
.zz-youshi li i .zz-iconbg1{
    position: absolute;
    width: 40px;
    left: 36.5%;
    top:30%;
    z-index: -1;
    -webkit-animation: icon-bounce 1.8s infinite;
    animation: icon-bounce 1.8s infinite;

}
.zz-youshi li i .zz-iconbg2{
    display: block;
    width: 29px;
    height: 29px;
    background: #F19109;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 16px;
    -webkit-animation: icon-bounce 1.8s infinite;
    animation: icon-bounce 1.8s infinite;
    z-index: -1;
}
.zz-youshi li i .zz-iconbg4{
    display: block;
    width: 25px;
    height: 25px;
    background: #F19109;
    border-radius: 50%;
    position: absolute;
    right: 34.2%;
    top: 41%;
    -webkit-animation: icon-bounce 1.8s infinite;
    animation: icon-bounce 1.8s infinite;
    z-index: -1;
}
.zz-youshi li i .zz-iconbg3:before{
    content:'';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: #F19109;
    border-radius: 50%;
    z-index: -1;
    left: 18%;
    top: 48.5%;
    -webkit-animation: icon-bounce2 1.8s infinite;
    animation: icon-bounce2 1.8s infinite;
}
.zz-youshi li i .zz-iconbg3 s{
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: #F19109;
    border-radius: 50%;
    left: 33.5%;
    top: 31.5%;
    z-index: -1;
    -webkit-animation: icon-bounce2 2.1s infinite;
    animation: icon-bounce2 2.1s infinite;
}

.zz-youshi li i .zz-iconbg3:after{
    content:'';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: #F19109;
    border-radius: 50%;
    z-index: -1;
    left: 64%;
    top: 40.5%;
    -webkit-animation: icon-bounce2 1.5s infinite;
    animation: icon-bounce2 1.5s infinite;
}
@keyframes icon-bounce {
    0%,100%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
   
}
@keyframes icon-bounce2 {
    0%,100%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.zz-youshitxt{
    width: 64%;
}
.zz-youshitxt h4{
    font-size: .32rem;
    margin-bottom: .35rem;
}
.zz-youshitxt p{
    font-size: .24rem;
    line-height: 1.5em;
}
.zz-youshi li img{
    transition: all 0.6s;
}
.zz-youshi li:hover img,.zz-youshi li:hover s,.zz-youshi li:hover span{
    transform: scale(1.05);

}
.zz-titbox p{
    font-size: .24rem;
    text-align: center;
    margin-top: .29rem;
}
.zz-tab{
    text-align: center;
    margin-bottom: .4rem;
}
.zz-tab li{
    display: inline-block;
    width: 1.6rem;
    height: .5rem;
    border-radius: 5px;
    text-align: center;
    background: #F2F2F2;
    line-height: .5rem;
    font-size: .2rem;
    cursor: pointer;
    margin:0 .2rem;
}
.zz-tab li a{
    font-size: .2rem;
    display: block;
}
.zz-tab li.zz-tabact{
    color: #FFF;
    background: #444444;
}
.zz-tab li.zz-tabact a{
    color: #FFF;
}
.zz-bbgg{
    margin-bottom: .2rem;
}
.zz-bbgg>li{
    width: 23.8%;
    box-sizing: border-box;
    background: linear-gradient(0deg, #ffffff, #FBF6EF);
    border: 1px solid #ECE3D3;
    border-radius: 5px;
}
.zz-bbgg>li h4{
    font-size: .28rem;
    font-weight: bold;
    padding: 0 .3rem;
    margin-top: .4rem;
    margin-bottom: .28rem;
}
.zz-bbgg>li p{
    padding: 0 .3rem;
    font-size: 18px;
    line-height: 1.5em;
}
.zz-bbgg>li ul{
    margin-top: .28rem;
    border-top: 1px solid #ECE3D3;
    border-bottom: 1px solid #ECE3D3;
    padding: .28rem .3rem;
    min-height: 18em;

}
.zz-bbgg>li ul li{
    font-size: 18px;
    line-height: 2em;
    background: url(../images/zz-dh.png) no-repeat left center;
    padding-left: 35px;
}
.zz-bbgg>li h5{
    font-size: 18px;
    padding: .3rem;
    line-height: .5rem;
}
.zz-bbgg>li h5 span{
    float: right;
}
.zz-bbgg>li h5 b{
    font-size: .42rem;
}
.zz-bbgg>li a{
    display: block;
    position: relative;
    height: .8rem;
    background: #f19109;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    line-height: .8rem;
}
.zz-bbgg>li a:after{
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/zz-jt.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: .3rem;
    top: 50%;
    margin-top: -7px;
}
.zz-bbgg>li:hover{
    background: linear-gradient(0deg, #ffffff, #F3E7D5);
}
.zz-bbggbox .zz-bbgglist{
    width: 100%;
    display: none;
}
.zz-bbggbox .zz-bbgglist:first-child{
    display: block;
}
.zz-moban li{
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: .4rem;
}
.zz-moban li:nth-child(3n){
    margin-right: 0;
}
.zz-mbpic{
    border: 6px solid #D8D8D8;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.zz-mbpic img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.zz-mbpic span{
    position: absolute;
    width: 100px;
    height: 35px;
    background: #F19109;
    border-radius: 5px;
    font-size: .2rem;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    left: 50%;
    top: 50%;
    margin-top: -17.5px;
    margin-left:-50px;
    display: none;
}
.zz-moban li h4{
    text-align: center;
    font-size: .2rem;
    margin-top: .25rem;
}
.zz-moban li:hover .zz-mbpic img{
    opacity: .5;
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.zz-moban li:hover span{
    display: block;
}
.zz-lookall{
    width: 2rem;
    height: .5rem;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    font-size: .2rem;
    line-height: .5rem;
    text-align: center;
    display: block;
    margin: 20px auto 0;
}
.zz-lookall:hover{
    background: #F19109;
    color: #FFF;
    border-color: #F19109;
    font-weight: bold;
}
.zz-yxkjpic{
    width: 57.4%;
    margin-left: -7%;
}
.zz-yxkjtxt{
    width: 35%;
}
.zz-yxkjtxt li{
    position: relative;
    margin-bottom: .39rem;
    opacity: .3;

}
.zz-yxkjtxt li span{
    font-size: 24px;
    position: absolute;
    left: -.8rem;
    font-weight: bold;
}
.zz-yxkjtxt li h4{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: .18rem;
}
.zz-yxkjtxt li p{
    font-size: 18px;
    line-height: 1.5em;
    display: none;
    padding-bottom: .2rem;
}
.zz-yxkjtxt li.zz-yxkjtxtact{
    opacity: 1;
}
.zz-yxkjtxt li.zz-yxkjtxtact p{
    display: block;
}
.zz-yxkjbox{
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.zz-htwhtxt{
    width: 42%;
}
.zz-htwhtxt h4{
    font-size: .32rem;
    margin-bottom: .34rem;
    font-weight: bold;
}
.zz-htwhtxt p{
    font-size: .24rem;
    margin-top: .24rem;
    line-height: 1.5em;
}
.zz-htwhpic{
    width: 44.3%;
    padding-right: .4rem;
    position: relative;
    padding-bottom: .4rem;
    box-sizing: border-box;
}
.zz-htwhpic img{
    border: 6px solid #D8D8D8;
    border-radius: 12px;
}
.zz-htwhpic::before{
    content: '';
    display: block;
    position: absolute;
    background: #F2F2F2;
    border-radius: 12px;
    left: .4rem;
    right: 0;
    bottom: 0;
    top: .4rem;
    z-index: -1;
}
.zz-htwh li{
    margin-top: .6rem;
}
.zz-sernav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 3;
}
.zz-sernav-fixed li{
    padding-top: .35rem;
    padding-bottom: .35rem;
}
@media (max-width: 1380px) {
    .zz-content {
        width: 86%;
    }
    .zz-bbgg>li ul li,.zz-bbgg>li p,.zz-bbgg>li a{
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    body{
        overflow-x: hidden;
    }
    .zz-padd{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .zz-content {
        padding-left: .2rem;
        padding-right: .2rem;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .zz-banner h2{
        font-size: .24rem;
    }
    .zz-banner h4{
        font-size: .16rem;
        margin-top: .15rem;
    }
    .zz-banner a{
        margin-top: .2rem;
        width: 1.2rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: .18rem;
    }
    .zz-servicetop li {
        margin:.1rem 0;
        padding: 0 0.1rem;
    }
    .zz-servicetop li h4{
        font-size: .28rem;
    }
    .zz-servicetop li p{
        font-size: .16rem;
        margin-top: .1rem;
    }
    .zz-servicetop li h4 span{
        font-size: .16rem;
        margin-left: .05rem;
    }
    .zz-servicelist{
        margin-top: .2rem;
        padding: 0 .2rem;
    }
    .zz-servicelist li{
        width: 45%;
        margin-bottom: .2rem;
    }
    .zz-sernav{
        padding: .1rem 0;
    }
    .zz-sernav li{
        font-size: .18rem;
        padding: .05rem;
    }
    .zz-titbox h2{
        font-size: .24rem;
    }
    .zz-titbox{
        margin-bottom: .3rem;
    }
    .zz-youshi:before{
        display: none;
    }
    .zz-youshi:after{
        display: none;
    }
    .zz-youshi li{
        padding: .25rem 0;
        width: 100%;
        border-bottom: 1px dashed #E2E2E2;
    }
    .zz-youshi li:last-child{
        border-bottom: 0 none;
    }
    .zz-youshitxt h4{
        font-size: .2rem;
        margin-bottom: .15rem;
    }
    .zz-youshitxt p{
        font-size: .16rem;

    }
    .zz-sernav-fixed{
        position: static;
    }
    .zz-youshi li i .zz-iconbg1{
        width: 28px;
    }
    .zz-youshi li i .zz-iconbg2{
        width: 20px;
        height: 20px;
        right: 14px;
        top: 11px;
    }
    .zz-youshi li i .zz-iconbg3:before,.zz-youshi li i .zz-iconbg3:after,.zz-youshi li i .zz-iconbg3 s{
        width: 10px;
        height: 10px;
    }
    .zz-youshi li i .zz-iconbg4{
        width: 18px;
        height: 18px;
    }
    .zz-titbox p{
        font-size: .16rem;
    }
    .zz-tab li{
        width: 1.2rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: .18rem;
        margin: 0 .1rem;
    }
    .zz-bbgg>li{
        width: 100%;
        margin-bottom: .4rem;
    }
    .zz-bbgg>li ul{
        min-height: auto;
        margin-top: 0.28rem;
        border-top: 1px solid #ECE3D3;
        border-bottom: 1px solid #ECE3D3;
        padding: 0.2rem 0.2rem;
    }
    .zz-bbgg>li h4{
        font-size: .24rem;
        padding: 0 0.2rem;
        margin-top: 0.3rem;
        margin-bottom: 0.18rem;
    }
    .zz-bbgg>li p{
        padding: 0 0.2rem;

    }
    .zz-bbgg>li h5{
        padding: .2rem;
        line-height: .4rem;
    }
    .zz-bbgg>li h5 b{
        font-size: .28rem;
    }
    .zz-bbgg>li a{
        height: .7rem;
        line-height: .7rem;
        font-size: .18rem;
    }
    .zz-moban li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: .3rem;
    }
    .zz-moban li:nth-child(3n){
        margin-right: 4%;
    }
    .zz-moban li:nth-child(2n){
        margin-right: 0%;
    }
    .zz-mbpic{
        border: 3px solid #D8D8D8;
        border-radius: 5px;
    }
    .zz-moban li h4{
        margin-top: .1rem;
        font-size: .18rem;
    }
    .zz-lookall{
        width: 1.6rem;
        line-height: .4rem;
        height: .4rem;
        font-size: .18rem;
        margin-top: 0;
    }
    .zz-yxkjpic{
        width: 100%;
        margin-left: 0;
        margin-bottom: .3rem;
    }
    .zz-yxkjtxt{
        width: 100%;
    }
    .zz-yxkjtxt li{
        padding-left: .4rem;
        margin-bottom: 0;
        margin-top: .2rem;
    }
    .zz-yxkjtxt li span{
        position: absolute;
        font-size: .2rem;
        left: 0;
    }
    .zz-titbox p{
        margin-top: .15rem;
    }
    .zz-yxkjtxt li h4{
        font-size: .2rem;
        margin-bottom: .15rem;
    }
    .zz-yxkjtxt li.zz-yxkjtxtact p{
        font-size: .16rem;
    }
    .zz-htwhtxt{
        width: 100%;
    }
    .zz-htwh li{
        margin-top: 0;
        border-bottom: 1px dashed #E2E2E2;
        padding: .4rem 0;
    }
    .zz-htwh li:nth-child(2n) .zz-htwhpic{
        margin-top: 0;
        margin-bottom: .3rem;
    }
    .zz-htwh li:last-child{
        border-bottom: 0 none;
    }
    .zz-htwhpic{
        width: 100%;
        padding: 0;
        margin-top: .3rem;
        border-radius: 6px;
    }
    .zz-htwhpic img{
        border-width: 3px;
        box-sizing: border-box;
    }
    .zz-htwhpic::before{
        display: none;
    }
    .zz-htwhtxt h4{
        font-size: .2rem;
        margin-bottom: 0;
    }
    .zz-htwhtxt p{
        font-size: .18rem;
        margin-top: .2rem;
    }
}

@media (max-width: 500px) {
    .zz-banner {
      height: 200px;
      display: block;
    }
    .zz-banner img {
      position: absolute;
      width: auto;
      height: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    
  }