﻿

@charset "UTF-8";

@font-face {
  font-family: "ob";
  src: url("../fonts/font.woff2") format("woff2"), url("../fonts/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pb";
  src: url("../fonts/piersans-bold.woff2") format("woff2"), url("../fonts/piersans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.about_us .wrap_02 .main_box .item {
  transition: .32s;
  -moz-transition: .32s;
  /* Firefox 4 */
  -webkit-transition: .32s;
  /* Safari 和 Chrome */
  -o-transition: .32s;
  /* Opera */
}

header .r_box .r_b .search_box .ss_btn,
footer .b1 .layout .cont_box .phone a,
.page_box a,
.index .wrap_03 .l_box .ho_list .item .icon,
.index .wrap_03 .l_box .more_btn,
.index .wrap_04 .layout .tit .news_btn .iconfont,
.index .wrap_04 .layout .news_swiper .swiper-slide .btn,
.index .wrap_05 .l_box .frind_btn .iconfont,
.index .wrap_05 .r_box .fr_swiper .swiper-slide,
.about_us .wrap_04 .l_box .ho_list .item .icon,
.about_us .wrap_05 .e_box .btn,
.about_us .wrap_07 .se_box .btn,
.about_us .wrap_07 .c_box .item .s_sw .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input {
  font-size: 14px;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.tit span { color:#c01920;}
.owl-pagination {display:none;}
@media (min-width: 1200px){
  .mask{ display: none!important; }
  nav{ display: block!important; }
}

body {
  padding-top: .9rem;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: .9rem;
}

header h1 a h6 {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #b50074;
  margin-bottom: .15rem;
}

header h1 a p {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #555555;
}

header .r_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header .r_box .r_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .r_box .r_b nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .r_box .r_b nav ul li {
  position: relative;
}

header .r_box .r_b nav ul li .second_box {
  display: none;
  position: absolute;
  width: 150%;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #fff;
}

header .r_box .r_b nav ul li .second_box a {
  display: block;
  text-align: center;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: block;
  margin: 0 .35rem;
  line-height: .5rem;
}

header .r_box .r_b nav ul li .second_box a:hover {
  color: #c01920;
}

header .r_box .r_b nav ul li .first_menu {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  display: block;
  margin: 0 .35rem;
  line-height: .9rem;
}

header .r_box .r_b nav ul li:hover .first_menu {
  color: #c01920;
}

header .r_box .r_b nav ul li:last-child {
  margin-right: 0;
}

header .r_box .r_b nav ul .on .first_menu {
  border-bottom: 2px solid #c01920;
  color: #c01920;
}

header .r_box .r_b nav ul .on .first_menu:hover {
  color: #c01920;
}

header .r_box .r_b nav .r_t {
  display: none;
}

header .r_box .r_b .lan_ch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    margin-right: .3rem;
}

header .r_box .r_b .lan_ch span {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #999999;
  margin-left: .1rem;
}

header .r_box .r_b .search_box {
  margin-left: .3rem;
  position: relative;
}

header .r_box .r_b .search_box .ss_btn {
  background-color: #c01920;
  width: .9rem;
  height: .9rem;
}

header .r_box .r_b .search_box .ss_box {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .r_box .r_b .search_box .ss_box form {
  width: 2.6rem;
  height: .4rem;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .r_box .r_b .search_box .ss_box form .tet {
  width: 2.2rem;
  border: none;
  padding-left: .1rem;
}

header .r_box .r_b .search_box .ss_box form .ic {
  border: none;
  width: .4rem;
  height: .4rem;
  background-color: #c01920;
  background-image: url("../images/03.png");
  background-position: center;
  background-repeat: no-repeat;
}

header .r_box .r_b .nav_btn {
  display: none;
}

footer {
  background-color: #1f1f1f;
}

footer .b1 {
  padding: .7rem 0;
}

footer .b1 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .b1 .layout .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .b1 .layout .nav_box dl {
  margin-right: .9rem;
}

footer .b1 .layout .nav_box dl dt {
  margin-bottom: .4rem;
}

footer .b1 .layout .nav_box dl dt a {
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.18rem);
}
footer .b1 .layout .nav_box dl dd  {
  color: #ababab;
 
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
}
footer .b1 .layout .nav_box dl dd a {
  color: #ababab;
 
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.8;
}

footer .b1 .layout .nav_box dl dd a:hover {
  opacity: 1;
}

footer .b1 .layout .cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .b1 .layout .cont_box .ewm {
  text-align: center;
}
footer .b1 .layout .cont_box .ewm p {
  margin-top: .13rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #ffffff;
  opacity: 0.4;
  text-align: center;
}

footer .b1 .layout .cont_box .phone {
  margin-left: .6rem;
  text-align: center;
}

footer .b1 .layout .cont_box .phone h6 {
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.45rem);
  font-weight: 550;
font-size:24px;
}

footer .b1 .layout .cont_box .phone p {
  color: #ffffff;
  opacity: 0.4;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.14rem);
  margin: .3rem 0;
}

footer .b1 .layout .cont_box .phone a {
  width: 2rem;
  margin: 0 auto;
  height: .5rem;
  background-color: #c01920;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

footer .b1 .layout .cont_box .phone a img {
  margin-right: .2rem;
}

footer .b2 {
  border-top: 1px solid #333333;
}

footer .b2 .layout {
  height: .74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .b2 .ll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .b2 .ll p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #ffffff;
  opacity: 0.4;
  margin-left: .2rem;
}

footer .b2 .rr {
  color: #ffffff;
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .b2 .rr a {
  color: #ffffff;
  opacity: 0.4;
  font-size: calc(12px - 0.12rem + 0.14rem);
  padding: 0 .2rem;
  border-right: 1px solid #eee;
}
@media (max-width: 1024px) {
  footer .b1 .layout .cont_box {
    display: block;
  }
  
  footer .b1 .layout .cont_box .phone{
    margin-left: 0;
    margin-top: 10px;
  }
}
.page_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  padding: .6rem 0;
}

.page_box a {
  height: .46rem;
  border: solid 1px #b5b5b5;
  color: #201c1c;
  font-size: calc(12px - 0.12rem + 0.16rem);
  height: .46rem;
  margin: 0 .1rem;
  width: .46rem;
}

.page_box a:hover {
  background-color: #c01920;
  color: #fff;
}

.page_box .on {
  background-color: #c01920;
  color: #fff;
}

.page_box .on:hover {
  color: #fff;
}

.secon_menu_wrap {
  background-color: #fafafa;
display:block;
}

.secon_menu_wrap .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secon_menu_wrap .layout .second_menu_swiper {
  width: 70%;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .swiper-slide {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  padding: .25rem 0;
  text-align: center;
  position: relative;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .swiper-slide:hover {
  color: #c01920;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .on {
  background-color: #c01920;
  color: #fff;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .on:hover {
  color: #fff;
}

.secon_menu_wrap .layout .curmbs_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem 0;
}

.secon_menu_wrap .layout .curmbs_box img {
  margin-right: .1rem;
}

.secon_menu_wrap .layout .curmbs_box a {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.secon_menu_wrap .layout .curmbs_box i {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin: 0 .1rem;
}

.secon_menu_wrap .layout .curmbs_box span {
  color: #c01920;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.pub_tit {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #333;
  padding-left: .2rem;
  border-left: 4px solid #c01920;
  margin: .55rem 0;
}

.index .banner_wrap .swiper-pagination-bullet {
  background: none;
  background-image: url("../images/05.png");
  width: .18rem;
  height: .18rem;
  background-repeat: no-repeat;
  background-position: center;
}

.index .banner_wrap .swiper-pagination-bullet-active {
  background: none;
  background-image: url("../images/04.png");
  background-size: cover;
  width: .18rem;
  height: .18rem;
  background-repeat: no-repeat;
  background-position: center;
}

.index .wrap_01 {
  background-image: url("../images/06.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: .5rem;
}

.index .wrap_01 .tit {
  padding: .6rem 0;
  text-align: center;
}

.index .wrap_01 .tit h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.index .wrap_01 .tit h6 span {
  color: #c01920;
}

.index .wrap_01 .tit p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin-top: .2rem;
}

.index .wrap_01 .con_box .item {
  position: relative;
  overflow: hidden;
}

.index .wrap_01 .con_box .item .tet {
  position: absolute;
  top: .5rem;
  left: .4rem;
}

.index .wrap_01 .con_box .item .tet h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.28rem);
  margin-bottom: .15rem;
}

.index .wrap_01 .con_box .item .tet p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.15rem);
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  width: 1.35rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index .wrap_01 .con_box .b1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_01 .con_box .b1_box .b1_l {
  width: 66.6%;
  margin-bottom: .2rem;
}

.index .wrap_01 .con_box .b1_box .b1_l .b1_l_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .2rem;
}

.index .wrap_01 .con_box .b1_box .b1_l .b1_l_2 .item {
  width: 49%;
}

.index .wrap_01 .con_box .b1_box .b1_2 {
  width: 32.7%;
}

.index .wrap_01 .con_box .b1_box .b1_2 .im2 {
  display: none;
}

.index .wrap_01 .con_box .b2_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_01 .con_box .b2_box .item {
  width: 32.5%;
}

.index .wrap_02 {
 /* background-image: url("../images/10.png");*/
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
  padding-top: 1.1rem;
}

.index .wrap_02 .tit {
  padding: 0 0 .6rem;
  text-align: center;
}

.index .wrap_02 .tit h6 {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.index .wrap_02 .tit p {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin-top: .2rem;
}

.index .wrap_02 .con_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_02 .con_box .big_swiper {
  width: 79%;
}

.index .wrap_02 .con_box .big_swiper .swiper-slide {
  position: relative;
}

.index .wrap_02 .con_box .big_swiper .swiper-slide .add_aaa {
  left: 0;
  bottom: 0;
  position: absolute;
  width: 4rem;
  height: 1.22rem;
  background-image: url("../images/12.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .3rem;
}

.index .wrap_02 .con_box .big_swiper .swiper-slide a .l h6 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #333;
}

.index .wrap_02 .con_box .big_swiper .swiper-slide a .l p {
  color: #f6f5f1;
  opacity: 0.8;
  font-size: calc(12px - 0.12rem + 0.13rem);
  margin-top: .16rem;
}

.index .wrap_02 .con_box .small_swiper {
  height: 5.8rem;
  width: 19%;
  padding-right: .2rem;
}

.index .wrap_02 .con_box .small_swiper .swiper-wrapper .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 4px transparent;
}

.index .wrap_02 .con_box .small_swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
}

