@charset "UTF-8";
/*公共头部导航*/
.tips_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 72px;
  background-color: #fff;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1200px) {
  .tips_header {
    height: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_header {
    height: 89px;
  }
}

.tips_header .nav {
  width: 1200px;
  margin: 0 auto;
}

.tips_header .nav .nav_logo {
  display: inline-block;
  width: 145px;
  height: 42px;
  margin-top: 17px;
  background: transparent url("../images/nav_logo.png") center center no-repeat;
  background-size: 145px 42px;
}

@media screen and (min-width: 1200px) {
  .tips_header .nav .nav_logo {
    width: 145px;
    height: 42px;
    margin-top: 17px;
    background: transparent url("../images/nav_logo.png") center center no-repeat;
    background-size: 145px 42px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_header .nav .nav_logo {
    width: 182px;
    height: 54px;
    margin-top: 17px;
    background: transparent url("../images/nav_logo.png") center center no-repeat;
    background-size: 182px 54px;
  }
}

.tips_header .nav .nav_option {
  display: inline-block;
  padding-top: 21px;
}

@media screen and (min-width: 1200px) {
  .tips_header .nav .nav_option {
    padding-top: 21px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_header .nav .nav_option {
    padding-top: 14px;
  }
}

.tips_header .nav .nav_option .items_nav {
  display: inline-block;
  padding: 0 44px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 45px;
}

@media screen and (min-width: 1200px) {
  .tips_header .nav .nav_option .items_nav {
    line-height: 45px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_header .nav .nav_option .items_nav {
    line-height: 69px;
  }
}

.tips_header .nav .nav_option .items_nav.active {
  color: #648BE8;
  border-bottom: 6px solid #FED800;
}

.tips_header .nav .nav_option .icon_weixin {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-left: 34px;
  background: transparent url("../images/icon_weixin.png") center top no-repeat;
  background-size: 41px;
}

.tips_header .nav .nav_option .icon_weixin .nav_code {
  position: absolute;
  left: -85px;
  top: 100%;
  width: 212px;
  height: 232px;
}

@media screen and (min-width: 1200px) {
  .tips_header .nav .nav_option .icon_weixin {
    width: 41px;
    height: 41px;
    margin-left: 34px;
    background: transparent url("../images/icon_weixin.png") center top no-repeat;
    background-size: 41px;
  }
  .tips_header .nav .nav_option .icon_weixin .nav_code {
    position: absolute;
    left: -85px;
    top: 100%;
    width: 212px;
    height: 232px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_header .nav .nav_option .icon_weixin {
    width: 63px;
    height: 63px;
    margin-left: 18px;
    background: transparent url("../images/icon_weixin.png") center top no-repeat;
    background-size: 63px;
  }
  .tips_header .nav .nav_option .icon_weixin .nav_code {
    position: absolute;
    left: -73px;
    top: 100%;
    width: 212px;
    height: 232px;
  }
}

/*公共底部*/
.tips_footer {
  height: 218px;
  background: transparent url("../images/footer.png") center center no-repeat;
  background-size: 100% 100%;
}

.tips_footer .global_width {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 45px 20px 35px;
}

.tips_footer .global_width .footer_logo {
  display: inline-block;
  width: 454px;
  padding-left: 190px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  background: transparent url("../images/footer_logo.png") left top no-repeat;
  background-size: 158px 47px;
}

.tips_footer .global_width .footer_logo .call_us {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.tips_footer .global_width .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 62px;
  letter-spacing: 0;
}

.tips_footer .global_width .code_img {
  position: absolute;
  right: 32px;
  top: 45px;
  width: 116px;
  height: 116px;
  background: transparent url("../images/footer_code.png") center center no-repeat;
  background-size: 116px;
}

.gotop_btn {
  position: fixed;
  right: 20px;
  bottom: 250px;
  z-index: 9999;
  width: 38px;
  height: 55px;
  background: transparent url("../images/goTop.png") left top no-repeat;
  background-size: 38px 55px;
}

.tips_index {
  padding-top: 72px;
}

@media screen and (min-width: 1200px) {
  .tips_index {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index {
    padding-top: 89px;
  }
}

.tips_index .tips_content {
  width: 100%;
}

.tips_index .tips_content .block_banner {
  height: 451px;
  position: relative;
}

.tips_index .tips_content .block_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.tips_index .tips_content .block_banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 451px;
  overflow: hidden;
  background: transparent;
  position: relative;
}

.tips_index .tips_content .block_banner .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.tips_index .tips_content .block_banner .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 63px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  opacity: .2;
}

.tips_index .tips_content .block_banner .swiper-container .swiper-pagination-bullet-active {
  display: inline-block;
  width: 63px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  opacity: .8;
}

.tips_index .tips_content .block_banner .swiper-button-custom {
  position: absolute;
  width: 1200px;
  height: 451px;
  left: 50%;
  top: 0;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.tips_index .tips_content .block_banner .swiper-button-custom .swiper-button-custom-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 51px;
  height: 51px;
  margin-top: -25px;
  cursor: pointer;
  background: transparent url("../images/banner_left.png") center center no-repeat;
  background-size: 51px;
}

.tips_index .tips_content .block_banner .swiper-button-custom .swiper-button-custom-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 51px;
  height: 51px;
  margin-top: -25px;
  cursor: pointer;
  background: transparent url("../images/banner_right.png") center center no-repeat;
  background-size: 51px;
}

.tips_index .tips_content .block_news {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px 0 9px;
}

.tips_index .tips_content .block_news .news_list {
  padding: 66px 0;
}

.tips_index .tips_content .block_news .news_list .items_news_list {
  display: inline-block;
  width: 393px;
  padding: 4px 56px 7px 50px;
  border-right: 1px dashed #000;
}

.tips_index .tips_content .block_news .news_list .items_news_list:last-child {
  border-right: none;
}

.tips_index .tips_content .block_news .news_list .items_news_list .news_title {
  color: #4a4a4a;
  height: 48px;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 1200px) {
  .tips_index .tips_content .block_news .news_list .items_news_list .news_title {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index .tips_content .block_news .news_list .items_news_list .news_title {
    height: 56px;
    font-size: 20px;
    line-height: 28px;
  }
}

.tips_index .tips_content .block_news .news_list .items_news_list .news_summary {
  color: #8B8B8B;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
}

.tips_index .tips_content .block_service {
  width: 1400px;
  margin: 0 auto;
  background: transparent url("../images/service.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.tips_index .tips_content .block_service .service_list {
  width: 1200px;
  margin: 0 auto;
  padding: 65px 34px;
  color: #fff;
}

.tips_index .tips_content .block_service .service_list .items_service_list {
  display: inline-block;
  width: 565px;
  padding-left: 54px;
}

.tips_index .tips_content .block_service .service_list .items_service_list:first-child {
  padding-bottom: 38px;
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  background: transparent url("../images/icon_archive.png") 395px 5px no-repeat;
  background-size: 100px;
}

.tips_index .tips_content .block_service .service_list .items_service_list:nth-child(2) {
  padding-bottom: 38px;
  border-bottom: 1px dashed #fff;
  background: transparent url("../images/icon_examination.png") 395px 5px no-repeat;
  background-size: 100px;
}

.tips_index .tips_content .block_service .service_list .items_service_list:nth-child(3) {
  padding-top: 40px;
  border-right: 1px dashed #fff;
  background: transparent url("../images/icon_chip.png") 395px 45px no-repeat;
  background-size: 100px;
}

.tips_index .tips_content .block_service .service_list .items_service_list:last-child {
  padding-top: 40px;
  background: transparent url("../images/icon_insurance.png") 395px 45px no-repeat;
  background-size: 100px;
}

.tips_index .tips_content .block_service .service_list .items_service_list .service_title {
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 34px;
}

.tips_index .tips_content .block_service .service_list .items_service_list .service_describe {
  font-size: 16px;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  .tips_index .tips_content .block_service .service_list .items_service_list {
    display: inline-block;
    width: 565px;
    padding-left: 54px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:first-child {
    padding-bottom: 38px;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    background: transparent url("../images/icon_archive.png") 395px 5px no-repeat;
    background-size: 100px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:nth-child(2) {
    padding-bottom: 38px;
    border-bottom: 1px dashed #fff;
    background: transparent url("../images/icon_examination.png") 395px 5px no-repeat;
    background-size: 100px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:nth-child(3) {
    padding-top: 40px;
    border-right: 1px dashed #fff;
    background: transparent url("../images/icon_chip.png") 395px 45px no-repeat;
    background-size: 100px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:last-child {
    padding-top: 40px;
    background: transparent url("../images/icon_insurance.png") 395px 45px no-repeat;
    background-size: 100px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list .service_title {
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 34px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list .service_describe {
    font-size: 16px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index .tips_content .block_service .service_list .items_service_list {
    display: inline-block;
    width: 565px;
    padding-left: 54px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:first-child {
    padding-bottom: 38px;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    background: transparent url("../images/icon_archive.png") 395px 5px no-repeat;
    background-size: 110px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:nth-child(2) {
    padding-bottom: 38px;
    border-bottom: 1px dashed #fff;
    background: transparent url("../images/icon_examination.png") 395px 5px no-repeat;
    background-size: 110px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:nth-child(3) {
    padding-top: 40px;
    border-right: 1px dashed #fff;
    background: transparent url("../images/icon_chip.png") 395px 45px no-repeat;
    background-size: 110px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list:last-child {
    padding-top: 40px;
    background: transparent url("../images/icon_insurance.png") 395px 45px no-repeat;
    background-size: 110px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list .service_title {
    padding-bottom: 18px;
    font-size: 26px;
    line-height: 34px;
  }
  .tips_index .tips_content .block_service .service_list .items_service_list .service_describe {
    font-size: 18px;
    line-height: 32px;
  }
}

.tips_index .tips_content .block_process {
  width: 1200px;
  margin: 0 auto;
}

.tips_index .tips_content .block_process .process_left {
  display: inline-block;
  width: 220px;
  padding: 117px 0 91px 0;
  color: #4a4a4a;
}

.tips_index .tips_content .block_process .process_left .main_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 70px;
}

.tips_index .tips_content .block_process .process_left .sub_title {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 48px;
  letter-spacing: 0;
}

.tips_index .tips_content .block_process .process_left .know_more {
  font-size: 18px;
  line-height: 34px;
}

@media screen and (min-width: 1200px) {
  .tips_index .tips_content .block_process .process_left .main_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
  }
  .tips_index .tips_content .block_process .process_left .sub_title {
    font-size: 14px;
    line-height: 1;
    padding-bottom: 48px;
    letter-spacing: 0;
  }
  .tips_index .tips_content .block_process .process_left .know_more {
    font-size: 18px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index .tips_content .block_process .process_left .main_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
  }
  .tips_index .tips_content .block_process .process_left .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 48px;
    letter-spacing: 0;
  }
  .tips_index .tips_content .block_process .process_left .know_more {
    font-size: 22px;
    line-height: 34px;
  }
}

.tips_index .tips_content .block_process .process_right {
  position: relative;
  width: 980px;
  height: 252px;
  margin: 75px 0;
  background: transparent url("../images/process_line.png") left 66px no-repeat;
  background-size: 1020px 179px;
}

.tips_index .tips_content .block_process .process_right .process_step_box .step_box_bottom, .tips_index .tips_content .block_process .process_right .first_step .step_box_bottom, .tips_index .tips_content .block_process .process_right .second_step .step_box_bottom, .tips_index .tips_content .block_process .process_right .third_step .step_box_bottom, .tips_index .tips_content .block_process .process_right .last_step .step_box_bottom {
  position: relative;
  display: inline-block;
  width: 150px;
  color: #fff;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(to right, #3D84DE, #8489F2);
  border-radius: 8px;
}

.tips_index .tips_content .block_process .process_right .process_step_box .step_box_bottom:before, .tips_index .tips_content .block_process .process_right .first_step .step_box_bottom:before, .tips_index .tips_content .block_process .process_right .second_step .step_box_bottom:before, .tips_index .tips_content .block_process .process_right .third_step .step_box_bottom:before, .tips_index .tips_content .block_process .process_right .last_step .step_box_bottom:before {
  content: "";
  position: absolute;
  left: 64px;
  top: 100%;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 22px solid #6788EA;
}

.tips_index .tips_content .block_process .process_right .process_step_box .step_box_top, .tips_index .tips_content .block_process .process_right .first_step .step_box_top, .tips_index .tips_content .block_process .process_right .second_step .step_box_top, .tips_index .tips_content .block_process .process_right .third_step .step_box_top, .tips_index .tips_content .block_process .process_right .last_step .step_box_top {
  position: relative;
  display: inline-block;
  width: 150px;
  color: #fff;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(to right, #3D84DE, #8489F2);
  border-radius: 8px;
}

.tips_index .tips_content .block_process .process_right .process_step_box .step_box_top:before, .tips_index .tips_content .block_process .process_right .first_step .step_box_top:before, .tips_index .tips_content .block_process .process_right .second_step .step_box_top:before, .tips_index .tips_content .block_process .process_right .third_step .step_box_top:before, .tips_index .tips_content .block_process .process_right .last_step .step_box_top:before {
  content: "";
  position: absolute;
  left: 64px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 22px solid #6788EA;
}

.tips_index .tips_content .block_process .process_right .first_step {
  position: absolute;
  left: 34px;
  top: 70px;
  display: inline-block;
}

.tips_index .tips_content .block_process .process_right .first_step .step_explain {
  font-size: 16px;
  line-height: 24px;
  padding-left: 8px;
  padding-bottom: 10px;
  text-align: justify;
}

.tips_index .tips_content .block_process .process_right .second_step {
  position: absolute;
  left: 277px;
  top: 138px;
  display: inline-block;
}

.tips_index .tips_content .block_process .process_right .second_step .step_explain {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  text-align: center;
}

.tips_index .tips_content .block_process .process_right .third_step {
  position: absolute;
  left: 512px;
  top: 12px;
  display: inline-block;
}

.tips_index .tips_content .block_process .process_right .third_step .step_explain {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.tips_index .tips_content .block_process .process_right .last_step {
  position: absolute;
  left: 750px;
  top: 132px;
  display: inline-block;
  text-align: center;
}

.tips_index .tips_content .block_process .process_right .last_step .step_explain {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  text-align: center;
}

.tips_index .tips_content .block_product {
  padding-bottom: 85px;
}

.tips_index .tips_content .block_product .main_title {
  padding-top: 10px;
  color: #4a4a4a;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.tips_index .tips_content .block_product .sub_title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .tips_index .tips_content .block_product .main_title {
    padding-top: 10px;
    color: #4a4a4a;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_index .tips_content .block_product .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index .tips_content .block_product .main_title {
    padding-top: 10px;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_index .tips_content .block_product .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
}

.tips_index .tips_content .block_product .product_backgroung {
  position: relative;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_left {
  width: 50%;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_left .product_top {
  height: 460px;
  background: transparent url("../images/product_background1.png") left bottom repeat-x;
  background-size: 100% 360px;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_left .product_bottom {
  height: 53px;
  text-align: right;
  background-color: #F5A623;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_left .product_bottom .product_insurance {
  display: inline-block;
  width: 600px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 53px;
  text-align: center;
  background-color: #F5A623;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_right {
  width: 50%;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_right .product_top {
  height: 460px;
  background: transparent url("../images/product_background2.png") left bottom repeat-x;
  background-size: 100% 360px;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_right .product_bottom {
  height: 53px;
  text-align: left;
  background-color: #68AEFF;
}

.tips_index .tips_content .block_product .product_backgroung .product_backgroung_right .product_bottom .product_insurance {
  display: inline-block;
  width: 600px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 53px;
  text-align: center;
  background-color: #68AEFF;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  align-items: center;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 0;
  text-align: center;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .main_title {
  padding-top: 10px;
  color: #4a4a4a;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .sub_title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 40px;
  text-align: center;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .product_img {
  position: relative;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .product_img .dialog_code {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 469px;
  height: 400px;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .product_img .dialog_code .dialog_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.6);
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .product_img .dialog_code .dialog_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 300;
  width: 320px;
  height: 320px;
  padding: 20px 20px;
  background-color: #fff;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .product_img .dialog_code .dialog_content img {
  width: 240px;
  height: 240px;
}

.tips_index .tips_content .block_product .product_backgroung .block_newProduct .newProductBox .product_img .dialog_code .dialog_content p {
  color: #777;
  font-size: 14px;
  line-height: 19px;
}

.tips_index .tips_content .block_product .pingan_insurance {
  height: 156px;
  background-color: #F5A623;
  padding-top: 38px;
}

.tips_index .tips_content .block_product .pingan_insurance .product_global_width {
  width: 1240px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.tips_index .tips_content .block_product .yian_insurance {
  height: 156px;
  padding-top: 38px;
  background-color: #68AEFF;
}

.tips_index .tips_content .block_product .yian_insurance .product_global_width {
  width: 1240px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
}

.tips_index .tips_content .block_case {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.tips_index .tips_content .block_case .case_left {
  display: inline-block;
  width: 220px;
  padding: 55px 0 91px;
  color: #4a4a4a;
}

.tips_index .tips_content .block_case .case_left .main_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 70px;
}

.tips_index .tips_content .block_case .case_left .sub_title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 48px;
}

.tips_index .tips_content .block_case .case_left .know_more {
  padding-bottom: 110px;
  font-size: 18px;
  line-height: 34px;
}

@media screen and (min-width: 1200px) {
  .tips_index .tips_content .block_case .case_left .main_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
  }
  .tips_index .tips_content .block_case .case_left .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 48px;
  }
  .tips_index .tips_content .block_case .case_left .know_more {
    padding-bottom: 110px;
    font-size: 18px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index .tips_content .block_case .case_left .main_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
  }
  .tips_index .tips_content .block_case .case_left .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 48px;
  }
  .tips_index .tips_content .block_case .case_left .know_more {
    padding-bottom: 110px;
    font-size: 22px;
    line-height: 34px;
  }
}

.tips_index .tips_content .block_case .case_left .swiper2-button-prev {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin-right: 36px;
}

.tips_index .tips_content .block_case .case_left .swiper2-button-next {
  display: inline-block;
  width: 51px;
  height: 51px;
}

.tips_index .tips_content .block_case .case_right {
  width: 980px;
  height: 464px;
  margin-right: -200px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 25px;
  background: transparent url("../images/case_backgroung.png") left top no-repeat;
  background-size: 100% 321px;
}

.tips_index .tips_content .block_case .case_right .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide {
  padding: 10px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .45s;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide:hover {
  transform: translateY(-10px);
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content {
  width: 290px;
  height: 404px;
  padding: 20px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  /*firefox*/
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  /*webkit*/
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  /*opera或ie9*/
  background-color: #fff;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content .color_font {
  color: #FC6E51;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content .case_top {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  border-bottom: 1px dashed #767676;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content .case_top .pet_avatar {
  position: relative;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content .case_top .pet_avatar img {
  width: 100px;
  height: 100px;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content .case_top .pet_avatar .pet_name {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 11px;
  background-color: #F59627;
}

.tips_index .tips_content .block_case .case_right .swiper-container .swiper-slide .case_content .case_bottom {
  padding-top: 12px;
  color: #767676;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}

.tips_index .tips_content .block_partner .main_title {
  padding-top: 10px;
  color: #4a4a4a;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.tips_index .tips_content .block_partner .sub_title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .tips_index .tips_content .block_partner .main_title {
    padding-top: 10px;
    color: #4a4a4a;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_index .tips_content .block_partner .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 1600px) {
  .tips_index .tips_content .block_partner .main_title {
    padding-top: 10px;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_index .tips_content .block_partner .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
}

.tips_index .tips_content .block_partner .partner_img {
  width: 1200px;
  height: 335px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 132px;
  background: transparent url("../images/partner.png") center center no-repeat;
  background-size: 931px 335px;
}

.tips_hospital {
  padding-top: 72px;
}

@media screen and (min-width: 1200px) {
  .tips_hospital {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_hospital {
    padding-top: 89px;
  }
}

.tips_hospital .hospital_banner {
  background: transparent url("../images/hospital_banner.png") center center no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 1200px) {
  .tips_hospital .hospital_banner {
    background-size: auto 100%;
  }
}

@media screen and (min-width: 1600px) {
  .tips_hospital .hospital_banner {
    background-size: 100% 100%;
  }
}

.tips_hospital .hospital_banner .hospital_global_width {
  width: 1200px;
  margin: 0 auto;
  padding: 86px 0;
  text-align: center;
}

.tips_hospital .hospital_banner .hospital_global_width .service_range {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 56px;
}

@media screen and (min-width: 1200px) {
  .tips_hospital .hospital_banner .hospital_global_width .service_range {
    font-size: 32px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_hospital .hospital_banner .hospital_global_width .service_range {
    font-size: 36px;
  }
}

.tips_hospital .hospital_banner .hospital_global_width .search_box {
  position: relative;
  width: 644px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: left;
  background: transparent url("../images/icon_search.png") 605px center no-repeat;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .hospital_search {
  width: 590px;
  padding-left: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  background-color: transparent;
  outline: none;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .hospital_search::-webkit-input-placeholder {
  color: #fff;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .hospital_search:-ms-input-placeholder {
  color: #fff;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .hospital_search::-moz-input-placeholder {
  color: #fff;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .hospital_search::-ms-clear, .tips_hospital .hospital_banner .hospital_global_width .search_box .hospital_search ::-ms-reveal {
  display: none;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .search_hospital_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 54px;
  height: 48px;
  cursor: pointer;
}

.tips_hospital .hospital_banner .hospital_global_width .search_box .error_prompt {
  position: absolute;
  right: 0;
  top: 105%;
  font-size: 14px;
  line-height: 30px;
  color: red;
}

.tips_hospital .hospital_selector {
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
}

.tips_hospital .hospital_selector .hospital_global_width {
  width: 1200px;
  margin: 0 auto;
}

.tips_hospital .hospital_selector .hospital_global_width .selector {
  width: 854px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  display: -webkit-flex;
  align-item: center;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector {
  position: relative;
  display: inline-block;
  padding: 0  61px;
  flex: 1;
  -webkit-box-flex: 1;
  text-align: center;
  border-right: 1px dashed #E98C21;
  cursor: pointer;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector:last-child {
  border-right: none;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_option {
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 33px;
  border-bottom: 5px solid #fff;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_option .arrow {
  display: inline-block;
  margin-left: 18px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 11px solid #E98C21;
  vertical-align: middle;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_option .arrow.select {
  border-bottom: none;
  border-top: 11px solid #E98C21;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_option.active {
  border-bottom: 5px solid #E98C21;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_panel {
  position: absolute;
  left: 50%;
  top: 137%;
  transform: translateX(-50%);
  width: 231px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.05);
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_panel .items_select {
  padding: 8px 0;
  text-align: center;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_panel .items_select .select_box {
  display: inline-block;
  padding: 0 20px;
  color: #787878;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 14px;
  cursor: pointer;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .select_panel .items_select .select_box.active {
  color: #F59423;
  border-color: #F59423;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel {
  width: 392px;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .hot_city {
  padding-left: 24px;
  color: #F59423;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_name {
  padding-left: 24px;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_name .items_select {
  padding: 8px 6px;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_name .items_select .select_box {
  display: inline-block;
  width: 71px;
  padding: 0;
  letter-spacing: 0;
  cursor: pointer;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_searchBox {
  padding: 10px 0 0 30px;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_searchBox .search_name {
  width: 262px;
  height: 32px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #CECECE;
  border-radius: 16px;
  background-color: #F0F0F0;
  outline: none;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_searchBox .search_city_btn {
  display: inline-block;
  width: 56px;
  margin-top: 2px;
  margin-left: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background-color: #F59423;
}

.tips_hospital .hospital_selector .hospital_global_width .selector .items_selector .district.select_panel .city_search_prompt {
  padding-left: 50px;
  color: red;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0;
}

.tips_hospital .hospital_container .hospital_global_width {
  width: 1200px;
  margin: 0 auto;
}

.tips_hospital .hospital_container .hospital_global_width .condition {
  padding-top: 20px;
  padding-left: 75px;
  font-size: 16px;
  line-height: 30px;
}

.tips_hospital .hospital_container .hospital_global_width .condition .condition_show {
  display: inline-block;
  padding: 0 20px;
  color: #F59423;
  text-align: center;
  border: 1px solid #F59423;
  border-radius: 15px;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list {
  max-height: 1320px;
  overflow-y: scroll;
  padding: 10px 55px 30px;
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  overflow: -moz-scrollbars-none;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list::-webkit-scrollbar {
  display: none;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital {
  width: 489px;
  height: 244px;
  color: #777;
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEDEE;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital:nth-child(2n) {
  margin-left: 46px;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital:nth-child(2n+1) {
  margin-right: 46px;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_name {
  font-size: 22px;
  line-height: 56px;
  padding-left: 16px;
  background: transparent url("../images/icon_hospital.png") left center no-repeat;
  background-size: 5px 30px;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_HD {
  padding: 7px 0;
  height: 46px;
  padding-left: 16px;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_HD .HD_tag {
  display: inline-block;
  width: 90px;
  margin-right: 6px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_HD .HD_tag.orange {
  color: #F77824;
  background-color: #FEF2DF;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_HD .HD_tag.blue {
  color: #4A90E2;
  background-color: #E5F1FF;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_HD .HD_tag.green {
  color: #66B60D;
  background-color: #E9F7D9;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_HD .HD_tag.pink {
  color: #FC6E51;
  background-color: #FEEEF0;
}

.tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_service, .tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_address, .tips_hospital .hospital_container .hospital_global_width .hospital_list .items_hospital .hospital_tel {
  padding-left: 16px;
  font-size: 16px;
  line-height: 30px;
}

.tips_product {
  width: 1200px;
  margin: 0 auto;
  padding-top: 72px;
}

@media screen and (min-width: 1200px) {
  .tips_product {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_product {
    padding-top: 89px;
  }
}

.tips_product .main_product {
  padding-top: 43px;
  color: #767676;
  text-align: center;
}

.tips_product .main_product .main_title {
  color: #4a4a4a;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.tips_product .main_product .sub_title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .tips_product .main_product .main_title {
    color: #4a4a4a;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_product .main_product .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 1600px) {
  .tips_product .main_product .main_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_product .main_product .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
}

.tips_product .main_product .main_product_list {
  position: relative;
  padding-left: 28px;
}

.tips_product .main_product .main_product_list.small {
  padding-left: 0;
}

.tips_product .main_product .main_product_list .product_images {
  width: 1126px;
  height: 346px;
}

.tips_product .main_product .main_product_list .product_images4 {
  width: 1098px;
  height: 346px;
}

.tips_product .main_product .main_product_list .page_link1, .tips_product .main_product .main_product_list .page_link2 {
  position: absolute;
  right: 121px;
  bottom: 72px;
  width: 147px;
  height: 147px;
}

.tips_product .main_product .main_product_list .page_link1 img, .tips_product .main_product .main_product_list .page_link2 img {
  width: 100%;
  height: 100%;
}

.tips_product .main_product .main_product_list .page_link3 {
  position: absolute;
  right: 121px;
  bottom: 72px;
  width: 147px;
  height: 147px;
}

.tips_product .main_product .main_product_list .page_link3 img {
  width: 100%;
  height: 100%;
}

.tips_product .main_product .main_product_list .page_link4 {
  position: absolute;
  left: 161px;
  bottom: 103px;
  width: 147px;
  height: 147px;
}

.tips_product .main_product .main_product_list .page_link4 img {
  width: 100%;
  height: 100%;
}

.tips_product .main_product .main_product_list .page_link5 {
  position: absolute;
  left: 170px;
  bottom: 101px;
  width: 147px;
  height: 147px;
}

.tips_product .main_product .main_product_list .page_link5 img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .tips_product .main_product .main_product_list {
    padding-left: 28px;
  }
  .tips_product .main_product .main_product_list .product_images {
    width: 900.8px;
    height: 276.8px;
  }
  .tips_product .main_product .main_product_list .product_images4 {
    width: 878.4px;
    height: 276.8px;
  }
  .tips_product .main_product .main_product_list .page_link1, .tips_product .main_product .main_product_list .page_link2 {
    position: absolute;
    right: 214px;
    bottom: 60px;
    width: 117.6px;
    height: 117.6px;
  }
  .tips_product .main_product .main_product_list .page_link1 img, .tips_product .main_product .main_product_list .page_link2 img {
    width: 100%;
    height: 100%;
  }
  .tips_product .main_product .main_product_list .page_link3 {
    position: absolute;
    right: 214px;
    bottom: 60px;
    width: 117.6px;
    height: 117.6px;
  }
  .tips_product .main_product .main_product_list .page_link3 img {
    width: 100%;
    height: 100%;
  }
  .tips_product .main_product .main_product_list .page_link4 {
    position: absolute;
    left: 248.5px;
    bottom: 82.5px;
    width: 118px;
    height: 118px;
  }
  .tips_product .main_product .main_product_list .page_link4 img {
    width: 100%;
    height: 100%;
  }
  .tips_product .main_product .main_product_list .page_link5 {
    position: absolute;
    left: 256px;
    bottom: 80.5px;
    width: 118px;
    height: 118px;
  }
  .tips_product .main_product .main_product_list .page_link5 img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .tips_product .main_product .main_product_list {
    padding-left: 28px;
  }
  .tips_product .main_product .main_product_list .product_images {
    width: 1126px;
    height: 346px;
  }
  .tips_product .main_product .main_product_list .product_images4 {
    width: 1098px;
    height: 346px;
  }
  .tips_product .main_product .main_product_list .page_link1, .tips_product .main_product .main_product_list .page_link2 {
    position: absolute;
    right: 121px;
    bottom: 72px;
    width: 147px;
    height: 147px;
  }
  .tips_product .main_product .main_product_list .page_link1 img, .tips_product .main_product .main_product_list .page_link2 img {
    width: 100%;
    height: 100%;
  }
  .tips_product .main_product .main_product_list .page_link3 {
    position: absolute;
    right: 121px;
    bottom: 72px;
    width: 147px;
    height: 147px;
  }
  .tips_product .main_product .main_product_list .page_link3 img {
    width: 100%;
    height: 100%;
  }
  .tips_product .main_product .main_product_list .page_link4 {
    position: absolute;
    left: 161px;
    bottom: 103px;
    width: 147px;
    height: 147px;
  }
  .tips_product .main_product .main_product_list .page_link4 img {
    width: 100%;
    height: 100%;
  }
  .tips_product .main_product .main_product_list .page_link5 {
    position: absolute;
    left: 170px;
    bottom: 101px;
    width: 147px;
    height: 147px;
  }
  .tips_product .main_product .main_product_list .page_link5 img {
    width: 100%;
    height: 100%;
  }
}

.tips_product .regional_product {
  padding-top: 43px;
  text-align: center;
}

.tips_product .regional_product .main_title {
  color: #4a4a4a;
  font-size: 30px;
  font-weight: bold;
  line-height: 64px;
}

.tips_product .regional_product .sub_title {
  color: #767676;
  padding-bottom: 43px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 1200px) {
  .tips_product .regional_product .main_title {
    color: #4a4a4a;
    font-size: 30px;
    font-weight: bold;
    line-height: 64px;
  }
  .tips_product .regional_product .sub_title {
    color: #767676;
    padding-bottom: 43px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1600px) {
  .tips_product .regional_product .main_title {
    color: #4a4a4a;
    font-size: 32px;
    font-weight: bold;
    line-height: 64px;
  }
  .tips_product .regional_product .sub_title {
    color: #767676;
    padding-bottom: 43px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
  }
}

.tips_product .regional_product .product_list {
  padding: 0 40px 20px;
}

.tips_product .regional_product .product_list .items_product {
  position: relative;
  padding: 0 10px;
}

.tips_product .regional_product .product_list .items_product .dialog_code {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 100;
  width: 319px;
  height: 270px;
  background-color: transparent;
}

.tips_product .regional_product .product_list .items_product .dialog_code .dialog_mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.4);
}

.tips_product .regional_product .product_list .items_product .dialog_code .dialog_content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 300;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
}

.tips_product .regional_product .product_list .items_product .dialog_code .dialog_content img {
  width: 100%;
  height: 100%;
}

.tips_aboutUs {
  padding-top: 72px;
}

@media screen and (min-width: 1200px) {
  .tips_aboutUs {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .tips_aboutUs {
    padding-top: 89px;
  }
}

.tips_aboutUs .tips_content {
  width: 1200px;
  margin: 0 auto;
}

.tips_aboutUs .tips_content .introduce {
  padding: 42px 75px 62px;
}

.tips_aboutUs .tips_content .introduce .about_img {
  padding: 30px 28px 26px 12px;
}

.tips_aboutUs .tips_content .introduce .title {
  color: #6C6C6C;
  font-size: 24px;
  line-height: 60px;
  border-bottom: 2px solid #E9E9E9;
}

.tips_aboutUs .tips_content .introduce .article {
  color: #6D6D6D;
  font-size: 16px;
  line-height: 34px;
  padding: 10px 0;
}

.tips_aboutUs .tips_content .contact {
  height: 321px;
  margin-bottom: 64px;
}

.tips_aboutUs .tips_content .contact .contact_left {
  width: 235px;
}

.tips_aboutUs .tips_content .contact .contact_left .main_title {
  padding-top: 56px;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}

.tips_aboutUs .tips_content .contact .contact_left .sub_title {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 40px;
  text-align: center;
}

.tips_aboutUs .tips_content .contact .contact_left .know_more {
  color: #9B9B9B;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .tips_aboutUs .tips_content .contact .contact_left .main_title {
    padding-top: 56px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_aboutUs .tips_content .contact .contact_left .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
  .tips_aboutUs .tips_content .contact .contact_left .know_more {
    color: #9B9B9B;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
  }
}

@media screen and (min-width: 1600px) {
  .tips_aboutUs .tips_content .contact .contact_left .main_title {
    padding-top: 56px;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .tips_aboutUs .tips_content .contact .contact_left .sub_title {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 40px;
    text-align: center;
  }
  .tips_aboutUs .tips_content .contact .contact_left .know_more {
    color: #9B9B9B;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
}

.tips_aboutUs .tips_content .contact .contact_right {
  width: 965px;
  height: 100%;
  padding-top: 50px;
  background: transparent url("../images/about_background.png") left top no-repeat;
  background-size: 100% 321px;
}

.tips_aboutUs .tips_content .contact .contact_right .some_code {
  display: inline-block;
  padding: 0 63px;
}

.tips_aboutUs .tips_content .contact .contact_right .some_code img {
  width: 190px;
  height: 190px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tips_aboutUs .tips_content .contact .contact_right .some_code p {
  color: #fff;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
}

.tips-website-news {
  padding-top: 72px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .tips-website-news {
    padding-top: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .tips-website-news {
    padding-top: 89px;
  }
}

.tips-website-news .news_content {
  padding: 30px 50px;
  color: #4a4a4a;
}

.tips-website-news .news_content .newa_title {
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

.tips-website-news .news_content .news_image {
  padding-top: 30px;
  text-align: center;
}

.tips-website-news .news_content .news_image img {
  width: 648px;
  height: 400px;
}

.tips-website-news .news_content .indent {
  padding-top: 30px;
  font-size: 14px;
  line-height: 40px;
  text-indent: 2em;
}

@media screen and (min-width: 1200px) {
  .tips-website-news .news_content .newa_title {
    font-size: 24px;
    line-height: 60px;
    text-align: center;
  }
  .tips-website-news .news_content .news_image {
    padding-top: 30px;
    text-align: center;
  }
  .tips-website-news .news_content .news_image img {
    width: 648px;
    height: 400px;
  }
  .tips-website-news .news_content .indent {
    padding-top: 30px;
    font-size: 14px;
    line-height: 40px;
    text-indent: 2em;
  }
}

@media screen and (min-width: 1600px) {
  .tips-website-news .news_content .newa_title {
    font-size: 28px;
    line-height: 80px;
    text-align: center;
  }
  .tips-website-news .news_content .news_image {
    padding-top: 50px;
    text-align: center;
  }
  .tips-website-news .news_content .news_image img {
    width: 810px;
    height: 540px;
  }
  .tips-website-news .news_content .indent {
    padding-top: 50px;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2em;
  }
}
