.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

body {
  padding-top: 110px;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

header .layout {
  height: 110px;
  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;
}

header .layout h1 a img {
  height: 40px;
}

header .layout .r_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .layout .r_box .r_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .layout .r_box .r_b nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .layout .r_box .r_b nav ul li {
  margin-right: 40px;
  position: relative;
}

header .layout .r_box .r_b nav ul li .first_menu {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  padding: 15px 0;
  display: block;
}

header .layout .r_box .r_b nav ul li:hover .first_menu {
  color: #e7081a;
}

header .layout .r_box .r_b nav ul li .second_menu {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: none;
  min-width: 2rem;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header .layout .r_box .r_b nav ul li .second_menu a {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.14rem);
  display: block;
  text-align: left;
  padding-left: 15px;
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
}

header .layout .r_box .r_b nav ul li .second_menu a:hover {
  color: #e7081a;
}

header .layout .r_box .r_b nav ul li .iconfont {
  position: absolute;
  display: none;
  right: 20px;
  font-size: calc(12px - 0.12rem + 0.22rem);
}

header .layout .r_box .r_b nav ul .on a {
  border-bottom: 1px solid #e7081a;
  color: #e7081a;
}

header .layout .r_box .r_b nav .r_t {
  display: none;
}

header .layout .r_box .r_b .nav_btn {
  display: none;
}

header .layout .r_box .lang_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 36px;
  border-radius: 8px;
  border: solid 1px #333333;
  margin-right: 50px;
}

header .layout .r_box .lang_switch span {
  font-size: 15px;
  margin-left: 10px;
  color: #333;
}

header .layout .r_box .search_box {
  position: relative;
}

header .layout .r_box .search_box .btn i {
  font-size: 22px;
  color: #333;
}

header .layout .r_box .search_box .con {
  position: absolute;
  right: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 111;
  background: #fff;
  display: none;
}

header .layout .r_box .search_box .con form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
}

header .layout .r_box .search_box .con form .tet {
  width: 160px;
  height: 40px;
  border: none;
  padding-left: 15px;
}

header .layout .r_box .search_box .con form .sub {
  width: 40px;
  height: 40px;
  background: none;
  background-image: url("../images/03.png");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

footer {
  background-color: #0168b2;
  padding-top: .4rem;
}

footer .b1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: .28rem;
  border-bottom: 1px solid #f1f1f1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .b1 dl dt {
  margin-bottom: .2rem;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

footer .b1 dl dt a {
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.18rem);
  margin-bottom: .2rem;
}

footer .b1 dl dd a {
  color: #ffffff;
  opacity: 0.4;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 1.6;
}

footer .b1 dl dd a:hover {
  opacity: 1;
}

footer .b2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: .24rem;
  padding-bottom: .24rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .b2 .l_box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  opacity: 0.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .b2 .l_box .link i {
  margin: 0 .2rem;
}

footer .b2 .l_box .link a {
  color: #ffffff;
  opacity: 0.4;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

footer .b2 .l_box .p2 {
  margin-top: .15rem;
  color: #ffffff;
  opacity: 0.4;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

footer .b2 .r_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .b2 .r_box .r1 p {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #fff;
}

footer .b2 .r_box .r1 h6 {
  text-align: right;
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.18rem);
  font-weight: 550;
  margin-top: .1rem;
}

footer .b2 .r_box .r2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .b2 .r_box .r2 a {
  display: block;
  width: .33rem;
  height: .33rem;
  text-align: center;
  line-height: .33rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: .1rem;
}

.banner_wrap {
  position: relative;
}

.banner_wrap h6 {
  color: #ffffff;
  font-size: calc(12px - 0.12rem + 0.48rem);
  font-weight: 550;
  position: absolute;
  top: 50%;
  left: 20%;
}

.cur_box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(155, 155, 155, 0.3);
          box-shadow: 0px 0px 1px 0px rgba(155, 155, 155, 0.3);
}

.cur_box .layout1 {
  height: .6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 img {
  margin-right: .1rem;
}

.cur_box .layout1 a {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 a:hover {
  color: #e7081a;
}

.cur_box .layout1 span {
  margin: 0 .1rem;
}

.pub_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem 0;
}

.pub_main .pub_l_menu {
  width: 20.8333%;
}

.pub_main .pub_l_menu .phone_btn {
  position: fixed;
  display: none;
  top: 30%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  top: 30%;
  left: 0;
  background-color: #e7081a;
  color: #fff;
}

.pub_main .pub_l_menu .item .fir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: .4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pub_main .pub_l_menu .item .fir:hover span {
  color: #e7081a;
}

.pub_main .pub_l_menu .item .fir span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333333;
}

