body,h1,h2,h3,h4,h5,h6,p,ol,ul{
    margin: 0;}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url("../fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url("../fonts/SourceHanSansCN-Heavy.otf");
}
body, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-family: "SourceHanSansCN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav>li>a:hover{
    background: rgba(0,0,0,0)!important;
}

a:hover{
color: inherit;
    text-decoration:none!important;
}
a{text-decoration:none}
h1,h2,h3,h4{
    text-align: center;
}
/* banner*/
.banner {
    width: auto;
    color: white;
    height: 325px;
}

.banner-zi {
    height: 100%;
    position: relative;
}

.banner-type {

}
.banner-zi h1 {

   margin-top:40px;
    text-align: center;
    font-size: 70px;
    letter-spacing: 0px;
}
.banner-zi h2 {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
}
.banner-menu{
    width: 60%;
   margin: 0 auto;
}
.banner-menu li a{

    transition: 0.6s;
    padding:auto 0;
    border-radius: 6px;
}
.banner-menu li a:hover img{
    border:1px solid rgba(255,255,255,0.7);
    transition: 0.3s;
}
.banner-menu li a img{
    border:1px solid rgba(255,255,255,0.0);
    transition: 0.3s;
    border-radius: 6px;
}
.banner-menu  p{
    padding-top:10px;
}
@media all and (max-width: 736px) {
    .banner-menu {
        width: 100%;
    }
}
.banner-menu a{
   text-align: center;
    margin: 0 auto;
    color: white;
  

}
.banner-menu a:active{

    margin: 0 auto;

}
.banner-menu li a img{
width: 100%;
    max-width: 70px!important;
}
.deathline {
    opacity: 0;
    height: 20px;
    border-bottom: 1px solid grey;
}



.top-h2-white {
    color: white!important;
}

.top-h2 {
    margin-top: 20px;
    font-size: 16px;

    opacity: 1;
    color: #595959;
    letter-spacing: 0px;
}
.deathline-white {
    opacity: 0;
    height: 20px;
    border-bottom: 1px solid white;
}
.title{
    margin: 30px 0;
}
.box{
    left: 50%;
   bottom: 0px;
    transform:translate(-50%,50%);
    border-radius: 50%;
    position: absolute;
    animation:box 4s infinite;
}


.card-t2-img{

}
.card-t2{



}
.card-t1-img{

}
.card-t1{


}
#box-1{
    animation-delay: 0s;
}
#box-2{
    animation-delay: 1s;
}
#box-3{
    animation-delay: 2s;
}
#box-4{
    animation-delay: 3s;
}
@keyframes box
{
    from {height: 0px;width: 0px;background: rgba(122,122,122,1)}
    to {height: 1000px;width: 1000px;background: rgba(122,122,122,0)}
}

/*特色服务*/

.card{

    width: auto;

}
.card-t1{



}
.card-t1-img img{
    width: 100%;
}
.card-t2{

    padding-left:100px ;
}
.card-title{
    opacity: 1;
    font-size: 40px;
    text-align: left
;
    margin-bottom: 28px;

    letter-spacing: 0px;

}
.card-t2-img img{
  width: 100%;
}
.label-green{
    background-color: #5cb85c;
    margin-right :15px;
}
.label{
    width: 60px;
    height: 30px;
}
.card p{
    opacity: 1;
    font-size: 16px;

    color: rgba(102,102,102,1);
    line-height: 42px;
    letter-spacing: 0px;
}
.card a{
    padding-right: 0px;
    padding-left: 0px;
    margin:  10px 0;
    text-decoration:none
}
.card  a img{
    margin-right: 15px;
}

.banner-menu  li a{
    text-align: center;
}
.banner-menu  li a:hover{
    color: white!important;
    text-decoration: none;
}
.banner-menu  li a img{

}


.us-getMore {
    padding: 50px 0;
}