.nav_tag ul li a{
    display: inline-block;
    color:#333;
    font-size: 17px;
    width: 100%;
    height: 100%;
    font-family:" ";
}

.Login_state{
    color:#333;
}
.vip {
    color:#333;
}
.Login span{
    color:#333;
}
.banner{
    height:460px;
    min-width: 1200px;
    width: 100%;
    background: url("../image/banner11.png") no-repeat center #373030;
    background-size: auto 100%;
    margin-top: 72px;
}
.banner-box{
    width: 1200px;
    margin:0 auto;
    height: 100%;
    position: relative;
    background: url("../image/banner2.png") no-repeat;
}
.banner-btn{
    position: absolute;
    bottom:63px;
    left: 20px;
    width: 135px;
    height: 64px;
}
.service-box{
    height: 585px;
}
.service-txt{
    position:absolute;
    width: 320px;
    height:320px;
    top:50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -160px;
    line-height: 320px;
    text-align: center;
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}

.module_warp_tit{
    margin: 60px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.module_warp_tit img{
    margin-top: 20px;
}
.module_warp_tit span{
    font-size:14px;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.service-list-box{
    width: 1200px;
    height: 410px;
    margin: 60px auto;
    position: relative;
}
.slides {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 15px;
}

ul.slides li{
    cursor: pointer;
    width: 260px;
    height:185px;
    float: left;
    list-style: none;
    border-radius:5px;
    opacity:0.8;
    background: url("../image/bg-icon.png") no-repeat left top #fff;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 20px 34px;
}
ul.slides li:nth-child(4),ul.slides li:nth-child(8){
    margin-right: 0;
}
ul.slides li.active{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.42); background:#ff7f00;
    /*background: url("../image/bg-icon1.png") no-repeat left top ;
    background-size: 100% 100%;*/
}

.service-item{
    text-align: center;
    font-size: 17px;
    margin-top: 40px;
}
.service-item img{
    width: 68px;
    height:68px;
}

.service-item2{
    display: none;
    padding-top: 8px;
    color: #fff;
    font-size: 17px;
    line-height:45px;
}
ul.slides li:nth-child(5) .service-item2,ul.slides li:nth-child(8) .service-item2{
    padding-top: 0px;
    margin-top: 26px;
}
ul.slides li:nth-child(7) .service-item2{
    padding-top: 27px;
}

 ul.slides li.active .service-item1{
    display: none;
}
ul.slides li.active .service-item2{
    display: block;
}

.advantage-item{
    height:234px;
    background: #FCFCFC;
    width: 100%;
    text-align: center;
}
.advantage-l,.advantage-r{
    display: inline-block;
    width: 600px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 40px;
    text-align: left;
    vertical-align: middle;
}
.advantage-l img,.advantage-r img{
    margin: 65px 40px;
    float: left;
}
.advantage-txt{
    font-size: 13px;
    color: #333333;
    width: 310px;
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 66px 0;
}
.advantage-item:nth-child(1) .advantage-r .advantage-txt{
    padding-top: 50px;
}

.advantage-item:nth-child(3){
    background: #fff;
}
.advantage-txt div{
    margin-top: 10px;
}
.advantage-txt div:nth-child(2){
    font-weight: 600;
}
.advantage-txt div:nth-child(3){
    color: #666;
}
.advantage-tit{
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}
.advantage-txt span{
    color: #ff7f00;
}
.service-process{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 77px;
}
.service-process div{
    display: inline-block;
    width: 102px;
    margin: 0 25px;
    font-size: 17px;
    color: #333333;
}
.process{
    cursor: pointer;
    position: relative;
}
.process div{
    display: none;
    width: 178px;
    height:120px;
    position: absolute;
    top: -71px;
    left: -62px;
    background: url("../image/caption_none.png") no-repeat left top;
    font-size: 14px;
    color: #333333;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 22px 0 11px;
}
.process.active div{
    display: block;
}
.process img{
    margin-bottom: 10px;
}
.process-s img{
    margin:32px 0;
}

.line img{
    margin:45px 0;
}