.pub_main .pub_l_menu .item .fir i {
  color: #e7081a;
  font-weight: 550;
  font-size: calc(12px - 0.12rem + 0.22rem);
}

.pub_main .pub_l_menu .item .second_menu {
  display: none;
}

.pub_main .pub_l_menu .item .second_menu a {
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #555555;
  line-height: .5rem;
  display: block;
  border-bottom: 1px solid #eee;
  padding-left: .2rem;
}

.pub_main .pub_l_menu .item .second_menu a:hover {
  color: #e7081a;
}

.pub_main .pub_l_menu .on .fir span {
  color: #e7081a;
}

.pub_main .pub_r_con {
  width: 75.83333%;
}

.page_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .6rem 0;
}

.page_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 {
  color: #f08200;
}

.page_box .on {
  background-color: #f08200;
  color: #fff;
  border: 1px solid #f08200;
}

.page_box .on:hover {
  color: #ffffff;
}

.secon_menu_wrap {
  background-color: #fafafa;
}

.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: 66%;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .swiper-slide {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  padding: .2rem 0;
  text-align: center;
  position: relative;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .swiper-slide:hover {
  color: #e7081a;
}

.secon_menu_wrap .layout .second_menu_swiper .swiper-wrapper .on {
  background-color: #fdf2e5;
  color: #e7081a;
}

.secon_menu_wrap .layout .curmbs_box {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.secon_menu_wrap .layout .curmbs_box a {
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.secon_menu_wrap .layout .curmbs_box a:hover {
  color: #fdf2e5;
}

.secon_menu_wrap .layout .curmbs_box i {
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  margin: 0 .1rem;
}

.secon_menu_wrap .layout .curmbs_box span {
  margin-right: 10px;
  color: #999;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.pub_tit {
  text-align: center;
  padding: .6rem 0;
}

.pub_tit h6 {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #222222;
}

.pub_tit p {
  margin-top: .1rem;
  color: #cccccc;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.index .wrap {
  overflow: hidden;
}

.index .wrap_01 {
  padding: 1.4rem 0;
  background-image: url("../images/02.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.index .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;
}

.index .wrap_01 .layout .l_box {
  width: 50%;
}

.index .wrap_01 .layout .l_box .tit h6 {
  font-size: calc(12px - 0.12rem + 0.4rem);
  font-weight: 550;
  color: #222;
}

.index .wrap_01 .layout .l_box .tit p {
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-top: .2rem;
  color: #666666;
}

.index .wrap_01 .layout .l_box .line {
  width: .28rem;
  height: 2px;
  background-color: #0168b2;
  margin: .66rem 0;
}

.index .wrap_01 .layout .l_box .des p {
  margin-bottom: .1rem;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.6;
}

.index .wrap_01 .layout .l_box .more_btn {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #e7081a;
  margin: 1.2rem 0;
  display: block;
}

.index .wrap_01 .layout .l_box .share_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .wrap_01 .layout .l_box .share_box a {
  margin-right: .4rem;
  color: #333;
  font-size: 22px;
}

.index .wrap_01 .layout .l_box .share_box a:hover {
  color: #e7081a;
}

.index .wrap_01 .layout .r_box {
  width: 35%;
}

.index .wrap_01 .layout .r_box .about_swiper {
  padding-bottom: .6rem;
}

.index .wrap_01 .layout .r_box .about_swiper .sw_box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .wrap_01 .layout .r_box .about_swiper .sw_box .btn {
  margin: 0 .15rem;
  cursor: pointer;
  color: #333;
}

.index .wrap_01 .layout .r_box .about_swiper .sw_box .btn:hover {
  color: #0168b2;
}

.index .wrap_02 {
  padding: 1.4rem 0;
  background-image: url("../images/04.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.index .wrap_02 .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_02 .layout .l_box {
  width: 30%;
}

.index .wrap_02 .layout .l_box .tit h6 {
  font-size: calc(12px - 0.12rem + 0.3rem);
  font-weight: 550;
  margin-top: .2rem;
  color: #222;
}

.index .wrap_02 .layout .l_box .tit p {
  font-size: calc(12px - 0.12rem + 0.2rem);
  color: #666666;
}

.index .wrap_02 .layout .l_box .line {
  width: .28rem;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#ff9000)), -webkit-gradient(linear, left top, left bottom, from(#f08200), to(#f08200));
  background-image: linear-gradient(#ff9000, #ff9000), linear-gradient(#f08200, #f08200);
  background-blend-mode: normal, 
 normal;
  margin: .66rem 0;
}

.index .wrap_02 .layout .l_box .des p {
  margin-bottom: .1rem;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.6;
}

.index .wrap_02 .layout .l_box .more_btn {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #e7081a;
  margin: 1.2rem 0;
  display: block;
}

.index .wrap_02 .layout .l_box .share_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .wrap_02 .layout .l_box .share_box a {
  margin-right: .4rem;
  color: #333;
  font-size: 22px;
}

.index .wrap_02 .layout .l_box .share_box a:hover {
  color: #e7081a;
}

.index .wrap_02 .layout .r_box {
  width: 62.5%;
}

.index .wrap_02 .layout .r_box .pt_swiper {
  position: relative;
}

.index .wrap_02 .layout .r_box .pt_swiper .btn {
  position: absolute;
  width: .54rem;
  height: .54rem;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: .54rem;
  border-radius: 50%;
  bottom: .6rem;
  z-index: 11;
  color: #333;
  cursor: pointer;
}

.index .wrap_02 .layout .r_box .pt_swiper .btn:hover {
  background-color: #f08200;
  color: #fff;
}

.index .wrap_02 .layout .r_box .pt_swiper .prev1_btn {
  left: .7rem;
}

.index .wrap_02 .layout .r_box .pt_swiper .next1_btn {
  left: 1.5rem;
}

.index .wrap_03 {
  padding: 1.4rem 0;
}

.index .wrap_03 .layout .tit {
  position: relative;
}

.index .wrap_03 .layout .tit h6 {
  font-size: calc(12px - 0.12rem + 0.4rem);
  font-weight: 550;
  color: #222;
}

.index .wrap_03 .layout .tit p {
  font-size: calc(12px - 0.12rem + 0.2rem);
  margin-top: .2rem;
  color: #666666;
}

.index .wrap_03 .layout .tit h5 {
  position: absolute;
  z-index: -1;
  font-size: calc(12px - 0.12rem + 1rem);
  color: #eee;
  font-weight: 600;
  top: 0;
  left: 0;
}

.index .wrap_03 .layout .sw_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.index .wrap_03 .layout .sw_box .item {
  color: #333333;
  margin-left: .5rem;
  font-size: 16px;
  cursor: pointer;
}

.index .wrap_03 .layout .sw_box .item a {
  color: #333333;
  font-size: 16px;
}

.index .wrap_03 .layout .sw_box .on {
  color: #e7081a;
}

.index .wrap_03 .layout .news_box {
  margin-top: .6rem;
}

.index .wrap_03 .layout .news_box .item {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .wrap_03 .layout .news_box .item .l_list {
  width: 48.4%;
}

.index .wrap_03 .layout .news_box .item .l_list li {
  background-color: #f6f6f6;
  margin-bottom: .12rem;
}

.index .wrap_03 .layout .news_box .item .l_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .wrap_03 .layout .news_box .item .l_list li a .time {
  padding-top: .35rem;
  padding-left: .4rem;
  padding-right: .4rem;
  padding-bottom: .35rem;
  width: 25%;
  border-right: 1px solid #ddd;
}

.index .wrap_03 .layout .news_box .item .l_list li a .time h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.46rem);
  color: #333333;
}

.index .wrap_03 .layout .news_box .item .l_list li a .time p {
  color: #999999;
  margin-top: .3rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.index .wrap_03 .layout .news_box .item .l_list li a .tet {
  width: 75%;
  padding-left: .3rem;
  padding-right: .3rem;
  padding-top: .42rem;
}

.index .wrap_03 .layout .news_box .item .l_list li a .tet h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.index .wrap_03 .layout .news_box .item .l_list li a .tet p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  margin-top: .22rem;
}

.index .wrap_03 .layout .news_box .item .l_list .on {
  background-color: #f5eadd;
}

.index .wrap_03 .layout .news_box .item .r_main {
  width: 49%;
}

.index .wrap_03 .layout .news_box .item .r_main a {
  display: none;
}

.index .wrap_03 .layout .news_box .item .r_main a:hover .pic_box img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.index .wrap_03 .layout .news_box .item .r_main a:hover .tet_box .tet h6 {
  color: #e7081a;
}

.index .wrap_03 .layout .news_box .item .r_main a .pic_box {
  overflow: hidden;
}

.index .wrap_03 .layout .news_box .item .r_main a .pic_box img {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f6f6;
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box .time {
  padding-top: .35rem;
  padding-left: .4rem;
  padding-right: .4rem;
  padding-bottom: .35rem;
  width: 25%;
  border-right: 1px solid #ddd;
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box .time h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.46rem);
  color: #333333;
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box .time p {
  color: #999999;
  margin-top: .3rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box .tet {
  width: 75%;
  padding-left: .3rem;
  padding-right: .3rem;
  padding-top: .42rem;
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box .tet h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.index .wrap_03 .layout .news_box .item .r_main a .tet_box .tet p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.14rem);
  margin-top: .22rem;
}

.cpgx .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;
}

.cpgx .main_box .b1 .tet {
  /*width: 48%;*/
  width: 30%;
}

.cpgx .main_box .b1 .tet p {
  margin-bottom: .25rem;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.cpgx .main_box .b1 .img {
  /*width: 45%;*/
  width: 65%;
}

.cpgx .main_box .b2 {
  background-color: #f8f8f8;
}

.cpgx .main_box .p_list {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.cpgx .main_box .p_list li {
  margin-bottom: .5rem;
}

.cpgx .main_box .p_list li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cpgx .main_box .p_list li a:hover {
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.cpgx .main_box .p_list li a .tet {
  width: 65%;
}

.cpgx .main_box .p_list li a .tet h6 {
  margin-bottom: .3rem;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.cpgx .main_box .p_list li a .tet p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6;
  height: 6.4em;
}

.cpgx .main_box .p_list li a .pic {
  width: 30%;
}

.about_us .main_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;
  padding: 1rem 1%;
}

.about_us .main_box .l_box {
  width: 50%;
}

.about_us .main_box .l_box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about_us .main_box .l_box .tit h6 {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #222222;
}

.about_us .main_box .l_box .tit p {
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #cccccc;
}

.about_us .main_box .l_box .b1 p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-top: .4rem;
}

.about_us .main_box .l_box .b2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .8rem;
}

.about_us .main_box .l_box .b2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_us .main_box .l_box .b2 .item .t {
  margin-right: .2rem;
}

.about_us .main_box .l_box .b2 .item .t h6 {
  color: #e7081a;
  font-size: calc(12px - 0.12rem + 0.36rem);
  font-weight: 600;
}

.about_us .main_box .l_box .b2 .item .t h6 i {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.about_us .main_box .l_box .b2 .item .t p {
  margin-top: .1rem;
  color: #999999;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.about_us .main_box .r_box {
  width: 39%;
}

.jspt_kt .main_box {
  padding: .8rem 0;
}

.jspt_kt .main_box .tit {
  font-size: calc(12px - 0.12rem + 0.36rem);
  margin-bottom: .5rem;
  color: #333333;
  text-align: center;
}

.jspt_styx .main_box .b1 {
  padding: .8rem 1%;
}

.jspt_styx .main_box .b1 .con_box {
  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;
}

.jspt_styx .main_box .b1 .con_box .tet {
  width: 53%;
}

.jspt_styx .main_box .b1 .con_box .tet p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: .3rem;
}

.jspt_styx .main_box .b1 .con_box .pic {
  width: 42%;
}

.jspt_styx .main_box .tit {
  font-size: calc(12px - 0.12rem + 0.36rem);
  margin-bottom: .5rem;
  color: #333333;
  text-align: center;
}

.jspt_styx .main_box .b2 {
  background-image: url("../images/13.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: .8rem;
}

.jspt_styx .main_box .b2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jspt_styx .main_box .b2 ul li {
  background-image: url("../images/14.jpg");
  height: 3rem;
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.jspt_styx .main_box .b2 ul li:hover {
  background-image: url("../images/15.jpg");
}

.jspt_styx .main_box .b2 ul li:hover h6 {
  color: #fff;
}

.jspt_styx .main_box .b2 ul li:hover span {
  color: #fff;
}

.jspt_styx .main_box .b2 ul li:hover p {
  color: #fff;
}

.jspt_styx .main_box .b2 ul li h6 {
  font-size: calc(12px - 0.12rem + 0.36rem);
  color: #e30000;
  font-weight: 550;
  font-style: italic;
}

.jspt_styx .main_box .b2 ul li span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #e30000;
  opacity: 0.62;
  margin-top: .1rem;
  margin-bottom: .5rem;
}

.jspt_styx .main_box .b2 ul li p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.recruit {
  background-color: #f8f8f8;
}

.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: 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: #fdf2e5;
  color: #e30000;
  border: none;
  font-size: 14px;
}

.recruit .top {
  width: 100%;
  font-size: 0;
  padding: 0 0.55rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #fdf2e5;
}

.recruit .top span {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  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;
}

.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 .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: #333;
  line-height: 0.4rem;
  height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background-color: #fdf2e5;
  -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: #ececec;
}

.recruit .con-item.show .title span {
  color: #333;
}

.recruit .con-item.show .title:after {
  content: '-';
  color: #333;
}

.recruit .con-item.show:hover .title {
  background-color: #ececec;
}

.recruit .con-item.show:hover .title span {
  color: #333;
}

.recruit .con-item.show:hover .title:after {
  content: '-';
}

.recruit .con-item:hover .title {
  background-color: #ececec;
}

.recruit .con-item:hover .title:after {
  content: '+';
}

.recruit .t_box {
  background-image: url("../images/16.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 6rem;
  padding-top: 1.6rem;
}

.recruit .t_box .pub_tit {
  text-align: left;
}

.recruit .t_box .des {
  max-width: 5.2rem;
}

.recruit .t_box .des p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.contact_us .con_box {
  background: #f8f8f8;
  padding: .8rem 0;
}

.contact_us .con_box .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_us .con_box .layout .l_box {
  width: 50%;
  padding: .9rem 0 0.9rem 0.4rem;
  background: #fff;
}

.contact_us .con_box .layout .l_box h6 {
  font-size: calc(12px - 0.12rem + 0.3rem);
  color: #e30000;
}

.contact_us .con_box .layout .l_box ul {
  margin-top: .5rem;
}

.contact_us .con_box .layout .l_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .3rem;
}

.contact_us .con_box .layout .l_box ul li span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #999;
  margin-left: .2rem;
  margin-right: .3rem;
}

.contact_us .con_box .layout .l_box ul li i {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  line-height: 1.6;
}

.contact_us .con_box .layout .r_box {
  width: 50%;
}

.contact_us .con_box .layout .r_box img {
  width: 100%;
}

.culture .con_box {
  background: #f8f8f8;
  padding: .8rem 0;
}

.culture .con_box .c_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}

.culture .con_box .c_list li a .pic {
  width: 50%;
}

.culture .con_box .c_list li a .tet {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .6rem;
}

.culture .con_box .c_list li a .tet h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.3rem);
  margin-bottom: .4rem;
}

