﻿
.agent{
    background: #fafafa;
    overflow: hidden;
}
.cur_tit {
    transition: all 0.5s;
    transform: translateY(100px);
    opacity: 0;
    text-align: center;
    margin-top: 52px
}
.cur_tit h5 {
    font-size: 35px;
    color: #007cff
}
.cur_tit h6 {
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-weight: normal
}
.cur_tit h6:before {
    position: absolute;
    width: 108px;
    height: 1px;
    background: #c1c0c1;
    content: '';
    left: -120px;
    top: 21px
}
.cur_tit h6:after {
    position: absolute;
    width: 108px;
    height: 1px;
    background: #c1c0c1;
    content: '';
    right: -120px;
    top: 21px
}
.cur_tit.ani {
    transform: translateY(0);
    opacity: 1
}
.cur_tit .main{
    font-size: 14px;
    line-height: 28px;
    color: #888;
    padding: 20px 0 48px;
}

.agent .main{
    margin: 70px auto 50px;
    height: 650px;
    overflow: hidden;
}
.agent .main .pic{
    width: 555px;
    float: left;
    display: block;
}

.agent .main .pic img{
    width: 100%;
    float: left;
}
.agent .main .cont{
    width: 695px;
    float: right;
    height: 480px;
    margin-top: 95px;
    margin-left: -95px;
    border:10px solid #439ffd;
    box-sizing: border-box;
    display: table;
}
.agent .main .cont .content{
    display: table-cell;
    vertical-align: middle;
    height: 480px;
    padding:0 85px;
}
.agent .main .cont .content .tit{
    font-size: 22px;
    color: #333;
    line-height: 24px;
    margin-bottom: 25px;
}
.agent .main .cont .content .cc{
    font-size: 14px;
    line-height: 30px;
    color: #888888;
}
.agent .main .cont .content .more{
    display: block;
    position: relative;
    color: #007cff;
    margin-top: 25px;
    font-size: 14px;
    width: 88px;
    text-align: center;
    text-transform: uppercase;
}
.agent .main .cont .content .more:after{
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background: #007cff;
    bottom: 0;
    left:0;
}
.agent .main1{
    height: 610px;
    margin: 50px 0;
    position: relative;
    z-index: 100;
}
.agent .main1 .sub{
    width: 50%;
    margin: 0;
    border:none;
    float: left;
}
.agent .main1 .sub .cont{
    width: 600px;
    float: right;
    padding: 0 ;
    border:none;
    margin: 0;
}
.agent .main .sub .cont .content{
    padding: 0;
    height: 610px;
    margin: 0;
}
.agent .main1 .pic{
    width: 50%;
    float: right;
    display: block;
}
.agent .main1 .pic .img{
    width: 90%;
    display: block;
    float: right;
}
.agent .main1 .pic .img img{
    width: 100%;
    display: block;
}

.agent .main2{
    margin: 0 auto;
    position: relative;
    overflow: visible;
    z-index: 50;
    height: 670px;
}
.agent .main2 .pic{
    width: 650px;
    float: left;
    margin-top: 95px;
}

.agent .main2 .cont{
    width: 610px;
    position: absolute;
    right:0;
    top:-94px;
    margin: 0;
    height: 670px;
    padding-top: 94px;
    box-sizing: border-box;
}
.agent .main2 .cont .content{
    padding: 0 40px 0 100px;
    height: 670px;
    box-sizing: border-box;
}
.agent .main .box_l,.outso .box .box_l {
    transition: all 0.5s;
    transform: translateX(-200px);
    opacity: 0;
}
.agent .main .box_r,.outso .box .box_r {
    transition: all 0.5s;
    transform: translateX(200px);
    opacity: 0;
}
.agent .main.ani .box_l,.outso .box.ani .box_l {
    transform: translateX(0);
    opacity: 1
}
.agent .main.ani .box_r,.outso .box.ani .box_r {
    transform: translateX(0);
    opacity: 1
}
/*外包服务*/
.outso .main .box{
    width: 100%;
    height: 355px;
    overflow: hidden;
    margin:70px auto 58px;
}
.outso .main .box2{
    width: 100%;
    height: 355px;
    overflow: hidden;
    margin:0 auto 74px;
}
.outso .main .box .content{
    float: left;
    width: 580px;
}


.outso .main .box .content .box_cont{
    padding-left: 49px;
}
.outso .main .box .content .tit{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: 600;
    position: relative;
}
.outso .main .box .content .tit:before{
    content: '';
    width: 3px;
    height: 129px;
    background: #007cff;
    position: absolute;
    left:-49px;top:0;
}
.outso .main .box .content .cont{
    height: 150px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    margin: 45px 0 40px;
}
.outso .main .box .content .more{
    width: 140px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #007cff;
    border:1px solid #dadada;
    text-transform: uppercase;
}
.outso .main .box2 .content .more{
    float: right;
}
.outso .main .box .content .cont>div i{
    font-style: normal;
    margin-right: 10px;
    color: #b7b7b7;
    font-size: 12px;
}
.outso .main .box .pic{
    float: right;
    width: 580px;
}
.outso .main .box .pic img{
    width: 100%;
    display: block;
}

