﻿body{
    background-color:#fbfbfb;
}
.promote_top img{
    width:100%;
}
.promote_top a{
    color: white;
    text-align: center;
    display: block;
    margin-top: -120px;
    margin-bottom:120px;
    font-size: 30px;
}
.what_box{
    background-color: #ffffff;
	box-shadow: 0px 5px 13px 1px 
		rgba(68, 68, 68, 0.11);
    border-radius: 5px;
    margin-top:-75px;
}
.watermark_what{
    position: relative;
}
.watermark_what .watermark_whats{
    font-size:72px;
    color: #f4f4f4;
    text-align: center
}
.watermark_what h2{
    color: #424242;
    font-size: 24px;
    position: absolute;
    top: 42px;
    left: 42%;
}
.watermark_what h2 span{
    color: #ff8e29;  
    font-size: 24px;   
}
.what_box p{
    font-size: 16px;
	line-height: 24px;
    color: #828282;
    padding: 0px 50px 50px;
    text-align: center;
}
.role{
    background-color:#fbfbfb;
    padding-bottom:50px;
}
.role_box{

}
.role_box img{
    float: left;
    margin-left:50px;
}
.role_box ul{
    float: left;
    margin-left:50px;
}
.role_box ul li{
    position: relative;
    margin-left:20px;
    margin-top:10px;
}
.role_box ul li span{
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color:#ff8e29;
    display: block;
    position: absolute;
    left:-20px;
    top:5px;
}
.do_box ul{

}
.do_box ul li{
    float: left;
    text-align: center;
    width: 300px;
    position: relative;
}
.do_box ul li::after{
    content:"";
    width: 1px;
	height: 120px;
    background-color: #e2e2e2;
    position: absolute;
    top:60px;
    right:0px;
}
.do_box ul li:last-child::after{
    content:"";
    width: 1px;
	height: 120px;
    background-color:#fbfbfb;
    position: absolute;
    top:60px;
    right:0px;
}
.do_box ul li img{
    display: block;
    margin:auto;
}
.do_box ul li p{
    font-size: 18px;
    color: #424242;
}

