@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
}

body,
html {
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
}

/*------------------------------头部开始------------------------------*/
/*------------------------------头部结束------------------------------*/
/*------------------------------内页公共开始------------------------------*/
.container-full {
  min-width: 1200px;
}

.container {
  width: 1200px;
}

.prat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.prat .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prat .box .lib {
  width: 37px;
  height: 37px;
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 37px;
  margin-right: 4px;
}

.prat .box .lib a {
  font-size: 14px;
}

.prat .box .more {
  border: 0;
}

.prat .box .active {
  background: #c30d23;
  border: 0;
}

.prat .box .active a {
  color: #fff;
}

.anchor {
  position: fixed;
  right: 40px;
  bottom: 100px;
  width: 62px;
  height: 80px;
  background: #c30d23;
  cursor: pointer;
  display: none;
}

.anchor .wrap {
  height: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor .wrap .top {
  width: 23px;
  height: 25px;
}

.anchor .wrap .text {
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
}

/*------------------------------内页公共结束------------------------------*/
/*------------------------------尾部开始------------------------------*/
/*------------------------------尾部结束------------------------------*/
/*------------------------------首页开始------------------------------*/
/*首页轮播开始*/
.index-swiper .swiper-slide img {
  width: 80%;
}

.swiper-pagination-bullet {
  border-radius: 50%;
  opacity: 1;
}

.main .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

/*首页轮播结束*/
/*------------------------------首页结束------------------------------*/
/* 头部 */
.header {
  border-top: 5px solid #c30d23;
  width: 100%;
  min-width: 1200px;
}

.header .top_container {
  width: 100%;
}

.header .top_container .center {
  width: 1200px;
  margin: auto;
  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 .top_container .center .logo {
  width: 254px;
  height: 47px;
}

.header .top_container .center .right .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  font-size: 14px;
}

.header .top_container .center .right .language .box {
  background: #c30d23;
  text-align: center;
  padding: 0 40px;
  height: 32px;
  line-height: 32px;
}

.header .top_container .center .right .search {
  margin: 20px 0;
}

.header .top_container .center .right .search .form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top_container .center .right .search .form_search .name {
  font-size: 18px;
  color: #000;
}

.header .top_container .center .right .search .form_search .wrap {
  margin-left: 10px;
  width: 330px;
  height: 40px;
  border: 1px solid #8b8b8b;
  border-radius: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.header .top_container .center .right .search .form_search .wrap .input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: none;
  padding: 0 20px;
}

.header .top_container .center .right .search .form_search .wrap .icon {
  width: 21px;
  height: 21px;
}

.header .bottom_container {
  min-width: 1200px;
}

.header .bottom_container .nav {
  background: #c30d23;
}

.header .bottom_container .nav .wrap {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .bottom_container .nav .wrap .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #ab1628;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .bottom_container .nav .wrap .box .text a {
  color: #fff;
}

.header .bottom_container .nav .wrap .box .dl {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 1200px;
  z-index: 99;
  background: rgba(153, 153, 153, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
}

.header .bottom_container .nav .wrap .box .dl .list {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header .bottom_container .nav .wrap .box .dl .list .li {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  font-size: 16px;
}

.header .bottom_container .nav .wrap .box .dl .list .li a {
  color: #fff;
  padding: 0 25px;
}

.header .bottom_container .nav .wrap .box .dl .list .li:hover a {
  color: #094594;
}

.header .bottom_container .nav .wrap .box .active {
  display: block;
}

.header .bottom_container .nav .wrap .box:hover {
  background: #1d2187;
}

.header .bottom_container .nav .wrap .box:last-child {
  border-right: 1px solid #ab1628;
}

/* 头部 end */
/* 底部 */
.footer {
  background: #f0f0f0;
}

.footer .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 0;
}

.footer .center .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .center .nav .box {
  margin-right: 48px;
}

.footer .center .nav .box .title {
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}

.footer .center .nav .box .title a {
  color: #646363;
}

.footer .center .nav .box .title a:hover {
  color: #c30d23;
}

.footer .center .nav .box .list {
  margin-top: 10px;
}

.footer .center .nav .box .list .line {
  font-size: 14px;
  line-height: 28px;
}

.footer .center .nav .box .list .line a {
  color: #646363;
  display: initial;
  word-break: keep-all;
}

.footer .center .nav .box .list .line a:hover {
  color: #c30d23;
}

.footer .center .slide {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1px;
  height: 150px;
  background: #dcdada;
}

.footer .center .code {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .center .code .box {
  text-align: center;
  color: #646363;
  font-size: 14px;
}

.footer .center .code .box img {
  width: 116px;
  height: 116px;
}

.footer .center .code .box .text {
  padding-top: 14px;
}

.footer .center .code .box:nth-child(2) img {
  width: 105px;
  height: 112px;
}

.footer .center .weixin {
  padding-left: 85px;
  -webkit-box-flex: 0;
  flex: auto;
}

.footer .center .weixin .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .center .weixin .top a {
  width: 54px;
  height: 54px;
  margin-right: 30px;
  background: #c5c5c5;
  border-radius: 50%;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .center .weixin .top a img {
  width: auto;
  height: auto;
}

.footer .center .weixin .info {
  font-size: 14px;
  line-height: 32px;
  color: #646363;
  margin-top: 25px;
}

.footer .copyright {
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #c30d23;
}

.footer .copyright span {
  padding: 0 50px;
}

/* 底部 end */
/* 首页 */
.index {
  width: 100%;
}

.index .switch {
  min-width: 1200px;
  width: 100%;
}

.index .switch .box img {
  width: 100%;
  /*height: 651px;*/
}

.index .switch .paging {
  width: 100%;
  min-width: 1200px;
}

.index .switch .paging .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
}

.index .switch .paging .swiper-pagination-bullet-active {
  background: #c30d23;
}

.index .complay_jj {
  position: relative;
  min-height: 930px;
  min-width: 1200px;
}

.index .complay_jj .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 397px;
  height: 411px;
  opacity: 0.5;
}

.index .complay_jj .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.index .complay_jj .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}

.index .complay_jj .content .top .box {
  width: 45%;
}

.index .complay_jj .content .top .box .sub_tit {
  font-size: 46px;
  color: #e2e2e2;
  font-weight: 700;
}

.index .complay_jj .content .top .box .title {
  font-size: 30px;
  font-weight: 700;
  color: #494949;
}

.index .complay_jj .content .top .box .slide {
  width: 60px;
  height: 2px;
  background: #c30d23;
  margin: 36px 0;
}

.index .complay_jj .content .top .box .video {
  width: 100%;
  height: 310px;
  -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.2);
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.2);
}

