﻿body{
	min-width:1200px;
}
.container{ width:1200px !important; text-align:center; margin:0 auto;}
.banner {
    width: 100%;
    height: 440px;
    background: url(../images/banner.png) no-repeat center;
}

.section {
    overflow: hidden;
}
.section .title {
    text-align: center;
    font-size: 32px;    
}
.section .en-title {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;  
}
.section-bg{
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
}
.deit-contents{
    width: 88%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}
.d-item{
    display: inline-block;
    width: 19%;
    text-align: center;
}
.d-item span{
    display: block;
    text-align: center;
}
.d-item :nth-child(2){
    margin-top: 30px;
    font-size: 20px;
    color: #dd2727;
}
.d-item :nth-child(3),.d-item :nth-child(4){
    font-size: 14px;
    color: #666666;
}
.d-item :nth-child(3){
    margin: 7px 0;
}
.pd-top{
    padding-top: 30px;
}
.section-bor{
    border-bottom: 1px solid #dcdcdc;
}  

.section .item {
    box-shadow: 3px 3px 8px 0px #ddd;
    margin-bottom: 45px;
    transition: all .6s;
    /* border-radius: 3px; */
}

.section .item:hover {
    transform: translate(0, -10px);
    box-shadow: 3px 3px 10px 4px #ddd;
}

.section .item-title {
    padding: 10px;
    background: #DD2727;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.section .item-content {
    text-align: center;
    padding: 20px;
    height: 130px;
    color: #666;
    line-height: 22px;
}
.section .row {
    margin-top: 50px;
}

.big_scond, .big_four,.big_six {
    background: #FFF;
}

.big_three, .big_five {
    background: #F3F3F3;
}

.title_bg {
    background: url(../images/title_bg.png) no-repeat center bottom;
    height: 110px;
    margin-top: 40px;
}

.title {
    margin: 10px auto;
}

.one_des {
    width: 700px;
    margin: 10px auto;
    font-size: 14px;
    color: #898989;
    line-height: 26px;
}

.scond_block {
    width: 640px;
    margin: 30px auto 50PX;
    height: 500px;
}

.scond_block li {
    height: 235px;
    width: 203px;
    margin: 10px;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0;
}

.scond_block li .s_title1 {
    position: absolute;
    width: 100%;
    top: 135px;
}

.scond_block li .s_des1 {
    position: absolute;
    width: 100%;
    top: 180px;
}

.scond_block .s_bg1 {
    background: #00CCCB url(../images/s_bg1.png) no-repeat center 50px;
}

.scond_block .s_bg2 {
    background: #FF6867 url(../images/s_bg2.png) no-repeat center 50px;
}

.scond_block .s_bg3 {
    background: #809A99 url(../images/s_bg3.png) no-repeat center 50px;
}

.scond_block .s_bg4 {
    background: #9D5A98 url(../images/s_bg4.png) no-repeat center 50px;
}

.scond_block .s_bg5 {
    background: #FAD14E url(../images/s_bg5.png) no-repeat center 50px;
}

.scond_block .s_bg6 {
    background: #6A82DA url(../images/s_bg6.png) no-repeat center 50px;
}

.three_block {
    height: 541px;
    margin-bottom: 70px;
}

.service_four {
    position: relative;
    height: 584px;
    margin: 0 auto;
}

.service_four .in_left {
    position: relative;
    background: url(../images/in_leftbg.png) center no-repeat;
    height: 524px;
}

.service_four .in_left .in_css {
    display: inline-block;
    min-width: 90px;
    width: 90px;
    height: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    position: absolute;
    color: #979797;
    cursor: pointer;
    z-index: 2;
}

.service_four .in_left .in1 {
    border-radius: 5px;
    top: 56px;
    left: 256px;
}

.service_four .in_left .in2 {
    border-radius: 5px;
    top: 211px;
    left: 35px;
}

.service_four .in_left .in3 {
    border-radius: 5px;
    top: 211px;
    left: 483px;
}

.service_four .in_left .in4 {
    border-radius: 5px;
    top: 442px;
    left: 152px;
}

.service_four .in_left .in5 {
    border-radius: 5px;
    top: 442px;
    left: 367px;
}

.service_four .in_left .active {
    background: #DD2727;
    color: #fff;
}

.service_four .in_right {
    position: relative;
    background: url(../images/in_rightbg.png) center no-repeat;
    height: 524px;
}

