@charset "UTF-8";
/* 箭头
arrow(direction,
size,
color);
*/
/* 公共样式 */
body{
  min-width: 1280px !important
}
.box1200 { width: 1280px; margin: 0 auto; }
.contents{ width: 1280px; margin: 0 auto;}

/* 小图标 */
.icon.icon_arrowl_white { display: inline-block; width: 5px; height: 10px; background: url(../images/business/icon_arrowl_white.png) center no-repeat; }
.icon.icon_arrowr_white { display: inline-block; width: 5px; height: 10px; background: url(../images/business/icon_arrowr_white.png) center no-repeat; }
.icon.icon_close { display: inline-block; width: 13px; height: 14px; background: url(../images/business/icon_close.png) center no-repeat; }
.icon.icon_close_gray { display: inline-block; width: 13px; height: 14px; background: url(../images/business/icon_close_gray.png) center no-repeat; }

.sprite { display: inline-block; background-image: url(../images/business/sprites.png); }

.accounting_icon1 { width: 40px; height: 42px; background-position: -195px -103px; }

.accounting_icon2 { width: 47px; height: 42px; background-position: -20px -103px; }

.accounting_icon3 { width: 48px; height: 42px; background-position: -107px -20px; }

.accounting_icon4 { width: 47px; height: 43px; background-position: -20px -20px; }

.accounting_icon5 { width: 43px; height: 43px; background-position: -195px -20px; }

.accounting_line { width: 24px; height: 1px; background-position: -278px -206px; }

.arrow_right { width: 18px; height: 18px; background-position: -278px -90px; }

.arrow_right_hover { width: 18px; height: 18px; background-position: -278px -148px; }

.banner_icon1 { width: 39px; height: 32px; background-position: -107px -103px; }

.banner_icon2 { width: 36px; height: 27px; background-position: -20px -185px; }

.banner_icon3 { width: 30px; height: 30px; background-position: -278px -20px; }

.banner_icon4 { width: 31px; height: 28px; background-position: -20px -252px; }

.banner_line { width: 19px; height: 1px; background-position: -153px -185px; }

.contact_icon { width: 17px; height: 17px; background-position: -96px -185px; }

.accounting_line { display: block; margin: 8px auto; }