.index .wrap_02 .con_box .small_swiper .swiper-wrapper .small_on {
  border: solid 4px #bf1920;
}

.index .wrap_02 .con_box .small_swiper .swiper-container-vertical>.swiper-scrollbar {
  background-color: #333;
  opacity: 0.3;
  width: 2px;
}

.index .wrap_02 .con_box .small_swiper .swiper-scrollbar-drag {
  background-color: #bf1920;
  border-radius: 0;
}

.index .wrap_03 {
  overflow: hidden;
  padding: .55rem 0;
    
  background-image: url(../images/10.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-bottom: 2.4rem;
    padding-top:2rem;  
    
    
}

.index .wrap_03 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_03 .l_box {
  width: 52%;
}

.index .wrap_03 .l_box .tit {
  margin-bottom: .3rem;
}

.index .wrap_03 .l_box .tit p {
  color: #d72835;
  font-size: calc(12px - 0.12rem + 0.36rem);
  margin-bottom: .2rem;
}

.index .wrap_03 .l_box .tit h6 {
  /*color: #000000;*/
    color: #FFF;
  font-size: calc(12px - 0.12rem + 0.4rem);
  font-weight: 550;
}

.index .wrap_03 .l_box .tit .line {
  display: block;
  width: .3rem;
  height: 3px;
  background-color: #c01920;
  margin-top: .3rem;
}

.index .wrap_03 .l_box .des p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  /*color: #666666;*/
    color: #FFF;
  line-height: 1.6;
  margin-bottom: .2rem;
}

.index .wrap_03 .l_box .ho_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .4rem 0;
}

.index .wrap_03 .l_box .ho_list .item {
  width: 25%;
  text-align: center;
  position: relative;
}

.index .wrap_03 .l_box .ho_list .item:last-child::after {
  opacity: 0;
}

.index .wrap_03 .l_box .ho_list .item::after {
  position: absolute;
  width: 1px;
  height: .5rem;
  background-color: #dcdcdc;
  right: 0;
  top: .2rem;
  content: '';
}

.index .wrap_03 .l_box .ho_list .item .icon {
  width: .8rem;
  height: .8rem;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.55rem);
  font-weight: 600;
  margin: 0 auto;
  border-radius: 50%;
}

.index .wrap_03 .l_box .ho_list .item p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666666;
  text-align: center;
  margin-top: .2rem;
}

.index .wrap_03 .l_box .more_btn {
  width: 150px;
  height: 50px;
  background-color: #c01920;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.14rem);
  position: relative;
  z-index: 3;
}

.index .wrap_03 .r_box {
  text-align: right;
  width: 46%;
}

.index .wrap_04 {
    background-image: url(images/a2.png);
 /*background-image: url("../images/14.png");*/
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
  padding-top: 1.1rem;
}

.index .wrap_04 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .wrap_04 .layout .tit {
  background-image: url("../images/15.png");
  width: 2.45rem;
  height: 5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: .6rem .34rem 0;
}

.index .wrap_04 .layout .tit h6 {
  font-size: .36rem;
  color: #333333;
  opacity: 0.8;
  line-height: 1.4;
}

.index .wrap_04 .layout .tit p {
  font-size: calc(12px - 0.12rem + 0.15rem);
  color: #333333;
  opacity: 0.8;
  line-height: 1.6;
  margin-top: .23rem;
}

.index .wrap_04 .layout .tit .news_num {
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.2rem);
}

.index .wrap_04 .layout .tit .news_num i {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #333333;
}