.service_four .in_right .mb_img {
    position: absolute;
    display: block;
    width: 220px;
    height: 380px;
    top: 75px;
    left: 46px;
}

.service_four .in_right .in_right_des {
    position: absolute;
    display: block;
    width: 130px;
    height: 195px;
    top: 150px;
    left: 370px;
    color: #fff;
    line-height: 25px;
}

.service_four .in_right .cases {
    display: none;
}

.service_four .in_right .active {
    display: block;
}

/* 合作流程 */
.cooperation {
    text-align: center;
}

.big_five {
    padding-top: 50px;
}
.tempWrap{
	margin:0 auto;
}
.process_five {
    position: relative;
    height: 320px;
    background: url(../images/pro_bg.png) 80px bottom no-repeat;
    margin:20px auto 40px;
}

.process_five .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 42px;
    position: relative;
}

.process_five .sPrev, .process_five .sNext {
    position: absolute;
    left: 5px;
    top: 100px;
    display: block;
    z-index: 3;
    width: 55px;
    height: 55px;
    background: url(../images/icoleft.png) center center no-repeat;
}

.process_five .sNext {
    left: auto;
    z-index: 3;
    right: 5px;
    background: url(../images/icoright.png) center center no-repeat;
}


.process_five ul {
    overflow: hidden;
    zoom: 1;
}

.process_five ul li {
    margin: 0 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.process_five ul li .pic {
    width: 175px;
    height: 210px;
    padding: 1px 15px 0;
    text-decoration: none;
    cursor: pointer;
}
.process_five ul li .pic a{
    text-decoration: none;
}

.process_five ul li .pic img {
    height: 69px;
    display: block;
    padding: 2px;
    margin: 20px auto;
}

.process_five ul li .title {
    line-height: 24px;
}

.process_five ul li .color_bg1{
    background: #ECC882;
}
.process_five ul li .color_bg2{
    background: #29D455;
}
.process_five ul li .color_bg3{
    background: #76ABEF;
}
.process_five ul li .color_bg4{
    background: #29D4D3;
}
.process_five ul li .color_bg5{
    background: #76ABEF;
}
.process_five ul li .color_bg6{
    background: #29D455;
}
.process_five .pro_title,.process_five .pro_des{
    color: #333;
}
.process_five .pro_title:hover,.process_five .pro_des:hover{
    text-decoration: none;
    
}

.customer_six{
    margin: 40px auto;
}
.customer_six .col-xs-3{
    margin:10px auto;
}
.customer_six .img_box{
    width: 200px;
    height: 148px;
    border: 1px #07BC99 solid;
    overflow: hidden;
    margin: 0 auto;
    line-height: 148px;
    text-align: center;
    cursor: pointer;
}
.customer_six .img_box img{
	height:50px;
}
.cooperation {
    margin-top: 50px
}
.cooperation img {
    margin-top: 35px;
}

.steps-box {
    width: 1036px;
    margin: 0 auto 55px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.steps-box section {
    width: 150px;
}

/* 选择我们 */
.choose {
    width: 1150px;
    margin: 50px auto;
    margin-top: 30px;
}
.choose-us {
    position: relative;
    text-align: center;
}
.choose-us .choose-img1 {
    position: absolute;
    top: 15px;
    left: 100px;
    text-align: center;
}
.choose-us .choose-img2 {
    position: absolute;
    top: 400px;
    right: 70px;
    text-align: center;
}
.choose-us img.bg {
    position: relative;
    display: block;
    margin: 0 auto;
    right: 190px;
    margin-top: 50px;

}
.choose-us .reason {
    position: absolute;
    text-align: left;
}
.choose-us .reason .title {
    display: inline-block;
    letter-spacing: 2px;
    padding: 6px 10px;
    font-size: 17px;
    background: #DD2727;
    color: #fff;
    border-radius: 3px;
}
.choose-us .reason .content {
    font-size: 16px;
    width: 450px;
    line-height: 22px;
    color: #666;
}
.choose-us .reason1 {
    top: 10px;
    right: 60px;
}
.choose-us .reason2 {
    top: 150px;
    right: 60px;
}
.choose-us .reason3 {
    top: 290px;
    right: 60px;
}
.choose-us .reason4 {
    bottom: 340px;
    left: 150px;
}
.choose-us .reason5 {
    bottom: 240px;
    left: 150px;
}
.steps-title {
    font-size: 22px;
}
