﻿div.jiameng{
    width:100%;
}

div.road{
    width: 1100px;
    margin:0 auto;
    overflow: hidden;
}


div.road>h2{
    font-size: 16px;
    margin-top: 23px;
}
div.road1{
    margin-top: 61px;
    width: 100%;
    height: 560px;
}
div.road2{
    width: 100%;
    height: 266px;
}

div.road2-lt{
    float: left;
    width: 430px;
    height: 266px;
    overflow: hidden;


}
@keyframes ro {
    0%{opacity:0}
    0% {
        transform: translateX(-200%) scaleX(1);
    }
    30%{
        transform: translateX(0%) scaleX(1);
    }
    40%{
        transform: translateX(1%) scaleX(1);
    }
    50%{
        transform: translateX(0%) scaleX(1.1);
    }
    60%{
        transform: translateX(0%) scaleX(0.9);
    }
    70% {
        transform: translateX(0%) scaleX(1.05);
    }
    80%{
        transform: translateX(0%) scaleX(1);
    }
    90% {
        transform: translateX(0%) scaleX(1.02);
    }
    100%{
        transform: translateX(0%) scaleX(1);
    }
    to{opacity:1}
}

div.road2-lt-d1{
    opacity: 0;
    animation-name: ro;
    -webkit-animation-name: ro;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    visibility: visible !important;
}

div.road2-lt img{
    width: 430px;
    height: 266px;
    transition: all 0.9s;
}
div.road2-lt img:hover{
    transform: scale(1.2);
}
div.road2-rt{
    float: right;
    width: 650px;
    height: 266px;
    background-color: rgba(0,184,251,.04);
    transition: al 0.8s;
}
div.road2-rt-d2{
    opacity: 0;
    animation-name: roa;
    -webkit-animation-name: roa;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    visibility: visible !important;
}
@keyframes roa {
    0%{opacity:0}
    0% {
        transform: translateX(200%) scaleX(1);
    }
    30%{
        transform: translateX(0%) scaleX(1);
    }
    40%{
        transform: translateX(1%) scaleX(1);
    }
    50%{
        transform: translateX(0%) scaleX(1.1);
    }
    60%{
        transform: translateX(0%) scaleX(0.9);
    }
    70% {
        transform: translateX(0%) scaleX(1.05);
    }
    80%{
        transform: translateX(0%) scaleX(1);
    }
    90% {
        transform: translateX(0%) scaleX(1.02);
    }
    100%{
        transform: translateX(0%) scaleX(1);
    }
    to{opacity:1}
}



div.road2-rt:hover{
    transition: al 0.8s;
    box-shadow: 0px 4px 22px rgba(3,68,93,.5);
}
div.road2-rt:hover div.road2-title>a{
    transform: scale(1.5);
}

div.road2-rt>h1{
    position: relative;
    margin-top:20px;
    margin-left: 30px;
    font-size: 26px; font-weight:400;
    color: #1e1e1e;
}
div.road2-rt>h1 i{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom:-10px;
    width: 77px;
    height: 1px;
    background: #ab9360;
}
div.road2-title{
    margin: 0 auto;
    margin-top:40px;
    width: 90%;
    height: 128px;
}



div.road2-title>span{
    display: inline-block;
    width: 368px;
    height: 128px;
    font-size: 16px;
    color: #474747;
    float: left;
}
div.road2-title>a{
    transition: al 1.2s;
    float: right;
    display: inline-block;
    width: 35px;
    height: 34px;
 background: url("../image/dao15.png") no-repeat center;
    background-size: cover;
    border-radius:100% ;
}

