@charset "UTF-8";

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c1c1c1;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
  background-color: #333;
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #e3e3e3;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1,
.fck__body h2,
.fck__body h3,
.fck__body h4,
.fck__body h5,
.fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.db {
  display: block;
  width: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: fzylt;
}

@font-face {
  font-family: "fzylt";
  src: url("../fonts/fzyl.woff2") format("woff2"), url("../fonts/fzyl.woff") format("woff"), url("../fonts/fzyl.ttf") format("truetype"), url("../fonts/fzyl.eot") format("embedded-opentype"), url("../fonts/fzyl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'din_condensedbold';
  src: url("../fonts/din_condensed_bold-webfont.eot");
  src: url("../fonts/din_condensed_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din_condensed_bold-webfont.woff2") format("woff2"), url("../fonts/din_condensed_bold-webfont.woff") format("woff"), url("../fonts/din_condensed_bold-webfont.ttf") format("truetype"), url("../fonts/din_condensed_bold-webfont.svg#din_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  max-width: 1200px;
  margin: 0 auto;
}

.arial {
  font-family: arial;
  font-weight: 100;
}

.shopping__body {
  background-color: #e0edfd;
}

.shopping__body .top_logo {
  height: 45px;
  display: block;
  margin: 5px auto;
}

.shopping__body .kv__con {
  position: relative;
  z-index: 1;
}

.shopping__body .kv__con img {
  display: block;
  width: 100%;
}

.shopping__body .change__con {
  padding: 10px 20px 25px;
}

.shopping__body .change__con .img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.shopping__body .change__con .swiper-pagination {
  bottom: 1px;
}

.shopping__body .change__con .swiper-pagination span {
  background: none;
  background-color: #a8cee5;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 2em;
  transition: all .3s;
}

.shopping__body .change__con .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a8cee5;
  width: 25px;
}

.shopping__body .event_con {
  padding: 10px 20px;
  background-color: #e0edfd;
  margin-bottom: 40px;
}

.shopping__body .event_con .swiper-container {
  width: 90%;
  margin: 0 auto;
}

.shopping__body .logo_con {
  background: url(../images/con_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  min-height: 100px;
  position: relative;
  box-sizing: border-box;
  padding: 35px 20px 10px;
  text-align: center;
}

.shopping__body .logo_con .logo {
  position: absolute;
  height: 32px;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}

.shopping__body .logo_con .logo.s_2 {
  height: 50px;
  top: -25px;
}

.shopping__body .logo_con .logo.s_3 {
  height: 40px;
  top: -20px;
}

.shopping__body .logo_con h3 {
  color: #fff;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 5px;
}

.shopping__body .logo_con h4 {
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-size: 10px;
  margin-bottom: 10px;
}

.shopping__body .logo_con h4.s_1 {
  font-size: 8px;
}

.shopping__body .logo_con h4.s_1 strong {
  font-size: 15px;
}

.shopping__body .logo_con h4 strong {
  font-size: 19px;
  padding: 0 2px;
  color: #fff;
}

.shopping__body .logo_con img.txt {
  display: block;
  width: 250px;
  margin: 0 auto 15px;
}

.shopping__body .pro__con {
  padding: 20px 20px 20px;
  margin-bottom: 50px;
  background-color: #fff;
}

.shopping__body .pro__con ul.s_2 li {
  background-color: #e0edfd;
}

.shopping__body .pro__con ul.s_2 li .ico {
  background-image: url(../images/ico_2.png);
}

.shopping__body .pro__con ul.s_3 li {
  background-color: #d8edec;
}

.shopping__body .pro__con ul.s_3 li .ico {
  background-image: url(../images/ico_3.png);
}

.shopping__body .pro__con ul li {
  margin-bottom: 12px;
  box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.2);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fbe4e3;
  transition: all ease .3s;
}

.shopping__body .pro__con ul li:hover {
  transform: translateY(-5px);
}

.shopping__body .pro__con ul li .ico {
  background: url(../images/ico_1.png) center no-repeat;
  background-size: cover;
  width: 27px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.shopping__body .pro__con ul li a {
  text-decoration: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.shopping__body .pro__con ul li .pro {
  width: 35%;
  background-color: #fff;
}

.shopping__body .pro__con ul li .pro img {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.shopping__body .pro__con ul li .txt {
  width: calc(65%);
  box-sizing: border-box;
  padding: 15px 12px 10px;
  position: relative;
  z-index: 1;
}

.shopping__body .pro__con ul li .txt h3 {
  padding-top: 5px;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: .2px;
  color: #333;
}

.shopping__body .pro__con ul li .txt h6 span {
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border-radius: 10px;
  color: #8c8c8d;
  border: 1px solid #8c8c8d;
  font-weight: 100;
}

.shopping__body .pro__con ul li .txt .btm {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shopping__body .pro__con ul li .txt del {
  font-size: 7px;
  color: #8c8c8d;
}

.shopping__body .pro__con ul li .txt h5 {
  margin-top: -2px;
  color: #333;
  font-size: 12px;
}

.shopping__body .pro__con ul li .txt h5 strong {
  color: #d03a33;
  padding-left: 2px;
  font-size: 11px;
  font-family: "din_condensedbold";
}

.shopping__body .pro__con ul li .txt h5 strong span {
  font-size: 20px;
  padding-left: 2px;
}

.shopping__body .pro__con ul li .txt .btn {
  background: url(../images/btn_bg_2.jpg) center repeat-y;
  background-size: 100% auto;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  color: #fff;
  font-size: 9px;
  border-radius: 2em;
}

.shopping__body .last_line {
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.shopping__body .last_line img {
  height: 18px;
  padding-right: 5px;
}

.shopping__body .last_line p {
  font-size: 8px;
  line-height: 1.2;
  color: #8c8c8d;
}

.blank_title {
  text-align: center;
  margin-bottom: 10px;
}

.blank_title i,
.blank_title span {
  display: inline-block;
  vertical-align: middle;
}

.blank_title i {
  background-color: #004887;
  height: 1px;
  font-size: 1px;
  width: 30px;
}

.blank_title span {
  font-size: 14px;
  color: #004887;
  padding: 0 5px;
}

.page_btn {
  background-color: #fff;
  background-size: 100% auto;
  color: #df3232;
  display: inline-block;
  border-radius: 2em;
  transition: all ease .3s;
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
  font-size: 16px;
  letter-spacing: .5px;
  text-decoration: none;
  box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.2);
}

.page_btn.small {
  padding: 0 15px;
  margin: 0 3px;
}

.page_btn:hover {
  transform: translateY(-5px);
}

.more_btn {
  padding-top: 20px;
  text-align: center;
}

.more_btn.s_2 a {
  background-color: #004887;
}

.more_btn.s_3 a {
  background-color: #008088;
}

.more_btn a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 2em;
  background-color: #dd3232;
  transition: all ease .3s;
}

.more_btn a:hover {
  transform: translateY(-5px);
}

.more_btn a i {
  padding-left: 5px;
}

.focus_zone__con {
  position: relative;
  background-color: #b7cde2;
  padding: 45px 20px 25px;
  margin-bottom: 40px;
}

.focus_zone__con .title {
  background: url(../images/title_bg_1.png) center no-repeat;
  background-size: 100% 100%;
  width: 150px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .2px;
  top: -10px;
}

.focus_zone__con .title img,
.focus_zone__con .title span {
  display: inline-block;
  vertical-align: middle;
}

.focus_zone__con .title img {
  height: 16px;
  margin-right: 3px;
}

.img_list_new {
  display: flex;
  flex-wrap: wrap;
}

.img_list_new.big li {
  width: calc(33.3333% - 12px*2/3);
}

.img_list_new.big li:nth-child(3n) {
  margin-right: 0;
}

.img_list_new.big li:nth-child(4n) {
  margin-right: 12px;
}

.img_list_new li {
  width: calc(25% - 12px*3/4);
  margin: 0 12px 12px 0;
}

.img_list_new li:nth-child(4n) {
  margin-right: 0;
}

.img_list_new li:hover a {
  transform: translateY(-5px);
}

.img_list_new li a {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  height: 60px;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  transition: all .3s;
  align-items: center !important;
}

.img_list_new li a img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.btm_img__con {
  position: relative;
  z-index: 1;
}

.btm_img__con .bg {
  display: block;
  width: 100%;
}

.btm_img__con .txt__con {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.info_bg {
  background-color: #e0edfd;
}

.info_bg .info__con {
  background: url(../images/info_bg.png) center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 538px;
  overflow: hidden;
  max-width: 375px;
  margin: 0 auto;
}

.info_bg .info__con .con {
  padding: 55% 60px 10px;
}

.info_bg .info__con h3,
.info_bg .info__con h4 {
  text-align: center;
}

.info_bg .info__con h3 img,
.info_bg .info__con h4 img {
  height: 45px;
}

.info_bg .info__con h4 {
  color: #004889;
  position: relative;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 15px;
}

.info_bg .info__con h4::after {
  content: " ";
  left: 50%;
  width: 50px;
  margin-left: -25px;
  bottom: 0;
  font-size: 1;
  position: absolute;
  height: 1px;
  background-color: #004889;
}

.info_bg .info__con p {
  color: #000;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.info_bg .info__con h6 {
  padding-top: 30px;
  text-align: center;
}

.info_bg .info__con h6 a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0071bc;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 2px solid #004889;
  transition: all .3s;
}

.info_bg .info__con h6 a:hover {
  transform: translateY(-5px);
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 400px) {
  .shopping__body .pro__con ul li .txt h3 {
    font-size: 16px;
  }

  .shopping__body .pro__con ul li .txt h6 span {
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
  }
}

.to_top{
  position: fixed;
  z-index:1000;
  top:calc(50% + 226px);
  right:16px;
  background:#fff url(../images/to_top.png) center no-repeat;
  background-size:cover;
  width:40px;
  height:40px;
  background-position: 0 0;
  border:2px solid #C7DCFF;
  border-radius: 4px;
  display: none;
}
.to_top.show{display:block}