.banner {
    display: table;
    width: 100%;
    background-color: #002c53;
    background-image: url(../images/join/banner-bg.png);
    background-repeat: no-repeat; margin-top: 60px;
    background-position: 50% 100%; height: 450px;
    background-size: 1356px 141px;
    min-width: 1000px;
	margin-bottom: 100px;
}
.banner .info{
	position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.banner .slogan{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-top: 80px;
    width: 100%;
    text-align: center;
}
.banner .slogan h2{
    margin-bottom: 20px;
    color: #fff;
    font-size: 36px;
}
.banner .slogan p {
    margin-bottom: 10px;
    padding: 0 200px;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}
.banner .slogan span {
    margin-bottom: 50px;
    padding: 0 200px; display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}
.banner .slogan .btn-blue {
    background: #ef1c22;
	padding:10px 30px;
    border-color: #00c1de;
    margin: 0 5px;
    line-height: 34px;
    height: 34px; border-radius: 4px;
    font-size: 16px;
    min-width: 68px;color: #fff;
    text-align: center;
    outline: none;

}
.banner .join-step-wrap {
    position: absolute;
    left: 10px;
    bottom: -40px;
    z-index: 10;
    width: 1200px;
    height: 80px;
    box-sizing: border-box;
    padding: 40px 40px 0;
    background: #ef1c22;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
}
.banner .join-step-wrap ul {
    float: left;
    border-top: 2px solid #f73c41;
}
.banner .join-step-wrap ul li {
    position: relative;
    top: -20px;
    float: left;
    margin-left: 132px;
    line-height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.banner .join-step-wrap ul li.first {
    margin-left: 0;
}
.banner .join-step-wrap ul li span {
    padding: 15px;
    background: #ef1c22;
}
.banner .join-step-wrap ul li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
}
.section{
	overflow: hidden;
    margin-bottom: 40px;}
.section .hd {
    margin-bottom: 40px;
    text-align: center;
}
.section .hd h2 {
    font-size: 24px;
    color: #373d41;
}

.advantage > ul {
    margin-top: 40px;
}
.advantage .item li {
    width: 285px;
    background: #FFF;    
	margin: 10px 20px;
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
    margin-left: -1px;
    float: left;
}
.advantage .item li:nth-child(4n){margin-right: 0}
.advantage .item h5 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: .1em;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.advantage .item p {
    color: #999;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
}
.advantage .item .imgcc {
    width: 180px;
    height: 180px;
    display: block;
    margin: 5% 0 15% 11%;
}
.advantage .item .imgcc img {
    width: 180px;
    border-radius: 100%;
}
.condition {    background-color: #F5F5F6; padding-top: 50px;padding-bottom: 30px;}
.condition .y-row {
    max-width: 1200px;
    margin: auto;
}
.condition .y-row .y-span3 {
    width: 23%;
    float: left;height: 160px;
    display: inline;
    margin-right: 2%;
}
.condition .y-row .y-listitem {
    height: 60px;
    padding-left: 40px;
    display: block;
}
.condition .y-row .y-listitem h3 {
    font-size: 32px;
    color: #ef1c22; margin-bottom: 10px;
    margin-top: 5px;
    font-weight: bolder;
    transition: color .3s;
}
.condition .y-row .y-listitem  p {
    color: #373d41;font-size: 14px;
    overflow: hidden;
}

.join-form .formlist{
	padding: 10px 0;
}
.join-form .formlist .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 710px;
}
.join-form .formlist .title {
    padding-bottom: 10px;
}
.join-form .formlist .title .title_text {
    font-weight: normal;
    margin: 0;font-size: 14px;
    color: #333333;
    vertical-align: top;
}
.join-form .formlist .title .title_text > *:last-child:after{
    content: '*';
    font-weight: 700;
    color: #f00;
    margin-left: 5px;
}
.join-form .formlist .title .required {
    font-weight: 700;
    color: #f00;
}
.join-form .formlist .inputs input[type=text], .join-form .formlist textarea{
    width: 100%;  cursor:text;
}
.join-form .formlist textarea{
    width: 100%;  cursor:text; height: 100px;
}
.join-form .formlist .survey_form_input {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height:32px;
    font-size: 14px;
    resize: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.join-form .formlist .survey_form_input:focus{
  outline: none;
  border: 1px solid #ef1c22;
}

.join-form .survey_control {
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.join-form .survey_control .survey_btn {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background-color: #ef1c22;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    width: 85px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
}