/*����*/
div.welfare{
    width: 100%;
    height:1060px;
    overflow: hidden;
}
div.welfare-1{
    width: 100%;
    border:1px solid blue;
    height: 530px;
    background: url("../image/fuli.png") no-repeat center;
    background-size:cover;
    overflow: hidden;
}
div.welfare-1>h1,div.welfare-1>h2{
    text-align: center;
    color: #ffffff; font-size: 24px;
    font-weight: 400;
    margin-top: 76px;
}
div.welfare-1>h2{
    font-size: 24px;
    margin-top: 28px;
}
ul.welfare-2{
    position: relative;
   top:-280px;
    width: 1200px;
    height: 609px;
    margin: 0 auto;
}
ul.welfare-2>li{
    float: left;
    width: 370px;
    height: 609px;
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    transition: all 0.2s;
}
ul.welfare-2>li:nth-child(2),ul.welfare-2>li:nth-child(3){
    margin-left:44px;
}
ul.welfare-2>li>h1{
    margin-top: 47px;
    font-weight: 400;
    text-align: center;
    color: #222222;
    font-size: 26px;
}
p.welfare-p1{
    margin: 0 auto;
    margin-top: 42px;
    width: 140px;
    height: 120px;
    transition: all 0.2s;
}

ul.welfare-2>li.wel{
    opacity: 0;
    animation-name: wel;
    -webkit-animation-name: wel;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    visibility: visible !important;

}
@keyframes wel {
    0%{opacity:0}
    0% {
        transform: translateX(-100%) scaleX(1);
    }
    30%{
        transform: translateX(0%) scaleX(1);
    }
    40%{
        transform: translateX(1%) scaleX(1);
    }
    50%{
        transform: translateX(0%) scaleX(1.1);
    }
    60%{
        transform: translateX(0%) scaleX(0.9);
    }
    70% {
        transform: translateX(0%) scaleX(1.05);
    }
    80%{
        transform: translateX(0%) scaleX(1);
    }
    90% {
        transform: translateX(0%) scaleX(1.02);
    }
    100%{
        transform: translateX(0%) scaleX(1);
    }
    to{opacity:1}
}

ul.welfare-2>li.wel1{
    opacity: 0;
    animation-name: wel1;
    -webkit-animation-name: wel1;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    visibility: visible !important;

}
@keyframes wel1 {
    0%{opacity:0}
    0% {
        transform: translateX(100%) scaleX(1);
    }
    30%{
        transform: translateX(0%) scaleX(1);
    }
    40%{
        transform: translateX(1%) scaleX(1);
    }
    50%{
        transform: translateX(0%) scaleX(1.1);
    }
    60%{
        transform: translateX(0%) scaleX(0.9);
    }
    70% {
        transform: translateX(0%) scaleX(1.05);
    }
    80%{
        transform: translateX(0%) scaleX(1);
    }
    90% {
        transform: translateX(0%) scaleX(1.02);
    }
    100%{
        transform: translateX(0%) scaleX(1);
    }
    to{opacity:1}
}
ul.welfare-2>li.wel2{
    opacity: 0;
    animation-name: wel2;
    -webkit-animation-name: wel2;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    visibility: visible !important;

}
@keyframes wel2 {
    0%{opacity:0}
    0% {
        transform: translateY(100%) scaleX(1);
    }
    30%{
        transform: translateY(0%) scaleX(1);
    }
    40%{
        transform: translateY(1%) scaleX(1);
    }
    50%{
        transform: translateY(0%) scaleX(1.1);
    }
    60%{
        transform: translateY(0%) scaleX(0.9);
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleX(1);
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }
    100%{
        transform: translateY(0%) scaleX(1);
    }
    to{opacity:1}
}



ul.welfare-2>li:nth-child(1) p.welfare-p1{
    background: url("../image/youshi9.png") no-repeat center;
    background-size: cover;
}
ul.welfare-2>li:nth-child(1):hover p.welfare-p1{
    background: url("../image/youshi9a.png") no-repeat center;
    background-size: cover;
}
ul.welfare-2>li:nth-child(2) p.welfare-p1{
    background: url("../image/fenchena.png") no-repeat center;
    background-size: cover;
}
ul.welfare-2>li:nth-child(2):hover p.welfare-p1{
    background: url("../image/fenchen.png") no-repeat center;
    background-size: cover;
}
ul.welfare-2>li:nth-child(3) p.welfare-p1{
    background: url("../image/duoy.png") no-repeat center;
    background-size: cover;
}
ul.welfare-2>li:nth-child(3):hover p.welfare-p1{
    background: url("../image/duoya.png") no-repeat center;
    background-size: cover;
}


ul.welfare-2>li:hover{
    box-shadow: 0px 15px 40px 0px
    rgba(0, 0, 0, 0.15);
}
ul.welfare-2>li:hover p.welfare-p3>a{
    background-color: #00bafe;
}