.index .complay_jj .content .top .box .video .video_box {
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.index .complay_jj .content .top .box .text {
  font-size: 14px;
  line-height: 30px;
  color: #6c6c6c;
}

.index .complay_jj .content .top .box .text .p {
  text-indent: 2em;
}

.index .complay_jj .content .top .box .details_btn {
  margin-top: 45px;
  display: inline-block;
  padding: 0 33px;
  min-height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 45px;
  background: #c30d23;
}

.index .complay_jj .content .top .box .details_btn a {
  color: #fff;
}

.index .complay_jj .content .top .box:last-child {
  width: 578px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.index .complay_jj .content .bottom {
  padding: 54px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: auto;
}

.index .complay_jj .content .bottom .box {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .complay_jj .content .bottom .box .left_icon {
  width: 73px;
  height: 175px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.index .complay_jj .content .bottom .box .left_icon .img {
  width: 100%;
  height: 100%;
}

.index .complay_jj .content .bottom .box .right_text {
  padding-top: 25px;
  margin-left: 25px;
}

.index .complay_jj .content .bottom .box .right_text .title {
  font-size: 24px;
  font-weight: 700;
}

.index .complay_jj .content .bottom .box .right_text .sub_title {
  padding-top: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #838383;
}

.index .product {
  height: 1068px;
  position: relative;
  width: 100%;
  min-width: 1200px;
}

.index .product .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .product .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

.index .product .content .wrap {
  width: 1200px;
  margin: auto;
}

.index .product .content .wrap .title {
  font-size: 46px;
  color: #d8d8d8;
  text-align: center;
  font-weight: 700;
}

.index .product .content .wrap .sub_title {
  font-size: 30px;
  color: #494949;
  text-align: center;
  font-weight: 700;
}

.index .product .content .wrap .slide {
  width: 60px;
  height: 2px;
  background: #c30d23;
  margin: 30px auto;
}

.index .product .content .wrap .w_switch .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .product .content .wrap .w_switch .top .box {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.index .product .content .wrap .w_switch .top .box .b_title {
  font-size: 40px;
  color: #bbbbbb;
  text-transform: uppercase;
}

.index .product .content .wrap .w_switch .top .box .sub_title {
  text-align: left;
  font-size: 60px;
  color: #494949;
  line-height: 96px;
}

.index .product .content .wrap .w_switch .top .box .explain {
  font-size: 16px;
  color: #999696;
  line-height: 32px;
}

.index .product .content .wrap .w_switch .top .box .wrap_box {
  width: 555px;
  height: 532px;
  margin: auto;
}

.index .product .content .wrap .w_switch .top .box .wrap_box .img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index .product .content .wrap .w_switch .bottom {
  width: 100%;
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .product .content .wrap .w_switch .bottom .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-bottom: 35px;
  opacity: 0.4;
  cursor: pointer;
  margin-right: 10px;
}

.index .product .content .wrap .w_switch .bottom .box .wr_img {
  width: 100px;
  height: 100px;
  margin: auto;
}

.index .product .content .wrap .w_switch .bottom .box .wr_img .img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.index .product .content .wrap .w_switch .bottom .box .text {
  padding-top: 25px;
}

.index .product .content .wrap .w_switch .bottom .active {
  opacity: 1;
  border-bottom: 1px solid #c30d23;
  color: #c30d23;
}

.index .product .content .wrap .w_switch .bottom .more {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  margin-right: 60px;
  padding-bottom: 35px;
  cursor: pointer;
}

.index .product .content .wrap .w_switch .bottom .more .wr_img {
  width: 100px;
  height: 100px;
  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;
}

.index .product .content .wrap .w_switch .bottom .more .wr_img .img {
  width: 43px;
  height: 12px;
}

.index .product .content .wrap .w_switch .bottom .more .text {
  padding-top: 25px;
}

.index .news {
  padding: 100px 0;
  width: 1200px;
  min-width: 1200px;
  margin: auto;
}

.index .news .title {
  font-size: 46px;
  color: #d8d8d8;
  text-align: center;
  font-weight: 700;
}

.index .news .sub_title {
  font-size: 30px;
  color: #494949;
  text-align: center;
}

.index .news .slide {
  width: 60px;
  height: 2px;
  background: #c30d23;
  margin: 30px auto;
}

.index .news .main {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .news .main .box {
  width: 460px;
  margin-right: 40px;
  border: 1px solid #f0eeee;
  padding-bottom: 40px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-bottom: 2px solid #f0eeee;
}

.index .news .main .box .top_img {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.index .news .main .box .top_img img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.index .news .main .box .cont {
  padding: 0 18px;
}

.index .news .main .box .cont .time {
  padding: 20px 0;
  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;
}

.index .news .main .box .cont .time .left {
  padding-left: 10px;
  border-left: 2px solid #c30d23;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 18px;
  flex: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.index .news .main .box .cont .time .right {
  text-align: center;
  flex: none;
}

.index .news .main .box .cont .time .right .num {
  font-size: 40px;
  color: #cb3e4d;
}

.index .news .main .box .cont .time .right .date {
  line-height: 30px;
  font-size: 14px;
  color: #838383;
}

.index .news .main .box .cont .sub_title {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-align: left;
  min-height: 50px;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
}

.index .news .main .box .cont .bottom_icon {
  width: 117px;
  height: 9px;
  margin-top: 70px;
}

.index .news .main .box:last-child {
  margin-right: 0;
}

.index .news .main .active {
  border-bottom: 2px solid #c30d23;
}

.index .news .main .active .top_img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index .news .more_btn {
  width: 177px;
  height: 46px;
  margin: 50px auto;
  text-align: center;
  line-height: 46px;
  border: 1px solid #c30d23;
  border-radius: 8px;
}

.index .news .more_btn a {
  color: #c30d23;
}

/* 首页 end */
/* 面包屑 */
.crumbs {
  width: 100%;
  background: #ececec;
}

.crumbs .center {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  color: #747474;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.crumbs .center .l_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crumbs .center .l_nav .box {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-right: 25px;
  cursor: pointer;
}

.crumbs .center .l_nav .box a {
  color: #747474;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.crumbs .center .l_nav .active {
  border-bottom: 2px solid #c30d23;
}

.crumbs .center .l_nav .active a {
  color: #c30d23;
}

.crumbs .center .r_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: none;
}

.crumbs .center .r_nav .img {
  width: 18px;
  height: 16px;
}

.crumbs .center .r_nav .ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
}

.crumbs .center .r_nav .ul .text a {
  font-size: 14px;
  color: #747474;
}

.crumbs .center .r_nav .ul .icon {
  margin: 0 6px;
}

/* 面包屑 end */
/* 产品中心 */
.product_center {
  /* width: 1200px; */
}

.product_center .main {
  min-width: 1200px;
}

.product_center .main .spread {
  position: relative;
  width: 1200px;
  min-height: 818px;
  margin: auto;
}

.product_center .main .spread .bg {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 734px;
}

.product_center .main .spread .bg .top {
  height: 518px;
  background: #f5f5f5;
}

.product_center .main .spread .bg .bottom {
  background: #fff;
}

.product_center .main .spread .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
}

.product_center .main .spread .img .i_img {
  max-width: 847px;
  max-height: 599px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product_center .main .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 50px;
}

.product_center .main .head .l_title {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.product_center .main .head .l_title .title {
  font-size: 40px;
  color: #bbbbbb;
  text-transform: uppercase;
}

.product_center .main .head .l_title .sub_title {
  font-size: 60px;
  color: #494949;
  line-height: 100px;
}

.product_center .main .head .l_title .arrow_img {
  width: 117px;
  height: 9px;
  margin-top: 50px;
}

.product_center .main .head .r_text {
  width: 560px;
  font-size: 18px;
  color: #898989;
  line-height: 32px;
  text-align: left;
}

.product_center .main .img_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_center .main .img_nav .box {
  width: 280px;
  margin-right: 26px;
  margin-bottom: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.1);
}

.product_center .main .img_nav .box:nth-child(4n + 4) {
  margin-right: 0;
}

.product_center .main .img_nav .active {
  border: 1px solid #c30d23;
  -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.8);
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.8);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* 产品中心 end */
/* 联系我们 */
.contact_us {
  width: 100%;
}

.contact_us .banner {
  min-width: 1200px;
}

.contact_us .main {
  min-width: 1200px;
}

.contact_us .main .m_box {
  display: none;
  width: 100%;
}

.contact_us .main .m_box .wrap {
  width: 1200px;
  margin: auto;
}

.contact_us .main .m_box .wrap .head {
  width: 1200px;
  margin: auto;
  min-height: 255px;
  padding-top: 70px;
}

.contact_us .main .m_box .wrap .head .title {
  font-size: 46px;
  color: #e2e2e2;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
}

.contact_us .main .m_box .wrap .head .sub_title {
  font-size: 30px;
  color: #494949;
  font-weight: 700;
}

.contact_us .main .m_box .wrap .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_us .main .m_box .wrap .form_item .l_info {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: none;
  padding-bottom: 30px;
}

.contact_us .main .m_box .wrap .form_item .l_info .title {
  font-size: 22px;
  line-height: 34px;
  color: #c30d23;
}

.contact_us .main .m_box .wrap .form_item .l_info .text {
  font-size: 16px;
  line-height: 34px;
  color: #605f5f;
}

.contact_us .main .m_box .wrap .form_item .l_info .code_img {
  width: 336px;
  height: 333px;
  margin-top: 30px;
}

.contact_us .main .m_box .wrap .form_item .l_info .code_img .img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact_us .main .m_box .wrap .form_item .l_info .img_text {
  width: 336px;
  padding: 20px 0;
  text-align: center;
}

.contact_us .main .m_box .wrap .form_item .r_tabel {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 30px;
}

.contact_us .main .m_box .wrap .form_item .r_tabel .table {
  width: 100%;
  border: 1px solid #ddd;
}

.contact_us .main .m_box .wrap .form_item .r_tabel .table .head {
  background: #f5f5f5;
}

.contact_us .main .m_box .wrap .form_item .r_tabel .table .head th {
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
}

.contact_us .main .m_box .wrap .form_item .r_tabel .table td {
  font-size: 16px;
  color: #605f5f;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #ddd;
}

.contact_us .main .m_box .wrap .form_data .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_us .main .m_box .wrap .form_data .form .box {
  max-width: 440px;
  min-width: 440px;
  width: 100%;
  margin-right: 45px;
  padding-bottom: 20px;
}

.contact_us .main .m_box .wrap .form_data .form .box .top .t_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_us .main .m_box .wrap .form_data .form .box .top .t_wrap .star {
  margin-left: 7px;
}

.contact_us .main .m_box .wrap .form_data .form .box .top .input {
  width: 420px;
  height: 45px;
  border: 1px solid #b6b6b6;
  padding: 0 24px;
  font-size: 16px;
  margin-right: 6px;
}

.contact_us .main .m_box .wrap .form_data .form .box .top .layui-form-select {
  width: 420px;
  height: 45px;
}

.contact_us
  .main
  .m_box
  .wrap
  .form_data
  .form
  .box
  .top
  .layui-form-select
  .layui-input {
  height: 45px;
  border: 0;
  border: 1px solid #b6b6b6;
}

.contact_us .main .m_box .wrap .form_data .form .box .top .star {
  font-size: 18px;
  color: #c30d23;
}

.contact_us .main .m_box .wrap .form_data .form .box .text {
  font-size: 14px;
  line-height: 30px;
  color: #b6b6b6;
}

.contact_us .main .m_box .wrap .form_data .textarea {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_us .main .m_box .wrap .form_data .textarea .textarea_input {
  width: 1388px;
  padding: 24px;
  font-size: 16px;
  margin-right: 7px;
}

.contact_us .main .m_box .wrap .form_data .textarea .star {
  font-size: 18px;
  color: #c30d23;
}

.contact_us .main .m_box .wrap .form_data .btn {
  margin: 50px 0;
}

.contact_us .main .m_box .wrap .form_data .btn .btn_input {
  width: 150px;
  height: 48px;
  background: #c30d23;
  text-align: center;
  color: #fff;
  border: 0;
}

.contact_us .main .m_box:first-child {
  background: url(/template/pc/rainbow/static/img/about_us_bg2.png) no-repeat
    top right;
  min-height: 640px;
}

.contact_us .main .active {
  display: block;
}

/* 联系我们 end */
/* 电子地图 */
/* 电子地图 end */
/* 关于我们 */
.about_us {
  min-width: 1200px;
}

.about_us .content .main {
  display: none;
}

.about_us .content .main .wrap {
  width: 1200px;
  position: relative;
  margin: auto;
  min-height: 964px;
}

.about_us .content .main .wrap .head {
  width: 1200px;
  margin: auto;
  min-height: 255px;
  padding-top: 70px;
}

.about_us .content .main .wrap .head .title {
  font-size: 46px;
  color: #e2e2e2;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
}

.about_us .content .main .wrap .head .sub_title {
  font-size: 30px;
  color: #494949;
  font-weight: 700;
}

.about_us .content .main .wrap .explain {
  padding-right: 135px;
  padding-bottom: 50px;
  background: none;
}

.about_us .content .main .wrap .explain .p {
  font-size: 14px;
  line-height: 34px;
  color: #494949;
}

.about_us .content .main .wrap .product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.about_us .content .main .wrap .product_img .box {
  width: 714px;
  height: 426px;
}

.about_us .content .main .wrap .product_img .box .img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about_us .content .explain {
  background: url(/template/pc/rainbow/static/img/about_us_bg2.png) no-repeat
    top right;
}

.about_us .content .qqfb .select_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about_us .content .qqfb .select_btn .box {
  height: 45px;
  padding: 0 25px;
  text-align: center;
  line-height: 45px;
  color: #c30d23;
  font-size: 16px;
  border: 1px solid #c30d23;
  border-radius: 4px;
  margin-left: 16px;
  margin-bottom: 50px;
}

.about_us .content .qqfb .select_btn .active {
  color: #fff;
  background: #c30d23;
}

.about_us .content .qqfb .list {
  margin-top: 20px;
}

.about_us .content .qqfb .list .box .b_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_us .content .qqfb .list .box .b_header .img {
  width: 36px;
  height: 24px;
}

.about_us .content .qqfb .list .box .b_header .text {
  font-size: 22px;
  padding-left: 10px;
}

.about_us .content .qqfb .list .box .l_content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_us .content .qqfb .list .box .l_content .l_box {
  width: 576px;
  height: 220px;
  padding: 21px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  margin-right: 48px;
  margin-bottom: 40px;
  border: 2px solid #f0f0f0;
  transition: all 0.3s;
}

.about_us .content .qqfb .list .box .l_content .l_box .left {
  width: 260px;
  height: 170px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.about_us .content .qqfb .list .box .l_content .l_box .left img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.about_us .content .qqfb .list .box .l_content .l_box .right {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-left: 20px;
  overflow: hidden;
}

.about_us .content .qqfb .list .box .l_content .l_box .right .title {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0;
}

.about_us .content .qqfb .list .box .l_content .l_box .right .title .span {
  padding: 0 0.3rem;
  display: inline-block;
  width: 100%;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.about_us .content .qqfb .list .box .l_content .l_box .right .map_text {
  padding-top: 6px;
  font-size: 14px;
  color: #8a8888;
  line-height: 24px;
}

.about_us .content .qqfb .list .box .l_content .l_box .right .num {
  font-size: 14px;
  color: #8a8888;
  line-height: 30px;
}

.about_us .content .qqfb .list .box .l_content .active {
  border: 2px solid #c30d23;
}

.about_us .content .qqfb .list .box .l_content .active .right .title {
  color: #c30d23;
}

.about_us .content .qqfb .list .box .l_content .l_box:nth-child(2n + 2) {
  margin-right: 0;
}

.about_us .content .ryzz .select_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about_us .content .ryzz .select_btn .box {
  height: 45px;
  padding: 0 25px;
  text-align: center;
  line-height: 45px;
  color: #c30d23;
  font-size: 16px;
  border: 1px solid #c30d23;
  border-radius: 4px;
  margin-left: 16px;
  margin-bottom: 50px;
}

.about_us .content .ryzz .select_btn .active {
  color: #fff;
  background: #c30d23;
}

.about_us .content .ryzz .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_us .content .ryzz .list .box {
  width: 268px;
  height: 248px;
  padding: 10px;
  background: #f0f0f0;
  margin-right: 32px;
  margin-bottom: 65px;
  border: 2px solid #f0f0f0;
  transition: all 0.3s;
}

.about_us .content .ryzz .list .box .top_img {
  width: 100%;
  height: 175px;
}

.about_us .content .ryzz .list .box .text {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #7e7e7e;
}

.about_us .content .ryzz .list .box:nth-child(4n + 4) {
  margin-right: 0;
}

.about_us .content .ryzz .list .active {
  border: 2px solid #c30d23;
}

.about_us .content .ryzz .list .active .text {
  color: #c30d23;
}

.about_us .content .ryzz .zs_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_us .content .ryzz .zs_popup .bg {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.about_us .content .ryzz .zs_popup .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
}

.about_us .content .ryzz .zs_popup .close .wrap {
  width: 55px;
  height: 55px;
}

.about_us .content .ryzz .zs_popup .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 640px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about_us .content .ryzz .zs_popup .box .w_box {
  max-width: 100%;
  max-height: 100%;
}

.about_us .content .ryzz .zs_popup .box .w_box .img {
  -o-object-fit: contain;
  object-fit: contain;
  background: rgba(153, 153, 153, 0.2);
  max-width: 900px;
  max-height: 640px;
  object-fit: cover;
}

.about_us .content .active {
  display: block;
}

/* 关于我们 end */
/* 生产技术 */
.production .content .main .wrap .text_list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 34px;
  color: #494949;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.production .content .main .wrap .text_list .box .circle {
  width: 7px;
  height: 7px;
  background: #494949;
  border-radius: 50%;
  margin-right: 7px;
}

.production .content .main .wrap .product_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.production .content .main .wrap .product_list .box {
  width: 468px;
  margin-right: 32px;
  margin-bottom: 60px;
}

.production .content .main .wrap .product_list .box .top {
  width: 468px;
  height: 307px;
}

.production .content .main .wrap .product_list .box .text {
  text-align: center;
  padding-top: 25px;
  font-size: 18px;
  color: #494949;
}

.production .content .main .wrap .product_list .box:nth-child(3n + 3) {
  margin-right: 0;
}

/* 生产技术 end */
/* 企业文化 */
.core_culture .content .main .c_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.core_culture .content .main .c_list .box {
  width: 285px;
  height: 106px;
  position: relative;
  margin-right: 10px;
}

.core_culture .content .main .c_list .box .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.core_culture .content .main .c_list .box .top .img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.core_culture .content .main .c_list .box .b_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0 25px;
}

.core_culture .content .main .c_list .box .b_cont .title {
  font-size: 24px;
  color: #5d5d5d;
}

.core_culture .content .main .c_list .box .b_cont .sub_title {
  font-size: 14px;
  color: #929191;
  text-transform: uppercase;
  padding-top: 5px;
}

.core_culture .content .main .c_list .active .b_cont .title {
  color: #fff;
}

.core_culture .content .main .wm_wrap {
  display: none;
}

.core_culture .content .main .wm_wrap .text_list {
  margin-top: 50px;
}

.core_culture .content .main .wm_wrap .text_list .t_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 30px;
}

.core_culture .content .main .wm_wrap .text_list .t_head .square {
  width: 12px;
  height: 12px;
  background: #000;
  margin-right: 9px;
}

.core_culture .content .main .wm_wrap .text_list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 42px;
  color: #777777;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.core_culture .content .main .wm_wrap .text_list .box .circle {
  width: 7px;
  height: 7px;
  background: #777777;
  border-radius: 50%;
  margin-right: 7px;
}

.core_culture .content .main .active {
  display: block;
}

/* 企业文化 end */
/* 人才招聘 */
.recruit_info .content .main .recruit_list .rl_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit_info .content .main .recruit_list .rl_head .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background: #c30d23;
  height: 56px;
  line-height: 56px;
  border-right: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}

.recruit_info .content .main .recruit_list .rl_head .box:last-child {
  border-right: 0;
}

.recruit_info .content .main .recruit_list .rl_head .box:nth-child(3) {
  min-width: 512px;
}

.recruit_info .content .main .recruit_list .re_list .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit_info .content .main .recruit_list .re_list .inline .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 26px 20px;
  font-size: 16px;
  line-height: 30px;
}

.recruit_info .content .main .recruit_list .re_list .inline .box .l1 {
  padding: 3px 0;
  color: #c30d23;
}

.recruit_info .content .main .recruit_list .re_list .inline .box:nth-child(3) {
  min-width: 512px;
  text-align: left;
}

.recruit_info .content .main .recruit_list .re_list .inline:nth-child(2n) {
  background: #f8f5f5;
}

/* 人才招聘 end */
/* 社内新闻 */
.news .content .main .head {
  width: 1200px;
  margin: auto;
  min-height: 255px;
  padding-top: 70px;
}

.news .content .main .head .title {
  font-size: 46px;
  color: #e2e2e2;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
}

.news .content .main .head .sub_title {
  font-size: 30px;
  color: #494949;
  font-weight: 700;
}

.news .content .main .news_switch {
  background: #f4f4f4;
  height: 490px;
  position: relative;
}

.news .content .main .news_switch .ns_center {
  width: 1200px;
  margin: auto;
  height: 100%;
}

.news .content .main .news_switch .ns_center .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.news .content .main .news_switch .ns_center .box .left_text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 60px 100px 20px 0;
}