.index .wrap_04 .layout .tit .news_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .wrap_04 .layout .tit .news_btn .iconfont {
  margin-right: .15rem;
  width: .5rem;
  height: .5rem;
  border: solid 1px #333333;
  color: #333333;
  cursor: pointer;
}

.index .wrap_04 .layout .tit .news_btn .iconfont:hover {
  background-color: #333333;
  color: #c01920;
}

.index .wrap_04 .layout .news_swiper {
  width: 70%;
}

.index .wrap_04 .layout .news_swiper .swiper-slide:hover .btn {
  background-color: #c01920;
  color: #333333;
}

.index .wrap_04 .layout .news_swiper .swiper-slide:hover .pic_box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index .wrap_04 .layout .news_swiper .swiper-slide:hover .tet_box h6 {
  color: #c01920;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .pic_box {
  overflow: hidden;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .pic_box img {
  -webkit-transition: .6s;
  transition: .6s;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .tet_box {
  margin-top: .25rem;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .tet_box h6 {
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #333;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .tet_box .line {
  width: .15rem;
  height: 3px;
  background-color: #a40001;
  margin: .22rem 0;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .tet_box p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .time {
  margin-top: .2rem;
  margin-bottom: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.index .wrap_04 .layout .news_swiper .swiper-slide .time img {
  margin-right: 6px;
}

.index .wrap_04 .layout .news_swiper .swiper-slide .btn {
  width: 1.3rem;
  height: .45rem;
  background-color: #c01920;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.index .wrap_04 .layout .news_swiper .swiper-slide .btn span {
  margin-right: .25rem;
}

.index .wrap_05 {
  padding: .4rem 0;
}

.index .wrap_05 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .wrap_05 .l_box {
  width: 33%;
}

.index .wrap_05 .l_box .tit {
  margin-bottom: .8rem;
}

.index .wrap_05 .l_box .tit h6 {
  color: #c01920;
  font-size: calc(12px - 0.12rem + 0.36rem);
  margin-bottom: .15rem;
}

.index .wrap_05 .l_box .tit h5 {
  color: #000000;
  font-size: calc(12px - 0.12rem + 0.4rem);
}

.index .wrap_05 .l_box .tit p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.15rem);
  margin-top: .2rem;
}

.index .wrap_05 .l_box .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.index .wrap_05 .l_box .num .item {
  padding-right: .8rem;
  position: relative;
}

.index .wrap_05 .l_box .num .item span {
  color: #333333;
  font-size: calc(12px - 0.12rem + .9rem);
  font-weight: 550;
  position: relative;
}

.index .wrap_05 .l_box .num .item span i {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}

.index .wrap_05 .l_box .num .item p {
  font-size: calc(12px - 0.12rem + .15rem);
  color: #666666;
  text-align: center;
  margin-top: .2rem;
}

.index .wrap_05 .l_box .frind_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .7rem;
}

.index .wrap_05 .l_box .frind_btn .iconfont {
  margin-right: .15rem;
  width: .5rem;
  height: .5rem;
  border: solid 1px #bfbfbf;
  color: #bfbfbf;
  cursor: pointer;
}

.index .wrap_05 .l_box .frind_btn .iconfont:hover {
  background-color: #c01920;
  color: #fff;
  border: solid 1px #c01920;
}

.index .wrap_05 .r_box {
  width: 63.5%;
}

.index .wrap_05 .r_box .fr_swiper .swiper-slide {
  border: 1px solid #eee;
}

.recruit .sea_box {
  margin-bottom: .4rem;
}

.recruit .sea_box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recruit .sea_box form select {
  width: 2.3rem;
  height: .4rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding-left: .2rem;
}

.recruit .sea_box form .tet {
  width: 5rem;
  height: .4rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding-left: .2rem;
}

.recruit .sea_box form .sub {
  width: 1rem;
  height: .4rem;
  background-color: #c01920;
  color: #fff;
  border: none;
  color: #ffffff;
  font-size: 14px;
}

.recruit .top {
  width: 100%;
  font-size: 0;
  padding: 0 0.55rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #c01920;
}

.recruit .top span {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.recruit .con-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.recruit .con-item .title {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  font-size: 0;
  padding: 0 0.55rem;
}

.recruit .con-item .title span {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 0.6rem;
}

.recruit .con-item .title:after {
  content: '+';
  color: #bbb;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 0.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6rem;
  text-align: center;
  cursor: pointer;
}

.recruit .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.2rem;
  height: auto;
  background-color: rgba(222, 222, 222, 0.2);
}

.recruit .con-item .contents .column {
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 0.4rem 0.55rem;
}

.recruit .con-item .contents .column .column-item {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.recruit .con-item .contents .column .column-item .column-name {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333333;
  text-align: left;
  display: block;
}

.recruit .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0.15rem 0 0.15rem;
}

.recruit .con-item .contents .column .column-item .column-list ul {
  width: 100%;
}

.recruit .con-item .contents .column .column-item .column-list ul li {
  width: 100%;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333333;
  margin: 0.1rem 0;
}

.recruit .con-item .contents .column .column-item .column-list p {
  width: 100%;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333333;
  margin: 0.1rem 0;
  padding-right:1rem;
}

.recruit .con-item .contents .column .column-item .email {
  margin-top: 0.15rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #b1b1b1;
}

.recruit .con-item .contents .column .btn {
  width: 100%;
  display: inline-block;
  font-size: 0;
  height: 0.6rem;
  text-align: left;
}

.recruit .con-item .contents .column .btn a {
  display: inline-block;
  width: auto;
  padding: 0 0.35rem;
  text-align: center;
  color: #fff;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background-color: #c01920;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.recruit .con-item .contents .column .btn a:hover {
  opacity: 0.8;
}

.recruit .con-item+.con-item {
  border-top: solid 0.01rem #eee;
}

.recruit .con-item.show .title {
  cursor: pointer;
  background-color: #bebebe;
}

.recruit .con-item.show .title span {
  color: #ffffff;
}

.recruit .con-item.show .title:after {
  content: '-';
  color: #fff;
}

.recruit .con-item.show:hover .title {
  background-color: #bebebe;
}

.recruit .con-item.show:hover .title span {
  color: #ffffff;
}

.recruit .con-item.show:hover .title:after {
  content: '-';
}

.recruit .con-item:hover .title {
  background-color: #bebebe;
}

.recruit .con-item:hover .title span {
  color: #ffffff;
}

.recruit .con-item:hover .title:after {
  content: '+';
}

.contact_us .con_box .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_us .con_box .list_box .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: .7rem;
  border-right: 1px solid #eee;
  padding-left: .5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_us .con_box .list_box .item:first-child {
  padding-left: 0;
}

.contact_us .con_box .list_box .item .tet {
  margin-left: .2rem;
}

.contact_us .con_box .list_box .item .tet h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.22rem);
  margin-bottom: .15rem;
}