p.welfare-p2{
    margin: 0 auto;
    margin-top: 71px;
    color: #474747;
    font-size: 16px;
    width: 304px;
    height: 146px; line-height:25px;
}
p.welfare-p3{
    width: 304px;
    margin: 0 auto;
    margin-top: 51px;
}
p.welfare-p3>a{
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: #dcdcdc;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.2s;
}
div.agency{
    width: 100%;
    height: 525px;
    background-color: #f5fcff;
    overflow: hidden;
}
div.agency-1{
    opacity: 0;
    animation-name: agen;
    -webkit-animation-name: agen;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    /*animation-delay:1s;*/
    /*-webkit-animation-delay:1s;*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    visibility: visible !important;
}
@keyframes agen {
    0%{opacity:0}
    0% {
        transform: translateY(100%) scaleX(1);
    }
    30%{
        transform: translateY(0%) scaleX(1);
    }
    40%{
        transform: translateY(1%) scaleX(1);
    }
    50%{
        transform: translateY(0%) scaleX(1.1);
    }
    60%{
        transform: translateY(0%) scaleX(0.9);
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }
    80%{
        transform: translateY(0%) scaleX(1);
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }
    100%{
        transform: translateY(0%) scaleX(1);
    }
    to{opacity:1}
}


div.agency-banner{
    margin: 0 auto;
    margin-top: 96px;
    height: 385px;
    width: 1200px;
}
div.agency-banner div.swiper-slide>a{
    display: inline-block;
    border-radius:100%;
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 30px;
    background: url("../image/touxiang2.png") no-repeat center;
    background-size: cover;
}
div.agency-lt{
    width: 900px;
    height: 385px;
}
div.agency-lt td{
    border: solid 1px #d5d5d5;
    color: #666666;
    font-size: 12px;
    background: #fff;
}
div.agency-lt tr:nth-child(1) td{
    background-color: #ecf9ff;
    border: solid 1px #ace9ff;
}
div.agency-lt tr:nth-child(2) td:nth-child(1){
    background-color: #ecf9ff;
    border: solid 1px #ace9ff;
}
div.agency-lt tr:nth-child(3) td:nth-child(1){
    background-color: #ecf9ff;
    border: solid 1px #ace9ff;
}
p.agency-p{
    margin-top: 49px;
    margin-right: 100px;
}
p.agency-p>a{
    display: inline-block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background-color: #00bafe;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
}
div.partnership{
    width: 100%;
    height: 759px;
}

div.partnership-1{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
p.sq_title {
    text-align: center; font-size: 24px;
    color: #444444;
    font-weight: 400;
    margin-top: 20px;
}
p.sq_ms{
    margin-top: 19px;
    text-align: center;
    color: #444444;
    font-size: 16px;
    font-weight: 300;
}
div.partnership-2{
    width: 100%;
}
div.partnership-lt{
    float: left;
    width: 574px;
}
div.partnership-lt>p{
    line-height:50px;
    width: 574px;
    height: 203px;
    margin-top: 101px;
    font-size: 20px;
    color: #444444;
}
p.sq_tell{
    font-size: 47px!important;
    color: #00bafe!important;
    margin-top: 54px!important;
}
div.partnership-rt{
    float: right;
    width: 450px;
    margin-top: 71px;
}
p.partnership-rt-p1{
    font-size: 18px;
    color: #c1c1c1;
}
p.partnership-rt-p1>span{
    font-size: 24px;
    color: #444444;
}
p.partnership-rt-p2,p.partnership-rt-p3,p.partnership-rt-p4{
    margin-top: 20px;
}
form>p span{
    font-size: 18px;
    color: #c1c1c1;
}
p.partnership-rt-p3>span{
    position: relative;
    bottom:124px;
}
form>p input{
    width: 370px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
}
form>p textarea{
    width: 369px;
    height: 140px;
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
}
p.partnership-rt-p4>input{
    margin-left: 55px;
    color: #ffffff;
    font-size: 16px;
    width: 369px;
    height: 50px;
    background-color: #00bafe;
    border-radius: 4px;
}