.culture .con_box .c_list li a .tet h6 i {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.culture .con_box .c_list li a .tet p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  height: 6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.culture .con_box .c_list li:nth-child(2n+2) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.honor .con_box .h_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.honor .con_box .h_list li {
  width: 32%;
  background-color: #ffffff;
  padding: .5rem;
  margin-right: 2%;
  margin-bottom: .64rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.honor .con_box .h_list li:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.honor .con_box .h_list li:nth-child(3n+3) {
  margin-right: 0;
}

.honor .con_box .h_list li .pic_box {
  text-align: center;
}

.honor .con_box .h_list li .pic_box img {
  max-width: 100%;
}

.honor .con_box .h_list li p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  height: 6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: .6rem;
}

.frind .con_box .f_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.frind .con_box .f_list li {
  width: 19%;
  margin-bottom: .4rem;
  margin-right: 1%;
}

.frind .con_box .f_list li:nth-child(5n+5) {
  margin-right: 0;
}

.frind .con_box .f_list li img:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.frind .con_box .f_list li p {
  text-align: center;
  color: #666666;
  font-size: 16px;
  margin-top: .2rem;
}

.team .con_box .b1_box {
  background-color: #f8f8f8;
}

.team .con_box .b1_box .layout {
  position: relative;
  padding: .8rem 1%;
}

.team .con_box .b1_box .layout .btn {
  position: absolute;
  width: .54rem;
  height: .54rem;
  background-color: #ffffff;
  text-align: center;
  line-height: .54rem;
  border-radius: 50%;
  top: 50%;
  margin-top: -.27rem;
  color: #222222;
}

.team .con_box .b1_box .layout .btn:hover {
  background-color: #f08200;
  color: #fff;
}

.team .con_box .b1_box .layout .btn_prev {
  left: -.54rem;
}

.team .con_box .b1_box .layout .btn_next {
  right: -.54rem;
}

.team .con_box .b1_box .layout .big_swiper .swiper-slide {
  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;
}

.team .con_box .b1_box .layout .big_swiper .swiper-slide .tet {
  width: 65%;
}

.team .con_box .b1_box .layout .big_swiper .swiper-slide .tet h6 {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.24rem);
}

