#section1 .section-con {
  padding: 170px 10% 0;
}
#section1 .section_contact {
  max-width: 820px;
}
#fullpage .active .section_title,
#fullpage .active .section_contact_content,
#fullpage .active .section_contact_video,
#fullpage .active .section_shop_info,
#fullpage .active .section3_content,
#fullpage .active .section_shop_warp,
#fullpage .active .section_shop_page,
#fullpage .active .section4_tabs,
#fullpage .active .section4_tabs_warp,
#fullpage .active .section5_swiper,
#fullpage .active .header_phone {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
#fullpage .active .shop_big_img {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
.section_title p {
  position: relative;
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}
.section_title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  width: 8px;
  height: 30px;
  background: linear-gradient(360deg, #29D8FF, #1AC3FF, #009FFF);
  border-radius: 4px;
}
.header_phone_img {
    width: 16px;
    height: 16px;
}
.header_phone_text {
    font-size: 15px;
}
@media only screen and (max-width: 1680px) {
    .header_phone_img {
        width: 14px;
        height: 14px;
    }
    .header_phone_text {
        font-size: 12px;
    }
}
.section_title span {
  font-size: 20px;
  color: #A8AFB8;
}
.section_title img {
  margin-top: 6px;
  height: 20px;
}
.section_contact_content {
  margin-top: 30px;
  color: #1B2B35;
  font-size: 16px;
  line-height: 34px;
}
.section_contact_video {
  position: relative;
  margin-top: 80px;
  width: 610px;
  height: 350px;
}
.section_contact_video video,
.section_contact_video iframe {
  width: 100%;
  height: 100%;
}
.video_play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105px;
  height: 105px;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.section_word {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.section_word img {
  width: 16px;
  height: 204px;
}
.section_scroll {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  text-align: center;
  color: #878E98;
  font-size: 14px;
}
.section_scroll img {
  display: inline-block;
  margin-top: 10px;
  width: 78px;
  height: 50px;
  animation: scrollAni 2s infinite;
}
.more_btn {
  display: block;
  width: 110px;
  height: 30px;
}
.more_btn img {
  width: 100%;
  height: 100% !important;
}
#fullpage #section2 {
  background: url('/static/images/section2-2.png') no-repeat right top;
  background-size: 276px;
}
#fullpage #section2 .section_scroll {
  left: 64px;
  transform: none;
}
#fullpage #section2 .shop_big_img {
  width: 50%;
  height: 100%;
  float: left;
}
#fullpage #section2 .shop_big_img img {
  width: 100%;
  height: 100%;
}
#fullpage #section2 .section_shop {
  float: left;
  padding-left: 54px;
  padding-top: 156px;
  box-sizing: border-box;
  width: 50%;
}
#fullpage #section2 .section_shop_info {
  margin-top: 50px;
}
#fullpage #section2 .section_shop_info img {
  height: 44px ;
}
#fullpage #section2 .section_shop_info .section_shop_info_title {
  margin-top: 4px;
  color: #1B2B35;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 6px;
}
#fullpage #section2 .section_shop_info .section_shop_info_title .section_shop_info_type {
  margin-left: 2px;
  color: #00BEFF;
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 0;
}
#fullpage #section2 .section_shop_info .section_shop_info_text {
  max-width: 566px;
  height: 100px;
  margin: 30px 0 ;
  color: #1B2B35;
  font-size: 16px;
  line-height: 34px;
}
#fullpage #section2 .section_shop_page {
  margin-top: 60px;
  color: #878E98;
  font-size: 16px;
}
#fullpage #section2 .section_shop_page img,
#fullpage #section2 .section_shop_page span {
  display: inline-block;
  vertical-align: middle;
}
#fullpage #section2 .section_shop_page img {
  cursor: pointer;
}
#fullpage #section2 .section_shop_warp {
  overflow: hidden;
  position: relative;
}
#fullpage #section2 .section_shop_warp .section_shop_mask {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
#fullpage #section2 .section_shop_list {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  transition: all 1s;
}
#fullpage #section2 .section_shop_list .section_shop_item {
  float: left;
  margin-right: 16px;
  width: 176px;
  height: 174px;
  cursor: pointer;
}
#fullpage #section2 .section_shop_list .section_shop_item img {
  width: 100%;
  height: 100%;
}
#fullpage #section2 .section_shop_list .section_shop_item:last-child {
  margin-right: 0;
}
#fullpage #section2 .section_shop_list .section_shop_item.active {
  border: 1px solid #6ECEFF;
}
#fullpage #section3 {
  position: relative;
  padding-top: 198px;
  padding-left: 318px;
  background-repeat: no-repeat;
  background-size: 1444px 575px,100% 100%;
  background-position: right 180px, 0 0;
}
#fullpage #section3 .section3_label {
  position: absolute;
  left: 264px;
  top: 334px;
  width: 170px;
  height: 164px;
}
#fullpage #section3 .section3_label img {
  width: 100%;
  height: 100%;
}
#fullpage #section3 .section3_content {
  position: relative;
  z-index: 1;
  margin-top: 82px;
  font-size: 16px;
  color: #1B2B35;
}
#fullpage #section3 .section3_content .section3_content_title {
  font-size: 42px;
  font-weight: bold;
}
#fullpage #section3 .section3_content .section3_content_text {
  margin-top: 62px;
  margin-bottom: 20px;
  width: 685px;
  line-height: 34px;
}
#fullpage #section4 {
  padding: 150px 130px;
  background-size: 100% 100%;
}
#fullpage #section4 .section_title {
  position: relative;
  margin: 0 auto;
  width: 180px;
  text-align: center;
}
#fullpage #section4 .section_title p::before {
  display: none;
}
#fullpage #section4 .section_title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  width: 30px;
  background: linear-gradient(360deg, #29D8FF, #1AC3FF, #009FFF);
  border-radius: 4px;
}
#fullpage #section4 .section4_tabs {
  margin: 52px auto 68px;
  width: 390px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #C5CCCE;
}
#fullpage #section4 .section4_tabs .section4_tab {
  float: left;
  width: 33.33333%;
  height: 100%;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #AAB1BA;
  background-color: #fff;
  border-left: 1px solid #C5CCCE;
  cursor: pointer;
}
#fullpage #section4 .section4_tabs .section4_tab.active {
  background: linear-gradient(90deg, #29D8FF, #1AC3FF, #009FFF);
  color: #fff;
}
#fullpage #section4 .section4_tabs .section4_tab:first-child {
  border: none;
}
#fullpage #section4 .section4_swiper {
  position: relative;
  height: 304px;
  overflow: hidden;
}
#fullpage #section4 .section4_swiper .swiper-slide {
  padding: 18px 46px;
  box-sizing: border-box;
  background-color: #fff;
  color: #1B2B35;
}
#fullpage #section4 .section4_swiper .swiper-slide .section4_swiper_date {
  margin-bottom: 20px;
  color: #0F549D;
  font-size: 28px;
}
#fullpage #section4 .section4_swiper .swiper-slide .section4_swiper_title {
  font-size: 22px;
  line-height: 34px;
}
#fullpage #section4 .section4_swiper .swiper-slide .section4_swiper_text {
  margin: 16px 0;
  line-height: 34px;
  font-size: 14px;
}
#fullpage #section4 .swiper-button-prev {
  left: -30px;
  top: 60%;
  width: 58px;
  height: 58px;
  background: url('/static/images/index-btn-l.png');
  background-size: 100%;
}
#fullpage #section4 .swiper-button-prev::after {
  display: none;
}
#fullpage #section4 .swiper-button-next {
  right: -30px;
  top: 60%;
  width: 58px;
  height: 58px;
  background: url('/static/images/index-btn-r.png');
  background-size: 100%;
}
#fullpage #section4 .swiper-button-next::after {
  display: none;
}
#fullpage #section5 {
  padding: 150px 172px;
  background: url(../images/section2-1.png), url(../images/section5.png);
  background-repeat: no-repeat;
  background-position: bottom left,bottom right;
  background-size: 60% 30%,50% 100%;
}
#fullpage #section5 .section_title p {
  display: inline-block;
}
#fullpage #section5 .section_title img {
  margin-left: 20px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