.outso .main .box2 .content .box_cont{
    width: 480px;
    text-align: right;
    float: right;
}
.outso .main .box2 .content .box_cont .tit{
    padding-right: 147px;
}
.outso .main .box2 .content .box_cont .tit:before{
   left:auto;
    right: 0;
    top:9px;
    width:130px;
    height: 3px;
}

.outso .main .box2 .content{
    float: right;
}
.outso .main .box2 .pic{
    float: left;
}

.outso .main1{
    background: #f6f7fa;
    width: 100%;
    display: block;
}
.outso .main1 .cur_tit{
    padding-top: 55px;
}

.slide{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.5s;
}
.slide.ani{
    transform: translateY(0);
    opacity: 1
}
.slide .bd{
    width: 100%;
    padding-bottom: 105px;
}
.slide .bd li{
    width: 234px;
    margin:0 3px ;
}
.slide .bd li .pic{
    width: 100%;
    height: 225px;
}
.slide .bd li .pic img{
    width: 100%;
    display: block;
}
.slide .bd li .cont{
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.slide .hd{
    width: 100%;
    position:absolute;
    height: 32px;
    top:30%;

}
.slide .hd .prev,.slide .hd .next{
    position: absolute;
    cursor: pointer;
    width: 22px;
    height: 32px;
    left:-66px;
    top:0;
    margin-top: -16px;
    background: url("../image/about_box5_prev.png") no-repeat center;
}
.slide .hd .next{
    left:auto;
    right: -66px;
    background: url("../image/about_box5_next.png") no-repeat center;
}

.outso_list{
    padding-bottom: 105px;
}
.outso_list li{
    float: left;
    width: 400px;	margin-top:40px
}
.outso_list li .pic{
    width:110px;
    height: 110px;
    float: left;
    border:1px solid #dcdcdc;
    border-radius: 55px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    margin:0 15px 0 0;
}
.outso_list li .pic .img{
    width:84px;
    height: 84px;
    margin: 12px auto;
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    background: #007cff;
    position: relative;
}
.outso_list li .pic .img:after{
    content: '';
    display: block;
    width:36px;
    height: 32px;
    margin:24px;
    position: absolute;

    line-height: 84px;
}
.outso_list li .pic .img1:after{
    background: url("../image/outso_list1.png")no-repeat center;
}
.outso_list li .pic .img2:after{
    background: url("../image/outso_list3.png") no-repeat center;
}
.outso_list li .pic .img3:after{
     background: url("../image/outso_list2.png") no-repeat center;
 }
.outso_list li .cont{
    padding-top: 20px;
    float: left;
    width: 250px;
}
.outso_list li .line{
    width: 1px;
    height: 65px;
    background: #d9d9d9;
    float: right;
    margin: 35px 20px 0 0 ;
}
.outso_list li .cont .tit{
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}
.outso_list li .cont .cc{
    font-size: 14px;
    color: #999;
}

.coop .box{
    position: relative;
    z-index: 100;
    margin: 55px auto 20px;
}
.coop .box .pic{
    width: 600px;
    height: 282px;
    float: left;
    transition: all 0.5s;
    transform: translateX(-200px);
    opacity: 0;
}
.coop .box .pic .img{
    width: 527px;
    height:282px;
    margin-left:30px;
    position: relative;
}
.coop .box .pic .img:after{
    content: '';
    display: block;
    background: #cfaa54;
    width: 2px;
    height: 78px;
    position: absolute;
    left:-30px;
    bottom:58px;
}

.coop .box .main{
    width: 600px;
    float: left;
    height: 282px;
    position: relative;
    transition: all 0.5s;
    transform: translateX(200px);
    opacity: 0;
}
.coop .box .main .tit{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 25px 0;
}
.coop .box .main .cont{
    width: 575px;
    font-size: 16px;
    color: #888;
    line-height: 30px;

}
.coop .box .main .more{
    position: absolute;
    bottom: -66px;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #fff;
    text-align: right;
}
.coop .box .main .more i{
    width: 49px;
    height: 19px;
    display: block;
    float: right;
    margin-left: 17px;
    margin-top: 10px;
    background: url("../images/coop_icon.png") no-repeat center;
}
.y_color{
    position: relative;
    width: 89%;
    z-index: 50;
    height: 125px;
    background: #bf9f62;
    margin-top: -38px;

}
.coop .box2{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 488px;
    margin-top: -65px;
    background: #f7f7f7;
    transition: all 0.5s;
    transform: translateY(200px);
    opacity: 0
}
.coop .box2 ul{
    padding-top: 170px;
}
.coop .box2 li{
    width: 400px;
    float: left;
    margin-bottom: 60px;
}
.coop .box2 li .cont{
    margin-left: 66px;
    position: relative;
}
.coop .box2 li .cont:before{
    content: '';
    display: block;
    width: 46px;
    height: 47px;
    position: absolute;
    left:-65px;
    top:2px;
}
.coop .box2 li .c1:before{
    background: url("../images/coop_pic1.png") no-repeat center;
}
.coop .box2 li .c2:before{
    background: url("../images/coop_pic2.png") no-repeat center;
}
.coop .box2 li .c3:before{
    background: url("../images/coop_pic3.png") no-repeat center;
}
.coop .box2 li .c4:before{
    background: url("../images/coop_pic4.png") no-repeat center;
}
.coop .box2 li .c5:before{
    background: url("../images/coop_pic5.png") no-repeat center;
}

.coop .box2 li .cont .tit{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #333;
    padding-bottom: 11px;
    font-weight: 600;
    position: relative;
}
.coop .box2 li .cont .tit:after{
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #bf9f62;
}
.coop .box2 li .main{
    font-size: 14px;
    color: #999999;
}
.coop .box3{
    transition: all 0.5s;
    transform: translateY(200px);
    opacity: 0
}
.coop .box3 .tit,.coop .box4 .tit{
    font-size: 20px;
    color: #000033;
    line-height: 22px;
    font-weight: 600;
    padding: 55px 0 30px;
}

.coop .box3 table th,.coop .box3 table td{
    border:1px solid #cccccc;
    height: 77px;
    line-height:77px;
    text-align: center;
}
.coop .box3 table{
    width: 100%;
    margin-bottom: 70px;
}
.coop .box3 table .tth{
    width: 200px;
    font-size:16px;
}
.coop .box3 table .thh{
    padding: 0 50px;
    font-size: 14px;
    color: #888888;
    text-align: left;
}

.coop .box4{
    background: #f7f7f7;
    transition: all 0.5s;
    transform: translateY(200px);
    opacity: 0
}
.coop .box4 .list{
    padding-bottom: 70px;
}
.coop .box4 .list li{
    width: 282px;
    height: 50px;
    line-height: 50px;
    border:1px solid #d6d6d6;
    float: left;
    margin:0 20px 24px 0;
    transition: all 0.5s;
    box-sizing: border-box;
}
.coop .box4 .list li .cont{
    margin-left: 18px;
    float: left;
    cursor: pointer;
}
.coop .box4 .list li .line{
    width: 1px;
    height: 21px;
    background: #dddddd;
    float: right;
    margin-top: 14px;
}
.coop .box4 .list li .icon{
    float: right;
    width: 45px;
    height: 50px;

}
.coop .box4 .list li .icon i{
    width: 45px;
    height: 50px;
    display: block;
    transition: all 0.5s;
    background: url("../images/coop_pic6.png") no-repeat center;
}

.coop .box4 .list li:hover{
    background: #bf9f62;
    color: #fff;
    border:1px solid #bf9f62;
}
.coop .box4 .list li:hover .icon i{
    background: url("../images/coop_pic7.png") no-repeat center;
}
.coop_slide{
    margin-bottom: 90px;
    position: relative;
}
.coop_slide .hd{
    position: absolute;
    height: 40px;
    top:-46px;
    right: 0;
}
.coop_slide .hd li{
    float: left;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    background: #cccccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.coop_slide .hd li.on{
    background: #bf9f62;
}
.coop_slide .bd li .main a{
    width: 200px;
    float: left;
    height: 90px;
    display: block;
}
.coop_slide .bd li .main a img{
    height: 89px;
    width: 199px;
    display: block;
    float: left;
}
.coop_slide .bd li .main i{
    width: 1px;
    height: 40px;
    float: left;
    background: #c9c9c9;
    margin-top: 28px;
}
.coop_slide .bd li{
    border-top:1px solid #d9d9d9;

}
.coop_slide .bd li .main{
    height: 90px;
    box-sizing: border-box;
    border-bottom:1px solid #d9d9d9;
}


.coop .box.ani .pic{
    transform: translateY(0);
    opacity: 1
}
.coop .box.ani .main{
    transform: translateY(0);
    opacity: 1
}
.coop .box2.ani,
.coop .box3.ani{
    transform: translateY(0);
    opacity: 1
}
.coop .box4.ani{
    transform: translateY(0);
    opacity: 1
}
@media (max-width:1680px) {
    .agent .main1 .pic .img img{
        width: 130%;
        display: block;
    }
    .y_color{
        width: 93%;
    }
}
@media (max-width:1440px) {
    .agent .main1 .pic .img img{
        width: 150%;
        display: block;
    }
    .y_color{
        width: 100%;
    }
}