.team .con_box .b1_box .layout .big_swiper .swiper-slide .tet .label {
  margin-top: .2rem;
  margin-bottom: .4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333333;
}

.team .con_box .b1_box .layout .big_swiper .swiper-slide .tet .des p {
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: .3rem;
}

.team .con_box .b1_box .layout .big_swiper .swiper-slide .pic {
  width: 30%;
}

.team .con_box .b2_box {
  padding: .55rem 0;
}

.team .con_box .b2_box .small_swiper {
  width: 60%;
}

.team .con_box .b2_box .small_swiper .swiper-slide {
  position: relative;
}

.team .con_box .b2_box .small_swiper .swiper-slide .pop {
 /* position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);*/
  color: #333333;
  font-size: 18px;
  /*opacity: 0;*/
  /*z-index: 10;*/
  text-align: center;
  line-height: 1.5;
}

.team .con_box .b2_box .small_swiper .small_on .pop {
  opacity: 1;
}

.team .con_box .b2_box .small_swiper .small_on::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(253, 242, 229, 0.8);
  z-index: 8;
}

.news_center .main_box {
  padding: .77rem 0 0;
}

.news_center .main_box .im_box {
  -webkit-box-shadow: 1px 1px 24px 0px rgba(31, 20, 17, 0.08);
          box-shadow: 1px 1px 24px 0px rgba(31, 20, 17, 0.08);
}

