/*--------banner通用---------*/
.bannerdsc {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 50%;
  background: url(../images/btxt_bg.png) no-repeat 50% 32%;
  background-size: 280px;
}
.bannerdsc h2 {
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: normal;
}
.bannerdsc h2 em {
  margin-left: 10px;
  font-style: normal;
  color: #e3120b;
}
.bannerdsc span {
  font-size: 38px;
}
.banner_scal .bg1 {
  background-image: url(../images/banner_about.jpg);
}
.banner_scal .bg2 {
  background-image: url(../images/banner_new.jpg);
}
.banner_scal .bg3 {
  background-image: url(../images/banner_product.jpg);
}
.banner_scal .bg4 {
  background-image: url(../images/banner_join.jpg);
}
.banner_scal .bg5 {
  background-image: url(../images/banner_s.jpg);
}
.banner_scal .bg6 {
  background-image: url(../images/banner_c.jpg);
}
.black {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /*background: rgba(0,0,0,.5);*/
}
.ph_banner {
  padding-top: 50px;
  height: 180px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.ph_banner1 {
  background: url(../images/banner_about.jpg);
}
.ph_banner2 {
  background: url(../images/banner_new.jpg);
}
.ph_banner3 {
  background: url(../images/banner_product.jpg);
}
.ph_banner4 {
  background: url(../images/banner_join.jpg);
}
.ph_banner5 {
  background: url(../images/banner_s.jpg);
}
.ph_banner > div {
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  /* transform: translateY(-50%); */
  width: 100%;
}
.ph_banner > div h3 {
  color: #fff;
  font-weight: normal;
  font-size: 19px;
  margin-bottom: 5px;
}
.ph_banner > div h3 em {
  color: #e3120b;
  font-style: normal;
}
.ph_banner > div span {
  color: #fff;
  font-size: 15px;
}
/*----------------------banner缩放---------------------*/

.banner_scal {
  height: 600px !important;
  position: relative;
}
.banner_scal .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 6s;
  -ms-transition: transform 6s;
  -o-transition: transform 6s;
  -webkit-transition: transform 6s;
  -moz-transition: transform 6s;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.banner_scal .bg1 {
  background-image: url(../images/banner_about.jpg);
}
.banner_scal .bg2 {
  background-image: url(../images/banner_new.jpg);
}

.banner_scal .bg.scroll-watch-in-view {
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.banner_scal .bg img {
  height: auto !important;
}
@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

/*-----------------企业文化----------------*/

.s_title {
  margin: 0 0 80px 0;
  text-align: center;
}
.s_title h2 {
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  color: #999;
}
.s_title p {
  font-size: 20px;
}
.s_title span {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
  width: 30px;
  height: 2px;
  background: #e3120b;
}
.white h2,
.white p {
  color: #fff;
}
.about_s2 {
  padding: 80px 0 0px 0;
}
.about_s2 ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about_s2 ul li {
  overflow: hidden;
  width: 33.3%;
  float: left;
  height: 480px;
  cursor: pointer;
  position: relative;
}
.about_s2 ul li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about_s2 ul li.li1 {
  background-image: url(../images/cul1.jpg);
}
.about_s2 ul li.li2 {
  background-image: url(../images/cul2.jpg);
}
.about_s2 ul li.li3 {
  background-image: url(../images/cul3.jpg);
}

.about_s2 ul li .cul_no {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
  opacity: 1;
  transition: all 0.5s ease;
}
.about_s2 ul li:hover .cul_no {
  transform: scale(0);
  opacity: 0;
}
.about_s2 ul li .cul_on {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  transform: scale(1.2);
  background: rgba(169, 28, 34, 0.9);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 30px 20px;
  text-align: left;
}
.about_s2 ul li:hover .cul_on {
  transform: scale(1);
  opacity: 1;
}
.culico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.culico h4 {
  color: #fff;
  font-size: 17px;
}
.culico p {
  color: #888;
}
.cul_on h3,
.cul_on p {
  color: #fff;
}
.cul_on h3 {
  margin-bottom: 20px;
  font-size: 15px;
  margin-top: 15px;
}
.cul_on h5 {
  margin-bottom: 20px;
  font-size: 15px;
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
}
.cul_on p {
  font-size: 13px;
}
.cul_on h4 {
  margin-top: 10px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}

.video_pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}
.video_bd {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -400px;
  width: 800px;
  height: auto;
  background: #000;
}
.video_bd video {
  width: 100%;
}
.video_close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url(../images/close_ico2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e3120b;
}
.video_bd embed {
  width: 100%;
  height: 500px;
}
.mt-80 {
  margin-top: 80px;
}
#pages {
  margin-top: 40px;
}
.newbd {
  margin-top: 80px;
}
/*-----------分页--------------------*/
.pagbox {
  text-align: center;
}
.pagbox .pag_span {
  border: 1px solid #999;
  display: inline-block;
  margin: 0 10px;
  height: 35px;
  line-height: 35px;
  color: #e3120b;
  width: 100px;
}
.pagbox a {
  display: block;
  width: 100%;
  height: 100;
  text-align: center;
}
.newshare {
  position: relative;
  padding-left: 45px;
  display: inline-block;
}
.newshare span {
  padding-left: 0 !important;
  font-size: 14px;
  color: #999;
  display: inline-block !important;
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item_info p.title {
  color: #999;
}
p.title {
  color: #999;
  font-size: 25px;
}
#postContent p.title {
  margin-bottom: 50px !important;
  margin-top: 50px;
}
#postContent p {
  color: #999 !important;
  background: none !important;
}
#postContent span {
  color: #999 !important;
  background: none !important;
}
.more:hover {
  color: #fff !important;
}
.more:hover span {
  color: #fff !important;
}
.mt {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 30px;
}
.new_fy .prev_fy {
  display: inline-block;
  float: left;
  width: 49%;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.new_fy .prev_fy span {
  margin-left: 65px;
  margin-right: 25px;
}
.new_fy .prev_fy i {
  transition: 0.3s ease;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.new_fy .next_fy {
  display: inline-block;
  float: right;
  width: 49%;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.new_fy .next_fy i {
  transition: 0.3s ease;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.new_fy .next_fy span {
  margin-right: 65px;
  margin-left: 25px;
}
.new_fy a:hover {
  color: #fff;
  background: #e3120b;
}
.prev_fy:hover i {
  left: 15px;
}
.next_fy:hover i {
  right: 15px;
}
.new_fy span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 100px);
}
.n_back {
  width: 80px;
  height: 36px;
  line-height: 36px;
  display: block;
  float: right;
  color: #e3120b;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e3120b;
}
.n_back i {
  margin-right: 5px;
  font-size: 16px;
}
.agent-mobile #footer1 {
  background: #252525;
  bottom: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 100;
  padding: 0 20px;
}
#footer1 p {
  display: block;
  padding: 5px 0 15px 0;
  height: auto;
  overflow: hidden;
}
#footer1 span:first-of-type {
  width: calc(100% - 120px);
}
#footer1 span {
  float: left;
}
#footer1 a {
  float: right;
}
/ .title1 {
  color: #fff;
}
/*-------------------产品中心---------------------*/
.item_block {
  cursor: pointer;
}
.cp_sub {
  color: #636363;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
  width: 120px;
  float: left;
}
.item_block:hover .cp_sub {
  color: #fff;
}
.cp_x {
  color: #636363;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
  float: right;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease;
  margin-top: 20px;
}
.title1 {
  font-size: 16px;
  margin-bottom: 3px;
  color: #999;
}
.item_block:hover .cp_x {
  opacity: 1;
  margin-top: 0;
}
.pul .item_info {
  height: 50px;
}
.cp_txt {
  height: auto;
  overflow: hidden;
}
.cp_txt p.mz {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: left;
}
.cp_txt p.gg {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
}
.cp_txt h4 {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin: 15px 0 5px 0;
  color: #fff;
}
.ph_cp_list {
  margin: 40px 0 40px 0;
  height: auto;
  overflow: hidden;
}
.ph_cp_list li {
  margin-bottom: 13px;
}
.ph_cp_list li:nth-child(2n + 1) {
  margin-left: 0;
}
.cp_Bp {
  color: #636363;
  line-height: 16px;
  font-size: 14px;
  display: inline-block;
  float: right;
  color: #fff;
  opacity: 0;
  transition: 0.3s ease;
  line-height: 27px;
}
.item_block:hover .cp_Bp {
  margin-top: 0;
  opacity: 1;
}
.item_block:hover .sp1 {
  color: #fff !important;
}

