
.index-title{
    text-align: center;
}
.index-title h2{
    font-size: 28px;
}
.index-title h2 span{
    padding: 0 3px;
    color: #0093dd;
}
.index-title h2 b{
    color: #f7bb47;
    padding: 0 3px;
}
.index-title p{
    font-size: 16px;
    color: #444;
}
.index-title h1 span{
    padding: 0 3px;
    color: #0093dd;
}
.index-title h1 b{
    color: #f7bb47;
    padding: 0 3px;
}
.index-title p{
    font-size: 16px;
    color: #444;
    line-height: 44px;
}
.title1{
    padding: 30px 0;
}
.adv-box{

}
.adv-box .adv-pic{
    float: left;
    width: 48%;
}
.adv-box .adv-pic img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.adv-box .adv-text{
    float: left;
    padding: 30px 0 0 35px;
    width: 50%;
}
.adv-box .adv-text > dt{
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.adv-box .adv-text > dt span{
    display: inline-block;
    float: left;
    color: #fff;
    background: url(/assets/index/imgs/icon_numbg.png) no-repeat center;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    margin-right: 20px;
}
.adv-box .adv-text > dt h3{
    font-size: 22px;
    color: #0093dd;
    line-height: 1.5;
    margin: 0;
}
.adv-box .adv-text > dt p{
    font-size: 16px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.adv-box .adv-text > dd p{
    line-height: 26px;
    font-size: 15px;
    color: #666;
}
.adv-box .adv-text > dd a.serbtn{
    display: block;
    width: 120px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #f7bb47;
    margin-top: 35px;
}
.adv-box .adv-text > dd a.serbtn:hover{
    background-color: #eaaf3c;
}
.index-adv li{
    padding: 25px 0;
}
.index-adv li:nth-child(odd) .adv-pic{
    float: right;
}
.index-adv li:nth-child(even) .adv-text{
    float: right;
}

.index-step {
    margin-bottom: 20px;
}

.index-step ul li {
    width: 120px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding: 25px 0 40px;
}
.index-step ul li img {
    display: block;
    margin: 0 auto;
    padding: 14px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 50%;
}
.index-step ul li b {
    display: block;
    font-size: 34px;
    color: #ccc;
    line-height: 1;
    padding: 30px 0 25px;
}
.index-step ul li p {
    color: #666;
    line-height: 1;
}
.index-step ul li:hover {
    border-color: #0093dd;
    background-color: #0093dd;
    cursor: pointer;
    color: #fff;
}
.index-step ul li:hover b {
    color: #fff;
}
.index-step ul li:hover p {
    color: #fff;
}

.leaving {
    height: 583px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/assets/index/imgs/39@2x.png);
}
.message {
    padding-top: 60px;
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
}
.send_input {
    display: flex;
    margin: 20px auto;
    width: 800px;
    height: 400px;
}
.input_left {
    height: 100%;
    width: 50%;
}
.input_left>input {
    margin-top: 10%;
    margin-left: 10%;
    width: 320px;
    height: 40px;
    border: 1px solid #8A8A8A;
    background: none;
    padding: 10px;
}

.name1 {
    color: #FFFFFF;
}
.input_right {
    width: 50%;
    height: 100%;
}
.input_left>textarea {
    margin-left: 10%;
    margin-top: 10%;
    width: 320px;
    overflow-y: hidden;
    /* max-width: 390px; */
    height: 166px;
    background: none;
    border: 1px solid #8A8A8A;
    overflow-x: hidden;
    resize: none;
    color: white;
    /* padding: 10px; */
}
textarea {
    padding-top: 10px;
    padding-left: 10px;
}
.input_right>input {
    margin-top: 10%;
    margin-left: 10%;
    width: 320px;
    height: 40px;
    border: 1px solid #8A8A8A;
    background: none;
    padding: 10px;
}
.input_right>button {
    background: rgba(255,255, 255, 0.5) none repeat scroll !important;
    margin-top: 10%;
    margin-left: 10%;
    width: 320px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #8A8A8A;
}
.input_right>button>span {
    color: #FFFFFF !important;
}
input::-webkit-input-placeholder {
    color: #FFFFFF;
}
input:-moz-placeholder {
    color: #FFFFFF;
}
input::-moz-placeholder {
    color: #FFFFFF;
}
input:-ms-input-placeholder {
    color: #FFFFFF;
}

textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}
textarea:-moz-placeholder {
    color: #FFFFFF;
}
textarea::-moz-placeholder {
    color: #FFFFFF;
}
textarea::-ms-input-placeholder {
    color: #FFFFFF;
}

.honor {
    clear: both;
    padding-top: 50px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.honor .t {
    text-align: center;
}
.honor .t span {
    font-size: 19px;
    color: #999;
    display: block;
}
.honor .t em {
    font-size: 25px;
    background: url(/assets/index/imgs/nav_bg.jpg) no-repeat 196px;
    height: 41px;
    line-height: 35px;
    color: #000;
    font-family: "微软雅黑", tahoma, arial, sans-serif;
}
.honor ul {
    padding-top: 30px;
}
ul, ol, li {
    list-style: none;
}
.honor ul li {
    padding-top: 10px;
    float: left;
    margin-right: 20px;
}
.honor ul li a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
.clear {
    clear: both;
}
.vod {
    background: url(/assets/index/imgs/vod_bg.jpg) no-repeat center;
    height: 482px;
    margin-top: 50px;
    color: #fff;
    padding-top: 50px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.vod .left {
    width: 447px;
}
.vod .right {
    border: 3px solid #FFF;
}
.vod .left span {
    display: block;
    font-size: 26px;
}
.vod .left b {
    font-size: 26px;
    line-height: 45px;
}
.vod .left em {
    font-size: 16px;
}
.vod .left p {
    margin-top: 30px;
    line-height: 28px;
}