.news_center .main_box .im_box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_center .main_box .im_box .swiper-slide:hover .pic_box img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news_center .main_box .im_box .swiper-slide .tet_box {
  width: 45%;
  padding: .4rem;
}

.news_center .main_box .im_box .swiper-slide .tet_box h6 {
  color: #e30000;
  font-size: calc(12px - 0.12rem + 0.24rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_center .main_box .im_box .swiper-slide .tet_box .time {
  color: #848484;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin: .25rem 0;
}

.news_center .main_box .im_box .swiper-slide .tet_box p {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.6;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_center .main_box .im_box .swiper-slide .tet_box .btn {
  margin-top: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.4rem;
  height: .4rem;
  background-color: #fdf2e5;
  border-radius: .2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news_center .main_box .im_box .swiper-slide .tet_box .btn:hover {
  opacity: 0.8;
}

.news_center .main_box .im_box .swiper-slide .tet_box .btn span {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #e30000;
}

.news_center .main_box .im_box .swiper-slide .tet_box .btn i {
  margin-left: .2rem;
  color: #e30000;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.news_center .main_box .im_box .swiper-slide .pic_box {
  overflow: hidden;
}

.news_center .main_box .im_box .swiper-slide .pic_box img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.news_center .main_box .im_box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #f5eadd;
}

.news_center .main_box .im_box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f08200;
}

.news_center .main_box .n_list li {
  margin-top: .65rem;
  -webkit-box-shadow: 1px 1px 24px 0px rgba(31, 20, 17, 0.08);
          box-shadow: 1px 1px 24px 0px rgba(31, 20, 17, 0.08);
}

.news_center .main_box .n_list li a {
  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;
}

.news_center .main_box .n_list li a:hover .tet_box .tit h6 {
  color: #e30000;
}

.news_center .main_box .n_list li a:hover .pic_box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news_center .main_box .n_list li a .tet_box {
  width: 75%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #848484;
  padding: .4rem .5rem;
}

.news_center .main_box .n_list li a .tet_box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_center .main_box .n_list li a .tet_box .tit h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: calc(12px - 0.12rem + 0.2rem);
  width: 70%;
}

.news_center .main_box .n_list li a .tet_box .tit .time {
  color: #ccc;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.news_center .main_box .n_list li a .tet_box .tit .time i {
  font-size: 20px;
}

.news_center .main_box .n_list li a .tet_box .cc {
  color: #848484;
  line-height: 1.6;
  height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: .3rem;
}

.news_center .main_box .n_list li a .pic_box {
  overflow: hidden;
}

.news_center .main_box .n_list li a .pic_box img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.news_detail .main_box .tit {
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.24rem);
  color: #333333;
  padding-top: .8rem;
  padding-bottom: .4rem;
}

