* { -webkit-box-sizing: border-box; box-sizing: border-box; }

.opacity { opacity: 0; }

body { background-color: #fff; }

.center1200 { width: 1200px; margin: auto; }

.blockLink { display: inline-block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }


.questions_content {
    width: 1200px;
    margin: 36px auto;
}

.questions_content_l {
    width: 460px;
    height: 436px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 30px 0px #ebebeb;
    box-shadow: 0px 2px 30px 0px #ebebeb;
    border-radius: 6px;
    padding: 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.questions_content_l:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.questions_content_l_pic {
    width: 400px;
    height: 200px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.questions_content_num {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 14px;
    background-image: linear-gradient(17deg, 
		#ff882e 0%, 
		#ffad68 100%);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-family: 'Arial';
}

.questions_content li a{font-size: 15px;
color:
#696969;
font-weight: bold;
margin-bottom: 10px;
display: block;
}
.questions_content li {
    width: 100%;
    
    padding: 22px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 30px 0px  #ebebeb;
    box-shadow: 0px 2px 30px 0px  #ebebeb;
    border-radius: 6px;
    margin-bottom: 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.questions_content li:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.questions_content_title {
    font-size: 16px;
    color: #323232;
}

.questions_content_text {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 5px 0 13px;
}

.questions_content_text.short {
    width: 352px;
    margin: 0;
}

.questions_content_text.short:before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #d8d8d8;
    margin: 8px 0;
}

.questions_content_elips {
    margin: 8px 0 18px;
}

.questions_content_elips i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 1px;
}

.questions_content_link {
    font-size: 14px;
    color: #f7d7ad;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 4;
}

.questions_content_link:before, .questions_content_link:after {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 3px 0 3px 3px;
    border-left-color: #f7d7ad;
    position: absolute;
    top: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.questions_content_link::before {
    right: -8px;
}

.questions_content_link:after {
    right: -12px;
}

.questions_content_link:hover {
    color: #ff7800;
}

.questions_content_link:hover:before, .questions_content_link:hover:after {
    border-left-color: #ff7800;
}

.types {
    width: 100%;
    
    background:#ebf1f6;
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

.types > img {
    width: 1612px;
    max-width: none;
    position: absolute;
    top: 97px;
    left: 50%;
    margin-left: -652px;
}

.types_c {
    width: 1200px;
    margin: auto;
    height: 100%;
    position: relative;
}

.types_c .title:after,.about_c .title:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../../image/service/kfwb/sprite.png) -53px 0 no-repeat;
    margin: 7px auto 52px;
}

.types_l {
    position: relative;
    z-index: 2;
}

.types_l li {
    width: 400px;
    height: 378px;
    padding: 23px 40px 0;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#00d4e0)), -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(0deg, #f8f8f8 0%, #00d4e0 100%), linear-gradient(#f6f6f6, #f6f6f6);
    background-blend-mode: normal, normal, normal;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    float: left;
    text-align: center;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.types_l li.on {
    width: 400px;
    height: 472px;
    padding-top: 67px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#00d4e0)), -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(0deg, #f8f8f8 0%, #00d4e0 100%), linear-gradient(#f6f6f6, #f6f6f6);
    background-blend-mode: normal, normal, normal;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    border-radius: 10px;
    top: -44px;
    z-index: 2;
}

.types_l li.on .types_lb {
    background-color: #ff9e51;
    background-image: linear-gradient(20deg, #ff9e51 0%, #ff923a 100%), linear-gradient(#f0f4f7, #f0f4f7);
}

.types_l li.on .types_lb * {
    color: #fff !important;
}

.types_l li.on .types_lb_tab {
    background-color: #fe78d3;
    background-image: linear-gradient(17deg, #fe78d3 0%, #f9698b 100%);
}

.types_l li.on .types_l_btn,
.types_l li.on .types_l_server {
    opacity: 1;
    z-index: 1;
}

.types_ll {
    border-radius: 8px 0px 0px 8px;
}

.types_lr {
    border-radius: 0px 8px 8px 0px;
}

.types_lt {
    font-size: 20px;
    color: #444444;
    font-weight: bold;
}

.types_ld {
    font-size: 14px;
    color: #969696;
    margin: 5px auto 10px;
}

.types_lp {
    color: #ff6440;
}

.types_lp font {
    font-family: 'Helvetica-Black';
    font-weight: bold;
    font-size: 16px;
}

.types_lp span {
    font-family: 'Helvetica-Black';
    font-weight: bold;
    font-size: 40px;
    position: relative;
    top: 2px;
    margin: 0 -2px 0 -8px;
}

.types_lp label {
    font-size: 14px;
}

.types_l_server {
    width: 117px;
    height: 117px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffad68;
    background-image: linear-gradient(17deg, #ff882e 0%, #ffad68 100%), linear-gradient(#ffffff, #ffffff);
    border: 7px solid #fff;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(194, 161, 135, 0.4);
    box-shadow: 0px 3px 13px 0px rgba(194, 161, 135, 0.4);
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 104px;
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    opacity: 0;
    z-index: -1;
}

.types_l_server:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.types_l_server i {
    display: inline-block;
    width: 48px;
    height: 50px;
    background: url(../../image/service/kfwb/sprite.png) -162px -93px no-repeat;
    vertical-align: middle;
}

.types_lb {
    width: 320px;
    height: 200px;
    background-color: #eef2f6;
    border-radius: 8px;
    margin-top: 16px;
    text-align: left;
    position: relative;
}

.types_lb dd {
    padding: 0 18px 0 18px;
    height: 61px;
    border-top: 1px dashed #dfe5e9;
    padding-top: 17px;
}

.types_lb dd:first-child {
    border-top: 0;
    padding-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.types_lb dd:first-child span {
    color: #6f6f6f;
    line-height: 61px;
    display: inline;
}

.types_lb dd:first-child label {
    line-height: 61px;
    display: inline;
}

.types_lb dd + dd {
    height: 112px;
}

.types_lb dd + dd + dd {
    height: 127px;
}

.types_lb dd label {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
}

.types_lb dd span {
    font-size: 14px;
    color: #9ca0a4;
    display: inline-block;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

.types_lb_tab {
    width: 34px;
    height: 34px !important;
    border-radius: 50%;
    background-color: #a19fff;
    background-image: linear-gradient(17deg, #7570fa 0%, #a19fff 100%);
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 0 !important;
    border: 0 !important;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}

.types_l_btn {
    margin-top: 16px;
    line-height: 43px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.types_l_btn a {
    display: inline-block;
    width: 159px;
    height: 43px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.types_l_btn a:hover {
    opacity: .8;
}

.types_l_btnl {
    background-color: #9592ff;
}

.types_l_btnr {
    background-color: #ff7199;
}

.types_b {
    position: absolute;
    bottom: 70px;
    left: 0;
}

.types_b li {
    float: left;
    width: 129px;
    height: 129px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#00d4e0)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(0deg, #f8f8f8 0%, #00d4e0 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal, normal;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    border-radius: 8px;
    margin-left: 15px;
    text-align: center;
    padding-top: 35px;
}

.types_b li p {
    font-size: 16px;
    color: #5c5c5c;
    margin-top: 10px;
}

.types_b li:first-child {
    width: 334px;
    height: 129px;
    background-image: linear-gradient(30deg, #f3f3f8 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    box-shadow: 0px 2px 30px 0px rgba(9, 17, 23, 0.1);
    border-radius: 8px;
    margin-left: 0;
    margin-right: 2px;
    text-align: left;
    padding: 29px 0 0 38px;
    position: relative;
}

.types_b li:first-child:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 17px 0px 17px 10px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -17px;
}

.types_b li:first-child p {
    margin: 0;
}

.title_zh {
    font-size: 36px;
    color: 
    #4d4d4d;
}
.title {
    text-align: center;
}
.title_zh::after {
    content: "";
    display: block;
    margin: 1px auto 5px;
    width: 37px;
    height: 1px;
    background: url(../../image/service/kfwb/sprite.png) 0 -6px no-repeat;
}

.title_en {
    font-size: 16px;
    color: 
    #959595;
}
.types_b li:first-child p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #9592ff;
}

.types_b li:first-child p:first-child + p {
    font-size: 14px;
    color: #a9a8b9;
}


.common_title { text-align: center; position: relative; }
.common_title_t1 { font-size: 30px; font-weight: bold; color: #181818; text-shadow: 1px 1px 20px #9a9a9a; position: relative; z-index: 2; }
.common_title_t1 strong { color: #f35555; }
.common_title_t1:before, .common_title_t1:after { content: ''; display: inline-block; width: 60px; height: 47px; margin: 0 6px; vertical-align: middle; }
.common_title_t1:before { background: url(../../image/service/promotion/common_title_bg_l.png) center no-repeat; }
.common_title_t1:after { background: url(../../image/service/promotion/common_title_bg_r.png) center no-repeat; }
.common_title_t2 { font-size: 14px; color: #b9b9b9; position: relative; z-index: 2; }
.common_title_elips { margin-top: 12px; position: relative; z-index: 2; }
.common_title_elips i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #dfdfdf; margin: 0 1px; }
.common_title_en { margin-top: -62px; position: relative; z-index: 1; }
.common_title.white .common_title_t1 { color: #fff; font-weight: bold; text-shadow: none; }
.common_title.white .common_title_t1:before { background: url(../../image/service/promotion/common_title_bg_l_white.png) center no-repeat; }
.common_title.white .common_title_t1:after { background: url(../../image/service/promotion/common_title_bg_r_white.png) center no-repeat; }
.common_title.white .common_title_t2 { color: #666666; }
.common_title.white .common_title_elips i { background-color: rgba(223, 223, 223, 0.4); }

.banner { width: 100%; height: 569px; position: relative; background: url(../../image/service/promotion/banner.jpg) center no-repeat; }
.banner_link { display: inline-block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.banner_guide { width: 1200px; height: 178px; -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.11); box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.11); border-radius: 6px; position: absolute; left: 50%; margin-left: -600px; bottom: -102px; background: url(../../image/service/promotion/guide_bg.png) top right no-repeat, #fff; padding: 26px 20px; }
.banner_guide_title_l { font-size: 18px; font-weight: bold; color: #252525; }
.banner_guide_title_link { position: relative; top: 6px; margin-left: 8px; }
.banner_guide_title_link a { font-size: 12px; font-weight: bold; color: #878787; margin: 0 12px; position: relative; -webkit-transition: all 0.2s; transition: all 0.2s; }
.banner_guide_title_link a:after { content: ''; display: inline-block; width: 1px; height: 8px; background-color: #878787; position: absolute; right: -12px; top: 5px; }
.banner_guide_title_link a:hover { color: #ff6600; }
.banner_guide_title_notes { font-size: 12px; color: #7a7a7a; margin-left: 12px; position: relative; top: 6px; }
.banner_guide_title_notes strong { color: #ff8a5e; }
.banner_guide_form { margin: 22px 0 16px; }
.banner_guide_form input { width: 100%; padding: 0 20px; height: 40px; font-size: 12px; font-weight: bold; }
.banner_guide_form_sel { width: 203px; height: 43px; background-color: #f3f3f3; border-radius: 4px; border: solid 2px #f0f0f0; position: relative; }
.banner_guide_form_sel span { font-size: 12px; color: #7a7a7a; font-weight: bold; background-color: #f3f3f3; display: inline-block; width: 100%; height: 100%; padding: 0 20px; line-height: 40px; cursor: pointer; }
.banner_guide_form_sel span:after { content: ''; float: right; width: 6px; height: 6px; border-bottom: 2px solid #cbcbcb; border-right: 2px solid #cbcbcb; margin-top: 16px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.banner_guide_form_sel.on span:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.banner_guide_form_sel ul { position: absolute; width: 203px; top: 39px; left: -2px; z-index: 4; display: none; }
.banner_guide_form_sel ul li { font-size: 12px; color: #7a7a7a; font-weight: bold; border: solid 2px #f0f0f0; border-top: none; line-height: 42px; background-color: #fff; padding: 0 20px; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; }
.banner_guide_form_sel ul li:after { content: ''; float: right; width: 5px; height: 5px; border-top: 2px solid #cbcbcb; border-right: 2px solid #cbcbcb; margin-top: 20px; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.banner_guide_form_sel ul li:hover { color: #ff6600; }
.banner_guide_form_sel ul li:hover:after { border-color: #ff6600; }
.banner_guide_form_link { width: 353px; height: 43px; background-color: #ffffff; border-radius: 4px; border: solid 2px #f0f0f0; margin-left: 10px; }
.banner_guide_form_name { width: 200px; height: 43px; background-color: #ffffff; border-radius: 4px; border: solid 2px #f0f0f0; margin-left: 10px; }
.banner_guide_form_tel { width: 212px; height: 43px; background-color: #ffffff; border-radius: 4px; border: solid 2px #45e598; margin-left: 10px; }
.banner_guide_form_btn { width: 163px; height: 43px; background-image: linear-gradient(150deg, #f555e4 0%, #9b9ebd 0%, #40e696 0%, #3dd4aa 54%, #3ac2bd 100%); border-radius: 4px; margin-left: -4px; font-size: 16px; font-weight: bold; color: #fff; text-align: center; line-height: 42px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.banner_guide_form_btn:hover { background-image: linear-gradient(-150deg, #f555e4 0%, #9b9ebd 0%, #40e696 0%, #3dd4aa 54%, #3ac2bd 100%); }
.banner_guide_news { line-height: 30px; }
.banner_guide_news_slide { width: 1060px; }
.banner_guide_news_slide p { display: inline-block; margin-left: 28px; }
.banner_guide_news_slide label { display: inline-block; width: 60px; height: 15px; background-color: #3f3f3f; border-radius: 2px; font-size: 12px; color: #fff; text-align: center; line-height: 15px; position: relative; vertical-align: middle; }
.banner_guide_news_slide label:after { content: ''; display: inline-block; border: solid transparent; border-width: 3px 0 3px 3px; border-left-color: #3f3f3f; position: absolute; right: -2px; top: 5px; }
.banner_guide_news_slide b { font-size: 12px; color: #464545; font-weight: bold; margin: 0 8px; vertical-align: middle; }
.banner_guide_news_slide span { display: inline-block; font-size: 12px; color: #8a8989; width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; }
.banner_guide_news_slide .prev, .banner_guide_news_slide .next { display: inline-block; width: 16px; height: 14px; background-color: #ffffff; border-radius: 2px; border: solid 1px #e6e6e6; vertical-align: middle; line-height: 14px; }
.banner_guide_news_slide .prev i, .banner_guide_news_slide .next i { display: inline-block; width: 100%; height: 100%; opacity: 0.4; -webkit-transition: all 0.2s; transition: all 0.2s; }
.banner_guide_news_slide .prev i:hover, .banner_guide_news_slide .next i:hover { opacity: 1; }
.banner_guide_news_slide .prev { margin: 0 5px 0 64px; }
.banner_guide_news_slide .prev i { background: url(../../image/index/guide_slide_arrow_l.png) center no-repeat; }
.banner_guide_news_slide .next i { background: url(../../image/index/guide_slide_arrow_r.png) center no-repeat; }

.thirdpartnar { padding-top: 160px; padding-bottom: 52px; background: url(../../image/service/promotion/thirdparternar_bg.png) center 130px no-repeat; }
.thirdpartnar ul { width: 1200px; margin: auto; padding-top: 30px; }
.thirdpartnar li { float: left; }
.thirdpartnar_item { width: 384px; border-radius: 6px; margin-left: 24px; -webkit-transition: all 0.2s; transition: all 0.2s; position: relative; }
.thirdpartnar_item1 { height: 508px; background-image: linear-gradient(-45deg, #29b8f1 0%, #9495b5 0%, #ff7178 0%, #fb6389 54%, #f65599 100%); margin-left: 0 !important; }
.thirdpartnar_item1 .thirdpartnar_item_text { color: #ffbdcf; }
.thirdpartnar_item1 .thirdpartnar_item_title { text-shadow: 0px 1px 8px rgba(193, 63, 98, 0.6); }
.thirdpartnar_item1 .thirdpartnar_item_btn a { background-image: linear-gradient(-21deg, #ff7e3d 0%, #ffb647 99%); }
.thirdpartnar_item1 .thirdpartnar_item_btn a:hover { background: #ffb647; }
.thirdpartnar_item1 dl { background-image: -webkit-gradient(linear, left bottom, left top, from(#ffebef), color-stop(99%, #ffffff)); background-image: linear-gradient(0deg, #ffebef 0%, #ffffff 99%); }
.thirdpartnar_item2 { height: 508px; background-image: linear-gradient(-45deg, #ffa347 0%, #ff8557 35%, #ff6666 100%); }
.thirdpartnar_item2 .thirdpartnar_item_text { color: #ffbbb2; }
.thirdpartnar_item2 .thirdpartnar_item_title { text-shadow: 0px 1px 8px rgba(194, 86, 64, 0.6); }
.thirdpartnar_item2 .thirdpartnar_item_btn a { background-image: linear-gradient(-21deg, rgba(255, 56, 109, 0.96) 1%, rgba(255, 71, 148, 0.96) 100%); }
.thirdpartnar_item2 .thirdpartnar_item_btn a:hover { background: #fb6389; }
.thirdpartnar_item2 dl { background-image: -webkit-gradient(linear, left bottom, left top, from(#ffeceb), color-stop(99%, #ffffff)); background-image: linear-gradient(0deg, #ffeceb 0%, #ffffff 99%); }
.thirdpartnar_item3 { height: 314px; background-image: linear-gradient(-45deg, #ff725a 0%, #ff8b51 35%, #ffa347 100%); margin-bottom: 13px; }
.thirdpartnar_item3 .thirdpartnar_item_text { color: #ffd1b2; }
.thirdpartnar_item3 .thirdpartnar_item_title { text-shadow: 0px 1px 8px rgba(194, 120, 64, 0.6); }
.thirdpartnar_item3 dl { background-image: -webkit-gradient(linear, left bottom, left top, from(#fff1eb), color-stop(99%, #ffffff)); background-image: linear-gradient(0deg, #fff1eb 0%, #ffffff 99%); }
.thirdpartnar_item4 { height: 180px; background-image: linear-gradient(-45deg, #ff626a 0%, #ff7263 35%, #ff825c 100%); }
.thirdpartnar_item4 .thirdpartnar_item_text { color: #ffbdb2; }
.thirdpartnar_item4 .thirdpartnar_item_title { text-shadow: 0px 1px 8px rgba(194, 86, 64, 0.6); }
.thirdpartnar_item4 dl { background-image: -webkit-gradient(linear, left bottom, left top, from(#ffeceb), color-stop(99%, #ffffff)); background-image: linear-gradient(0deg, #ffeceb 0%, #ffffff 99%); }
.thirdpartnar_item4 dd { padding: 24px 14px !important; }
.thirdpartnar_item:hover { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.thirdpartnar_item_tag { position: absolute; left: 13px; top: 13px; }
.thirdpartnar_item_tag img { margin-right: 4px; }
.thirdpartnar_item_title { font-size: 22px; color: #fff; font-weight: bold; padding-top: 25px; text-align: center; margin-top: -9px; }
.thirdpartnar_item_text { font-size: 14px; color: #ffbdcf; text-align: center; }
.thirdpartnar_item_btn { margin-top: 20px; position: relative; z-index: 2; }
.thirdpartnar_item_btn a { display: block; width: 130px; height: 40px; border-radius: 20px; text-align: center; line-height: 40px; -webkit-transition: all 0.2s; transition: all 0.2s; margin: auto; font-size: 16px; color: #fff; font-weight: bold; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.thirdpartnar_item dl { text-align: left; width: 344px; margin: 16px auto 0; border-radius: 8px; }
.thirdpartnar_item dl dd { height: 67px; padding: 14px; }
.thirdpartnar_item dl dd:not(:first-child) { border-top: 1px solid rgba(255, 143, 165, 0.14); }
.thirdpartnar_item dl dd p { font-size: 14px; }
.thirdpartnar_item dl dd p:first-child { color: #4d4d4d; font-weight: bold; margin-bottom: 2px; }
.thirdpartnar_item dl dd p:first-child span { color: #4d4d4d; }
.thirdpartnar_item dl dd p span { color: #c2b2b5; }
.thirdpartnar_item dl dd p span:not(:first-child):before { content: ''; display: inline-block; width: 1px; height: 12px; background-color: #ff90a6; opacity: 0.16; margin: 0 10px; position: relative; top: 1px; }

.problem { height: 678px; background: url(../../image/service/promotion/problem_bg.jpg) center no-repeat; padding-top: 84px; }
.problem_list { width: 1240px; margin: 30px auto 0; }
.problem_list p { -webkit-transition: all 1s; transition: all 1s; }
@-webkit-keyframes floattext { 100% { -webkit-transform: translateX(-6px); transform: translateX(-6px); } }
@keyframes floattext { 100% { -webkit-transform: translateX(-6px); transform: translateX(-6px); } }
@-webkit-keyframes floattext2 { 100% { -webkit-transform: translateX(6px); transform: translateX(6px); } }
@keyframes floattext2 { 100% { -webkit-transform: translateX(6px); transform: translateX(6px); } }
.problem_list p.fl { -webkit-animation: floattext 1s infinite alternate; animation: floattext 1s infinite alternate; }
.problem_list p.fr { -webkit-animation: floattext2 1s infinite alternate; animation: floattext2 1s infinite alternate; }
.problem_list1 { padding: 0px 200px 0 150px; }
.problem_list1 p { -webkit-animation-delay: 0.2s !important; animation-delay: 0.2s !important; }
.problem_list2 { margin: 80px 0 120px; padding: 0px 22px 0 100px; }
.problem_list2 p { -webkit-animation-delay: 0.4s !important; animation-delay: 0.4s !important; }
.problem_list3 { padding: 0 0 0 20px; }
.problem_list3 p { -webkit-animation-delay: 0.2s !important; animation-delay: 0.2s !important; }
.problem_list span { display: inline-block; line-height: 46px; padding: 0 14px; color: #fff; font-size: 18px; position: relative; }
.problem_list span.short { font-weight: bold; background-image: linear-gradient(-21deg, #3ac2bd 0%, #40e596 99%); -webkit-box-shadow: 0px 1px 10px 0px #decccc; box-shadow: 0px 1px 10px 0px #decccc; border-radius: 23px 4px 4px 23px; }
.problem_list span.short.arrow { position: relative; }
.problem_list span.short.arrow:before { content: ''; display: inline-block; border: solid transparent; border-width: 6px 6px 6px 0; border-right-color: #4cdf9f; position: absolute; left: -5px; top: 17px; }
.problem_list span.large { background-image: linear-gradient(-21deg, #40e696 1%, #3bc2bd 100%); -webkit-box-shadow: 0px 1px 10px 0px #decccc; box-shadow: 0px 1px 10px 0px #decccc; border-radius: 4px 23px 23px 4px; margin-left: 3px; padding-right: 30px; }
.problem_list span.large.arrow { position: relative; }
.problem_list span.large.arrow:after { content: ''; display: inline-block; border: solid transparent; border-width: 6px 0 6px 6px; border-left-color: #40e696; position: absolute; right: -5px; top: 17px; }

.how { padding-top: 48px; height: 772px; background: url(../../image/service/promotion/how_bg.jpg) center no-repeat; }
.how_list { width: 1208px; margin: 72px auto 56px; position: relative; }
.how_list li { width: 291px; height: 180px; float: left; background-color: #ffffff; -webkit-box-shadow: 1px 1px 30px 0px rgba(214, 152, 155, 0.3); box-shadow: 1px 1px 30px 0px rgba(214, 152, 155, 0.3); border-radius: 10px; margin: 4px; text-align: center; -webkit-transition: all 0.2s; transition: all 0.2s; }
.how_list li:hover { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.how_list_elips { padding: 16px 16px 0; text-align: left; display: none;}
.how_list_elips i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: rgba(218, 207, 233, 0.5); margin-right: 1px; }
.how_list_icon { display: block; width: 45px; height: 42px; margin: 9px auto 0; line-height: 36px; }
.how_list_title { font-size: 18px; color: #3d3a51; margin: 18px 0 8px; }
.how_list_text { padding: 0 16px 0; color: #999999; font-size: 14px; }
.how_form { width: 590px; margin: auto; height: 48px; background-color: #ffffff; -webkit-box-shadow: 0px 1px 20px 0px rgba(164, 186, 207, 0.4); box-shadow: 0px 1px 20px 0px rgba(164, 186, 207, 0.4); border-radius: 8px; overflow: hidden; }
.how_form_name { width: 200px; height: 100%; font-size: 14px; padding: 0 10px 0 38px; border-right: 1px solid #eae8f2; background: url(../../image/service/promotion/icon_name.png) 15px 15px no-repeat; }
.how_form_tel { width: 246px; height: 100%; font-size: 14px; padding: 0 10px 0 38px; background: url(../../image/service/promotion/icon_tel.png) 14px 16px no-repeat; }
.how_form_btn { display: inline-block; width: 142px; height: 48px; background-color: #ffa775; font-size: 16px; color: #fff; font-weight: bold; text-align: center; line-height: 48px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.how_form_btn:hover { opacity: 0.8; }

.process { height: 398px; background: url(../../image/service/promotion/process_bg.jpg) center no-repeat; }
.process_list { width: 1200px; margin: 56px auto 0; }
.process_list li { float: left; width: 16.66%; text-align: center; position: relative; }
.process_list li:not(:first-child):before { content: ''; width: 20px; height: 170px; display: inline-block; background: url(../../image/service/promotion/process_lines.png); position: absolute; top: -18px; left: -10px; }
.process_list_pic { width: 58px; height: 56px; line-height: 56px; margin: auto; padding: 0; -webkit-transition: all 0.2s; transition: all 0.2s; }
.process_list_title { font-size: 18px; font-weight: bold; color: #3b3b3b; line-height: 36px; margin: 20px 0 3px; }
.process_list_elips i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #d8d9d9; margin: 0 1px; }
.process_list_text { font-size: 12px; color: #cccccc; margin-bottom: 13px; font-family: 'Arial'; font-weight: lighter; letter-spacing: -1px; }

.case { height: 804px; background: url(../../image/service/promotion/case_bg.jpg) center no-repeat; padding-top: 70px; position: relative; }
.case:before, .case:after { content: ''; display: block; width: 100%; height: 9px; position: absolute; background-color: #fff; -webkit-box-shadow: 0 0 20px 2px rgba(52, 52, 52, 0.22); box-shadow: 0 0 20px 2px rgba(52, 52, 52, 0.22); }
.case:before { top: 0; }
.case:after { bottom: 0; }
.case_list { width: 1200px; height: 544px; margin: 12px auto; position: relative; }
.case_list li { width: 277px; height: 544px; margin: 0 60px; padding-top: 86px; position: relative; float: left; -webkit-transition: all 0.6s; transition: all 0.6s; background: url(../../image/service/promotion/case_shadow.png) center 396px no-repeat; }
.case_list li.on { background: url(../../image/service/promotion/case_shadow.png) center 479px no-repeat; }
.case_list li.on .case_list_pic { -webkit-transform: scale(1.51); transform: scale(1.51); }
.case_list li.on .case_list_text { width: 420px; opacity: 1; -webkit-transition: all 1s 0.2s; transition: all 1s 0.2s; }
.case_list_pic { width: 277px; height: 335px; -webkit-box-shadow: 0px 5px 26px 3px rgba(113, 113, 113, 0.33); box-shadow: 0px 5px 26px 3px rgba(113, 113, 113, 0.33); border-radius: 6px; overflow: hidden; background-color: #fff; -webkit-transition: all 0.6s; transition: all 0.6s; }
.case_list_pic img { width: 100%; }
.case_list_text { width: 0; height: 60px; overflow: hidden; background-image: -webkit-gradient(linear, left bottom, left top, from(#00b8b1), color-stop(99%, #09d974)); background-image: linear-gradient(0deg, #00b8b1 0%, #09d974 99%); position: relative; top: 27px; left: -71px; border-radius: 0 0 6px 6px; padding: 0 20px; line-height: 60px; opacity: 0; -webkit-transition: none; transition: none; }
.case_list_text span { font-size: 16px; color: #fff; font-weight: bold; }
.case_list_text i { float: right; width: 24px; height: 24px; margin-top: 20px; background-color: #ffffff; -webkit-box-shadow: 0px 2px 30px 0px #2f8f52; box-shadow: 0px 2px 30px 0px #2f8f52; border-radius: 50%; text-align: center; line-height: 24px; }
.case_list_text i:before { content: ''; display: inline-block; width: 6px; height: 6px; vertical-align: middle; border-top: 2px solid #2ac464; border-right: 2px solid #2ac464; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.case_list .prev, .case_list .next { display: inline-block; width: 44px; height: 44px; background-color: #28c663; -webkit-box-shadow: 1px 1px 30px 0px rgba(160, 153, 214, 0.35); box-shadow: 1px 1px 30px 0px rgba(160, 153, 214, 0.35); border-radius: 50%; position: absolute; top: 234px; line-height: 44px; z-index: 4; text-align: center; -webkit-transition: all 0.2s; transition: all 0.2s; }
.case_list .prev:before, .case_list .next:before { content: ''; display: inline-block; width: 10px; height: 10px; border-top: 2px solid #fff; vertical-align: middle; -webkit-transition: all 0.2s; transition: all 0.2s; }
.case_list .prev:hover, .case_list .next:hover { background-color: #fff; }
.case_list .prev:hover:before, .case_list .next:hover:before { border-color: #27c763; }
.case_list .prev { left: -11px; }
.case_list .prev:before { border-left: 2px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.case_list .next { right: -11px; }
.case_list .next:before { border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.team { width: 100%; height: 838px; padding-top: 74px; background: url(../../image/service/promotion/team_bg.jpg) center no-repeat; }
.team_list { width: 1222px; margin: 25px auto; position: relative; }
.team_list li { width: 588px; height: 370px; margin: 0 11px; }
/* .team_list li .showhover { display: none; } */
.team_list li:hover .shownow { display: none; }
.team_list_content { padding: 20px 12px 20px 20px; background-color: #ffffff; -webkit-box-shadow: 1px 1px 10px 0px rgba(196, 196, 196, 0.5); box-shadow: 1px 1px 10px 0px rgba(196, 196, 196, 0.5); border-radius: 10px; }
.team_list_pic { width: 200px; height: 220px; border-radius: 12px; }
.team_list_text { width: 336px; }
.team_list_name { font-size: 20px; color: #191919; font-weight: bold; margin-bottom: 10px; }
.team_list_gray { font-size: 14px; color: #a6a6a6; }
.team_list_title { font-size: 14px; color: #2e2e2e; font-weight: bold; margin-bottom: 8px; }
.team_list_title:before { content: ''; display: block; width: 18px; height: 1px; background-color: #ddd; margin: 12px 0; }
.team_list_normal { font-size: 14px; line-height: 24px; color: #828282; }
.team_list_elips { margin-top: 18px; }
.team_list_elips i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #dddddd; margin: 0 1px; }
.team_list .prev, .team_list .next { display: inline-block; width: 44px; height: 44px; background-color: #ffffff; -webkit-box-shadow: 1px 1px 30px 0px rgba(160, 153, 214, 0.35); box-shadow: 1px 1px 30px 0px rgba(160, 153, 214, 0.35); border-radius: 50%; position: absolute; top: 110px; line-height: 44px; text-align: center; -webkit-transition: all 0.2s; transition: all 0.2s; }
.team_list .prev:before, .team_list .next:before { content: ''; display: inline-block; width: 10px; height: 10px; border-top: 2px solid #28c777; vertical-align: middle; -webkit-transition: all 0.2s; transition: all 0.2s; }
.team_list .prev:hover, .team_list .next:hover { background-color: #28c777; }
.team_list .prev:hover:before, .team_list .next:hover:before { border-color: #fff; }
.team_list .prev { left: -11px; }
.team_list .prev:before { border-left: 2px solid #28c777; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.team_list .next { right: -11px; }
.team_list .next:before { border-right: 2px solid #28c777; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.questions { background-color: #f5f7f8;}
.questions_content { width: 1200px; margin: 36px auto; }
.questions_content_l { width: 460px; height: 436px; background: #fff; -webkit-box-shadow: 0px 2px 30px 0px #ebebeb; box-shadow: 0px 2px 30px 0px #ebebeb; border-radius: 6px; padding: 30px; -webkit-transition: all 0.2s; transition: all 0.2s; position: relative; }
.questions_content_l:hover { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.questions_content_l_pic { width: 400px; height: 200px; border-radius: 6px; margin-bottom: 30px; }
.questions_content_num { display: inline-block; width: 30px; height: 30px; border-radius: 50%; margin-right: 14px; background-image: linear-gradient(150deg, #f555e4 0%, #9b9ebd 0%, #40e696 0%, #3dd4aa 54%, #3ac2bd 100%); font-size: 16px; color: #fff; text-align: center; line-height: 30px; font-family: 'Arial'; }
.questions_content li { padding: 22px 30px; background-color: #fff; -webkit-box-shadow: 0px 2px 30px 0px #ebebeb; box-shadow: 0px 2px 30px 0px #ebebeb; border-radius: 6px; margin-bottom: 20px; -webkit-transition: all 0.2s; transition: all 0.2s; position: relative; }
.questions_content li:hover { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.questions_content_title { font-size: 16px; color: #323232; }
.questions_content_text { font-size: 14px; line-height: 24px; color: #999999; margin: 5px 0 13px; }
.questions_content_text.short { width: 352px; margin: 0; }
.questions_content_text.short:before { content: ''; display: block; width: 18px; height: 1px; background-color: #d8d8d8; margin: 8px 0; }
.questions_content_elips { margin: 8px 0 18px; }
.questions_content_elips i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #dddddd; margin: 0 1px; }
.questions_content_link { font-size: 14px; color: #f7d7ad; position: relative; -webkit-transition: all 0.2s; transition: all 0.2s; z-index: 4; }
.questions_content_link:before, .questions_content_link:after { content: ''; display: inline-block; border: solid transparent; border-width: 3px 0 3px 3px; border-left-color: #f7d7ad; position: absolute; top: 8px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.questions_content_link::before { right: -8px; }
.questions_content_link:after { right: -12px; }
.questions_content_link:hover { color: #ff7800; }
.questions_content_link:hover:before, .questions_content_link:hover:after { border-left-color: #ff7800; }

.cooperation { height: 590px; background-color: #fff; padding-top: 60px; display:none}
.cooperation_list { width: 1200px; margin: 30px auto 0; height: 351px; background-color: #ffffff; border-top: solid 1px #e7e7e7; border-right: solid 1px #e7e7e7; }
.cooperation_list li { float: left; width: calc(1199px / 7); height: 117px; border-left: solid 1px #e7e7e7; border-bottom: solid 1px #e7e7e7; text-align: center; line-height: 117px; }