.sp1 {
  display: inline-block;
  width: 120px;
  float: left;
}
.clear {
  float: none;
}
.text_wrap {
  line-height: 27px;
}
/*----------------------手机端产品中心-------------------------*/
.inner {
  margin-left: 5%;
  margin-right: 5%;
}
.ph_product {
  height: auto;
  overflow: hidden;
  margin: 50px 0 0 0;
}
.ph_product li {
  float: left;
  width: calc((100% - 8px) / 2);
  margin-left: 8px;
  margin-bottom: 10px;
}
.ph_product li:nth-child(2n + 1) {
  margin-left: 0;
}
.ph_product li a {
  display: block;
  width: 100%;
  height: auto;
}
.ph_product li .p_img {
  position: relative;
}
.ph_product li .pro_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 30px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.3);
}
.ph_product li .pro_txt h3 {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.tab {
  width: 100%;
  height: 103px;
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
  background: #252525;
}
.tab li {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 100%;
  float: left;
  width: calc((100% - 4px) / 5);
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  background: #343131;
}
.tab li:last-child {
  border-right: none;
}
.tab li:nth-child(1) i {
  margin-right: 0;
}
.tab li:nth-child(2) i {
  margin-right: 0;
}
.tab li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.tab ul {
  height: 100%;
}
.tab li a::after {
  position: absolute;
  display: block;
  bottom: 0px;
  content: "";
  width: 100%;
  left: -100%;
  height: 2px;
  background: #e3120b;
  transition: 0.3s ease;
}
.tab li:hover a::after {
  left: 0;
}
.tab li:hover {
  border-bottom: none;
}
.tab li .tablebox {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
}
.tab li i {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.tab li i img {
  vertical-align: top;
}
.tab li .tablebox p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.tab li .tablebox .table_no {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.tab li .tablebox .table_on {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  opacity: 0;
}
.tab li:hover .tablebox .table_on {
  top: 50%;
  opacity: 1;
}
.tab li:hover .tablebox .table_no {
  top: -50%;
  opacity: 0;
}
.tab li .tablebox .table_on p {
  color: #e3120b;
}
.tab li.on .table_no {
  top: -50%;
  opacity: 0;
}
.tab li.on .table_on {
  top: 50%;
  opacity: 1;
}
.tab li.on a::after {
  left: 0;
}
.tab li.on {
  border-bottom: none;
}
/*------------------招商加盟-------------------*/

.s_join1 {
  padding: 80px 0 80px 0;
  height: auto;
  overflow: hidden;
}
.process_list {
  height: auto;
}
.section_cc {
  padding: 80px 0;
}
.process_list li {
  width: calc(100% / 6);
  text-align: center;
  float: left;
  position: relative;
}
.process_list li .proc {
  background-color: #fff;
  width: 158px;
  height: 158px;
  display: inline-block;
  position: relative;
}
.process_list li .proc:after {
  content: "";
  border-top: 1px dashed #e3120b;
  position: absolute;
  width: 53%;
  left: 100%;
  top: 50%;
}
.process_list li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 76px;
  right: -6px;
  width: 0;
  height: 0;
  border-bottom: 4px transparent solid;
  border-left: 4px #e3120b solid;
  border-right: 4px transparent solid;
  border-top: 4px transparent solid;
  background: 0 0;
}
.process_list li h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: normal;
  color: #e3120b;
  font-family: "微软雅黑";
}
.process_list li img {
  position: absolute;
  left: 0;
  top: 0;
}
.process_list li h2 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  font-family: "微软雅黑";
  line-height: 1;
}
.process_list li span {
  color: #869791;
}
.process_list li:last-child:after {
  display: none;
}
.process_list li:last-child .proc:after {
  display: none;
}
.s_join2 {
  padding: 80px 0;
  background: url(../images/join_s2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  background-size: cover;
}
.s_join2 p {
  color: #fff;
  text-align: center;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.s_join2 .s_title {
  margin-bottom: 60px;
}
.advan {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  margin-top: -250px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.advan ul {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
  height: auto;
  overflow: hidden;
}
.advan ul li {
  width: calc(100% / 3);
  float: left;
}
.advan ul li a {
  position: relative;
  display: block;
  padding: 40px 0 0;
}
.advan ul li .ad_icon {
  width: 132px;
  height: 132px;
  line-height: 130px;
  font-size: 0px;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.advan ul li .ad_block {
  padding: 26px 11.25% 25px;
  margin: 22px 0 0;
  transition: 0.3s ease-in-out;
}
.advan ul li .ad_block .type {
  line-height: 34px;
  font-size: 20px;
  transition: 0.3s ease-in-out;
}
.advan ul li .ad_block .ad_con {
  line-height: 27px;
  height: 54px;
  color: #777777;
  margin: 15px 0 0;
  transition: 0.3s ease-in-out;
}
.advan ul li .ad_block:after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  background: url(../images/icon-go2.png) no-repeat center center / cover;
  position: absolute;
  bottom: 19px;
  right: 26px;
  opacity: 0;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: 0.3s ease-in-out;
}

.advan ul li:hover .type {
  color: #fff;
}

.advan ul li:nth-child(1) .ad_block {
  background: #f0f0f0;
}
.advan ul li:nth-child(3) .ad_block {
  background: #f0f0f0;
}
.advan ul li:nth-child(2) {
  background: #f0f0f0;
}
.advan ul li:nth-child(2) .ad_block {
  background: #fff;
}
.advan ul li:hover a {
  box-shadow: 0px 4px 18px rgba(255, 2, 22, 0.16);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 2;
}
.advan ul li:hover .ad_icon {
  border-color: #e3120b;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.advan ul li:hover .ad_con {
  color: #fff;
}
.advan ul li:hover .ad_block {
  background: #e3120b;
}
.advan ul li:hover .ad_block:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.s_join3 {
  padding: 80px 0 0 0;
}
.condition {
  overflow: hidden;
}
.condition_l {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  float: left;
  height: 100%;
  width: 50%;
  background: url(../images/condition.jpg);
}
.condition_r {
  padding: 80px 0 40px 0;
  float: left;
  height: 100%;
  width: 50%;
  background: #e3120b;
}

.condition_r li {
  cursor: pointer;
  position: relative;
  margin-bottom: 50px;
  margin-left: -44px;
  padding-left: 120px;
}
.condition_r li:hover i {
  transform: rotateY(180deg);
}
.condition_r li p {
  color: #fff;
}
.condition_r li h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
}
.condition_r li i {
  transition: 0.3s ease-in-out;
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -44px;
}
.condition_r li i img {
  width: 100%;
}

.s_join2 p {
  font-size: 15px;
  color: #ebebeb;
}
.s_title p {
  font-size: 20px;
}
.condition_r p {
  font-size: 14px;
  line-height: 23px;
}
.ad_con {
  font-size: 15px;
}
.pp {
  display: inline-block;
  width: 60%;
  color: #fff;
  font-size: 15px;
}
.ad_p {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #e3120b;
}
.ad_p_left {
  float: left;
  width: 37.5%;
  background: #e3120b;
  position: relative;
}

.ad_p_left h3 {
  font-size: ;
}
.ad_p_right {
  margin-left: 37.5%;
  height: auto;
  overflow: hidden;
}
.ad_p_right ul {
  height: auto;
  overflow: hidden;
}

.ad_p_right li {
  overflow: hidden;
  float: left;
  width: calc(100% / 3);
}
.ad_p_right li:hover img {
  transform: scale(1.1);
}
.ad_p_right li img {
  vertical-align: bottom;
  width: 100%;
  transition: all 0.8s ease 0s;
}
#sliphover li img {
  height: 100%;
}
.sliphover-overlay {
  background-color: rgba(239, 65, 54, 0.9) !important;
}
.sliphover-overlay .line {
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #fff;
}
.sliphover-overlay h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 8px 0 4px 0;
}
.sliphover-overlay p {
  margin: 3px 0 3px 0;
  font-size: 15px;
  color: #fff;
}
.sliphover-overlay > div {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}
.sliphover-overlay > div > div {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.condition {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.condition ul {
  height: auto;
  overflow: hidden;
}
.condition ul li {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  float: left;
  margin-left: 20px;
  width: calc((100% - 60px) / 3);
  background: #343131;
}
.condition ul li:first-child {
  margin-left: 0;
}
.condition .con_no {
  position: relative;
}
.condition .con_no img {
  max-height: 80px;
}
.c_txt {
  width: calc(100% -50px);
  text-align: center;
  padding: 50px 25px 80px 25px;
}
.c_txt h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #999;
}
.c_txt p {
  font-size: 14px;
  color: #999;
}
.condition ul li .con_on {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(239, 65, 54, 1);
  z-index: 4;
  opacity: 0;
  transition: 0.3s ease-in;
}
.condition ul li .con_on .on_txt {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 4;
  border: 1px solid #fff;
}
.condition ul li .con_on .on_txt > div {
  width: calc(100% - 40px);
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  padding: 0 20px;
  transition: 0.3s ease-in;
}
.con_on .on_txt h2 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
}
.con_on .on_txt h3 {
  margin: 3px 0;
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}