#fullpage #section5 .section5_swiper {
  position: relative;
  margin-top: 84px;
  width: 962px;
  overflow: hidden;
}
#fullpage #section5 .section5_swiper .swiper-wrapper {
  width: 100%;
  height: 425px;
}
#fullpage #section5 .section5_swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
#fullpage #section5 .section5_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
#fullpage #section5 .section5_swiper .swiper-wrapper .swiper-slide .swiper-slide_play {
  width: 105px;
  height: 105px;
}
#fullpage #section5 .section5_swiper .swiper-wrapper .swiper-slide .swiper-slide_video {
  width: 100%;
  height: 100%;
}
#fullpage #section5 .section5_swiper .section5_swiper_action {
  margin-top: 40px;
  text-align: center;
  color: #878E98;
  font-size: 16px;
}
#fullpage #section5 .section5_swiper .section5_swiper_action .pagination {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#fullpage #section5 .section5_swiper .section5_swiper_action .swiper-button-prev,
#fullpage #section5 .section5_swiper .section5_swiper_action .swiper-button-next {
  position: static;
  display: inline-block;
  vertical-align: middle;
  transform: none;
  margin-top: 0;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
}
#fullpage #section5 .section5_swiper .section5_swiper_action .swiper-button-prev::after,
#fullpage #section5 .section5_swiper .section5_swiper_action .swiper-button-next::after {
  display: none;
}
#fullpage #section5 .section5_swiper .section5_swiper_action .swiper-button-prev {
  background-image: url('/static/images/swiper-btn-l.png');
}
#fullpage #section5 .section5_swiper .section5_swiper_action .swiper-button-next {
  background-image: url('/static/images/swiper-btn-r.png');
}
.crumbs {
  width: 100%;
  max-width: 1200px;
  margin: 14px auto 0;
  color: #959CA6;
  font-size: 14px;
}
.crumbs img {
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 18px;
}
.crumbs a {
  color: #1B2B35;
}
.crumbs a:hover {
  color: #0F549D;
}
.crumbs .active {
  color: #0F549D;
}
.pub_header {
  min-width: 1200px;
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.pub_header .logo {
  float: none;
  margin-top: 0;
  /*height: 50px;*/
}
.pub_header .logo img {
  width: auto;
  height: 100%;
}
.pub_header .nav {
  float: none;
  margin-left: 0;
}
.pub_header .nav ul li .nav-child-list {
  top: 90px;
}
.pub_header .nav .active {
  position: relative;
}
.pub_header .nav .active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #29D8FF, #1AC3FF, #009FFF);
  border-radius: 6px;
}
.pub_header .nav ul li a.f {
  padding: 33px 25px;
}
.pub_header .header_phone {
   padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    color: #1B2B35;
    font-size: 20px;
    line-height: 20px;
}
.pub_title_bg {
  padding: 92px 0;
  width: 100%;
  height: 308px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pub_title_bg .pub_title {
  display: block;
  margin: 0 auto;
  max-width: 262px;
  height: 100px;
}
.pub_title_bg .pub_title img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.publist_title {
  height: 385px;
  padding: 40px 0 0;
}
.publist_title .stock {
  padding: 40px 12px 0;
  margin: 14px auto 0;
  width: 402px;
  height: 190px;
  background: url('/static/images/stock_bg.png') no-repeat;
  background-size: 100% 100%;
}
.publist_title .stock .stock_info {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.publist_title .stock .stock_info span:first-child {
  margin-right: 20px;
}
.publist_title .stock .stock_val {
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.publist_title .stock .stock_val .stock_val_big {
  font-size: 42px;
}
.publist_title .stock .stock_date {
  margin-top: 4px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
}
.container_warp {
  width: 1200px;
  margin: 14px auto 20px;
  box-shadow: 0px 2px 10px rgba(170, 198, 215, 0.55);
  border-radius: 6px;
}
.container_warp .content_tabs {
  border-bottom: 1px solid #d7dfe0;
  text-align: center;
}
.container_warp .content_tabs li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
}
.container_warp .content_tabs li.active a,
.container_warp .content_tabs li:hover a {
  color: #0F549D;
  font-weight: bold;
}
.container_warp .content_tabs li.active::after,
.container_warp .content_tabs li:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 12px;
  background: url('/static/images/tabs_label.png') no-repeat;
  background-size: 100% 100%;
}
.container_warp .content_tabs li a {
  color: #949BA5;
  display: block;
}
.container_warp .list_filter {
  padding: 20px 0;
  overflow: hidden;
  background: url('/static/images/publist_label.png') no-repeat;
  background-position: right bottom;
}
.container_warp .list_filter .publist_title {
  float: left;
  margin-left: 62px;
  padding-top: 32px;
  padding-left: 70px;
  height: 136px;
  background: url('/static/images/publist.png') no-repeat;
  background-position: left top;
}
.container_warp .list_filter .publist_title p {
  font-size: 36px;
  color: #1B2B35;
}
.container_warp .list_filter .publist_title img {
  height: 33px;
  width: auto;
}
.container_warp .list_filter .publist_search {
  margin-right: 40px;
  margin-top: 50px;
  float: right;
  display: block;
}
.container_warp .list_filter .publist_search span {
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}
.container_warp .list_filter .publist_search .publist_search_ipt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 148px;
  height: 34px;
  margin: 0;
  margin-right: 14px;
}
.container_warp .list_filter .publist_search .publist_search_ipt input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #EEF2F4;
}
.container_warp .list_filter .publist_search .publist_search_ipt img {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 10px;
}
.container_warp .list_filter .publist_search button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 58px;
  height: 34px;
  padding: 0;
}
.container_warp .list_filter .publist_search button img {
  width: 100%;
  height: 100%;
}
.container_warp .news_list li {
  height: 110px;
  border-bottom: 1px solid #D9E1E2;
}
.container_warp .news_list li:hover {
  background: url('/static/images/news_active.png') no-repeat;
  background-size: 100% 100%;
}
.container_warp .news_list li:hover .news_date {
  color: #fff;
}
.container_warp .news_list li:hover .news_date .news_date_day {
  color: #fff;
}
.container_warp .news_list li:hover .news_title {
  color: #fff;
}
.container_warp .news_list li:hover .news_arrow {
  background-image: url('/static/images/btn-r-tr.png');
}
.container_warp .news_list li a {
  display: block;
  height: 100%;
}
.container_warp .news_list li .news_date {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 100%;
  text-align: center;
  color: #969DA7;
  font-size: 12px;
}
.container_warp .news_list li .news_date .news_date_day {
  margin: 16px 0 6px;
  color: #00BEFF;
  font-size: 36px;
  font-weight: bold;
}
.container_warp .news_list li .news_title {
  display: inline-block;
  vertical-align: middle;
  color: #1B2B35;
  font-size: 16px;
  font-weight: bold;
  width: 906px;
}
.container_warp .news_list li .news_arrow {
  margin-top: 25px;
  margin-right: 44px;
  float: right;
  width: 60px;
  height: 60px;
  background-image: url('/static/images/swiper-btn-r.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.container_warp .publist li:hover {
  background-image: url('/static/images/news_active1.png');
}
.container_warp .publist li:hover .news_date_day,
.container_warp .publist li:hover .news_date_val,
.container_warp .publist li:hover .news_title p,
.container_warp .publist li:hover .news_download p {
  color: #fff !important;
}
.container_warp .publist li .news_date {
  padding: 0 38px;
  width: auto;
}
.container_warp .publist li .news_date .news_date_day {
  color: #00BEFF;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #DBE3E4;
}
.container_warp .publist li .news_date .news_date_val {
  color: #B3BAC3;
  font-size: 32px;
}
.container_warp .publist li .news_title p {
  color: #969DA7;
  font-size: 14px;
}
.container_warp .publist li .news_title p:first-child {
  color: #1B2B35;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.container_warp .publist li .news_download {
  margin-top: 32px;
  margin-right: 60px;
  float: right;
}
.container_warp .publist li .news_download p {
  color: #00BEFF;
  font-size: 14px;
}
.container_warp .publist li .news_download img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 6px;
}
.container_warp .newsDetail_head {
  padding: 30px 0;
  border-bottom: 1px solid #D7DFE0;
  text-align: center;
}
.container_warp .newsDetail_head .newsDetail_title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 14px;
  font-weight: bold;
}
.container_warp .newsDetail_head .newsDetail_date {
  font-size: 14px;
  color: #959CA6;
}
.container_warp .newsDetail_head .newsDetail_date span {
  margin-left: 5px;
  color: #00BEFF;
}
.container_warp .newsDetail_content {
  padding: 40px 140px;
}
.container_warp .newsDetail_content img {
  max-width: 100%;
}
.container_warp .newsDetail_footer {
  padding: 24px 34px;
  border-top: 1px solid #D7DFE0;
  color: #959CA6;
  font-size: 16px;
  overflow: hidden;
}
.container_warp .newsDetail_footer img,
.container_warp .newsDetail_footer span {
  display: inline-block;
  vertical-align: middle;
}
.container_warp .newsDetail_footer img {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.container_warp .newsDetail_footer .newsDetail_footer_text {
  color: #1B2B35;
}
.container_warp .newsDetail_footer .newsDetail_footer_prev {
  float: left;
}
.container_warp .newsDetail_footer .newsDetail_footer_next {
  float: right;
}
.container_warp .newsDetail_footer .newsDetail_footer_next img {
  margin-right: 0;
  margin-left: 20px;
}
.container_warp .product_label {
  position: absolute;
  left: -3px;
  top: 8px;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: url('/static/images/product_label.png') no-repeat;
  background-size: 100% 100%;
}
.container_warp .product_list {
  overflow: hidden;
  padding: 0 36px;
}
.container_warp .product_list li {
  float: left;
  width: 266px;
  height: 352px;
  margin-top: 28px;
  margin-right: 20px;
}
.container_warp .product_list li .product_img {
  position: relative;
  width: 100%;
  height: 260px;
}
.container_warp .product_list li .product_img img {
  width: 100%;
  height: 100%;
}
.container_warp .product_list li .product_img .star {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 25px;
}
.container_warp .product_list li .product_name {
  margin: 10px 0;
  color: #1B2B35;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.container_warp .product_list li .product_btn {
  margin: 0 auto;
  width: 110px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #00BEFF;
  border-radius: 14px;
  font-size: 14px;
  color: #00BEFF;
}
.container_warp .product_list li:hover .product_btn {
  background: #00BEFF;
  border: none;
  color: #fff;
}
.container_warp .product_list li:nth-child(4n) {
  margin-right: 0;
}
.container_warp.productDetail {
  position: relative;
}
.container_warp.productDetail .productDetail_img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 420px;
  height: 412px;
}
.container_warp.productDetail .productDetail_img img {
  border-radius: 6px 0 0 6px;
  width: 100%;
  height: 100%;
}
.container_warp.productDetail .productDetail_img .product_label {
  top: 18px;
}
.container_warp.productDetail .productDetail_info {
  padding: 38px 56px;
  width: calc(100% - 430px);
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.container_warp.productDetail .productDetail_info .productDetail_info_titleimg {
  height: 26px;
}
.container_warp.productDetail .productDetail_info .productDetail_info_titleimg img {
  height: 100%;
}
.container_warp.productDetail .productDetail_info .productDetail_info_title {
  margin: 4px 0;
  color: #1B2B35;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 6px;
  width: 600px;
}
.container_warp.productDetail .productDetail_info .productDetail_info_size {
  margin: 24px 0;
  padding: 24px 20px;
  background: linear-gradient(90deg, #f0f5f7, #fff);
}
.container_warp.productDetail .productDetail_info .productDetail_info_size li {
  margin-bottom: 14px;
  font-size: 16px;
}
.container_warp.productDetail .productDetail_info .productDetail_info_size li img {
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.container_warp.productDetail .productDetail_info .productDetail_info_size li span {
  display: inline-block;
  vertical-align: middle;
  color: #1B2B35;
}
.container_warp.productDetail .productDetail_info .productDetail_info_size li .size_title {
  color: #959CA6;
}
.container_warp.productDetail .productDetail_info .productDetail_info_size li:last-child {
  margin-bottom: 0;
}
.container_warp.productDetail .productDetail_info .productDetail_info_text {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
.container_warp.productDetail .productDetail_info_logo {
  position: absolute;
  right: 30px;
  top: 38px;
  width: 60px;
  height: 80px;
}
.container_warp.productDetail .productDetail_info_logo img {
  width: 100%;
  height: 100%;
}
.star_img {
  float: left;
  width: 420px;
  height: 412px;
}
.star_img img {
  width: 100%;
  height: 100%;
}
.star_info {
  float: left;
  width: 780px;
  padding: 42px 80px;
}
.star_info .star_info_star {
  margin-bottom: 28px;
  display: block;
  width: 72px;
  height: 62px;
}
.star_info .star_info_star img {
  width: 100%;
  height: 100%;
}
.star_info .star_info_logo {
  height: 26px;
}
.star_info .star_info_logo img {
  height: 100%;
  width: auto;
}
.star_info .star_info_title {
  color: #1B2B35;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 4px;
}
.star_info .star_info_title span {
  color: #00BEFF;
  font-size: 18px;
  letter-spacing: 0;
}
.star_info .star_info_content {
  margin: 14px 0;
  color: #1B2B35;
  font-size: 16px;
  width: 614px;
  line-height: 34px;
}
.product_head {
  padding: 0 24px;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  border-bottom: 1px solid #D7DFE0;
}
.product_head .product_title {
  float: left;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}
.product_head .product_tip {
  margin-top: 24px;
  float: right;
}
.aboutus img {
  max-width: 100%;
}
body .pagination {
  padding: 40px 0;
  text-align: center;
}
body .pagination li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  font-size: 14px;
}
body .pagination li a,
body .pagination li span {
  display: block;
  padding: 0 16px;
  border-radius: 6px;
}
body .pagination li.active span {
  background-color: #0F549D;
  color: #fff;
}
body .pagination li:first-child a,
body .pagination li:last-child a {
  padding: 0 20px;
  display: block;
  background-color: rgba(4, 151, 218, 0.12);
  color: #0F549D;
}
body .pagination li:first-child span,
body .pagination li:last-child span {
  padding: 0 20px;
  display: block;
  background-color: #EAEEF0;
  color: #949BA5;
}
body .pagination li:last-child {
  margin-right: 0;
}
.about_section {
  position: relative;
}
.about_section1 {
  height: 512px;
  background-color: #fff;
  background-image: url('/static/images/about/1.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
}
.about_section1 img {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  height: 134px;
}
.about_section1 .section_content {
  position: absolute;
  bottom: 25px ;
  left: 50% ;
  transform: translateX(-25%);
  width: 810px;
}
.about_section1 .section_content p {
  text-indent: 2em;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}
.about_section1 .section_content p span {
  color: #0F549D;
  font-size: 18px;
}
.about_section2 {
  padding-right: 82px;
  z-index: 2;
  padding-top: 54px;
  height: 594px;
  background-image: url('/static/images/about/2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about_section2 .about_section2_img {
  margin-top: 20px;
  float: right;
  width: 1000px;
  height: 546px;
  transition: 0.3s all;
}
.about_section2 .section_content {
  margin-right: 46px;
  float: right;
  width: 554px;
  color: #1B2B35;
  font-size: 14px;
  line-height: 28px;
}
.about_section2 .section_content img {
  margin-bottom: 60px;
  height: 134px ;
}
/*
*2021-7-6插入样式hf
*
*/
.section_content_2{
  display: inline-block;
  margin-top: 45px;
}
.section_content_2 .text_1{
  color: #0F549F;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;

}
.section_content_2 .text_1 .text_1_text{
font-weight:bold ;
}
.section_content_2 .text_1 .text_2_text{
margin-left: 5px;
}
.section_content_2 .text_2{
  color: #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 24px;
}
.section_content_2 .text_2:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color:#0F549F ;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 4px;
  flex-shrink: 0;

}
.section_content_2 .text_2 .text_1_text{
  font-weight: bold;

}
.section_content_2 .text_2 .text_2_text{

}
.link_c{
  width: 1px;
  height: 573px;
  background-color: #DCDCDC;
  display: inline-block;
  margin-left: 56px;
  margin-right: 58px;
}


/*国际版***************************/
.jianj{
  width: 100%;
  overflow: auto;
  height: 268px;
  overflow-y: scroll;
}
.jianj::-webkit-scrollbar{
  width:10px;
  height:10px;
}
/*正常情况下滑块的样式*/
.jianj::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,.05);
  border-radius:10px;
  -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.jianj:hover::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,.2);
  border-radius:10px;
  -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.jianj::-webkit-scrollbar-thumb:hover{
  background-color:rgba(0,0,0,.4);
  -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*正常时候的主干部分*/
.jianj::-webkit-scrollbar-track{
  border-radius:10px;
  -webkit-box-shadow:inset006pxrgba(0,0,0,0);
  background-color:white;
}
/*鼠标悬浮在滚动条上的主干部分*/
.jianj::-webkit-scrollbar-track:hover{
  -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
  background-color:rgba(0,0,0,.01);
}

.section_content_2_e::-webkit-scrollbar{
  width:10px;
  height:10px;
}
/*正常情况下滑块的样式*/
.section_content_2_e::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,.05);
  border-radius:10px;
  -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.section_content_2_e:hover::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,.2);
  border-radius:10px;
  -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.section_content_2_e::-webkit-scrollbar-thumb:hover{
  background-color:rgba(0,0,0,.4);
  -webkit-box-shadow:inset1px1px0rgba(0,0,0,.1);
}
/*正常时候的主干部分*/
.section_content_2_e::-webkit-scrollbar-track{
  border-radius:10px;
  -webkit-box-shadow:inset006pxrgba(0,0,0,0);
  background-color:white;
}
/*鼠标悬浮在滚动条上的主干部分*/
.section_content_2_e::-webkit-scrollbar-track:hover{
  -webkit-box-shadow:inset006pxrgba(0,0,0,.4);
  background-color:rgba(0,0,0,.01);
}
.section_content_2_e{
  display: inline-block;
  margin-top: 45px;
  width: 594px;height: 576px;
  overflow: hidden;
  overflow-y: scroll;
}
.section_content_2_e .text_1{
  color: #0F549F;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;

}
.section_content_2_e .text_1 .text_1_text{
  font-weight:bold ;
}
.section_content_2_e .text_1 .text_2_text{
  margin-left: 5px;
}
.section_content_2_e .text_2{
  color: #333333;
  font-size: 16px;
  display: flex;
  margin-bottom: 4px;
  line-height: 24px;
}
.section_content_2_e .text_2:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color:#0F549F ;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 4px;
  flex-shrink: 0;
  margin-top: 10px;

}
.section_content_2_e .text_2 .text_1_text{
  font-weight: bold;
  flex-shrink: 0;

}

