﻿*{
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    list-style: none;
    outline: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
}
.new_z_auto_page_header{
    width: 100%;
    height: 94px;
    background-color: #20ad65;
    overflow: hidden;
}
.new_z_auto_page_logo{
    margin-left: 15px;
    margin-top: 26px;
}
.new_z_auto_page_logo img{
	
	width: 19px;
	height: 30px;
	margin-top: 8px;
	}
.new_z_auto_page_logo span{
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 11px;
    left: 5px; 
}
.new_z_auto_page_nav_icon{
    margin-right: 15px;
    width: 30px;
    margin-top: 35px;
    transform:rotate(0deg);
    transition: all .5s ease;
}
.new_z_auto_page_nav_icon.rotate{
    transform:rotate(90deg);
}
.new_z_auto_page_nav_icon span{
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin-top: 4px;
}

.new_z_auto_page_nav{
    width: 100%;
    height: 240px;
    background-color: #0f0a0a;
    padding: 20px 0px;
    display: none;
    overflow: hidden;
}
.new_z_auto_page_nav li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.new_z_auto_page_nav a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-left: 13px;
    position: relative;
}
.new_z_auto_page_nav li i{
    display: block;
    position: absolute;
    top: 0px;
    right: 23px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}



.new_z_auto_page_back{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #0f0a0a;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: none !important;
}
.new_z_auto_page_back i{
    font-size: 20px;
}