.news_detail .main_box .o_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: .4rem;
  border-bottom: 1px solid #ccc;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_detail .main_box .o_box dl {
  margin: 0 .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
  font-size: 14px;
}

.news_detail .main_box .con_box {
  padding: .6rem 0;
}

.news_detail .main_box .link_box {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_detail .main_box .link_box .link {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.news_detail .main_box .link_box .return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4rem;
  height: .4rem;
  background-color: #fafafa;
  border: solid 1px #eeeeee;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.news_detail .main_box .link_box .return img {
  margin-right: .12rem;
}

.searcox {
  width: 100%;
  padding-top: .2rem;
  padding-bottom: .8rem;
}

.searcox .blue {
  color: blue;
}

.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: #145eba;
  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 #145eba;
  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: #145eba;
  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: 1200px) {
  .secon_menu_wrap .layout .second_menu_swiper .swiper-slide {
    font-size: .16rem;
  }
  header .layout .r_box .lang_switch {
    margin-right: .3rem;
  }
  header .layout .r_box .r_b nav ul li {
    border-bottom: 1px solid #fff;
  }
  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: 200px;
    color: #fff;
    padding-left: 20px;
  }
  header .layout .r_box .r_b nav ul .on .first_menu {
    border: none;
    color: #e7081a;
  }
  header .layout .r_box .r_b nav ul li .second_menu {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
    padding: 0;
    top: 0;
    background: none;
    border-bottom: 1px solid #fff;
  }
  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: rotate(-180deg);
            transform: rotate(-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;
    color: #fff;
  }
  header .layout .r_box .r_b nav ul li .second_menu a:last-child {
    border-bottom: none;
  }
  body {
    padding-top: .8rem;
  }
  header .layout .r_box .r_b .nav_btn {
    margin-left: .3rem;
    display: block;
  }
  header .layout .r_box .r_b .nav_btn i {
    color: #e7081a;
    font-size: .32rem;
  }
  header .layout {
    padding-top: 0;
    height: .8rem;
  }
  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: 300px;
    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;
    background: #000000;
  }
  .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 .layout .r_box .r_b nav ul li .second_menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
	.index .wrap_03 .layout .news_box .item .r_main a .pic_box{
		display: none;
	}
  .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;
  }
  .news_detail .main_box .link_box .return {
    margin: 10px 0;
  }
  .news_detail .main_box .link_box {
    padding: 10px 0;
  }
  .news_detail .main_box .tit {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .news_detail .main_box .o_box dl {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
  }
  .news_detail .main_box .con_box {
    padding: 20px 0;
  }
  .team .con_box .b2_box {
    padding: 20px 0;
  }
  .team .con_box .b2_box .small_swiper {
    width: 100%;
  }
  .team .con_box .b1_box .layout .btn {
    top: 10%;
    background: #000;
    opacity: 1;
    color: #fff;
    z-index: 100;
    opacity: 0;
  }
  .team .con_box .b1_box .layout .btn_prev {
    left: 0;
  }
  .team .con_box .b1_box .layout .btn_next {
    right: 0;
  }
  .team .con_box .b1_box .layout {
    padding: 20px 1%;
  }
  .team .con_box .b1_box .layout .big_swiper .swiper-slide .tet h6 {
    font-size: 18px;
  }
  .team .con_box .b1_box .layout .big_swiper .swiper-slide .tet .des p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .team .con_box .b1_box .layout .big_swiper .swiper-slide .tet {
    width: 100%;
  }
  .team .con_box .b1_box .layout .big_swiper .swiper-slide .pic {
    width: 100%;
  }
  .frind .con_box .f_list li {
    width: 32%;
    margin-bottom: 20px;
  }
  .frind .con_box .f_list li p {
    font-size: 14px;
    margin-top: 10px;
  }
  .honor .con_box .h_list li p {
    margin-top: 20px;
  }
  .honor .con_box .h_list li {
    padding: 20px;
    margin-bottom: 20px;
    width: 49%;
    margin-right: 2%;
  }
  .honor .con_box .h_list li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .honor .con_box .h_list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .culture .con_box {
    padding: 20px 0;
  }
  .culture .con_box .c_list li a .tet h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .culture .con_box .c_list li a .tet h6 i {
    font-size: 12px;
  }
  .culture .con_box .c_list li a .tet p {
    font-size: 12px;
    line-height: 1.6;
    height: 4.8em;
  }
  .culture .con_box .c_list li a .tet {
    padding: 0 10px;
  }
  .contact_us .con_box .layout .l_box {
    width: 100%;
    padding: 20px;
  }
  .contact_us .con_box .layout .r_box {
    width: 100%;
  }
  .contact_us .con_box {
    padding: 20px 0;
  }
  .contact_us .con_box .layout .l_box h6 {
    font-size: 18px;
  }
  .contact_us .con_box .layout .l_box ul li span {
    font-size: 14px;
    width: 40px;
  }
  .contact_us .con_box .layout .l_box ul li i {
    width: 300px;
    font-size: 14px;
  }
  .page_box a {
    height: 35px;
    width: 35px;
    margin: 0 3px;
  }
  .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: 48%;
    height: 35px;
    margin-bottom: 15px;
  }
  .recruit .sea_box form .tet {
    height: 35px;
    width: 260px;
  }
  .recruit .sea_box form .sub {
    height: 35px;
    width: 100px;
  }
  .jspt_styx .main_box .b2 ul li span {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .jspt_styx .main_box .b2 ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  .jspt_styx .main_box .b2 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jspt_styx .main_box .b1 {
    padding: 20px 1%;
  }
  .jspt_styx .main_box .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .jspt_styx .main_box .b1 .con_box .tet {
    width: 100%;
  }
  .jspt_styx .main_box .b1 .con_box .pic {
    width: 100%;
    margin-top: 20px;
  }
  .jspt_kt .main_box {
    padding: 20px 0;
  }
  .jspt_kt .main_box .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about_us .main_box .r_box {
    width: 100%;
    margin-top: 20px;
  }
  .about_us .main_box .l_box .tit h6 {
    font-size: 18px;
  }
  .about_us .main_box .l_box .tit p {
    font-size: 14px;
  }
  .about_us .main_box .l_box .b1 p {
    margin-top: 10px;
    font-size: 14px;
  }
  .about_us .main_box .l_box .b2 {
    margin-top: 20px;
  }
  .about_us .main_box .l_box .b2 .item .t h6 {
    font-size: 18px;
  }
  .about_us .main_box .l_box .b2 .item .p img {
    max-width: 100px;
  }
  .about_us .main_box {
    padding: 20px 1%;
  }
  .about_us .main_box .l_box {
    width: 100%;
  }
  .secon_menu_wrap .layout .second_menu_swiper {
    border-bottom: 1px solid #eee;
  }
  .secon_menu_wrap .layout .curmbs_box {
    padding: 20px;
  }
  .secon_menu_wrap .layout {
    padding: 0;
  }
  .cpgx .main_box .b1 .tet p {
    font-size: 12px;
  }
  .pub_tit h6 {
    font-size: 18px;
  }
  .pub_tit p {
    font-size: 14px;
  }
  .pub_tit {
    padding: 15px 0;
  }
  .cpgx .main_box .b1 .tet {
    width: 100%;
  }
  .cpgx .main_box .b1 .img {
    width: 100%;
  }
  .cpgx .main_box .p_list li {
    margin-bottom: 10px;
  }
  .cpgx .main_box .p_list li a {
    padding: 20px;
  }
  .cpgx .main_box .p_list li a .tet p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    height: 3.2em;
  }
  .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 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  footer .b2 .r_box .r2 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  footer .b2 .r_box .r1 {
    margin-top: 20px;
  }
  footer .b2 .r_box .r1 h6 {
    text-align: left;
  }
  footer .b1 dl {
    margin-bottom: 20px;
    width: 33.3%;
  }
  .index .wrap_03 .layout .news_box .item .r_main {
    width: 100%;
  }
  .index .wrap_03 .layout .news_box .item .l_list {
    width: 100%;
  }
  .index .wrap_03 .layout .tit h6 {
    font-size: 18px;
  }
  .index .wrap_03 .layout .tit p {
    font-size: 14px;
  }
  .index .wrap_03 .layout .tit {
    margin-bottom: 20px;
  }
  .index .wrap_03 .layout .news_box {
    margin-top: 20px;
  }
  .index .wrap_03 {
    padding: 20px 0;
  }
  .index .wrap_02 {
    padding: 30px 0;
  }
  .index .wrap_02 .layout .l_box .tit p {
    font-size: 14px;
  }
  .index .wrap_02 .layout .l_box .tit h6 {
    font-size: 18px;
  }
  .index .wrap_02 .layout .l_box .line {
    margin: 20px 0;
  }
  .index .wrap_02 .layout .l_box .more_btn {
    margin: 20px 0;
  }
  .index .wrap_01 {
    padding: 30px 0;
  }
  .index .wrap_01 .layout .l_box .tit h6 {
    font-size: 18px;
  }
  .index .wrap_01 .layout .l_box .tit p {
    font-size: 14px;
  }
  .index .wrap_01 .layout .l_box .line {
    margin: 20px 0;
  }
  .index .wrap_01 .layout .l_box .more_btn {
    margin: 20px 0;
  }
  .index .wrap_01 .layout .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .wrap_02 .layout .l_box {
    width: 100%;
  }
  .index .wrap_02 .layout .r_box {
    width: 100%;
  }
  .index .wrap_01 .layout .r_box {
    width: 100%;
  }
  header .layout .r_box .lang_switch a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  header .layout {
    height: 50px;
  }
  header .layout h1 a img {
    height: 25px;
  }
  header .layout .r_box .r_b .lang .tit span {
    font-size: 22px;
  }
  header .layout .r_box .r_b .lang .lan_pop a {
    font-size: 22px;
  }
  header .layout .r_box .r_b .nav_btn i {
    font-size: 24px;
  }
  header .layout .r_box .r_b .nav_btn {
    margin-left: .2rem;
  }
  footer .f_l .share_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: .1rem;
  }
  footer .f_l {
    margin-bottom: .3rem;
  }
  footer .f_r dl {
    margin-left: 0;
    padding-left: .3rem;
    width: 100%;
    margin-bottom: .4rem;
  }
  footer .f_r dl dt {
    margin-bottom: .2rem;
  }
  footer .f_r dl dt a {
    color: #e7081a;
  }
  footer .f_r dl dd a {
    line-height: 1.5;
  }
}
/*# sourceMappingURL=css.css.map */