/*   banner*/
.bannerSth {
    background-image: url('http://oojc6fh7q.bkt.clouddn.com/service-banner.png');
    background-size: cover;
    height: 553px;
}
#banner {
    position: relative;
}

.banner-content .title {
    position: absolute;
    left: 48px;
    top: 168px;
    font-size: 48px;
    color: #FFFFFF;
}
.banner-content .subtitle {
    position: absolute;
    left: 48px;
    top: 294px;
    font-size: 32px;
    color: #FFFFFF;
}
.lg1 {
    position: absolute;
    left: 907px;
    top: 365px;
    width: 130px;
    height: 130px;
}
.lg2 {
    position: absolute;
    left: 887px;
    top: 191px;
    width: 130px;
    height: 130px;
}
.lg3 {
    position: absolute;
    left: 773px;
    top: 71px;
    width: 130px;
    height: 130px;
}
.lg4 {
    position: absolute;
    left: 607px;
    top: 0;
    width: 130px;
    height: 130px;
}
.lg5 {
    position: absolute;
    left: 419px;
    top: 41px;
    width: 130px;
    height: 130px;
}

/*   banner------------------------------------------------end*/

/*   tab*/
.tab {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.tab .tablist {
    width: 980px;
    height: 60px;
    margin: 0 auto;
}

.tablist li {
    cursor: pointer;
}
.tablist li .hoverStatus {
    position: absolute;
    bottom: -5px;
    left: 30px;
    width: calc(980px / 7 - 60px);
    width: -webkit-calc(980px / 7 - 60px);
    width: -moz-calc(980px / 7 - 60px);
    height: 5px;
    background: #8BD139;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tablist li .up {
    bottom: 0;
}
.tablist  .selected {
    color: #8CD039;
}
.tablist li {
    float: left;
    width: calc(980px / 7 );
    width: -webkit-calc(980px / 7 );
    width: -moz-calc(980px / 7 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    position: relative;
    overflow: hidden;
}
.tabContent {
    display: block;
}

/*   tab------------------------------------------------end*/

.fullWidthContent {
    width: 100vw;
}
.centerContent {
    margin: 0 auto;
    width: 1200px;
}

/*   section_title*/
.section_title {
    padding: 40px 224px;
}
.section_title .leftLine {
    width: 224px;
    border: 1px solid #8BD039;
}
.section_title .rightLine {
    width: 224px;
    border: 1px solid #8BD039;
}
.header_title {
    margin-bottom: 12px;
}
.title_content {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    width: 284px;
    text-align: center;
}
.dot {
    margin: 2px;
}
.subject_title {
    font-size: 20px;
    color: #999999;
}
/*   section_title------------------------------------------------end*/

.culture_topic {

}
.topices {
    margin-bottom: 158px;
}
.topic {float: left}
.topic:nth-child(even) {
    margin-left: 40px;
}
.topic:nth-child(odd) {
    margin-right: 40px;
}
.topic_text {overflow: hidden}
.topic_text .title {
    font-size: 30px;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 24px;
    text-align: center;
}
.topic_text .subtitle {
    font-size: 20px;
    color: #666666;
    margin-bottom: 56px;
    text-align: center;
}
.article_main {
    font-size: 22px;
    color: #666666;
    margin-top: 40px;
    margin-bottom: 74px;
}


/*   intro-plateform*/
.intro-adva {
    margin: 42px 0 80px;
}
.plate-intro .left{
    float: left;
    width: 604px;
}
.plate-intro .left .title {
    margin-left: 50px;
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #8AD228;
}
.plate-intro .left .subtitle {
    margin-top: 10px;
    margin-left: 50px;
    font-size: 20px;
    color: #666666;
}
.plate-intro .right{
    margin-left: 800px;
}
.plate-adva {
    margin-top: 64px;
}

.plate-adva .left{
    float: left;
    width: 600px;
}
.plate-adva .left img {
    margin-left: 170px;
}

.plate-adva .right{
    padding-top: 25px;
    margin-left: 670px;
}
.plate-adva .right .title {
    font-weight: bold;
    font-size: 30px;
    color: #8AD228;
}
.plate-adva .right .subtitle {
    margin-top: 32px;
    font-size: 20px;
    color: #666666;
}
.plate-adva .right .subtitle li {
    margin-bottom: 10px;
}
.plate-adva .right .subtitle .text {
    display: inline-block;
    padding-left: 18px;
}
/*   intro-plateform------------------------------------------------end*/

/*   sences*/
.sences {overflow: hidden}
.sences .sences-text {margin: 60px auto 40px}
.sences-text .title {font-size: 30px;font-weight: bold;color: #8AD228;text-align: center}
.sences-text .icons {padding: 40px 314px}

/*carousel*/
.sences-img {
    width: 100vw;
    position: relative;
}
.carousel {
    position: relative;
    width: 900px;
    height: 412px;
    left: 154px;
    margin-bottom: 66px;
    top: 30px;
    overflow: hidden;
}

.carousel .img-ct {
    position: absolute;
    width: 3600px;
    height: 412px;
    border-radius: 6px;
}

.carousel .img-ct:after {
    content: '';
    display: block;
    clear: both;
}

.carousel .img-ct>li {
    float: left;
}
.carousel .img-ct img {
    width: 900px;
    height: 412px;
}
.sences-img .btn {
    position: absolute;
    top: 406px;
    display: block;
    width: 23px;
    height: 65px;
}

.sences-img .btn-pre {
    left: 42px;
    cursor: pointer;
}
.sences-img .btn-next {
    left: 1126px;
    cursor: pointer;
}

.sences-img .bullet-ct {
    position: relative;
    left: 314px;
}

.sences-img .bullet {
    display: inline-block;
}

.sences-img .bullet:after {
    content: '';
    display: block;
    clear: both;
}

.sences-img .bullet>li {
    display: inline-block;
    margin-right: 64px;
    margin-bottom: 40px;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
    cursor: pointer;
}
.sences-img .bullet>li:nth-child(4) {
    margin-right: 32px;
}
.sences-img .bullet>li span {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.sences-img .bullet .active {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sences-img .bullet .active span{
    color: #8BD03A;
}
.sences-img .bullet li img {
    display: block;
    width: 100%;
}
/*   sences------------------------------------------------end*/


/*   module*/
.module {overflow: hidden}
.module .module-text {margin: 60px auto 72px}
.module-text .title {font-size: 30px;font-weight: bold;color: #8AD228;text-align: center}
.module-text .icons {padding: 40px 314px}

/*carousel*/
.module-img {
    width: 1200px;
    position: relative;
}
.module-img .carousel {
    position: relative;
    width: 523px;
    height: 572px;
    left: 338px;
    margin-bottom: 66px;
    overflow: hidden;
}
.module-img .carousel .img-ct {
    position: absolute;
    width: 2092px;
    height: 572px;
    border-radius: 6px;
}

.module-img .carousel .img-ct:after {
    content: '';
    display: block;
    clear: both;
}

.module-img .carousel .img-ct>li {
    float: left;
}
.module-img .carousel .img-ct img {
    width: 523px;
    height: 572px;
}
.module-img .btn {
    position: absolute;
    top: 316px;
    display: block;
    width: 23px;
    height: 65px;
}
.module-img .btn-pre {
    left: 42px;
}
.module-img .btn-next {
    left: 1126px;
}
.module-img .bullet-ct {
    position: relative;
    margin-bottom: 42px;
}
.module-img .bullet {
    display: inline-block;
    margin-left: 210px;
}

.module-img .bullet:after {
    content: '';
    display: block;
    clear: both;
}
.module-img .bullet>li span {text-align: center}
.module-img .bullet>li {
    display: inline-block;
    padding-bottom: 10px;
    width: 80px;
    margin: 0 55px;
    font-size: 18px;
    color: #333333;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.module-img .bullet>li:nth-child(1) {
    margin-left: 60px;
}
.module-img .bullet>li:nth-child(4) {
    margin-right: 60px;
}

.module-img .bullet>li .onhover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #8BD139;
}
.module-img .bullet li:hover {
    color: #8AD228;
}
.module-img .bullet li:hover .onhover{
    height: 2px;
}

.module-img .bullet .active span{
    color: #8BD03A;
}
/*   module------------------------------------------------end*/

/*   hardware*/
.hardware {overflow: hidden}
.hardware-title {font-size: 30px;font-weight: bold;text-align: center;margin-bottom: 90px;margin-top: 60px;color: #8AD228}
.hardware-content {padding-left: 48px}
/*   hardware------------------------------------------------end*/

/*   case*/
.case {
    overflow: hidden;
    padding: 100px 0;
}
.case .title{
    font-size: 30px;
    font-weight: bold;
    color: #8AD228;
    margin-bottom: 90px;
    text-align: center
}
.case .case-content {}
.case .case-content ul li{ display: inline-block}
.case .case-content li:first-child{
    width: 464px;height: 630px;margin-left: 86px;margin-right: 43px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow: 0 0 7px #ffffff;
    -moz-box-shadow: 0 0 7px #ffffff;
    box-shadow: 0 0 7px #ffffff;
    border: 1px solid #8AD228;
}
.case .case-content li:last-child{
    width: 464px;height: 630px;margin-left: 43px;margin-right: 86px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow: 0 0 7px #ffffff;
    -moz-box-shadow: 0 0 7px #ffffff;
    box-shadow: 0 0 7px #ffffff;
    border: 1px solid #8AD228;
}
.case .case-content img {display: block}
.case .case-content p {text-align: center;margin-top: 30px;width: 100%;font-weight: bold;font-size: 22px;color: #333333}
/*   case------------------------------------------------end*/

/*   purchase*/
.purchase {overflow: hidden}
.purchase .title {font-size: 30px;font-weight: bold;color: #8AD228;margin-top: 60px;margin-bottom: 110px;text-align: center}
.purchase ul {display: block}
.purchase ul li {display: inline-block;}
.purchase .purchase-img li:first-child{
    /*display: inline-block;*/
    margin-left: 336px;
    margin-right: 117px;
}
.purchase .purchase-img li:last-child{
    margin-left: 117px;
    margin-right: 336px;
}
.purchase-subtitle {margin-top: 18px}
.purchase-subtitle li p {font-size: 20px;color: #333333}
.purchase-subtitle li:first-child {
    margin-left: 370px;
    margin-right: 149px;
}
.purchase-subtitle li:last-child {
    margin-right: 360px;
    margin-left: 149px;
}

.purchase-tel {margin-top: 20px;margin-bottom: 72px}
.purchase-tel li {height: 30px}
.purchase-tel li:first-child {
    margin-left: 316px;
    margin-right: 93px;
}
.purchase-tel li:last-child {
    margin-right: 300px;
    margin-left: 93px;
}
.purchase-tel li div {
    display: inline-block;
    vertical-align: middle;
}
.purchase-tel .telImg {
    width: 32px;
    height: 30px;
}
.purchase-tel .telNumber {
    line-height: 30px;
    font-size: 20px;
    color: #8AD228;
}
/*   purchase------------------------------------------------end*/


.beigeBackground {
    background-color: #FAFDF4;
}

/*   footer*/
#footer {
    width: 100vw;
    min-width: 1200px;
    background-color: #EFEFEF;
}
#footer .footer-content {
    width: 1200px;
    height: 228px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.footer_logo {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 174px;
    height: 174px;
    background-color: #8CD039;
}
#footer a:hover {
    text-decoration: underline;
}
.column_container {
    float: right;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 56px;
    box-sizing: border-box;
}
.footer_column {
    margin-right: 68px;
    margin-left: 68px;
    float: left;
    text-align: center;
}
.column_title {
    color: #333333;
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 28px;
}
.footer-item {
    color: #999999;
    font-size: 14px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}
/*   footer------------------------------------------------end*/


