.content {
    top: 0;
    left: 0;
    width: 100%;
}
/* structure css */
.banner .banner-img {
    position: relative;
	background: url(../images/b1.jpg) center center;
	min-width: 1200px;
	height: 528px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.banner .description {
    top: 0;
    left: 0;
    width: 100%;
    color: #f7f7f7;
}
.banner h2 {
    padding: 127px 0 32px 0;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
}
.banner .info {
    font-size: 20px;
    letter-spacing: 2px;
}
.banner img {
    position: relative;
    left: -5%;
    width: 110%;
}
.banner .line {
    position: relative;
    display: inline-block;
    top: -33px;
    margin: 0 auto;
    width: 290px;
    border-top: solid 1px #fff;
    z-index: 1;
}
.banner .lineleft {
    left: -149px;
}
.banner .lineright {
    right: -149px;
}
.des {
    height: 760px;
}
/*.des .des-img {
    position: absolute;
    top: 0;
    right: 0;
	background: url(../images/b2.jpg) center center;
	min-width: 1200px;
	height: 760px;
	margin: 0 auto;
	background-repeat: no-repeat;
}*/
.des .des-img {
    position: relative;
	background: url(../images/b2.jpg) center center;
	min-width: 1200px;
    height: 760px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.des .templates {
    padding: 135px 0;
}
.des .card {
    position: relative;
    width: 400px;
    height: 220px;
    background-color: #fe8437;
    float: left;
}
.des .card dt {
    padding: 58px 0 12px 45px;
}
.des .card dt h3 {
    text-align: left;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.des .card dd.info {
    padding-left: 45px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
}
.des .card dd.info.limit {
    width: 86%;
}
.des .card.fir:before, .des .card.sec:before, .des .card.thi:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 16px;
    width: 16px;
    background-color: #fe8437;
    transform: rotate(45deg);
}
.des .card.fir:before {
    top: 50%;
    left: -8px;
}
.des .card.sec:before {
    top: 50%;
    right: -8px;
}
.des .card.thi:before {
    top: -8px;
    left: 48%;
}
.team {
    height: 700px;
}
.team .team-img {
    position: relative;
	background: url(../images/b3.jpg) center center;
	min-width: 1200px;
    height: 700px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.team h2 {
    position: relative;
    padding: 100px 0;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.team .description {
    padding: 0 100px;
    width: 100%;
}
.team .card {
    position: relative;
    display: inline-block;
    padding-top: 42px;
    width: 250px;
    height: 300px;
    background-color: #fff;
    text-align: center;
    float: left;
    /*outline: solid 10px transparent;*/
    transition: .5s;
}
.team .card.first .inline {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.team .card:hover {
    background-color: #27a8e2;
    /*outline: solid 10px #27a8e2;*/
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    transition: .5s;
}
.team .card.sec:after, .team .card.thi:after {
    position: absolute;
    top: 35px;
    right: -0.5px;
    content: '';
    border-right: solid 1px #ddd;
    width: 0;
    height: 230px;
    transition: .5s;
    z-index: 1;
}
.team .card.sec:before {
    position: absolute;
    top: 35px;
    left: 0;
    content: '';
    border-right: solid 1px #ddd;
    width: 0;
    height: 230px;
    transition: .5s;
    z-index: 1;
}
.team .card.sec:hover:after, .team .card.thi:hover:after {
    content: none;
    transition: .5s;
}
.team .card.sec:hover:before, .team .card.thi:hover:before {
    content: none;
    transition: .5s;
}
.team .card dt h3 {
    padding-top: 26px;
    padding-bottom: 20px;
    font-size: 26px;
    color: #333;
    font-weight: 500;
    transition: .5s;
}
.team .card:hover dt h3 {
    color: #fff;
}
.team .card.first dt h3 {
    font-size: 23px;
}
.team .card dd.info {
    color: #555;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: .5s;
}
.team .card:hover dd.info {
    color: #fff;
}
.team .card.first dd.info {
    padding: 0 40px;
    line-height: 30px;
    font-size: 15px;
}
.time {
    height: 685px;
    background-color: #fff;
}
.time h2 {
    position: relative;
    padding: 100px 0;
    font-size: 32px;
    font-weight: 500;
    color: #3a3a3a;
}
.time .detail {
    margin-top: 150px;
}
.time .line, .time .dot, .time .block, .time .circle, .time .card {
    cursor: pointer;
}
.time .line {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: #ddd;
}
.time .block {
    position: absolute;
    width: 45px;
    height: 90px;
    background-color: #ddd;
    transition: .3s;
}
.time .block-left:hover, .time .block-right:hover {
    background-color: #fe8437;
}
.time .block.block-left {
    top: -40px;
    left: 0;
    background-color: #fe8437;
}
.time .block-left:after {
    position: absolute;
    top: 35px;
    right: 9px;
    content: '';
    width: 17px;
    height: 17px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    transform: rotate(-45deg);
}
.time .block.block-right {
    top: -40px;
    right: 0;
}
.time .block-right:after {
    position: absolute;
    top: 35px;
    left: 9px;
    content: '';
    width: 17px;
    height: 17px;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    transform: rotate(45deg);
}
.time .circle {
    position: absolute;
    top: -32px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #27a8e2;
    color: #27a8e2;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: .3s;
}
.time .circle:hover {
    background-color: #27a8e2;
    border: solid 2px #fff;
    box-shadow: 0 0 4px #27a8e2;
    color: #fff;
}
.time .card {
    position: absolute;
    padding: 20px;
    width: 210px;
    height: 110px;
    background-color: #ececec;
    color: #555;
    font-size: 15px;
    text-align: left;
    transition: .3s;
}
.time .card:hover {
    background-color: #27a8e2;
    color: #fff;
}
.time .card-one, .time .card-thr, .time .card-fiv {
    top: -155px;
}
.time .card-two, .time .card-fou, .time .card-six {
    bottom: -190px;
}
.time .card:after {
    position: absolute;
    content: '';
    z-index: 1;
    height: 16px;
    width: 16px;
    background-color: #ececec;
    transform: rotate(45deg);
    transition: .3s;
}
.time .card:hover:after {
    background-color: #27a8e2;
}
.time .card-one:after, .time .card-thr:after, .time .card-fiv:after {
    bottom: -8px;
    left: 30px;
}
.time .card-two:after, .time .card-fou:after, .time .card-six:after {
    top: -8px;
    left: 30px;
}
.time .card-one {
    left: 212px;
}
.time .card-thr {
    left: 452px;
}
.time .card-fiv {
    left: 781px;
}
.time .card-two {
    left: 332px;
}
.time .card-fou {
    left: 657px;
}
.time .card-six {
    left: 907px;
}
.time .dot {
    position: absolute;
    top: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #b8b8b8;
    border: solid 2px #aaa;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: .3s;
}
.time .dot span {
    position: absolute;
    left: -100%;
    top: 0;
    width: 300%;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    color: #aaa;
    letter-spacing: 0.5px;
    transition: .3s;
}
.time .dot:hover {
    background-color: #27a8e2;
    border-color: #188ee5;
}
.time .dot:hover span {
    color: #27a8e2;
}
.time .circle-one {
    left: 110px;
}
.time .dot-one {
    left: 240px;
}
.time .dot-two {
    left: 360px;
}
.time .dot-thr {
    left: 480px;
}
.time .circle-two {
    left: 555px;
}
.time .dot-fou {
    left: 685px;
}
.time .dot-fiv {
    left: 810px;
}
.time .dot-six {
    left: 935px;
}
.time .block-future {
    padding: 6px;
    top: -32px;
    left: 1010px;
    width: 105px;
    height: 72px;
    background: #27a8e2;
    border: solid 2px #188ee5;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.support {
    position: relative;
    background: #fafafa;
}
.support .description {
    top: 0;
    left: 0;
    width: 100%;
}
.support h2 {
    padding: 100px 0 40px 0;
    font-size: 32px;
    font-weight: 500;
}
.support .info {
    color: #222;
    font-weight: 500;
}
.support a {
    padding: 0 5px;
    color: #27a8e2 !important;
    text-decoration: none;
}
.support .logo {
    margin: 90px auto;
    width: 935px;
}
.support .inline {
    margin-right: 25px;
    border: solid 1px #ececec;
}
.future {
    height: 440px;
}
.future .future-img {
    position: relative;
	background: url(../images/b4.jpg) center center;
	min-width: 1200px;
	height: 440px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.future h2 {
    position: relative;
    padding: 200px 0;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
}
/* sprite */
.ab_des1_outer {
    height: 220px;
    width: 400px;
    overflow: hidden;
}
.ab_des1 {
    background: url("../images/about-sprite.png") -0px -0px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_des2_outer {
    height: 220px;
    width: 400px;
    overflow: hidden;
}
.ab_des2 {
    background: url("../images/about-sprite.png") -0px -220px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_des3_outer {
    height: 220px;
    width: 400px;
    overflow: hidden;
}
.ab_des3 {
    background: url("../images/about-sprite.png") -0px -440px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_t3_outer {
    height: 104px;
    width: 104px;
    overflow: hidden;
}
.ab_t3 {
    background: url("../images/about-sprite.png") -400px -0px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_t2_outer {
    height: 104px;
    width: 104px;
    overflow: hidden;
}
.ab_t2 {
    background: url("../images/about-sprite.png") -504px -0px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_t4_outer {
    height: 104px;
    width: 104px;
    overflow: hidden;
}
.ab_t4 {
    background: url("../images/about-sprite.png") -400px -104px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_l1_outer {
    height: 104px;
    width: 290px;
    overflow: hidden;
}
.ab_l1 {
    background: url("../images/about-sprite.png") -400px -220px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_l2_outer {
    height: 104px;
    width: 290px;
    overflow: hidden;
}
.ab_l2 {
    background: url("../images/about-sprite.png") -400px -324px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_l3_outer {
    height: 104px;
    width: 290px;
    overflow: hidden;
}
.ab_l3 {
    background: url("../images/about-sprite.png") -400px -440px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_t1_outer {
    height: 84px;
    width: 158px;
    overflow: hidden;
}
.ab_t1 {
    background: url("../images/about-sprite.png") -504px -104px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_32_outer {
    height: 65px;
    width: 65px;
    overflow: hidden;
}
.ab_32 {
    background: url("../images/about-sprite.png") -608px -0px no-repeat;
    width: 100%;
    height: 100%;
}
.ab_31_outer {
    height: 65px;
    width: 65px;
    overflow: hidden;
}
.ab_31 {
    background: url("../images/about-sprite.png") -400px -544px no-repeat;
    width: 100%;
    height: 100%;
}
.description .detail{
    margin: auto;
    width: 860px;
    text-align: left;
    line-height: 30px;
}