.con_on .on_txt p {
  font-size: 14px;
  color: #fff;
}
.con_on .on_txt span {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: 15px;
  background: #fff;
}
.condition ul li:hover .con_on {
  opacity: 1;
}
.condition ul li:hover .con_on .on_txt > div {
  top: 50%;
}
.condition ul li:hover .condition .con_no {
  opacity: 0;
}
/*-------------------联系我们---------------------*/
.mapbanner {
  height: 650px;
  position: relative;
}
#mapbox {
  height: 100%;
}
.mapcover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.maptxt h2 {
  font-size: 25px;
  margin-bottom: 25px;
}
.maptxt p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
}
.maptxt span {
  font-size: 22px;
  margin-right: 5px;
}
.maptxt span.span1 {
  font-size: 25px;
  margin-right: 12px;
}
.maptxt span.span2 {
  font-size: 25px;
  margin-right: 8px;
}
.sec_c1 {
  padding: 100px 0;
  background: url(../images/in_section1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.join_ad {
  height: auto;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}

.join_ad li .mbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  background: rgba(159, 159, 159, 0.6);
  transition: 0.3s ease;
}
.box11 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box11 h3 {
  font-weight: normal;
  margin: 15px 0;
  color: #999;
  font-size: 17px;
}
.join_ad li .mbox1 {
  font-size: 14px;
  opacity: 0;
  transform: scale(0.9);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background: #e3120b;
  color: #fff;
  transition: 0.3s ease-in;
  padding: 40px 35px 0 35px;
}
.join_ad li:hover .mbox1 {
  transform: scale(1);
  opacity: 1;
}
.sec_c2 {
  padding: 100px 0;
}

.join_ad li:hover .mbox {
  opacity: 0;
}
.form .input {
  float: left;
  width: calc((100% - 50px) / 2);
  margin-bottom: 40px;
}
.form .input input {
  height: 45px;
  line-height: 45px;
  border: 1px solid #999;
  background: #999;
  border-radius: 5px;
  width: calc(100% - 30px);
  padding: 0 15px;
}
.form {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.form .input:nth-child(2) {
  margin-left: 50px;
}

.textarea textarea {
  width: calc(100% - 30px);
  height: 200px;
  background: #999;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.submit_bt {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #e3120b;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.hon_section1 {
  padding: 50px 5%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.hon_section {
  padding: 50px 5% 120px 5%;
  margin: 0 auto;
  background-image: url(../images/historybg.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.honner_img {
  height: auto;
  overflow: hidden;
  text-align: center;
  background: #999;
}
.honner_img img {
  vertical-align: bottom;
  height: 280px;
  max-width: 100%;
  transition: all 0.8s ease 0s;
}
.och .item:hover img {
  transform: scale(1.1);
}
#pc_honor .item {
  cursor: pointer;
  margin: 15px;
  overflow: hidden;
}
#ph_honor .item {
  cursor: pointer;
  margin: 5px;
  overflow: hidden;
}

.honner_txt {
  position: relative;
  height: 70px;
  line-height: 70px;
  background: #3e3e3e;
  color: #999;
  text-align: center;
  font-size: 15px;
}
.honner_txt1 {
  position: relative;
  height: 70px;
  line-height: 70px;
  color: #999;
  text-align: center;
  font-size: 15px;
  z-index: 2;
  transition: 0.3s ease;
}
.honner_txt2 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1;
  transition: 0.3s ease;
  background: #e3120b;
}
.owl-carousel .item:hover .honner_txt2 {
  left: 0;
}
.owl-carousel .item:hover .honner_txt1 {
  color: #fff;
}
.customNavigation {
  text-align: center;
}
.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl_box {
  position: relative;
}
.about_s1 {
  height: 660px;
  background: url(../images/jjbg.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.about_box_l {
  display: none;
  height: 100%;
  width: 260px;
  background: url(../images/leftbg.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  float: left;
}

.about_box_r {
  height: calc(100% - 90px);
  padding: 100px 45px 55px 45px;
}
.about_content {
  height: 100%;
  overflow-y: auto;
}
.about_content h3 {
  font-weight: normal;
  font-size: 18px;
  color: #e3120b;
  margin-bottom: 30px;
}
.about_content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.p_about {
}
.aboutimg img {
  width: 100%;
}
.abouttxt {
  margin-top: 15px;
  padding: 15px 0;
  height: 300px;
}
.abouttxt1 {
  height: 100%;
  overflow-y: auto;
}

.abouttxt1 h3 {
  font-size: 16px;
  color: #e3120b;
  margin-bottom: 10px;
  line-height: 20px;
}
.p_tit {
  position: relative;
  padding-left: 70px;
}
.p_tit:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #e3120b;
  position: absolute;
  top: 14px;
  left: 0;
}
.p_tit h3 {
  line-height: 1;
  font-size: 20px;
  font-family: arial;
  color: #999;
}
.p_tit h4 {
  font-size: 22px;
  color: #999;
}

.pr_bd {
  padding-left: 70px;
}
.pr_bd .anli_ul {
  height: auto;
  overflow: hidden;
  margin: 80px 0 0 0;
}

.pr_bd .anli_ul li figcaption span {
  bottom: 20px;
}
.pr_bd .anli_ul li:hover figcaption span {
  bottom: 57px;
}
.pr_bd .anli_ul li:hover figcaption h2 {
  margin-top: 50px;
}

.pr_bd .anli_ul li figcaption h2 {
  font-size: 16px;
}

.anli_ul li {
  margin-left: 25px !important;
  float: left;
  width: calc((100% - 75px) / 4) !important;
  margin-bottom: 50px;
  overflow: hidden;
}
.po_sec1 {
  background: #343131;
}
.po_sec {
  padding: 80px 0 50px 0;
}
.po_sec .wp {
  margin: 0 5%;
}
.prolist {
  height: auto;
  overflow: hidden;
  margin: 40px 0 30px 0;
}
.prolist li {
  float: left;
  margin-left: 20px;
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}

.prolist li:nth-child(4n + 1) {
  margin-left: 0;
}
.p_img {
  overflow: hidden;
}
.p_img img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.8s ease 0s;
}

.prolist li:hover img {
  transform: scale(1.1);
}
.p_txt {
  height: 60px;
  line-height: 60px;
  background: #3e3e3e;
  text-align: center;
  font-size: 14px;
  transition: 0.3s ease;
}
.prolist li:hover .p_txt {
  color: #fff;
  background: #e3120b;
}
.p_sort {
  margin: 20px 5% 10px 5%;
}

.p_sort h3 {
  color: #e3120b;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.p_sort h5 {
  font-size: 13px;
  color: #999;
  margin: 5px 0 5px 10px;
}

.p_sort li {
  float: left;
  margin-left: 15px;
  width: calc((100% - 15px) / 2);
  margin-bottom: 10px;
}
.p_sort li:nth-child(2n + 1) {
  margin-left: 0;
}
.p_sort li img {
  width: 100%;
}
.p_sort ul {
  height: auto;
  overflow: hidden;
}
.pag_fy {
  height: 80px;
}
.pag_fy .pag_l {
  color: #999;
  text-align: center;
  line-height: 80px;
  padding-left: 80px;
  height: 100%;
  float: left;
  width: calc(40% - 80px);
  position: relative;
}
.pag_fy .pag_l i {
  z-index: 1;
  color: #999;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.pag_fy .pag_l a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  display: block;
  line-height: 80px;
  width: calc(100% - 80px);
  padding-left: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.pag_fy .pag_l:hover {
  background: #e3120b;
}
.pag_fy .pag_l:hover i {
  color: #fff;
  left: 20px;
}
.pag_fy .pag_l:hover a {
  color: #fff;
}
.pag_fy .pag_r:hover {
  color: #fff;
}
.pag_fy .pag_l:hover {
  color: #fff;
}

.pag_fy .pag_r {
  color: #999;
  text-align: center;
  line-height: 80px;
  padding-right: 80px;
  height: 100%;
  float: right;
  width: calc(40% - 80px);
  position: relative;
}
.pag_fy .pag_r i {
  z-index: 1;
  color: #999;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.pag_fy .pag_r a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  display: block;
  line-height: 80px;
  width: calc(100% - 80px);
  padding-right: 80px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.pag_fy .pag_r:hover {
  background: #e3120b;
}
.pag_fy .pag_r:hover i {
  color: #fff;
  right: 20px;
}
.pag_fy .pag_r:hover a {
  color: #fff;
}
.postbody p {
  margin-bottom: 25px !important;
}

.item_box:hover p.title {
  color: #fff;
}
.pag {
  text-align: center;
  margin: 80px 0 10px 0;
}
.pag .pagnum a {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #343131;
  color: #999;
}
.pag .pagnum a.active {
  background: #e3120b;
  color: #fff;
}
.pag .pre {
  color: #999;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}
.newscontent span {
  color: #999 !important;
}
#recom p.title {
  color: #999 !important;
}

#searchbox .item_img {
  overflow: hidden;
  height: 300px !important;
  line-height: 300px;
  height: auto;
  background: #343131;
  vertical-align: middle;
}
.floor_t {
  text-align: center;
  margin-bottom: 50px;
}
.floor_t h3 {
  line-height: 1;
  font-size: 20px;
  font-family: arial;
  color: #999;
  text-transform: uppercase;
}
.floor_t h4 {
  font-size: 22px;
  color: #999;
}
.floor_t span {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e3120b;
}
.floor_box {
  text-align: center;
  cursor: pointer;
}
.floor_box img {
  width: 100%;
}
.floor_box span {
  display: inline-block;
  width: 95%;
  height: 2px;
  background: #999;
  margin: 20px 0 20px 0;
}
.flt1 {
  margin-top: 50px;
}
.dbmore {
  width: 150px !important;
  height: 40px !important;
  line-height: 40px !important;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  background: #e3120b !important;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}

.openme {
  display: none;
}
.openme .dbmore {
  color: #fff !important;
}
/*-------------------响应式---------------------*/
@media (min-width: 1600px) {
  .probanner {
    height: 700px !important;
  }
  .join_ad li {
    cursor: pointer;
    float: left;
    margin-left: 40px;
    width: calc((100% - 120px) / 4);
    margin-bottom: 30px;
    position: relative;
    height: 180px;
    border: 1px solid #999;
    box-sizing: border-box;
  }
  .join_ad li:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .honner_img img {
    height: 200px;
  }
  .join_ad li {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    width: calc((100% - 46px) / 3);
    margin-bottom: 30px;
    position: relative;
    height: 180px;
    border: 1px solid #999;
  }
  .join_ad li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  .ad_p_left {
    min-height: 570px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .ad_p_left {
    min-height: 450px;
  }
}

@media screen and (min-width: 768px) {
  .about_content p {
    color: #fff;
  }
  .about_content h3 {
    color: #fff;
  }
  .hon_section {
    background-attachment: fixed !important;
  }
  .pbanner {
    overflow: hidden;
  }
  #footer1 {
    display: none;
  }
  #online {
    display: none;
  }
  #header.mm-fixed {
    display: none;
  }
  .s_join2 {
    background-attachment: fixed;
  }
  .advan {
    margin-bottom: 130px;
  }
  .ad_p_left > div {
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .maptxt {
    width: 420px;
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(227, 18, 11, 0.8);
    padding: 60px 35px 50px 35px;
  }
  .owlprev {
    margin-right: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .owlnext {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .about_box {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.pul li:hover p.title1 {
  color: #fff !important;
}
#footer {
  background: #252525;
}
#mcontact {
  background: #181818;
}
#online {
  display: none;
}
.probox .item_img {
  height: auto;
  background: #343131;
  vertical-align: bottom;
}
.pinner li:hover p.title {
  color: #e3120b !important;
}
.newscontent p,
.newscontent span {
  background: none !important;
}
.dbmore:hover {
  color: #fff !important;
}

@media (min-width: 1600px) {
  .pro_img {
    height: 400px;
  }
}
@media (max-width: 1599px) {
  .pro_img {
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .probox .item_img {
    padding: 0;
  }
  .text_wrap .title1 {
    font-size: 13px;
  }
  .pro_img {
    height: 100px;
    width: 100%;
  }
  .wp {
    margin-left: 5%;
    margin-right: 5%;
  }
  .about_s2 {
    padding: 40px 0 0 0;
  }
  .about_s2 li {
    float: none !important;
    width: 100% !important;
    height: 440px !important;
  }
  .about_s2 li img {
    display: inline-block;
  }
  .culico h4 {
    margin: 5px 0;
  }
  .about_s2 ul li .cul_on {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .s_title h2 {
    font-size: 14px;
  }
  .s_title p {
    font-size: 16px;
  }
  .s_title {
    margin: 0 0 40px 0;
  }
  section {
    margin-bottom: 40px;
  }
  .mcounter {
    margin-bottom: 30px;
  }
  .video_bd {
    width: 96%;
    margin-left: -48%;
  }
  .video_close {
    right: 0;
    top: -40px;
  }
  #assistBtn,
  #online_lx,
  #online_open,
  #shares,
  .agent-mobile #footer,
  #fixed_weixin {
    display: none;
  }
  #listContent {
    display: none;
  }
  .mcontact {
    display: none;
  }
  .n_back {
    display: block;
    float: none;
    margin: 35px 0;
    color: #e3120b !important;
    font-size: 12px !important;
    height: 30px;
    line-height: 30px;
  }
  .n_back i {
    font-size: 12px;
  }
  .newsbd {
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
  .newsbd .news_t {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newscontent {
    margin: 0 5%;
    margin-bottom: 40px;
  }
  .new_fy .prev_fy span {
    margin-left: 40px;
    width: calc(100% - 50px);
  }
  .new_fy .next_fy span {
    margin-right: 45px;
    width: calc(100% - 50px);
  }
  .new_fy .next_fy i {
    right: 10px;
  }
  .new_fy .prev_fy i {
    left: 10px;
  }
  .new_fy .prev_fy {
    height: 50px;
    line-height: 50px;
    color: #e3120b;
  }
  .new_fy .next_fy {
    height: 50px;
    line-height: 50px;
    color: #e3120b;
  }
  .new_fy {
    padding: 0 5%;
  }
  .tab {
    margin-bottom: 0;
  }
  .tab li .tablebox p {
    font-size: 13px;
  }
  .tab li i {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .tab li i,
  .tab li p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tab li i img {
    margin-right: 0;
  }
  .tab {
    height: 80px;
  }
  .tab li i img {
    height: 35px;
  }
  .s_join1,
  .section_cc {
    padding: 40px 0 40px 0;
  }
  .s_join2 p {
    width: 100%;
  }
  .advan {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .s_join2 {
    padding: 40px 0;
    height: auto;
  }
  .s_join2 .s_title {
    margin-bottom: 30px;
  }
  .advan ul li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .advan ul li:nth-child(2) .ad_block {
    background: #f0f0f0;
  }
  .advan ul li:nth-child(2) {
    background: #fff;
  }
  .advan ul li .ad_icon {
    width: 90px;
    height: 90px;
  }
  .advan ul li .ad_icon img {
    width: 100%;
  }
  .advan ul li a {
    padding: 20px 0 0;
  }
  .advan ul li .ad_block {
    padding: 26px 8.25% 25px;
  }
  .advan ul li:last-child {
    margin-bottom: 0;
  }
  .advan ul li:nth-child(2):hover .ad_block {
    background: #e3120b;
  }
  .condition_l {
    display: none;
  }
  .condition_r {
    width: 100%;
    float: none;
    height: auto;
    padding: 40px 0;
  }
  .condition {
    height: auto;
  }
  .condition_r li i {
    width: 60px;
    height: 60px;
    display: none;
  }
  .condition_r li {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .mb_txt h2 {
    font-size: 18px;
  }
  .mb_txt span {
    font-size: 15px;
  }
  .mb_txt .line {
    height: 1px;
    width: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mb_txt {
    padding: 15px 0;
    width: 250px;
    top: 45%;
  }
  .sec_s2 {
    padding: 40px 0 40px 0;
  }
  .s_t {
    width: 100%;
  }
  .sec_s1 {
    padding: 40px 0;
  }
  .sq_l {
    margin: 40px 0 0 0;
  }
  .sq_l li {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .sq_l li .sq_ic {
    padding: 30px 0;
  }
  .sq_l li .sq_ic img {
    width: 50px;
  }
  .sq_l li .sq_txt {
    padding: 30px 30px;
  }
  .con_l {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .con_r {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .conat_1 {
    padding: 40px 0;
  }
  .conat_2 {
    padding: 50px 0 40px 0;
  }
  .map {
    height: 300px;
  }
  .con_r input {
    width: 300px;
  }
  .con_r textarea {
    width: 300px;
  }
  .condition ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .condition .con_no img {
    height: 45px;
  }
  .c_txt h3 {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c_txt {
    padding: 15px 15px;
  }
  .s_join3 {
    padding: 40px 0 0 0;
  }
  .ad_p_left {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .ad_p_right {
    margin-left: 0;
    width: 100%;
  }
  .ad_p_left > div {
    padding: 45px 0;
    text-align: center;
  }
  .pp {
    width: 90%;
    font-size: 14px;
  }
  .join_ad li {
    cursor: pointer;
    float: none;
    margin-left: 0;
    width: calc(100% - 2px);
    margin-bottom: 15px;
    position: relative;
    height: 160px;
    border: 1px solid #999;
  }
  .sec_c1,
  .sec_c2 {
    padding: 40px 0;
    margin-bottom: 0 !important;
  }
  .sec_c1 {
    margin-bottom: 0 !important;
  }
  .box11 h3 {
    font-size: 14px;
  }
  .form .input:nth-child(2) {
    margin-left: 20px;
  }
  .form .input {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .form .input input {
    height: 30px;
    line-height: 30pxz;
  }
  .textarea textarea {
    height: 100px;
    margin-bottom: 20px;
  }
  .maptxt {
    background: #252525;
    margin-left: 5%;
    margin-right: 5%;
    padding: 50px 0 35px 0;
  }
  .maptxt h2 {
    margin-bottom: 20px;
    font-size: 17px;
    color: #999;
  }
  .maptxt p {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
  }
  .ph_map {
    height: auto;
    margin-top: 50px;
  }
  .ph_map img {
    width: 100%;
  }
  .honner_txt1,
  .honner_txt {
    height: 40px;
    line-height: 40px;
  }
  .hon_section {
    padding: 30px 5% 40px 5%;
  }
  .honner_img img {
    height: auto;
  }
  /* .owl-carousel .item{margin: 5px;} */
  .owlprev {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .owlnext {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .o_box {
    height: 30px;
    text-align: center;
  }
  #ph_honor .owl-wrapper-outer {
    height: 180px;
  }
  #ph_honor img {
    height: 135px;
  }
  .p_about {
    margin-bottom: 0;
  }
  .pag_fy .pag_r,
  .pag_fy .pag_l {
    width: calc(49% - 20px);
  }
  .pag_fy .pag_l {
    padding-left: 20px;
  }
  .pag_fy .pag_l a {
    padding-left: 20px;
    width: calc(100% - 20px);
  }
  .pag_fy .pag_l i {
    left: 5px;
  }
  .pag_fy .pag_r {
    padding-right: 20px;
  }
  .pag_fy .pag_r a {
    padding-right: 20px;
    width: calc(100% - 20px);
  }
  .pag_fy .pag_r i {
    right: 5px;
  }
  .newscontent p {
    margin-bottom: 15px !important;
  }
  .newscontent span {
    font-size: 14px !important;
  }
  .advan ul li .ad_block .ad_con {
    font-size: 13px;
  }
  .ad_p_right li {
    width: 50%;
  }
  .ad_p_right li {
    position: relative;
  }
  .ad_p_right li .jm_cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
  }
  .ad_p_right li .jm_cover > div {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 2;
    border: 1px solid #fff;
  }
  .ad_p_right li .jm_cover > div > div {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ad_p_right li .jm_cover > div > div h3 {
    color: #fff;
  }
  .ad_p_right li .jm_cover > div > div p {
    color: #fff;
  }
  .pinner {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px !important;
  }
  .pinner .date_wrap {
    font-size: 14px;
  }
  .pagbox {
    margin-top: 50px;
  }
  .pul .item_info {
    padding: 8px !important;
    width: calc(100% - 10px) !important;
  }
  .pul {
    margin-left: 5%;
    margin-right: 5%;
  }
  .cp_x {
    float: none;
    opacity: 1;
    color: #636363;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .cp_sub {
    font-size: 12px;
  }
  .pul .item_info {
    height: auto;
  }
  .pul li {
    margin: 10px;
  }
  .condition ul li .con_on {
    display: none;
  }
  .tt {
    margin-bottom: 25px !important;
  }
  .cp_Bp {
    display: none;
  }
  .floor_t h3 {
    font-size: 15px;
  }
  .floor_t h4 {
    font-size: 16px;
  }
  .floor_t {
    margin-bottom: 30px;
  }
  .floor_t2 {
    margin-top: 50px;
  }
}
/* 质量报告  责任报告弹窗  */
.popBg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 50000000;
  background: rgba(0, 0, 0, 0.5);
}
.popWindow {
  position: absolute;
  z-index: 50000002;
  background: #fff;
  position: fixed;
  width: 1000px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popWindow .popClose {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -40px;
  top: -10px;
  cursor: pointer;
}
.popWindow .popClose img {
  width: 100%;
  height: 100%;
}
.popContent {
  padding: 50px 50px;
  box-sizing: border-box;
  width: 100%;
  height: 80vh;
  overflow-y: auto;
}
.popContent::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #ccc;
}
.popContent::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ccc;
}
.popContent::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e3120b;
}
.popContent p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.popContent p strong {
  font-size: 16px;
}
.popContent span {
  color: #333;
}
.popContent table {
	border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.popContent table p {
  display: inline-block;
	text-align: left;
}
.popContent table {
  width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.popContent table td {
	font-size: 0;
  padding: 13px 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.popContent thead th {
  padding: 13px 10px;
  background-color: #f9bb3e !important;
  border-bottom-color: #ddd !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-color: #ddd !important;
  border-left-style: solid !important;
  border-left-width: 0px !important;
  border-right-color: #ddd !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-top-color: #ddd !important;
  border-top-style: solid !important;
  border-top-width: 0px !important;
  vertical-align: middle;
}
.popContent table .firstRow th:nth-child(1){
	width: 150px;
}
.popContent table.table1 .firstRow th:nth-child(1){
	width: auto;
}
@media (max-width: 700px) {
  .popContent {
    height: 75vh;
		padding: 20px 10px;
  }
  .popWindow .popClose {
    right: 0;
    top: -40px;
  }
  .popWindow {
    width: 95vw;
  }
	.popContent p{
		font-size: 13px;
	}
	.popContent table .firstRow th:nth-child(1){
		width: auto;
	}
}
.aboutPop{
  margin-top: 50px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #fff;
  display: inline-block;
}
.aboutPop span{
  font-size: 18px;
}
.popContent img{
  max-width: 100%;
}

