a,
select,
textarea,
input,
button,
html,
body,
div,
ul,
li {
  tap-highlight-color: transparent !important;
}

@keyframes rt {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes showclip1 {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

* {
  outline: none;
}

.swiper-slide {
  min-height: 0 !important;
}

@font-face {
  font-family: 'CenturyGothicStd-Bold';
  src: url("fonts/CenturyGothicStd-Bold.eot");
  src: url("fonts/CenturyGothicStd-Bold.eot") format("embedded-opentype"), url("fonts/CenturyGothicStd-Bold.woff2") format("woff2"), url("fonts/CenturyGothicStd-Bold.woff") format("woff"), url("fonts/CenturyGothicStd-Bold.ttf") format("truetype"), url("fonts/CenturyGothicStd-Bold.svg#CenturyGothicStd-Bold") format("svg");
}

.ellipsis,
.main.welcome .news_box .news_main .news_l a .content .cont_l .tit,
.main.about .activity .slick_main .slick-list .slick-track .item a .cont .t,
.main.about .store_box .slick_box .slick-list .slick-track .item a .cont,
.main.brand .box .slick_main .slick-list .slick-track .item a .cont .t,
.main.store .activity .wrap ul li a .cont .t,
.main.news .news_box .slick_box .slick-list .slick-track .item a .cont .t,
.main.news .news_list ul li a .cont .t,
.main.news .detail .page_box .left a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px) {

  .bot,
  .main.about .cur_box .tit_box,
  .main.about .activity .tit_box,
  .main.about .ht,
  .main.store .hot_box .tit_box,
  .main.store .activity .tit_box,
  .main.store .msg .tit_box,
  .main.contact .cont_box .tit_box {
    transform: translate(0, -80px);
    transition: all 0.68s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .bot.animate,
  .main.about .cur_box .animate.tit_box,
  .main.about .activity .animate.tit_box,
  .main.about .animate.ht,
  .main.store .hot_box .animate.tit_box,
  .main.store .activity .animate.tit_box,
  .main.store .msg .animate.tit_box,
  .main.contact .cont_box .animate.tit_box {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate(0, 0px);
  }
}

::-webkit-input-placeholder {
  color: #696969 !important;
}

:-moz-placeholder {
  color: #696969 !important;
}

::-moz-placeholder {
  color: #696969 !important;
}

:-ms-input-placeholder {
  color: #696969 !important;
}

@media (min-width: 1024px) {

  .top,
  .title,
  .main.welcome .about_box .ab_cen .txt,
  .main.welcome .about_box .ab_cen .more,
  .main.about .magazine .tit_box,
  .main.about .magazine .magazine_y,
  .main.about .magazine .box ul li,
  .main.about .activity .slick_main,
  .main.about .his_box .tit_box,
  .main.about .his_box .box,
  .main.about .his_list>ul>li,
  .main.about .honor_box,
  .main.brand .txt_box,
  .main.brand .value_box .tit_box,
  .main.brand .value_box .txt,
  .main.brand .value_box .container ul li,
  .main.brand .box .slick_main,
  .main.brand .vbox,
  .main.store .hot_box .hot_main,
  .main.store .market_box .tit_box,
  .main.store .market_box .marker_cen,
  .main.store .msg .msg_classification,
  .main.store .msg .message,
  .main.news .news_box,
  .main.news .news_list .page,
  .main.news .detail,
  .main.talent .tbox .tl,
  .main.talent .tbox .tr,
  .main.talent .container ul,
  .main.talent .contact_box,
  .main.talent .place,
  .main.talent .join_box,
  .main.contact .cont_box .con {
    transform: translate(0, 80px);
    transition: all 0.68s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .top.animate,
  .animate.title,
  .main.welcome .about_box .ab_cen .animate.txt,
  .main.welcome .about_box .ab_cen .animate.more,
  .main.about .magazine .animate.tit_box,
  .main.about .magazine .animate.magazine_y,
  .main.about .magazine .box ul li.animate,
  .main.about .activity .animate.slick_main,
  .main.about .his_box .animate.tit_box,
  .main.about .his_box .animate.box,
  .main.about .his_list>ul>li.animate,
  .main.about .animate.honor_box,
  .main.brand .animate.txt_box,
  .main.brand .value_box .animate.tit_box,
  .main.brand .value_box .animate.txt,
  .main.brand .value_box .container ul li.animate,
  .main.brand .box .animate.slick_main,
  .main.brand .animate.vbox,
  .main.store .hot_box .animate.hot_main,
  .main.store .market_box .animate.tit_box,
  .main.store .market_box .animate.marker_cen,
  .main.store .msg .animate.msg_classification,
  .main.store .msg .animate.message,
  .main.news .animate.news_box,
  .main.news .news_list .animate.page,
  .main.news .animate.detail,
  .main.talent .tbox .animate.tl,
  .main.talent .tbox .animate.tr,
  .main.talent .container ul.animate,
  .main.talent .animate.contact_box,
  .main.talent .animate.place,
  .main.talent .animate.join_box,
  .main.contact .cont_box .animate.con {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate(0, 0px);
  }
}

body {
  width: 100%;
  overflow: hidden;
}

.title {
  text-align: center;
}

.title .cn {
  font-size: 50px;
  line-height: 66px;
  color: #353535;
}

.title .en {
  font-size: 30px;
  line-height: 40px;
  color: #ccc;
  font-family: Arial;
  text-transform: uppercase;
}

.title .line {
  width: 60px;
  height: 3px;
  background: #ba251d;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1420px) {
  .title .cn {
    font-size: 40px;
    line-height: 54px;
  }

  .title .en {
    font-size: 24px;
    line-height: 34px;
  }

  .title .line {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .title .cn {
    font-size: 30px;
    line-height: 40px;
  }

  .title .en {
    font-size: 16px;
    line-height: 24px;
  }

  .title .line {
    margin-top: 5px;
    width: 30px;
    height: 2px;
  }
}

.banner2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner2 img {
  width: 100%;
  height: auto;
  display: block;
}

.banner2 .cont_box {
  width: 1400px;
  height: 100%;
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -700px;
  top: 0;
  text-align: center;
}

.banner2 .cont_box .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.banner2 .cont_box .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}

.banner2 .cont_box .tab .tab_cell .cn {
  font-size: 42px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
}

.banner2 .cont_box .tab .tab_cell .en {
  font-size: 30px;
  line-height: 42px;
  color: #fcfdfb;
  font-family: Arial;
  text-transform: uppercase;
}

.banner2 .cont_box .tab .tab_cell .line {
  width: 50px;
  height: 3px;
  background: #ba251d;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1420px) {
  .banner2 img {
    width: 140%;
    margin-left: -20%;
  }

  .banner2 .cont_box {
    width: 94%;
    margin-left: -47%;
  }

  .banner2 .cont_box .tab .tab_cell .cn {
    font-size: 38px;
    line-height: 54px;
  }

  .banner2 .cont_box .tab .tab_cell .en {
    font-size: 26px;
    line-height: 36px;
  }

  .banner2 .cont_box .tab .tab_cell .line {
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  .banner2 .cont_box .tab .tab_cell .cn {
    font-size: 32px;
    line-height: 46px;
  }

  .banner2 .cont_box .tab .tab_cell .en {
    font-size: 20px;
    line-height: 30px;
  }

  .banner2 .cont_box .tab .tab_cell .line {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .banner2 img {
    width: 190%;
    margin-left: -45%;
  }

  .banner2 .cont_box .tab .tab_cell .cn {
    font-size: 28px;
    line-height: 42px;
  }

  .banner2 .cont_box .tab .tab_cell .en {
    font-size: 14px;
    line-height: 24px;
  }

  .banner2 .cont_box .tab .tab_cell .line {
    margin-top: 7px;
    width: 40px;
    height: 2px;
  }
}

.w1400 {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1420px) {
  .w1400 {
    width: 94%;
  }
}

.classification_box {
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.classification_box .classification_cen {
  height: 100%;
}

.classification_box .classification_cen a {
  display: block;
  float: left;
  padding: 0 30px;
  height: 100%;
  margin-right: 20px;
  position: relative;
  text-align: center;
}

.classification_box .classification_cen a.active .txt {
  color: #ba251d;
  font-weight: bold;
}

.classification_box .classification_cen a.active .line {
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .classification_box .classification_cen a:hover .line {
    left: 0;
    width: 100%;
  }
}

.classification_box .classification_cen a .txt {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  color: #454545;
  display: block;
  font-size: 16px;
  line-height: 84px;
}

.classification_box .classification_cen a .line {
  width: 0%;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transition: all 0.5s;
  z-index: 10;
  bottom: 0;
  background: #ba251d;
}

@media (max-width: 1420px) {
  .classification_box {
    height: 70px;
    width: 100%;
  }

  .classification_box .classification_cen a {
    padding: 0 25px;
  }

  .classification_box .classification_cen a .txt {
    font-size: 16px;
    line-height: 70px;
  }
}

@media (max-width: 1024px) {
  .classification_box {
    height: 60px;
  }

  .classification_box .classification_cen a {
    padding: 0 20px;
  }

  .classification_box .classification_cen a .txt {
    font-size: 16px;
    line-height: 60px;
  }
}

@media (max-width: 600px) {
  .classification_box {
    height: 50px;
  }

  .classification_box .classification_cen a {
    padding: 0;
    margin-right: 0;
    width: 25%;
  }

  .classification_box .classification_cen a .txt {
    font-size: 14px;
    line-height: 50px;
  }
}

.header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
}

.header.cur {
  box-shadow: 10px 0 10px #d4c6c9;
}

.header.active {
  transform: translateX(-390px);
}

@media (max-width: 500px) {
  .header.active {
    transform: translateX(-200px);
  }
}

.header .header_cen {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.header .header_cen .logo {
  float: left;
  line-height: 100px;
  width: 550px;
}

.header .header_cen .logo img {
  /* width: 100%; */
}

.header .header_cen .nav {
  float: right;
  position: relative;
}

.header .header_cen .nav .line {
  width: 85px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  background: #ba251d;
}

.header .header_cen .nav ul li:last-child>a {
  text-align: right;
}

.header .header_cen .nav ul li {
  float: left;
  position: relative;
  margin-left: 5px;
}

.header .header_cen .nav ul li.active a {
  color: #ba251d;
}

.header .header_cen .nav ul li>a {
  display: block;
  height: auto;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 100px;
  transition: all 0.68s;
}

@media (min-width: 1024px) {
  .header .header_cen .nav ul li>a:hover {
    color: #ba251d;
  }
}

.header .header_cen .nav ul li .slider {
  /* width: 100%; */
  height: auto;
  background: #ba251d;
  position: absolute;
  top: 100%;
  /* left: 0; */
  z-index: 10;
  display: none;
  width: 150%;
  left: 50%;
  transform: translateX(-50%);
}

.header .header_cen .nav ul li .slider a {
  display: block;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
  padding: 0 3px;
  line-height: 50px;
}

.header .header_cen .nav ul li .slider a span {
  font-size: 12px;
  padding: 0 3px;
  position: relative;
  top: -4px;
}

@media (min-width: 1024px) {
  .header .header_cen .nav ul li .slider a:hover {
    background: #fff;
    color: #ba251d;
  }
}

.header .header_cen .push-line {
  overflow: hidden;
  width: 32px;
  height: 60px;
  cursor: pointer;
  float: right;
  position: relative;
  display: none;
  transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}

@media (max-width: 1024px) {
  .header .header_cen .push-line {
    display: block;
  }
}

.header .header_cen .push-line span {
  height: 4px;
  background: #ba251d;
  display: block;
  position: absolute;
  width: 100%;
  display: block;
  z-index: 5;
  top: 18px;
  left: 50%;
  margin: 0px 0px 0px -16px;
  transform-origin: center;
  border-radius: 3px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.header .header_cen .push-line span.line-2 {
  top: 28px;
}

.header .header_cen .push-line span.line-3 {
  top: 38px;
}

.header .header_cen .push-line.currentDd .line-1 {
  transform: rotate(225deg);
  top: 30px;
}

.header .header_cen .push-line.currentDd .line-2 {
  opacity: 0;
  left: -100%;
}

.header .header_cen .push-line.currentDd .line-3 {
  top: 30px;
  transform: rotate(-225deg);
}

@media (max-width: 1420px) {
  .header .header_cen {
    width: 94%;
  }

  .header .header_cen .logo img {
    width: 390px;
    height: auto;
  }

  .header .header_cen .nav ul li>a {
    padding: 0 18px;
  }
}

@media (max-width: 1300px) {
  .header .header_cen .logo img {
    width: 360px;
  }

  .header .header_cen .nav ul li>a {
    font-size: 15px;
    padding: 0 20px;
  }

  .header .header_cen .nav ul li .slider a {
    font-size: 15px;
    line-height: 40px;
  }
}

@media (max-width: 1170px) {
  .header .header_cen .logo img {
    width: 300px;
  }

  .header .header_cen .nav ul li>a {
    padding: 0 12px;
  }
}

@media (max-width: 1024px) {
  .header {
    height: 60px;
  }

  .header .header_cen .logo {
    line-height: 60px;
  }

  .header .header_cen .nav {
    display: none;
  }
}

@media (max-width: 400px) {
  .header .header_cen .logo img {
    width: 280px;
    height: auto;
  }
}

@media (max-width: 360px) {
  .header .header_cen .logo img {
    width: 240px;
    height: auto;
  }
}

.tit_box .t {
  font-size: 36px;
  line-height: 50px;
  color: #333;
}

.tit_box .line {
  width: 70px;
  height: 3px;
  background: #ba251d;
  margin-top: 12px;
}

.tit_box .en {
  font-size: 24px;
  line-height: 26px;
  color: #e8e8e8;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial;
}

@media (max-width: 1420px) {
  .tit_box .t {
    font-size: 32px;
    line-height: 44px;
  }

  .tit_box .en {
    font-size: 20px;
    line-height: 22px;
  }

  .tit_box .line {
    margin-top: 8px;
  }
}

@media (max-width: 1024px) {
  .tit_box .t {
    font-size: 26px;
    line-height: 36px;
  }

  .tit_box .en {
    font-size: 16px;
    line-height: 18px;
  }

  .tit_box .line {
    margin-top: 10px;
    width: 50px;
  }
}

@media (max-width: 600px) {
  .tit_box .t {
    font-size: 22px;
    line-height: 30px;
  }

  .tit_box .line {
    width: 30px;
  }
}

.main {
  padding-top: 0;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .main {
    padding-top: 60px;
  }
}

.main.active {
  transform: translateX(-390px);
}

@media (max-width: 500px) {
  .main.active {
    transform: translateX(-200px);
  }
}

.main.welcome .banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.main.welcome .banner .scroll {
  width: 32px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  margin-left: -16px;
}

.main.welcome .banner .scroll .ico {
  width: 32px;
  height: 66px;
  margin-bottom: 11px;
  background: url(../img/scroll.png) no-repeat center center;
  background-size: cover;
}

.main.welcome .banner .scroll .line {
  width: 1px;
  height: 50px;
  background: #353535;
  margin: 0 auto;
}

.main.welcome .banner .flexslider .flex-control-nav {
  display: none !important;
}

.main.welcome .banner .flexslider .flex-direction-nav {
  display: block;
}

.main.welcome .banner .flexslider .flex-direction-nav li .flex-prev {
  width: 80px;
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: -40px;
  text-indent: 2000px;
  display: block;
  z-index: 100;
  height: 80px;
  transition: all 0.5s;
  background: url(../img/btn_l.png) no-repeat;
  background-size: cover;
}

@media (min-width: 1024px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-prev:hover {
    background: url(../img/btn_l2.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1420px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-prev {
    left: 50px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-prev {
    left: 3%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-prev {
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.main.welcome .banner .flexslider .flex-direction-nav li .flex-next {
  width: 80px;
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -40px;
  text-indent: 2000px;
  display: block;
  z-index: 100;
  height: 80px;
  background: url(../img/btn_r.png) no-repeat;
  transition: all 0.5s;
  background-size: cover;
}

@media (min-width: 1024px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-next:hover {
    background: url(../img/btn_r2.png) no-repeat;
    background-size: cover;
  }
}

@media (max-width: 1420px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-next {
    right: 50px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-next {
    right: 3%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .main.welcome .banner .flexslider .flex-direction-nav li .flex-next {
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.main.welcome .banner .flexslider .slides li {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main.welcome .banner .flexslider .slides li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main.welcome .banner .flexslider .slides li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .main.welcome .banner .scroll .line {
    height: 40px;
  }

  .main.welcome .banner .flexslider .slides li a img {
    width: 140%;
    margin-left: -20%;
  }
}

@media (max-width: 1024px) {
  .main.welcome .banner .scroll {
    width: 28px;
    margin-left: -14px;
  }

  .main.welcome .banner .scroll .ico {
    width: 28px;
    height: 58px;
  }

  .main.welcome .banner .scroll .line {
    height: 30px;
  }
}

@media (max-width: 600px) {
  .main.welcome .banner .scroll {
    width: 20px;
    margin-left: -10px;
  }

  .main.welcome .banner .scroll .ico {
    width: 20px;
    height: 41px;
  }

  .main.welcome .banner .scroll .line {
    height: 15px;
  }

  .main.welcome .banner .flexslider .slides li a img {
    width: 170%;
    margin-left: -35%;
  }
}

.main.welcome .about_box {
  padding-top: 100px;
}

@media (max-width: 1420px) {
  .main.welcome .about_box {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .about_box {
    padding-top: 60px;
  }
}

@media (max-width: 850px) {
  .main.welcome .about_box {
    padding-top: 40px;
  }
}

.main.welcome .about_box .ab_cen {
  padding-bottom: 80px;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 1420px) {
  .main.welcome .about_box .ab_cen {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .about_box .ab_cen {
    padding-bottom: 45px;
  }
}

@media (max-width: 600px) {
  .main.welcome .about_box .ab_cen {
    padding-bottom: 35px;
  }
}

.main.welcome .about_box .ab_cen .txt {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  margin-top: 58px;
  width: 850px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .main.welcome .about_box .ab_cen .txt:hover {
    color: #ba251d;
  }
}

@media (max-width: 1420px) {
  .main.welcome .about_box .ab_cen .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .about_box .ab_cen .txt {
    width: 94%;
    margin-top: 30px;
  }
}

.main.welcome .about_box .ab_cen .more {
  display: block;
  width: 180px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  border: 1px solid #ba251d;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

.main.welcome .about_box .ab_cen .more .txt2 {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  transition: all 0.68s;
}

.main.welcome .about_box .ab_cen .more .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ba251d;
  transform: scaleY(1);
  transition: transform 0.5s;
  transform-origin: center center;
}

@media (min-width: 1024px) {
  .main.welcome .about_box .ab_cen .more:hover .txt2 {
    color: #ba251d;
  }

  .main.welcome .about_box .ab_cen .more:hover .bg {
    transform: scaleY(0);
    transform-origin: left center;
  }
}

@media (max-width: 1420px) {
  .main.welcome .about_box .ab_cen .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 50px;
  }

  .main.welcome .about_box .ab_cen .more .txt2 {
    line-height: 50px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .about_box .ab_cen .more {
    margin-top: 35px;
    width: 140px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
  }

  .main.welcome .about_box .ab_cen .more .txt2 {
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  .main.welcome .about_box .ab_cen .more {
    margin-top: 25px;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
  }

  .main.welcome .about_box .ab_cen .more .txt2 {
    line-height: 36px;
  }
}

.main.welcome .about_box .num_box {
  margin-top: 53px;
  padding-bottom: 125px;
}

.main.welcome .about_box .num_box ul {
  padding: 0 45px;
}

.main.welcome .about_box .num_box ul li:last-child .cont {
  min-width: 250px;
}

.main.welcome .about_box .num_box ul li {
  width: 25%;
  float: left;
}

.main.welcome .about_box .num_box ul li .cont {
  min-width: 150px;
  display: inline-block;
}

.main.welcome .about_box .num_box ul li .cont .num {
  position: relative;
}

.main.welcome .about_box .num_box ul li .cont .num span {
  font-family: 'SimHei', 'STHeiti';
  font-size: 125px;
  line-height: 114px;
  color: #ba251d;
}

.main.welcome .about_box .num_box ul li .cont .num i {
  font-style: normal;
  font-size: 28px;
  line-height: 30px;
  color: #ba251d;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -40px;
}

.main.welcome .about_box .num_box ul li .cont .text {
  font-size: 14px;
  color: #696969;
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 1420px) {
  .main.welcome .about_box .num_box {
    margin-top: 45px;
    padding-bottom: 115px;
  }

  .main.welcome .about_box .num_box ul {
    padding: 0 35px;
  }

  .main.welcome .about_box .num_box ul li:last-child .cont {
    min-width: 200px;
  }

  .main.welcome .about_box .num_box ul li .cont {
    min-width: 100px;
  }

  .main.welcome .about_box .num_box ul li .cont .num span {
    font-size: 100px;
    line-height: 90px;
  }

  .main.welcome .about_box .num_box ul li .cont .num i {
    font-size: 20px;
    line-height: 20px;
    top: -20px;
  }
}

@media (max-width: 1200px) {
  .main.welcome .about_box .num_box {
    padding-bottom: 100px;
  }

  .main.welcome .about_box .num_box ul {
    padding: 0 25px;
  }

  .main.welcome .about_box .num_box ul li:last-child .cont {
    min-width: 165px;
  }

  .main.welcome .about_box .num_box ul li .cont {
    min-width: 85px;
  }

  .main.welcome .about_box .num_box ul li .cont .num span {
    font-size: 80px;
    line-height: 70px;
  }

  .main.welcome .about_box .num_box ul li .cont .num i {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
  }
}

@media (max-width: 800px) {
  .main.welcome .about_box .num_box {
    margin-top: 35px;
    padding-bottom: 70px;
  }

  .main.welcome .about_box .num_box ul {
    padding: 0;
  }

  .main.welcome .about_box .num_box ul li:last-child .cont {
    min-width: inherit;
  }

  .main.welcome .about_box .num_box ul li {
    width: 50%;
    float: left;
    padding: 0 2%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .main.welcome .about_box .num_box ul li .cont {
    display: block;
    width: 100%;
    height: auto;
    min-width: inherit;
  }

  .main.welcome .about_box .num_box ul li .cont .num {
    display: inline-block;
    text-align: center;
  }

  .main.welcome .about_box .num_box ul li .cont .num span {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 500px) {
  .main.welcome .about_box .num_box {
    padding-bottom: 25px;
  }

  .main.welcome .about_box .num_box ul li .cont .num span {
    font-size: 40px;
    line-height: 30px;
  }

  .main.welcome .about_box .num_box ul li .cont .num i {
    font-size: 16px;
    right: -10px;
    line-height: 16px;
  }

  .main.welcome .about_box .num_box ul li .cont .text {
    padding-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
}

.main.welcome .cul_box {
  padding-top: 90px;
  padding-bottom: 85px;
}

@media (max-width: 1420px) {
  .main.welcome .cul_box {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .cul_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 850px) {
  .main.welcome .cul_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main.welcome .cul_box .title .en {
  color: #8999a6;
}

.main.welcome .cul_box .box {
  margin-top: 95px;
}

@media (max-width: 1420px) {
  .main.welcome .cul_box .box {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .cul_box .box {
    margin-top: 60px;
  }
}

@media (max-width: 850px) {
  .main.welcome .cul_box .box {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .main.welcome .cul_box .box ul li {
    transform: translate(0, 100px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.68s;
  }

  .main.welcome .cul_box .box ul.animate li {
    transform: translate(0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.main.welcome .cul_box .box ul li:last-child {
  margin-right: 0;
}

.main.welcome .cul_box .box ul li:nth-child(even) {
  margin-top: 92px;
}

.main.welcome .cul_box .box ul li {
  width: 18.8%;
  float: left;
  margin-right: 1.3%;
  background: #fff;
}

@media (min-width: 1024px) {
  .main.welcome .cul_box .box ul li:hover .tu .con .tab .tab_cell .ico {
    transform: translateY(-10px);
  }

  .main.welcome .cul_box .box ul li:hover .tu .con .tab .tab_cell .ico .a {
    animation: rt 1s ease-in both;
  }

  .main.welcome .cul_box .box ul li:hover .cont .bg {
    transform: scaleY(1);
    transform-origin: top center;
  }

  .main.welcome .cul_box .box ul li:hover .cont .cont_box .tab .tab_cell {
    color: #fff;
  }
}

.main.welcome .cul_box .box ul li .tu {
  overflow: hidden;
  position: relative;
}

.main.welcome .cul_box .box ul li .tu .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgab(0, 0, 0, 0.2);
}

.main.welcome .cul_box .box ul li .tu>img {
  width: 100%;
  height: auto;
}

.main.welcome .cul_box .box ul li .tu .con {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.main.welcome .cul_box .box ul li .tu .con .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.welcome .cul_box .box ul li .tu .con .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}

.main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #fff;
  line-height: 110px;
}

.main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b img {
  display: inline-block;
  vertical-align: middle;
}

.main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .txt {
  padding: 20px 5px 0 5px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

.main.welcome .cul_box .box ul li .cont {
  width: 100%;
  height: 180px;
  position: relative;
}

.main.welcome .cul_box .box ul li .cont .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ba251d;
  transition: transform 0.5s;
  transform: scaleY(0);
  transform-origin: bottom center;
}

.main.welcome .cul_box .box ul li .cont .cont_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.main.welcome .cul_box .box ul li .cont .cont_box .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.welcome .cul_box .box ul li .cont .cont_box .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.68s;
  line-height: 24px;
  text-align: center;
  color: #454545;
  box-sizing: border-box;
}

@media (max-width: 1420px) {
  .main.welcome .cul_box .box ul li:nth-child(even) {
    margin-top: 70px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .txt {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 5px 0 5px;
  }

  .main.welcome .cul_box .box ul li .cont {
    height: 150px;
  }

  .main.welcome .cul_box .box ul li .cont .cont_box .tab .tab_cell {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .main.welcome .cul_box .box ul li:nth-child(even) {
    margin-top: 40px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico {
    width: 90px;
    height: 90px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b img {
    height: 46px;
    width: auto;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .txt {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 5px 0 5px;
  }

  .main.welcome .cul_box .box ul li .cont {
    height: 150px;
  }

  .main.welcome .cul_box .box ul li .cont .cont_box .tab .tab_cell {
    padding: 0 5px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .cul_box .box ul li:nth-child(even) {
    margin-top: 30px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico {
    width: 70px;
    height: 70px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b img {
    height: 40px;
    width: auto;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .txt {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 5px 0 5px;
  }

  .main.welcome .cul_box .box ul li .cont {
    height: 150px;
  }

  .main.welcome .cul_box .box ul li .cont .cont_box .tab .tab_cell {
    padding: 0 5px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 750px) {
  .main.welcome .cul_box .box ul li:nth-child(3n) {
    margin-right: 0;
  }

  .main.welcome .cul_box .box ul li:nth-child(even) {
    margin-top: 0px;
  }

  .main.welcome .cul_box .box ul li {
    width: 31%;
    margin-right: 3.3%;
    margin-bottom: 3.3%;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico {
    width: 70px;
    height: 70px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .ico .ico_b img {
    height: 40px;
    width: auto;
  }

  .main.welcome .cul_box .box ul li .tu .con .tab .tab_cell .txt {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 5px 0 5px;
  }

  .main.welcome .cul_box .box ul li .cont {
    height: 150px;
  }

  .main.welcome .cul_box .box ul li .cont .cont_box .tab .tab_cell {
    padding: 0 5px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 500px) {
  .main.welcome .cul_box .box ul li:nth-child(even) {
    float: right;
  }

  .main.welcome .cul_box .box ul li {
    width: 48%;
    float: left;
    margin-right: 0;
  }
}

.main.welcome .news_box {
  padding-top: 130px;
  padding-bottom: 80px;
}

@media (max-width: 1420px) {
  .main.welcome .news_box {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .news_box {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (max-width: 850px) {
  .main.welcome .news_box {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.main.welcome .news_box .news_main {
  margin-top: 70px;
}

.main.welcome .news_box .news_main .news_l {
  float: left;
  width: 60.9%;
}

@media (min-width: 1024px) {
  .main.welcome .news_box .news_main .news_l {
    transform: translate(-100px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s;
  }

  .main.welcome .news_box .news_main .news_l:hover a .tu img {
    transform: scale(1.1);
  }

  .main.welcome .news_box .news_main .news_l.animate {
    transform: translate(0px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.main.welcome .news_box .news_main .news_l a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.main.welcome .news_box .news_main .news_l a .name {
  width: 160px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ba251d;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  z-index: 10;
}

.main.welcome .news_box .news_main .news_l a .tu {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main.welcome .news_box .news_main .news_l a .tu img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

.main.welcome .news_box .news_main .news_l a .content {
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.68);
  position: absolute;
  left: 0;
  padding: 18px 28px;
  box-sizing: border-box;
  bottom: 0;
}

.main.welcome .news_box .news_main .news_l a .content .cont_l {
  width: 80%;
  float: left;
}

.main.welcome .news_box .news_main .news_l a .content .cont_l .tit {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}

.main.welcome .news_box .news_main .news_l a .content .cont_l .day {
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  font-family: Arial;
  background: url(../img/time.png) no-repeat left center;
  padding-left: 30px;
}

.main.welcome .news_box .news_main .news_l a .content .more {
  width: 140px;
  height: 44px;
  background: #ba251d;
  border-radius: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  margin-top: 20px;
  float: right;
  text-transform: uppercase;
}

.main.welcome .news_box .news_main .news_r {
  float: right;
  box-shadow: 0 0 11px 8px #efeeee;
  width: 37%;
  background: #fff;
}

@media (min-width: 1024px) {
  .main.welcome .news_box .news_main .news_r {
    transform: translate(100px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s;
  }

  .main.welcome .news_box .news_main .news_r.animate {
    transform: translate(0px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.main.welcome .news_box .news_main .news_r a {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .main.welcome .news_box .news_main .news_r a:hover .tu img {
    transform: scale(1.1);
  }
}

.main.welcome .news_box .news_main .news_r a .tu {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.main.welcome .news_box .news_main .news_r a .tu img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.main.welcome .news_box .news_main .news_r a .tu .ms {
  width: 240px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
}

.main.welcome .news_box .news_main .news_r a .tu .ms .year {
  width: 80px;
  height: 80px;
  background: #ba251d;
  text-align: center;
  padding-top: 12px;
  float: left;
  box-sizing: border-box;
}

.main.welcome .news_box .news_main .news_r a .tu .ms .year .d {
  font-family: 'SimHei', 'STHeiti';
  font-size: 42px;
  line-height: 36px;
  color: #fff;
}

.main.welcome .news_box .news_main .news_r a .tu .ms .year .y {
  font-size: 12px;
  line-height: 20px;
  font-family: 'SimHei', 'STHeiti';
  color: #fff;
}

.main.welcome .news_box .news_main .news_r a .tu .ms .name {
  width: 160px;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  color: #ba251d;
  text-align: center;
  float: left;
}

.main.welcome .news_box .news_main .news_r a .content {
  padding: 0 40px;
}

.main.welcome .news_box .news_main .news_r a .content .t {
  padding-top: 20px;
  font-size: 20px;
  line-height: 34px;
  color: #454545;
  font-weight: bold;
}

.main.welcome .news_box .news_main .news_r a .content .con {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  padding-top: 5px;
  height: 48px;
  overflow: hidden;
}

.main.welcome .news_box .news_main .news_r a .content .more {
  width: 140px;
  height: 44px;
  background: #ba251d;
  border-radius: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

@media (max-width: 1420px) {
  .main.welcome .news_box .news_main {
    margin-top: 60px;
  }

  .main.welcome .news_box .news_main .news_l a .name {
    width: 140px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .main.welcome .news_box .news_main .news_l a .content {
    padding: 10px 20px;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l {
    width: 80%;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l .tit {
    font-size: 20px;
    line-height: 30px;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l .day {
    font-size: 14px;
    line-height: 30px;
  }

  .main.welcome .news_box .news_main .news_l a .content .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 11px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms {
    width: 210px;
    height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year {
    width: 70px;
    height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year .d {
    font-size: 36px;
    line-height: 30px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .name {
    width: 140px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .content {
    padding: 0 30px;
  }

  .main.welcome .news_box .news_main .news_r a .content .t {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .main.welcome .news_box .news_main .news_r a .content .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .main.welcome .news_box .news_main .news_l a .content .cont_l {
    width: 76%;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms {
    width: 210px;
    height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year {
    width: 70px;
    height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year .d {
    font-size: 36px;
    line-height: 30px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .name {
    width: 140px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .content {
    padding: 0 20px;
  }

  .main.welcome .news_box .news_main .news_r a .content .t {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .main.welcome .news_box .news_main .news_r a .content .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .news_box .news_main {
    margin-top: 45px;
  }

  .main.welcome .news_box .news_main .news_l {
    width: 800px;
    float: none;
    margin: 0 auto;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l {
    width: 76%;
  }

  .main.welcome .news_box .news_main .news_r {
    width: 800px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    height: auto !important;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms {
    width: 210px;
    height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year {
    width: 70px;
    height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year .d {
    font-size: 36px;
    line-height: 30px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .name {
    width: 140px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }

  .main.welcome .news_box .news_main .news_r a .content {
    padding: 0 20px 30px 20px;
  }

  .main.welcome .news_box .news_main .news_r a .content .t {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .main.welcome .news_box .news_main .news_r a .content .con {
    height: auto;
  }
}

@media (max-width: 850px) {
  .main.welcome .news_box .news_main .news_l {
    width: 100%;
  }

  .main.welcome .news_box .news_main .news_l a .name {
    width: 100px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l .tit {
    font-size: 16px;
    line-height: 24px;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l .day {
    line-height: 24px;
    background-size: auto 70%;
    padding-left: 23px;
  }

  .main.welcome .news_box .news_main .news_l a .content .more {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }

  .main.welcome .news_box .news_main .news_r {
    width: 100%;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms {
    height: 50px;
    width: 170px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year {
    height: 50px;
    width: 50px;
    padding-top: 3px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year .d {
    font-size: 24px;
    line-height: 26px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .year .y {
    line-height: 18px;
  }

  .main.welcome .news_box .news_main .news_r a .tu .ms .name {
    width: 120px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  .main.welcome .news_box .news_main .news_r a .content {
    padding: 0 10px 20px 10px;
  }

  .main.welcome .news_box .news_main .news_r a .content .t {
    padding-top: 8px;
  }

  .main.welcome .news_box .news_main .news_r a .content .more {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .main.welcome .news_box .news_main {
    margin-top: 30px;
  }

  .main.welcome .news_box .news_main .news_l {
    width: 100%;
  }

  .main.welcome .news_box .news_main .news_l a .content {
    padding: 10px;
  }

  .main.welcome .news_box .news_main .news_l a .content .cont_l {
    width: 100%;
    float: none;
  }

  .main.welcome .news_box .news_main .news_l a .content .more {
    display: none;
  }

  .main.welcome .news_box .news_main .news_r a .content .con {
    height: 48px;
  }
}

.main.welcome .network {
  padding-top: 100px;
  background: #f8f8f8;
  padding-bottom: 100px;
}

@media (max-width: 1420px) {
  .main.welcome .network {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .main.welcome .network {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 850px) {
  .main.welcome .network {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main.welcome .network .map_box {
  margin-top: 70px;
}

@media (min-width: 1024px) {
  .main.welcome .network .map_box {
    transform: translate(0px, 100px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s;
  }

  .main.welcome .network .map_box.animate {
    transform: translate(0px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.main.welcome .network .map_box #map {
  width: 62.2%;
  float: left;
  height: 548px;
}

.main.welcome .network .map_box #map .anchorBL {
  display: none;
}

.main.welcome .network .map_box #map .ti {
  font-size: 14px;
  color: #454545;
  line-height: 24px;
  font-weight: bold;
}

.main.welcome .network .map_box #map p,
.main.welcome .network .map_box #map a {
  display: block;
  font-size: 14px;
  color: #454545;
  line-height: 24px;
  word-break: break-all;
}

.main.welcome .network .map_box #map a {
  color: #ba251d;
  text-align: center;
  font-weight: bold;
}

.main.welcome .network .map_box .map_r {
  width: 37.8%;
  padding: 0 3.1%;
  box-sizing: border-box;
  float: right;
}

.main.welcome .network .map_box .map_r .search_box input[type="text"] {
  width: 64.2%;
  float: left;
  height: 48px;
  border: 1px solid #696969;
  box-sizing: border-box;
  padding: 0;
  text-indent: 1em;
  font-size: 16px;
  color: #696969;
  display: block;
}

.main.welcome .network .map_box .map_r .search_box input[type="button"] {
  width: 30%;
  height: 48px;
  float: right;
  background: #ba251d;
  border: none;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.main.welcome .network .map_box .map_r .classification {
  margin-top: 30px;
  margin-bottom: 25px;
}

.main.welcome .network .map_box .map_r .classification a:last-child {
  margin-right: 0;
}

.main.welcome .network .map_box .map_r .classification a {
  width: 30%;
  height: 48px;
  margin-right: 5%;
  float: left;
  display: block;
  background: #696969;
  border: none;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  text-align: center;
}

.main.welcome .network .map_box .map_r .classification a.cur {
  background: #ba251d;
}

@media (min-width: 1024px) {
  .main.welcome .network .map_box .map_r .classification a:hover {
    background: #ba251d;
  }
}

.main.welcome .network .map_box .map_r .place_box ul li {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
  min-height: 48px;
}

.main.welcome .network .map_box .map_r .place_box ul li.active .left .num {
  border-color: #ba251d;
  color: #ba251d;
}

.main.welcome .network .map_box .map_r .place_box ul li.active .left .con .t,
.main.welcome .network .map_box .map_r .place_box ul li.active .left .con .txt {
  color: #ba251d;
}

.main.welcome .network .map_box .map_r .place_box ul li.active .right {
  background: #ba251d;
  border-color: #ba251d;
  color: #fff;
}

@media (min-width: 1024px) {
  .main.welcome .network .map_box .map_r .place_box ul li:hover .left .num {
    border-color: #ba251d;
    color: #ba251d;
  }

  .main.welcome .network .map_box .map_r .place_box ul li:hover .left .con .t,
  .main.welcome .network .map_box .map_r .place_box ul li:hover .left .con .txt {
    color: #ba251d;
  }
}

.main.welcome .network .map_box .map_r .place_box ul li .left {
  position: relative;
  min-height: 48px;
}

.main.welcome .network .map_box .map_r .place_box ul li .left .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #5a5a5a;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 40px;
  transition: all 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.main.welcome .network .map_box .map_r .place_box ul li .left .con {
  width: 100%;
  padding-right: 150px;
  padding-left: 55px;
  box-sizing: border-box;
}

.main.welcome .network .map_box .map_r .place_box ul li .left .con .t {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  font-weight: bold;
  transition: all 0.5s;
}

.main.welcome .network .map_box .map_r .place_box ul li .left .con .txt {
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  transition: all 0.5s;
}

.main.welcome .network .map_box .map_r .place_box ul li .right {
  display: block;
  width: 136px;
  height: 40px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  text-align: center;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  top: 0;
  border-radius: 40px;
}

@media (max-width: 1600px) {
  .main.welcome .network .map_box {
    margin-top: 60px;
  }

  .main.welcome .network .map_box .map_r {
    padding: 0 2.5%;
  }

  .main.welcome .network .map_box .map_r .search_box input[type="text"] {
    width: 64.2%;
    float: left;
    height: 40px;
    border: 1px solid #696969;
    box-sizing: border-box;
    padding: 0;
    text-indent: 1em;
    font-size: 16px;
    color: #696969;
    display: block;
  }

  .main.welcome .network .map_box .map_r .search_box input[type="button"] {
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .main.welcome .network .map_box .map_r .classification {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main.welcome .network .map_box .map_r .classification a {
    height: 40px;
    margin-right: 5%;
    line-height: 40px;
    font-size: 14px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li {
    margin-top: 15px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left {
    position: relative;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left .num {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    margin-top: -18px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left .con {
    padding-right: 120px;
    padding-left: 51px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left .con .t {
    font-size: 15px;
    line-height: 24px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left .con .txt {
    font-size: 13px;
    line-height: 24px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .right {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 36px;
  }
}

@media (max-width: 1300px) {
  .main.welcome .network .map_box #map {
    width: 55%;
  }

  .main.welcome .network .map_box .map_r {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  .main.welcome .network .map_box {
    margin-top: 40px;
  }

  .main.welcome .network .map_box #map {
    width: 100%;
    float: none;
    height: 400px;
  }

  .main.welcome .network .map_box .map_r {
    width: 100%;
    margin-bottom: 35px;
    float: none;
  }

  .main.welcome .network .map_box .map_r .place_box {
    height: auto !important;
  }
}

@media (max-width: 500px) {
  .main.welcome .network .map_box #map {
    height: 280px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left .num {
    display: none;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .left .con {
    padding-left: 0;
    padding-right: 130px;
  }

  .main.welcome .network .map_box .map_r .place_box ul li .right {
    top: 50%;
    margin-top: -18px;
  }
}

.main.about .magazine {
  padding-top: 100px;
  padding-bottom: 130px;
}

.main.about .magazine .tit_box {
  text-align: center;
}

.main.about .magazine .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.about .magazine .magazine_y {
  text-align: center;
  padding-top: 62px;
}

.main.about .magazine .magazine_y a {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
  height: 46px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 46px;
  color: #454545;
  text-align: center;
  margin: 0 5px;
  border-radius: 46px;
  transition: all 0.5s;
}

.main.about .magazine .magazine_y a.active {
  border-color: #ba251d;
  background: #ba251d;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .main.about .magazine .magazine_y a:hover {
    border-color: #ba251d;
    background: #ba251d;
    color: #fff;
  }
}

@media (max-width: 1420px) {
  .main.about .magazine .magazine_y {
    padding-top: 50px;
  }

  .main.about .magazine .magazine_y a {
    width: 126px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .main.about .magazine .magazine_y {
    padding-top: 40px;
  }

  .main.about .magazine .magazine_y a {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 3px;
    border-radius: 36px;
  }
}

@media (max-width: 500px) {
  .main.about .magazine .magazine_y a {
    width: 84px;
    height: 30px;
    line-height: 30px;
  }
}

.main.about .magazine .box {
  padding-top: 60px;
}

.main.about .magazine .box ul li:nth-child(even) a .left {
  float: right;
}

.main.about .magazine .box ul li:nth-child(even) a .right {
  float: left;
}

.main.about .magazine .box ul li:nth-child(even) a .right .more {
  float: right;
}

.main.about .magazine .box ul li {
  background: #f8f8f8;
  margin-top: 20px;
}

.main.about .magazine .box ul li a {
  display: block;
  padding: 22px 50px;
}

.main.about .magazine .box ul li a .left {
  width: 19.7%;
  float: left;
  overflow: hidden;
}

.main.about .magazine .box ul li a .left img {
  width: 100%;
  height: auto;
}

.main.about .magazine .box ul li a .right {
  width: 77%;
  float: right;
}

.main.about .magazine .box ul li a .right .t {
  font-size: 30px;
  color: #454545;
  line-height: 50px;
}

.main.about .magazine .box ul li a .right .line {
  width: 70px;
  height: 3px;
  background: #ba251d;
  margin-top: 12px;
}

.main.about .magazine .box ul li a .right .con {
  padding-top: 26px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
}

.main.about .magazine .box ul li a .right .con .cbox {
  font-size: 16px;
  color: #696969;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}

.main.about .magazine .box ul li a .right .more {
  transition: all 0.5s;
  width: 140px;
  height: 44px;
  background: #ba251d;
  border-radius: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  margin-top: 70px;
  text-transform: uppercase;
}

@media (max-width: 1420px) {
  .main.about .magazine {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .main.about .magazine .box {
    padding-top: 60px;
  }

  .main.about .magazine .box ul li a {
    padding: 15px 35px;
  }

  .main.about .magazine .box ul li a .right .t {
    font-size: 24px;
    line-height: 40px;
  }

  .main.about .magazine .box ul li a .right .line {
    margin-top: 8px;
  }

  .main.about .magazine .box ul li a .right .con {
    padding-bottom: 30px;
  }

  .main.about .magazine .box ul li a .right .con .cbox {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }

  .main.about .magazine .box ul li a .right .more {
    margin-top: 50px;
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
  }
}

@media (max-width: 1200px) {
  .main.about .magazine .box ul li a .right .more {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .main.about .magazine {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .main.about .magazine .box ul li a {
    padding: 15px;
  }

  .main.about .magazine .box ul li a .left {
    width: 20%;
  }

  .main.about .magazine .box ul li a .right .t {
    font-size: 20px;
    line-height: 36px;
  }

  .main.about .magazine .box ul li a .right .line {
    width: 40px;
    margin-top: 10px;
  }

  .main.about .magazine .box ul li a .right .con {
    padding-bottom: 10px;
    padding-top: 15px;
  }

  .main.about .magazine .box ul li a .right .more {
    margin-top: 18px;
  }
}

@media (max-width: 850px) {
  .main.about .magazine .box ul li a .right .more {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .main.about .magazine {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main.about .magazine .box {
    padding-top: 20px;
  }

  .main.about .magazine .box ul li a .left {
    width: 100%;
    float: none;
  }

  .main.about .magazine .box ul li a .left img {
    max-width: 100%;
    width: auto;
    margin-top: 15px;
  }

  .main.about .magazine .box ul li a .right {
    width: 100%;
    float: none;
  }
}

.main.about .cur_box {
  padding-top: 90px;
}

@media (max-width: 1420px) {
  .main.about .cur_box {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  .main.about .cur_box {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .main.about .cur_box {
    padding-top: 30px;
  }
}

.main.about .cur_box .tit_box {
  text-align: center;
}

.main.about .cur_box .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.about .cur_box .cul {
  margin-top: 90px;
}

.main.about .cur_box .cul .cul_box {
  padding-top: 145px;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .main.about .cur_box .cul .cul_box ul li {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.5s;
  }

  .main.about .cur_box .cul .cul_box ul.animate li {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .main.about .cur_box .cul .cul_box ul.animate li:nth-child(2) {
    transition: all 0.5s 0.2s;
  }

  .main.about .cur_box .cul .cul_box ul.animate li:nth-child(3) {
    transition: all 0.5s 0.4s;
  }
}

.main.about .cur_box .cul .cul_box ul li:last-child {
  margin-right: 0;
}

.main.about .cur_box .cul .cul_box ul li {
  float: left;
  padding: 0 3.5%;
  box-sizing: border-box;
  width: 30.9%;
  background: #fff;
  height: 230px;
  border-radius: 5px;
  margin-right: 3.5%;
}

.main.about .cur_box .cul .cul_box ul li .con .tu {
  width: 112px;
  float: left;
  height: 112px;
  background: #fff;
  margin-top: -25px;
  border-radius: 50%;
  padding: 5px;
  overflow: hidden;
  box-sizing: border-box;
}

.main.about .cur_box .cul .cul_box ul li .con .tu img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.main.about .cur_box .cul .cul_box ul li .con .ti {
  padding-top: 38px;
  float: left;
  margin-left: 35px;
}

.main.about .cur_box .cul .cul_box ul li .con .ti .c {
  font-size: 24px;
  line-height: 30px;
  color: #454545;
}

.main.about .cur_box .cul .cul_box ul li .con .ti .e {
  font-size: 18px;
  line-height: 24px;
  color: #ccc;
  font-family: 'CenturyGothicStd-Bold';
  text-transform: uppercase;
}

.main.about .cur_box .cul .cul_box ul li .txt {
  width: 100%;
  height: 130px;
  text-align: center;
}

.main.about .cur_box .cul .cul_box ul li .txt .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.about .cur_box .cul .cul_box ul li .txt .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 28px;
  color: #454545;
}

@media (max-width: 1420px) {
  .main.about .cur_box .cul {
    margin-top: 80px;
  }

  .main.about .cur_box .cul .cul_box {
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .main.about .cur_box .cul .cul_box ul li {
    height: 200px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti {
    padding-top: 35px;
    margin-left: 25px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti .c {
    font-size: 20px;
    line-height: 30px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti .e {
    font-size: 14px;
    line-height: 24px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt {
    height: 100px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt .tab .tab_cell {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
  .main.about .cur_box .cul .cul_box {
    padding-top: 115px;
    padding-bottom: 70px;
  }

  .main.about .cur_box .cul .cul_box ul li {
    padding: 0 2%;
  }

  .main.about .cur_box .cul .cul_box ul li .con .tu {
    width: 100px;
    height: 100px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti {
    padding-top: 25px;
    margin-left: 10px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti .c {
    font-size: 16px;
    line-height: 26px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti .e {
    font-size: 13px;
    line-height: 20px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt {
    height: 100px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt .tab .tab_cell {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  .main.about .cur_box .cul {
    margin-top: 60px;
  }
}

@media (max-width: 850px) {
  .main.about .cur_box .cul .cul_box {
    padding-top: 75px;
    padding-bottom: 70px;
  }

  .main.about .cur_box .cul .cul_box ul li {
    height: 200px;
    padding: 0 1%;
    width: 32%;
    margin-right: 2%;
  }

  .main.about .cur_box .cul .cul_box ul li .con .tu {
    float: none;
    width: 80px;
    height: 80px;
    padding: 3px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti {
    width: 100%;
    float: none;
    padding-top: 5px;
    margin-left: 0px;
    text-align: center;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti .c {
    font-size: 16px;
    line-height: 26px;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti .e {
    font-size: 12px;
    line-height: 18px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt {
    height: auto;
    padding-top: 10px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt .tab {
    display: block;
  }

  .main.about .cur_box .cul .cul_box ul li .txt .tab .tab_cell {
    display: block;
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 700px) {
  .main.about .cur_box .cul .cul_box {
    padding-top: 95px;
    padding-bottom: 50px;
  }

  .main.about .cur_box .cul .cul_box ul li:last-child {
    margin: 0 auto 0px auto;
  }

  .main.about .cur_box .cul .cul_box ul li {
    width: 400px;
    float: none;
    padding: 0 15px;
    margin: 0 auto 55px auto;
    height: auto;
    position: relative;
  }

  .main.about .cur_box .cul .cul_box ul li .con .tu {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -40px;
    z-index: 10;
    margin-top: 0;
  }

  .main.about .cur_box .cul .cul_box ul li .con .ti {
    padding-top: 43px;
  }

  .main.about .cur_box .cul .cul_box ul li .txt {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}

@media (max-width: 500px) {
  .main.about .cur_box .cul {
    margin-top: 35px;
  }

  .main.about .cur_box .cul .cul_box {
    padding-top: 80px;
  }

  .main.about .cur_box .cul .cul_box ul li {
    width: 280px;
  }
}

.main.about .activity {
  padding-top: 100px;
}

@media (max-width: 1420px) {
  .main.about .activity {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  .main.about .activity {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .main.about .activity {
    padding-top: 30px;
  }
}

.main.about .activity .tit_box {
  text-align: center;
}

.main.about .activity .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.about .activity .slick_main {
  width: 1400px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.main.about .activity .slick_main .slick-dots {
  bottom: -25px;
}

.main.about .activity .slick_main .slick-dots li {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin: 0 3px;
}

.main.about .activity .slick_main .slick-dots li.slick-active button {
  background: #ba251d;
}

.main.about .activity .slick_main .slick-dots li button {
  border: none;
  text-indent: 2000em;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: #ddd;
}

.main.about .activity .slick_main .slick-prev {
  width: 76px;
  height: 76px;
  background: url(../img/l.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  z-index: 100;
  left: -23px;
}

@media (min-width: 1024px) {
  .main.about .activity .slick_main .slick-prev:hover {
    background: url(../img/l2.png) no-repeat;
    background-size: cover;
  }
}

.main.about .activity .slick_main .slick-next {
  width: 76px;
  height: 76px;
  background: url(../img/r.png) no-repeat;
  background-size: cover;
  right: -23px;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .main.about .activity .slick_main .slick-next:hover {
    background: url(../img/r2.png) no-repeat;
    background-size: cover;
  }
}

.main.about .activity .slick_main .slick-list {
  padding-bottom: 15px;
}

.main.about .activity .slick_main .slick-list .slick-track .item {
  background: #fff;
  padding: 0 15px;
}

.main.about .activity .slick_main .slick-list .slick-track .item a {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .main.about .activity .slick_main .slick-list .slick-track .item a:hover .tu img {
    transform: scale(1.1);
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a:hover .cont {
    background: #ba251d;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a:hover .cont .t,
  .main.about .activity .slick_main .slick-list .slick-track .item a:hover .cont .con {
    color: #fff;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a:hover .cont .more {
    background: #fff;
    color: #ba251d;
  }
}

.main.about .activity .slick_main .slick-list .slick-track .item a .tu {
  width: 100%;
  overflow: hidden;
}

.main.about .activity .slick_main .slick-list .slick-track .item a .tu img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

.main.about .activity .slick_main .slick-list .slick-track .item a .cont {
  padding: 25px 30px 30px 30px;
  box-shadow: 0 0 10px 5px #edecec;
  transition: all 0.5s;
  background: #fff;
}

.main.about .activity .slick_main .slick-list .slick-track .item a .cont .t {
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  transition: all 0.5s;
  font-weight: bold;
}

.main.about .activity .slick_main .slick-list .slick-track .item a .cont .con {
  transition: all 0.5s;
  font-size: 14px;
  color: #696969;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  padding-top: 20px;
}

.main.about .activity .slick_main .slick-list .slick-track .item a .cont .more {
  transition: all 0.5s;
  width: 140px;
  height: 44px;
  background: #ba251d;
  border-radius: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  margin-top: 23px;
  text-transform: uppercase;
}

@media (max-width: 1420px) {
  .main.about .activity .slick_main {
    width: 94%;
    margin-top: 60px;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a .cont {
    padding: 15px 20px 20px 20px;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a .cont .t {
    font-size: 16px;
    line-height: 24px;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a .cont .con {
    padding-top: 15px;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a .cont .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 18px;
  }
}

@media (max-width: 1024px) {
  .main.about .activity .slick_main {
    margin-top: 40px;
  }

  .main.about .activity .slick_main .slick-prev,
  .main.about .activity .slick_main .slick-next {
    display: none !important;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item {
    padding: 0 15px;
  }
}

@media (max-width: 850px) {
  .main.about .activity .slick_main {
    margin-top: 30px;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a .cont {
    padding: 10px 10px 20px 10px;
  }

  .main.about .activity .slick_main .slick-list .slick-track .item a .cont .more {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 850px) {
  .main.about .activity .slick_main .slick-list .slick-track .item {
    padding: 0 10px;
  }
}

.main.about .about_main {
  padding-top: 90px;
}

@media (min-width: 1024px) {
  .main.about .about_main {
    transform: translateY(100px);
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.68s;
  }

  .main.about .about_main.animate {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }
}

.main.about .about_main .ab {
  padding-bottom: 40px;
  margin-top: 25px;
}

.main.about .about_main .ab .ab_l {
  width: 48%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #454545;
}

.main.about .about_main .ab .ab_l p {
  padding-bottom: 30px;
}

.main.about .about_main .ab .ab_r {
  float: right;
  width: 50%;
  overflow: hidden;
}

.main.about .about_main .ab .ab_r img {
  width: 100%;
  height: auto;
}

@media (max-width: 1420px) {
  .main.about .about_main {
    padding-top: 80px;
  }

  .main.about .about_main .ab {
    margin-top: 20px;
    padding-bottom: 35px;
  }

  .main.about .about_main .ab .ab_l {
    font-size: 14px;
    line-height: 24px;
  }

  .main.about .about_main .ab .ab_l p {
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .main.about .about_main {
    padding-top: 60px;
  }

  .main.about .about_main .ab .ab_l {
    width: 100%;
    float: none;
  }

  .main.about .about_main .ab .ab_r {
    width: 100%;
    float: none;
  }
}

@media (max-width: 600px) {
  .main.about .about_main {
    padding-top: 30px;
  }

  .main.about .about_main .tit_box {
    text-align: center;
  }

  .main.about .about_main .line {
    margin-left: auto;
    margin-right: auto;
  }
}

.main.about .video_box {
  text-align: center;
  padding-top: 65px;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .main.about .video_box .t {
    transform: translateY(-30px);
    transition: all 0.68s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .main.about .video_box .t.animate {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.main.about .video_box .video {
  margin-top: 65px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1024px) {
  .main.about .video_box .video {
    transform: translateY(80px);
    transition: all 0.68s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .main.about .video_box .video.animate {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .main.about .video_box .video:hover img {
    transform: scale(1.1);
  }
}

.main.about .video_box .video video {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}

.main.about .video_box .video .play {
  width: 180px;
  height: 180px;
  background: url(../img/play.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 50%;
  margin-top: -90px;
}

.main.about .video_box .video img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

@media (max-width: 1420px) {
  .main.about .video_box {
    padding-top: 60px;
    background-size: 100% 420px !important;
  }

  .main.about .video_box .video {
    margin-top: 60px;
  }

  .main.about .video_box .video .play {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
  }
}

@media (max-width: 1024px) {
  .main.about .video_box {
    padding-top: 40px;
    background-size: 100% 300px !important;
  }

  .main.about .video_box .video {
    margin-top: 40px;
  }

  .main.about .video_box .video .play {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
}

@media (max-width: 850px) {
  .main.about .video_box {
    padding-top: 25px;
    background-size: 100% 240px !important;
  }

  .main.about .video_box .video {
    margin-top: 25px;
  }

  .main.about .video_box .video .play {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
}

@media (max-width: 500px) {
  .main.about .video_box {
    background-size: 100% 160px !important;
  }

  .main.about .video_box .video .play {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}

.main.about .store_box {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .main.about .store_box {
    transform: translateY(80px);
    transition: all 0.68s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .main.about .store_box.animate {
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

.main.about .store_box .tit_box {
  text-align: center;
}

.main.about .store_box .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.about .store_box .store_classification {
  text-align: center;
  margin-top: 80px;
}

.main.about .store_box .store_classification a {
  width: auto !important;
  height: 44px;
  padding: 0 1rem;
  border-radius: 44px;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  line-height: 44px;
  color: #454545;
  font-family: Arial;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  transition: all 0.5s;
}

.main.about .store_box .store_classification a.cur {
  border-color: #ba251d;
  color: #fff;
  background: #ba251d;
}

@media (min-width: 1024px) {
  .main.about .store_box .store_classification a:hover {
    border-color: #ba251d;
    color: #fff;
    background: #ba251d;
  }
}

.main.about .store_box .slick_box {
  width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.main.about .store_box .slick_box .slick-dots {
  bottom: -35px;
}

.main.about .store_box .slick_box .slick-dots li {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin: 0 3px;
}

.main.about .store_box .slick_box .slick-dots li.slick-active button {
  background: #ba251d;
}

.main.about .store_box .slick_box .slick-dots li button {
  border: none;
  text-indent: 2000em;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: #ddd;
}

.main.about .store_box .slick_box .slick-prev {
  width: 49px;
  height: 49px;
  background: url(../img/left.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  left: -85px;
}

@media (min-width: 1024px) {
  .main.about .store_box .slick_box .slick-prev:hover {
    background: url(../img/left2.png) no-repeat;
    background-size: cover;
  }
}

.main.about .store_box .slick_box .slick-next {
  width: 49px;
  height: 49px;
  background: url(../img/right.png) no-repeat;
  background-size: cover;
  right: -85px;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .main.about .store_box .slick_box .slick-next:hover {
    background: url(../img/right2.png) no-repeat;
    background-size: cover;
  }
}

.main.about .store_box .slick_box .slick-list .slick-track .item {
  padding: 0 23px;
}

.main.about .store_box .slick_box .slick-list .slick-track .item a {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .main.about .store_box .slick_box .slick-list .slick-track .item a:hover .pic img {
    transform: scale(1.1);
  }

  .main.about .store_box .slick_box .slick-list .slick-track .item a:hover .cont {
    background: #ba251d;
    color: #fff;
  }
}

.main.about .store_box .slick_box .slick-list .slick-track .item a .pic {
  width: 100%;
  overflow: hidden;
}

.main.about .store_box .slick_box .slick-list .slick-track .item a .pic img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

.main.about .store_box .slick_box .slick-list .slick-track .item a .cont {
  width: 100%;
  height: 62px;
  background: #f2f2f2;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 62px;
  transition: all 0.5s;
  color: #454545;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1590px) {
  .main.about .store_box .slick_box {
    width: 1280px;
  }

  .main.about .store_box .slick_box .slick-prev {
    left: -60px;
  }

  .main.about .store_box .slick_box .slick-next {
    right: -60px;
  }

  .main.about .store_box .slick_box .slick-list .slick-track .item {
    padding: 0 15px;
  }
}

@media (max-width: 1420px) {
  .main.about .store_box .slick_box {
    width: 82%;
  }

  .main.about .store_box .slick_box .slick-prev {
    left: -5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .main.about .store_box .slick_box .slick-next {
    right: -5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media (max-width: 1200px) {
  .main.about .store_box .slick_box {
    margin-top: 30px;
  }

  .main.about .store_box .slick_box .slick-prev,
  .main.about .store_box .slick_box .slick-next {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1024px) {
  .main.about .store_box .slick_box {
    margin-top: 30px;
    width: 100%;
  }

  .main.about .store_box .slick_box .slick-prev,
  .main.about .store_box .slick_box .slick-next {
    display: none !important;
  }

  .main.about .store_box .slick_box .slick-list .slick-track .item {
    padding: 0 15px;
  }

  .main.about .store_box .slick_box .slick-list .slick-track .item a .cont {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .main.about .store_box .slick_box .slick-list .slick-track .item {
    padding: 0;
  }

  .main.about .store_box .slick_box .slick-list .slick-track .item a .cont {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 1420px) {
  .main.about .store_box {
    padding: 70px 0;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .main.about .store_box .store_classification {
    margin-top: 70px;
  }

  .main.about .store_box .store_classification a {
    width: 120px;
    height: 40px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0 10px;
  }
}

@media (max-width: 1024px) {
  .main.about .store_box {
    padding: 60px 0 90px 0;
  }

  .main.about .store_box .store_classification {
    margin-top: 60px;
  }

  .main.about .store_box .store_classification a {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .main.about .store_box {
    padding: 30px 0 60px 0;
  }

  .main.about .store_box .store_classification {
    margin-top: 30px;
  }

  .main.about .store_box .store_classification a {
    width: 100px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    margin: 0 5px;
  }
}

.main.about .his_box {
  background: #f6f6f6;
  padding-top: 75px;
  padding-bottom: 85px;
}

.main.about .his_box .box {
  margin-top: 50px;
}

.main.about .his_box .box .box_cen {
  width: 1400px;
  margin: 0 auto;
  height: 300px;
  position: relative;
}

.main.about .his_box .box .box_cen .left {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
  margin-top: -36px;
  background: url(../img/prev.png) no-repeat;
}

.main.about .his_box .box .box_cen .right {
  width: 72px;
  height: 72px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  margin-top: -36px;
  background: url(../img/next.png) no-repeat;
}

.main.about .his_box .box .box_cen .container {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main.about .his_box .box .box_cen .container ul {
  height: 100%;
  position: relative;
}

.main.about .his_box .box .box_cen .container ul li {
  width: 834px;
  height: 100%;
  margin-right: 20px;
  float: left;
}

.main.about .his_box .box .box_cen .container ul li .mes {
  float: left;
  text-align: right;
  width: 320px;
}

.main.about .his_box .box .box_cen .container ul li .mes .num {
  font-size: 100px;
  line-height: 90px;
  color: #ba251d;
  font-family: 'CenturyGothicStd-Bold';
}

.main.about .his_box .box .box_cen .container ul li .mes .year {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-family: Arial;
  padding-right: 10px;
}

.main.about .his_box .box .box_cen .container ul li .con {
  float: right;
  width: 360px;
  height: auto;
  padding-left: 58px;
  border-left: 1px solid #e2e2e2;
}

.main.about .his_box .box .box_cen .container ul li .con p {
  background: url(../img/d.jpg) no-repeat left 13px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-left: 18px;
}

.main.about .his_box .box .box_cen .container ul li .con p span {
  display: block;
  padding-left: 72px;
}

.main.about .his_box .box .time {
  margin-top: 20px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.main.about .his_box .box .time .pos {
  width: 19px;
  height: 29px;
  background: url(../img/pos.png) no-repeat #f9f9f9;
  left: 50%;
  top: -5px;
  margin-left: -10px;
  position: absolute;
  z-index: 10;
}

.main.about .his_box .box .time .time_l {
  width: 13.6%;
  float: left;
  height: 16px;
  background: url(../img/time_r.jpg) no-repeat;
}

.main.about .his_box .box .time .time_r {
  width: 13.6%;
  float: right;
  height: 16px;
  background: url(../img/time_r.jpg) no-repeat;
}

.main.about .his_box .box .time .time_main {
  width: 72.8%;
  float: left;
  height: auto;
  overflow: hidden;
}

.main.about .his_box .box .time .time_main ul {
  position: relative;
}

.main.about .his_box .box .time .time_main ul li {
  float: left;
  width: 280px;
}

.main.about .his_box .box .time .time_main ul li.active .txt {
  color: #ba251d;
}

.main.about .his_box .box .time .time_main ul li .line {
  width: 100%;
  height: 16px;
  background: url(../img/time.jpg) no-repeat;
}

.main.about .his_box .box .time .time_main ul li .txt {
  font-size: 24px;
  color: #999;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 1420px) {
  .main.about .his_box {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .main.about .his_box .box {
    margin-top: 40px;
  }

  .main.about .his_box .box .box_cen {
    width: 94%;
  }

  .main.about .his_box .box .box_cen .left {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: cover;
  }

  .main.about .his_box .box .box_cen .right {
    width: 60px;
    height: 60px;
    background-size: cover;
    margin-top: -30px;
  }

  .main.about .his_box .box .box_cen .container {
    width: 834px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .main.about .his_box .box .box_cen .container ul {
    height: 100%;
    position: relative;
  }

  .main.about .his_box .box .box_cen .container ul li .mes {
    width: 320px;
  }

  .main.about .his_box .box .box_cen .container ul li .mes .num {
    font-size: 90px;
    line-height: 80px;
  }

  .main.about .his_box .box .box_cen .container ul li .mes .year {
    font-size: 20px;
    line-height: 24px;
  }

  .main.about .his_box .box .box_cen .container ul li .con {
    padding-left: 45px;
  }

  .main.about .his_box .box .box_cen .container ul li .con p {
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
  .main.about .his_box {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .main.about .his_box .box .box_cen {
    width: 94%;
  }

  .main.about .his_box .box .box_cen .left {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: cover;
  }

  .main.about .his_box .box .box_cen .right {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-top: -25px;
  }
}

@media (max-width: 1024px) {
  .main.about .his_box .box .time {
    display: none;
  }

  .main.about .his_box .box .box_cen {
    height: auto;
  }

  .main.about .his_box .box .box_cen .left,
  .main.about .his_box .box .box_cen .right {
    display: none;
  }

  .main.about .his_box .box .box_cen .container {
    height: auto;
    width: 100%;
  }

  .main.about .his_box .box .box_cen .container ul {
    left: 0 !important;
    width: 100% !important;
  }

  .main.about .his_box .box .box_cen .container ul li {
    float: none;
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .main.about .his_box .box .box_cen .container ul li .mes {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
  }

  .main.about .his_box .box .box_cen .container ul li .mes .num {
    font-size: 70px;
    line-height: 60px;
    text-align: left;
  }

  .main.about .his_box .box .box_cen .container ul li .con {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
    padding-top: 20px;
  }
}

@media (max-width: 550px) {
  .main.about .his_box {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .main.about .his_box .box {
    margin-top: 30px;
  }

  .main.about .his_box .box .time {
    display: none;
  }

  .main.about .his_box .box .box_cen {
    height: auto;
  }

  .main.about .his_box .box .box_cen .left,
  .main.about .his_box .box .box_cen .right {
    display: none;
  }

  .main.about .his_box .box .box_cen .container {
    height: auto;
    width: 100%;
  }

  .main.about .his_box .box .box_cen .container ul {
    left: 0 !important;
    width: 100% !important;
    padding-top: 10px;
  }

  .main.about .his_box .box .box_cen .container ul li {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .main.about .his_box .box .box_cen .container ul li .mes {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
  }

  .main.about .his_box .box .box_cen .container ul li .mes .num {
    font-size: 40px;
    line-height: 30px;
    text-align: left;
  }

  .main.about .his_box .box .box_cen .container ul li .mes .year {
    font-size: 14px;
    line-height: 24px;
  }

  .main.about .his_box .box .box_cen .container ul li .con {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
    padding-top: 20px;
  }

  .main.about .his_box .box .box_cen .container ul li .con p span {
    padding-left: 0;
  }
}

.main.about .ht {
  padding-top: 70px;
  padding-bottom: 100px;
  overflow: hidden;
}

.main.about .ht .tit_box {
  text-align: center;
}

@media (max-width: 1420px) {
  .main.about .ht {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .main.about .ht {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 850px) {
  .main.about .ht {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

.main.about .his_list {
  padding-bottom: 150px;
}

.main.about .his_list>ul>li:nth-child(even) .tu {
  float: right;
}

.main.about .his_list>ul>li:nth-child(even) .tu .arrow {
  right: auto;
  left: 0;
  background: url(../img/sr.png) no-repeat;
}

.main.about .his_list>ul>li:nth-child(even) .tu .slick_img .slick-dots {
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

.main.about .his_list>ul>li:nth-child(even) .cont {
  float: left;
}

.main.about .his_list>ul>li .tu {
  width: 48.1%;
  float: left;
  overflow: hidden;
  position: relative;
}

.main.about .his_list>ul>li .tu .arrow {
  width: 18px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  background: url(../img/sl.png) no-repeat;
  z-index: 20;
}

.main.about .his_list>ul>li .tu .slick_img {
  width: 100%;
  margin-bottom: 0;
}

.main.about .his_list>ul>li .tu .slick_img .slick-dots {
  bottom: 34px;
  text-align: left;
  box-sizing: border-box;
  z-index: 30;
  padding-left: 30px;
}

.main.about .his_list>ul>li .tu .slick_img .slick-dots li {
  margin: 0 9px;
  width: 8px;
  height: 8px;
  position: relative;
}

.main.about .his_list>ul>li .tu .slick_img .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  border: none;
  background: #fff;
  position: relative;
}

.main.about .his_list>ul>li .tu .slick_img .slick-dots li.slick-active button:before {
  content: '';
  width: 16px;
  filter: alpha(opacity=100);
  opacity: 1;
  clear: both;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: -8px;
  top: 50%;
  margin-left: -8px;
  box-sizing: border-box;
  z-index: 10;
}

.main.about .his_list>ul>li .tu .slick_img .slick-list .slick-track .item img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

.main.about .his_list>ul>li .cont {
  float: right;
  width: 48.1%;
  padding-top: 60px;
}

.main.about .his_list>ul>li .cont .t {
  font-size: 24px;
  line-height: 38px;
  color: #454545;
}

.main.about .his_list>ul>li .cont .line {
  width: 72px;
  height: 3px;
  background: #ba251d;
  margin-top: 15px;
}

.main.about .his_list>ul>li .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  padding-top: 40px;
}

@media (max-width: 1420px) {
  .main.about .his_list {
    padding-bottom: 130px;
  }

  .main.about .his_list ul li .cont {
    padding-top: 40px;
  }

  .main.about .his_list ul li .cont .t {
    font-size: 20px;
    line-height: 34px;
  }

  .main.about .his_list ul li .cont .line {
    width: 60px;
    margin-top: 10px;
  }

  .main.about .his_list ul li .cont .con {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .main.about .his_list {
    padding-bottom: 90px;
  }

  .main.about .his_list ul li .cont {
    padding-top: 20px;
  }

  .main.about .his_list ul li .cont .t {
    font-size: 18px;
    line-height: 30px;
  }

  .main.about .his_list ul li .cont .line {
    width: 50px;
    margin-top: 10px;
  }

  .main.about .his_list ul li .cont .con {
    padding-top: 20px;
  }
}

@media (max-width: 850px) {
  .main.about .his_list {
    padding-bottom: 40px;
  }

  .main.about .his_list ul li:nth-child(even) .tu,
  .main.about .his_list ul li:nth-child(even) .cont {
    float: none;
  }

  .main.about .his_list ul li {
    margin-top: 15px;
  }

  .main.about .his_list ul li .tu {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .main.about .his_list ul li .tu .arrow {
    display: none;
  }

  .main.about .his_list ul li .tu .slick_img .slick-dots {
    bottom: 10px;
    padding: 0 !important;
    text-align: center !important;
  }

  .main.about .his_list ul li .tu .slick_img .slick-dots li {
    width: 6px;
    height: 6px;
  }

  .main.about .his_list ul li .tu .slick_img .slick-dots li button {
    width: 6px;
    height: 6px;
  }

  .main.about .his_list ul li .tu .slick_img .slick-dots li.slick-active button:before {
    content: '';
    width: 12px;
    filter: alpha(opacity=100);
    opacity: 1;
    clear: both;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: -6px;
    top: 50%;
    margin-left: -6px;
    box-sizing: border-box;
    z-index: 10;
  }

  .main.about .his_list ul li .cont {
    width: 100%;
    float: none;
    padding-top: 0;
  }

  .main.about .his_list ul li .cont .line {
    width: 40px;
    height: 2px;
  }
}

.main.about .honor_box .honor_classification {
  text-align: center;
  padding-top: 90px;
}

.main.about .honor_box .honor_classification a {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
  height: 46px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 46px;
  color: #454545;
  text-align: center;
  margin: 0 10px;
  border-radius: 46px;
  transition: all 0.5s;
}

.main.about .honor_box .honor_classification a.active {
  border-color: #ba251d;
  background: #ba251d;
  color: #fff;
}

@media (min-width: 1024px) {
  .main.about .honor_box .honor_classification a:hover {
    border-color: #ba251d;
    background: #ba251d;
    color: #fff;
  }
}

@media (max-width: 1420px) {
  .main.about .honor_box .honor_classification {
    padding-top: 70px;
  }

  .main.about .honor_box .honor_classification a {
    width: 126px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .main.about .honor_box .honor_classification {
    padding-top: 50px;
  }

  .main.about .honor_box .honor_classification a {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 36px;
  }
}

@media (max-width: 600px) {
  .main.about .honor_box .honor_classification {
    padding-top: 35px;
  }
}

.main.about .honor_box .wrap {
  padding-bottom: 50px;
}

.main.about .honor_box .wrap #masonry {
  width: 1400px;
  margin: 0 auto;
  padding-top: 63px;
}

.main.about .honor_box .wrap #masonry li {
  width: 23.4%;
  float: left;
  margin: 0 0.8% 0.8% 0;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}

.main.about .honor_box .wrap #masonry li .tu {
  padding: 8px;
}

.main.about .honor_box .wrap #masonry li .tu img {
  width: 100%;
  height: auto;
}

.main.about .honor_box .wrap #masonry li .txt {
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.main.about .honor_box .wrap .loading {
  text-align: center;
  padding: 80px 0 50px 0;
  display: none;
}

.main.about .honor_box .wrap .loading img {
  display: inline-block;
}

@media (max-width: 1024px) {
  .main.about .honor_box .wrap .loading {
    padding: 50px 0 40px 0;
  }

  .main.about .honor_box .wrap .loading img {
    width: 50px;
    height: auto;
  }
}

@media (max-width: 600px) {
  .main.about .honor_box .wrap .loading img {
    width: 30px;
    height: auto;
  }
}

@media (max-width: 1420px) {
  .main.about .honor_box .wrap {
    padding-bottom: 30px;
  }

  .main.about .honor_box .wrap #masonry {
    padding-top: 50px;
    width: 94%;
  }

  .main.about .honor_box .wrap #masonry li .txt {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  .main.about .honor_box .wrap #masonry li {
    width: 31%;
    margin: 0 1% 1% 1%;
  }
}

@media (max-width: 680px) {
  .main.about .honor_box .wrap #masonry {
    padding-top: 30px;
  }

  .main.about .honor_box .wrap #masonry li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

.main.brand .logo_box {
  padding-top: 80px;
  padding-bottom: 100px;
}

.main.brand .logo_box .logo_l {
  float: left;
  width: 204px;
}

@media (min-width: 1024px) {
  .main.brand .logo_box .logo_l {
    transform: translate(0, 50px);
    transition: all 0.68s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .main.brand .logo_box .logo_l.animate {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate(0, 0px);
  }
}

.main.brand .logo_box .logo_l .tit_box .t {
  font-family: 'CenturyGothicStd-Bold';
}

.main.brand .logo_box .logo_l .tu {
  padding-top: 30px;
}

.main.brand .logo_box .logo_l .tu img {
  max-width: 100%;
}

.main.brand .logo_box .logo_r {
  width: 77.1%;
  float: right;
  padding-right: 7.5%;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .main.brand .logo_box .logo_r {
    transform: translate(0, 50px);
    transition: all 0.68s 0.2s;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .main.brand .logo_box .logo_r.animate {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate(0, 0px);
  }
}

.main.brand .logo_box .logo_r .con {
  font-size: 16px;
  color: #454545;
  line-height: 26px;
}

.main.brand .logo_box .logo_r .con img {
  max-width: 100%;
  padding: 50px 0;
}

@media (max-width: 1420px) {
  .main.brand .logo_box {
    padding-top: 70px;
    padding-bottom: 85px;
  }

  .main.brand .logo_box .logo_r {
    padding-right: 5%;
  }

  .main.brand .logo_box .logo_r .con {
    font-size: 14px;
    line-height: 24px;
  }

  .main.brand .logo_box .logo_r .con img {
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .main.brand .logo_box {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .main.brand .logo_box .logo_l {
    width: auto;
  }

  .main.brand .logo_box .logo_r {
    padding-right: 0;
  }

  .main.brand .logo_box .logo_r .con img {
    padding: 25px 0;
  }
}

@media (max-width: 720px) {
  .main.brand .logo_box {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .main.brand .logo_box .logo_l {
    width: 100%;
    float: none;
  }

  .main.brand .logo_box .logo_l .tu img {
    width: 80px;
    height: auto;
  }

  .main.brand .logo_box .logo_r {
    width: 100%;
    float: none;
    padding-top: 25px;
  }
}

.main.brand .txt_box .txt_cen {
  padding-top: 85px;
  padding-bottom: 95px;
}

.main.brand .txt_box .txt_cen .tit_box {
  text-align: center;
}

.main.brand .txt_box .txt_cen .tit_box .t {
  color: #fff;
}

.main.brand .txt_box .txt_cen .tit_box .line {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

.main.brand .txt_box .txt_cen .cont_box {
  margin-top: 38px;
  position: relative;
  height: 340px;
  overflow: hidden;
}

.main.brand .txt_box .txt_cen .cont_box .con {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.main.brand .txt_box .txt_cen .cont_box .con p {
  padding-bottom: 15px;
}

.main.brand .txt_box .txt_cen .btn {
  text-align: center;
  margin-top: 40px;
}

.main.brand .txt_box .txt_cen .btn div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition: all 0.5s;
}

.main.brand .txt_box .txt_cen .btn div.up {
  background: url(../img/s.png) no-repeat center center #fff;
}

@media (min-width: 1024px) {
  .main.brand .txt_box .txt_cen .btn div.up:hover {
    background: url(../img/s2.png) no-repeat center center #fff;
  }
}

.main.brand .txt_box .txt_cen .btn div.down {
  background: url(../img/x.png) no-repeat center center #fff;
}

@media (min-width: 1024px) {
  .main.brand .txt_box .txt_cen .btn div.down:hover {
    background: url(../img/x2.png) no-repeat center center #fff;
  }
}

@media (max-width: 1420px) {
  .main.brand .txt_box .txt_cen {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .main.brand .txt_box .txt_cen .cont_box {
    margin-top: 30px;
  }

  .main.brand .txt_box .txt_cen .btn {
    margin-top: 30px;
  }

  .main.brand .txt_box .txt_cen .btn div {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .main.brand .txt_box .txt_cen {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main.brand .txt_box .txt_cen .cont_box {
    height: auto;
  }

  .main.brand .txt_box .btn {
    display: none;
  }
}

@media (max-width: 600px) {
  .main.brand .txt_box .txt_cen {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.main.brand .value_box {
  padding-bottom: 220px;
  padding-top: 90px;
}

.main.brand .value_box .txt {
  font-size: 14px;
  line-height: 24px;
  color: #353535;
  padding-top: 24px;
}

.main.brand .value_box .container {
  margin-top: 60px;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.main.brand .value_box .container ul li:nth-child(even) .tu {
  width: 39%;
  float: right;
}

.main.brand .value_box .container ul li:nth-child(even) .cont {
  width: 61%;
  float: left;
}

.main.brand .value_box .container ul li .tu {
  float: left;
  width: 61%;
  overflow: hidden;
}

.main.brand .value_box .container ul li .tu img {
  width: 100%;
  height: auto;
}

.main.brand .value_box .container ul li .cont {
  width: 39%;
  float: right;
}

.main.brand .value_box .container ul li .cont .tab {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.main.brand .value_box .container ul li .cont .tab .tab_cell {
  vertical-align: middle;
  display: table-cell;
}

.main.brand .value_box .container ul li .cont .tab .tab_cell .ico {
  text-align: center;
}

.main.brand .value_box .container ul li .cont .tab .tab_cell .ico img {
  display: inline-block;
}

.main.brand .value_box .container ul li .cont .tab .tab_cell .ti {
  font-size: 24px;
  line-height: 44px;
  color: #353535;
  padding: 10px 0;
}

.main.brand .value_box .container ul li .cont .tab .tab_cell .line {
  width: 22px;
  height: 3px;
  background: #ba251d;
  margin: 0 auto;
}

.main.brand .value_box .container ul li .cont .tab .tab_cell .con {
  font-size: 16px;
  line-height: 24px;
  color: #696969;
  padding-top: 24px;
  padding-left: 18%;
  padding-right: 18%;
}

@media (max-width: 1420px) {
  .main.brand .value_box {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .main.brand .value_box .txt {
    padding-top: 20px;
  }

  .main.brand .value_box .container {
    margin-top: 50px;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .ti {
    font-size: 20px;
    line-height: 40px;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .con {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  .main.brand .value_box {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .main.brand .value_box .txt {
    padding-top: 15px;
  }

  .main.brand .value_box .container {
    margin-top: 40px;
  }

  .main.brand .value_box .container ul li:nth-child(even) .tu,
  .main.brand .value_box .container ul li:nth-child(even) .cont {
    float: none;
    width: 100%;
  }

  .main.brand .value_box .container ul li .tu {
    width: 100%;
    float: none;
  }

  .main.brand .value_box .container ul li .cont {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    height: auto !important;
    float: none;
  }

  .main.brand .value_box .container ul li .cont .tab {
    display: block;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell {
    display: block;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .ti {
    font-size: 18px;
    line-height: 30px;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .con {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 600px) {
  .main.brand .value_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main.brand .value_box .container {
    margin-top: 30px;
  }

  .main.brand .value_box .container ul li .cont {
    padding: 15px 0;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .ico img {
    width: 30px;
    height: auto;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .ti {
    padding: 5px 0;
  }

  .main.brand .value_box .container ul li .cont .tab .tab_cell .con {
    padding-top: 8px;
  }
}

.main.brand .box {
  padding-top: 25px;
  padding-bottom: 100px;
}

@media (max-width: 1420px) {
  .main.brand .box {
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .main.brand .box {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .main.brand .box {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}

.main.brand .box .slick_main {
  width: 1400px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.main.brand .box .slick_main .slick-dots {
  bottom: -25px;
}

.main.brand .box .slick_main .slick-dots li {
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin: 0 3px;
}

.main.brand .box .slick_main .slick-dots li.slick-active button {
  background: #ba251d;
}

.main.brand .box .slick_main .slick-dots li button {
  border: none;
  text-indent: 2000em;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: #ddd;
}

.main.brand .box .slick_main .slick-prev {
  width: 76px;
  height: 76px;
  background: url(../img/l.png) no-repeat;
  background-size: cover;
  transition: all 0.5s;
  z-index: 100;
  left: -23px;
}

@media (min-width: 1024px) {
  .main.brand .box .slick_main .slick-prev:hover {
    background: url(../img/l2.png) no-repeat;
    background-size: cover;
  }
}

.main.brand .box .slick_main .slick-next {
  width: 76px;
  height: 76px;
  background: url(../img/r.png) no-repeat;
  background-size: cover;
  right: -23px;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .main.brand .box .slick_main .slick-next:hover {
    background: url(../img/r2.png) no-repeat;
    background-size: cover;
  }
}

.main.brand .box .slick_main .slick-list {
  padding-bottom: 15px;
}

.main.brand .box .slick_main .slick-list .slick-track .item {
  background: #fff;
  padding: 0 15px;
}

.main.brand .box .slick_main .slick-list .slick-track .item a {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .main.brand .box .slick_main .slick-list .slick-track .item a:hover .tu img {
    transform: scale(1.1);
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a:hover .cont {
    background: #ba251d;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a:hover .cont .t,
  .main.brand .box .slick_main .slick-list .slick-track .item a:hover .cont .con {
    color: #fff;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a:hover .cont .more {
    background: #fff;
    color: #ba251d;
  }
}

.main.brand .box .slick_main .slick-list .slick-track .item a .tu {
  width: 100%;
  overflow: hidden;
}

.main.brand .box .slick_main .slick-list .slick-track .item a .tu img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

.main.brand .box .slick_main .slick-list .slick-track .item a .cont {
  padding: 25px 30px 30px 30px;
  box-shadow: 0 0 10px 5px #edecec;
  transition: all 0.5s;
  background: #fff;
}

.main.brand .box .slick_main .slick-list .slick-track .item a .cont .t {
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  transition: all 0.5s;
  font-weight: bold;
}

.main.brand .box .slick_main .slick-list .slick-track .item a .cont .con {
  transition: all 0.5s;
  font-size: 14px;
  color: #696969;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  padding-top: 20px;
}

.main.brand .box .slick_main .slick-list .slick-track .item a .cont .more {
  transition: all 0.5s;
  width: 140px;
  height: 44px;
  background: #ba251d;
  border-radius: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  margin-top: 23px;
  text-transform: uppercase;
}

@media (max-width: 1420px) {
  .main.brand .box .slick_main {
    width: 94%;
    margin-top: 60px;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a .cont {
    padding: 15px 20px 20px 20px;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a .cont .t {
    font-size: 16px;
    line-height: 24px;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a .cont .con {
    padding-top: 15px;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a .cont .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 18px;
  }
}

@media (max-width: 1024px) {
  .main.brand .box .slick_main {
    margin-top: 40px;
  }

  .main.brand .box .slick_main .slick-prev,
  .main.brand .box .slick_main .slick-next {
    display: none !important;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item {
    padding: 0 15px;
  }
}

@media (max-width: 850px) {
  .main.brand .box .slick_main {
    margin-top: 30px;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a .cont {
    padding: 10px 10px 20px 10px;
  }

  .main.brand .box .slick_main .slick-list .slick-track .item a .cont .more {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 850px) {
  .main.brand .box .slick_main .slick-list .slick-track .item {
    padding: 0 10px;
  }
}

.main.brand .vbox {
  padding-bottom: 190px;
  padding-top: 65px;
}

.main.brand .vbox .cont_box {
  position: relative;
}

@media (max-width: 1024px) {
  .main.brand .vbox .cont_box {
    display: none;
  }
}

.main.brand .vbox .cont_box .left {
  width: 100px;
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -168px;
  overflow: hidden;
}

.main.brand .vbox .cont_box .left .to {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s;
  background: url(../img/s.png) no-repeat center center #fff;
}

@media (min-width: 1024px) {
  .main.brand .vbox .cont_box .left .to:hover {
    background: url(../img/s2.png) no-repeat center center #fff;
  }
}

.main.brand .vbox .cont_box .left #carousel {
  height: 200px;
  overflow: hidden;
  margin: 28px 0;
}

.main.brand .vbox .cont_box .left #carousel ul {
  position: relative;
}

.main.brand .vbox .cont_box .left #carousel ul li {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  cursor: pointer;
}

.main.brand .vbox .cont_box .left #carousel ul li.active .tu .border {
  filter: alpha(opacity=100);
  opacity: 1;
}

.main.brand .vbox .cont_box .left #carousel ul li .tu {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.main.brand .vbox .cont_box .left #carousel ul li .tu .border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #ba251d;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  opacity: 0;
}

.main.brand .vbox .cont_box .left #carousel ul li .tu img {
  width: 100%;
  height: auto;
}

.main.brand .vbox .cont_box .left .bottom {
  cursor: pointer;
  width: 40px;
  margin: 0 auto;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
  background: url(../img/x.png) no-repeat center center #fff;
}

@media (min-width: 1024px) {
  .main.brand .vbox .cont_box .left .bottom:hover {
    background: url(../img/x2.png) no-repeat center center #fff;
  }
}

.main.brand .vbox .cont_box #slider {
  width: 89.1%;
  background: none;
  float: right;
  overflow: hidden;
}

.main.brand .vbox .cont_box #slider ul {
  position: relative;
}

.main.brand .vbox .cont_box #slider ul li {
  float: left;
  margin-right: 30px;
  position: relative;
}

.main.brand .vbox .cont_box #slider ul li .video {
  width: 68.2%;
  height: 550px;
  cursor: pointer;
  position: relative;
}

.main.brand .vbox .cont_box #slider ul li .video .play {
  width: 154px;
  height: 154px;
  background: url(../img/play2.png) no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -77px;
  top: 50%;
  margin-top: -77px;
}

.main.brand .vbox .cont_box #slider ul li .cont {
  width: 39.3%;
  height: 330px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -165px;
  background: #fff;
  z-index: 20;
  padding: 0 4%;
  box-sizing: border-box;
}

.main.brand .vbox .cont_box #slider ul li .cont .con {
  padding-top: 65px;
}

.main.brand .vbox .cont_box #slider ul li .cont .con .t {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

.main.brand .vbox .cont_box #slider ul li .cont .con .line {
  width: 50px;
  height: 3px;
  background: #ba251d;
  margin-top: 7px;
}

.main.brand .vbox .cont_box #slider ul li .cont .con .txt {
  font-size: 14px;
  line-height: 24px;
  color: #454545;
  padding-top: 18px;
}

.main.brand .vbox .swiper-video {
  display: none;
  width: 94%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .main.brand .vbox .swiper-video {
    display: block;
  }
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper {
  padding-bottom: 50px;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .video {
  width: 100%;
  height: 300px;
  position: relative;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .video .play {
  width: 80px;
  height: 80px;
  background: url(../img/play2.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont {
  background: #fff;
  padding: 15px;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont .con .t {
  font-size: 20px;
  color: #ba251d;
  line-height: 30px;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont .con .line {
  width: 40px;
  height: 2px;
  background: #ba251d;
  margin-top: 5px;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont .con .txt {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 10px;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-pagination {
  bottom: 0;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}

.main.brand .vbox .swiper-video .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ba251d;
}

@media (max-width: 1420px) {
  .main.brand .vbox {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .main.brand .vbox .cont_box .left {
    margin-top: -152px;
  }

  .main.brand .vbox .cont_box .left .to,
  .main.brand .vbox .cont_box .left .bottom {
    width: 34px;
    height: 34px;
  }

  .main.brand .vbox .cont_box .left #carousel {
    margin: 18px 0;
  }

  .main.brand .vbox .cont_box #slider ul li .video {
    width: 68.2%;
    height: 500px;
  }

  .main.brand .vbox .cont_box #slider ul li .video .play {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont {
    height: 300px;
    margin-top: -150px;
    padding: 0 3%;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con {
    padding-top: 50px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con .t {
    font-size: 16px;
    line-height: 20px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con .line {
    width: 50px;
    margin-top: 5px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con .txt {
    padding-top: 10px;
  }
}

@media (max-width: 1200px) {
  .main.brand .vbox {
    padding-bottom: 140px;
  }

  .main.brand .vbox .cont_box #slider {
    width: 87%;
  }

  .main.brand .vbox .cont_box #slider ul li .video {
    width: 68.2%;
    height: 400px;
  }

  .main.brand .vbox .cont_box #slider ul li .video .play {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    background-size: cover;
  }

  .main.brand .vbox .cont_box #slider ul li .cont {
    height: 260px;
    margin-top: -130px;
    padding: 0 3%;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con {
    padding-top: 30px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con .t {
    font-size: 16px;
    line-height: 20px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con .line {
    width: 50px;
    margin-top: 5px;
  }

  .main.brand .vbox .cont_box #slider ul li .cont .con .txt {
    padding-top: 10px;
  }
}

@media (max-width: 1024px) {
  .main.brand .vbox {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media (max-width: 850px) {
  .main.brand .vbox {
    background: #f6f6f6 !important;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .video {
    height: 200px;
  }

  .main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont .con .t {
    font-size: 16px;
    line-height: 24px;
  }

  .main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont .con .line {
    width: 30px;
  }

  .main.brand .vbox .swiper-video .swiper-container .swiper-wrapper .swiper-slide .cont .con .txt {
    font-size: 13px;
    line-height: 20px;
  }
}

.main.store .hot_box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main.store .hot_box .tit_box {
  text-align: center;
}

.main.store .hot_box .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.store .hot_box .hot_main {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.main.store .hot_box .hot_main .btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  height: auto;
  padding-left: 36%;
  box-sizing: border-box;
}

.main.store .hot_box .hot_main .btn a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 3px;
}

.main.store .hot_box .hot_main .btn a.prev {
  background: url(../img/z.png) no-repeat center center #fff;
}

@media (min-width: 1024px) {
  .main.store .hot_box .hot_main .btn a.prev:hover {
    background: url(../img/z2.png) no-repeat center center #fff;
  }
}

.main.store .hot_box .hot_main .btn a.next {
  background: url(../img/yy.png) no-repeat center center #fff;
}

@media (min-width: 1024px) {
  .main.store .hot_box .hot_main .btn a.next:hover {
    background: url(../img/yy2.png) no-repeat center center #fff;
  }
}

.main.store .hot_box .hot_main ul li {
  float: left;
  position: relative;
}

.main.store .hot_box .hot_main ul li.active .name {
  filter: alpha(opacity=100);
  opacity: 1;
  left: -270px;
  transition: all 0.5s;
  transition-delay: 0.4s;
}

.main.store .hot_box .hot_main ul li .name {
  width: 300px;
  height: auto;
  background: #ba251d;
  position: absolute;
  top: 60px;
  z-index: 20;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  filter: alpha(opacity=0);
  opacity: 0;
  left: -200px;
}

.main.store .hot_box .hot_main ul li .name .t {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
}

.main.store .hot_box .hot_main ul li .name .line {
  width: 45px;
  height: 3px;
  background: #fff;
}

.main.store .hot_box .hot_main ul li .tu {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main.store .hot_box .hot_main ul li .tu img {
  width: 100%;
  height: auto;
}

.main.store .hot_box .hot {
  width: 94%;
  margin: 50px auto 0 auto;
  display: none;
}

@media (max-width: 1024px) {
  .main.store .hot_box .hot {
    display: block;
  }
}

.main.store .hot_box .hot .swiper-container .swiper-pagination {
  bottom: 0;
}

.main.store .hot_box .hot .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}

.main.store .hot_box .hot .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ba251d;
}

.main.store .hot_box .hot .swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}

.main.store .hot_box .hot .swiper-container .swiper-wrapper .swiper-slide .tu {
  overflow: hidden;
}

.main.store .hot_box .hot .swiper-container .swiper-wrapper .swiper-slide .tu img {
  width: 100%;
  height: auto;
}

.main.store .hot_box .hot .swiper-container .swiper-wrapper .swiper-slide .name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #ba251d;
  text-align: center;
  padding: 15px 5px;
}

@media (max-width: 1420px) {
  .main.store .hot_box {
    padding: 80px 0;
  }

  .main.store .hot_box .hot_main {
    margin-top: 60px;
  }

  .main.store .hot_box .hot_main ul li .name {
    top: 40px;
    padding: 15px 20px 15px 20px;
  }

  .main.store .hot_box .hot_main ul li .name .t {
    font-size: 20px;
    line-height: 36px;
  }

  .main.store .hot_box .hot_main ul li .name .line {
    width: 40px;
  }

  .main.store .hot_box .hot_main .btn {
    bottom: 20px;
  }

  .main.store .hot_box .hot_main .btn a {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 1024px) {
  .main.store .hot_box {
    padding: 60px 0;
  }

  .main.store .hot_box .hot_main {
    display: none;
  }
}

@media (max-width: 600px) {
  .main.store .hot_box {
    padding: 40px 0;
  }

  .main.store .hot_box .hot {
    margin-top: 30px;
  }

  .main.store .hot_box .hot .swiper-container .swiper-wrapper .swiper-slide .name {
    padding: 10px;
  }
}

.main.store .market_box {
  padding-top: 90px;
  padding-bottom: 100px;
}

.main.store .market_box .tit_box {
  text-align: center;
}

.main.store .market_box .tit_box .t {
  color: #fff;
}

.main.store .market_box .tit_box .line {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.main.store .market_box .market {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  display: none;
}

@media (max-width: 1024px) {
  .main.store .market_box .market {
    display: block;
  }
}

.main.store .market_box .market .swiper-container .swiper-pagination {
  bottom: 0;
}

.main.store .market_box .market .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}

.main.store .market_box .market .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.main.store .market_box .market .swiper-container .swiper-wrapper {
  padding-bottom: 40px;
}

.main.store .market_box .market .swiper-container .swiper-wrapper .swiper-slide .tu {
  overflow: hidden;
}

.main.store .market_box .market .swiper-container .swiper-wrapper .swiper-slide .tu img {
  width: 100%;
  display: block;
  height: auto;
}

.main.store .market_box .market .swiper-container .swiper-wrapper .swiper-slide .cont {
  background: #fff;
  padding: 15px;
}

.main.store .market_box .market .swiper-container .swiper-wrapper .swiper-slide .cont .t {
  font-size: 16px;
  line-height: 24px;
  color: #ba251d;
}

.main.store .market_box .market .swiper-container .swiper-wrapper .swiper-slide .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 10px;
}

.main.store .market_box .marker_cen {
  padding-top: 70px;
}

.main.store .market_box .marker_cen #slider {
  background: none;
}

.main.store .market_box .marker_cen #slider ul li {
  position: relative;
}

.main.store .market_box .marker_cen #slider ul li .tu {
  overflow: hidden;
}

.main.store .market_box .marker_cen #slider ul li .tu img {
  width: 100%;
  height: auto;
}

.main.store .market_box .marker_cen #slider ul li .cont {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 27px 50px 20px 50px;
  box-sizing: border-box;
  border: none;
}

.main.store .market_box .marker_cen #slider ul li .cont .t {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

.main.store .market_box .marker_cen #slider ul li .cont .con {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-top: 10px;
}

.main.store .market_box .marker_cen #carousel {
  background: none;
  margin-top: 20px;
  position: relative;
}

.main.store .market_box .marker_cen #carousel .flex-viewport {
  position: relative;
  z-index: 100;
}

.main.store .market_box .marker_cen #carousel .flex-direction-nav {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}

.main.store .market_box .marker_cen #carousel .flex-direction-nav li {
  height: 100%;
  width: 100%;
  position: absolute;
}

.main.store .market_box .marker_cen #carousel .flex-direction-nav li .flex-prev {
  width: 40px;
  height: 40px;
  background: url(../img/z.png) no-repeat center center #fff;
  border-radius: 50%;
  left: -20px;
  z-index: 101;
  position: absolute;
  text-indent: 2000px;
  top: 50%;
  margin-top: -20px !important;
}

.main.store .market_box .marker_cen #carousel .flex-direction-nav li .flex-next {
  width: 40px;
  height: 40px;
  background: url(../img/yy.png) no-repeat center center #fff;
  border-radius: 50%;
  right: -20px;
  z-index: 100;
  position: absolute;
  text-indent: 2000px;
  top: 50%;
  margin-top: -20px;
}

.main.store .market_box .marker_cen #carousel ul li {
  margin-right: 20px;
  float: left;
  cursor: pointer;
  position: relative;
}

.main.store .market_box .marker_cen #carousel ul li.flex-active-slide .mask {
  border: 5px solid #fff;
}

.main.store .market_box .marker_cen #carousel ul li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 20;
  top: 0;
  box-sizing: border-box;
  border: 3px solid transparent;
}

.main.store .market_box .marker_cen #carousel ul li .pic {
  overflow: hidden;
}

.main.store .market_box .marker_cen #carousel ul li .pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 1420px) {
  .main.store .market_box {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .main.store .market_box .marker_cen {
    padding-top: 50px;
  }

  .main.store .market_box .marker_cen #slider ul li .cont {
    padding: 17px 30px 15px 30px;
  }

  .main.store .market_box .marker_cen #slider ul li .cont .t {
    font-size: 20px;
    line-height: 30px;
  }

  .main.store .market_box .marker_cen #slider ul li .cont .con {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1024px) {
  .main.store .market_box {
    padding: 60px 0;
  }

  .main.store .market_box .marker_cen {
    display: none;
  }
}

@media (max-width: 600px) {
  .main.store .market_box {
    padding: 30px 0;
  }
}

.main.store .activity {
  padding-top: 90px;
}

@media (max-width: 1420px) {
  .main.store .activity {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  .main.store .activity {
    padding-top: 60px;
  }
}

@media (max-width: 850px) {
  .main.store .activity {
    padding-top: 40px;
  }
}

.main.store .activity .tit_box {
  text-align: center;
}

.main.store .activity .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.store .activity .wrap {
  padding-top: 50px;
  padding-bottom: 120px;
}

.main.store .activity .wrap ul li {
  background: #f8f8f8;
  margin-top: 20px;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .main.store .activity .wrap ul li {
    transform: translate(0, 50px);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .main.store .activity .wrap ul li.animate {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate(0, 0px);
  }

  .main.store .activity .wrap ul li:hover {
    background: #ba251d;
  }

  .main.store .activity .wrap ul li:hover a .tu img {
    transform: scale(1.1);
  }

  .main.store .activity .wrap ul li:hover a .cont .t,
  .main.store .activity .wrap ul li:hover a .cont .con {
    color: #fff;
  }

  .main.store .activity .wrap ul li:hover a .cont .line {
    background: #fff;
  }

  .main.store .activity .wrap ul li:hover a .cont .more {
    background: #fff;
    color: #313030;
  }
}

.main.store .activity .wrap ul li a {
  display: block;
}

.main.store .activity .wrap ul li a .tu {
  width: 32.1%;
  float: left;
  overflow: hidden;
}

.main.store .activity .wrap ul li a .tu img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.main.store .activity .wrap ul li a .cont {
  width: 67.9%;
  float: left;
  padding: 0 3.2%;
  box-sizing: border-box;
}

.main.store .activity .wrap ul li a .cont .t {
  font-size: 24px;
  line-height: 34px;
  color: #454545;
  font-weight: bold;
  padding-top: 38px;
}

.main.store .activity .wrap ul li a .cont .line {
  width: 48px;
  height: 3px;
  background: #ba251d;
  margin-top: 12px;
}

.main.store .activity .wrap ul li a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #686868;
  height: 48px;
  overflow: hidden;
  padding-top: 25px;
}

.main.store .activity .wrap ul li a .cont .more {
  transition: all 0.5s;
  width: 140px;
  height: 44px;
  background: #ba251d;
  border-radius: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
}

@media (max-width: 1420px) {
  .main.store .activity .wrap {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .main.store .activity .wrap ul li a .cont .con {
    padding-top: 15px;
  }

  .main.store .activity .wrap ul li a .cont .t {
    padding-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .main.store .activity .wrap ul li a .cont .line {
    margin-top: 8px;
  }

  .main.store .activity .wrap ul li a .cont .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  .main.store .activity .wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .main.store .activity .wrap ul li a .tu {
    width: 100%;
    float: none;
  }

  .main.store .activity .wrap ul li a .cont {
    width: 100%;
    float: none;
    padding: 15px;
  }

  .main.store .activity .wrap ul li a .cont .t {
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .main.store .activity .wrap ul li a .cont .line {
    width: 30px;
  }

  .main.store .activity .wrap ul li a .cont .more {
    border-radius: 34px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .main.store .activity .wrap {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

.main.store .msg {
  padding-top: 100px;
}

@media (max-width: 1420px) {
  .main.store .msg {
    padding-top: 80px;
  }
}

@media (max-width: 1024px) {
  .main.store .msg {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .main.store .msg {
    padding-top: 40px;
  }
}

.main.store .msg .tit_box {
  text-align: center;
}

.main.store .msg .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.store .msg .msg_classification {
  text-align: center;
  padding-top: 40px;
}

.main.store .msg .msg_classification a {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
  height: 46px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 46px;
  color: #454545;
  text-align: center;
  margin: 0 10px;
  border-radius: 46px;
  transition: all 0.5s;
}

.main.store .msg .msg_classification a.active {
  border-color: #ba251d;
  background: #ba251d;
  color: #fff;
}

@media (min-width: 1024px) {
  .main.store .msg .msg_classification a:hover {
    border-color: #ba251d;
    background: #ba251d;
    color: #fff;
  }
}

@media (max-width: 1420px) {
  .main.store .msg .msg_classification {
    padding-top: 30px;
  }

  .main.store .msg .msg_classification a {
    width: 126px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .main.store .msg .msg_classification a {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 36px;
  }
}

.main.store .msg .message {
  margin-top: 45px;
  padding-bottom: 170px;
}

.main.store .msg .message ul li .ti {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #b5b5b5;
  border-bottom: 1px solid #fff;
  padding: 0 50px;
  transition: all 0.5s;
  cursor: pointer;
}

.main.store .msg .message ul li .ti.open {
  background: #ba251d;
}

.main.store .msg .message ul li .ti.open .ico {
  background: url(../img/jian.png) no-repeat center center;
}

.main.store .msg .message ul li .ti .name {
  float: left;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}

.main.store .msg .message ul li .ti .ico {
  width: 30px;
  height: 100%;
  transition: all 0.5s;
  float: right;
  background: url(../img/jia.png) no-repeat center center;
}

.main.store .msg .message ul li .cont {
  background: #f5f5f5;
  padding: 20px 50px;
  box-sizing: border-box;
  display: none;
}

.main.store .msg .message ul li .cont.show {
  display: block;
}

.main.store .msg .message ul li .cont .list:last-child {
  margin-bottom: 0;
}

.main.store .msg .message ul li .cont .list {
  width: 100%;
  background: #fff;
  height: auto;
  padding: 30px 50px 22px 50px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.main.store .msg .message ul li .cont .list .con {
  width: 33.33%;
  position: relative;
  float: left;
}

.main.store .msg .message ul li .cont .list .con .num {
  width: 44px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: url(../img/ad.png) no-repeat;
  font-size: 24px;
  color: #fff;
  font-family: 'SimHei', 'STHeiti';
}

.main.store .msg .message ul li .cont .list .con .t {
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  padding-left: 65px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}

.main.store .msg .message ul li .cont .list .con .txt {
  font-size: 14px;
  line-height: 22px;
  color: #454545;
  padding-right: 5px;
  padding-top: 5px;
  box-sizing: border-box;
}

.main.store .msg .message ul li .cont .list .con .txt a {
  display: block;
  color: #454545;
  word-break: break-all;
}

@media (min-width: 1024px) {
  .main.store .msg .message ul li .cont .list .con .txt a:hover {
    color: #ba251d;
  }
}

@media (max-width: 1420px) {
  .main.store .msg .message {
    margin-top: 40px;
    padding-bottom: 140px;
  }

  .main.store .msg .message ul li .ti {
    padding: 0 30px;
  }

  .main.store .msg .message ul li .ti .name {
    font-size: 16px;
  }

  .main.store .msg .message ul li .cont {
    padding: 20px 30px;
  }

  .main.store .msg .message ul li .cont .list {
    padding: 20px 30px;
  }

  .main.store .msg .message ul li .cont .list .con .num {
    font-size: 20px;
  }

  .main.store .msg .message ul li .cont .list .con .t {
    font-size: 16px;
  }

  .main.store .msg .message ul li .cont .list .con .txt {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  .main.store .msg .message {
    margin-top: 35px;
    padding-bottom: 100px;
  }

  .main.store .msg .message ul li .ti {
    padding: 0 20px;
    height: 50px;
  }

  .main.store .msg .message ul li .ti .name {
    line-height: 50px;
    font-size: 16px;
  }

  .main.store .msg .message ul li .cont {
    padding: 10px 20px;
  }

  .main.store .msg .message ul li .cont .list {
    margin-bottom: 10px;
    padding: 20px;
  }

  .main.store .msg .message ul li .cont .list .con .num {
    width: 37px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    background-size: cover;
  }

  .main.store .msg .message ul li .cont .list .con .t {
    font-size: 16px;
  }

  .main.store .msg .message ul li .cont .list .con .txt {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 850px) {
  .main.store .msg .message {
    padding-bottom: 50px;
  }

  .main.store .msg .message ul li .ti {
    height: 40px;
    padding: 0 15px;
  }

  .main.store .msg .message ul li .ti.open .ico {
    background-size: 20px 20px;
  }

  .main.store .msg .message ul li .ti .name {
    line-height: 40px;
  }

  .main.store .msg .message ul li .ti .ico {
    background-size: 20px 20px;
  }

  .main.store .msg .message ul li .cont {
    padding: 10px;
  }

  .main.store .msg .message ul li .cont .list {
    padding: 10px;
  }

  .main.store .msg .message ul li .cont .list .con {
    width: 100%;
    float: none;
  }

  .main.store .msg .message ul li .cont .list .con .num {
    width: 29px;
    height: 40px;
    line-height: 40px;
  }

  .main.store .msg .message ul li .cont .list .con .t {
    padding-left: 35px;
    padding-top: 10px;
  }
}

.main.news .banner2 .cont_box {
  display: none;
}

.main.news .banner2 .cont_box .tab .tab_cell .cn {
  color: #454545;
}

.main.news .banner2 .cont_box .tab .tab_cell .en {
  color: #454545;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.main.news .banner2 .cont_box .tab .tab_cell .line {
  background: #ba251d;
}

.main.news .news_box {
  padding-top: 85px;
}

.main.news .news_box .slick_box .slick-dots {
  width: 35%;
  right: 0;
  padding-right: 48px;
  box-sizing: border-box;
  bottom: 120px;
  text-align: right;
}

.main.news .news_box .slick_box .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.main.news .news_box .slick_box .slick-dots li button {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ccc;
  position: relative;
}

.main.news .news_box .slick_box .slick-dots li.slick-active button {
  background: #ba251d;
}

.main.news .news_box .slick_box .slick-dots li.slick-active button:before {
  content: '';
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #ba251d;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -9px;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a {
  position: relative;
  display: block;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .tu {
  width: 50%;
  overflow: hidden;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .tu img {
  width: 100%;
  height: auto;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .cont {
  width: 54.5%;
  height: 376px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -188px;
  background: #f9f9f9;
  padding: 0 3.2%;
  box-sizing: border-box;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .cont .t {
  font-size: 24px;
  line-height: 52px;
  color: #353535;
  font-weight: bold;
  padding-top: 35px;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .cont .time {
  font-size: 14px;
  line-height: 28px;
  color: #696969;
  padding-left: 26px;
  margin-top: 10px;
  background: url(../img/tm.png) no-repeat left center;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 14px;
  height: 72px;
  overflow: hidden;
  padding-right: 14%;
}

.main.news .news_box .slick_box .slick-list .slick-track .item a .cont .more {
  width: 180px;
  height: 60px;
  border-radius: 60px;
  background: #ba251d;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  font-family: Arial;
  text-align: center;
  margin-top: 45px;
  text-transform: uppercase;
}

@media (max-width: 1420px) {
  .main.news .news_box {
    padding-top: 75px;
  }

  .main.news .news_box .slick_box .slick-dots {
    padding-right: 40px;
    bottom: 100px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont {
    width: 54.5%;
    height: 320px;
    margin-top: -160px;
    background: #fff;
    padding: 0 2.5%;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .t {
    font-size: 20px;
    line-height: 40px;
    padding-top: 25px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .time {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .con {
    margin-top: 10px;
    padding-right: 5%;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .more {
    width: 140px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .main.news .news_box .slick_box .slick-dots {
    padding-right: 25px;
    bottom: 80px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont {
    width: 54.5%;
    height: 260px;
    margin-top: -130px;
    padding: 0 2%;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .t {
    padding-top: 15px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .time {
    margin-top: 8px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .con {
    margin-top: 5px;
    padding-right: 0%;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .more {
    width: 120px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .main.news .news_box .slick_box {
    width: 94%;
  }

  .main.news .news_box .slick_box .slick-dots {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    bottom: -25px;
  }

  .main.news .news_box .slick_box .slick-list {
    padding-bottom: 20px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item {
    padding: 0 20px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .tu {
    width: 100%;
    float: none;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 15px;
    position: static;
    box-shadow: 0 0 8px 8px #f6f6f6;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .t {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .time {
    margin-top: 5px;
    font-size: 12px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .con {
    margin-top: 5px;
    padding-right: 0%;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .more {
    width: 120px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
  }
}

@media (max-width: 850px) {
  .main.news .news_box {
    padding-top: 40px;
  }

  .main.news .news_box .slick_box {
    width: 94%;
  }

  .main.news .news_box .slick_box .slick-dots {
    text-align: center;
    padding-right: 0px;
    bottom: -25px;
  }

  .main.news .news_box .slick_box .slick-list {
    padding-bottom: 20px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item {
    padding: 0 10px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 10px 10px 20px 10px;
    position: static;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .t {
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .time {
    margin-top: 5px;
    font-size: 12px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .con {
    margin-top: 5px;
    font-size: 13px;
    line-height: 22px;
    height: 66px;
  }

  .main.news .news_box .slick_box .slick-list .slick-track .item a .cont .more {
    width: 110px;
    height: 34px;
    border-radius: 34px;
    font-size: 13px;
    line-height: 34px;
    margin-top: 10px;
  }
}

.main.news .news_list {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 160px;
}

.main.news .news_list ul {
  width: 110%;
}

.main.news .news_list ul li {
  width: 29.2%;
  float: left;
  margin-right: 1.62%;
  margin-top: 1.62%;
  transform: translateY(80px);
  filter: alpha(opacity=0);
  opacity: 0;
}

.main.news .news_list ul li.animate {
  transform: translateY(0px);
  filter: alpha(opacity=100);
  opacity: 1;
}

.main.news .news_list ul li.animate a .tu .showclip.showclip1 {
  animation: 1s 0s forwards cubic-bezier(0.19, 1, 0.22, 1) showclip1;
}

@media (min-width: 1024px) {
  .main.news .news_list ul li:hover a .tu img {
    transform: scale(1.1);
  }

  .main.news .news_list ul li:hover a .cont .t {
    color: #ba251d;
  }
}

.main.news .news_list ul li a {
  display: block;
}

.main.news .news_list ul li a .tu {
  overflow: hidden;
  position: relative;
}

.main.news .news_list ul li a .tu .showclip {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.main.news .news_list ul li a .tu img {
  transition: all 0.5s;
  width: 100%;
  height: auto;
}

.main.news .news_list ul li a .cont {
  padding: 15px 38px 26px 38px;
  background: #f9f9f9;
}

.main.news .news_list ul li a .cont .t {
  font-size: 16px;
  line-height: 34px;
  color: #454545;
  transition: all 0.5s;
  font-weight: bold;
}

.main.news .news_list ul li a .cont .time {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  padding-left: 30px;
  margin-top: 8px;
  background: url(../img/time2.png) no-repeat left center;
  font-family: Arial;
}

.main.news .news_list ul li a .cont .con {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  height: 44px;
}

.main.news .news_list .page {
  clear: both;
  text-align: center;
  padding-top: 110px;
}

.main.news .news_list .page a {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: top;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 24px;
  line-height: 48px;
  color: #454545;
  font-family: Arial;
  margin: 0 3px;
  text-align: center;
  transition: all 0.3s;
}

.main.news .news_list .page a.cur {
  background: #ba251d;
  border-color: #ba251d;
  color: #fff;
}

@media (min-width: 1024px) {
  .main.news .news_list .page a:hover {
    background: #ba251d;
    border-color: #ba251d;
    color: #fff;
  }
}

.main.news .news_list .page a.next {
  background: url(../img/next2.png) no-repeat center center;
}

@media (min-width: 1024px) {
  .main.news .news_list .page a.next:hover {
    background: url(../img/next3.png) no-repeat center center #ba251d;
    border-color: #ba251d;
  }
}

.main.news .news_list .page a.prev {
  background: url(../img/p2.png) no-repeat center center;
}

@media (min-width: 1024px) {
  .main.news .news_list .page a.prev:hover {
    background: url(../img/p3.png) no-repeat center center #ba251d;
    border-color: #ba251d;
  }
}

@media (max-width: 1420px) {
  .main.news .news_list {
    padding-bottom: 140px;
  }

  .main.news .news_list ul li a .cont {
    padding: 10px 20px 20px 20px;
  }

  .main.news .news_list ul li a .cont .t {
    line-height: 28px;
  }

  .main.news .news_list ul li a .cont .time {
    font-size: 14px;
    margin-top: 5px;
  }

  .main.news .news_list ul li a .cont .con {
    margin-top: 6px;
  }

  .main.news .news_list .page {
    padding-top: 90px;
  }

  .main.news .news_list .page a {
    font-size: 20px;
    line-height: 48px;
  }
}

@media (max-width: 1024px) {
  .main.news .news_list {
    padding-bottom: 100px;
    padding-top: 20px;
  }

  .main.news .news_list .page {
    padding-top: 70px;
  }

  .main.news .news_list .page a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

@media (max-width: 650px) {
  .main.news .news_list {
    padding-bottom: 35px;
    padding-top: 20px;
  }

  .main.news .news_list ul {
    width: 100%;
  }

  .main.news .news_list ul li:nth-child(even) {
    float: right;
  }

  .main.news .news_list ul li {
    width: 48%;
    float: left;
    margin-right: 0;
    margin-top: 15px;
  }

  .main.news .news_list ul li a .cont {
    padding: 10px 10px 15px 10px;
  }

  .main.news .news_list ul li a .cont .time {
    padding-left: 24px;
    background-size: 14px 14px;
  }

  .main.news .news_list ul li a .cont .con {
    font-size: 13px;
    line-height: 22px;
    height: 44px;
  }

  .main.news .news_list .page {
    padding-top: 30px;
  }

  .main.news .news_list .page a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 4px;
  }

  .main.news .news_list .page a.prev,
  .main.news .news_list .page a.next {
    background-size: 6px 11px;
  }
}

@media (max-width: 400px) {
  .main.news .news_list {
    padding-top: 15px;
  }

  .main.news .news_list ul li:nth-child(even) {
    float: none;
  }

  .main.news .news_list ul li {
    width: 100%;
    float: none;
  }
}

.main.news .detail {
  padding-top: 65px;
  padding-bottom: 100px;
}

.main.news .detail .title2 {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.main.news .detail .title2 .tit {
  padding-right: 185px;
  box-sizing: border-box;
}

.main.news .detail .title2 .tit .t {
  font-size: 24px;
  line-height: 44px;
  color: #454545;
}

.main.news .detail .title2 .tit .day {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  margin-top: 6px;
  background: url(../img/ttt.png) no-repeat left center;
  padding-left: 28px;
}

.main.news .detail .title2 .share {
  position: absolute;
  right: 0;
  top: 10px;
}

.main.news .detail .title2 .share span {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.main.news .detail .title2 .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}

.main.news .detail .title2 .share .bdsharebuttonbox a {
  padding: 0;
}

.main.news .detail .title2 .share .bdsharebuttonbox .bds_tsina {
  width: 32px;
  height: 32px;
  background: url(../img/sina.png) no-repeat;
}

.main.news .detail .title2 .share .bdsharebuttonbox .bds_weixin {
  width: 32px;
  height: 32px;
  background: url(../img/wx.png) no-repeat;
}

.main.news .detail .title2 .share .bdsharebuttonbox .bds_qzone {
  width: 32px;
  height: 32px;
  background: url(../img/qz.png) no-repeat;
}

.main.news .detail .content {
  padding-top: 7px;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 45px;
  color: #565656;
}

.main.news .detail .content img {
  max-width: 100%;
}

.main.news .detail .content p {
  text-indent: 2em;
  padding-top: 20px;
}

.main.news .detail .page_box {
  margin-top: 42px;
  position: relative;
}

.main.news .detail .page_box .left {
  width: 100%;
  box-sizing: border-box;
  padding-right: 210px;
}

.main.news .detail .page_box .left a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

@media (min-width: 1024px) {
  .main.news .detail .page_box .left a:hover {
    color: #ba251d;
  }
}

.main.news .detail .page_box .return {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 58px;
  display: block;
  border-radius: 58px;
  background: #ba251d;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1420px) {
  .main.news .detail {
    padding-top: 55px;
    padding-bottom: 80px;
  }

  .main.news .detail .title2 .tit .t {
    font-size: 20px;
    line-height: 30px;
  }

  .main.news .detail .title2 .tit .day {
    font-size: 13px;
  }

  .main.news .detail .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }

  .main.news .detail .page_box {
    margin-top: 30px;
  }

  .main.news .detail .page_box .left a {
    font-size: 14px;
    line-height: 24px;
  }

  .main.news .detail .page_box .return {
    width: 160px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
}

@media (max-width: 1024px) {
  .main.news .detail {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .main.news .detail .title2 .tit .t {
    font-size: 16px;
    line-height: 24px;
  }

  .main.news .detail .title2 .tit .day {
    font-size: 13px;
    background-size: 14px 14px;
    padding-left: 20px;
  }

  .main.news .detail .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;
  }

  .main.news .detail .page_box {
    margin-top: 25px;
  }

  .main.news .detail .page_box .left {
    padding-right: 160px;
  }

  .main.news .detail .page_box .left a {
    font-size: 14px;
    line-height: 24px;
  }

  .main.news .detail .page_box .return {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}

@media (max-width: 650px) {
  .main.news .detail {
    padding-bottom: 40px;
  }

  .main.news .detail .title2 .tit {
    padding-right: 0;
  }

  .main.news .detail .title2 .share {
    position: static;
  }

  .main.news .detail .content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 25px;
  }

  .main.news .detail .content p {
    padding-top: 15px;
  }

  .main.news .detail .page_box {
    margin-top: 25px;
  }

  .main.news .detail .page_box .left {
    padding-right: 110px;
  }

  .main.news .detail .page_box .left a {
    font-size: 14px;
    line-height: 24px;
  }

  .main.news .detail .page_box .return {
    width: 100px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    top: 6px;
  }
}

.main.talent .tbox {
  padding-top: 110px;
  padding-bottom: 110px;
}

.main.talent .tbox .tl {
  width: 47.6%;
  float: left;
}

.main.talent .tbox .tl .tit .t {
  font-size: 30px;
  line-height: 30px;
  color: #454545;
}

.main.talent .tbox .tl .tit .en {
  font-size: 24px;
  line-height: 36px;
  color: #e8e7e7;
  font-family: 'CenturyGothicStd-Bold';
}

.main.talent .tbox .tl .box ul li:last-child {
  border: none;
}

.main.talent .tbox .tl .box ul li {
  position: relative;
  padding: 45px 0;
  border-bottom: 1px dashed #e6e6e6;
}

.main.talent .tbox .tl .box ul li .ico {
  position: absolute;
  left: 0;
  top: 50%;
  width: 67px;
  height: 67px;
  margin-top: -34px;
}

.main.talent .tbox .tl .box ul li .ico img {
  width: 100%;
  height: auto;
}

.main.talent .tbox .tl .box ul li .cont {
  padding-left: 85px;
  width: 100%;
  box-sizing: border-box;
}

.main.talent .tbox .tl .box ul li .cont .t {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
}

.main.talent .tbox .tl .box ul li .cont .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-top: 3px;
}

.main.talent .tbox .tr {
  width: 40.3%;
  float: right;
  margin-right: 5.2%;
  position: relative;
  transition: all 0.68s 0.2s;
}

.main.talent .tbox .tr .bg {
  width: 93.8%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/line.png) no-repeat;
  background-size: 100% 93.8%;
}

.main.talent .tbox .tr .pic {
  width: 93.8%;
  padding-top: 6.2%;
  float: right;
  overflow: hidden;
}

.main.talent .tbox .tr .pic img {
  width: 100%;
  height: auto;
}

@media (max-width: 1420px) {
  .main.talent .tbox {
    padding: 90px 0;
  }

  .main.talent .tbox .tl .tit .t {
    font-size: 26px;
    line-height: 26px;
  }

  .main.talent .tbox .tl .tit .en {
    font-size: 20px;
    line-height: 30px;
  }

  .main.talent .tbox .tl .box ul li {
    padding: 35px 0;
  }

  .main.talent .tbox .tr {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .main.talent .tbox {
    padding: 60px 0;
  }

  .main.talent .tbox .tl {
    width: 100%;
    float: none;
  }

  .main.talent .tbox .tl .tit .t {
    font-size: 22px;
    line-height: 22px;
  }

  .main.talent .tbox .tl .tit .en {
    font-size: 16px;
    line-height: 26px;
  }

  .main.talent .tbox .tl .box {
    margin-top: 15px;
  }

  .main.talent .tbox .tl .box ul li {
    padding: 25px 0;
  }

  .main.talent .tbox .tr {
    margin-top: 25px;
    float: none;
    width: 50%;
  }
}

@media (max-width: 600px) {
  .main.talent .tbox {
    padding: 40px 0;
  }

  .main.talent .tbox .tl .box ul li {
    padding: 15px 0;
  }

  .main.talent .tbox .tl .box ul li .ico {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .main.talent .tbox .tl .box ul li .cont {
    padding-left: 70px;
  }

  .main.talent .tbox .tl .box ul li .cont .t {
    font-size: 16px;
    line-height: 20px;
  }

  .main.talent .tbox .tl .box ul li .cont .con {
    font-size: 13px;
    line-height: 22px;
  }

  .main.talent .tbox .tr {
    width: 80%;
  }
}

.main.talent .container {
  padding-top: 120px;
  padding-bottom: 172px;
}

.main.talent .container ul:nth-child(even) li a .tu {
  float: left;
}

.main.talent .container ul:nth-child(even) li a .cont {
  float: left;
}

.main.talent .container ul:nth-child(even) li a .cont .arrow {
  border-right: 18px solid #f9f9f9;
  border-left: none;
  right: auto;
  left: -18px;
}

@media (min-width: 1024px) {
  .main.talent .container ul:nth-child(even) li:hover a .cont .arrow {
    border-right-color: #ba251d;
  }
}

.main.talent .container ul {
  width: 100%;
}

.main.talent .container ul li {
  width: 50%;
  float: left;
}

@media (min-width: 1024px) {
  .main.talent .container ul li:hover a .tu img {
    transform: scale(1.1);
  }

  .main.talent .container ul li:hover a .cont {
    background: #ba251d;
  }

  .main.talent .container ul li:hover a .cont .arrow {
    border-left-color: #ba251d;
  }

  .main.talent .container ul li:hover a .cont .tab .tab_cell .t,
  .main.talent .container ul li:hover a .cont .tab .tab_cell .con {
    color: #fff;
  }

  .main.talent .container ul li:hover a .cont .tab .tab_cell .more {
    background: #fff;
    border-color: #fff;
  }
}

.main.talent .container ul li a {
  display: block;
}

.main.talent .container ul li a .tu {
  width: 50%;
  float: right;
  overflow: hidden;
}

.main.talent .container ul li a .tu img {
  width: 100%;
  transition: all 0.5s;
  height: auto;
}

.main.talent .container ul li a .cont {
  float: left;
  width: 50%;
  padding: 0 5.3%;
  box-sizing: border-box;
  background: #f9f9f9;
  position: relative;
}

.main.talent .container ul li a .cont .arrow {
  width: 0;
  height: 0;
  transition: all 0.5s;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -18px;
  border-top: 18px solid transparent;
  border-left: 18px solid #f9f9f9;
  border-bottom: 18px solid transparent;
}

.main.talent .container ul li a .cont .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.talent .container ul li a .cont .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}

.main.talent .container ul li a .cont .tab .tab_cell .t {
  font-size: 18px;
  line-height: 24px;
  color: #454545;
  transition: all 0.5s;
  font-weight: bold;
}

.main.talent .container ul li a .cont .tab .tab_cell .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 72px;
  overflow: hidden;
  margin-top: 18px;
  transition: all 0.5s;
}

.main.talent .container ul li a .cont .tab .tab_cell .more {
  width: 140px;
  height: 44px;
  transition: all 0.5s;
  background: #fff;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  text-align: center;
  color: #a5a5a5;
  font-family: Arial;
  margin-top: 50px;
  border-radius: 44px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 44px;
}

@media (max-width: 1420px) {
  .main.talent .container {
    padding-top: 100px;
    padding-bottom: 145px;
  }

  .main.talent .container ul li a .cont {
    float: left;
    padding: 0 4%;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .t {
    font-size: 16px;
    line-height: 20px;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .con {
    font-size: 13px;
    line-height: 22px;
    height: 66px;
    margin-top: 12px;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .more {
    width: 120px;
    height: 38px;
    border-radius: 38px;
    font-size: 13px;
    line-height: 38px;
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .main.talent .container {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .main.talent .container ul:nth-child(even) li a .tu {
    float: none;
  }

  .main.talent .container ul:nth-child(even) li a .cont {
    float: none;
  }

  .main.talent .container ul li:nth-child(even) {
    float: right;
  }

  .main.talent .container ul li {
    width: 48%;
    margin-top: 25px;
  }

  .main.talent .container ul li a .tu {
    width: 100%;
    float: none;
  }

  .main.talent .container ul li a .cont {
    width: 100%;
    float: none;
    height: auto !important;
    padding-bottom: 15px;
  }

  .main.talent .container ul li a .cont .arrow {
    border-bottom: 18px solid #f9f9f9;
    border-left: 18px solid transparent !important;
    border-top: none;
    border-right: 18px solid transparent !important;
    left: 50% !important;
    margin-left: -18px;
    top: -18px;
    margin-top: 0 !important;
    right: auto !important;
  }

  .main.talent .container ul li a .cont .tab {
    display: block;
  }

  .main.talent .container ul li a .cont .tab .tab_cell {
    display: block;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .t {
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .con {
    margin-top: 10px;
    height: 66px;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .more {
    margin-top: 10px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .main.talent .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .main.talent .container ul li:nth-child(even) {
    float: right;
  }

  .main.talent .container ul li {
    width: 48%;
    margin-top: 25px;
  }

  .main.talent .container ul li a .tu {
    width: 100%;
    float: none;
  }

  .main.talent .container ul li a .cont {
    width: 100%;
    float: none;
    height: auto !important;
    padding-bottom: 15px;
  }

  .main.talent .container ul li a .cont .arrow {
    border-bottom: 12px solid #f9f9f9;
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    margin-left: -12px;
    top: -12px;
  }
}

@media (max-width: 500px) {
  .main.talent .container {
    padding-top: 25px;
  }

  .main.talent .container ul li:nth-child(even) {
    float: none;
  }

  .main.talent .container ul li {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .t {
    padding-top: 15px;
  }

  .main.talent .container ul li a .cont .tab .tab_cell .con {
    height: 44px;
  }
}

.main.talent .contact_box {
  margin-top: 80px;
  box-shadow: 0 0 7px 5px #f5f5f5;
}

.main.talent .contact_box .cl {
  float: left;
  width: 50%;
  overflow: hidden;
}

.main.talent .contact_box .cl img {
  width: 100%;
  height: auto;
}

.main.talent .contact_box .cr {
  width: 50%;
  float: left;
  padding: 0 3.5%;
  box-sizing: border-box;
}

.main.talent .contact_box .cr .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.talent .contact_box .cr .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}

.main.talent .contact_box .cr .tab .tab_cell .txt {
  font-size: 14px;
  line-height: 30px;
  color: #4e4e4e;
}

.main.talent .contact_box .cr .tab .tab_cell .message {
  margin-top: 50px;
}

.main.talent .contact_box .cr .tab .tab_cell .message div {
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  color: #676767;
  padding-left: 40px;
}

.main.talent .contact_box .cr .tab .tab_cell .message div.email {
  background: url(../img/em.png) no-repeat left center;
}

.main.talent .contact_box .cr .tab .tab_cell .message div.tel {
  margin-left: 30px;
  background: url(../img/tel.png) no-repeat left center;
}

@media (max-width: 1420px) {
  .main.talent .contact_box .cr {
    padding: 0 3%;
  }

  .main.talent .contact_box .cr .tab .tab_cell .txt {
    line-height: 28px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message {
    margin-top: 40px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message div.tel {
    margin-left: 20px;
  }
}

@media (max-width: 1250px) {
  .main.talent .contact_box .cr .tab .tab_cell .message {
    margin-top: 30px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message div {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message div.tel {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .main.talent .contact_box {
    margin-top: 60px;
  }

  .main.talent .contact_box .cl {
    width: 100%;
    float: none;
  }

  .main.talent .contact_box .cr {
    width: 100%;
    float: none;
    padding: 15px;
    height: auto !important;
  }

  .main.talent .contact_box .cr .tab {
    display: block;
  }

  .main.talent .contact_box .cr .tab .tab_cell {
    display: block;
  }

  .main.talent .contact_box .cr .tab .tab_cell .txt {
    font-size: 14px;
    line-height: 24px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message {
    margin-top: 15px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message div {
    margin-bottom: 8px;
  }
}

@media (max-width: 600px) {
  .main.talent .contact_box {
    margin-top: 40px;
  }

  .main.talent .contact_box .cr {
    padding: 10px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message {
    margin-top: 10px;
  }

  .main.talent .contact_box .cr .tab .tab_cell .message div {
    background-size: 24px 24px !important;
    padding-left: 30px;
    line-height: 24px;
  }
}

.main.talent .place {
  text-align: center;
  padding-top: 62px;
}

.main.talent .place a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  height: 46px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 46px;
  color: #454545;
  text-align: center;
  margin: 5px;
  border-radius: 46px;
  transition: all 0.5s;
}

.main.talent .place a.active {
  border-color: #ba251d;
  background: #ba251d;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .main.talent .place a:hover {
    border-color: #ba251d;
    background: #ba251d;
    color: #fff;
  }
}

@media (max-width: 1420px) {
  .main.talent .place {
    padding-top: 50px;
  }

  .main.talent .place a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .main.talent .place {
    padding-top: 40px;
  }

  .main.talent .place a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 36px;
  }
}

@media (max-width: 500px) {
  .main.talent .place a {
    height: 30px;
    margin: 3px;
    padding: 0 18px;
    line-height: 30px;
  }
}

.main.talent .join_box {
  padding-top: 30px;
  padding-bottom: 150px;
}

.main.talent .join_box .txt_ll {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin: 20px 0 30px 0;
}

.main.talent .join_box .txt_ll span {
  font-family: Arial;
  color: #ba251d;
}

@media (max-width: 550px) {
  .main.talent .join_box .txt_ll {
    margin: 15px 0 25px 0;
  }
}

.main.talent .join_box ul li {
  margin-top: 15px;
  box-shadow: 0 0 7px 5px #f5f5f5;
  padding-left: 45px;
  padding-right: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.main.talent .join_box ul li.active .cont {
  height: auto;
}

.main.talent .join_box ul li .cont {
  height: 88px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.main.talent .join_box ul li .cont .control {
  position: absolute;
  right: 0;
  z-index: 20;
  top: 25px;
}

.main.talent .join_box ul li .cont .control a {
  width: 92px;
  color: #fff;
  height: 40px;
  display: inline-block;
  background: #999;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s;
}

.main.talent .join_box ul li .cont .control a.open {
  margin-right: 20px;
  background: #ba251d;
}

@media (min-width: 1024px) {
  .main.talent .join_box ul li .cont .control a:hover {
    background: #ba251d;
  }
}

.main.talent .join_box ul li .cont .left {
  width: 17.2%;
  padding-right: 4%;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  padding-top: 27px;
}

.main.talent .join_box ul li .cont .right {
  width: 82.8%;
  float: right;
  padding-left: 5.7%;
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  position: relative;
}

.main.talent .join_box ul li .cont .right .cont_box {
  width: 100%;
  padding-right: 210px;
  box-sizing: border-box;
}

.main.talent .join_box ul li .cont .right .cont_box .ms {
  padding-top: 17px;
}

.main.talent .join_box ul li .cont .right .cont_box .ms .txt {
  width: 33.33%;
  padding-right: 2%;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.main.talent .join_box ul li .cont .right .cont_box .ms .txt span {
  color: #454545;
}

.main.talent .join_box ul li .cont .right .cont_box .txt_box {
  padding-top: 10px;
}

.main.talent .join_box ul li .cont .right .cont_box .txt_box .t {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-top: 20px;
  font-weight: bold;
}

.main.talent .join_box ul li .cont .right .cont_box .txt_box .con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-bottom: 8px;
}

.main.talent .join_box .msg {
  margin: 65px auto 0 auto;
  display: block;
  text-align: center;
  clear: both;
  width: 160px;
  height: 40px;
  font-size: 16px;
  background: #ba251d;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  border-radius: 40px;
}

@media (max-width: 500px) {
  .main.talent .join_box .msg {
    margin-top: 40px;
  }
}

.main.talent .join_box .loading {
  padding-top: 90px;
  text-align: center;
  display: none;
}

.main.talent .join_box .loading img {
  display: inline-block;
}

@media (max-width: 1420px) {
  .main.talent .join_box {
    padding-top: 25px;
    padding-bottom: 130px;
  }

  .main.talent .join_box ul li {
    padding-left: 35px;
    padding-right: 40px;
  }

  .main.talent .join_box ul li .cont {
    height: 88px;
  }

  .main.talent .join_box ul li .cont .control a.open {
    margin-right: 10px;
  }

  .main.talent .join_box ul li .cont .right {
    padding-left: 4.5%;
  }

  .main.talent .join_box ul li .cont .right .cont_box {
    padding-right: 210px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .ms {
    padding-top: 17px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .ms .txt {
    font-size: 14px;
    line-height: 24px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .txt_box {
    padding-top: 10px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .txt_box .t {
    font-size: 15px;
    line-height: 26px;
    padding-top: 15px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .txt_box .con {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1024px) {
  .main.talent .join_box {
    padding-bottom: 80px;
  }

  .main.talent .join_box .loading {
    padding-top: 50px;
  }

  .main.talent .join_box .loading img {
    width: 50px;
    height: auto;
  }

  .main.talent .join_box ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main.talent .join_box ul li .cont {
    height: 60px;
  }

  .main.talent .join_box ul li .cont .control {
    top: 10px;
  }

  .main.talent .join_box ul li .cont .left {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-right: 200px;
  }

  .main.talent .join_box ul li .cont .right {
    width: 100%;
    padding: 0;
    border: none;
    float: none;
  }

  .main.talent .join_box ul li .cont .right .cont_box {
    padding-right: 0;
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .main.talent .join_box {
    padding-bottom: 40px;
  }

  .main.talent .join_box .loading {
    padding-top: 30px;
  }

  .main.talent .join_box .loading img {
    width: 30px;
    height: auto;
  }

  .main.talent .join_box ul li {
    padding: 0 12px;
    margin-top: 10px;
  }

  .main.talent .join_box ul li .cont {
    height: 50px;
  }

  .main.talent .join_box ul li .cont .left {
    font-size: 14px;
    line-height: 20px;
    padding-right: 145px;
    padding-top: 15px;
  }

  .main.talent .join_box ul li .cont .right .cont_box {
    padding-bottom: 10px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .ms {
    padding-top: 10px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .ms .txt {
    width: 50%;
    font-size: 12px;
    line-height: 22px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .txt_box .t {
    padding-top: 10px;
  }

  .main.talent .join_box ul li .cont .right .cont_box .txt_box .con {
    font-size: 13px;
    line-height: 22px;
  }

  .main.talent .join_box ul li .cont .control {
    top: 9px;
  }

  .main.talent .join_box ul li .cont .control a {
    height: 32px;
    width: 70px;
    font-size: 13px;
    line-height: 32px;
  }

  .main.talent .join_box ul li .cont .control a.open {
    margin-right: 0;
  }
}

.main.talent .jm {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1420px) {
  .main.talent .jm {
    padding: 70px 0;
  }
}

@media (max-width: 1024px) {
  .main.talent .jm {
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .main.talent .jm {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .main.talent .jm {
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.68s;
  }

  .main.talent .jm.animate {
    transform: translateY(0px);
    opacity: 1;
  }
}

.main.talent .jm .group {
  width: 100%;
  height: auto;
}

.main.talent .jm .group .input-group {
  width: 33.3%;
  float: left;
  margin-bottom: 8px;
}

.main.talent .jm .group .input-group select {
  background: none;
}

.main.talent .jm .group .input-group.file {
  height: 60px;
}

.main.talent .jm .group .input-group.file input {
  position: relative;
  top: 5px;
  font-size: 14px;
  color: #333;
}

.main.talent .jm .group .input-group.resume {
  float: none;
  width: 100%;
  clear: both;
}

.main.talent .jm .group .input-group.resume .text {
  width: 100%;
  resize: none;
  height: 150px;
  background: none;
  border: 1px solid #ccc;
}

.main.talent .jm .group .input-group label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  color: #333;
}

.main.talent .jm .group .input-group .text {
  width: 96%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  text-indent: 1em;
  color: #333;
  box-sizing: border-box;
}

.main.talent .jm .group .input-group input.text {
  height: 34px;
  line-height: 34px;
  background: none;
  font-size: 14px;
}

@media (max-width: 1240px) {
  .main.talent .jm .group .input-group.resume {
    float: none;
    clear: both;
  }

  .main.talent .jm .group .input-group.resume .text {
    resize: none;
    height: 180px;
    background: none;
  }

  .main.talent .jm .group .input-group label {
    font-size: 14px;
    line-height: 26px;
    display: block;
  }

  .main.talent .jm .group .input-group .text {
    width: 92%;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
  }

  .main.talent .jm .group .input-group input.text {
    background: none;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .main.talent .jm .group .input-group {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }

  .main.talent .jm .group .input-group .text {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }

  .main.talent .jm .group .input-group.resume .text {
    width: 100%;
    resize: none;
    height: 100px;
  }
}

.main.talent .jm .btn-box {
  padding-bottom: 10px;
}

.main.talent .jm .btn-box .btn {
  width: 152px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #ba251d;
  background: #ba251d;
  clear: both;
}

@media (max-width: 1240px) {
  .main.talent .jm .btn-box {
    width: 90%;
  }

  .main.talent .jm .btn-box .btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .main.talent .jm .btn-box {
    width: 90%;
  }

  .main.talent .jm .btn-box .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.main.contact .cont_box {
  padding-top: 70px;
  padding-bottom: 115px;
}

.main.contact .cont_box .tit_box {
  text-align: center;
}

.main.contact .cont_box .tit_box .line {
  margin-left: auto;
  margin-right: auto;
}

.main.contact .cont_box .con {
  width: 835px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.main.contact .cont_box .con ul li:nth-child(even) {
  float: right;
}

.main.contact .cont_box .con ul li {
  width: 400px;
  box-shadow: 0 0 13px 7px #dbdbdb;
  height: 380px;
  background: #fff;
  float: left;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .main.contact .cont_box .con ul li:hover .bg {
    transform: scale(3);
  }

  .main.contact .cont_box .con ul li:hover .content .tab .tab_cell .ico {
    background: url(../img/address2.png) no-repeat;
  }

  .main.contact .cont_box .con ul li:hover .content .tab .tab_cell .ico.ico2 {
    background: url(../img/te.png) no-repeat;
  }

  .main.contact .cont_box .con ul li:hover .content .tab .tab_cell .conn .t {
    color: #fff;
  }

  .main.contact .cont_box .con ul li:hover .content .tab .tab_cell .conn .line {
    background: #fff;
  }

  .main.contact .cont_box .con ul li:hover .content .tab .tab_cell .conn .txt {
    color: #fff;
  }
}

.main.contact .cont_box .con ul li .bg {
  border-radius: 50%;
  background: #ba251d;
  height: 100%;
  position: absolute;
  width: 100%;
  left: -50%;
  top: -50%;
  transform: scale(0);
  transition: all 0.5s;
}

.main.contact .cont_box .con ul li .content {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
}

.main.contact .cont_box .con ul li .content .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell .ico {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transition: all 0.5s;
  background: url(../img/address.png) no-repeat;
  background-size: cover !important;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell .ico.ico2 {
  background: url(../img/te2.png) no-repeat;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell .conn {
  padding-top: 32px;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell .conn .t {
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  color: #454545;
  transition: all 0.5s;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell .conn .line {
  width: 48px;
  height: 3px;
  background: #ba251d;
  transition: all 0.5s;
  margin: 0 auto;
}

.main.contact .cont_box .con ul li .content .tab .tab_cell .conn .txt {
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  text-align: center;
  transition: all 0.5s;
  padding: 0 5px;
  margin-top: 20px;
}

@media (max-width: 1420px) {
  .main.contact .cont_box {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .main.contact .cont_box .con {
    margin-top: 40px;
  }

  .main.contact .cont_box .con ul li {
    height: 340px;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .conn .t {
    font-size: 20px;
    line-height: 40px;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .conn .txt {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .main.contact .cont_box {
    padding-bottom: 60px;
  }

  .main.contact .cont_box .con {
    margin-top: 30px;
    width: 100%;
  }

  .main.contact .cont_box .con ul li:nth-child(even) {
    float: none;
  }

  .main.contact .cont_box .con ul li {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 15px;
  }

  .main.contact .cont_box .con ul li .content {
    padding: 15px 0;
  }

  .main.contact .cont_box .con ul li .content .tab {
    display: block;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell {
    display: block;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .ico {
    width: 80px;
    height: 80px;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .conn {
    padding-top: 10px;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .conn .txt {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .main.contact .cont_box {
    padding-bottom: 40px;
    padding-top: 35px;
  }

  .main.contact .cont_box .con {
    margin-top: 20px;
    width: 100%;
  }

  .main.contact .cont_box .con ul li {
    margin-bottom: 15px;
  }

  .main.contact .cont_box .con ul li .content {
    padding: 15px 0;
  }

  .main.contact .cont_box .con ul li .content .tab {
    display: block;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell {
    display: block;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .ico {
    width: 60px;
    height: 60px;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .conn {
    padding-top: 8px;
  }

  .main.contact .cont_box .con ul li .content .tab .tab_cell .conn .txt {
    margin-top: 8px;
  }
}

.main.contact .wbox {
  width: 100%;
  height: 475px;
}

@media (min-width: 1024px) {
  .main.contact .wbox {
    transform: translate(0, 80px);
    opacity: 0;
    transition: all 0.5s ease-in;
  }

  .main.contact .wbox.animate {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.main.contact .wbox .con_box {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.main.contact .wbox .con_box .tab {
  width: 100%;
  height: 100%;
  display: table;
}

.main.contact .wbox .con_box .tab .tab_cell {
  display: table-cell;
  vertical-align: middle;
}

.main.contact .wbox .con_box .tab .tab_cell .cont2 {
  padding: 20px;
  width: 814px;
  height: 270px;
  border: 1px solid #dfdcd8;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .ico {
  width: 106px;
  height: 106px;
  background: url(../img/tee.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .t {
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #454545;
  font-weight: bold;
}

.main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .tel {
  font-size: 70px;
  line-height: 60px;
  color: #ba251d;
  padding-top: 10px;
  font-weight: bold;
  font-family: Arial;
}

@media (max-width: 1420px) {
  .main.contact .wbox {
    height: 430px;
  }

  .main.contact .wbox .con_box {
    width: 94%;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 {
    padding: 15px;
    width: 800px;
    height: 260px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen {
    padding-top: 60px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .ico {
    width: 96px;
    height: 96px;
    background-size: cover;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box {
    padding-left: 15px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .t {
    font-size: 20px;
    line-height: 36px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .tel {
    font-size: 60px;
    line-height: 50px;
    padding-top: 10px;
  }
}

@media (max-width: 950px) {
  .main.contact .wbox {
    height: 360px;
  }

  .main.contact .wbox .con_box {
    width: 94%;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 {
    padding: 10px;
    width: 94%;
    height: auto;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen {
    padding: 30px 0px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .ico {
    width: 70px;
    height: 70px;
    background-size: cover;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box {
    padding-left: 15px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .t {
    font-size: 16px;
    line-height: 30px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .tel {
    font-size: 50px;
    line-height: 40px;
    padding-top: 10px;
  }
}

@media (max-width: 600px) {
  .main.contact .wbox {
    height: 300px;
  }

  .main.contact .wbox .con_box {
    width: 94%;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 {
    padding: 6px;
    width: 94%;
    height: auto;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen {
    padding: 20px 0px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .ico {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background-size: cover;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box {
    display: block;
    text-align: center;
    padding-left: 0px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .t {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

  .main.contact .wbox .con_box .tab .tab_cell .cont2 .cont_cen .txt_box .tel {
    font-size: 36px;
    line-height: 30px;
    padding-top: 10px;
  }
}

.main.contact .online {
  padding-bottom: 160px;
  padding-top: 114px;
}

@media (min-width: 1024px) {
  .main.contact .online {
    transform: translate(0, 100px);
    opacity: 0;
    transition: all 0.5s ease-in;
  }

  .main.contact .online.animate {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.main.contact .online .input_group2 label {
  float: left;
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 48px;
}

.main.contact .online .input_group2 input {
  width: 180px;
  height: 48px;
  margin-left: 10px;
  display: block;
  text-indent: 1em;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 14px;
  float: left;
  color: #666;
  line-height: 48px;
}

.main.contact .online .input_group2 img {
  float: left;
  height: 46px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-left: 20px;
}

.main.contact .online .input_group {
  margin-bottom: 24px;
}

.main.contact .online .input_group .input_box:nth-child(even) {
  float: right;
}

.main.contact .online .input_group .input_box {
  width: 47.3%;
  float: left;
}

.main.contact .online .input_group label {
  display: block;
  font-size: 14px;
  color: #666;
  padding-bottom: 4px;
  line-height: 24px;
}

.main.contact .online .input_group input {
  width: 100%;
  height: 48px;
  display: block;
  text-indent: 1em;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  line-height: 48px;
}

.main.contact .online .input_group textarea {
  width: 100%;
  height: 120px;
  resize: none;
  display: block;
  text-indent: 1em;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.main.contact .online .submit {
  display: block;
  width: 100%;
  height: 50px;
  background: #ba251d;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border: none;
  margin-top: 48px;
}

@media (max-width: 1080px) {
  .main.contact .online {
    width: 94%;
    padding-top: 94px;
    padding-bottom: 140px;
  }

  .main.contact .online .input_group {
    margin-bottom: 15px;
  }

  .main.contact .online .submit {
    margin-top: 35px;
  }
}

@media (max-width: 850px) {
  .main.contact .online {
    width: 94%;
    padding-top: 44px;
    padding-bottom: 80px;
  }

  .main.contact .online .input_group {
    margin-bottom: 15px;
  }

  .main.contact .online .input_group input {
    height: 40px;
    line-height: 40px;
  }

  .main.contact .online .submit {
    margin-top: 25px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .main.contact .online .input_group2 label {
    line-height: 40px;
  }

  .main.contact .online .input_group2 input {
    height: 40px;
    line-height: 40px;
  }

  .main.contact .online .input_group2 img {
    height: 40px;
    margin-left: 10px;
  }
}

@media (max-width: 450px) {
  .main.contact .online {
    width: 94%;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .main.contact .online .input_group {
    margin-bottom: 15px;
  }

  .main.contact .online .input_group .input_box:nth-child(even) {
    float: right;
    margin-bottom: 0;
  }

  .main.contact .online .input_group .input_box {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }

  .main.contact .online .submit {
    margin-top: 25px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .main.contact .online .input_group2 label {
    line-height: 40px;
  }

  .main.contact .online .input_group2 input {
    height: 40px;
    width: 100px;
    line-height: 40px;
  }

  .main.contact .online .input_group2 img {
    height: 40px;
    margin-left: 10px;
  }
}

.menu_box {
  background-color: #ba251d;
  color: #fff;
  position: fixed;
  right: -390px;
  top: 0px;
  width: 390px;
  height: 100%;
  z-index: 9999;
  transition: all 0.5s;
  transform-origin: left center;
  transform: perspective(800px) rotateY(90deg);
}

@media (max-width: 500px) {
  .menu_box {
    right: -200px;
  }
}

.menu_box.active {
  right: 0px;
  transform: rotateY(0deg);
}

.menu_box .navMobile {
  width: 100%;
  height: auto;
  padding-top: 15px;
}

.menu_box .navMobile li {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.menu_box .navMobile li>a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}

.menu_box .navMobile li .subnav {
  width: 100%;
  height: auto;
  padding: 15px 30px;
  box-sizing: border-box;
  display: none;
  background-color: rgba(186, 37, 29, 0.3);
}

.menu_box .navMobile li .subnav a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.menu_box .navMobile li .subnav a span {
  font-size: 12px;
  padding: 0 3px;
  position: relative;
  top: -4px;
}

@media (max-width: 500px) {
  .menu_box {
    width: 200px;
  }

  .menu_box .language2 {
    padding: 20px 4% 0 4%;
  }

  .menu_box .navMobile {
    padding-top: 10px;
  }

  .menu_box .navMobile li {
    padding-bottom: 6px;
  }

  .menu_box .navMobile li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 8%;
    box-sizing: border-box;
  }

  .menu_box .navMobile li .subnav {
    padding: 0 8%;
  }

  .menu_box .navMobile li .subnav a {
    display: block;
    font-size: 14px;
  }
}

.mask_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
}

.mask_bg.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.js-cont {
  width: 1000px;
  height: 600px;
  position: fixed;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  z-index: 10001;
  margin-left: -500px;
  box-sizing: border-box;
  transform: translateY(2000px);
  visibility: hidden;
}

.js-cont.active {
  transform: translateY(0%);
  transition: all 0.5s 0.2s;
  visibility: visible;
}

.js-cont video {
  width: 100%;
  height: 100%;
  display: block;
}

.js-cont .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  cursor: pointer;
  top: 0;
  background: url(../img/close.png) no-repeat center center;
}

@media (max-width: 500px) {
  .js-cont .close {
    background-size: 16px 16px !important;
  }
}

@media (max-width: 1100px) {
  .js-cont {
    width: 800px;
    height: 500px;
    background: none;
    margin-left: -400px;
    margin-top: -250px;
  }
}

@media (max-width: 900px) {
  .js-cont {
    width: 600px;
    height: 400px;
    margin-left: -300px;
    margin-top: -200px;
  }
}

@media (max-width: 700px) {
  .js-cont {
    width: 500px;
    height: 300px;
    margin-left: -250px;
    margin-top: -150px;
  }

  .js-cont .close {
    top: -40px;
    right: 0;
  }
}

@media (max-width: 600px) {
  .js-cont {
    width: 300px;
    height: 228px;
    margin-left: -150px;
    margin-top: -114px;
  }

  .js-cont .close {
    top: -40px;
    right: 0;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  background: #ba251d !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px !important;
  background: #e5e5e5 !important;
}

.footer {
  width: 100%;
  height: auto;
  background: #ba251d;
  transition: all 0.5s;
}

.footer.active {
  transform: translateX(-390px);
}

@media (max-width: 500px) {
  .footer.active {
    transform: translateX(-200px);
  }
}

.footer .footer_cen {
  padding-top: 45px;
  padding-bottom: 87px;
}

.footer .footer_cen .foot_l {
  float: left;
}

.footer .footer_cen .foot_l a {
  display: block;
}

.footer .footer_cen .foot_l .cont {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding-top: 10px;
}
.footer .footer-nav{
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}
.footer .footer-nav  span{
  font-size: 16px;
  line-height: 24px;
  color: #fff;
padding:0  10px;
font-weight: 600;
}
.footer .footer_cen .foot_r {
  width: 505px;
  float: right;
}

.footer .footer_cen .foot_r .cont_box {
  width: 220px;
  float: left;
  text-align: right;
}

.footer .footer_cen .foot_r .cont_box>p,
.footer .footer_cen .foot_r .cont_box .e {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.footer .footer_cen .foot_r .cont_box .e {
  font-family: Arial;
}

.footer .footer_cen .foot_r .cont_box .copyright {
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
  color: #ccc;
  text-align: right;
}

.footer .footer_cen .foot_r .cont_box .copyright a {
  color: #ccc;
}

.footer .footer_cen .foot_r .code_box {
  float: right;
  width: 258px;
  margin-top: 5px;
}

.footer .footer_cen .foot_r .code_box .code:nth-child(even) {
  float: right;
}

.footer .footer_cen .foot_r .code_box .code {
  float: left;
  width: 112px;
  height: auto;
}

.footer .footer_cen .foot_r .code_box .code .tu {
  width: 112px;
  height: 112px;
  overflow: hidden;
}

.footer .footer_cen .foot_r .code_box .code .tu img {
  width: 100%;
  height: auto;
}

.footer .footer_cen .foot_r .code_box .code .txt {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}

@media (max-width: 1420px) {
  .footer .footer_cen {
    width: 94%;
    padding: 75px 0;
  }
}

@media (max-width: 1024px) {
  .footer .footer_cen {
    padding: 35px 0;
  }

  .footer .footer_cen .foot_l {
    width: 100%;
    float: none;
  }

  .footer .footer_cen .foot_r {
    width: 100%;
    float: none;
  }

  .footer .footer_cen .foot_r .code_box {
    width: 100%;
    overflow: hidden;
    float: none;
    margin-top: 15px;
  }

  .footer .footer_cen .foot_r .code_box .code:nth-child(even) {
    float: left;
    margin-left: 20px;
  }

  .footer .footer_cen .foot_r .cont_box {
    width: 100%;
    float: none;
    text-align: left;
  }

  .footer .footer_cen .foot_r .cont_box>p,
  .footer .footer_cen .foot_r .cont_box .e {
    display: none;
  }

  .footer .footer_cen .foot_r .cont_box .copyright {
    padding-top: 15px;
    text-align: center;
  }

  .footer .footer_cen .foot_r .cont_box .copyright p {
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .footer .footer_cen {
    padding: 25px 0;
  }
}

iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* 23.6.14 */

.network .network-swiper {
  margin-top: 30px;
}

.network-swiper .swiper-wrapper {
  justify-content: center;
}

.network-swiper .li {
  width: 136px;
  height: 46px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  border-radius: 46px;
  color: #454545;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.5s;
}

.network-swiper .li:last-child {
  margin-right: 0;
}

.network-swiper .li:hover,
.network-swiper .li.cur {
  border-color: #ba251d;
  background: #ba251d;
  color: #fff;
}

.main.about .magazine .box ul {
  display: flex;
  flex-wrap: wrap;
}

.main.about .magazine .box ul li {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
}

.main.about .magazine .box ul li a {
  display: flex;
}

.main.about .magazine .box ul li:nth-child(2n) {
  margin-right: 0;
}

.main.about .magazine .box ul li a .left {
  width: 40%;
}

.main.about .magazine .box ul li a .right {
  width: 60%;
  padding: 10px;
}

.main.about .magazine .box ul li a .right .t {
  font-size: 24px;
  line-height: 1.4;
}

.main.about .magazine .box ul li a .right .con {
  padding-top: 16px;
  padding-bottom: 30px;
}

.main.about .magazine .box ul li a .right .more {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .network-swiper .swiper-wrapper {
    justify-content: flex-start;
  }

  .header .header_cen .logo {
    width: 280px;
  }

  .tit_box .t {
    text-align: center;
  }

  .classification_box .classification_cen {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .classification_box .classification_cen a {
    width: max-content;
    /* min-width: 25%; */
    margin-right: 20px;
  }

  .classification_box .classification_cen a:last-child {
    margin-right: 0;
  }

  .classification_box .classification_cen a .txt {
    width: max-content;
  }
}