* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'AlibabaPuHuiTiR';
  src: url('../font/AlibabaPuHuiTi-2-55-Regular.ttf');
}

@font-face {
  font-family: 'AlibabaPuHuiTiB';
  src: url('../font/AlibabaPuHuiTi-2-75-SemiBold.ttf');
}

@font-face {
  font-family: 'AlibabaPuHuiTiM';
  src: url('../font/AlibabaPuHuiTi-2-65-Medium.ttf');
}

/* 隐藏默认的滚动条 */
::-webkit-scrollbar {
  display: none;
}

body {
  width: 1920px;
  margin: 0 auto;
  scrollbar-width: none;
  font-family: 'AlibabaPuHuiTiR';
}

.bold {
  font-family: 'AlibabaPuHuiTiB';
}

.display_flex {
  display: flex;
}

.flex_direction_column {
  flex-direction: column;
}

.justify_content_space_between {
  justify-content: space-between;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_space_evenly {
  justify-content: space-evenly;
}

.align_items_center {
  align-items: center;
}

.flex_shrink_0 {
  flex-shrink: 0;
}

.flex1 {
  flex: 1;
}

.flex_wrap_wrap {
  flex-wrap: wrap;
}

/* head */
.head {
  height: 120px;
}

.head .head_center {
  width: 1280px;
  margin: 0 auto;
}

.head .head_tips {
  font-size: 22px;
  font-family: 'AlibabaPuHuiTiM';
  color: #666;
}

.head .telephone {
  margin-right: 12px;
}

.head .email {
  margin-right: 21px;
}

.head .tips {
  margin-right: 44px;
  line-height: 36px;
}

.head .tips:last-of-type {
  margin-right: 0;
}

/* banner */
.banner img {
  width: 100%;
}

/* description */
.description {
  height: 860px;
  background-color: #fafafa;
}

.description .title {
  height: 261px;
  font-size: 56px;
  color: #0068b7;
  padding-bottom: 46px;
  font-family: 'AlibabaPuHuiTiB';
}

.description .content {
  width: 1491px;
  margin: 0 auto;
  height: 363px;
  background-color: #fff;
  box-shadow: 0px 7px 9px 0px rgba(168, 202, 217, 0.45);
  border-radius: 30px;
}

.description .list {
  width: 402px;
  padding-left: 12px;
  border-right: 1px solid #BFBFBF;
}

.description .list:last-of-type {
  border-right: none;
  position: relative;
}

.description .list_title {
  width: 282px;
  font-family: 'AlibabaPuHuiTiB';
  font-size: 48px;
  color: #0068B7;
}

.description .list_english {
  width: 282px;
  font-size: 28px;
  color: #00A0E9;
  margin-top: 4px;
  margin-bottom: 17px;
}

.description .list_tips {
  width: 282px;
  font-size: 30px;
  color: #666;
  line-height: 44px;
  position: relative;
}

.description .list_tips:before {
  content: '';
  font-size: 20px;
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
}

.description .list_absolute {
  position: absolute;
  left: 100%;
  top: -118px;
  width: 350px;
  height: 363px;
  background-color: #0168B7;
  box-shadow: 0px 7px 9px 0px rgba(168, 202, 217, 0.45);
  border-radius: 30px;
  padding: 45px 20px 43px 49px;
  font-family: 'AlibabaPuHuiTiM';
}

.description .list_absolute_item {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.description .list_absolute_item:last-of-type {
  margin-bottom: 0;
}

.description .btns {
  padding-top: 63px;
}

.description .btns .appointment {
  width: 389px;
  height: 87px;
  background: linear-gradient(-15deg, #197BC5, #359FEF);
  border-radius: 44px;
  color: #fff;
  font-size: 48px;
  font-family: 'AlibabaPuHuiTiB';
  letter-spacing: 2px;
}

.description .btns .customerService {
  margin-right: 25px;
}

.description .btns .telephone {
  width: 875px;
  height: 87px;
  background: linear-gradient(-90deg, #EB6100, #FF8936);
  border-radius: 44px;
  color: #fff;
  font-size: 48px;
  font-family: 'AlibabaPuHuiTiB';
  margin-left: 18px;
}

.description .btns .telephoneWhite {
  margin-right: 33px;
}

/* project */
.project {
  height: 843px;
}

.project .project_item {
  width: 684px;
}

.project .project_item:last-of-type {
  width: 552px;
}

.project .project01 {
  background-color: #3EB8D7;
}

.project .project02 {
  background-color: #0392CE;
}

.project .project03 {
  background-color: #0068B7;
}

.project dl {
  color: #fff;
  line-height: 50px;
  padding-top: 40px;
}

.project .project01 dl {
  padding-left: 158px;
}

.project .project02 dl {
  padding-left: 98px;
}

.project .project03 dl {
  padding-left: 64px;
}

.project dt {
  font-size: 50px;
  font-family: 'AlibabaPuHuiTiB';
  padding-bottom: 23px;
}

.project dd {
  font-size: 34px;
}

/* equipment */
.equipment {
  padding: 88px 0 74px 0;
  background-color: #F7F7F7;
}

.equipment .title1 {
  color: #333333;
  font-family: 'AlibabaPuHuiTiM';
  font-size: 50px;
  text-align: center;
}

.equipment .title2 {
  color: #0068B7;
  font-family: 'AlibabaPuHuiTiM';
  font-size: 37px;
  text-align: center;
  margin-top: 10px;
}

.equipment .title3 {
  color: #999999;
  font-size: 22px;
  text-align: center;
}

.equipment .equipment_list {
  padding-top: 40px;
}

.equipment .equipment_list .equipment_item {
  width: 387px;
  height: 552px;
  background: #FFFFFF;
  box-shadow: 5px 4px 16px 0px rgba(197, 222, 243, 0.59);
  border-radius: 40px 0px 40px 0px;
  margin-right: 50px;
}

.equipment .equipment_list .equipment_item.equipment01 {
  background: url('../image/equipment01.png') 100px bottom no-repeat #FFFFFF;
}

.equipment .equipment_list .equipment_item.equipment02 {
  background: url('../image/equipment02.png') 75px bottom no-repeat #FFFFFF;
}

.equipment .equipment_list .equipment_item.equipment03 {
  background: url('../image/equipment03.png') left bottom no-repeat #FFFFFF;
}

.equipment .equipment_list .equipment_item:last-of-type {
  margin-right: 0;
}

.equipment .equipment_list .name {
  width: 328px;
  height: 40px;
  background: linear-gradient(139deg, #0068B7, #2284E7);
  border-radius: 20px 20px 20px 20px;
  font-size: 30px;
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTiM';
  margin-top: 70px;
}

.equipment .equipment_list .tips {
  font-size: 28px;
  color: #0068B7;
  font-family: 'AlibabaPuHuiTiM';
  margin-top: 21px;
}

.equipment .equipment_list .tips:last-of-type {
  margin-top: 0;
}

/* commercial insurance */
.commercial_insurance {
  height: 796px;
  background: url('../image/commercial_insurance_bg.png') no-repeat;
  padding-top: 70px;
}

.commercial_insurance .title1 {
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTiB';
  font-size: 50px;
  text-align: center;
}

.commercial_insurance .title2 {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.commercial_insurance .wrap {
  margin-top: 46px;
}

.commercial_insurance .direct {
  width: 881px;
  height: 511px;
  border-radius: 20px;
  background: url('../image/direct.png') center no-repeat #FFFFFF;
}

.commercial_insurance .self {
  width: 302px;
  height: 511px;
  border-radius: 20px;
  margin-left: 18px;
  background: url('../image/self.png') center no-repeat #FFFFFF;
}

.commercial_insurance .wrap .title {
  width: 157px;
  height: 55px;
  background: #1F9EFF;
  border-radius: 0px 0px 16px 16px;
  font-size: 29px;
  color: #FFFFFF;
  margin: 0 auto;
}

.commercial_insurance .wrap .self .title {
  width: 220px;
}

.commercial_insurance .wrap .title span:first-of-type{
  font-size: 24px;
}

.commercial_insurance .wrap .title span:last-of-type{
  font-size: 18px;
}

/* qa */
.qa {
  padding-top: 65px;
  padding-bottom: 80px;
}

.qa .title1 {
  color: #333333;
  font-family: 'AlibabaPuHuiTiM';
  font-size: 50px;
  text-align: center;
}

.qa .title2 {
  color: #999999;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.qa .qa_list {
  width: 1200px;
  margin-top: 25px;
  background: #FFFFFF;
  box-shadow: 5px 4px 16px 0px rgba(197, 222, 243, 0.59);
  border-radius: 20px;
  padding: 38px 52px 31px 58px;
}

.qa .qa_icon {
  width: 31px;
  height: 31px;
  border-radius: 6px 6px 6px 0px;
  font-size: 21px;
  color: #FFFFFF;
  position: relative;
  margin-right: 21px;
}

.qa .qa_icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
}

.qa .qa_icon.blue {
  background: #0068B7;
}

.qa .qa_icon.blue:after {
  border-top-color: #0068B7;
}

.qa .qa_icon.green {
  background: #6EB92B;
}

.qa .qa_icon.green:after {
  border-top-color: #6EB92B;
}

.qa .qa_question_content {
  font-family: 'AlibabaPuHuiTiM';
  font-size: 28px;
  color: #333333;
}

.qa .qa_answer {
  margin-top: 23px;
}

.qa .qa_answer_content {
  font-size: 22px;
  color: #999999;
  line-height: 30px;
  font-family: 'AlibabaPuHuiTiM';
}

/* doctor */
.doctor {
  height: 1000px;
  background: url('../image/doctor_bg.jpg') top center no-repeat;
  padding-top: 74px;
  padding-bottom: 97px;
}

.doctor .title1 {
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTiB';
  font-size: 50px;
  text-align: center;
}

.doctor .title2 {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.doctor .swiper {
  width: 1200px;
  height: 694px;
  margin-top: 50px;
}

.doctor .swiper-slide {
  width: 380px;
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.doctor .swiper-slide.doctor01 {
  background: url('../image/doctor01.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor02 {
  background: url('../image/doctor02.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor03 {
  background: url('../image/doctor03.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor04 {
  background: url('../image/doctor04.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor05 {
  background: url('../image/doctor05.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor06 {
  background: url('../image/doctor06.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor07 {
  background: url('../image/doctor07.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor08 {
  background: url('../image/doctor08.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor09 {
  background: url('../image/doctor09.jpg') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide.doctor10 {
  background: url('../image/doctor10.png') center 20px no-repeat #FFFFFF;
}

.doctor .swiper-slide .doctor_content {
  height: 385px;
  background-color: #EBF8FF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.doctor .swiper-slide .name {
  font-family: 'AlibabaPuHuiTiB';
  font-size: 43px;
  color: #0068B7;
  margin-top: 32px;
}

.doctor .swiper-slide .position {
  font-size: 23px;
  color: #00A0E9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor .swiper-slide .desc_tips {
  height: 122px;
}

.doctor .swiper-slide .desc {
  font-family: 'AlibabaPuHuiTiM';
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor .swiper-slide .tips {
  font-size: 20px;
  color: #666666;
  line-height: 26px;
  padding: 0 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.doctor .swiper-slide .technology {
  max-height: 64px;
  overflow: hidden;
  font-size: 19px;
  color: #666666;
  line-height: 26px;
  gap: 8px 6px;

  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
}

.doctor .swiper-slide .technology_item {
  height: 28px;
  background: #448ACA;
  border-radius: 14px;
  padding: 0 28px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'AlibabaPuHuiTiM';
}

/* foot */
.foot {
  height: 670px;
  background: #0068B7;
  padding-top: 38px;
  color: #FFFFFF;
}

.foot .contact {
  width: 1201px;
}

/* map */
.foot #container {
  margin-right: 75px;
  width: 593px;
  height: 527px;
  border-radius: 10px;
  box-sizing: content-box;
  color: #000;
}

.foot #container .content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}

.foot #container .content-window-card p {
  height: 2rem;
}

.foot #container .custom-info {
  border: solid 1px silver;
}

.foot #container div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}

.foot #container div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}

.foot #container div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

.foot #container div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}

.foot #container div.info-middle {
  font-size: 12px;
  padding: 10px 6px;
  line-height: 20px;
}

.foot #container div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

.foot #container div.info-bottom img {
  position: relative;
  z-index: 104;
}

.foot #container span {
  margin-left: 5px;
  font-size: 11px;
}

.foot #container .info-middle img {
  float: left;
  margin-right: 6px;
}

/* map */
.foot .contact_content {
  width: 618px;
  height: 527px;
  padding-top: 20px;
}

.foot .title1 {
  font-family: 'AlibabaPuHuiTiM';
  font-size: 57px;
}

.foot .title2 {
  font-size: 21px;
  word-spacing: 8px;
  margin-top: 10px;
  padding-left: 7px;
}

.foot .contact_list {
  margin-top: 25px;
}

.foot .contact_list:last-of-type .contact_list_right:after {
  display: none;
}

.foot .contact_list_left {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-right: 28px;
  margin-top: 7px;
}

.foot .contact_list_left.contact_icon01 {
  background: url('../image/contact_icon01.png') center no-repeat #2087D5;
}

.foot .contact_list_left.contact_icon02 {
  background: url('../image/contact_icon02.png') center no-repeat #2087D5;
}

.foot .contact_list_left.contact_icon03 {
  background: url('../image/contact_icon03.png') center no-repeat #2087D5;
}

.foot .contact_list_right {
  font-size: 25px;
  line-height: 46px;
  position: relative;
  padding-bottom: 20px;
}

.foot .contact_list_right:after {
  content: '';
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 586px;
  height: 1px;
  background: repeating-linear-gradient(to right, #5EA0D2, #5EA0D2 5px, transparent 5px, transparent 10px);
}

.foot .contact_list_right div {
  width: 612px;
}

.foot .address {
  width: 631px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  margin: 25px auto 28px;
  color: #666666;
  font-size: 25px;
}

.foot .address_icon {
  width: 53px;
  height: 53px;
  background: url('../image/address.png') center no-repeat #2087D5;
  margin-right: 20px;
}

.foot .address .address_bold {
  font-family: 'AlibabaPuHuiTiM';
  font-size: 31px;
  color: #2087D5;
  margin-left: 10px;
}

/* footTwo */
.footTwo{
  height: 569px;
}

.footTwo .footTwo_center{
  width: 1201px;
  height: 348px;
  margin: 0 auto;
  font-family: 'AlibabaPuHuiTiM';
  font-size: 30px;
}

.footTwo .footTwo_left,
.footTwo .footTwo_right{
  height: 100%;
}

.footTwo .footTwo_left .foot_logo{
  width: 396px;
}

.footTwo .footTwo_left .footTwo_icons img{
  margin-right: 89px;
}

.footTwo .footTwo_right .foot_contact{
  width: 151px;
  height: 58px;
  background: #0068B7;
  border-radius: 29px;
  color: #FFFFFF;
}

/* slideBar */
.slideBar {
  width: 84px;
  padding: 0 5px;
  height: auto;
  position: fixed;
  z-index: 101;
  bottom: 5%;
  right: 2%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1)
}

.slideBar a {
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  color: #777;
  text-align: center;
  padding: 16px 8px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  transition: .3s
}

.slideBar .top {
  border-bottom: none;
  padding: 16px 0;
}

.slideBar .top b {
  display: block;
  font-weight: normal;
  color: #000
}

.slideBar img {
  width: 100%;
}


/*site-header */
.site-header { background: #fff; position: fixed; width: 100%; left: 0; top: 0; z-index: 9999 }
.site-header .header-top { position: relative; z-index: 10; }
.site-header .header-top dl > * { height: 120px }
.site-header .header-top dt { float: left; max-width: 60% }
.site-header .header-top dt .logo { display: table; height: 120px }
.site-header .header-top dt .logo li { display: table-cell; vertical-align: middle }
.site-header .header-top dt .logo img { max-height: 100%; height: 100px; }
.site-header .header-top dt .logo_txt { position: relative; padding-left: 25px }
.site-header .header-top dt .logo_txt::before { position: absolute; content: ''; left: 12px; top: 50%; margin-top: -19px; width: 1px; height: 30px; background: #ededed }
.site-header .header-top dd { float: right; display: table }
.site-header .header-top .szz{ float: left; display: table }
.site-header .header-top .szz .box{display: table-cell;vertical-align: middle;padding-left: 22px;}
.site-header .header-top .szz a{display:block;border: 1px solid #0068b7;line-height: 28px;padding: 0 14px 0 32px;border-radius: 14px;background: url(../image/site-header-icon.png) no-repeat 10px center #fff;}
.site-header .header-top .szz a:hover{background-color:#0068b7;color: #fff;background-image: url(../image/site-header-icon1.png);}
.site-header .rz { color: #000; font-size: 16px; line-height: 1.5; padding-left: 100px; margin-right: 3%; background: url(../image/site-header-icon_dnv.png) no-repeat left center }
.site-header .header-top .szz .wrap {position:relative;}
.site-header .header-top .szz .wrap .dropDown{position:absolute;top:100%;left:0;padding-top:0px;display:none;}
.site-header .header-top .szz .wrap .dropDown a {margin-top:5px;}
.site-header .header-top .szz .wrap:hover .dropDown{display:block;}
.site-header .rz .txt { display: table-cell; vertical-align: middle; }
.site-header .top-search { width: 240px; position: relative; padding: 5px 0 }
.site-header .top-search .text { width: 100%; padding-right: 50px; border: none; background: rgba(255,255,255,1); padding-left: 20px; border-radius: 40px; line-height: 40px; height: 40px; color: rgba(0,0,0,0.65) }
.site-header .top-search .btn { position: absolute; right: 10px; top: 50%; margin-top: -12px; cursor: pointer; color: #fff; width: 25px; height: 25px; border: none; background: url(../image/icon_search.png) no-repeat left center; line-height: 55px; font-size: 13px }
.site-header .tel { display: table-cell; vertical-align: middle; margin-left: 30px; color: #000; padding: 0 0 0 40px; font-size: 30px; line-height: 1; background: url(../image/site-header-icon_call.png) no-repeat left center }
.site-header .tel span { display: block; color: #333; font-size: 14px; margin-bottom: 5px }
.site-header .lang { font-size: 15px; color: #fff; margin-top: 5px; margin-left: 10px; line-height: 40px !important; height: 40px; background: url(../image/site-header-icon_lang.png) no-repeat 15px center #00a0e8; border-radius: 40px; text-align: center; padding-left: 40px; padding-right: 15px }
.site-header .header-left { margin-right: 220px }
.site-header .header-right { float: right; margin-top: -55px }
.site-header .header-right > * { float: left; line-height: 21px }
.site-header .header-menu { max-width: 82% }
.site-header .header-menu li em a { width: 100%; color: #fff; font-size: 16px; line-height: 60px; display: inline-block; position: relative }
.site-header .header-menu li em a::after { position: absolute; content: ''; left: 50%; transform: translateX(-50%); width: 0; bottom: 0; height: 3px; background: #00a0e8; transition: 0.3s }
.site-header .header-menu li:hover em a::after, .site-header .header-menu li.aon em a::after { width: 100% }
.site-header .header-menu li.home a { padding-left: 28px; background: url(../image/site-header-icon_home.png) no-repeat left center }
.site-header .header-menu li.home:hover em a::after, .site-header .header-menu li.home.aon em a::after { display: none }
.site-header .header-bottom { position: relative; z-index: 2; background: #0068b7 }
.site-header .header-menu li .sub dt { padding: 20px 0; text-align: center }
.site-header .header-menu li .sub dt .icon img { max-height: 50px; }
.site-header .header-menu li .sub dt .tit { display: block; color: #333; padding: 0 20px; line-height: 32px; border-radius: 32px }
.site-header .header-menu li .sub dt.on a .tit, .site-header .header-menu li .sub dt a:hover .tit { color: #fff; background: #0068b7 }
.site-header .header-menu li .sub dt.on a, .site-header .header-menu li .sub dt a:hover { background: #fff }
.site-header .sub-menu-layer { background: #fff; box-shadow: 2px 2px 10px rgba(0,0,0,0.1) }

@media(max-width:1300px) {
.site-header .header, .site-header .header-top .auto { padding: 0 2% }
.site-header .header-top .hotline { display: none !important }
.site-header .top-search { width: 180px }
}

@media(max-width:1024px) {
.site-header .header-top { position: relative; z-index: 1; }
.site-header .header-right { float: none; margin: 0; text-align: right; padding: 1vw 0; overflow: hidden }
.site-header #header-menu { position: fixed; left: 0; opacity: 0; transform: translateX(-100%); top: 0; height: 100%; overflow: auto; width: 240px; padding: 3%; background: #0068b7; box-shadow: 2px 2px 10px rgba(0,0,0,0.1); z-index: 100; transition: 0.3s }
.site-header #header-menu.header-menu-show { opacity: 1; transform: translateX(0) }
.site-header #header-menu li a { font-weight: normal; padding: 10px; border-bottom-color: rgba(0,0,0,0.1) }
.site-header #header-menu li .sub-menu dt a { border-bottom-color: rgba(255,255,255,0.2) }
.site-header #header-menu li .sub-menu dt a .icon { display: none }
.site-header .three-intro { display: none !important }
.site-header #open_menu { transition: 0.3s; position: absolute; right: 2%; width: 30px; height: 30px; top: 50%; margin-top: -15px }
.site-header #open_menu i::before, .site-header #open_menu i::after, .site-header #open_menu i { background: #fff !important }
.site-header #open_menu i { width: 5px; height: 5px; margin-top: -2.5px; left: 50%; margin-left: -2.5px }
.site-header #open_menu i::before { top: -10px !important }
.site-header #open_menu i::after { top: 10px !important }
.site-header #open_menu.open_menu_on { transform: rotate(90deg) }
.site-header #open_menu.open_menu_on i::before, .site-header #open_menu.open_menu_on i::after { transform: rotate(0) }
.site-header #header-menu li.has-sub em .op { display: block }
}

@media(max-width:640px) {
.site-header .header-top { position: relative }
.site-header .header-top dt .logo_txt { display: none !important }
.site-header .header-top dl > * { width: 40%; height: 90px }
.site-header .header-top dt { width: 100%; max-width: 100%; }
.site-header .header-top dt .logo { display: table; height: 90px }
.site-header .header-top dt .logo img { max-height: 100%; height: auto; }
.site-header .rz { font-size: 13px; margin-right: 0 }
.site-header .header-top .szz{width: 25%; }
.site-header .header-top .szz .box{padding-left: 8px; }
.site-header .header-top .szz a{padding: 0 0px 0 10px;}
}

/*index_banner*/
.index_banner { position: relative; z-index: 1 }
.index_banner .bx-viewport { z-index: 1 }
.index_banner ul { position: relative; z-index: 100 }
.index_banner li a, .columnban li a { position: relative; z-index: 100; }
.index_banner li, .index_banner li a { display: block; height: 750px; width: 100% }
.columnban li, .columnban li a { display: block; height: 450px }
.index_banner li { background-position: center top; background-repeat: no-repeat; }
.index_banner li img { display: none; width: 100% }
.index_banner .pager { position: absolute; left: 0; width: 100%; text-align: center; bottom: 5%; z-index: 10 }
.index_banner .pager a { display: inline-block; width: 18px; height: 18px; background: url(../image/index_banner-li.png) no-repeat center center; position: relative }
.index_banner .pager figure { position: absolute; left: 50%; margin-left: -48px; bottom: 100%; width: 96px; height: 50px; border: 2px solid #fff; margin-bottom: 8px; display: none }
.index_banner .pager a.active { background-image: url(../image/index_banner-li_on.png) }
.index_banner .pager a:hover figure { display: block }
.index_banner .pager figure img { max-width: none; width: 100%; display: block }
.index_banner .pager figure i { position: absolute; left: 50%; margin-left: -6px; bottom: -6px; width: 0; height: 0; border: 6px solid #fff; border-left-color: transparent; border-right-color: transparent; border-bottom: 0 }
.index_banner .bx-controls-direction a { overflow: hidden; line-height: 1000px; position: absolute; z-index: 10; width: 26px; height: 26px; border-top: 2px solid #fff; border-right: 2px solid #fff; top: 50%; margin-top: -13px; cursor: pointer }
.index_banner .bx-controls-direction a.bx-next { right: 5%; transform: rotate(45deg) }
.index_banner .bx-controls-direction a.bx-prev { left: 5%; transform: rotate(-135deg) }

@media(max-width:1000px) {
.index_banner li, .index_banner li a { height: auto }
.index_banner li { background: none !important }
.index_banner li img { display: block }
}

@media(max-width:480px) {
.index_banner .bx-controls-direction { display: none }
.index_banner .pager a { width: 12px; height: 12px; background-size: cover }
.index_banner .pager figure { display: none !important }
}