.common_title { text-align: center; }
.common_title.white .common_title_t1 i { opacity: 0.3; }
.common_title.white .common_title_t1:before { background-color: #e8e8e8; }
.common_title.white .common_title_t1 span { color: #f4f4f4; }
.common_title.white .common_title_t2 { color: rgba(255, 255, 255, 0.3); }
.common_title.white .accounting_line { opacity: 0.3; }
.common_title.black .common_title_t1 i { border-color: #9f9f9f; }
.common_title.black .common_title_t1 i:before { background-color: #9f9f9f; }
.common_title_t1 i { display: inline-block; width: 10px; height: 10px; border: 1px solid #cacddb; border-radius: 50%; vertical-align: middle; position: relative; }
.common_title_t1 i:first-child:before { left: 8px; }
.common_title_t1 i:before { content: ''; width: 28px; height: 1px; background-color: #cacddb; display: inline-block; position: absolute; top: 4px; }
.common_title_t1 span { font-size: 48px; color: #0F111A; vertical-align: middle; margin: 0 30px;font-weight: bold;    line-height: 64px;
  height: 64px;
  display: inline-block; }
.common_title_t1 span + i:before { left: -28px; }
.common_title_t2 { font-size: 16px; color: #9DA1B3; margin-top: 10px;display: inline-block;height: 21px;line-height: 21px;}
.content * { -webkit-box-sizing: border-box; box-sizing: border-box; }

a { color: inherit; }

/* banner */
.banner { height: 1300px; background: url(../images/business/banner_new.png) center center no-repeat;}
.banner .banner_box{position: relative;}
.banner_text_zx {display: inline-block; width: 216px; height: 64px; background: url(../images/business/btn_new.png) no-repeat;cursor: pointer; transition:all 0.2s ;}
.banner_text_zx:hover{
  background: url(../images/business/btn_hover.png) no-repeat;
}
.banner_text { padding-top: 364px; }
.banner_text_zh2 { font-size: 20px; color: #666; }
.banner_text_en { margin: 7px 0 18px; }
.banner_text_zh3 { width: 346px; height: 40px; display: inline-block; background-color: #4f68d4; border-radius: 20px; font-size: 19px; color: #fff; line-height: 40px; }
.banner_text_zh3 i { display: inline-block; width: 6px; height: 6px; background-color: #ffffff; border-radius: 50%; vertical-align: middle; margin: 0 14px; }
.banner_block { width: 100%; height: 190px;position: absolute; top: 495px; left: 0; z-index: 2;display: flex;justify-content: center;align-items: center;}

.banner_block_container {width: 1280px;height: 190px;background: #FFFFFF;border-radius: 8px; padding: 40px;box-sizing: border-box;}
.banner_block_container_row1 {display: flex;justify-content: space-between; width: 100%; height: 60px;}
.banner_block_container_row1_col1_img {width: 24px;height: 24px; background: url(../images/business/cds_1.png) no-repeat;background-position: -2px -1px}
.banner_block_container_row1_col1 {width: 350px; height: 60px; background: #F0F2F5; padding-left: 24px; padding-top: 18px; padding-bottom: 18px; display: flex; border: 1px solid transparent; transition:all 0.2s;border-radius: 4px;position: relative;box-sizing: border-box;}
.banner_block_container_row1_col2 {width: 490px; height: 60px; background: #F0F2F5; padding-left: 24px; padding-top: 18px; padding-bottom: 18px; display: flex; border: 1px solid transparent; transition: all 0.2s;border-radius: 4px;position: relative;box-sizing: border-box;}
.banner_block_container_row1_col2:hover{
  border: 1px solid #2662FF;
}
.banner_block_container_row1_col1:hover{
  border: 1px solid #2662FF;
}
.banner_block_container_row1_col3_hov {
  transition: all 0.2s;
}
.banner_block_container_row1_col3_hov:hover .banner_block_container_row1_col3_h{
  opacity: 1;
}
.banner_block_container_row1_col2_img {width: 24px;height: 24px; background: url(../images/business/cds_2.png) no-repeat;background-position: 0 0}
.banner_block_container_row1_col2_ipt {
      height: 60px;
      line-height: 60px;
      padding-left: 81px;
      font-size: 16px;
      color: #0F111A;
      margin-top: -20px;
      width: 490px;
      margin-left: -51px;
}
.banner_block_container_row1_col3_h{width: 328px; height: 60px;background: linear-gradient(270deg, #FF962C  0%, #FF0E0E 100%); display: flex; justify-content: center; align-items: center;transition: all 0.2s;border-radius: 4px;opacity: 0;}
.banner_block_container_row1_col3 {width: 328px; height: 60px; background: #F63535; display: flex; justify-content: center; align-items: center;transition: all 0.2s;border-radius: 4px;opacity: 1;}
.banner_block_container_row1_col3_txt {color: white;font-size: 20px;}
.banner_block_container_row2 {width: 100%; height: 20px;margin-top: 24px; display: flex; justify-content: space-between; align-items: center;}
.banner_block_container_row2_col1{display: flex; justify-content: center; align-items: center;height: 60px;}
.banner_block_container_row2_col1_img {width: 18px;height: 18px; background: url(../images/business/cds_3.png) no-repeat;background-position: 0 0}
.banner_block_container_row2_col1_txt {margin-left: 8px; color: white; font-size: 13px;color: #525566;}
.banner_block_container_row2_col2 {display: flex; justify-content: center; align-items: center; margin-left: -177px;}
.banner_block_container_row2_col3{display: flex; justify-content: center; align-items: center; margin-right: 60px;}
.banner_block_container_row2_col3_txt{font-size: 16px; color:  #1851F8;cursor: pointer;}
.banner_block_container_row2_col3_img {width: 18px;height: 18px; background: url(../images/business/cds_4.png) no-repeat;background-position: 0 0;margin-left: 3px;}
.banner_block_container_row2_col3:hover .banner_block_container_row2_col3_txt{
  color: #F83737;
}
.banner_block_container_row2_col3:hover .banner_block_container_row2_col3_img{
  width: 18px;height: 18px; background: url(../images/business/cds_5.png) no-repeat;background-position: 0 0;margin-left: 3px;
}
.banner_form { width: 1200px; height: 141px; padding: 31px 60px 0 74px; background: url(../images/business/banner_blcok_bg.png) center no-repeat; border-bottom: 1px dashed #dddddd; position: relative; z-index: 2;}
.banner_form_c { width: 100%; height: 50px; position: relative; z-index: 2; }
.banner_form_item { float: left; height: 100%; padding: 0 24px; line-height: 50px; position: relative; }
.banner_form_item:before { content: ''; width: 0; height: 0; line-height: 0; font-size: 0; border-width: 8px; border-style: dashed dashed solid dashed; border-color: transparent transparent #fff transparent; border-top: none; position: absolute; bottom: -10px; left: 50%; margin-left: -4px; z-index: 2; display: none; }
.banner_form_item.on:before { display: inline-block; }
.banner_form_item img { margin-right: 8px; }
.banner_form_item .icon_arrowdown_gray { display: inline-block; width: 9px; height: 6px; vertical-align: middle; background: url(../images/business/icon_arrowdown_gray.png); }
.banner_form_item span { font-size: 14px; color: #3d3d3d; vertical-align: middle; }
.banner_form_item input { font-size: 14px; color: #3d3d3d; height: 100%; vertical-align: middle; }
.banner_form_item1 { width: 131px; height: 100%; background-color: #fff; cursor: pointer; background-image: url(../images/business/icon_arrowdown_gray.png); background-position: 108px 24px; background-repeat: no-repeat; }
.banner_form_item1 ul { width: 710px; background-color: #fff; position: absolute; left: 0; top: 60px; padding-left: 10px; -webkit-box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); display: none; }
.banner_form_item1 ul li { float: left; height: 38px; line-height: 38px; }
.banner_form_item1 ul a { display: inline-block; font-size: 14px; color: #595959; padding: 0 15px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.banner_form_item1 ul a:hover { background: #eef4ff; color: #64a6fe; }
.banner_form_item2 { width: 253px; height: 100%; background-color: #fff; border-left: 1px solid #eee; }
.banner_form_item2 input { width: 176px; }
.banner_form_item3 { width: 170px; height: 100%; background-color: #fff; border-left: 1px solid #eee; }
.banner_form_item3 input { width: 94px; }
.banner_form_item4 { width: 214px; height: 100%; background-color: #fff; border-left: 1px solid #eee; cursor: pointer; background-image: url(../images/business/icon_arrowdown_gray.png); background-position: 186px 24px; background-repeat: no-repeat; }
.banner_form_item4 ul { width: 100%; background-color: #fff; position: absolute; left: 0; top: 60px; display: none; -webkit-box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); }
.banner_form_item4 ul li { width: 100%; height: 38px; line-height: 38px; }
.banner_form_item4 ul a { display: inline-block; width: 100%; font-size: 14px; color: #595959; -webkit-transition: all 0.2s; transition: all 0.2s; padding: 0 24px; vertical-align: middle; cursor: pointer; }
.banner_form_item4 ul a:hover { background: #eef4ff; color: #64a6fe; }
.banner_form_btn1 { width: 174px; height: 50px; display: inline-block; background-color: #2ba8ff; color: #fff; font-size: 16px; font-weight: bold; text-align: center; line-height: 50px; -webkit-transition: all .2s; transition: all .2s; }
.banner_form_btn1:hover { opacity: 0.8; }
.banner_form_btn2 { width: 120px; height: 50px; display: inline-block; background-color: #ffa800; color: #fff; font-size: 16px; font-weight: bold; text-align: center; line-height: 50px; -webkit-transition: all .2s; transition: all .2s; }
.banner_form_btn2:hover { opacity: 0.8; }
.banner_form_b { opacity: 0.6; text-align: center; font-size: 14px; color: #fff; margin-top: 20px; }
.banner_form_b span { margin: 0 4px; }

.banner_list { width: 1200px; height: 120px; border-radius: 4px; }
.banner_list li { width: 25%; height: 100%; border-left: 1px solid #ebebeb; }
.banner_list li:first-child { border-left: none; }
.banner_list li a { display: inline-block; width: 100%; height: 100%; padding-top: 32px; padding-left: 20px; background-color: #f5f5f5; -webkit-transition: all .4s; transition: all .4s; }
.banner_list li a:hover { background-color: #fff; -webkit-box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); box-shadow: 0px 3px 10px 0px rgba(45, 39, 57, 0.14); }
.banner_list li a:hover .banner_list_pic img { -webkit-transform: scale(1.2); transform: scale(1.2); }
.banner_list_pic { width: 60px; height: 60px; background-color: rgba(42, 62, 129, 0.02); -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09); border: solid 5px #ffffff; margin-right: 13px; border-radius: 50%; position: relative; overflow: hidden; }
.banner_list_pic img { max-width: none; position: absolute; left: -10px; top: -7px; -webkit-transition: all .4s; transition: all .4s; }
.banner_list_text p { font-size: 12px; color: #929292; line-height: 22px; }
.banner_list_text p:first-child { font-size: 16px; font-weight: bold; color: #2a2a2a; line-height: 26px; padding-top: 8px; }
.banner_list_text p:first-child i { position: relative; top: -1px; left: 4px; }

#registy-address-name1{
  font-size: 16px;
  color: #0F111A;
  width: 350px;
  height: 60px;
  margin-top: -20px;
  margin-left: -50px;
  padding-left: 76px;
  line-height: 60px;
  /* border-left: 1px solid rgba(199,203,214,0.3); */
}
.scrollbox{
  position: relative;
  height: 62px;
  overflow: hidden;
}
/* 工商注册 */
.register { height: 518px; position: relative; margin-top: -522px;}
.register_list { width: 100%; position: relative; z-index: 1;display: flex; justify-content: center; align-items: center; height: 258px; margin-top: 44px;}
.register_list1 { background: url(../images/business/register_item1_bg.png)  center center no-repeat; }
.register_list ul {width: 1275px; height: 100%;display: flex; justify-content: space-between; align-items: center;}
.register_list ul li { width: 404px; height: 99%; transition: all .2s; transition: all .2s; position: relative;border: 1px solid transparent;border-radius: 6px;}
.special_list_1 {
background: url(../images/business/gs_1.png) no-repeat;background-position: -24px -22px;
  width: 100%;
  height: 100%;
}
.register_list ul li:hover{
  border: 1px solid #063DEF;
}
.special_list_1_title{font-size: 28px; color: #0F111A;}
.special_list_1_adv{font-size: 16px; color: #386BF2; margin-top: 20px;}
.special_list_1_img{width: 20px;height: 4px; background:url(../images/business/gs_edit.png) no-repeat;background-position: 0 0;z-index: 66; margin-top: 25px;}
.special_list_1_btn{width: 128px;height: 44px;
  justify-content: center; align-items: center;
  margin-top: 25px;
  border-radius: 4px;
  backdrop-filter: blur(40px);
  transition: all 0.2s;
  background: linear-gradient(270deg, #2A58F0 0%, #5A93FB 100%);
  border-radius: 4px;
  backdrop-filter: blur(40px);
  display: flex;
}
.special_list_1_btn_span{
  font-size: 16px;
  color: #FFFFFF;
}
.special_list_1_btn:hover{
background: linear-gradient(270deg, #1041E4 0%, #387AF2 100%);
}
.special_list_1_btn:hover .special_list_1_btn_span {color: white;}
.special_list_2 {
  background: url(../images/business/gs_2.png) no-repeat;background-position: 0 0;
    width: 100%;
    height: 100%;
}
.special_list_3 {
  background: url(../images/business/gs_3.png) no-repeat;background-position: 0 0;
    width: 100%;
    height: 100%;
}

.register_list li:hover .arrow_right { opacity: 0; }
.register_list li:hover .arrow_right_hover { opacity: 1; }
.register_list li:hover .register_pic img { -webkit-transform: scale(1.38, 1.38); transform: scale(1.38, 1.38); }
.register_list li a { display: inline-block; width: 100%; height: 100%; padding: 40px;}
.register_list1 { margin-left: 0; }
.register_list4, .register_list5, .register_list6, .register_list7 { height: 136px !important; padding-top: 35px; }
.register_list6, .register_list7 { margin-top: 6px; }
.register_pic { width: 116px; height: 116px; margin: 16px auto 12px; text-align: center; line-height: 116px; border-radius: 50%; background-color: #f5f5f5; }
.register_pic img { -webkit-transition: all .6s; transition: all .6s; }
.register_title { font-size: 16px; color: #3e3e3e; font-weight: bold; }
.register_text { font-size: 14px; color: #989898; }
.register_text strong { font-weight: bold; color: #ff8502; }
.register .accounting_line { display: block; margin: 8px auto; }
.register_link { font-size: 14px; display: inline-block; font-weight: bold; color: #ff8400; -webkit-transition: all .2s; transition: all .2s; }
.register_link:hover { color: #3573ec; }
.register_arrow { width: 18px; height: 18px; position: relative; margin: 9px auto 0; }
.register_arrow i { position: absolute; left: 0; top: 0; -webkit-transition: all .2s; transition: all .2s; }
.register_arrow i.arrow_right_hover { opacity: 0; }
.register_btn { width: 147px; height: 42px; line-height: 40px; text-align: center; display: block; margin: 44px auto; background-color: #3573ec; background-image: linear-gradient(40deg, #4f68d4 0%, #3573ec 100%), linear-gradient(#ff9000, #ff9000); background-blend-mode: normal, normal; border-radius: 21px; -webkit-transition: all .2s; transition: all .2s; }
.register_btn:hover { opacity: 0.8; }
.register_btn span { color: #fff; font-size: 15px; font-weight: bold; vertical-align: middle; }
.register_btn i { vertical-align: middle; }

/* 工商变更 */
.change { height: 700px; width: 100%;  position: relative;padding-top: 128px;box-sizing: border-box;}
.change_bg_img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 1487px;
  background: url(../images/business/gs_change.png) center center no-repeat;
  z-index: -11;
}
.change_container{width:1280px;height: 476px;display: flex;align-items: center;justify-content: center;margin:0 auto;}
.change_container_ul{width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;}
.change_container_ul li{width: 410px;height: 224px;}
.change_container_ul li a{padding: 40px; display: inline-block;width: 100%;height: 100%;box-sizing: border-box;}
.change_list { width: 1210px; margin: -52px auto 0; position: relative; z-index: 2; }
.change_container_ul_li_head_title{
  height: 64px;
  font-size: 48px;
  font-weight: bold;
  color: #0F111A;
  line-height: 64px;}
.change_container_ul_li_head_content{width: 304px;
  height: 84px;
  font-size: 16px;
  color: #9DA1B3;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 24px;
}
.change_container_ul_li_btn_li {
  width: 128px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #84A3FF;
  backdrop-filter: blur(40px);
  background: #E0E8FF;
  margin-top: 100px;
  transition: all 0.5s;
}
.change_container_ul_li_btn_li:hover{background: #1041E4;}
.change_container_ul_li_btn_li:hover .change_container_ul_li_btn_span {color: white;}
.change_container_ul_li_second{font-size: 14px;color: #9195A8; margin-top: 20px;}
.change_container_ul_li_btn{width: 128px; height: 44px; display: flex;      justify-content: center; align-items: center;
  border-radius: 4px;
  border: 1px solid #84A3FF;
  backdrop-filter: blur(40px);
  background: #E0E8FF;margin-top: 35px;transition: all 0.5s;}
.change_container_ul_li_btn_span{font-size: 16px;color: #063DEF;}
.change_container_ul_li_btn:hover{background: #063DEF;}
.change_container_ul_li_btn:hover .change_container_ul_li_btn_span {color: white;}
.change_container_ul_li_tit1{font-size: 28px;color: #0F111A;}
.change_container_ul_li_tit2{display: flex; align-items: center;}
.change_container_ul_li_tit_img{width: 24px;height: 24px;background: url(../images/business/gs_tit_img.png) center no-repeat;background-position: 0 0;}
.change_container_ul_li1{background: url(../images/business/gs_li_1.png) center no-repeat;background-position: 0 0;}
.change_container_ul_li2{background: url(../images/business/gs_li_2.png) center no-repeat;background-position: 0 0;}
.change_container_ul_li3{background: url(../images/business/gs_li_3.png) center no-repeat;background-position: 0 0;}
.change_container_ul_li4{background: url(../images/business/gs_li_4.png) center no-repeat;background-position: 0 0;}
.change_container_ul_li5{background: url(../images/business/gs_li_5.png) center no-repeat;background-position: 0 0;}

.change_list1 { background: url(../images/business/change_item1_bg.png) center no-repeat; }
.change_list li { width: 234px; height: 278px; background-color: #ffffff; border-radius: 4px; text-align: center; margin-right: 8px; -webkit-transition: all .2s; transition: all .2s; position: relative; top: 0; }
.change_list li:hover { top: -4px; }
.change_list li:hover .arrow_right { opacity: 0; }
.change_list li:hover .arrow_right_hover { opacity: 1; }
.change_list li:hover .change_pic img { -webkit-transform: scale(1.38, 1.38); transform: scale(1.38, 1.38); }
.change_list li a { display: inline-block; width: 100%; height: 100%; }
.change_list1 { margin-left: 0; }
.change_list3, .change_list4, .change_list5, .change_list6, .change_list7, .change_list8 { height: 136px !important; padding-top: 35px; }
.change_list8, .change_list6, .change_list7 { margin-top: 6px; }
.change_pic { width: 116px; height: 116px; margin: 16px auto 12px; text-align: center; line-height: 116px; border-radius: 50%; background-color: #f5f5f5; }
.change_pic img { -webkit-transition: all .6s; transition: all .6s; }
.change_title { font-size: 16px; color: #3e3e3e; font-weight: bold; }
.change_text { font-size: 14px; color: #989898; }
.change_text strong { font-weight: bold; color: #ff8502; }
.change_link { font-size: 14px; display: inline-block; font-weight: bold; color: #ff8400; -webkit-transition: all .2s; transition: all .2s; }
.change_link:hover { color: #3573ec; }
.change_arrow { width: 18px; height: 18px; position: relative; margin: 9px auto 0; }
.change_arrow i { position: absolute; left: 0; top: 0; -webkit-transition: all .2s; transition: all .2s; }
.change_arrow i.arrow_right_hover { opacity: 0; }
.change_btn { width: 147px; height: 42px; line-height: 40px; text-align: center; display: block; margin: 44px auto; background-color: #3573ec; background-image: linear-gradient(40deg, #4f68d4 0%, #3573ec 100%), linear-gradient(#ff9000, #ff9000); background-blend-mode: normal, normal; border-radius: 21px; -webkit-transition: all .2s; transition: all .2s; }
.change_btn:hover { opacity: 0.8; }
.change_btn span { color: #fff; font-size: 15px; font-weight: bold; vertical-align: middle; }
.change_btn i { vertical-align: middle; }

/* 公司开户 */
.open_account_box_second{width: 100%;height: 760px;display: flex;justify-content: center; align-items: center;margin-top: 50px;}
.open_account_box_second_ul{height: 100%; width: 1280px;display: flex; flex-wrap: wrap;}
.open_account_box_second_ul li{
  overflow: hidden;
  transition: all 0.2s !important;
  position: relative;
}
.bg_img_1{
  position: absolute;top: 0;left: 0; height: 380px; width: 380px;background: url(../images/business/kh_li_1.png) center no-repeat;background-position: 0 0;transition: all 0.5s;
}
.bg_img_3{
  position: absolute;top: 0;left: 0; height: 380px; width: 380px;background: url(../images/business/kh_li_3.png) center no-repeat;background-position: 0 0;transition: all 0.5s;
}
.bg_img_4{
  position: absolute;top: 0;left: 0; height: 380px; width: 380px;background: url(../images/business/kh_li_4.png) center no-repeat;background-position: 0 0;transition: all 0.5s;
}
.bg_img_5{
  position: absolute;top: 0;left: 0; height: 190px; width: 520px;background: url(../images/business/kh_li_5.png) center no-repeat;background-position: 0 0;transition: all 0.5s;
}
.bg_img_6{
  position: absolute;top: 0;left: 0; height: 190px; width: 520px;background: url(../images/business/kh_li_6.png) center no-repeat;background-position: 0 0;transition: all 0.5s;
}
.open_account_box_second_ul_li1:hover .bg_img_1{transform: scale(1.5);}
.open_account_box_second_ul_li3:hover .bg_img_3
{transform: scale(1.5);}
.open_account_box_second_ul_li4:hover .bg_img_4{
  transform: scale(1.1);
}
.open_account_box_second_ul_li5_1:hover .bg_img_5{transform: scale(1.5);}
.open_account_box_second_ul_li5_2:hover .bg_img_6{transform: scale(1.5);}
.open_account_box_second_ul_li1{height: 380px; width: 380px;}
.open_account_box_second_ul_li1_bg_img{position: absolute; top: 0;left: 0; height: 380px; width: 380px;background: url(../images/business/kh_li_1.png) center no-repeat;background-position: 0 0;}
.open_account_box_second_ul_li1 a{display: inline-block;width: 100%; height: 100%;padding-left: 40px; padding-top: 44px;padding-right: 40px;position: relative;overflow: hidden; border-top-left-radius: 8px;}
.open_account_box_second_ul_li1_img1{width: 64px; height: 64px; display: inline-block;background: url(../images/business/kh_li_1_img1.png) center no-repeat;background-position: 0 0;position: relative;}
.open_account_box_second_ul_li1_tit{font-size: 32px; color: #FFFFFF;margin-top: 20px;position: relative;}
.open_account_box_second_ul_li1_content{font-size: 16px;color: rgba(255,255,255,0.55);margin-top: 20px;}
.open_account_box_second_ul_li1_bottom{display: flex; justify-content: space-between;align-items: center;margin-top: 115px;color: #FFFFFF;font-size: 16px;position: relative;position: relative;}
.open_account_box_second_ul_li1_img2{width: 32px;height: 16px;background: url(../images/business/kh_li_1_arrow.png) center no-repeat;background-position: 0 0;}
.ime-do{position: absolute;top: 0;left: 0;opacity: 0;}
.ime-do2{position: absolute;top: 0;left: 0;opacity: 0;}
.ime-do3{position: absolute;top: 0;left: 0;opacity: 0;}
.ime-do4{position: absolute;top: 0;left: 33px;opacity: 0;}
.ime-do5{position: absolute;top: 0;left: 59px;opacity: 0;}
.open_account_box_second_ul_li1 a:hover .open_account_box_second_ul_li1_bottom div:nth-of-type(1){opacity: 0;}
.open_account_box_second_ul_li1 a:hover .ime-do{opacity: 1;}
.open_account_box_second_ul_li1_line{width: 100%;height: 1px;background: #FFFFFF;margin-top: 15px;position: relative;}

.open_account_box_second_ul_li3 a:hover .open_account_box_second_ul_li3_bottom div:nth-of-type(1){opacity: 0;}
.open_account_box_second_ul_li3 a:hover .ime-do2{opacity: 1;}

.open_account_box_second_ul_li4 a:hover .open_account_box_second_ul_li4_bottom div:nth-of-type(1){opacity: 0;}
.open_account_box_second_ul_li4 a:hover .open_account_box_second_ul_li4_bottom div:nth-of-type(1){opacity: 0;}
.open_account_box_second_ul_li4 a:hover .ime-do3{opacity: 1;}
.open_account_box_second_ul_li4 a:hover .ime-do3-r{transform: translateX(47px);}

.open_account_box_second_ul_li5 a:hover .open_account_box_second_ul_li5_bottom div:nth-of-type(1){opacity: 0;}
.open_account_box_second_ul_li5 a:hover .ime-do4{opacity: 1;}

.open_account_box_second_ul_li5 a:hover .open_account_box_second_ul_li5_bottom2 div:nth-of-type(1){opacity: 0;}
.open_account_box_second_ul_li5_2 a:hover .ime-do5{opacity: 1;}

.open_account_box_second_ul_li2{height: 380px; width: 900px;overflow: hidden;border-top-right-radius: 8px;}
.open_account_box_second_ul_li2 a{
  height: 380px; width: 900px;background: url(../images/business/kh_li_2.png) center no-repeat;background-position: 0 0;
  transition: all 0.5s !important;
  display: inline-block;
}
 .open_account_box_second_ul_li2:hover a{transform: scale(1.2);}
.open_account_box_second_ul_li3{height: 380px; width: 380px;overflow: hidden;border-bottom-left-radius: 8px;}
.open_account_box_second_ul_li3 a{display: inline-block;width: 100%; height: 100%;padding-left: 40px; padding-top: 44px;padding-right: 40px;position: relative;}
.open_account_box_second_ul_li3_img1{width: 64px; height: 64px; display: inline-block;background: url(../images/business/kh_li_3_img1.png) center no-repeat;background-position: 0 0;position: relative;}
.open_account_box_second_ul_li3_tit{font-size: 32px; color: #0F111A;margin-top: 20px;position: relative;}
.open_account_box_second_ul_li3_content{font-size: 16px;color:#9195A8;margin-top: 20px;position: relative;}
.open_account_box_second_ul_li3_bottom{display: flex; justify-content: space-between;align-items: center;margin-top: 115px;color:#1E81FD;;font-size: 16px;position: relative;}
.open_account_box_second_ul_li3_img2{width: 32px;height: 16px;background: url(../images/business/kh_li_3_arrow.png) center no-repeat;background-position: 0 0;}
.open_account_box_second_ul_li3_line{width: 100%;height: 1px;background: #1E81FD;margin-top: 15px;position: relative;}

.open_account_box_second_ul_li4{height: 380px; width: 380px;}
.open_account_box_second_ul_li4 a{display: inline-block;width: 100%; height: 100%;padding-left: 40px; padding-top: 44px;padding-right: 40px;}
.open_account_box_second_ul_li4_img1{width: 64px; height: 64px; display: inline-block;background: url(../images/business/kh_li_4_tit.png) center no-repeat;background-position: 0 0;position: relative;}
.open_account_box_second_ul_li4_tit{font-size: 32px; color:#FFFFFF;margin-top: 20px;position: relative;}
.open_account_box_second_ul_li4_content{font-size: 16px;color:rgba(255,255,255,0.55);margin-top: 20px;position: relative;}
.open_account_box_second_ul_li4_bottom{display: flex;align-items: center;margin-top: 115px;color: #FFFFFF;font-size: 16px;position: relative;}
.open_account_box_second_ul_li4_left{margin-right: 7px;}

.open_account_box_second_ul_li5{height: 380px; width: 520px;display: flex; flex-direction: column;}
.open_account_box_second_ul_li5 a{display:flex;width: 100%; height: 100%;padding-left: 40px; padding-top: 44px;padding-right: 40px;}
.open_account_box_second_ul_li5_1{width: 520px;height: 190px;overflow: hidden;position: relative;}
.open_account_box_second_ul_li5_img1{width: 64px; height: 64px; display: inline-block;background: url(../images/business/kh_li_5_1_img1.png) center no-repeat;background-position: 0 0;position: relative;z-index: 3;}
.open_account_box_second_ul_li5_second{margin-top: -10px;margin-left: 10px;position: relative;z-index: 3;}
.open_account_box_second_ul_li5_tit{font-size: 32px; color:#FFFFFF;margin-top: 20px;}
.open_account_box_second_ul_li5_content{font-size: 16px;color:rgba(255,255,255,0.55);margin-top: 20px;}
.open_account_box_second_ul_li5_bottom{display: flex;color: #FFFFFF;font-size: 16px;margin-top: 22px;padding-left: 80px;position: relative;}
.open_account_box_second_ul_li5_left{margin-right: 7px;}

.open_account_box_second_ul_li5_2{width: 520px;height: 190px;position: relative;overflow: hidden;border-bottom-right-radius: 8px;}
.open_account_box_second_ul_li5_2_img1{width: 64px; height: 64px; display: inline-block;background: url(../images/business/kh_li_5_1_img2.png) center no-repeat;background-position: 0 0;position: relative;z-index: 2;}
.open_account_box_second_ul_li5_bottom2{display: flex;color: #FFFFFF;font-size: 16px;margin-top: 22px;padding-left: 105px;position: relative;}
.open_account_box_second_ul_li5_left2{margin-right: 7px;}


.account { height: 588px; padding-top: 60px; position: relative; background-color: #f1f1f1; }
.account_list { width: 1210px; margin: 30px auto 0; position: relative; z-index: 2; }
.account_list1 { background: url(../images/business/account_item1_bg.png) center no-repeat; }
.account_list li { width: 234px; height: 136px; padding-top: 35px; background-color: #ffffff; border-radius: 4px; text-align: center; margin-right: 8px; -webkit-transition: all .2s; transition: all .2s; position: relative; top: 0; }
.account_list li:hover { top: -4px; }
.account_list li:hover .arrow_right { opacity: 0; }
.account_list li:hover .arrow_right_hover { opacity: 1; }
.account_list li:hover .account_pic img { -webkit-transform: scale(1.38, 1.38); transform: scale(1.38, 1.38); }
.account_list li a { display: inline-block; width: 100%; height: 100%; }
.account_list1 { margin-left: 0; height: 278px !important; padding-top: 0 !important; }
.account_list8, .account_list9, .account_list6, .account_list7 { margin-top: 6px; }
.account_pic { width: 116px; height: 116px; margin: 16px auto 12px; text-align: center; line-height: 116px; border-radius: 50%; background-color: #f5f5f5; }
.account_pic img { -webkit-transition: all .6s; transition: all .6s; }
.account_title { font-size: 16px; color: #3e3e3e; font-weight: bold; }
.account_text { font-size: 14px; color: #989898; }
.account_text strong { font-weight: bold; color: #ff8502; }
.account_link { font-size: 14px; display: inline-block; font-weight: bold; color: #ff8400; -webkit-transition: all .2s; transition: all .2s; }
.account_link:hover { color: #3573ec; }
.account_arrow { width: 18px; height: 18px; position: relative; margin: 9px auto 0; }
.account_arrow i { position: absolute; left: 0; top: 0; -webkit-transition: all .2s; transition: all .2s; }
.account_arrow i.arrow_right_hover { opacity: 0; }
.account_btn { width: 147px; height: 42px; line-height: 40px; text-align: center; display: block; margin: 44px auto; background-color: #3573ec; background-image: linear-gradient(40deg, #4f68d4 0%, #3573ec 100%), linear-gradient(#ff9000, #ff9000); background-blend-mode: normal, normal; border-radius: 21px; -webkit-transition: all .2s; transition: all .2s; }
.account_btn:hover { opacity: 0.8; }
.account_btn span { color: #fff; font-size: 15px; font-weight: bold; vertical-align: middle; }
.account_btn i { vertical-align: middle; }

/* 公司注销 */
.advantagediv {
  width: 1280px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.advantagediv .list:nth-of-type(1) {
  width: 248px;
  height: 100%;
  background: url(../images/business/zx_1.png) center no-repeat;background-position: 0 0;position: relative; 
  margin-right: 15px;
  position: relative;
  transition: all 0.2s;
}
.advantagediv .list a:nth-of-type(1) {
  display: flex;
  width: 248px;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.advantagediv .list a:nth-of-type(2) {
  top: 0;
  left: 0;
  position: absolute;
  width: 736px;
  height: 100%;
  display: inline-block;
  padding-top: 64px;
  padding-left: 56px;
  padding-right: 56px;
  opacity: 0;
  transition: all 0.2s;
}
.advantagediv .list.active a:nth-of-type(2) {opacity: 1;}
.advantagediv .list:nth-of-type(1).active {
  width: 736px;
  height: 100%;
  background: url(../images/business/bg56.png) center no-repeat;background-position: 0 0;position: relative; 
}
.advantagediv .list:nth-of-type(1).active a:nth-of-type(1) {
  opacity: 0;
}
.advantagediv .list:nth-of-type(2).active a:nth-of-type(1) {
  opacity: 0;
}
.advantagediv .list:nth-of-type(3).active a:nth-of-type(1) {
  opacity: 0;
}
.advantagediv .list.active a:nth-of-type(2) .write_box_ul_2_img1 {
  margin-top: 0;
}
.advantagediv .list.active a:nth-of-type(2) .write_box_ul_3_img1 {
  margin-top: 0;
}
.advantagediv .list.active a:nth-of-type(2) .write_box_ul_1_tit_img {
  margin-top: 0;
}
.write{
  box-sizing: border-box;
  margin-top: 120px;
}
/*  */
.advantagediv .list:nth-of-type(2) {
  width: 248px;
  height: 100%;
  background: url(../images/business/zx_2.png) center no-repeat;background-position: 0 0;position: relative; 
  margin-right: 15px;
  position: relative;
  transition: all 0.2s;
}
.advantagediv .list:nth-of-type(2).active {
  width: 736px;
  height: 100%;
  background: url(../images/business/zx_a_2.png) center no-repeat;background-position: 0 0;position: relative; 
}
.why-first{
  color: #063DEF;
}


/*  */
.advantagediv .list:nth-of-type(3) {
  width: 248px;
  height: 100%;
  background: url(../images/business/zx_3.png) center no-repeat;background-position: 0 0;position: relative; 
  margin-right: 15px;
  position: relative;
}
.advantagediv .list:nth-of-type(3).active {
  width: 736px;
  height: 100%;
  background: url(../images/business/zx_a_3.png) center no-repeat;background-position: 0 0;position: relative; 
}









.write_box{width: 100%;height: 400px; margin-top: 44px; display: flex; justify-content: center;align-items: center;}
.advantagediv{

}

.write_box_ul{display: flex;justify-content: space-between;align-items: center;width: 1256px;height: 100%;}
.write_box_ul li{
  position: relative;
  height: 100%;
}
.write_box_ul_1{width: 248px;height: 100%;background: url(../images/business/zx_1.png) center no-repeat;background-position: 0 0;position: absolute; }
.write_box_ul_2{width: 248px;height: 100%;background: url(../images/business/zx_2.png) center no-repeat;background-position: 0 0;position: absolute;}
.write_box_ul_3{width: 248px;height: 100%;background: url(../images/business/zx_3.png) center no-repeat;background-position: 0 0;position: absolute;}
.write_box_ul_1 a:nth-of-type(1){display: flex;flex-direction: column;align-items:center;  width: 100%; height: 100%;}
.write_box_ul_1_tit{font-size: 32px;color: #FFFFFF;line-height: 42px;letter-spacing: 1px;}
.write_box_ul_1_tit_box{display: flex;justify-content: space-between;align-items: center;}
.write_box_ul_1_content{width: 308px;height: 52px;font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 17px;
}
.write_box_ul_1_tit_img{display: inline-block; width: 24px;height: 19px;background: url(../images/business/zx_1_01.png) center no-repeat;background-position: 0 0;margin-top: 70px;}
.write_box_ul_1_btn:hover{background: linear-gradient(270deg, #1041E4 0%, #387AF2 100%);}
.write_box_ul_1_btn{width: 180px;
  height: 48px;
  background: linear-gradient(270deg, #2A58F0 0%, #5A93FB 100%);
  border-radius: 4px;
  backdrop-filter: blur(40px);display: flex;justify-content: center;align-items: center;margin-top: 120px;}
.write_box_ul_1_btn span{font-size: 16px;color: white;}

.write_box_ul_2 a:nth-of-type(1){display: flex;flex-direction: column;align-items:center;  width: 100%; height: 100%;}
.write_box_ul_2_tit{font-size: 24px; color: white; margin-top: 170px;}
.write_box_ul_2_img1{display: inline-block; width: 24px;height: 16px;background: url(../images/business/zx_li_2_img1.png) center no-repeat;background-position: 0 0;margin-top: 70px;}
.write_box_ul_2_img2{display: inline-block; width: 26px;height: 5px;background: url(../images/business/zx_li_2_img2.png) center no-repeat;background-position: 0 0;margin-top: 35px;}

.write_box_ul_3 a:nth-of-type(1){display: flex;flex-direction: column;align-items:center;  width: 100%; height: 100%;}
.write_box_ul_3_img1{display: inline-block; width: 24px;height: 16px;background: url(../images/business/zx_li_3_img1.png) center no-repeat;background-position: 0 0;margin-top: 70px;}


.write_box_ul_1_a2{
  position: absolute;
  top: 0;
  left: 0;
  width: 736px;
  height: 400px;
  background: url(../images/business/zx_a_1.png) center no-repeat;background-position: 0 0;
  /* display: none; */
}



























/* 为什么选择鱼爪 */
.yu_zh{width: 100%; height: 900px;display: flex;background: url(../images/business/why_left.png) center center no-repeat;}
.yu_zh_left{width: 1280px;height: 100%;position: relative;margin:0 auto;position: relative;}
.yu_zh_left_tit{
font-size: 48px;
font-weight: bold;
color: #0F111A;
line-height: 64px;
margin-top:129px;
}
.yu_zh_left_content{
font-size: 16px;
color: #9DA1B3;
line-height: 28px;
letter-spacing: 1px;
}
.yu_zh_left_ul{width:100%;margin-top:65px;}
.yu_zh_left_ul li{width: 100%; height: 104px;padding-left: 40px;padding-top: 25px;position: relative;transition: all 0.2s;border-left: 4px solid transparent;box-sizing: border-box;}
.yu_zh_left_ul li div{
  font-size: 22px;
  color: #17171A;
  line-height: 29px}
.yu_zh_left_ul li p{
  font-size: 14px;
  color: #9DA1B3;
  line-height: 20px;
  margin-top: 3px;
}
.yu_zh_left_ul li:hover > div:nth-of-type(1) {
  color: #063DEF;
}
.show5{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 550px;
}
.why_arrow1{position: absolute;left: 385px;top: 28px;width: 61px;height: 48px;background: url(../images/business/why_arrow.png) center no-repeat;background-position: 0 0;opacity: 1;}
.why_arrow2{position: absolute;left: 385px;top: 28px;width: 61px;height: 48px;background: url(../images/business/why_arrow.png) center no-repeat;background-position: 0 0;opacity: 0;}
.why_arrow3{position: absolute;left: 385px;top: 28px;width: 61px;height: 48px;background: url(../images/business/why_arrow.png) center no-repeat;background-position: 0 0;opacity: 0;}
.why_arrow4{position: absolute;left: 385px;top: 28px;width: 61px;height: 48px;background: url(../images/business/why_arrow.png) center no-repeat;background-position: 0 0;opacity: 0;}



.yu_zh_left_box_li1{width: 958px;height: 798px;position: absolute;left: 436px;top: -267px;background: url(../images/business/why_li_1_bg.png) center no-repeat;background-position: 0 0;opacity: 1;}
.yu_zh_left_ul_li1:hover .yu_zh_left_box_li1{opacity: 1;}
.yu_zh_left_ul_li_1_hover {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

.yu_zh_left_ul_li_2_hover{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.yu_zh_left_box_li2{width: 888px;height: 728px;position: absolute;left: 471px;top: -335px;background: url(../images/business/why_li_2_bg.png) center no-repeat;background-position: 0 0;opacity: 1;padding: 119px;opacity: 0;box-sizing: border-box;}
.yu_zh_left_ul_li2:hover + .yu_zh_left_ul_li1{opacity: 0;}
.yu_zh_left_box_li2_container{width: 100%; height: 100%;}
.yu_zh_left_box_li2_first{width: 650px; height: 324px;display: flex;justify-content: space-between;}
.yu_zh_left_box_li2_first_1{width: 226px;height: 324px;background: url(../images/business/why_li_2_1.png) center no-repeat;background-position: 0 0;display: flex;justify-content: center;}
.yu_zh_left_box_li2_first_2{width: 416px;height: 324px;display: flex;justify-content: space-between;}
.yu_zh_left_box_li2_first_2_1{width: 204px;height: 100%;display: flex; flex-direction: column; justify-content: space-between;}
.yu_zh_left_box_li2_first_2_1_img1{width: 204px;height: 158px;background: url(../images/business/why_li_2_2.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li2_first_2_1_img2{width: 204px;height: 158px;background: url(../images/business/why_li_2_3.png) center no-repeat;background-position: 0 0;background-size: 105%;border-radius: 5px;}
.yu_zh_left_box_li2_first_2_1_img3{width: 204px;height: 158px;background: url(../images/business/why_li_2_4.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li2_first_2_1_img4{width: 204px;height: 158px;background: url(../images/business/why_li_2_5.png) center no-repeat;background-position: 0 0;}
.mt-104{margin-top: 104px;width: 100%;display: flex;justify-content: center;}
.position_img{width: 18px;height: 18px;background: url(../images/business/why_li_2_6.png) center no-repeat;background-position: 0 0;}
.position_img_txt{font-size: 16px !important;color:#FFFFFF !important;}
.mt-104-flex{display: flex;align-items: center;}
.mt-104-1{margin-top: 243px;width: 100%;display: flex;justify-content: center;}
.yu_zh_left_box_li2_second{margin-top: 36px;margin-bottom: 12px;}
.yu_zh_left_box_li2_second_1{font-size: 32px;font-weight: bold;color: #FFFFFF;}
.yu_zh_left_box_li2_second_2{font-size: 24px;color: #FFFFFF;letter-spacing:1px;}
.yu_zh_left_box_li2_third{margin-top: 15px;font-size: 14px !important; color: rgba(255,255,255,0.64) !important;letter-spacing: 1px !important;}

.yu_zh_left_box_li3{width: 888px;height: 728px;position: absolute;left: 470px;top: -440px;background: url(../images/business/why_li_2_bg.png) center no-repeat;background-position: 0 0;opacity: 1;padding: 119px;opacity: 0;box-sizing: border-box;}
.yu_zh_left_box_li3_first{width: 100%;height: 324px;display: flex;justify-content: space-between;}
.yu_zh_left_box_li3_first_box1{width: 321px; height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.yu_zh_left_box_li3_first_box1_1{width: 100%;height: 158px;background: url(../images/business/why_li_3_1.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box1_2{width: 100%;height: 158px;background: url(../images/business/why_li_3_2.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box1_3{width: 100%;height: 158px;background: url(../images/business/why_li_3_3.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box1_4{width: 100%;height: 158px;background: url(../images/business/why_li_3_4.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box2{font-size: 24px !important;color: #FFFFFF !important;
letter-spacing: 1px !important;margin-top: 36px;}
.yu_zh_left_box_li3_first_box3{font-size: 14px !important;color: rgba(255,255,255,0.64) !important;letter-spacing: 1px !important;margin-top: 15px !important;}


.yu_zh_left_box_li4{width: 888px;height: 728px;position: absolute;left: 470px;top: -543px;background: url(../images/business/why_li_2_bg.png) center no-repeat;background-position: 0 0;opacity: 1;padding: 119px;opacity: 0;box-sizing: border-box;}

.yu_zh_left_box_li3_first_box4_1{width: 100%;height: 158px;background: url(../images/business/why_li_4_1.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box4_2{width: 100%;height: 158px;background: url(../images/business/why_li_4_2.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box4_3{width: 100%;height: 158px;background: url(../images/business/why_li_4_3.png) center no-repeat;background-position: 0 0;}
.yu_zh_left_box_li3_first_box4_4{width: 100%;height: 158px;background: url(../images/business/why_li_4_3.png) center no-repeat;background-position: 0 0;}




/* 团队服务 */
.tame{width: 1278px; height: 993px;background: #D0D9EA;position: relative;padding-top: 129px;box-sizing: border-box;}
/* .content{
  width: 100%;
  height: 100%;
  margin: 0 auto;
} */
.tame_first{width: 100%; display: flex; justify-content: space-between;align-items: center;margin-top: 12px;}
.tame_title{
  font-size: 48px;
  font-weight: bold;
  color: #0F111A;
}
.tame_second_title{
  height: 28px;
  font-size: 16px;
  color: #9DA1B3;
  letter-spacing: 1px;
}
.flex-center{
  display: flex;
  align-items: center;
}
.team-ul{width: 496px;height: 50px;display: flex;justify-content: space-between;}
.team-ul li{width: 124px; height: 50px; display: flex;justify-content: center; align-items: center; font-size: 16px;color: #0F111A;transition: all 0.2s;}
.team-ul li span{display: inline-block; margin-top: -10px;}
.yu_zh_left_ul_li_hover{
  background: linear-gradient(270deg, #D1E2FF 0%, #DEE8FC 100%);
  border-left: 4px solid #386BF2 !important;}
/* 为什么选择鱼爪网 */
.environment-bg{
  width: 100%;
  height: 856px;
  background: url(../images/financeNew/environment.png) no-repeat;
}

.environment .finance-title h2,.environment .finance-title h5{
  color: #ffffff;
}

/* 鱼爪顾问团队 */
.team-box{
  display: flex;
  width: 100%;
  height: 297px;
  margin-top: 20px;
}
.team-box .team-nav{
  width: 640px;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
  margin:0 auto 40px auto;
}
.team-box .team-nav li{
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  width: 160px;
  text-align: center;
  padding-bottom:24px;
}
.team-box .team-nav li.on{
  color: #195BE8;
  border-bottom: 1px solid #195BE8;
}
.team-box .team-list{
  display: none;
}
.team-box .team-list>a{
  display: block;
  width: 237px;
  height: 100%;
  margin-right: 23px;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s;
}
.team-list_img_box{
  width: 237px;
  height: 237px;
  background: #EFF3FA;
  padding: 24px;
  position: relative;
  border-radius: 8px;
  z-index: 2;
  box-sizing: border-box;
}
.img-name{
  position: absolute;
  top: 161px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #FFFFFF;
  z-index: 50;
  width: 100px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/business/bg_name_2.png) no-repeat;
}
.list_img_box2{width: 100%; height: 60px;display: flex;justify-content: center;align-items: center;position: relative;transition: all 0.2s;}
.list_img_box2_zx{
  width: 237px;
  height: 66px;
  background: #3263F2;
  border-radius: 0 0 8px 8px;
  position: absolute;
  left: 0;
  top: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  transition: 0.2s;
}
input::placeholder {  
  color: #9DA1B3;
 }
.bf-img{width: 16px;height: 16px;}
.list_img_box2_zx_c{display: flex;}
.team-box .team-list>a:hover .list_img_box2_zx{
  opacity: 1;
  transform: translateY(-66px);
}
.team-box .team-list>a:last-child{
  margin-right: 0;
}
.team-box .team-list>a .team-list_img_box .header-img{
  width: 189px;
  height: 189px;
  border-radius: 6px;
}
.team-list-a-txt{
  font-size: 14px !important;
  color: #17171A !important;
}
.team-list-a-txt2{
  /* height: 19px; */
  font-size: 12px;
  color: #B96920;
  background: linear-gradient(135deg, #F6DCC7 0%, #F8CCA3 100%);
  padding: 3px;
  margin-left: 4px;
  border-radius: 2px;
}
.list_img_box2_content{display: flex; align-items: center;}
.team-box .team-list>a .team-bottom {
  background: #F2F4F8;
  position: absolute;
  width: 100%;
  height: 64px ;
  padding:24px;
  box-sizing: border-box;
  bottom:-50px;
  transition: all 0.3s;
}
.team-box .team-list>a .team-bottom .name{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.team-box .team-list>a .team-bottom .number{
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  padding-top:12px;
  display: none;
}
.team-box .team-list>a .right-img::after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/financeNew/teamIcon.png) no-repeat;
}
.team-box .team-list>a:hover .team-bottom{
 background-color: #195BE8;
  height: 89px;
}
.team-box .team-list>a:hover .team-bottom .number{
  display: block;
}
.team-box .team-list>a:hover .team-bottom .name{
  color: #ffffff;
}
.team-box .team-list>a:hover .right-img::after{
  background: url(../images/financeNew/teamIconw.png) no-repeat;
}
.team-box .team-list>a:hover .right-img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.4;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 我们还提供以下服务 */
.other-box{
  position: relative;
  width: 100%;
  height: 750px;
  background: #F2F4FA !important;
  padding-top: 120px;
}
.other-box-tit{
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
 
}
.other-box-tit2{
  width: 100%;
  display: flex;
  justify-content: center;
}
.other-box-1{
  height: 64px;
  font-size: 48px;
  font-weight: bold;
  color: #0F111A;
}
.other-box-2{
  font-size: 16px;
  color: #9DA1B3;
  letter-spacing: 1px;
  position: absolute;
  top: 190px;
}
.other-box-3{
  width: 100%;
  height: 520px;
  position: absolute;
  top: 260px;

  display: flex;
  justify-content: center;
}
.other-box-3-container{
  width: 1278px;
  height: 520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other-list{
  width: 410px;
  height: 520px;
  box-shadow: 0 8px 46px 0 rgba(225,228,238,0.44);
  border-radius: 8px;
  position: relative;
}
.other-box-3-bg1{
  background: url(../images/business/other_bg_1.png) center no-repeat;
  background-position: 0 0;
  background-size: 410px 280px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 46px 0px rgba(225,228,238,0.44);
  border-radius: 8px;
}
.other-box-3-bg2{
  background: url(../images/business/other_bg_2.png) center no-repeat;background-position: 0 0;
  background-size: 410px 280px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 46px 0px rgba(225,228,238,0.44);
  border-radius: 8px;
}
.other-box-3-bg3{
  background: url(../images/business/other_bg_3.png) center no-repeat;background-position: 0 0;
  background-size: 410px 280px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 46px 0px rgba(225,228,238,0.44);
  border-radius: 8px;
}



.other-list .other-top{
  width: 100%;
  height: 114px;

  padding:32px 0 0 32px;
  box-sizing: border-box;
}
.other-list .other-top .title{
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding-left: 31px;
  margin-top: -5px;
}
.other-list .other-top .title img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.other-list .other-top .des{
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-top:15px;
}
.other-list .ul{
  width: 100%;
  margin-top: -13px;
}
.other-list .ul>a{
  margin:38px 0 0 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 84px;
}
.other-list .ul>a .ul-img{
  width: 70px;
  height: 70px;
}

.other-list .ul>a img{
  width: 70px;
  height: 70px;
}
.other-list .ul>a p{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding-top: 16px;
  width: 100%;
  text-align: center;
}
.ul_1 a:hover img {
  border: 1px solid #5C85FE;
  border-radius: 4px;
}
.ul_2 a:hover img {
  border: 1px solid #20ADF4;
  border-radius: 4px;
}
.ul_3 a:hover img {
  border: 1px solid #8E88FF;
  border-radius: 4px;
}
.other-list .alls-1{
  width: 314px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin:48px auto;
  display: block;
  background: #F2F6FE;
  border-radius: 4px;
  border: 1px solid #D6E1FF;
  backdrop-filter: blur(40px);
  font-size: 16px;
  color: #2D5AE3;
  transition: all 0.2s;
}
.other-list .alls-1:hover{
  background: #D2E1FF;
  border: 1px solid #D6E1FF;
}
.other-list .alls-2{
  width: 314px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin:48px auto;
  display: block;
  backdrop-filter: blur(40px);
  color: #2D5AE3;
  background: #EFF9FE;
  border-radius: 4px;
  border: 1px solid #C7ECFF;
  backdrop-filter: blur(40px);
  font-size: 16px;
  color: #2DA6E3;
  transition: all 0.2s;
}
.other-list .alls-2:hover{
  border: 1px solid #C7ECFF;
  background: #C7ECFF;
}
.other-list .alls-3:hover{
  background: #DDDEFF;
  border: 1px solid #D1D1FF;
}
.other-list .alls-3{
  width: 314px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin:48px auto;
  display: block;
  backdrop-filter: blur(40px);
  color: #2D5AE3;
  background: #F2F2FE;
  border-radius: 4px;
  border: 1px solid #D1D1FF;
  backdrop-filter: blur(40px);
  font-size: 16px;
  color: #5E48ED;
  transition: all 0.2s;
}
.other-list  .alls:hover{
  background: #195BE8;
  color:#ffffff;
}

.team-ul-on{
  background: #195BE8;
  color: #FFFFFF !important;
  border-radius: 4px;
  background: url(../images/business/select91.png) center top no-repeat; text-align: center;
}

/* 团队 */
.team { height: 634px; position: relative; background: url(../images/finance/team_bg.png) center top no-repeat; padding-top: 36px; text-align: center; }
.team:before, .team:after { content: ""; display: block; width: 100%; height: 4px; background-color: #fff; -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.2); box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.2); position: absolute; left: 0; }
.team:before { top: 0; }
.team:after { bottom: 0; }
.team_bottom { margin: auto; width: 1200px; }
.team_hd { display: inline-block; margin: 8px 0 13px; border: 1px solid #e2e2e2; background-color: #fafafa; }
.team_hd li { border-left: 1px solid #e2e2e2; float: left; padding: 0 18px; height: 42px; line-height: 40px; font-size: 14px; color: #747474; font-weight: bold; cursor: pointer; }
.team_hd li:first-child { border-left: none; }
.team_hd li.on { color: #3573ec; position: relative; }
.team_hd li.on:before { content: ''; display: inline-block; width: 100%; height: 2px; background-color: #3573ec; position: absolute; top: -1px; left: 0; }
.team_hd li.on:after { content: ''; width: 0; height: 0; line-height: 0; font-size: 0; border-width: 8px; border-style: solid dashed dashed dashed; border-color: #fff transparent transparent transparent; border-bottom: none; position: absolute; bottom: -8px; left: 0; right: 0; margin: auto; }
.team_bd { width: 898px; padding: 14px; background-color: #fff; height: 100%; }
.team_bd li a { float: left; background-color: #f1f1f1; vertical-align: top; position: relative; width: 145px; height: 160px; }
.team_bd li a img { max-width: none; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.team_bd li a:hover .team_bd_mask { opacity: 1; }
.team_bd_mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(255, 255, 255, 0.2); opacity: 0; -webkit-transition: all 0.4s; transition: all 0.4s; }
.team_bd_mask_c { width: 126px; height: 70px; background-color: #ffffff; border-radius: 4px; position: absolute; left: 0; right: 0; margin: auto; bottom: 10px; padding-top: 10px; }
.team_bd_mask_c p { font-size: 12px; color: #ff8400; font-weight: bold; }
.team_bd_mask_c p:first-child { font-size: 12px; color: #616161; }
.team_bd_mask_c p:first-child:after { content: ''; display: inline-block; width: 100%; height: 0; border-bottom: 1px dashed #d9d9d9; }
.team_form { width: 294px; height: 348px; background-color: #fff; padding: 72px 23px 0; position: relative; }
.team_form_title { width: 294px; height: 60px; position: absolute; top: 0; left: 0; background-image: linear-gradient(5deg, #3573ec 0%, #2c6eef 100%); text-align: center; font-size: 16px; color: #fff; line-height: 50px; border-radius: 0 0 50% 50%; }
.team_form_title:before, .team_form_title:after { content: ""; width: 14px; height: 1px; display: inline-block; background-color: #fff; margin: 0 4px; vertical-align: middle; }
.team_form_item { width: 100%; height: 40px; background-color: #ffffff; border-radius: 4px; border: solid 1px #e5e5e5; font-size: 13px; padding: 0 12px; margin-bottom: 10px; }
.team_form_checkbox { margin: 7px 0 12px; }
.team_form_checkbox > p:first-child { margin-right: 22px; }
.team_form_checkbox > p.on span { background-color: #ff773a; border-color: #ff773a; }
.team_form_checkbox > p.on i { color: #fff; }
.team_form_checkbox span { width: 14px; height: 14px; display: inline-block; vertical-align: middle; border-radius: 50%; border: solid 1px #9b9b9b; text-align: center; margin-right: 4px; cursor: pointer; font-size: 0; }
.team_form_checkbox span i { font-size: 12px; color: #6b6b6b; line-height: 12px; -webkit-transform: rotate(10deg); transform: rotate(10deg); }
.team_form_checkbox label { font-size: 12px; color: #999999; vertical-align: middle; cursor: pointer; }
.team_form_checkbox a { font-size: 12px; color: #ff773a; vertical-align: middle; margin-left: 4px; -webkit-transition: all .2s; transition: all .2s; }
.team_form_checkbox a:hover { color: #3573ec; }
.team_form_notes { text-align: left; }
.team_form_notes i { display: inline-block; width: 11px; height: 13px; vertical-align: middle; margin-right: 22px; position: relative; font-size: 0; top: 1px; }
.team_form_notes i:after { content: ""; width: 1px; height: 8px; display: inline-block; background-color: #e5e5e5; position: absolute; top: 2px; right: -12px; }
.team_form_notes span { color: #ff9c00; font-size: 12px; vertical-align: middle; }
.team_form_btn { width: 100%; height: 36px; line-height: 36px; display: inline-block; background-color: #ff773a; background-image: linear-gradient(110deg, #ff6c2a 0%, #ff773a 100%), linear-gradient(#764dec, #764dec); background-blend-mode: normal, normal; -webkit-box-shadow: 0px 6px 15px 0px rgba(175, 109, 80, 0.5); box-shadow: 0px 6px 15px 0px rgba(175, 109, 80, 0.5); border-radius: 4px; margin: 12px auto; font-size: 16px; color: #fff; -webkit-transition: all .2s; transition: all .2s; }
.team_form_btn i { margin: 0 14px; position: relative; left: 0; -webkit-transition: all .4s; transition: all .4s; }
.team_form_btn:hover { background-color: #2c6eef; }
.team_form_btn:hover i { left: 30px; }
.team_form_btn:hover i:first-child { left: -30px; }
.team_list { width: 1200px; position: absolute; left: 0; right: 0; bottom: -72px; margin: auto; z-index: 2; }
.team_list li { width: 294px; height: 200px; margin-left: 8px; padding: 8px; text-align: center; background-color: #ffffff; -webkit-box-shadow: 0px 1px 10px 0px rgba(216, 216, 216, 0.6); box-shadow: 0px 1px 10px 0px rgba(216, 216, 216, 0.6); border: solid 6px #ffffff; }
.team_list li:first-child { margin-left: 0; }
.team_list_pic { width: 66px; height: 66px; margin: auto; border-radius: 50%; background-color: #ffffff; -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.1); box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.1); border: solid 5px #ffffff; text-align: center; line-height: 62px; font-size: 0; }
.team_list_title { margin-top: 14px; font-size: 16px; font-weight: bold; color: #464646; }
.team_list_text { font-size: 14px; color: #a8a8a8; }

/* 风采 */
.show { padding-top: 125px; padding-bottom: 48px; text-align: center; background-color: #f5f5f5; background-image: url(../images/finance/Style.png); background-repeat: no-repeat; background-position: center 220px; }
.show_hd { display: inline-block; margin: 8px 0 13px; border: 1px solid #e2e2e2; background-color: #fafafa; -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.2); box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.2); }
.show_hd li { border-left: 1px solid #e2e2e2; float: left; padding: 0 49px; height: 42px; line-height: 40px; font-size: 14px; color: #747474; font-weight: bold; cursor: pointer; }
.show_hd li:first-child { border-left: none; }
.show_hd li.on { color: #3573ec; position: relative; }
.show_hd li.on:before { content: ''; display: inline-block; width: 100%; height: 2px; background-color: #3573ec; position: absolute; top: -1px; left: 0; }
.show_hd li.on:after { content: ''; width: 0; height: 0; line-height: 0; font-size: 0; border-width: 8px; border-style: solid dashed dashed dashed; border-color: #fff transparent transparent transparent; border-bottom: none; position: absolute; bottom: -8px; left: 0; right: 0; margin: auto; }
.show_bd { width: 1202px; margin: 10px auto; }
.showlists1 .showlists_item .showlists_mask { height: 64px; }
.showlists1 .showlists_item .showlists_mask p { font-weight: normal; line-height: 26px; }
.showlists1 .showlists_item .showlists_mask p:first-child { padding-top: 14px; font-weight: bold; font-size: 16px; line-height: 20px; }
.showlists_item { width: 264px; height: 200px; float: left; margin: 0 3px 5px; position: relative; border: 6px solid #fff; overflow: hidden; background-color: #fff; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
.showlists1 .showlists_item{width: 394px;}
.showlists_item:hover img { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.showlists_item img {width: 100%; position: absolute; left: -6px; top: -6px; max-width: none; -webkit-transition: all .8s; transition: all .8s; }
.showlists_item1 { width: 386px; height: 405px; }
.showlists_item1 .showlists_mask { width: 374px; }
.showlists_pic { width: 100%; height: 100%; }
.showlists_pic ul, .showlists_pic li { height: 100%; }
.showlists_mask { width: 100%; height: 40px; position: absolute; background-color: rgba(0, 0, 0, 0.5); left: 0; bottom: 0; text-align: left; }
.showlists_mask p { font-size: 14px; color: #fff; font-weight: bold; padding-left: 10px; line-height: 40px; }
.showlists_mask span { position: absolute; width: 100px; height: 10px; text-align: center; bottom: 0; top: 0; right: 0; margin: auto; font-size: 0; }
.showlists_mask span i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.5); cursor: pointer; margin: 0 5px; }
.showlists_mask span i.on { border-color: #fff; }

/* 资质 */
.aptitudes { height: 573px; background: url(../images/business/aptitude_bg.png) center no-repeat; padding-top: 60px; position: relative; }
.aptitudes:before, .aptitudes:after { content: ""; display: block; width: 100%; height: 4px; background-color: #fff; -webkit-box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.2); box-shadow: 0px 1px 10px 0px rgba(37, 31, 50, 0.2); position: absolute; left: 0; }
.aptitudes:before { top: 0; }
.aptitudes:after { bottom: 0; }
.aptitudes_list { width: 1200px; margin: 38px auto; }
.aptitudes_list p { font-size: 16px; color: #fff; font-weight: bold; margin-top: 16px; text-align: center; }
.aptitudes_list li { margin-left: 9px; }
.aptitudes_list li:first-child { margin-left: 0; }
.aptitudes_list li:first-child .aptitudes_pic { width: 405px; height: 290px; }
.aptitudes_pic { width: 256px; height: 290px; background-color: #ffffff; border-radius: 4px; position: relative; }
.aptitudes_pic img { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; }

/* 资讯 */
.news { height: 615px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06); }
.news .common_title { padding: 44px 0 12px; }
.news .common_title label { display: inline-block; }
.news .common_title label i { float: left; width: 8px; height: 1px; background-color: #e5e5e5; margin: 0 2px; }
.news_c_l { width: 848px; height: 440px; background-color: #ffffff; border: solid 1px #e8e8e8; }
.news_c_l_hd { width: 100%; height: 68px; background-color: #f6f6f6; border-bottom: 1px dotted #c3c3c3; position: relative; }
.news_c_l_hd a { position: absolute; top: 26px; right: 24px; font-size: 0; }
.news_c_l_hd a:hover span { color: #3573ec; }
.news_c_l_hd a:hover i { border-left-color: #3573ec; }
.news_c_l_hd a span { font-size: 12px; vertical-align: middle; }
.news_c_l_hd a i { width: 0; height: 0; line-height: 0; font-size: 0; border-width: 4px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #737373; border-right: none; vertical-align: middle; margin-left: 6px; }
.news_c_l_hd li { float: left; cursor: pointer; font-size: 0; padding: 0 18px; line-height: 68px; border-right: 1px dotted transparent; border-left: 1px dotted transparent; -webkit-transition: all 0.2s; transition: all 0.2s; }
.news_c_l_hd li:first-child { border-left: none !important; }
.news_c_l_hd li.on { border-right: 1px dotted #c3c3c3; border-left: 1px dotted #c3c3c3; position: relative; }
.news_c_l_hd li.on:after { content: ''; display: inline-block; width: 99%; height: 0; border: 1px solid #eef0f2; position: absolute; bottom: 0; left: 0; }
.news_c_l_hd li.on .news_c_l_hd_t1 { color: #165fcb; }
.news_c_l_hd li.on .news_c_l_hd_t3 { border-color: #165fcb; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.news_c_l_hd li.on .news_c_l_hd_t3 i { border-left-color: #165fcb; }
.news_c_l_hd_t1, .news_c_l_hd_t2 { font-size: 15px; color: #2d2c2c; font-weight: bold; vertical-align: middle; }
.news_c_l_hd_t3 { width: 15px; height: 15px; vertical-align: middle; border-radius: 50%; display: inline-block; border: solid 1px #ccc; font-size: 0; line-height: 13px; text-align: center; margin-left: 7px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.news_c_l_hd_t3:after { content: ''; width: 0; height: 0; line-height: 0; font-size: 0; border-width: 3px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #eef0f2; border-right: none; position: relative; left: -3px; }
.news_c_l_hd_t3 i { width: 0; height: 0; line-height: 0; font-size: 0; border-width: 4px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #c1c1c1; border-right: none; -webkit-transition: all 0.2s; transition: all 0.2s; position: relative; left: 2px; }
.news_c_l_bd a { float: left; width: 50%; padding: 0 18px; line-height: 54px; font-size: 0; }
.news_c_l_bd a.large { padding: 23px 18px 26px; background-color: #f6f6f6; border: none; line-height: inherit; }
.news_c_l_bd a.bordernone .news_c_l_bd_text, .news_c_l_bd a.bordernone .news_c_l_bd_time { border: none; }
.news_c_l_bd a > i { vertical-align: middle; width: 0; height: 0; line-height: 0; font-size: 0; border-width: 4px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #5d6679; border-right: none; }
.news_c_l_bd a:hover .news_c_l_bd_text, .news_c_l_bd a:hover .news_c_l_bd_time { color: #545454; }
.news_c_l_bd a:hover .news_c_l_bd_r_t1 { color: #000; }
.news_c_l_bd_text, .news_c_l_bd_time { font-size: 14px; color: #909090; border-bottom: 1px dashed #e8e8e8; -webkit-transition: all 0.2s; transition: all 0.2s; }
.news_c_l_bd_text { margin-left: 7px; vertical-align: middle; width: 320px; display: inline-block; padding-right: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_c_l_bd_time { display: inline-block; height: 100%; vertical-align: middle; }
.news_c_l_bd_l { float: left; width: 156px; height: 97px; background-color: #ffffff; padding: 4px; }
.news_c_l_bd_l img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.news_c_l_bd_r { float: left; width: 210px; margin-left: 10px; }
.news_c_l_bd_r_t1 { font-size: 16px; color: #5f5f5f; margin-bottom: -4px; -webkit-transition: all 0.2s; transition: all 0.2s; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_c_l_bd_r label i { display: inline-block; width: 7px; height: 1px; background-color: #d2d2d2; }
.news_c_l_bd_r_t2 { font-size: 12px; color: #d2d2d2; margin-bottom: 4px; margin-top: 6px; }
.news_c_l_bd_r_t3 { font-size: 13px; color: #adadad; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_c_r { width: 334px; height: 440px; background-color: #ffffff; border: solid 1px #e8e8e8; }
.news_c_r_t { padding: 0 16px; line-height: 67px; }
.news_c_r_t span { font-size: 15px; color: #515151; }
.news_c_r_t a { font-size: 0; margin-right: 16px; }
.news_c_r_t a:hover span { color: #3573ec; }
.news_c_r_t a:hover i { border-left-color: #3573ec; }
.news_c_r_t a span { font-size: 12px; color: #787878; vertical-align: middle; margin-right: 6px; -webkit-transition: all 0.4s; transition: all 0.4s; }
.news_c_r_t a i { vertical-align: middle; -webkit-transition: all 0.4s; transition: all 0.4s; width: 0; height: 0; line-height: 0; font-size: 0; border-width: 4px; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #737373; border-right: none; }
.news_c_r_l li { border-top: 1px dashed #d5d6d8; height: 56px; }
.news_c_r_l li a { display: inline-block; width: 100%; height: 100%; padding: 18px 14px 0; }
.news_c_r_l li a:hover .news_c_r_l_r p { color: #5d5d5d; }
.news_c_r_l li.on { height: 146px; }
.news_c_r_l li.on .news_c_r_l_r p { line-height: 24px; }
.news_c_r_l li.on .news_c_r_l_r p:first-child { font-size: 15px; color: #5d5d5d; font-weight: bold; white-space: nowrap; }
.news_c_r_l li.on .news_c_r_l_r p:first-child:after { content: ''; display: block; width: 14px; height: 1px; background-color: #d6dae2; margin: 10px 0; }
.news_c_r_l_l { width: 24px; height: 24px; border-radius: 50%; font-size: 12px; color: #fff; text-align: center; line-height: 24px; float: left; position: relative; }
.news_c_r_l_l:after { content: ''; position: absolute; top: 14px; right: -5px; }
.news_c_r_l_l1 { background-color: #5b90de; }
.news_c_r_l_l1:after { width: 0; height: 0; border-width: 4px 0 4px 10px; border-style: solid; border-color: transparent transparent transparent #5b90de; }
.news_c_r_l_l2 { background-color: #a2c285; }
.news_c_r_l_l2:after { width: 0; height: 0; border-width: 4px 0 4px 10px; border-style: solid; border-color: transparent transparent transparent #a2c285; }
.news_c_r_l_l3 { background-color: #e2b578; }
.news_c_r_l_l3:after { width: 0; height: 0; border-width: 4px 0 4px 10px; border-style: solid; border-color: transparent transparent transparent #e2b578; }
.news_c_r_l_l4 { background-color: #b8bfc8; }
.news_c_r_l_l4:after { width: 0; height: 0; border-width: 4px 0 4px 10px; border-style: solid; border-color: transparent transparent transparent #b8bfc8; }
.news_c_r_l_l5 { background-color: #b8bfc8; }
.news_c_r_l_l5:after { width: 0; height: 0; border-width: 4px 0 4px 10px; border-style: solid; border-color: transparent transparent transparent #b8bfc8; }
.news_c_r_l_r { float: left; width: 266px; margin-left: 10px; }
.news_c_r_l_r p { font-size: 14px; color: #909090; -webkit-transition: all 0.2s; transition: all 0.2s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 弹出层 */
.pop_box { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; background: rgba(0, 0, 0, 0.6); padding: 3% 13%; display: none; }
.pop_box * { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 0; }
.pop_box_check, .pop_box_fast { width: 531px; height: 350px; background-color: #ffffff; border-radius: 10px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding-top: 38px; margin: auto; display: none; }
.pop_box_check .icon_box, .pop_box_fast .icon_box { width: 42px; height: 42px; margin: auto; }
.pop_box_check h2, .pop_box_fast h2 { font-size: 18px; line-height: 30px; color: #4d4d4d; text-align: center; }
.pop_box_check .pop_solid, .pop_box_fast .pop_solid { margin-top: 20px; }
.pop_box_check .pop_title, .pop_box_fast .pop_title { font-size: 14px; color: #7d7d7d; text-align: center; margin: 14px 0; }
.pop_box_check .contact_box, .pop_box_fast .contact_box { text-align: center; }
.pop_box_check .contact_box.fast_contact_bg, .pop_box_fast .contact_box.fast_contact_bg { background-color: #e7ecf1; padding: 25px 0; }
.pop_box_check .contact_box .your_name, .pop_box_fast .contact_box .your_name { margin-right: 5px; border-color: #d6dde7; background-color: #ffffff; }
.pop_box_check .contact_box .your_mobile, .pop_box_fast .contact_box .your_mobile { margin-right: 5px; border-color: #d6dde7; background-color: #ffffff; }
.pop_box_check .contact_box dd, .pop_box_fast .contact_box dd { display: inline-block; width: 225px; height: 45px; padding: 12px; line-height: 19px; border-radius: 4px; border: solid 1px #d6dde7; }
.pop_box_check .contact_box dd label, .pop_box_fast .contact_box dd label { width: 20px; height: 20px; margin-right: 8px; float: left; }
.pop_box_check .contact_box dd input, .pop_box_fast .contact_box dd input { width: 85%; height: 100%; font-size: 14px; float: left; }
.pop_box_check .sure_check, .pop_box_fast .sure_check { text-align: center; margin-top: 30px; }
.pop_box_check .sure_check a, .pop_box_fast .sure_check a { display: inline-block; width: 153px; height: 38px; line-height: 38px; font-size: 16px; color: #ffffff; border-radius: 4px; border: solid 1px #d5dce4; background-color: #145fbc; -webkit-transition: all 0.2s; transition: all 0.2s; }
.pop_box_check .sure_check a:hover, .pop_box_fast .sure_check a:hover { opacity: 0.8; }
.pop_box_check .close, .pop_box_fast .close { position: absolute; top: 20px; right: 20px; }
.pop_box_video { width: 100%; height: 100%; position: relative; text-align: center; vertical-align: middle; display: none; }
.pop_box_video video { width: 100%; }
.pop_box_video .close { position: absolute; top: -12px; right: -12px; cursor: pointer; z-index: 2; }

/*# sourceMappingURL=business.css.map */
