.margin0 {
    margin: 0 !important;
}
.blockLink {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.title {
    text-align: center;
}

.title_zh {
    font-size: 36px;
    color: #4d4d4d;
}

.title_zh:after {
    content: "";
    display: block;
    margin: 1px auto 5px;
    width: 37px;
    height: 1px;
    background: url(../image/sprite.png) 0 -6px no-repeat;
}

.title_en {
    font-size: 16px;
    color: #959595;
}

.white .title_zh {
  font-size: 36px;
  color: #fff;
}

.white .title_en {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.popbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popbox_c {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.popbox_video {
    width: 70%;
    position: relative;
    display: inline-block;
}

.popbox_video video {
    width: 100%;
}

.popbox_video img {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.popbox_video img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.content {
    width: 100%;
    overflow-x: hidden;
    background-color: #ebf1f6;
}

.content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner {
    width: 100%;
    height: 400px;
    background: url(../image/banner.jpg) top center no-repeat;
    position: relative;
    z-index: 2;
}

.banner_c {
    width: 1200px;
    margin: auto;
    position: absolute;
    top: 360px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner_cl {
    width: 450px;
    height: 605px;
    overflow: hidden;
    background-color: #000;
    border-radius: 10px 0px 0px 10px;
    position: relative;
}

.banner_cl video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner_clm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px 0px 0px 10px;
    text-align: center;
    padding-top: 112px;
    cursor: pointer;
}

.banner_clm img {
    margin-bottom: 30px;
}

.banner_clm:hover .banner_clmp {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.banner_clmp {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.banner_cr {
    width: 1200px;
}

.banner_crt {
    width: 740px;
    height: 420px;
    position: relative;
}

.banner_crb {
    margin-top: 10px;
    padding: 24px 40px 0 16px;
    width: 1200px;
    height: 175px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff882e), to(#ffad68));
    background-image: linear-gradient(0deg, #e821ab 0%, #ffd868 100%);
    border-radius: 10px;
}

.banner_crb_title_l {
    font-size: 18px;
    font-weight: bold;
    color: #f02228;
}

.banner_crb_title_l:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../image/banner_icon1.png);
    margin-right: 10px;
}

.banner_crb_title_link {
    position: relative;
    top: 6px;
    margin-left: 8px;
}

.banner_crb_title_link a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.banner_crb_title_link span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.banner_crb_title_link span:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 8px;
    background-color: #fff;
    opacity: 0.2;
    position: absolute;
    right: -12px;
    top: 5px;
}

.banner_crb_title_link span:hover {
    color: #f02228;
}

.banner_crb_title_notes {
    font-size: 12px;
    color: #fff;
    margin-left: 12px;
    position: relative;
    top: 6px;
}

.banner_crb_title_notes strong {
    color: #f02228;
}

.banner_crb_form {
    margin: 22px 0 10px;
    width:1170px;
    height: 48px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(241, 129, 42, 0.5);
    box-shadow: 0px 1px 20px 0px rgba(241, 129, 42, 0.5);
    border-radius: 8px;
}

.banner_crb_form input {
    width: 100%;
    padding: 0 40px;
    height: 48px;
    font-size: 12px;
}

.banner_crb_form_name {
    width: 225px;
    height: 48px;
    border-right: solid 1px #eae8f2;
    position: relative;
}

.banner_crb_form_name:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../image/banner_icon2.png) center no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
}

.banner_crb_form_tel {
    width: 292px;
    height: 48px;
    position: relative;
}

.banner_crb_form_tel:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../image/banner_icon3.png) center no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
}

