
.daili{
    padding: 50px 0;
}
.daili-box{
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}
.daili-item{
    display: inline-block;
    vertical-align: top;
    width: 310px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 20px 12px;
}
.daili-item:nth-child(4n+4){
    margin-right: 0;
}
.daili-item h3{
    font-size: 22px;
    color: #da1c0c;
    font-weight: normal;
    line-height: 30px;
}
.daili-item p{
    font-size: 15px;
    color: #0b0b0b;
    line-height: 25px;
    margin-top: 10px;
}

.problem{
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center;
}
.problem-list{
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
}
.problem-item{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 540px;
    margin: 0 30px 25px;
}
.problem-item:hover .problem-tit strong{
    color: #3dbc79;
}
.problem-tit span{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #3dbc79;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.problem-tit strong{
    display: inline-block;
    vertical-align: top;
    width: 503px;
    font-size: 20px;
    color: #3dbc79;
    line-height: 32px;
    padding-left: 5px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.problem-text{
    font-size: 14px;
    line-height: 24px;
    color: #555;
    padding-left: 42px;
    margin-top: 15px;
}
.problem-more{
    display: inline-block;
    width: 236px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #3dbc79;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 20px;
}
.problem-more:hover{
    background-color: #3dbc79;
}


.jianzhu{
    padding: 60px 0;
}
.jianzhu-box{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.jianzhu-item{
    display: inline-block;
    vertical-align: top;
    width: 289px;
    height: 265px;
    margin: 18px;
    background-color: #f9f9f9;
    padding: 30px 20px 20px;
}
.jianzhu-icon{
    display: inline-block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}
.jianzhu-item h3{
    font-size: 22px;
    color: #111111;
    line-height: 24px;
    height: 48px;
    font-weight: normal;
}
.jianzhu-item a{
    font-size: 14px;
    color: #d92d17;
    width: 126px;
    height: 40px;
    border: 1px solid #d92d17;
    line-height: 38px;
    display: inline-block;
    margin-top: 15px;
}
.jianzhu-item a:hover{
    color: #fff;
    background-color: #d92d17;
}


/* case*/
.case{
    padding: 60px 0;
}
.case-box{
    margin-top: 40px;
}
.case-list{
    width: 100%;
    padding-top: 10px !important;
}
.case-list li{
    width: auto;
    height: 320px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.case-list li:hover{
    transform: translateY(-8px);
}
.case-item{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.case-img{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}
.case-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
/* end case*/

.main-case-list{
    margin-top: 40px;
    margin-bottom: 30px;
}
.main-case-list ul{
    width: 100%;
}
.main-case-list ul li{
    width: 302.5px;
    height: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 10px;
    float: left;
    border: 2px solid #fff;
    /* border-radius: 3px; */
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.main-case-list ul li:nth-child(4n+4){
    margin-right: 0;
}
.main-case-list ul li:hover{
    transform: translateY(-8px);
    border: 2px solid #3dbc79;
}
.main-case-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.main-case-list ul li a:hover .case-list-box{
    transform: translateY(0);
}
.main-case-img{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
}
.main-case-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
.case-list-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background-color: rgba(20, 20, 20, 0.68);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case-list-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.case-list-title h3{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.case-list-title b{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
/* .case-list-title span{
    display: block;
    width: 22px;
    height: 28px;
    margin: 0 auto;
    margin-top: 36px;
    background-image: url(../icon/addr-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.case-list-title p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}


.clr {
    clear: both
}

.info-menu {
    width: 100%;
    background-color: #f5f5f5;
    height: 50px;
}

.info-menu-box {
    width: 1300px;
    margin: 0 auto;
}

.crumbNav {
    float: left;
}

.crumbNav a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}

.crumbNav a:hover {
    color: #3dbc79;
}

.menu-tabs {
    float: right;
}

.menu-tabs ul li {
    display: inline-block;
}

.menu-tabs ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    border-radius: 3px;
}

.menu-tabs ul li a:hover {
    color: #fff;
    background-color: #3dbc79;
}

.menu-tabs ul .on a {
    color: #fff;
    background-color: #3dbc79;
}


.content-box {
    width: 100%;
    padding: 40px 0;
    background-color: #f7f7f7;
}

.page-list {
    width: 100%;
    text-align: center;
}

.page-list ul {
    display: inline-block;
}

.page-list ul li {
    display: inline-block;
    margin: 2px;
}

.page-list ul .active a {
    background-color: #3dbc79;
    color: #fff;
}

.page-list ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}

.page-list ul li a:hover {
    background-color: #e3e3e3;
}

.page-list ul .active a:hover {
    background-color: #3dbc79;
    color: #fff;
}


.news-list{
    width: 1000px;
    margin: 50px auto 20px;
}
.news-item{
    width: 100%; 
    margin-bottom: 30px; background-color:#fcfcfc;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; 
 
}
.news-item:hover{ background-color:#f1f1f1;}
.news-item:nth-child(4n+4){
    margin-right: 0;
} 
.news-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-image{
    width:336px; float:left;
    height: 200px;
    overflow: hidden;
 
   
}
.news-image img{
    width: 100%;
    height: 100%; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; 
}
.news-item  a:hover img{transform: scale(1.1);}
.news-txt{ width:660px; float:left; padding:10px 20px; color:#999 }
.news-txt p{ line-height:25px;}
.news-txt b{  padding:10 0px; line-height:33px; color:#3DBC79; font-family:Impact; font-size:18px}
.news-tit{
    width: 100%;
}
.news-tit h3{
    font-size:20px;
    line-height: 34px;
    color: #333;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-tit b{
    font-size:22px;
    line-height: 24px;
    color:#3DBC79;
    font-weight: normal;
    display: block;
    margin: 2px 0 6px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}




.news-details {
    width: 100%;
}

.news-details-tit {
    text-align: center;
    margin-bottom: 30px;
}

.news-details-tit h3 {
    font-size: 30px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.news-details-tit p span {
    display: inline-block !important;
}

.news-details-txt {
    padding: 30px 40px 40px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    width: 1000px;
    margin: auto;
    text-align: justify;
}

.news-details-txt video {
    width: 100% !important;
    height: 450px !important;
}

.news-details-txt img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.news-title{
    width: 100%;
    position: relative; height:44px;
  
    margin-bottom: 10px;
}
.news-title h3{
    font-size: 20px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-title h4{
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: normal;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-title b{
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    font-weight: normal; 
}
  
.page-lr {
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
}

.page-l,
.page-r {
    display: block;
    width:400px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    padding: 0 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #fff;
}

.page-l {
    float: left;
}

.page-r {
    float: right;
}

.page-lr strong {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    width: 22%;
    float: left;
}

.page-lr a {
    width: 78%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 38px;
    color: #0d0d0d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page-l:hover,
.page-r:hover {
    color: #fff;
    background-color: #3dbc79;
    border: 1px solid #3dbc79;
}

.page-l:hover strong,
.page-r:hover strong {
    color: #fff;
}

.page-l:hover a,
.page-r:hover a {
    color: #fff;
}


/* culture*/
.culture{
    padding: 60px 0;
}
.culture-box{
    width: 1300px;
    margin: 40px auto;
}
.culture-item{
    padding: 20px 0;
}
.culture-text{
    width: 46%;
    float: left;
    padding-top: 50px;
}
.culture-text>span{
    width: 48px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.culture-item:nth-child(1) .culture-text>span{
    background-image: url(../icon/qywh-icon1.png);
}
.culture-item:nth-child(2) .culture-text>span{
    background-image: url(../icon/qywh-icon2.png);
}
.culture-item:nth-child(3) .culture-text>span{
    background-image: url(../icon/qywh-icon3.png);
}
.culture-item:nth-child(4) .culture-text>span{
    background-image: url(../icon/qywh-icon4.png);
}
.culture-text b{
    background-color: #3dbc79;
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 20px;
}
.culture-text strong{
    font-size: 24px;
    color: #3dbc79;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px;
}
.culture-text div{
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    color: #555555;
}
.culture-img{
    width: 46%;
    float: right;
}
.culture-img img{
    width: 100%;
    border-radius: 15px;
}

.culture-item:nth-child(2n+2) .culture-img{
    float: left;
}
.culture-item:nth-child(2n+2) .culture-text{
    float: right;
}

/* culture end */


/* about */
.main-about{
    padding: 40px 0;
 
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.about-box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}
.about-left{
    float: left;
    width: 44%;
}
.about-image{
    width: 100%;
}
.about-image img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.about-right{
    float: right;
    width: 50%;
}
.about-title h3{
    font-size: 30px;
    color: #2f2f2f;
    font-weight: normal;
    line-height: 30px;
    padding-top: 10px;
}
.about-title p{
    font-size: 14px;
    color: #9f9f9f;
    font-weight: lighter;
    line-height: 24px;
    padding-top: 10px;
}
.about-title i{ width:70px; height:2px; background-color:#3dbc79; display:block; margin-top:20px;}
.about-txt{
    color: #2f2f2f;
    font-size: 15px;
    line-height: 30px; text-align:justify;
    margin-top: 20px;
}
.about-txt p{
    margin-bottom: 10px;
}
/* about end */


/* contact*/
.contact{
    padding: 60px 0;
    width: 1300px;
    margin: 0px auto;
}
.cont-list{
    margin-top: 40px;
}
.cont-list ul{
    display: table;
}
.cont-list ul li{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 410px;
    height: 180px;
    margin-right: 35px;
    border: 1px solid #eeeeee;
    padding: 30px;
    transition: all 0.35s ease;
}
.cont-list ul li:hover{
    transform: translateY(-5px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.cont-list ul li:last-child{
    margin-right: 0;
}
.cont-list ul li span{
    width: 100px;
    height: 100px;
    text-align: center;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}
.cont-list ul li span img{
    width: 100%;
    opacity: 0.1;
}
.cont-list ul li h3{
    font-size: 20px;
    color: #0b0b0b;
    font-weight: normal;
}
.cont-list ul li strong{
    font-size: 16px;
    color: #0b0b0b;
    font-weight: normal;
    display: block;
}
.cont-list ul li:nth-child(1) p{
    width: 68%;
    font-size: 16px;
    color: #0b0b0b;
    line-height: 24px;
    padding-top: 16px;
}
.cont-list ul li:nth-child(2) p{
    font-size: 26px; 
    line-height: 30px;
    color: #3dbc79;
    padding-top: 16px;
}
.contact-qrcode{
    height: 140px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.contact-qrcode img{
    height: 100%;
}

.map-box{
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

.advice-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
/* contact end */





.job-bg{
    padding-bottom: 240px;
    background-image: url(../images/job-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 240px;
}
.zhaopin-box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.jo_dd {
    margin-top: 10px;
}

.jo_dd li {
    margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #3dbc79;
    border: 0;
}

.jo_dd li.on .johd span {
    color: #fff;
}

.jo_dd li.on .johd b {
    background-image: url(../icon/reduce.png);
}

.johd {
    position: relative;
    padding: 0 20px;
    height: 54px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 54px;
    cursor: pointer;
}

.johd span {
    display: block;
    width: 100%;
    /* vertical-align: top; */
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.johd b {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    margin-top: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-image: url(../icon/plus.png);
    background-size: 100% 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.johd b img {
    width: 100%;
    height: 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.jobd {
    display: none;
}

.jobd-on {
    display: block;
}

.jobd>div {
    padding: 20px 20px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.jobd p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.recruitment {
    width: 400px;
    float: right;
    padding-top: 30px;
    border-radius: 50%;
    /* background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    position: relative;
}

.recruitment-img {
    width: 100%;
}

.recruitment-img img {
    width: 100%;
}

.recruitment-txt {
    text-align: center;
}

.recruitment-txt p {
    line-height: 30px;
    color: #333;
    font-size: 20px;
}

/* .recruitment::before{
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #3dbc79;
    position: absolute;
    top: -2px;
    left: -8px;
    z-index: -1;
} */








.info-box {
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 40px;
}

.info-box h3 {
    font-size: 30px;
    color: #3dbc79;

}

.info-text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 32px;
}

.info-text li {
    height: auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}

.info-tit {
    width: 100%;
    background-color: #f1f1f1;
    text-align: left;
    margin-bottom: 20px;
}

.info-tit h5 {
    display: inline-block;
    padding: 2px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    background-color: #3dbc79;
}

.info-img {
    display: block;
    float: left;
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.info-img img {
    min-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}

.info-text ul {
    margin-bottom: 20px;
    font-size: 0px;
}

.info-text li span {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    display: block;
    float: left;
    width: 450px;
    border: 1px dotted #e1e1e1;
    padding: 12px;
    border-radius: 10px;
}

.info-text li span strong {
    display: block;
    color: #3dbc79;
    font-size: 16px;
    padding-bottom: 2px;
}

.info-image {
    width: 100%;
    padding-bottom: 30px;
}

.info-image img {
    width: 100%;
}


.development-box {
    width: 100%;
    margin: 60px 0;
}




.join-show-img {
    height: 218px;
}


.product-details {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.product-left-img {
    width: 36%;
    float: left;
}

.product-left-img img {
    width: 100%;
}

.product-right {
    float: right;
    width: 60%;
}

.vip-box {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.join-box {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 50%;
    float: left;
    padding-top: 40px;
}

.join-img {
    width: 40%;
    float: right;
}

.join-img img {
    width: 100%;
}




.service-list{
    width: 100%;
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
}
.service-txt{
    width: 55%;
    text-align: left;
    float: left;
    padding: 10px 60px 30px 0;
}
.service-txt strong{
    display: block;
    font-size: 20px;
    color: #3dbc79;
    line-height: 30px;
    margin-bottom: 16px;
}
.service-txt p{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.service-img{
    width: 45%;
    float: right;
}
.service-img img{
    width: 100%;
    border-radius: 30px;
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
    padding: 10px 0 30px 60px;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}

.o-banner {
    width: 100%;
    height: 400px;
    background-image: url(../images/inbanner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #333;
    padding-top:220px;
}
.obanner-box{
    width: 1300px;
    margin: 0 auto;
}

.o-banner strong {
    font-size:27px;
    /* font-weight: bold; */
    display: block;
    letter-spacing: 2px; 
}

.o-banner b {
    display: block;
    height: 2px;
    width: 80px;
    background-color: #333;
    margin-bottom: 20px;
}

.o-banner span {
    display: block;
    font-size: 48px;
    margin-top: 10px;font-family:'Impact'; 
}

.yiyuan_menu{ text-align:center; }
.yiyuan_menu ul{ padding:20px; padding-bottom:0px;}
.yiyuan_menu li{display:inline-block; margin:20px;}
.yiyuan_menu li a{ display:inline-block; padding:10px 20px; font-size:18px; color:#999; background-color:#efefef; border-radius:5px; }
.yiyuan_menu  .on a{ background-color:#3dbc79; color:#fff}

.xianlu{ font-size:16px; background-color:#3dbc79; color:#fff; text-align:center; width:100px; height:33px; line-height:33px; display:block; float:right; border-radius:5px;}
.xianlu:hover{ background-color:#95c66c;}

.xxjs_box{ padding-bottom:30px; font-size:16px; width:1300px; margin:auto; line-height:30px; text-align:justify;}
.xxjs_box img{ margin-bottom:20px;}
.xxjs_box p{ margin-bottom:10px;}

.chuangwei li{ float:left; width:200px; border-right:1px #efefef solid; padding-left:50px}
.chuangwei li:nth-child(1){ padding-left:0px; width:180px;}
.chuangwei li:nth-child(3){ border:0px;}
.chuangwei li strong{  font-family:'Impact'; font-size:44px; color:#3dbc79; display:inline-block; text-align:left; }
.chuangwei li p{ font-size:16px}
.chuangwei li span{ position:absolute; margin-top:0px;color:#3dbc79; font-weight:bold; font-size:24px; margin-left:5px;}

.history_kk{ padding:60px 0; background-color:#fafafa; padding-bottom:100px;}
.history_list{ padding-top:50px; width:1300px; margin:auto;}
 
.history_list ul{ position:relative; z-index:1;  }
.history_list ul  li{ width:325px; float:left;   } 
.history_list ul  li span{  display:block;font-size:21px; text-align:center;}
.history_list ul  li strong{ color:#999999; font-size:16px; font-weight:lighter; color:#fff; background-color:#3dbc79; width:90%; line-height:35px; margin:auto; border-radius:25px; display:block; text-align:center;}
.history_list ul  li i{ width:35px; height:35px; background-color:#3dbc79; border:10px #fff solid; display:block; border-radius:20px; margin:50px auto;}

.LeftHandle,.RightHandle{ width:30px; height:55px; background-color:#ececec; position:absolute; cursor:pointer; margin-top:65px; z-index:2; background-repeat:no-repeat; background-position:center; background-size:20px;}
.LeftHandle{ margin-left:-50px;background-image:url(../icon/sjj.png) }
.RightHandle{ margin-left:1320px; background-image:url(../icon/sjjh.png) }
.LeftHandle:hover{ background-color:#3dbc79;}
.RightHandle:hover{ background-color:#3dbc79;}
.mid_line{ height:5px; background-color:#fff; position:absolute; width:100%; margin-top:-105px; z-index:0; }


.contact_bg{ background-image:url(../images/contactbg.jpg); height:700px; width:100%; padding-top:50px;}
.contact_bg ul{ width:485px; margin:auto; background-color:#fff; height:560px; border-radius:10px;  padding:0 50px;padding-top:50px;}