.news .content .main .news_switch .ns_center .box .left_text .title {
  font-size: 27px;
  color: #000;
  line-height: 42px;
}

.news .content .main .news_switch .ns_center .box .left_text .l_explain {
  font-size: 16px;
  line-height: 28px;
  color: #979797;
  padding: 20px 0;
}

.news .content .main .news_switch .ns_center .box .left_text .btn a {
  display: inline-block;
  padding: 0 32px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  background: #c30d23;
  margin-top: 50px;
  width: auto;
}

.news .content .main .news_switch .ns_center .box .right_img {
  width: 720px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100%;
}

.news .content .main .news_switch .ns_center .box .right_img .img {
  display: block;
  width: 100%;
  height: 100%;
}

.news .content .main .news_switch .icon_arrow {
  position: absolute;
  bottom: 60px;
  left: 3px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .content .main .news_switch .icon_arrow .ia_wrap {
  position: relative;
  width: 80px;
  height: 20px;
}

.news .content .main .news_switch .icon_arrow .ia_wrap .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #828282;
  position: absolute;
  top: 5px;
  left: 42px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}

.news .content .main .news_switch .icon_arrow .ia_wrap .prev {
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../img/prev.png) no-repeat;
  width: 22px;
  height: 22px;
  margin: 0;
  background-size: 100% 100%;
}