.contact_us .con_box .list_box .item .tet p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666666;
  line-height: 1.6;
}
.contact_us .con_box .list_box .item .tet p a { color: #666666; }
.contact_us .con_box .map_box {
  margin: .4rem 0;
}

.Newcen {
  width: 100%;
  background: #fff;
}

.Newcen .N-list {
  width: 100%;
}

.Newcen .N-list .N-swiper {
  width: 100%;
}

.Newcen .N-list .N-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Newcen .N-list .N-swiper .limg {
  width: 50%;
}

.Newcen .N-list .N-swiper .limg img {
  width: 100%;
  height: 100%;
  display: block;
}

.Newcen .N-list .N-swiper .rmsg {
  width: 50%;
  padding: 34px;
  background: #f5f7f6;
  position: relative;
}

.Newcen .N-list .N-swiper .rmsg .tip {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
  font-weight: bold;
  margin-bottom: .1rem;
  line-height: 1.6;
}

.Newcen .N-list .N-swiper .rmsg .time {
  color: #777;
  margin-bottom: 30px;
}

.Newcen .N-list .N-swiper .rmsg .time span {
  margin-right: 12px;
}

.Newcen .N-list .N-swiper .rmsg .time span b {
  margin-right: 5px;
}

.Newcen .N-list .N-swiper .rmsg .txt {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  color: #777777;
  margin-bottom: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Newcen .N-list .N-swiper .rmsg .more {
  margin-bottom: .5rem;
}

.Newcen .N-list .N-swiper .rmsg .more a {
  color: #c01920;
  font-size: 14px;
  line-height: 24px;
}

.Newcen .N-list .N-swiper .rmsg .line {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}

.Newcen .N-list .N-swiper .rmsg .btn {
  position: absolute;
  left: .3rem;
  bottom: .3rem;
  z-index: 999;
}

.Newcen .N-list .N-swiper .rmsg .btn div {
  float: left;
  margin-right: 12px;
  width: 37px;
  height: 37px;
  background-color: #ababab;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}

.Newcen .N-list .N-swiper .rmsg .btn div:hover {
  background: #c01920;
}

.Newcen .N-list .N-swiper .swiper-pagination-bullet-active {
  background: #c01920;
}

.Newcen .N-list .N-swiper .swiper-pagination {
  text-align: right;
  padding-right: 30px;
}

.Newcen .N-list .N-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.Newcen .N-list .N-swiper .swiper-pagination-custom,
.Newcen .N-list .N-swiper .swiper-pagination-fraction {
  bottom: 14px;
}

.Newcen .N-list .msg-list {
  width: 100%;
  margin-top: .4rem;
}

.Newcen .N-list .msg-list ul {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Newcen .N-list .msg-list ul li {
  width: 23%;
  height: auto;
  margin-right: 2.6666%;
  margin-bottom: .2rem;
}

.Newcen .N-list .msg-list ul li:nth-child(4n+4) {
  margin-right: 0;
}

.Newcen .N-list .msg-list ul li .img {
  width: 100%;
  overflow: hidden;
}

.Newcen .N-list .msg-list ul li .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.Newcen .N-list .msg-list ul li .con {
  background: #f5f7f6;
  padding: .2rem .2rem 0;
}

.Newcen .N-list .msg-list ul li .con .tip {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.6;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.Newcen .N-list .msg-list ul li .con .txt {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  color: #777;
  margin: .1rem 0 .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2em;
}

.Newcen .N-list .msg-list ul li .con .line {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  margin-bottom: .2rem;
}

.Newcen .N-list .msg-list ul li .con .time {
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
  color: #777;
  padding-bottom: .2rem;
}

.Newcen .N-list .msg-list ul li .con .time span {
  margin-right: 10px;
}

.Newcen .N-list .msg-list ul li .con .time i {
  float: right;
}

.Newcen .N-list .msg-list ul li:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.Newsdetail {
  width: 100%;
  background: #fff;
}

.Newsdetail .N-list {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .7rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Newsdetail .N-list .center {
  width: 100%;
}

.Newsdetail .N-list .center .title {
  width: 100%;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.28rem);
  color: #333;
  margin-bottom: .2rem;
  line-height: 1.6;
}

.Newsdetail .N-list .center .tips {
  width: 100%;
  height: .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Newsdetail .N-list .center .tips .l span {
  float: left;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: .3rem;
  color: #999;
  margin-right: .15rem;
}

.Newsdetail .N-list .center .tips .l span b {
  margin-right: 5px;
}

.Newsdetail .N-list .center .tips .r span {
  margin-top: .12rem;
}

.Newsdetail .N-list .center .tips .r span,
.Newsdetail .N-list .center .tips .r a {
  float: left;
  font-size: calc(12px - 0.12rem + 0.14rem);
  /*color: #999;*/
  /* line-height: .3rem; */
}

.Newsdetail .N-list .center .tips .r a {
  font-size: 22px;
  margin: 0 8px;
}

.Newsdetail .N-list .center .tips .r a:hover {
  /*color: #c01920;*/
}

.Newsdetail .N-list .center .line {
  margin: .2rem 0;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}

.Newsdetail .N-list .center .txt {
  text-indent: 10px;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: .2rem 0;
  color: #666;
}
.Newsdetail .N-list .center .txt p {line-height:35px;}

.Newsdetail .N-list .center .imgs {
  text-align: center;
}

.Newsdetail .N-list .center .bot {
  width: 100%;
  overflow: hidden;
}

.Newsdetail .N-list .center .bot .b-l {
  float: left;
  width: 80%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 2;
}

.Newsdetail .N-list .center .bot .b-l a {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #666;
  line-height: 2;
  margin-left: .15rem;
}

.Newsdetail .N-list .center .bot .b-l a:hover {
  color: #c01920;
}

.Newsdetail .N-list .center .bot .b-r {
  float: right;
  width: 20%;
  text-align: right;
}

.Newsdetail .N-list .center .bot .b-r a {
  width: 1.8rem;
  height: .54rem;
  text-align: center;
  color: #fff;
  line-height: .54rem;
  display: block;
  background: #c01920;
}

.Newsdetail .N-list .center .bot .b-r a span {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("../images/27.png") no-repeat;
  margin-right: 10px;
  position: relative;
  top: 3px;
}



.business .con_box .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.business .con_box .c_list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: .15rem;
}

.business .con_box .c_list .item:nth-child(3n+3) {
  margin-right: 0;
}

.business .con_box .c_list .item:hover .pic_box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.business .con_box .c_list .item:hover .tet_box i {
  background-color: #c01920;
  color: #fff;
  border: none;
}

.business .con_box .c_list .item .pic_box {
  overflow: hidden;
}

.business .con_box .c_list .item .pic_box img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.business .con_box .c_list .item .tet_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .1rem;
}

.business .con_box .c_list .item .tet_box span {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.business .con_box .c_list .item .tet_box i {
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  color: #dcdcdc;
  border-radius: 50%;
}

.case_center .con_box .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case_center .con_box .c_list a {
  display: block;
  margin-bottom: .3rem;
  width: 48%;
}

.case_center .con_box .c_list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case_center .con_box .c_list a .pic_box {
  overflow: hidden;
}

.case_center .con_box .c_list a .pic_box img {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.case_center .con_box .c_list a .tet_box {
  background-color: #fafafa;
  padding: 0 .3rem .3rem;
}

.case_center .con_box .c_list a .tet_box h6 {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #333333;
  padding: .25rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.case_center .con_box .c_list a .tet_box p {
  color: #777777;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2em;
}

.case_center .con_box .c_list a .tet_box span {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #c01920;
  display: block;
  margin-top: .3rem;
}

.message .con_box .main_box .b1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message .con_box .main_box .b1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message .con_box .main_box .b1 .item span {
  font-size: 16px;
  color: #333;
  margin-right: .1rem;
}

.message .con_box .main_box .b1 .item input {
  width: 3.63rem;
  height: .5rem;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.message .con_box .main_box .b2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .25rem;
}

.message .con_box .main_box .b2 span {
  font-size: 16px;
  color: #333;
  margin-right: .1rem;
}

.message .con_box .main_box .b2 textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3rem;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  padding: 10px;
}

.message .con_box .main_box .btn {
  width: 100%;
  margin-top: .4rem;
  margin-bottom: .8rem;
  text-align: center;
}

.message .con_box .main_box .btn input {
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  border: none;
  width: 1.8rem;
  height: .5rem;
  background-color: #c01920;
}

.about_us .wrap {
  position: relative;
  padding-bottom: 1.4rem;
  margin-top: -.8rem;
}

.about_us .wrap .addre {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  top: -.9rem;
  left: 0;
}

.about_us .wrap .layout {
  padding-top: 1.2rem;
}

.about_us .wrap_01 {
  margin-top: 0;
  overflow: hidden;
  padding: .55rem 0;
}

.about_us .wrap_01 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
}

.about_us .wrap_01 .l_box {
  width: 52%;
}

.about_us .wrap_01 .l_box .tit {
  margin-bottom: .3rem;
}

.about_us .wrap_01 .l_box .tit p {
  color: #d72835;
  font-size: calc(12px - 0.12rem + 0.36rem);
  margin-bottom: .2rem;
}

.about_us .wrap_01 .l_box .tit h6 {
  color: #000000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  font-weight: 550;
}

.about_us .wrap_01 .l_box .tit .line {
  display: block;
  width: .3rem;
  height: 3px;
  background-color: #c01920;
  margin-top: .3rem;
}

.about_us .wrap_01 .l_box .des p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666666;
  line-height: 1.6;
  margin-bottom: .2rem;
}

.about_us .wrap_01 .r_box {
  text-align: right;
  width: 46%;
}

.about_us .wrap_02 {
  margin-top: 0;
 background-image: url("../images/33.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_us .wrap_02 .tit {
  padding: 0 0 .6rem;
  text-align: center;
}

.about_us .wrap_02 .tit h6 {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.about_us .wrap_02 .tit p {
  color: #d72835;
    font-size: calc(12px - 0.12rem + 0.36rem);
    margin-bottom: .2rem;
}

.about_us .wrap_02 .main_box {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about_us .wrap_02 .main_box img {
  max-width: 100%;
  max-height: 100%;
}

.about_us .wrap_02 .main_box .item {
  position: absolute;
  width: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

.about_us .wrap_02 .main_box .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.about_us .wrap_02 .main_box .item h6 {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-bottom: .2rem;
  font-weight: 550;
    padding: 25% 0;
}

.about_us .wrap_02 .main_box .item p {
  color: #000;
  /*  opacity: 0.5;*/
  font-size: calc(12px - 0.12rem + 0.15rem);
  line-height: 1.5;
  /* height: 6em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.about_us .wrap_02 .main_box .item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.about_us .wrap_02 .main_box .item1 {
  right: 80%;
  top: 0;
}

.about_us .wrap_02 .main_box .item1 .tet {
  margin-right: .2rem;
  text-align: right;
  position: inherit;
}

.about_us .wrap_02 .main_box .item2 {
  left: 80%;
  top: 0;
}

.about_us .wrap_02 .main_box .item2 .tet {
  margin-left: .2rem;
}

.about_us .wrap_02 .main_box .item3 {
  right: 80%;
  bottom: 0;
}

.about_us .wrap_02 .main_box .item3 .tet {
  margin-right: .2rem;
  text-align: right;
}

.about_us .wrap_02 .main_box .item4 {
  left: 80%;
  bottom: 0;
}

.about_us .wrap_02 .main_box .item4 .tet {
  margin-left: .2rem;
}

.about_us .wrap_03 {
  background-image: url("../images/29.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_us .wrap_03 .layout {
  padding-top: 1.4rem;
}

.about_us .wrap_03 .tit {
  padding: 0 0 .6rem 0;
  text-align: center;
}

.about_us .wrap_03 .tit h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.about_us .wrap_03 .tit h6 span {
  color: #c01920;
}

.about_us .wrap_03 .tit p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.15rem);
  margin-top: .2rem;
}

.about_us .wrap_04 {
  /*overflow: hidden;*/
  background-image: url("../images/30.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_us .wrap_04 .tit {
  padding: 0 0 .6rem;
  text-align: center;
}

.about_us .wrap_04 .tit h6 {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.about_us .wrap_04 .tit p {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.15rem);
  margin-top: .2rem;
}

.about_us .wrap_04 .cc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_us .wrap_04 .l_box {
  width: 52%;
}

.about_us .wrap_04 .l_box .des p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #fff;
  line-height: 1.6;
  margin-bottom: .2rem;
}

.about_us .wrap_04 .l_box .ho_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .4rem 0;
}

.about_us .wrap_04 .l_box .ho_list .item {
  width: 25%;
  text-align: center;
  position: relative;
}

.about_us .wrap_04 .l_box .ho_list .item:last-child::after {
  opacity: 0;
}

.about_us .wrap_04 .l_box .ho_list .item::after {
  position: absolute;
  width: 1px;
  height: .5rem;
  background-color: #dcdcdc;
  right: 0;
  top: .2rem;
  content: '';
}

.about_us .wrap_04 .l_box .ho_list .item .icon {
  width: .8rem;
  height: .8rem;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.55rem);
  font-weight: 600;
  margin: 0 auto;
  border-radius: 50%;
}

.about_us .wrap_04 .l_box .ho_list .item p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
  text-align: center;
  margin-top: .2rem;
}

.about_us .wrap_04 .r_box {
  text-align: right;
  width: 46%;
}

.about_us .wrap_05 {
  background-image: url("../images/39.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
}

.about_us .wrap_05 .tit {
  padding: 0 0 .6rem 0;
  text-align: center;
}

.about_us .wrap_05 .tit h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.about_us .wrap_05 .tit h6 span {
  color: #c01920;
}

.about_us .wrap_05 .tit p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.15rem);
  margin-top: .2rem;
}

.e_box {
  position: relative;
  overflow: hidden;
}

.about_us .wrap_05 .e_box .e_swiper {
  width: 90%;
}
/*.
.about_us .wrap_05 .e_box .swiper-slide p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: .2rem;
}

.about_us .wrap_05 .e_box .btn {
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: #959595;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_us .wrap_05 .e_box .btn:hover {
  background-color: #c01920;
}

.about_us .wrap_05 .e_box .prev_btn {
  left: 0;
}

.about_us .wrap_05 .e_box .next_btn {
  right: 0;
}*/
.e_box ul li {    width: 25%;
    float: left;
    padding: 10px 20px;
    text-align: center; }
.e_box ul li p { padding: 10px 0 0 0;}
.e_box ul li img {width:100%;}
.f_box { text-align: center; }
.f_box p {padding: 20px 0; font-size:24px;}
.about_us .wrap_06 {
  background-image: url("../images/31.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_us .wrap_06 .tit {
  padding: 0 0 .6rem;
  text-align: center;
}

.about_us .wrap_06 .tit h6 {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.about_us .wrap_06 .tit p {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.15rem);
  margin-top: .2rem;
}

.about_us .wrap_06 .des {
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #fff;
  line-height: 1.6;
}

.about_us .wrap_06 .pic {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

.about_us .wrap_06 .pic img {
  width: 48%;
  margin: 0 10px;
}

.about_us .wrap_07 {
  /*overflow: hidden;*/
  background-image: url("../images/32.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_us .wrap_07 .tit {
  padding: 0 0 .6rem 0;
  text-align: center;
}

.about_us .wrap_07 .tit h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.36rem);
}

.about_us .wrap_07 .tit h6 span {
  color: #c01920;
}

.about_us .wrap_07 .tit p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.15rem);
  margin-top: .2rem;
}

.about_us .wrap_07 .se_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_us .wrap_07 .se_box .btn {
  width: 1.8rem;
  height: .5rem;
  background-color: #959595;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin: 0 .1rem;
}

.about_us .wrap_07 .se_box .on {
  background-color: #c01920;
  color: #fff;
}

.about_us .wrap_07 .c_box .item {
  display: none;
}

.about_us .wrap_07 .c_box .item p {
  margin: .3rem 0;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.6;
}

.about_us .wrap_07 .c_box .item .s_sw {
  position: relative;
}

.about_us .wrap_07 .c_box .item .s_sw .c_swiper {
  width: 90%;
}

.about_us .wrap_07 .c_box .item .s_sw .swiper-slide p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: .2rem;
}

.about_us .wrap_07 .c_box .item .s_sw .btn {
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: #959595;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_us .wrap_07 .c_box .item .s_sw .btn:hover {
  background-color: #c01920;
}

.about_us .wrap_07 .c_box .item .s_sw .prev2_btn {
  left: 0;
}

.about_us .wrap_07 .c_box .item .s_sw .next2_btn {
  right: 0;
}

.pro_img {width: 35%;float: left; margin: 0 35px 0 0 ;}
.pro_text {width: 60%;float: left;}
.pro_text .pro_text_bt { font-size: 22px;font-weight: bold;}
.pro_text .pro_text_nr {padding: 10px 0 0 0;}

@media screen and (max-width: 1200px) {
  footer .b1 .layout .nav_box dl{
    margin-right: .5rem;
   }
  .secon_menu_wrap .layout .second_menu_swiper .swiper-slide {
    font-size: .16rem;
  }

  header .r_box .r_b nav ul li {
    width: 100%;
  }

  header .r_box .r_b .nav_btn {
    display: block;
    margin-left: 20px;
  }

  header .r_box .r_b .nav_btn .iconfont {
    font-size: 20px;
  }

  header .layout .r_box .r_b nav ul li .first_menu {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
  }

  header .layout .r_box .r_b nav ul li .second_menu {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    padding: 0;
    top: 0;
    background: none;
  }

  header .layout .r_box .r_b nav ul li .iconfont {
    top: 16px;
    display: block;
    transition: .3s;
    -webkit-transition: .3s;
    color: #666;
  }

  header .layout .r_box .r_b nav ul li .iconfont.on {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  header .layout .r_box .r_b nav ul li .second_menu a {
    text-align: left;
    display: block;
    line-height: 55px;
    color: #666;
    padding-left: 30px;
    border-bottom: 1px solid #333;
  }

  header .layout .r_box .r_b nav ul li .second_menu a:last-child {
    border-bottom: none;
  }

  body {
    padding-top: 1.2rem;
  }

  header .layout .r_box .r_b .nav_btn {
    margin-left: .3rem;
    display: block;
  }

  header .layout .r_box .r_b .nav_btn i {
    color: #b50074;
    font-size: .32rem;
  }

  header .layout {
    padding-top: 0;
    height: 1.2rem;
  }

  header .layout h1 a img {
    height: 35px;
  }

  header .layout .r_box .r_b .lang .tit span {
    font-size: .28rem;
  }

  header .layout .r_box .r_b .lang .lan_pop a {
    font-size: .28rem;
  }

  header .layout .r_box .r_t {
    display: none;
  }

  header .layout .r_box .r_b nav .r_t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: .2rem;
    margin-top: .5rem;
  }

  header .layout .r_box .r_t .search .te {
    background: none;
    color: #fff;
  }

  nav {
    position: fixed;
    width: 200px;
    height: 100%;
    overflow: auto;
    right: 0;
    top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 50px;
    z-index: 100;
/*    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;*/
    display: none;
    background: #fff;
  }

/*  .nav_on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }*/

  header .layout .r_box .r_b nav ul li {
    width: 100%;
    line-height: 45px;
    margin-right: 0;
  }

  header .layout .r_box .r_b nav ul a {
    margin-right: 0;
    padding-left: .2rem;
  }
}
header .r_box .r_b nav ul li .sub_btn{display: none;}
@media screen and (max-width: 768px) {
    
    
    
  header .r_box .r_b nav ul li .second_box{
    /* display: none !important; */
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    /* padding: 10px 0; */
    box-sizing: border-box;
    display: none;
    overflow: hidden;
  }
  header .r_box .r_b nav ul li .second_box a{
    text-align: left;
  }

  header .r_box .r_b nav ul li .first_menu{
    position: relative;
  }
  header .r_box .r_b nav ul li .sub_btn:after{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    position: absolute;
    top: .35rem;
    transform: rotate(45deg);
  }
  header .r_box .r_b nav ul li .sub_btn{
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 35px;
    font-size: 20px;
    color: #000;
    /* transform: translateY(-50%); */
    text-align: right;
    padding-left: 10px;
    /* line-height: .9rem; */
    height: .9rem;
  }

  .about_us .wrap_06 .pic img {
    margin: 0 2px;
  }

  .about_us .wrap_06 .des p {
    line-height: 1.6;
  }

  .index .wrap_01 .con_box .b1_box .b1_2 .im2 {
    display: block;
    /* height: 250px; */
  }

  .index .wrap_01 .con_box .b1_box .b1_2 .im1 {
    display: none;
  }

  .about_us .wrap_01 .l_box .tit p {
    font-size: 16px;
  }

  .about_us .wrap_02 .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap_03 .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap_04 .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap_05 .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap_06 .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap_07 .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap_01 .l_box .tit h6 {
    font-size: 18px;
  }

  .about_us .wrap .addre {
    top: -60px;
  }

  .about_us .wrap_02 .main_box img {
    max-width: 60%;
  }

  .about_us .wrap_07 .c_box .item .s_sw .c_swiper {
    width: 80%;
  }

  .about_us .wrap_07 .se_box .btn {
    width: 110px;
    height: 30px;
    font-size: 12px;
  }

  .about_us .wrap_04 .l_box .ho_list .item p {
    font-size: 12px;
    line-height: 1.6;
  }

  .about_us .wrap_05 .e_box .e_swiper {
    width: 80%;
  }

  .about_us .wrap_04 .l_box {
    width: 100%;
  }

  .about_us .wrap_04 .r_box {
    width: 100%;
    display: none;
  }

  .about_us .wrap_01 .l_box {
    width: 100%;
  }

  .about_us .wrap_01 .r_box {
    width: 100%;
  }

  .about_us .wrap_02 .main_box {
    height: auto;
    width: 100%;
    text-align: center;
  }

  .about_us .wrap_02 .main_box .item {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 15px;
  }

  .about_us .wrap_02 .main_box .item1 .tet {
    margin-right: 0;
    text-align: left;
  }

  .about_us .wrap_02 .main_box .item2 .tet {
    margin-left: 0;
    text-align: left;
  }

  .about_us .wrap_02 .main_box .item3 .tet {
    margin-right: 0;
    text-align: left;
  }

  .about_us .wrap_02 .main_box .item4 .tet {
    margin-left: 0;
    text-align: left;
  }

  .about_us .wrap_02 .main_box .item p {
    height: 3em;
    -webkit-line-clamp: 2;
  }

  .about_us .wrap_02 .main_box .item img {
    display: none;
  }
    .e_box ul li {    width: 50%;}
  .message .con_box .main_box .btn input {
    width: 100px;
    height: 35px;
  }

  .message .con_box .main_box .b1 .item {
    margin-bottom: 15px;
    width: 100%;
  }

  .message .con_box .main_box .b1 .item input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 35px;
  }

  .pub_tit {
    font-size: 18px;
  }

  .business .con_box .c_list .item .tet_box i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .Newsdetail .N-list .left .title {
    font-size: 18px;
  }

  .Newsdetail .N-list .left .bot .b-l {
    float: inherit;
    width: 100%;
  }

  .Newsdetail .N-list .left .bot .b-r a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
  }

  .Newsdetail .N-list .left {
    width: 100%;
  }

  .Newsdetail .N-list .left .bot .b-r {
    float: inherit;
  }

  .Newsdetail .N-list {
    margin-top: 0;
  }

  .Newsdetail .N-list .right {
    display: none;
  }

  .Newcen .N-list .N-swiper .limg {
    width: 100%;
  }

  .Newcen .N-list .N-swiper .rmsg {
    width: 100%;
  }

  .Newcen .N-list .N-swiper .rmsg {
    padding: 10px 10px 65px;
  }

  .Newcen .N-list .msg-list ul li {
    width: 49%;
    margin-right: 2%;
  }

  .Newcen .N-list .msg-list ul li:nth-child(2n+2) {
    margin-right: 0;
  }

  .contact_us .con_box .list_box .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .contact_us .con_box .list_box .item .icon img {
    width: 30px;
  }

  .contact_us .con_box .list_box .item .tet {
    width: 300px;
    padding-right: 10px;
  }

  .contact_us .con_box .list_box .item {
    padding-left: 0;
  }

  .recruit .top {
    height: auto;
    line-height: 0.9rem;
    padding: 0.1rem 0.2rem;
  }

  .recruit .con-item .title {
    height: auto;
    line-height: 0.9rem;
    padding: 0.1rem 0.2rem;
  }

  .recruit .con-item .title span {
    font-size: 12px;
  }

  .recruit .con-item .title:after {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 20px;
  }

  .recruit .con-item .contents .column {
    padding: 10px;
  }

  .recruit .con-item .contents .column .column-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .recruit .con-item .contents .column .btn a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }

  .recruit .sea_box form select {
    width: 32%;
    height: 35px;
    margin-bottom: 15px;
  }

  .recruit .sea_box form .tet {
    height: 35px;
    width: 260px;
  }

  .recruit .sea_box form .sub {
    height: 35px;
    width: 70px;
  }

  .secon_menu_wrap .layout .second_menu_swiper .swiper-slide {
    padding: .25rem 0;
  }

  .secon_menu_wrap .layout .second_menu_swiper {
    width: 100%;
  }

  .secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .secon_menu_wrap .layout .second_menu_swiper .swiper-slide {
    text-align: center;
  }

  .secon_menu_wrap .layout .curmbs_box {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .index .wrap_01 .con_box .item .tet h6 {
    font-size: 16px;
  }

  .index .wrap_04 .layout .news_swiper .swiper-slide .tet_box h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.6em;
    display: block;
  }

  footer .b2 .ll p {
    margin-bottom: 10px;
  }

  footer .b2 .ll img {
    display: none;
  }

  footer .b2 .layout {
    height: auto;
    padding: 10px 0;
  }

  footer .b2 .ll {
    width: 100%;
  }

  footer .b2 .rr {
    width: 100%;
  }

  footer .b1 .layout .nav_box {
    width: 30%;
  }

  footer .b1 .layout .cont_box {
    width: 60%;
  }

  footer .b1 .layout .nav_box dl {
    margin-right: 0;
    width: 100%;
  }

  footer .b1 .layout .nav_box dl dd {
    display: none;
  }

  footer .b1 .layout .cont_box .phone h6 {
    font-size: 18px;
  }

  footer .b1 .layout .cont_box .phone p {
    font-size: 14px;
    line-height: 1.6;
  }

  footer .b1 .layout .cont_box .phone a {
    width: 100px;
    height: 30px;
  }

  .page_box a {
    height: 35px;
    width: 35px;
    margin: 0 3px;
  }

  .layout {
    padding: 0 3%;
  }

  header .r_box .r_b .search_box .ss_box form {
    width: 150px;
    height: 35px;
  }

  header .r_box .r_b .search_box .ss_box form .tet {
    width: 115px;
  }

  header .r_box .r_b .search_box .ss_box form .ic {
    width: 35px;
    height: 35px;
  }

  body {
    padding-top: 60px;
  }

  header {
    padding: 0 3%;
    height: 60px;
  }

  header .logo img {
    max-width: 100px;
  }

  footer .foot_nav a {
    width: 100%;
    margin: 10px 0;
  }

  .index .wrap_01 .tit h6 {
    font-size: 18px;
  }

  .index .wrap_01 .con_box .b1_box .b1_l {
    width: 100%;
  }

  .index .wrap_01 .con_box .b1_box .b1_2 {
    width: 49%;
  }

  .index .wrap_01 .con_box .b2_box .item {
    width: 49%;
    margin-top: 15px;
  }

  .index .wrap_01 .con_box .b2_box {
    position: relative;
  }

  .index .wrap_01 .con_box .b2_box .item {
    height: 3.8rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-3.8rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 3.8rem;
  }



  .index .wrap_02 {
    padding: 40px 0;
  }

  .index .wrap_02 .con_box .big_swiper {
    width: 100%;
  }

  .index .wrap_02 .con_box .small_swiper {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .index .wrap_02 .tit h6 {
    font-size: 18px;
  }

  .index .wrap_03 .l_box {
    width: 100%;
  }

  .index .wrap_03 .r_box {
    width: 100%;
    display: none;
  }

  .index .wrap_03 .l_box .tit h6 {
    font-size: 18px;
  }

  .index .wrap_03 .l_box .tit p {
    font-size: 18px;
  }

  .index .wrap_03 .l_box .ho_list .item p {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 10px;
  }

  .index .wrap_03 .l_box .more_btn {
    width: 160px;
    height: 40px;
  }

  .index .wrap_04 .layout .tit {
    width: 100%;
    height: 120px;
    padding: 5px 20px;
  }

  .index .wrap_04 .layout .tit p {
    margin-top: 3px;
  }

  .index .wrap_04 .layout .tit .news_num {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .index .wrap_04 .layout .news_swiper {
    width: 100%;
    margin-top: 15px;
  }

  .index .wrap_04 .layout .news_swiper .swiper-slide .tet_box .line {
    margin: 5px 0;
  }

  .index .wrap_04 .layout .news_swiper .swiper-slide .btn {
    width: 120px;
    height: 40px;
  }

  .index .wrap_04 .layout .tit .news_btn {
    margin-top: 15px;
  }

  .index .wrap_04 {
    padding: 40px 0;
  }

  .index .wrap_05 .l_box {
    width: 100%;
  }

  .index .wrap_05 .r_box {
    width: 100%;
  }

  .index .wrap_05 .l_box .tit h6 {
    font-size: 18px;
  }

  .index .wrap_05 .l_box .tit h5 {
    font-size: 18px;
  }

  .index .wrap_05 .l_box .frind_btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
    .pro_img {width: 100%;float: left; margin: 0 35px 0 0 ;}
.pro_text {width: 100%;float: left;padding: 45px 0;}
.pro_text .pro_text_bt { font-size: 22px;font-weight: bold;}
.pro_text .pro_text_nr {padding: 10px 0 0 0;}
}

@media screen and (max-width: 650px) {
  .index .wrap_01 .con_box .b2_box .item {
    height: 3.5rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-3.5rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 3.5rem;
  }
}

@media screen and (max-width: 600px) {
  .index .wrap_01 .con_box .b2_box .item {
    height: 3.2rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-3.2rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 3.2rem;
  }
}
@media screen and (max-width: 550px) {
  .index .wrap_01 .con_box .b2_box .item {
    height: 3rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-3rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .index .wrap_01 .con_box .b2_box .item {
    height: 2.5rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-2.5rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 2.5rem;
  }
}
@media screen and (max-width: 400px) {
  .index .wrap_01 .con_box .b2_box .item {
    height: 2rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-2rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 2rem;
  }
}

@media screen and (max-width: 340px) {
  .index .wrap_01 .con_box .b2_box .item {
    height: 1.5rem;
  }

  .index .wrap_01 .con_box .b2_box .item:nth-child(1) {
    position: absolute;
    top: calc(-1.5rem - 15px);
    right: 0;
  }

  .index .wrap_01 .con_box .b1_2 .item {
    height: 1.5rem;
  }
}


.searcox {
  width: 100%;
  padding-top: .2rem;
  padding-bottom: .8rem;
}

.searcox .blue {
  color: #c01920;
}

.searcox .tip {
  width: 100%;
  line-height: 0.8rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.searcox .tip .tipx {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.searcox .tip .tipx .tips {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  margin: 0 0.15rem;
}

.searcox .tip .tipx .tips span {
  display: inline-block;
  vertical-align: middle;
  color: #c01920;
  margin: 0 0.07rem;
}

.searcox .tip .tipx .close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25rem;
}

.searcox .tip .tipx .close a {
  width: 100%;
  height: 100%;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-image: url("../images/close3.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.searcox .serlist {
  width: 100%;
  background: #fff;
}

.searcox .serlist .sertem {
  width: 100%;
  padding: 0.4rem 0 0.3rem;
}

.searcox .serlist .sertem .tix {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #000;
  margin-bottom: 0.22rem;
  border-left: 2px solid #c01920;
  padding-left: 0.1rem;
}

.searcox .serlist .sertem .ul-list {
  width: 100%;
  font-size: 0;
}

.searcox .serlist .sertem .ul-list .li {
  width: 50%;
  border-right: 1px dashed #dfdfdf;
  display: inline-block;
  vertical-align: top;
  padding-right: 13%;
}

.searcox .serlist .sertem .ul-list .li a {
  display: block;
  width: 100%;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
  line-height: 38px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.searcox .serlist .sertem .ul-list .li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c01920;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.searcox .serlist .sertem .ul-list .li:nth-child(even) {
  border-right: none;
  padding-left: 13%;
  padding-right: 0;
}

.searcox .serlist .sertem:nth-child(odd) {
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .searcox .tip {
    line-height: 2.5;
  }

  .searcox .serlist .sertem .tix {
    padding-left: 0.2rem;
  }

  .searcox .serlist .sertem .ul-list .li {
    width: 100%;
    padding: 0;
    border-right: none;
  }

  .searcox .serlist .sertem .ul-list .li a {
    font-size: 14px;
  }

  .searcox .serlist .sertem .ul-list .li:nth-child(even) {
    border-right: none;
    padding-left: 0%;
    padding-right: 0;
  }
}

.linkIcon{ width: 32px; cursor: pointer; margin-left: 10px;}


/*  主要样式 */
.yyui_menu1 { height:auto; line-height:35px; font-size:15px;  }
 
.yyui_menu1 li { float:left; position:relative;} /*这一级是导航*/
.yyui_menu1 li a { display:block; line-height:35px; text-decoration:none; padding:0px 20px; color:#333333;   }
.yyui_menu1 li a:hover {  background:#EFEFEF; }
.yyui_menu1 li a.more:after{content:" »";}
 
.yyui_menu1 li ul { position:absolute; float:left; width:150px; border:1px solid #D2D2D2; display:none; background-color:#FFFfff; z-index:9999;} /*这是第二级菜单*/
.yyui_menu1 li ul a { width:100%;text-decoration:none; color:#333333;}
.yyui_menu1 li ul a:hover { background:#f2f2f2; width:100%;}
 
.yyui_menu1 li ul ul{ top:0;left:150px;}

@media (max-width:375px) {
  .linkIcon{ width: 26px; margin-left: 4px;margin-left: 10px;}
  .Newsdetail .N-list .left .tips .r a{ font-size: 16px; margin: 0 4px; }
  .social-share .social-share-icon{ width: 26px; height: 26px; line-height: 26px; }
}

@media (max-width:1500px) {
  footer .b1 .layout .nav_box dl{margin-right: .8rem;}
}
@media (max-width:1400px) {
        
header {
    padding-left: .2rem;
}
header .r_box .r_b nav ul li .first_menu {
    margin: 0 .2rem;
}
  footer .b1 .layout .nav_box dl{margin-right: .7rem;}
}
@media (max-width:1300px) {
  footer .b1 .layout .nav_box dl{margin-right: .6rem;}
}
@media (max-width:1200px) {
  footer .b1 .layout .nav_box dl{margin-right: .4rem;}
  footer .b1 .layout .cont_box .phone{margin-left: 10px;}
}