.banner_crb_form_btn {
    width: 142px;
    height: 48px;
    background-color: #ff6600;
    border-radius: 0px 8px 8px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.banner_crb_form_btn:hover {
    background: #3ac2bd;
}

.banner_crb_news {
    line-height: 30px;
}

.banner_crt_slide {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner_crt_hd {
    position: absolute;
    left: 16px;
    bottom: 12px;
}

.banner_crt_hd li {
    color: transparent;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 6px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.banner_crt_hd li.on {
    width: 17px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 3px;
}

.banner_crb_news_slide {
    width: 100%;
}

.banner_crb_news_slide p {
    display: inline-block;
    margin-right: 28px;
    max-width: 280px;
    color: #ffc599;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_crb_news_slide label {
    display: inline-block;
    padding: 0 4px;
    height: 15px;
    background-color: #f56a00;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    position: relative;
    vertical-align: middle;
}

.banner_crb_news_slide label:after {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 3px 0 3px 3px;
    border-left-color: #f56a00;
    position: absolute;
    right: -2px;
    top: 5px;
}

.banner_crb_news_slide b {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 0 6px;
    vertical-align: middle;
}

.banner_crb_news_slide span {
    /* display: inline-block; */
    font-size: 12px;
    color: #ffc599;
    max-width: 160px;
    
    vertical-align: middle;
}

.banner_crb_news_slide .prev, .banner_crb_news_slide .next {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px 0px 0px 2px;
    border: solid 1px #ffc599;
    vertical-align: middle;
    line-height: 14px;
    text-align: center;
    position: relative;
}

.banner_crb_news_slide .prev i, .banner_crb_news_slide .next i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffbc8a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    position: absolute;
    top: 3px;
}

.banner_crb_news_slide .prev i {
    border-left: 2px solid #ffbc8a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
}

.banner_crb_news_slide .next i {
    border-right: 2px solid #ffbc8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}

.banner_crb_news_slide .prev:hover, .banner_crb_news_slide .next:hover {
    background-color: #ffbc8a;
}

.banner_crb_news_slide .prev:hover i, .banner_crb_news_slide .next:hover i {
    border-color: #ffff;
}


.types {
    width: 100%;
    height: 1057px;
    background: url(../image/shadow.png) center 67px no-repeat, #ebf1f6;
    position: relative;
    padding-top: 170px;
    overflow: hidden;
}

.types > img {
    width: 1612px;
    max-width: none;
    position: absolute;
    top: 97px;
    left: 50%;
    margin-left: -652px;
}
.typesb {
    width: 100%;
    height: 1057px;
    background: url(../image/shadow.png) center 67px no-repeat, #ebf1f6;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}
.typesb > 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: 478px;
    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: 550px;
    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: #da251d;
    background-image: linear-gradient(20deg, #da251d 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/sprite.png) -162px -93px no-repeat;
    vertical-align: middle;
}

.types_lb {
    width: 320px;
    height: 300px;
    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 span {
    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;
}

.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;
}

.about {
    height: 997px;
    position: relative;
    background: url(../image/about_bg.png) center no-repeat;
    margin: -46px 0 -18px;
}

.about_c {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin: auto;
    padding-top: 126px;
}
.about_slide{
  margin-top: -38px;
}
.about_slide_hd ul{
  text-align: center;
}
.about_slide_hd li{
  width: 180px;
  height: 42px;
  display: inline-block;
  margin: 0 14px;
  border:2px solid #b2b3fa;
  font-size: 16px;
  color: #cecefb;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.about_slide_hd li:after{
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 6px 6px 0 6px;
  border-top-color: #ffa673;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;

}
.about_slide_hd li.on{
  border-color: #ffa673;
  background-color: #ffa673;
  color: #fff;
}
.about_slide_hd li.on:after{
  opacity: 1;
}
.about_slide_bd{
  width: 1132px;
  height: 316px;
  margin: 54px auto 0;
  position: relative;
  padding: 47px 0 0 44px;
}
.about_title{
  font-size: 24px;
  color: #484848;
}
.about_title:after{
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background: url(../image/about_lines.png);
  margin: 15px 0 1px;
}
.about_text p{
  font-size: 16px;
  color: #7b7b7b;
  line-height: 50px;
  border-bottom: 1px solid #e7e7f3;
  white-space: nowrap;
}
.about_text p:first-child{
  width: 605px;
}
.about_text p:nth-child(2){
  width: 280px;
}
.about_text p:nth-child(3){
  width: 430px;
}
.about_text:after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 5px;
  background: url(../image/about_dots.png);
  margin-top: 22px;
}
.about_pic{
  width: 484px;
  height: 259px;
  position: absolute;
  top: 29px;
  right: -34px;
}
.about .prev,.about .next{
  display: inline-block;
  width: 58px;
	height: 63px;
  border-radius: 10px;
  position: absolute;
  left: -34px;
}
.about .prev:hover,.about .next:hover{
  opacity: 0.9;
}
.about .prev:before,.about .next:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 22px;


}
.about .prev:before{
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: 22px;
}
.about .next:before{
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 16px;
}
.about .prev{
  background-image: linear-gradient(40deg, 
		#ff9439 0%, 
    #fe8a4b 100%);
    top: 96px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.about .next{
  background-image: linear-gradient(40deg, 
  #7c76fe 0%, 
  #9a97ff 100%);
  top: 164px;
}
.process {
    height: 450px;
    padding-top: 60px;
    background: url(../image/process_bg.png) center no-repeat;
}
.about_list{
  width: 1132px;
  margin: auto;
  padding-top: 30px;
}
.about_list li{
  float: left;
  width: 25%;
  text-align: center;
}
.about_list_pic{
  display: inline-block;
  width: 76px;
  height: 76px;
  line-height: 64px;
  border-radius: 50%;
  padding: 6px;
  background-color: rgba(66, 62, 184,0.2);
  position: relative;
}
.about_list_pic:before{
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #423eb8;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top:6px;
}
.about_list_pic img{
  position: relative;
  z-index: 2;
}
.about_list_title{
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin: 3px 0 5px;
}
.about_list_text{
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  opacity: 0.5;
}
.process_c {
    width: 1200px;
    margin: auto;
}

.process ul {
    margin-top: 54px;
}

.process li {
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
}

.process li:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 15px;
    background: url(../image/sprite.png) -301px -5px no-repeat;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -8px;
}

.process li:first-child:before {
    display: none;
}

.process_num {
    width: 26px;
    height: 26px;
    border: solid 1px #a9bfe2;
    border-radius: 50%;
    font-size: 12px;
    color: #a9bfe2;
    line-height: 24px;
    margin: auto;
}

.process_icon {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.process_text {
    font-size: 16px;
    color: #6f6f6f;
}

.process_l1 .process_icon i {
    display: inline-block;
    width: 49px;
    height: 47px;
    background: url(../image/sprite.png) 0 -37px no-repeat;
    vertical-align: middle;
}

.process_l2 .process_icon i {
    display: inline-block;
    width: 44px;
    height: 45px;
    background: url(../image/sprite.png) -62px -37px no-repeat;
    vertical-align: middle;
}

.process_l3 .process_icon i {
    display: inline-block;
    width: 41px;
    height: 43px;
    background: url(../image/sprite.png) -124px -37px no-repeat;
    vertical-align: middle;
}

.process_l4 .process_icon i {
    display: inline-block;
    width: 46px;
    height: 43px;
    background: url(../image/sprite.png) -184px -38px no-repeat;
    vertical-align: middle;
}

.process_l5 .process_icon i {
    display: inline-block;
    width: 47px;
    height: 41px;
    background: url(../image/sprite.png) -250px -41px no-repeat;
    vertical-align: middle;
}

.process_l6 .process_icon i {
    display: inline-block;
    width: 47px;
    height: 41px;
    background: url(../image/sprite.png) -311px -38px no-repeat;
    vertical-align: middle;
}

.process_l7 .process_icon i {
    display: inline-block;
    width: 52px;
    height: 36px;
    background: url(../image/sprite.png) -373px -43px no-repeat;
    vertical-align: middle;
}

.process_l8 .process_icon i {
    display: inline-block;
    width: 41px;
    height: 45px;
    background: url(../image/sprite.png) -443px -37px no-repeat;
    vertical-align: middle;
}

.process_b {
    width: 745px;
    height: 152px;
    margin: 37px auto 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(231, 226, 226, 0.55);
    box-shadow: 0px 1px 5px 0px rgba(231, 226, 226, 0.55);
    border-radius: 8px;
    position: relative;
}

.process_bi {
    width: 926px;
    height: 54px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(181, 181, 181, 0.3);
    box-shadow: 0px 2px 10px 0px rgba(181, 181, 181, 0.3);
    border-radius: 4px;
    border: solid 2px #7ea6e7;
    position: absolute;
    top: 49px;
    left: -91px;
}

.process_bi input {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}

.process_bi i {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 9px;
}

.process_bil {
    width: 304px;
    height: 100%;
    border-right: 1px solid rgba(129, 129, 129, 0.3);
}

.process_bil i {
    width: 20px;
    height: 20px;
    background: url(../image/sprite.png) -351px -4px no-repeat;
}

.process_bil input {
    width: 246px;
}

.process_bim {
    width: 404px;
    height: 100%;
}

.process_bim i {
    width: 17px;
    height: 19px;
    background: url(../image/sprite.png) -391px -5px no-repeat;
}

.process_bim input {
    width: 349px;
}

.process_bir {
    width: 180px;
    height: 50px;
    background-color: #7ea6e7;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.process_bir:hover {
    opacity: .8;
}

.questions {
    height: auto;
    padding-top: 54px;
    
    position: relative;
    margin: -17px 0;
}
.questions_c {
    width: 1200px;
    margin: auto;
    position: relative;
    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;
}

.cooperation {
    height: 601px;
    padding-top: 42px;
    background: url(../image/process_bg.png) center no-repeat;
/*display:none;*/
}

.cooperation_c {
    width: 1200px;
    margin: auto;
}

.cooperation ul {
    width: 1210px;
    margin-left: -5px;
    margin-top: 33px;
}

.cooperation ul li {
    width: 232px;
    height: 107px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    margin: 0 5px 10px 5px;
    float: left;
    text-align: center;
    line-height: 107px;
}

.float_b {
    width: 100%;
    height: 242px;

    /* margin-top: -95px; */
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: none;
    background: url(../image/float_b_bg.png) top center no-repeat;
}

.float_b_c {
    width: 1200px;
    margin: auto;
    padding-left: 282px;
    padding-top: 110px;
}

.float_b_ct {
    height: 40px;
    font-size: 14px;
    color: #c4bdee;
}

.float_b_ct span {
    padding-top: 18px;
}

.float_b_ct img {
    cursor: pointer;
}

.float_b_cb {
    margin-top: 10px;
}

.float_b_cb input {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}

.float_b_cb i {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 7px 0 13px;
}

.float_b_cbl {
    width: 329px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 4px;
}

.float_b_cbl i {
    width: 20px;
    height: 20px;
    background: url(../image/sprite.png) -351px -4px no-repeat;
}

.float_b_cbl input {
    width: 244px;
}

.float_b_cbm {
    width: 422px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 4px;
}

.float_b_cbm i {
    width: 17px;
    height: 19px;
    background: url(../image/sprite.png) -391px -5px no-repeat;
}

.float_b_cbm input {
    width: 344px;
}

.float_b_cbr {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.float_b_cbr:hover {
    opacity: .8;
}

.float_s {
    position: fixed;
    left: 0;
    bottom: 100px;
    display: none;
    z-index: 9;
    cursor: pointer;
}

.about_tpl,
.about_tprt,
.about_tprb,
.about_bp li {
    overflow: hidden;
}

.about_tpl img,
.about_tprt img,
.about_tprb img,
.about_bp li img {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.about_tpl:hover img,
.about_tprt:hover img,
.about_tprb:hover img,
.about_bp li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*公共标题*/
.common_title { text-align: center; position: relative; }
.common_title_t1 { font-size: 30px; font-weight: bold; color: #181818; 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/common_title_bg_l.png) center no-repeat; }
.common_title_t1:after { background: url(../image/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/common_title_bg_l_white.png) center no-repeat; }
.common_title.white .common_title_t1:after { background: url(../image/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); }
/*遇到的问题*/
.problem { height: 678px; background: url(../image/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: 690px; background: url(../image/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; }
/*流程*/
.process { height: 398px; background: url(../image/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/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; }
/************************1200宽度以下************************/

@media only screen and (max-width: 1200px) {
html body div{
    overflow-x:hidden;
}
.content {
    width: 100%;
    background-color: #ebf1f6;
    overflow: visible;
}
/*****************客服外包*****************/
/*banner*/
.banner{
    max-height: 106px;
    width: 100%;
    z-index: 0;
    background-size: 100%;
}
.banner_c{
    display: none;
}
/*服务类型*/
.types{
    padding-top:2px;
    height: auto;
}
.types > img {
    max-width: none;
    position: absolute;
    top: 1px;
    left: 50%;

}
.types_c{
    width: 100%;
}
.title_zh {
    font-size: 16px;
    color: #4d4d4d;
    padding-top: 5px;
    margin-bottom: 1px;
}
.title_en {
    font-size: 14px;
    color: #959595;
    padding: 0px 5px;
}
.title{
    max-height: 80px;
    overflow-x: visible;
}
.types_ll .types_lm{
    display: none;
}
.types_l li {
    width: 400px;
    max-height: 433px;
    padding: 11px 19px 0;
}
.types_lt {
    font-size: 15px;
    color: #444444;
    font-weight: bold;
}
.types_lp font {
    font-family: 'Helvetica-Black';
    font-weight: bold;
    font-size: 14px;
}
.types_lp span {
    font-family: 'Helvetica-Black';
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin: 0 -2px 0 -8px;
}
.types_lb{
    margin: 1px 0px;
}
.types_l li.on {
    padding-top: 5px;

}
.types_b {
    position: relative;
    bottom: 70px;
    left: 0;
    margin-top: 80px;
}
.types_l{
    min-height: 1206px;
}
.types_l_btn{
    display: none;
}
.types_lm{
    max-height: 387px!important;
}
.types_lr{
    max-height: 387px!important;
}
/*承接平台*/
.types_b li:first-child p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #9592ff;
}
.types_b li:first-child {
    height: 106px;
    margin-bottom: 5px;
}
.types_b li {
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 5px;
}
.types_b li p {
    font-size: 14px;
    color: #5c5c5c;
    margin-top: 8px;
}
/*公司简介*/
.about {
    height: 646px;
}
.about_c {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding-top: 11px;
}
.about_slide {
    margin-top: 2px;
    overflow-x: visible;
}
.about_slide_hd ul {
    text-align: left;
}
.about_slide_hd li {
    width: 77px;
    height: 27px;
    font-size: 13px;
    line-height: 26px;
    margin: 0 4px;
}
.about_slide_bd {
    width: 1200px;
    height: 250px;
    margin: 11px auto 0;
    position: relative;
    padding: 1px 0 0 39px;
    overflow-x: visible;
}
.about_title {
    font-size: 15px;
    color: #484848;
}
.about_text p {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 45px;
}
.white .title_zh {
    font-size: 16px;
    color: #fff;
}
.white .title_en {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
}
.about .prev, .about .next {
    display: inline-block;
    width: 42px;
    height: 64px;
    border-radius: 10px;
    position: absolute;
    left: -17px;
}
.about_list {
    width: 1132px;
    margin: 1px;
    padding-top: 1px;
}
.about_list li {
    float: left;
    width: 90px;
    text-align: center;
}
.about_list_title {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin: 3px 0 5px;
}
.about_list_text {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    opacity: 0.5;
}
/*合作流程*/
.process {
    height: 100%;
    padding-top: 30px;
}
.process_c {
    /*width: 523px;*/
    width: 100%;
    margin: auto;
}
.process_text {
    font-size: 13px;
    color: #6f6f6f;
}
.process ul {
    margin-top: 12px;
}
/*合作客户*/
.cooperation {
    height: 100%;
}
.cooperation_c {
    width: 100%;
    margin: auto;
}
.cooperation ul {
    width: 100%;
}
.cooperation ul li {
    width: 100%;
}
.cooperation ul li:nth-child(-n+11) {
    display: none;
}
/*常见问题*/
.questions_c {
    width: 100%;
}
.common_title_t1 {
    font-size: 16px;
}
.questions_content {
    width: 100%;
}
.questions_content li {
    padding: 7px 15px;
    margin-bottom: 6px;
}
/*****************地区词-单页面********************/
/*服务类型*/
.typesb {
    width: 100%;
    height: 100%;
    padding-top: 13px;
}   
/*合作流程*/
.fuwuliucheng {
    height: 331px!important;
    padding-top: 20px!important;
}
.process_list {
    width: 100%;
}
.process_list_title {
    font-size: 14px;
    line-height: 16px;
    margin: 9px 0 3px;
}
.process_list_pic img{
    width: 60%;
}
/*遇到的问题*/
.problem {
    height: 100%;
    padding-top: 38px;
}
.problem_list {
    /*width: 1240px;*/
    width: 100%;
    margin: 30px auto 0;
}
.problem_list1 {
    padding: 0px 4px 0 4px;
}
.problem_list2 {
    margin: 4px 0 4px;
    padding: 0px 2px 0 4px;
}
.problem_list3 {
    padding: 0 0 0 2px;
}
.problem_list span {
    display: inline-block;
    line-height: 25px;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.common_title_t1:before {
    background: unset;
    width: 0px;
    height: 33px;
    margin: 0 4px;
}
.common_title_t1:after {
    background: unset;
    width: 0px;
    height: 33px;
    margin: 0 4px;
}
/*怎么做的*/
.how {
    padding-top: 2px;
    height: 100%;
}
.how_list {
    /*width: 1208px;*/
    width: 100%;
    margin: 1px auto 2px;
    position: relative;
}
.how_list li {
    width: 100%;
    height: 100%;
    margin: 2px;
}
.how_list_title {
    font-size: 16px;
    color: #3d3a51;
    margin: 3px 0 8px;
}
.how_list_text {
    padding: 0 15px 0;
    color: #999999;
    font-size: 13px;
}














}