.news .content .main .news_switch .icon_arrow .ia_wrap .next {
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../img/next.png) no-repeat;
  width: 22px;
  height: 22px;
  margin: 0;
  background-size: 100% 100%;
}

.news .content .main .ns_list {
  width: 1200px;
  margin: auto;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .content .main .ns_list .box {
  width: 386px;
  height: 440px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  margin-bottom: 78px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news .content .main .ns_list .box .top_img {
  height: 250px;
  width: 100%;
}

.news .content .main .ns_list .box .top_img img {
  width: 100%;
  height: 100%;
}

.news .content .main .ns_list .box .bottom {
  padding: 28px 22px;
}

.news .content .main .ns_list .box .bottom .title {
  font-size: 18px;
  color: #c30d23;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.news .content .main .ns_list .box .bottom .nl_explain {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #969696;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  height: 44px;
}

/* .news .content .main .ns_list .box .bottom .nl_explain {
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #969696;
  margin-bottom: 20px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

  position: relative;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
} */

/* .news .content .main .ns_list .box .bottom .nl_explain::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 8px;
  padding-left: 30px;
  background: -webkit-linear-gradient(left, transparent, #fff 50%);
  background: -o-linear-gradient(right, transparent, #fff 50%);
  background: -moz-linear-gradient(right, transparent, #fff 50%);
  background: linear-gradient(to right, transparent, #fff 50%);
} */

.news .content .main .ns_list .box .bottom .time {
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
  color: #969696;
  padding-top: 20px;
}

.news .content .main .ns_list .active {
  border: 1px solid #c30d23;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 0 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 30px rgba(153, 153, 153, 0.3);
}

.news .content .main .ns_list .box:nth-child(3n + 3) {
  margin-right: 0;
}

/* 社内新闻 end */
/* 社内新闻详情 */
.a_span p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a_span p span {
  word-break: keep-all;
}

.a_span p a {
  width: auto;
  height: auto;
}

.news_details {
  margin: auto;
  width: 1000px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e3e3;
  overflow: hidden;
  /* display: none; */
}

.news_details .title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}

.news_details .time_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_details .time_box .tb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
  line-height: 28px;
  color: #a5a0a0;
}

