﻿div.gwt{
    width: 100%;
}
div.gwt-referral{
    height: 572px;
    width: 100%;
    background: url("../image/gwt-a.png") no-repeat center;
    background-size: cover;
overflow: hidden;
}
div.gwt-details{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
div.gwt-details>h1{
    font-size: 24px;
    font-weight:400;
    margin-top: 131px;
    font-stretch: normal;
    color: #474747;
}



div.gwt-details>p{
    margin-top: 37px;
    width: 950px;
    font-size: 16px;
    color: #474747;
}
p.gwt_rj_title {
	font-size: 24px!important;
    font-weight: 400;
    margin-top: 131px!important;
    font-stretch: normal;
    color: #474747!important;
	
}
div.gwt-details>a{
    margin-top: 50px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #00bafe;
    border-radius: 4px;
    transition: all 0.2s;
}
div.gwt-details>a:hover{
    font-size:26px;
    box-shadow: 0px 4px 26px #4eb8e4;
}
div.gwt-details>img{
    width: 183px;
    height: 281px;
    position: absolute;
    top:0px;
    right:50px;
}

div.gwt-trial{
    width: 100%;
    height: 648px;
    background: url("../image/gwt-trial.png") no-repeat center;
    background-size:cover;
overflow: hidden;
}
div.gwt-trial2{
    width: 1200px;
    margin: 0 auto;
}
p.rj_sq_title {
    margin-top: 82px;
    font-size: 24px;
    color: #444444;
    font-weight: 400;
    text-align: center;
}
div.gwt-trial2-rt{
    position: relative;
    width: 300px;
    float: left;
    margin-top: 60px;
    opacity: 0;
}
div.gwt-trial2-drt{
    animation-name: gwt;
    -webkit-animation-name: gwt;
    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 gwt {
    0%{opacity:0}
    0% {
        transform: translateX(-200%) scaleX(1);
    }
    30%{
        transform: translateX(10%) scaleX(1);
    }
    40%{
        transform: translateX(2%) 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.gwt-trial2-rt>a{
    text-align: center;
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #00bafe;
    border-radius: 4px;
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto;
    transition: all 0.2s;
}
div.gwt-trial2-rt>a:hover{
    font-size:26px;
    box-shadow: 0px 4px 26px #4eb8e4;
}
ul.gwt-trial2-lt{
    width: 700px;
    height: 330px;
    float: right;
    margin-top: 60px;

}
ul.gwt-trial2-lt>li{
    position: relative;
    width: 100%;
    height: 118px;
    opacity: 0;

}
ul.gwt-trial2-lt>li.haha{
    animation-name: gwt1;
    -webkit-animation-name: gwt1;
    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 gwt1 {
    0%{opacity:0}
    0% {
        transform: translateX(100%) scaleX(1);
    }
    30%{
        transform: translateX(-10%) scaleX(1);
    }
    40%{
        transform: translateX(2%) 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}
}
p.rj_t1_big{
    font-size: 20px!important;
    font-weight:300;
    color: #444444;
}
ul.gwt-trial2-lt>li>p{
    margin-top: 19px;
    width: 647px;
    height: 46px;

    font-size: 16px;
    color: #444444;
}

div.gwt-teamwork{
    width: 100%;
    height: 870px;
}
div.gwt-teamwork-a{
    width: 1200px;
    height: 753px;
    margin:49px auto;
    background: url("../image/msk.png") no-repeat center;
    background-size: cover;
}
div.gwt-teamwork-a>h1{
    text-align: center;
    margin-top: 39px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #444444;
}
div.gwt-teamwork-a>ul{
    height: 300px;
    width: 220px;
    float: left;
    margin-top: 69px;
    opacity: 0;

}
div.gwt-teamwork-a>ul.work{
    animation-name: work;
    -webkit-animation-name: work;
    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 work {
    0%{opacity:0}
    0% {
        transform: translateX(-150%) scaleX(1);
    }
    30%{
        transform: translateX(20%) scaleX(1);
    }
    40%{
        transform: translateX(2%) 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.gwt-teamwork-a>ul>li{
    text-align: center;
    width:100%;
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    transition: all 0.2s;
}
div.gwt-teamwork-a>ul>li.team{
    background-color: #00bafe;
    border: solid 1px #00bbff;
}
div.gwt-teamwork-a>ul>li.team a{
    color: #fff;
}
div.gwt-teamwork-a>ul>li.team:hover{
    font-size: 18px;
    box-shadow: 0px 4px 26px #4eb8e4;
}

div.gwt-teamwork-a>ul>li:nth-child(2),div.gwt-teamwork-a>ul>li:nth-child(3),div.gwt-teamwork-a>ul>li:nth-child(4),div.gwt-teamwork-a>ul>li:nth-child(5){
    margin-top:20px;
}
div.gwt-teamwork-a>ul>li a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #7d7d7d;
}
div.gwt-teamwork-c{
    width: 950px;
    height: 600px;
    float: right;
    margin-top: 69px;
    opacity: 0;
}
div.gwt-teamwork-ch{
    animation-name: work1;
    -webkit-animation-name: work1;
    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 work1 {
    0%{opacity:0}
    0% {
        transform: translateX(150%) scaleX(1);
    }
    30%{
        transform: translateX(-20%) scaleX(1);
    }
    40%{
        transform: translateX(2%) scaleX(1);
    }
    50%{
        transform: translateX(0%) scaleX(1.1);
    }
    60%{
        transform: translateX(0%) scaleX(1);
    }
    70% {
        transform: translateX(0%) scaleX(1.05);
    }
    80%{
        transform: translateX(0%) scaleX(1);
    }
    90% {
        transform: translateX(0%) scaleX(1.01);
    }
    100%{
        transform: translateX(0%) scaleX(1);
    }
    to{opacity:1}
}

p.gwt-teamwork-p1{
    text-align: center;
    line-height: 48px;
    width: 100%;
    height: 48px;
    background-color: #00bafe;
    font-size: 18px;
    color: #ffffff;
}
p.gwt-teamwork-p2{
text-align: center;
    margin: 22px 0;
}
p.gwt-teamwork-p2>a{
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    display: inline-block;
    width: 218px;
    height: 44px;
    background-color: #00bafe;
    border-radius: 3px;
}
table.biao{
    height: 415px;;
    width: 100%}
table.biao tr>td:first-child{
    background: #f8f8f8;
    border: solid 1px #e5e5e5;
    text-align: center;
    width: 190px;
    height: 100px;
    font-size: 14px;
    color: #666666;
}
table.biao tr>td{
    text-align: center;
    background: #fff;
    border: solid 1px #e5e5e5;
    color: #767676;
    font-size: 14px;
}