/*end********************************/
.about_section3 {
  padding-top: 84px;
  height: 1134px;
  background-image: url('/static/images/about/4.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.about_section3 .about_section3_title {
  display: block;
  margin: 0 auto 42px;
  height: 85px;
  max-width: 275px;
}
.about_section3 .section_warp {
  margin: 0 auto;
  width: 1200px;
  height: 836px;
  background-color: rgba(255, 255, 255, 0.7);
}
.about_section3 .section_warp .section_content {
  width: 294px;
  margin-left: 85px;
  display: inline-block;

}
.about_section3 .section_warp .section_content::before,
.about_section3 .section_warp .section_content::after {
  content: "";
  display: block;
  clear: both;
}
.about_section3 .section_warp .section_content img {
  /*float: left;*/
  margin-top: -30px;
  margin-right: 82px;
  width: 294px;
  height: 294px;
}
.about_section3 .section_warp .section_content div {
  /*float: left;*/
  margin-top: 60px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  padding-left: 13px;
  padding-right: 10px;
}
.about_section3 .section_warp .section_content div p {
  text-indent: 2em;
}
.about_section3 .section_warp .section_content div p:first-child {
  text-indent: 0;
  font-size: 20px;
    color: #0F549D;
    margin-bottom: 10px;
}
.about_section3 .section_warp .about_section3_img {
  display: block;
  width: 1040px;
  margin: 42px auto 0;
}
.about_section4 {
  padding: 154px 50px 36px;
  height: 635px;
  background-color: #F0F4F6;
}
.about_section4 .section_content {
  text-align: center;
  line-height: 28px;
}
.about_section4 .section_content img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -30px;
  margin-right: 80px;
  height: 134px;
}
.about_section4 .section_content div {
  display: inline-block;
  vertical-align: middle;
text-align: left;
  font-size: 14px;
}
.about_section4 .imglist {
  margin-top: 40px;
  overflow: hidden;
}
.about_section4 .imglist li {
  float: left;
  padding: 0 6px;
  width: 25%;
}
.about_section4 .imglist li img {
  width: 100%;
  height: auto;
  max-height: 298px;
}
.pub_contact {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 10;
}
.pub_contact a {
  display: block;
}
.pub_contact a img {
  width: 100%;
  height: 100%;
}
@keyframes scrollAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1800px) {
  .about_section2 .about_section2_img {
    zoom: 0.9;
  }
}
@media screen and (max-width: 1600px) {
  #section1 .section-con {
    padding: 100px 10%;
  }
  .section_contact_content {
    margin-top: 10px;
  }
  .section_contact_video {
    margin-top: 40px;
  }
  #fullpage #section2 .section_shop {
    padding-top: 100px;
  }
  #fullpage #section2 .section_shop_info {
    margin-top: 30px;
  }
  #fullpage #section2 .section_shop_info .section_shop_info_text {
    margin: 10px 0;
  }
  #fullpage #section5 .section5_swiper {
    margin-top: 20px;
  }
  #fullpage #section5 .section5_swiper .section5_swiper_action {
    margin-top: 20px;
  }
  .about_section2 .about_section2_img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1500px) {
  .about_section2 .about_section2_img {
    margin-top: 100px;
    zoom: 0.7;
  }
}
@media screen and (max-width: 1400px) {
  .about_section2 .about_section2_img {
    margin-top: 150px;
    zoom: 0.6;
  }
}
@media screen and (max-width: 1300px) {
  .about_section2 {
    min-width: 1200px;
  }
  .about_section2 .about_section2_img {
    margin-top: 150px;
    zoom: 0.5;
  }
}