.news_details .time_box .tb_wrap .slide {
  width: 1px;
  height: 14px;
  background: #c8c5c5;
  margin: 0 20px;
}

.news_details .tb_content {
  padding-bottom: 80px;
}

.news_details .tb_content .p {
  font-size: 16px;
  line-height: 28px;
  color: #4a4a4a;
  text-indent: 2em;
  margin-bottom: 20px;
}

.news_details .tb_content .img_item {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_details .btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news_details .btn_item .btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background: #c30d23;
  color: #fff;
  padding: 0 26px;
}

.news_details .btn_item .btn a {
  color: #fff;
}

.prev_item {
  width: 1200px;
  margin: auto;
  padding: 34px 0 50px 0;
  font-size: 16px;
  color: #656361;
}

.prev_item .box {
  margin-bottom: 10px;
}

.prev_item .active a {
  color: #c30d23;
}

/* 社内新闻详情 end */
/* 员工风采 */
.staff .content .main .staff_list {
  width: 1200px;
  margin: auto;
}

.staff .content .main .staff_list .box {
  background: #f0f0f0;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.staff .content .main .staff_list .box .link {
  height: 242px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff .content .main .staff_list .box .link .l_img {
  width: 325px;
  height: 204px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.staff .content .main .staff_list .box .link .l_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.staff .content .main .staff_list .box .link .r_content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-left: 25px;
}

.staff .content .main .staff_list .box .link .r_content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}

.staff .content .main .staff_list .box .link .r_content .top .title {
  padding-top: 24px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.staff .content .main .staff_list .box .link .r_content .top .time .t_num {
  font-size: 38px;
  color: #707070;
}

.staff .content .main .staff_list .box .link .r_content .top .time .b_time {
  font-size: 14px;
  color: #8a8888;
}

.staff .content .main .staff_list .box .link .r_content .r_explain {
  font-size: 14px;
  line-height: 30px;
  color: #8a8888;
  padding-top: 20px;
}

.staff .content .main .staff_list .box .link .r_content .r_explain .re_wrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 83px;
}

.staff .content .main .staff_list .active {
  border: 1px solid #c30d23;
}

.staff .content .main .staff_list .active .link .r_content .top .title {
  color: #c30d23;
}

.staff .content .main .staff_list .active .link .r_content .top .time .t_num {
  color: #c30d23;
}

/* 员工风采 end */
/*# sourceMappingURL=style.css.map */
