body a {
  color: #666;
}
.ovfHiden {
  overflow: hidden;
  height: 100%;
}
.header {
  height: 100px;
  position: relative;
}
.header .logo {
  margin-top: 13px;
}
.header .menu {
  height: 100px;
}
.header ul {
  margin-bottom: 0;
  height: auto;
  line-height: 100px;
  height: 100px;
  position: relative;
}
.header ul li {
  float: left;
  list-style: none;
  position: relative;
  height: 100%;
}
.header ul li .fa {
  color: inherit;
  line-height: inherit;
}
.header ul li .down {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  background: #fff;
  z-index: 10000;
}
.header ul li .down .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.header ul li .down a.sub {
  display: block;
  padding: 10px;
  line-height: 36px;
  color: #666;
}
.header ul li .down a.sub:hover {
  text-decoration: none;
  background-color: #f0f0f0;
  color: #000;
}
.header ul li span {
  transition: all .36s ease;
}
.header ul li > a {
  font-size: 16px;
  font-weight: 500;
  transition: all .36s ease;
  text-decoration: none;
  line-height: 36px;
  color: #000;
  display: block;
  padding: 0 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.header ul li > a span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: -webkit-transform 0.3s linear;
  transition: transform .3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header ul li > a span:before {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}
.header ul li > a:hover {
  text-decoration: none;
}
.header ul li > a:hover span {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.header ul li > a:hover .fa-angle-down {
  color: #DE2E22;
}
.header ul li > a .fa-angle-down:before {
  content: "\f107";
}
.header ul li > a .fa-angle-down {
  position: absolute;
  padding-left: 10px;
  transition: all .36s ease;
  top: 0;
  right: 5px;
  color: rgba(0, 0, 0, 0.28);
}
.header ul li:hover > a {
  color: #DE2E22;
  cursor: pointer;
}
.header ul li:hover .down {
  display: block;
}
.header ul li:hover .line {
  opacity: 1;
}
.header ul li:hover span.glyphicon {
  color: #DE2E22;
}
.header ul li.lang_li {
  padding-left: 15px;
}
.header ul li.on a {
  color: #DE2E22;
}
.header ul li.on .line {
  opacity: 1;
}
.header .line {
  height: 2px;
  width: 39px;
  transition: all 2s ease;
  background: #DE2E22;
  margin: 0 auto;
  opacity: 0;
}
.header .lang {
  display: inline-block;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 13px;
}
.header .lang .text {
  display: inline-block;
  padding: 0 10px;
}
.banner .swiper-container {
  width: 100%;
  height: 500px;
}
.banner .swiper-button-black {
  background-color: #5a595c;
  width: 50px;
  height: 50px;
}
.banner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  margin: 0!important;
  background-color: #4b4a53;
}
.banner .swiper-pagination-bullet-active {
  background-color: #de2e22;
}
.banner .swiper-button-prev {
  background-image: url(../image/left.png);
  background-size: 14px 19px;
}
.banner .swiper-button-next {
  background-image: url(../image/right.png);
  background-size: 14px 19px;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide > a img {
  width: 100%;
  height: 100%;
}
.product {
  background-image: url(../image/pro_bg.png);
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
.product .list {
  margin-top: 100px;
}
.product .list > div {
  display: none;
}
.product .list > div.list_new {
  display: block;
}
.product .list img {
  width: 100%;
}
.product .list .item {
  border: 1px solid #ddd;
  text-align: center;
}
.product .list .item img {
  transition: all 0.5s ease;
}
.product .list .item div {
  padding: 10px 0;
  transition: all 0.7s ease-in-out;
}
.product .list .item h4 {
  margin-top: 0;
  font-size: 24px;
}
.product .list .item p {
  margin-bottom: 0;
}
.product .list .item:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.product .list .item:hover div {
  background-color: #de2e22;
  color: #fff;
}
.product .list .item a {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f0f3f5;
}
.product .right_banner {
  height: 150px;
  line-height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 100;
  background-color: #DE2E22;
}
.product .right_banner .span_more a {
  transition: all .36s ease;
}
.product .right_banner .span_more a:hover {
  background-color: #b91e13;
}
.product .right_banner .span_index a {
  transition: all .36s ease;
}
.product .right_banner .span_index a:hover {
  color: #DE2E22;
  background-color: #fff;
}
.product .right_banner .btn {
  margin: 0 40px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: bold;
  border-radius: 0;
}
.product .right_banner .on {
  color: #DE2E22;
  background-color: #fff;
}
.product .right_banner span {
  color: rgba(255, 255, 255, 0.28);
}
.title h3 {
  font-size: 30px;
  font-weight: bold;
}
.title .p_line {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #DE2E22;
}
.j_box {
  margin-top: 25px;
}
.j_box .jlast {
  display: inline-block;
  width: 50px;
  height: 36px;
  display: table-cell;
  /*设置文本水平居中*/
  /*设置文本垂直居中*/
  vertical-align: middle;
  text-align: center;
}
.j_box .bord {
  border: 2px solid #ddd;
  margin: 2px;
  padding: 10px 0;
}
.j_box .lastpage span {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.j_box .jnext {
  display: inline-block;
  width: 50px;
  height: 36px;
  display: table-cell;
  /*设置文本水平居中*/
  /*设置文本垂直居中*/
  vertical-align: middle;
  margin-left: 5px;
  text-align: center;
}
.image_list img {
  width: 100%;
  height: 350px;
  background-size: cover;
}
.image_list .clearfix {
  position: relative;
}
.image_list .item {
  padding: 0;
  height: 350px;
}
.image_list .item a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.image_list .img_item a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.image_list .img_item img {
  transition: all 0.5s ease;
}
.image_list .left_bg,
.image_list .left1_bg {
  background-image: url(../image/left_bg.png);
  background-size: cover;
  padding: 0;
}
.image_list .right_bg,
.image_list .right1_bg {
  background-image: url(../image/right_bg.png);
  background-size: cover;
  padding: 0;
}


.image_list .text_item > div {
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  text-align: left;
}
.image_list .text_item > div .top {
  font-size: 24px;
  color: #fff;
}
.image_list .text_item > div .bottom {
  color: #EDBFBC;
  font-size: 28px;
}
.image_list .text_item > div h3 {
  font-size: 32px;
  color: #fff;
}
.image_list .text_item > div .go {
  width: 100px;
  height: 40px;
  color: #fff;
  border: 2px solid #d47d77;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: all .5s ease;
}
.image_list .text_item > div .go img {
  transition: all .5s ease;
}
.image_list .text_item > div .go:hover img {
  margin-left: 30px;
}
.image_list .text_item > div .go:hover {
  background-color: #de2e22;
}
.image_list .item01 {
  position: absolute;
  margin: 0 auto;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.image_list .clearfix {
  height: 350px;
}
.left1_bg:nth-of-type(2){
  background-image: url(../image/white_bg.png);
    background-size: cover;
}
.right1_bg:nth-of-type(1){
  background-image: url(../image/white_bg.png);
    background-size: cover;
}

.image_list .clearfix:nth-child(2) .text_item .go_p {
  position: absolute;
  right: 0;
  bottom: 0;
}
.image_list .item01 img {
  height: auto;
}
.image_list .item01 > .row {
  height: 100%;
}
.image_list .item01 > .row .col-md-6 {
  height: 100%;
}
.image_list .item01 .col-md-6 > a {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image_list .item01 a img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.image_list .item01 a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.image_list .clearfix:nth-child(2) .text_item > div {
  text-align: right;
}
.img_mobile {
  padding: 0 15px;
}
.img_mobile > div {
  margin-bottom: 10px;
}
.ac_box {
  position: relative;
}
.ac_box .ac_loop .swiper-container {
  z-index: 10;
  padding: 40px 0;
  padding-left: 40px;
  background-color: #EDF1F2;
}
.ac_box .ac_bgdiv {
  position: absolute;
  left: -60px;
  top: 37px;
  width: 390px;
  height: 350px;
  background-color: #DE2E22;
}
.ac_box img {
  width: 300px;
  height: 250px;
}
.ac_box .date {
  font-size: 48px;
  color: #ccc;
}
.ac_box .year {
  font-size: 17px;
  color: #ccc;
  margin-left: 15px;
}
.ac_box .des {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  margin-bottom: 35px;
}
.ac_box .go {
  width: 100px;
  height: 40px;
  border: 2px solid #bec1c2;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: all .5s ease;
}
.ac_box .go img {
  transition: all .5s ease;
}
.ac_box .go:hover img {
  margin-left: 30px;
}
.ac_box .go:hover {
  background-color: #de2e22;
  border: 2px solid #de2e22;
}
.ac_box .t_text {
  margin-left: 60px;
}
.go img {
  width: 37px;
  height: 12px;
}
.activity {
  padding-top: 40px;
  background-image: url(../image/acti_bg.png);
  background-size: cover;
}
.activity .t_btn .j_box {
  display: table;
  margin: 20px auto;
  margin-top: 70px;
}
.activity .title {
  margin-bottom: 50px;
}
.activity .acti_left {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.activity .ac_box img {
  transition: all .38s ease;
}
.activity .ac_box img:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.about {
  background-color: #EDF1F2;
  padding-bottom: 80px;
  text-align: center;
}
.about h2 {
  margin-top: 80px;
  margin-bottom: 0;
  font-weight: bold;
}
.about p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.about .line_wrap {
  margin-bottom: 30px;
}
.about .line {
  display: inline-block;
  height: 4px;
  background-color: #DE2E22;
  width: 65px;
}
.current {
  width: 100%;
  height: 45px;
  line-height: 45px;
/*  padding-left: 100px;
*/  background-color: #27262b;
}
.current .now_position {
  color: #DE2E22;
}
.detail {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.detail .content {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.detail .moreinfo .list {
  margin-top: 30px;
}
.detail .moreinfo .item {
  border: 1px solid #ddd;
  text-align: center;
}
.detail .moreinfo img {
  width: 100%;
}
.detail .moreinfo .pagination > li > a,
.detail .moreinfo .pagination > li > span {
  color: #28272c;
  margin: 0 5px;
}
.detail .moreinfo .pagination > .disabled > a,
.detail .moreinfo .pagination > .disabled > a:focus,
.detail .moreinfo .pagination > .disabled > a:hover,
.detail .moreinfo .pagination > .disabled > span,
.detail .moreinfo .pagination > .disabled > span:focus,
.detail .moreinfo .pagination > .disabled > span:hover {
  color: #ccc;
}
.detail .moreinfo .pagination > .active > a {
  background-color: #28272c;
  color: #fff;
  border-color: #28272c;
}
.pagination > li > a,
.pagination > li > span {
  color: #28272c;
  margin: 0 5px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #ccc;
}
.pagination > .active > a {
  background-color: #28272c;
  color: #fff;
  border-color: #28272c;
}
.pagebanner img {
  width: 100%;
}
.productspage {
  margin-bottom: 20px;
}
.productspage .p_title {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
}
.productspage .p_title .btn {
  border: 2px solid #bec1c2;
  border-radius: 0;
}
.productspage .p_title a {
  transition: all .38s ease;
  font-weight: bold;
}
.productspage .p_title a:hover {
  background-color: #da251c;
  border: 2px solid #da251c;
  color: #fff;
}
.productspage .p_title .active {
  color: #fff;
}
.productspage .p_title .active.btn {
  box-shadow: none;
  background-color: #da251c;
  border: none;
}
.productspage .p_title span {
  margin: 0 30px;
  color: #ccc;
}
.productspage .leidata {
  padding: 60px 0;
  text-align: center;
}
.productspage .leidata a {
  margin: 0 40px;
  font-weight: 500;
  color: #666;
}
.productspage .leidata a:hover {
  text-decoration: none;
  color: #da251c;
}
.productspage .product_list .item {
  padding: 50px 0;
  background-color: #f0f3f5;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.productspage .product_list .item h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.productspage .product_list .item .item-img {
  padding: 30px;
  padding-top: 0;
}
.productspage .product_list .item .item-img img {
  width: 300px;
  height: 150px;
}
.productspage .product_list .item .item-right {
  padding: 0 30px;
  overflow:hidden;
}
.productspage .product_list .item .btn {
  border: 2px solid #bec1c2;
  border-radius: 0;
  position: absolute;
  padding: 6px 20px;
  bottom: 54px;
  right: -20px;
  transition: all .5s ease;
}
.productspage .product_list .item .btn img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.productspage .product_list .item .btn:hover {
  background-color: #de2e22;
  border: 2px solid #de2e22;
  right: -40px;
}
.productspage .product_list .pagination > li > a,
.productspage .product_list .pagination > li > span {
  color: #28272c;
  margin: 0 5px;
}
.productspage .product_list .pagination > .disabled > a,
.productspage .product_list .pagination > .disabled > a:focus,
.productspage .product_list .pagination > .disabled > a:hover,
.productspage .product_list .pagination > .disabled > span,
.productspage .product_list .pagination > .disabled > span:focus,
.productspage .product_list .pagination > .disabled > span:hover {
  color: #ccc;
}
.productspage .product_list .pagination > .active > a {
  background-color: #28272c;
  color: #fff;
  border-color: #28272c;
}
.activitypage {
  margin-top: 60px;
}
.activitypage .acti_box .item {
  padding: 45px 0;
  border-bottom: 1px solid #ddd;
}
.activitypage .acti_box .item .a_img {
  overflow: hidden;
}
.activitypage .acti_box img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.activitypage .acti_box img:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.activitypage .p_title {
  text-align: left;
  padding: 60px 0 0 0;
}
.activitypage .p_title .btn {
  border: 1px solid #ddd;
  border-radius: 0;
}
.activitypage .p_title a {
  font-weight: bold;
}
.activitypage .p_title .active {
  color: #fff;
}
.activitypage .p_title .active.btn {
  box-shadow: none;
  background-color: #da251c;
  border: none;
}
.activitypage .p_title span {
  margin: 0 20px;
  color: #ccc;
}
.flexbox {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
}
.flex1 {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
}
.recruit {
  margin-top: 50px;
  margin-bottom: 50px;
}
.recruit .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.recruit .title {
  margin-bottom: 20px;
}
.recruit .title h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.recruit .title .salary {
  float: right;
  color: #666;
}
.recruit .post {
  margin-bottom: 20px;
}
.recruit .post p {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.aboutus {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.aboutus p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}
.contacts {
  margin-bottom: 60px;
}
.contacts p {
  font-size: 14px;
  color: #333;
}
.contacts .map {
  margin: 40px 0;
}
.contacts img {
  max-width: 100%;
}
.footer {
  background-color: #27262b;
  padding: 30px 0;  color: #fff;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  float: left;
  list-style: none;
}
.footer ul li a {
  color: #b3b3b3;
}
.footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.footer ul li .shu {
  margin: 0 15px;
}
.footer .text {
  color: #fff;
}
.footer .text-r-des {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}
.menu-bar {
  position: absolute;
  display: none;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: top 0.25s ease-in-out;
  transition: transform 0.25s ease-out;
  transition: top 0.25s ease-in-out;
}
.menu-bar .btn-menu {
  display: block;
  box-sizing: border-box;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-bottom: none;
}
.menu-bar .btn-menu .menu-line {
  display: block;
  width: 30px;
  height: 3px;
  margin: 8px auto;
  border-radius: 2px;
  background-color: #2a292e;
}
.menu-bar .btn-menu .menu-line.menu-line-top {
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.25s ease-out, background-color 0.25s ease-out;
  transition: transform 0.25s ease-out, background-color 0.25s ease-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.menu-bar.is-open .btn-menu .menu-line.menu-line-top {
  width: 36px;
  -webkit-transform: rotate(45deg) translate(-1px, -1px) scaleX(1);
  -ms-transform: rotate(45deg) translate(-1px, -1px) scaleX(1);
  transform: rotate(45deg) translate(-1px, -1px) scaleX(1);
  background-color: #2a292e;
}
.menu-bar .btn-menu .menu-line.menu-line-middle {
  -webkit-transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
  transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
  opacity: 1;
}
.menu-bar.is-open .btn-menu .menu-line.menu-line-middle {
  opacity: 0;
}
.menu-bar .btn-menu .menu-line.menu-line-bottom {
  margin-bottom: 0;
  -webkit-transition: -webkit-transform 0.25s ease-out, background-color 0.25s ease-out;
  transition: transform 0.25s ease-out, background-color 0.25s ease-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.menu-bar.is-open .btn-menu .menu-line.menu-line-bottom {
  width: 36px;
  -webkit-transform: rotate(-45deg) translate(-2px, 1px) scaleX(1);
  -ms-transform: rotate(-45deg) translate(-2px, 1px) scaleX(1);
  transform: rotate(-45deg) translate(-2px, 1px) scaleX(1);
  background-color: #2a292e;
}
@media (max-width: 800px) {
  .header {
    height: 66px;
  }
  .header .logo {
    width: 90px;
  }
  .header ul {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    padding-bottom: 0px;
    overflow: scroll;
    padding: 0;
    text-align: center;
    background: #fff;
    z-index: 1000;
    top: 66px;
    left: 0;
    margin-top: 0;
  }
  .header .menu {
    width: 100%;
    height: auto;
  }
  .header .line {
    display: none;
  }
  .header ul li {
    float: none;
    padding: 0;
    line-height: 35px;
    width: 100%;
    height: auto;
  }
  .header ul li.lang_li {
    padding-top: 45px;
  }
  .header ul li a {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .menu-bar {
    display: block;
  }
  .header ul li .down {
    position: initial;
  }
  .header ul li .down a.sub {
    padding: 0;
  }
  .banner .swiper-container {
    height: auto;
  }
  .title h3 {
    font-size: 20px;
  }
  .product .right_banner {
    position: inherit;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: auto;
  }
  .product .right_banner .btn {
    margin: 0;
  }
  .product .right_banner .span_index span {
    display: none;
  }
  .product .list {
    margin-top: 20px;
  }
  .product .list .item h4 {
    font-size: 16px;
  }
  .current {
    padding-left: 0;
  }
  .ac_box .ac_bgdiv {
    display: none;
  }
  .ac_box .ac_loop .swiper-container {
    padding: 0;
  }
  .activity .acti_left {
    width: 100%;
  }
  .ac_box .t_text {
    margin-left: 0;
    text-align: center;
    padding: 0 30px;
    padding-top: 10px;
  }
  .ac_box .des {
    font-size: 20px;
  }
  .activity {
    padding-top: 0;
  }
  .activity .acti_left img {
    width: 100%;
  }
  .ac_box .date {
    font-size: 28px;
    margin-top: 0;
  }
  .activity .t_btn .j_box {
    margin-top: 30px;
  }
  .about {
    padding-bottom: 20px;
  }
  .about h2 {
    font-size: 22px;
    margin-top: 20px;
  }
  .image_list img {
    height: auto;
  }
  .image_list .item {
    height: auto;
  }
  .image_list .img_item a {
    height: auto;
  }
  .image_list .left_bg,
  .image_list .right_bg {
    padding: 20px 0;
  }
  .image_list .clearfix {
    margin-bottom: 10px;
  }
  .image_list .text_item > div {
    width: 80%;
  }
  .img_mobile .text_item > div {
    padding: 0;
  }
  .image_list .text_item > div .bottom {
    font-size: 20px;
  }
  .image_list .text_item > div h3 {
    font-size: 20px;
  }
  .productspage .p_title span {
    margin: 0;
    display: none;
  }
  .productspage .p_title {
    padding: 20px 0;
  }
  .productspage .leidata {
    padding: 20px 0;
  }
  .productspage .leidata a {
    margin: 0 10px;
  }
  .productspage .product_list .item {
    padding: 20px 0;
    padding-bottom: 50px;
  }
  .productspage .product_list .item .item-img {
    padding: 0;
    padding-left: 5px;
  }
  .productspage .product_list .item .btn {
    bottom: 10px;
    right: 5px;
  }
  .productspage .product_list .item .item-img img {
    width: 100px;
    height: auto;
  }
  .productspage .product_list .item .item-right {
    padding: 0 10px;
  }
  .productspage .product_list .item h3 {
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 0;
  }
  .productspage .product_list .item-right p {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .activitypage {
    margin-top: 20px;
  }
  .activitypage .p_title {
    padding-top: 20px;
  }
  .activitypage .p_title span {
    display: none;
  }
  .activitypage .acti_box .item .a_img {
    display: block;
    float: none;
    width: 100%;
  }
  .activitypage .a_img img {
    width: 100%;
    height: auto;
  }
  .activitypage .acti_box .item {
    padding: 20px 0;
  }
  .recruit .title h3 {
    font-size: 20px;
  }
  .banner .swiper-button-black {
    width: 30px;
    height: 30px;
  }
  .banner .swiper-pagination-bullet {
    height: 2px;
  }
  .moreinfo .col-md-4 {
    padding: 0 3px;
  }
}