.do_box ul li span{
    font-size: 16px;
    color: #828282;
    width: 225px;
    display:block;
    margin:auto;
}
.superiority_box{
    background-color:#fff;
    padding-bottom:50px;
}
.superiority{

}
.superiority ul{
    border-top:1px solid  #e2e2e2;
    border-bottom:1px solid  #e2e2e2;
    margin:30px 0px 50px;
}
.superiority ul li{
    float: left;
    width: 200px;
    padding:0px 15px;
   text-align: center;
    margin-left:42px;
    margin-bottom:20px;
    position: relative;
}
.superiority ul li::before{
    content: "";
    width: 1px;
	height: 325px;
	background-color: #e2e2e2;
    position: absolute;
    top:-20px;
    left:2px;
}
.superiority ul li::after{
    content: "";
    width: 1px;
	height: 325px;
	background-color: #e2e2e2;
    position: absolute;
    top: -20px;
    right: -2px;
}
.superiority ul li:first-child{
    margin-left:0px;
    padding:0px 0px 0px 30px;
    margin-right:18px;
}
.superiority ul li:first-child::before{
    content: "";
    width: 1px;
	height: 325px;
	background-color: #e2e2e2;
    position: absolute;
    top:-20px;
    left:20px;
}
.superiority ul li:first-child::after{
    content: "";
    width: 1px;
	height: 325px;
	background-color: #e2e2e2;
    position: absolute;
    top: -20px;
    right: -16px;
}
.superiority ul li:last-child{
    padding:0px 30px 0px 0px;
    margin-left:52px;
}
.superiority ul li:last-child::before{
    content: "";
    width: 1px;
	height: 325px;
	background-color: #e2e2e2;
    position: absolute;
    top:-20px;
    left:-12px;
}
.superiority ul li:last-child::after{
    content: "";
    width: 1px;
	height: 325px;
	background-color: #e2e2e2;
    position: absolute;
    top:-20px;
    right: 20px;
}
.superiority ul li img{
    display:block;
    margin:auto;
    
}
.superiority ul li p{
    color: #424242;
    font-size:18px;
    margin: 30px 0px 10px 0px;
}
.superiority ul li span{
    color: #828282;
    font-size:14px;
    text-align: left;
}
.join{
    background:url(../images/rwtg4-bg.png) no-repeat;
}
.join .join_box{
    overflow: hidden;
    padding:52.5px 0px;
    margin-left: 33%;
}
.join .join_box span{
    font-size: 30px;
    color: #ffffff;
    float: left;
    margin-right:50px;
    
}
.join .join_box span a{
    width: 140px;
	height: 36px;
	background-color: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    color: #ffa141;
    display: block;
    float: left;
    text-align: center;
    line-height:36px;
    margin-top: 4px;
}
@media (max-width:375px){
    .promote_top a {
        color: white;
        text-align: center;
        display: block;
        margin-top: -55px;
        margin-bottom: 55px;
        font-size: 22px;
    }
    .watermark_what h2 {
        left: 28%;
    }
    .role .watermark_what .watermark_whats {
        display: none;
    }
    .role .watermark_what h2{
        position: static;
        text-align: center;
        padding: 50px 0px;
    }
    .role_box img {
        margin-left: 0px;
        width: 100%;
    }
    .role_box ul {
        margin-left: 0px;
        padding: 10px;
    }
    .do_box ul li::after {
        content: "";
        width: 0px;
        height: 0px;
    }
    .do_box ul li {
        margin: 10px 37px;
    }
    .superiority_box .watermark_what .watermark_whats {
        font-size: 59px;
    }
    .superiority_box .watermark_what h2 {
        left: 34%;
        top:32px;
    }
    .superiority ul{
        border-top:none;
        border-bottom:none;
        margin:30px 0px 0px;
    }
    .superiority ul li::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:first-child{
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .superiority ul li:first-child::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:first-child::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:last-child{
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .superiority ul li:last-child::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:last-child::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li {
        border:1px solid #e2e2e2;
        width: 315px;
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .join .join_box{
        padding:38px 0px;
    }
    .join .join_box {
        margin-left:7px;
    }
    .join .join_box span{
        font-size:23px;
        margin-right:0px;
    }
}
@media (min-width: 320px) and (max-width:360px){
    .superiority_box .watermark_what .watermark_whats {
        font-size: 50px;
    }
    .superiority ul li:first-child {
         margin: 10px auto 30px;
    }
    .superiority ul li {
        margin: 10px auto 30px;
        float: none;
    }
    .superiority ul li:last-child {
        margin: 10px auto 30px;
    }
    .do_box ul li {
        float: none;
        margin:0px  auto 20px;
    }
    .join .join_box {
        padding: 38px 0px 4px;
    }
}
@media (min-width:361px) and (max-width:575px){
    .promote_top a {
        color: white;
        text-align: center;
        display: block;
        margin-top: -55px;
        margin-bottom: 55px;
        font-size: 22px;
    }
    .watermark_what h2 {
        left: 28%;
    }
    .role .watermark_what .watermark_whats {
        display: none;
    }
    .role .watermark_what h2{
        position: static;
        text-align: center;
        padding: 50px 0px;
    }
    .role_box img {
        margin-left: 0px;
        width: 100%;
    }
    .role_box ul {
        margin-left: 0px;
        padding: 10px;
    }
    .do_box ul li {
        float: none;
        margin:0px  auto 20px;
    }
    .do_box ul li::after {
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority_box .watermark_what .watermark_whats {
        font-size: 59px;
    }
    .superiority_box .watermark_what h2 {
        left: 34%;
        top:32px;
    }
    .superiority ul{
        border-top:none;
        border-bottom:none;
        margin:30px 0px 0px;
    }
    .superiority ul li::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:first-child{
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .superiority ul li:first-child::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:first-child::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:last-child{
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .superiority ul li:last-child::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:last-child::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li {
        border: 1px solid #e2e2e2;
        width: 315px;
        padding: 0px 15px 15px;
        margin: 10px auto 30px;
        float: none;
    }
    .superiority ul li:first-child {
        margin: 10px auto 30px;
    }
    .superiority ul li:last-child {
        margin: 10px auto 30px;
    }
    .join .join_box{
        padding:38px 0px;
    }
    .join .join_box {
        margin-left:7px;
    }
    .join .join_box span{
        font-size:23px;
        margin-right:0px;
    }
}
@media (min-width: 576px) and (max-width: 1199px) {
    .promote_top a {
        color: white;
        text-align: center;
        display: block;
        margin-top: -55px;
        margin-bottom: 55px;
        font-size: 22px;
    }
    .watermark_what h2 {
        left: 28%;
    }
    .role .watermark_what .watermark_whats {
        display: none;
    }
    .role .watermark_what h2{
        position: static;
        text-align: center;
        padding: 50px 0px;
    }
    .role_box img {
        margin-left: 0px;
        width: 100%;
    }
    .role_box ul {
        margin-left: 0px;
        padding: 10px;
    }
    .do_box ul li {
        float: none;
        margin:0px  auto 20px;
    }
    .do_box ul li::after {
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority_box .watermark_what .watermark_whats {
        font-size: 59px;
    }
    .superiority_box .watermark_what h2 {
        left: 34%;
        top:32px;
    }
    .superiority ul{
        border-top:none;
        border-bottom:none;
        margin:30px 0px 0px;
    }
    .superiority ul li::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:first-child{
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .superiority ul li:first-child::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:first-child::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:last-child{
        margin: 10px 30px;
        padding: 0px 15px 15px;
    }
    .superiority ul li:last-child::before{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li:last-child::after{
        content: "";
        width: 0px;
        height: 0px;
    }
    .superiority ul li {
        border: 1px solid #e2e2e2;
        width: 315px;
        padding: 0px 15px 15px;
        margin: 10px auto 30px;
        float: none;
    }
    .superiority ul li:first-child {
        margin: 10px auto 30px;
    }
    .superiority ul li:last-child {
        margin: 10px auto 30px;
    }
    .join .join_box{
        padding:38px 0px;
    }
    .join .join_box {
        margin-left:7px;
    }
    .join .join_box span{
        font-size:23px;
        margin-right:0px;
    }
    .footer{
        display: none;
    }
}

