/*banner图 开始*/
.banner {
    background: -webkit-linear-gradient(left, #19dcce 20% , #4998dd 30%,#8b3cf0 10%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #19dcce 20%, #4998dd 30%,#8b3cf0 50%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #19dcce 20%, #4998dd 30%,#8b3cf0 50%); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #19dcce 20% , #4998dd 30%,#8b3cf0 50%); /* 标准的语法 */
}
.banner .banner_BG{
    /*background: url(../images/index-banner.png) no-repeat;*/
    width: 320px;
    height: 100%;
    position: absolute;
    right:50px;
    bottom: 0;
}
.banner .banner_BG{
    width: 620px;
    overflow: hidden;
    right: 0;
    width: 620px;
    overflow: hidden;
    position: relative;
}
.inline-list{
    position: absolute;
    width: 2480px;
    margin: 0;
    padding: 0;
    list-style: none
}
.inline-list li{
    float: left;
    padding-top: 80px;
}
.banner .banner_left_bg{
    background: url(../images/index-banner1.png) no-repeat;
    height: 450px;
    width: 600px;
    position: absolute;
    left: -31px;
}
.banner h3{
    font-weight: bold;
    font-size: 38px;
    margin: 184px 0;
    text-align: right;
}
#carousel-example-generic{
    margin-top: 96px;
}
#carousel-example-generic .item:first-child {
    padding-top: 10%;
}
.carousel-inner>.item{ min-height: 375px;}
/*内容版块1 开始*/
.main{
    margin-top: 40px;
    /*padding: 60px 0;*/
    /*min-width: 1340px;*/
}
.main h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 116px;
}
.main .img_bg,.main .img_bg1,.main .img_bg2{
    text-indent: -99999px;
    overflow: hidden;
}
.main .img_bg,.main .img_bg1,.main .img_bg2{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.main .img_bg{
    background-position: 0 -1983px;
}
.main .img_bg1{
    background-position: 0 -2108px;
}
.main .img_bg2{
    background-position: -5px -2264px;
}
.main .thumbnail{
    border: none;
    background: none;
    position: relative;
}
.thumbnail .caption{
    padding-top: 26%;
}

.main .caption h3{
    font-size: 16px;
    margin: 40px 0 30px;
    font-weight: bold;
}
.main .caption p{
    font-size: 15px;
    text-align: justify;
    text-align-last: center;
}

/*内容版块2 开始*/
.neuron{
    /*background: #fafafa url(../images/tim_change_04.png) no-repeat right;*/
    padding: 100px 0;
}
@media (max-width: 991px) {
    .neuron{
        padding: 80px 0;
    }
}
.main.neuron p{
    font-size: 20px;
}
.main.neuron h3{
    margin-bottom: 40px;
}
.main_img {
    text-align: center;
}
/*内容版块2 开始*/
.cooperation_company{
    margin-top: 200px;
    margin-bottom: 180px;
}
.cooperation_company h3{
    font-size: 30px;
    text-align: center;
}
.cooperation_company p{
    text-align: center;
    font-size: 20px;
}
.cooperation_company h4 span{
    display: block;
    text-indent: 99999px;
    overflow: hidden;
}

/*内容3 信息注册版块*/
.main .main_banner{
    /*height: 300px;*/
    width: 100%;
    background:#fafafa url(../images/index-bg.png) no-repeat top;
    padding-bottom: 95px;
}
.main .main_banner h3{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 133px 0;
    /*line-height: 300px;*/
}
.form-inline{
    margin-top: 15%;
}
@media (max-width: 640px) {
    .main .main_banner h3{
        padding: 117px 0;
    }
}
@media (max-width: 1199px) {
    .banner h3 {
        margin: 163px 0;
    }
}
@media (max-width: 991px) {
    .form-inline {
        margin-top: 10%;
    }
    .banner{
        height: 300px;
    }
    .banner h3 {
        margin: 88px 0;
    }
}
@media (min-width: 768px){
    .form-inline .form-control {
        width: 100%;
    }
}
@media (max-width: 669px) {
    .banner h3 {
        margin:68px 0;
    }
}

.form-control-feedback{
    left: 10px;
    color: #fe5f5f;
    top:8px;
}
.form-control{
    padding: 6px 18px;
    margin: 10px 0;
    height: 48px;
}
.form-group button{
    margin-top: 40px;
    width: 170px;
    height: 42px;
    font-size: 14px;
}