.index-banner{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 75px;
    background: -moz-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    
    background: -webkit-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -o-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -ms-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: radial-gradient(ellipse at center,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abe8a',endColorstr='#20ad65',GradientType=0 );
    overflow: hidden;
}
.index-banner-pic{
    margin: 0 auto;
    margin-top: 60px;
    border: 6px solid rgba(255,255,255,0.2);
    border-top: 16px solid rgba(255,255,255,0.2);
    border-radius: 5px 5px 0 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.index-banner-pic p {
    position: absolute;
    top: -18px;
    left: 0px;
}
.index-banner-pic p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
}
.index-banner-pic img{
    width: 100%;
    height: auto;
}
.index-banner h1{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #c3fcdf;
}
.index-banner h2{
    color: #c3fcdf;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    margin: 5px 0 25px 0;
    font-weight: normal;
}
.index-banner-btns{
    text-align: center;
}
.index-banner-btns a{
    display: block;
    text-decoration: none;
    font-size: 16px;
   
}
.index-banner-btns .btn01{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #fff;
    background: transparent;
    padding: 12px 0px;
    display: inline-block;
    margin-right: 15px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.index-banner-btns .btn01:active{
    background: #51d751;
    color: #fff;
    border-color: #51d751;
}
.index-banner-btns .btn02{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #019b4c;
    background: #019b4c;
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
}
.index-banner-btns .btn02:active{
    background: #3ea53e;
    border-color: #3ea53e;
}
.index-item01{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.index-item01-line{
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.index-item01-line span{
    display: inline-block;
    padding: 0px 15px;
    background-color: #fff;
    position: relative;
    top: 10px;
    color: #619961;
}
.index-item01 li{
    float: left;
    width: 50%;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    color: #619961;
    font-weight: 100;
}
.index-item01 li.bold{
    font-weight: bold;
}
.index-item02{
    width: 100%;
    padding: 60px 0px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.index-item02-title{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #005c2d;
    margin-bottom: 30px;
}
.index-item02 li{
    width: 100%;
    box-sizing: border-box;
    float: left;
    opacity: 0;
    margin-bottom: 25px;
}
 .index-item02 li.ani{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}

.index-item02-main{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.16), 0 2px 15px 0 rgba(0,0,0,.12);
    background-color: white;
    text-align: center;
    padding-top: 35px;
    
    padding-bottom: 45px;
}
.index-item02-main h2{
    font-size: 25px; 
    color: #005c2d;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.3px;
    margin: 0 0 17px 0;
}
.index-item02-main .p01{
    font-size: 15px;
    color: #787878;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .25px;
    margin: 10px 0;
    height: 34px;
}
.index-item02-main img{
    width: 100%;
    height: auto;
    margin: 20px 0;
    margin-top: 34px;
}
.index-item02-main .p02{
    font-size: 15px;
    color: #787878;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin: 10px 0 25px 0;
}
.index-item02-main a{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #20ad65;
    background: #20ad65;
    padding: 8px 0px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.index-item02-main a:active{
    background: #005c2d;
    border-color: #005c2d;
    color: #fff;
}
.index-item04{
    width: 100%;
    padding: 45px 0;
    background-color: #009146;
    overflow: hidden;
}
.index-item04 h1{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.index-item04 h2{
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    padding-top: 15px;
}

.index-item05{
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    overflow: hidden;
}
.index-item05-pic{
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
}
.index-item05-pic img{
    width: 100%;
    height: auto;
}
.index-item05-desc{
    width: 100%;
    opacity: 0;
}
.index-item05.ani .index-item05-desc{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}
.index-item05-desc h1{
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    color: #383838;
    padding-bottom: 5px;
}
.index-item05-desc h2{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #383838;
    padding-bottom: 5px;
}
.index-item05-desc p{
    font-size: 15px;
    color: #787878;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.index-item05-desc li{
    margin-top: 5px;
      font-size: 15px;
    color: #787878;
    font-weight: 300;
    line-height: 25px;
}
.index-item06{
    width: 100%;
    padding: 60px 0;
    background-color: #f0f0f0;
    overflow: hidden;
}
.index-item06-title{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #005c2d;
    margin-bottom: 3px;
}
.index-item06-left{
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
}
.index-item06.ani .index-item06-left{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}
.index-item06-right{
    width: 100%;
    box-sizing: border-box;
}
.index-item06-right-area{
    width: 100%;
    background: #20ad65;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.16), 0 2px 15px 0 rgba(0,0,0,.12);
}
.index-item06-right-area:active{
    background-color: #18c66e;
}
.index-item06-right-area h1{
    margin: 21px 0;
    font-weight: 400;
    color: #fff;
    font-size: 25.5px;
}
.index-item06-right-area li{
    padding: 0 0 13px 30px;
}
.index-item06-right-area li::before{
    content: "•";
    color: #fff;
    float: left;
    margin-left: -30px;
    margin-top: 2px;
   
}
.index-item06-right-area li p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    
    left: 0px;
    margin-left: -14px; 
}

.index-item06-left h1{
    margin: 21px 0;
    font-weight: 400;
    font-size: 25.5px;
    line-height: 36.5px;
    color: #383838;
}
.index-item06-left p{
    margin-top: 17px;
    margin-bottom: 25.5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #787878;
}
.index-item07{
    width: 100%;
    padding: 60px 0;
    background-color: #20ad65;
    overflow: hidden;
}
.index-item07-title{
    font-size: 24px;
    font-weight: 400;
    color: #005c2d;
    text-align: center;
}
.index-item07-desc{
    margin: 22px 0;
    text-align: center;
    font-weight: 300;
    color: #005c2d;
    font-size: 17px;
    line-height: 24px;
}
.index-item07-btn{
    text-align: center;
    /*margin-top: 17px;*/
}
.index-item07-btn a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #20ad65;
    background: #20ad65;
    padding: 8px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.index-item07-btn a:active{
    background-color: #005c2d;
}
.index-footer{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #201e2c;
    overflow: hidden;
}
.index-footer li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.index-footer li h1{
    font-size: 15px;
    font-weight: 600;
      color: rgba(255,255,255,.8);
   

}
.index-footer li p{
    margin-top: 12px;
    font-size: 15px;
    font-weight: 400;
       color: #c0bcd8;
       width: 100px;
      
}
.index-footer-desc{
    margin-top: 30px;
    color: rgba(255,255,255,.8);
    font-size: 14px;
    font-weight: 400;
}

.index-item03{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: -moz-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    
    background: -webkit-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -o-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: -ms-radial-gradient(center,ellipse cover,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    background: radial-gradient(ellipse at center,#8abe8a 0%,#20ad65 52%,#20ad65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abe8a',endColorstr='#20ad65',GradientType=0 );
    overflow: hidden;
}

.index-item03-title{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.index-item03-content-left{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.index-item03-content-left img{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 6px solid rgba(255,255,255,0.2);
    border-top: 16px solid rgba(255,255,255,0.2);
    border-radius: 5px 5px 0 0;
}
.index-item03-content-right{
    width: 100%;
    box-sizing: border-box;
}
.index-item03-content-left p {
    position: absolute;
    top: -2px;
    left: 9px;
}
.index-item03-content-left p span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
}
.index-item03-btns{
    width: 277px;
    margin: 0 auto;
    margin-top: 20px;
}
.index-item03-btns span{
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 100%;
    cursor: pointer;
    margin-top: 20px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}
.index-item03-btns span:active{
    background-color: #005c2d;
    border-color: #005c2d;
}
.index-item03-btns span.active{
    background-color: #005c2d;
    border-color: #005c2d;
}

.index-item03-content-right h1{
    margin-top: 32px;
    font-size: 24px;
    margin-bottom:20px;
    font-weight: 600;
    line-height: 31px;
    color: #fff;
    text-align: center;
}
.index-item03-content-right p{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.index-item03-content-right a{
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #fff;
    padding:12px 0px;
    font-weight: 600;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.index-item03-content-right a:active{
    background-color: #fff;
    color: #005c2d;
}
.hide{
    display: none;
}
.animate{
    animation: show .3s linear;
    -o-animation: show .3s linear;
    -ms-animation: show .3s linear;
    -moz-animation: show .3s linear;
    -webkit-animation: show .3s linear;
}
    
@keyframes show{
    0%{
        opacity: 0;
        transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
    }
    50%{
        opacity: 1;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}
@-o-keyframes show{
    0%{
        opacity: 0;
        transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
    }
    50%{
        opacity: 1;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}
@-ms-keyframes show{
    0%{
        opacity: 0;
        transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
    }
    50%{
        opacity: 1;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}
@-moz-keyframes show{
    0%{
        opacity: 0;
        transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
    }
    50%{
        opacity: 1;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}
@-webkit-keyframes show{
    0%{
        opacity: 0;
        transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
    }
    50%{
        opacity: 1;
        transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}




.user-banner{
    width: 100%;
    background: url(../img/user-banner.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 60px;
}
.user-banner .new_z_auto_page_header{
    background-color: transparent;
    border-color: transparent;
}
.animate01{
    animation: opaci 1s linear;
    -o-animation: opaci 1s linear;
    -ms-animation: opaci 1s linear;
    -moz-animation: opaci 1s linear;
    -webkit-animation: opaci 1s linear;
}
    
@keyframes opaci{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-o-keyframes show{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-ms-keyframes show{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes show{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes show{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.user-banner-content{
    padding-top: 30px;
}
.user-banner-content h1{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}
.user-banner-content p{
    margin-top: 12px;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.user-item01{
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.user-item01 ul{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.user-item01 li{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px; 
    cursor: pointer;
    opacity: 0; 
    margin-bottom: 20px;
}
.user-item01 li.ani{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.user-item01 li:active{
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.user-item01 li img{
    width: 50px;
    height: 50px;
}
.user-item01 li h2{
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
}
.user-item01 li p{
    font-size: 15px;
    line-height: 23px;
    color: #666;
    margin-bottom: 5px; 
    margin-top: 10px;
}
.user-item01 li span{
    font-size: 15px;
    line-height: 23px;
    color: #20ad65;
    cursor: pointer;
    

}

.user-item01 li span i{
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.user-item02{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 60px 0;
}
.user-item02-left{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    opacity: 0;
}
.user-item02.ani .user-item02-left{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: opacity .7s ease,-webkit-transform .7s ease;
    transition: transform .7s ease,opacity .7s ease;
    transition: transform .7s ease,opacity .7s ease,-webkit-transform .7s ease;
}
.user-item02-left h1{
    font-size: 24px;
    font-weight: 300;
    color: #383838;
    padding-bottom: 18px;
}
.user-item02-left p{
    color: #383838;
    margin: 12px 0;
    font-size: 15px;
    line-height: 26px;
}
.user-item02-left li{
    padding: 0 0 10px 15px;
    overflow: hidden;
    margin-top: 5px;
    
}
.user-item02-left li span{
    font-size: 15px;
    color: #787878;
    line-height: 26px;
}
.user-item02-left li::before {
    content: "•";
    color: #787878;
    float: left;
    margin-left: -15px;
    margin-top: 2px;
}

.user-item02-left-btn{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #20ad65;
    background: #20ad65;
    padding: 12px 0px;
    font-weight: 600;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    box-sizing: border-box;  
    width: 100%;
    text-align: center;
}
.user-item02-left-btn:active{
    background-color: #005c2d;
}

/*.user-item02-right{
    width: 100%;
    background-image: url(../img/user-pic01.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
}*/

.user-item03{
    width: 100%;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}
.user-item03-left{
    width: 100%;
    margin-top: 60px;
}

.user-item03.ani .user-item03-right{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.user-item03.ani .user-item03-left{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.user-item03-left img{
    width: 100%;
    height: auto;
}
.user-item03-right{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
}
.user-item03-right h1{
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: 100;
    line-height: 44px;
    color: #383838;
    /*margin-top: 100px;*/
}
.user-item03-right p{
    font-size: 15px;
    line-height: 30px;
    color: #787878;
    margin-top: 20px;
}

.user-item04{
    width: 100%;
    padding: 60px 0;
    background-color: #20ad65;
}
.user-item04-title{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 32px;
}
.user-item04-desc{
    text-align: center;
}
.user-item04-desc p{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}
.user-item04-main.ani li{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.user-item04-main.ani li:nth-child(1){
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.user-item04-main.ani li:nth-child(2){
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.user-item04-main.ani li:nth-child(3){
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.user-item04-main.ani li:nth-child(4){
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.user-item04-main.ani li:nth-child(5){
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.user-item04-main.ani li:nth-child(6){
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.user-item04-main li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    margin-top: 30px;
}
.user-item04-main li span{
    display: inline-block;
    width: 98px;
    height: 98px;
    background-color: #20ad65;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.24);
    box-shadow: 0 8px 16px rgba(0,0,0,0.24);
    text-align: center;
    line-height: 98px;
    font-size: 48px;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}
.user-item04-main li span:active{
    background-color: #fff;
    color: #20ad65;
}
.user-item04-main li p{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    height: 48px;
}

.user-item05{
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    overflow: hidden;
}
.user-item05.ani .user-item05-left{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}

.user-item05.ani .user-item05-right{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.user-item05-left{
    width: 100%;
    opacity: 0;
}
.user-item05-left img{
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

.user-item05-right{
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    margin-top: 50px;
}
.user-item05-right h2{
    font-size: 22px;
    font-weight: 600;
    color: #005c2d;
}
.user-item05-right h1{
    font-weight: 300;
    font-size: 26px;
    color: #005c2d;
    line-height: 40px;
    margin-bottom: 30px;
}
.user-item05-right p{
    color: #005c2d;
    font-size: 15px;
    line-height: 26px;
}

.user-item05-right-btn{
    margin-top: 40px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #20ad65;
    background: #20ad65;
    padding: 12px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.user-item05-right-btn i{
    margin-left: 10px;
}
.user-item05-right-btn:active{
    background-color: #005c2d;
}
.user-item06{
    width: 100%;
    padding: 60px 0;
    background-color: #20ad65;
    text-align: center;
}
.user-item06 h2{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #c3fcdf;
}
.user-item06 h1{
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 300;
    margin-top: 15px;
}
.user-item06-btn{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #019b4c;
    background: #019b4c;
    padding: 13px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-top: 20px;
    margin-bottom: 10px;
    
    width: 200px;

}
.user-item06-btn:active{
    background-color: #005c2d;
    border-color: #005c2d;
}
.user-item06 p{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}


.user-item07{
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
    padding-bottom: 20px;
}
.user-item07-content{
    width: 100%;
    margin-bottom: 30px;
}
.user-item07-content div img{
	
	height: 42px;
	width: 42px;
	margin-left: 12px;
	}
.user-item07-content span{
    font-size: 14px;
    color: #20ad65;
  
 
    left: 0px;
    text-align: left;
    
    padding-top: 12px;
    
   
    
 
    width: 70%;
   
}

.company-banner{
    width: 100%;
    background-color: #20ad65;
    position: relative;
}
.company-banner .new_z_auto_page_header{
    background-color: transparent;
    border-color: transparent;
}
.company-banner-right{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.company-banner-right img{
    width: 100%;
    height: auto;
}
.company-banner-left{
    width: 100%;
    padding-top: 30px;
}


@-webkit-keyframes anim_ttb {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_ttb {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_ttb {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_ttb {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.company-banner-left h1{
    font-size: 28px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    
    animation: anim_ttb 1s;
    -moz-animation: anim_ttb 1s;
    -webkit-animation: anim_ttb 1s;
    -o-animation: anim_ttb 1s;
    opacity: 1;
}
.company-banner-left p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-bottom: 13px;
    text-align: center;
    
    opacity: 0;
    animation: anim_ttb 1.5s;
    -moz-animation: anim_ttb 1.5s;
    -webkit-animation: anim_ttb 1.5s;
    -o-animation: anim_ttb 1.5s;
    opacity: 1;


    
}

.company-banner-left-btn{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #019b4c;
    background: #019b4c;
    padding: 12px 0px;
    display: inline-block;
    margin-top: 24px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    
    opacity: 0;
    animation: anim_ttb 2s;
    -moz-animation: anim_ttb 2s;
    -webkit-animation: anim_ttb 2s;
    -o-animation: anim_ttb 2s;
    opacity: 1;
}
.company-banner-left-btn:active{
    background: #3ea53e;
    border-color: #3ea53e;
}


.company-item01{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding-top: 60px;
}
.company-item01.ani h1,
.company-item01.ani p,
.company-item01.ani .pic{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.company-item01.ani p{
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.company-item01.ani .pic{
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.company-item01 .pic{
    border: 6px solid #f2f2f2;
    border-top: 16px solid #f2f2f2;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    margin-top: 60px;
}
.company-item01 .pic span {
    display: block;
    position: absolute;
    top: -18px;
    left: 0px;
}
.company-item01 .pic span i{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
}
.company-item01 h1{
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
    color: #383838;
    opacity: 0;
}
.company-item01 p{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #787878;
    opacity: 0;
    margin-top: 20px;
}
.company-item01 img{
    width: 100%;
    height: auto;
}
.company-item02{
    width: 100%;
    background-color: #f8f9fb;
    padding: 60px 0;
}
.company-item02 li{
    width: 100%;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    margin-top: 30px;
}
.company-item02.ani li{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
    
    
    margin-bottom:50px;
  
}

.company-item02 li:last-child{
    margin-right: 0px;
}
.company-item02 li .icon{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height:45px;
    background-color: #20ad65;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    display: inline-block;
}
.company-item02 li .desc{
    display: inline-block;
}
.company-item02 li .desc h3{
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    margin-top: 17px;
}
.company-item02 li .desc p{
    color: #787878;
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
}
.company-item03{
    width: 100%;
    padding: 60px 0;
    background: url(../img/company-pic03.jpg) no-repeat;
    background-size: cover;
    min-height: 543px;
}
.company-item03 h1{
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    text-align: center;
}
.company-item03.ani ul{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
    transition: opacity .8s ease,-webkit-transform .8s ease;
    transition: transform .8s ease,opacity .8s ease;
    transition: transform .8s ease,opacity .8s ease,-webkit-transform .8s ease;
}
.company-item03 ul{
    width: 100%;
    opacity: 0;
}
.company-item03 li{
    margin-bottom: 30px;
}
.company-item03 li h3{
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.company-item03 li p{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
     font-weight: 300;

}

.price-banner .index-header{
    background-color: transparent;
    border-color: transparent;
}
.price-banner{
    width: 100%;
    padding-bottom: 110px;
    background-color: #20ad65;
    position: relative;
    z-index: 1;
}


.price-banner-main h1{
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    margin-top: 60px;
}
.price-banner-main h2{
    margin-bottom: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
}
.price-banner-btn{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #019b4c;
    background: #019b4c;
    padding: 12px 40px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}
.price-banner-btn:active{
    background: #3ea53e;
    border-color: #3ea53e;
}

.price-item01{
    width: 100%;
    background-color: #f5f5f5;
    position: relative;
    z-index: 100;
    padding-top: 60px;

    padding-bottom: 60px;
}
/*.price-item01-main{
    position: relative;
    top: -150px;
}*/
.price-item01-top{
    text-align: center;
    margin-bottom: 50px;
}
.price-item01-top h1{
    font-size: 24px;
    color: #383838;
    font-weight: 500;
    margin-bottom: 10px;
}
.price-item01-top p{
   color: #787878;
    font-size: 15px;
    line-height: 25px;
}

.price-item01-content li{
    width: 100%;
    box-sizing: border-box;
    /*padding: 0 20px;*/
    margin-bottom: 50px;
    

    
  
}
.price-item01-content li.li-bigger{
    position: relative;
    top: -40px;
    /*transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);     
    -moz-transform: scale3d(1.1,1.1,1.1);    
    -webkit-transform: scale3d(1.1,1.1,1.1); 
    -o-transform: scale3d(1.1,1.1,1.1);*/ 
}
.price-item01-content li.li-bigger .li-content{
    padding: 40px 5px;
}
.price-item01-content li .li-content{
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-radius: 8px;
}
.price-item01-content li .li-content:active{
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.2);
    background-color: #fff;
}
.price-item01-content .li-content .top{
    padding: 20px;
    border-bottom: 1px solid #e2e7eb;
}
.price-item01-content .li-content .top h2{
    font-size: 30px;
    font-weight: 400;
    color: #252c38;
    margin-bottom: 0px;
 
    
   margin-top: 30px;
}
.price-item01-content .li-content .top h1{
    font-size: 52px;
    font-weight: 300;
    color: #20ad65;
    margin: 5px 0;
    
   
      
      margin-top: 0px;
}
.price-item01-content .li-content .top span{
    font-size: 16px;
    font-weight: 400;
    color: #212835;
    
}
.price-item01-content .li-content .top p{
    font-size: 15px;
    font-weight: 400;
    color: #85939d;
    margin-top: 10px;
    line-height: 24px;
    
    
}
.price-item01-content .li-content .main{
    padding: 20px;
}
.price-item01-content .li-content .main-row{
    overflow: hidden;
}
.price-item01-content .li-content .main-row span{
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #20ad65;
    margin-top: 9px;
}
.price-item01-content .li-content .main-row p{
    margin-left: 25px;
    color: #212835;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.price-item01-content .li-content .no-icon span{
    background-color: #d0d8de;
}
.price-item01-content .li-content .no-icon p{
    color: #d0d8de;
}
.price-item01-btn{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #20ad65;
    background: #20ad65;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 40px;
    box-sizing: border-box;
    
    margin-bottom: 40px;
}
.price-item01-btn:active{
    background-color: #005c2d;
    border-color: #005c2d;
}


.price-item02{
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 60px;
}
/*.price-item02-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f5f5f5;
    height: 1000px;
}*/
.price-item02-main{
    /*position: absolute;
    left: 0;
    top: 0;*/
    width: 100%;
    z-index: 300;
    background: none;
    overflow: hidden;
}
.price-item02-main-top{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.price-item02-main-top h1{
    font-size: 24px;
    color: #383838;
    font-weight: 500;
    margin-bottom: 10px;

}
.price-item02-main-top p{
    color: #787878;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.price-item02-row01{
    padding-left: 20px;
}
.price-item02-content{
    float: left;
    padding: 15px;
    border: 1px solid rgba(245,247,248,.7);
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    margin: 10px 0px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    opacity: 0;
}
.price-item02-content:active{
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.2);
}
.price-item02-content .icon{
    position: absolute;
    top: 50%;
    left: -22px;
    width: 60px;
    height: 60px;
    margin-top: -32.5px;
    background-color: #20ad65;
    border: 4px solid rgba(133,147,157,.1);
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 40px;

    
}
.price-item02-content .desc{
    margin-left: 50px;
}
.price-item02-content h2{
    font-size: 15px;
    font-weight: 600;
    color: #383838;
    margin-bottom:3px;
}
.price-item02-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #787878;
}



.anim-bottom {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.price-item02-row01.ani .price-item02-content{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.price-item02-row02.ani .price-item02-content{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
}
.price-item02-row01.ani .price-item02-content:nth-child(1){
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.price-item02-row01.ani .price-item02-content:nth-child(2){
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.price-item02-row01.ani .price-item02-content:nth-child(3){
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.price-item02-row01.ani .price-item02-content:nth-child(4){
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.price-item02-row01.ani .price-item02-content:nth-child(5){
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.price-item02-row01.ani .price-item02-content:nth-child(6){
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.anim-left {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
}
.anim-right {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}




.company-anim{
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
}

.company-anim-left-top{
    text-align: center;
}
.company-anim-right{
    width: 100%;
}
.company-anim-left-top h1{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #4d4d4d;
}
.company-anim-left-top p{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #20ad65;
    background: #20ad65;
    padding: 8px 40px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; 
}
.company-anim-left-top p:active {
    background-color: #005c2d;
}
.company-anim-left-main{
    margin-top: 60px;
}
.company-anim-left-main h1{
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    color: #4d4d4d;
}
.company-anim-left-main li{
    overflow: hidden;
    margin-top: 12px;
}
.company-anim-left-main li span{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #20ad65;
    margin-top:6px;
    
    border-radius: 100%;
    height: 10px;
    width: 10px;
    margin-left: 1px;
}
.company-anim-left-main li p{
    margin-left: 17px;
     color: #787878;
    font-size: 15px;
    line-height: 25px;
}






