@charset "utf-8";

.pageBanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;
}
.pageBanner,
.pageBanner dl {
  height: 400px;
}
.pageBanner dl {
  display: table;
  width: 100%;
}
.pageBanner dt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.pageBanner .txt {
  display: inline-block;
  background: url(../images/pageBanner_txt.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 26px 0;
  margin-top: -36px;
  width: 346px;
}
.pageBanner .ch {
  font-size: 45px;
  line-height: 45px;
  display: block;
}
.pageBanner .en {
  font-size: 30px;
  font-family: "宋体";
  text-transform: capitalize;
  display: block;
}
.pageBanner img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.beiji {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 17%;
  /* margin-left: -568px; */
}
@media only screen and (max-width: 980px) {
  .beiji {
    position: absolute;
    top: 9%;
    z-index: 999;
    left: -3%;
  }
}

/*.pageBanner_2{background-image: url(../images/pageBanner_about.jpg);}
.pageBanner_8{background-image: url(../images/pageBanner_product.jpg);}
.pageBanner_17{background-image: url(../images/pageBanner_quality.jpg);}
.pageBanner_22{background-image: url(../images/pageBanner_download.jpg);}
.pageBanner_26{background-image: url(../images/pageBanner_news.jpg);}
.pageBanner_29{background-image: url(../images/pageBanner_contact.jpg);}
.pageBanner_search{background-image: url(../images/pageBanner_search.jpg);}*/

/*蓝色文字*/
.pageBanner_17 .txt,
.pageBanner_2 .txt {
  background: url(../images/pageBanner_txt2.png) no-repeat center bottom;
  background-size: 100% auto;
}
.pageBanner_17 .ch,
.pageBanner_17 .en,
.pageBanner_2 .ch,
.pageBanner_2 .en {
  color: #163784;
}

@media screen and (max-width: 1200px) {
  .pageBanner,
  .pageBanner dl {
    height: 280px;
  }
  .pageBanner .txt {
    padding: 18px 0;
    margin-top: -24px;
    width: 220px;
  }
  .pageBanner .ch {
    font-size: 28px;
    line-height: 30px;
  }
  .pageBanner .en {
    font-size: 20px;
    font-family: "宋体";
    text-transform: capitalize;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pageBanner,
  .pageBanner dl {
    height: 220px;
  }
}

.pageContainer {
  overflow: hidden;
  padding-bottom: 30px;
}
.pageContainer_bg .pageContainer {
  overflow: visible;
}
.pageContainer_bg {
  overflow: hidden;
}
/*===============   结构 */
.mapBox {
  padding-top: 16px;
  padding-bottom: 24px;
  text-align: right;
}
.mapBox,
.mapBox a {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.mapBox a:hover {
  color: #163784;
}
.mapBox img {
  vertical-align: middle;
  margin-bottom: 2px;
}
/*-------------左边*/
.bigColumnLeft_w {
  width: 252px;
  float: left;
  position: relative;
  z-index: 2;
}
.bigColumnLeft {
  width: 252px;
  background: #fff;
  position: relative;
}
.bigColumnLeftTit {
  background: #163784 url(../images/bigColumnLeftTit.jpg) no-repeat 90% center;
  padding: 13px 0 14px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.bigColumnLeftTit .en {
  font-size: 12px;
  font-weight: 300;
  font-family: Arial;
}
/*按钮*/
.practical_btn {
  width: 36px;
  height: 24px;
  position: absolute;
  right: -38px;
  top: 0px;
  cursor: pointer;
  z-index: 889;
  display: none;
}
.practical_btn i {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: #1e50ae;
  transition: 0.5s ease;
  -webkit-transition: 0.5 s ease;
}
.practical_btn .i1 {
  left: 0;
  top: 0;
}
.practical_btn .i2 {
  left: 0;
  top: 50%;
  margin-top: -1.5px;
}
.practical_btn .i3 {
  left: 0;
  bottom: 0;
}
/*按钮关闭*/
.practicalShow,
.bigColumnLeft {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}
.practicalShow {
  background: #fff;
}
.practicalShow .practical_btn {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.practicalShow .practical_btn i {
  background: red;
}
.practicalShow .practical_btn i.i2 {
  display: none;
}
.practicalShow .practical_btn i.i1 {
  transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
}
.practicalShow .practical_btn i.i3 {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
}
/**/
.sonNav {
  border: 1px #e8e8e8 solid;
  border-top: none;
  margin-bottom: 30px;
}
.sonNav li {
}
.sonNav li a {
  font-size: 14px;
  line-height: 48px;
  color: #333;
  border-top: 1px #e8e8e8 solid;
  display: block;
  padding-left: 14px;
  background: url(../images/sonNav_jt.png) no-repeat 92% center;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}
.sonNav li a:hover,
.sonNav li a.on {
  color: #ff9a36;
  background: url(../images/sonNav_jt2.png) no-repeat 92% center;
}
.sonNav li ul li a {
  font-size: 12px;
  line-height: 30px;
  color: #555;
  padding-left: 28px;
  border-top: 1px #e8e8e8 dotted;
  background: none;
}
.sonNav li ul li a:hover {
  background: none;
}

.sonNav li ul {
  display: none;
}
.sonNav li.cur ul {
  display: block;
}

/**/
.contactBox {
  margin-bottom: 30px;
}
.contactBox .Con {
  border: 1px #e8e8e8 solid;
}
.contactBox dl {
  padding: 20px 0 20px;
  text-align: center;
  border-top: 1px #e8e8e8 solid;
}
.contactBox dd {
  font-size: 12px;
  color: #4b4b4b;
  margin-bottom: 8px;
}
.contactBox dt {
  font-size: 25px;
  color: #ff9a36;
  font-family: Impact;
}
.contactBox dt a.btn {
  font-size: 12px;
  color: #fff;
  font-family: "宋体";
  background: #ff9a36;
  width: 93px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 6px;
}
.contactBox dt a.btn:hover {
  opacity: 0.8;
}
/*-------------右边*/
.bigColumnRight {
  width: 906px;
  float: right;
  position: relative;
  z-index: 1;
}
.bigColumnRight .current {
  background: url(../images/current_line.jpg) repeat-x left bottom;
  line-height: 100%;
}
.bigColumnRight .current .ch {
  font-size: 24px;
  ine-height: 100%;
  color: #999;
  font-family: "jlxt";
  margin-bottom: 14px;
}
.bigColumnRight .current .en {
  font-size: 22px;
  line-height: 1;
  color: #163784;
  text-transform: uppercase;
  background: #fff;
  padding-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 1201px) {
  .bigColumnLeft_w {
    width: 0px;
  }
  .practical_btn {
    display: inherit;
  }
  .bigColumnLeft {
    transform: translateX(-262px);
  }
  .practicalShow {
    transform: translateX(0px);
  }
  .bigColumnRight {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .bigColumnRight .current .ch {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bigColumnRight .current .en {
    font-size: 18px;
  }
  .mapBox {
    display: none;
  }
  .pageContainer {
    padding-top: 30px;
  }
}

/*===============   列表 */
.pic_list .list_ul .img {
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.pic_list .list_ul .img img {
  display: block;
  width: 100%;
  visibility: hidden;
}
.pic_list .list_ul .tit {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pic_list .list_ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .pic_list .list_ul li,
  .pic_list .list_ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*===============   产品列表 */
.product_list .list_ul {
  padding-top: 46px;
}
.product_list .list_ul li {
  text-align: center;
  width: 29.4%;
  float: left;
  margin-right: 5.9%;
  margin-bottom: 50px;
}
.product_list .list_ul li a {
  position: relative;
  display: block;
  border: 1px #dbdbdb solid;
}
.product_list .list_ul .tit {
  font-size: 16px;
  color: #666;
  width: 88%;
  height: 52px;
  line-height: 52px;
  border-top: 1px #c1c1c1 solid;
  margin: 0 auto;
}
.product_list .list_ul .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.product_list .list_ul .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -10px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  opacity: 0;
}
.product_list .list_ul a:hover .bg {
  background: url(../images/pic_bg.png);
  visibility: visible;
  opacity: 1;
}
.product_list .list_ul a:hover .bg img {
  margin-top: -30px;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .product_list .list_ul {
    padding-top: 26px;
  }
  .product_list .list_ul li {
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .product_list .list_ul .tit {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .product_list .list_ul .bg img {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -10px;
  }
  .product_list .list_ul a:hover .bg img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 700px) {
  .product_list .list_ul li,
  .product_list .list_ul li:nth-child(3n) {
    width: 48%;
    margin-right: 0;
  }
  .product_list .list_ul li:nth-child(odd) {
    width: 48%;
    margin-right: 4%;
  }
}

/*===============  产品详情 */
.productArticle_top {
  padding: 54px 0 70px;
}
.productArticle_top .ImgBox {
  float: left;
  border: 1px #e0e0e0 solid;
  width: 386px;
}
.productArticle_top .ImgBox span {
  display: block;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.productArticle_top .ImgBox img {
  visibility: hidden;
  display: block;
  width: 100%;
}
.productArticle_top .float_r {
  width: 470px;
}
.productArticle_top H2 {
  padding: 10px 0;
  border-bottom: 1px #e0e0e0 solid;
  margin-bottom: 10px;
}
.productArticle_top .productModel,
.productArticle_top .productTit {
  font-size: 24px;
  color: #163784;
  font-weight: bold;
}
.productArticle_top .data_info {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  min-height: 242px;
  margin-bottom: 20px;
}

/**/
.productArticle_bottom_Tit {
  background: #163784 url(../images/productArticle_bottom_Tit.jpg) no-repeat
    left center;
  background-size: auto 100%;
  font-size: 24px;
  color: #fff;
  padding-left: 44px;
}
.productArticle_bottom_Tit,
.productArticle_bottom_Tit .data_download a,
.productArticle_bottom_Tit .data_download img {
  height: 52px;
  line-height: 52px;
}
.productArticle_bottom_Tit .data_download {
  float: right;
}
.productArticle_bottom_Tit .data_download a {
  background: url(../images/pic_data_download_cur.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}
.productArticle_bottom_Tit .data_download a:hover {
  background: url(../images/pic_data_download.png) no-repeat;
  background-size: 100% 100%;
}
.productArticle_bottom_Tit .data_download a img {
  visibility: hidden;
}

.productArticle_bottom .data_title {
  background: #f8f8f8;
  overflow: hidden;
  font-size: 24px;
  color: #333;
  padding-left: 14px;
  border-left: 5px #163784 solid;
  height: 50px;
  line-height: 50px;
  margin: 30px 0 20px;
}
.productArticle_bottom .data_title li {
  font-size: 18px;
  line-height: 18px;
  color: #666;
  float: left;
  cursor: pointer;
}
.productArticle_bottom .data_title li span {
  padding: 8px 24px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  background: url(../images/product_article_line.jpg) no-repeat right center;
}
.productArticle_bottom .data_title li.active {
  color: #fff;
  background: #163784;
  margin-left: -1px;
}
.productArticle_bottom .data_title li.active span,
.productArticle_bottom .data_title li:last-child span {
  background: none;
}
.productArticle_bottom .data_con {
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.productArticle_bottom .none {
  display: none;
}

.productArticle_top .data_info img {
  max-width: 470px;
}
.productArticle_bottom .data_con img {
  max-width: 700px;
}

@media screen and (max-width: 1200px) {
  .productArticle_top {
    padding: 34px 0;
  }
  .productArticle_top .productModel,
  .productArticle_top .productTit {
    font-size: 20px;
  }
  .productArticle_top .data_info {
    line-height: 26px;
    min-height: auto;
  }
  .productArticle_bottom .data_con {
    line-height: 26px;
    font-size: 16px;
  }

  .productArticle_top .data_info img,
  .productArticle_bottom .data_con img {
    max-width: 100%;
  }

  .productArticle_bottom .data_title {
    height: 36px;
    line-height: 36px;
    font-size: 22px;
  }
  .productArticle_bottom_Tit,
  .productArticle_bottom_Tit .data_download a,
  .productArticle_bottom_Tit .data_download img {
    height: 42px;
    line-height: 42px;
  }
  .productArticle_bottom_Tit {
    font-size: 22px;
    padding-left: 34px;
  }
}

@media screen and (max-width: 960px) {
  .productArticle_top .ImgBox {
    width: 42%;
  }
  .productArticle_top .float_r {
    width: 55%;
  }
}

@media screen and (max-width: 800px) {
  .productArticle_top .ImgBox {
    width: 56%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .productArticle_top .float_r {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .productArticle_bottom .data_title li {
    font-size: 12px;
    padding: 6px 0px;
  }
  .productArticle_bottom .data_title li span {
    padding: 0 14px;
  }
  .productArticle_bottom .data_con {
    font-size: 12px;
    line-height: 24px;
  }
}

@media screen and (max-width: 560px) {
  .productArticle_top .ImgBox {
    width: 79%;
    margin: 0;
  }
}

/*===============   专利列表 */
.patent_list .list_ul {
  padding-top: 26px;
}
.patent_list .list_ul li {
  text-align: center;
  width: 30.64%;
  float: left;
  margin-right: 4%;
  margin-bottom: 36px;
}
.patent_list .list_ul li a {
  position: relative;
  display: block;
  border: 1px #dbdbdb solid;
}
.patent_list .list_ul .tit {
  font-size: 14px;
  color: #555;
  height: 50px;
  line-height: 50px;
  background: #eaeaea;
}
.patent_list .list_ul li .img {
  margin: 15px 20px;
}
.patent_list .list_ul li a:hover {
  border: 1px #608ffc solid;
}

@media screen and (max-width: 1200px) {
  .patent_list .list_ul {
    padding-top: 24px;
  }
  .patent_list .list_ul li {
    margin-bottom: 30px;
  }
  .patent_list .list_ul .tit {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 700px) {
  .patent_list .list_ul li .img {
    margin: 10px;
  }
  .patent_list .list_ul li,
  .patent_list .list_ul li:nth-child(3n) {
    width: 48%;
    margin-right: 0;
  }
  .patent_list .list_ul li:nth-child(odd) {
    width: 48%;
    margin-right: 4%;
  }
}

/*===============   公司环境 */
.ambient_list .list_ul {
  padding-top: 30px;
}
.ambient_list .list_ul li {
  text-align: center;
  width: 31.42%;
  float: left;
  margin-right: 2.8%;
  margin-bottom: 26px;
}
.ambient_list .list_ul li .tit {
  display: none;
}

@media screen and (max-width: 700px) {
  .ambient_list .list_ul li {
    margin-bottom: 22px;
  }
  .ambient_list .list_ul li,
  .ambient_list .list_ul li:nth-child(3n) {
    width: 47.6%;
    margin-right: 0;
  }
  .ambient_list .list_ul li:nth-child(odd) {
    width: 47.6%;
    margin-right: 4.8%;
  }
}

/*===============   团队风采 */
.team_info {
}
.team_info .txt {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.team_info dl {
  padding-left: 255px;
  background: url(../images/team_bg.jpg) no-repeat left center;
  margin: 40px 0 20px;
}
.team_info .dd1 {
  font-size: 24px;
  color: #163784;
}
.team_info .dd2 {
  font-size: 30px;
  color: #ff9a36;
  font-weight: bold;
}
.team_info .dd3 {
  font-size: 18px;
  color: #ff9a36;
}

.team_list {
}
.team_list .list_ul {
}
.team_list .list_ul li .tit {
  display: inherit;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .team_info dl {
    padding-left: 140px;
    background-size: 140px auto;
  }
  .team_info .dd1 {
    font-size: 16px;
  }
  .team_info .dd2 {
    font-size: 20px;
  }
  .team_info .dd3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 700px) {
  .team_info dl {
    margin: 20px 0 10px;
  }
  .team_info .dd1 {
    font-size: 12px;
  }
  .team_info .dd2 {
    font-size: 13px;
  }
  .team_info .dd3 {
    font-size: 11px;
  }
  .team_info .txt {
    font-size: 12px;
    line-height: 20px;
  }
  .team_list .list_ul li {
    margin-bottom: 6px;
  }
  .team_list .list_ul li .tit {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .team_info dl {
    padding-left: 60px;
    background-size: 60px auto;
  }
}

/*===============   品质保证 */

.Quality_list .list_ul .img {
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 10px;
}
.Quality_list .list_ul .img img {
  display: block;
  width: 100%;
  visibility: hidden;
}
.Quality_list .list_ul .tit {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.Quality_list .list_ul li:nth-child(2n) {
  margin-right: 0;
}

.Quality_list .list_ul {
  padding-top: 70px;
}
.Quality_list .list_ul li {
  width: 49.1%;
  float: left;
  margin-right: 1.7%;
  margin-bottom: 30px;
  position: relative;
}
.Quality_list .list_ul li a {
  display: block;
  border: 1px #dbdbdb solid;
}
.Quality_list .list_ul li .tit {
  height: 36px;
  line-height: 36px; /*position: absolute;top:50%;margin-top: -32px;*/
  width: 100%;
  text-align: center;
}
.Quality_list .list_ul li .tit i {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 0 20px;
  opacity: 0.9;
  background: #eaeaea;
}
/*单双*/ /*
.Quality_list .list_ul li:nth-child(odd) .tit{left: 0}
.Quality_list .list_ul li:nth-child(even) .tit{right: 0;text-align: right;}*/

/*第一和第二个*/
.Quality_list .list_ul li:first-child {
  text-align: right;
}
.Quality_list .list_ul li:first-child .tit {
  top: 0;
} /*
.Quality_list .list_ul li:first-child .tit i{margin-right: 32px;}
.Quality_list .list_ul li:nth-child(2) .tit {top:100%;margin-top:-64px;text-align: center;}
.Quality_list .list_ul li:nth-child(2) .tit i{background: #1d3d88;opacity: 1;width: 100%;padding: 0}*/

.Quality_list .list_ul:first-child .img img {
  height: 320.84px;
}
.Quality_list .list_ul:nth-child(2) .img img {
  height: 320.83px;
}

@media screen and (max-width: 1200px) {
  .Quality_list .list_ul {
    padding-top: 40px;
  }
  .Quality_list .list_ul li {
    margin-bottom: 20px;
  }
  .Quality_list .list_ul li .tit {
    height: 36px;
    line-height: 36px;
  }
  .Quality_list .list_ul li .tit i {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }

  .Quality_list .list_ul:first-child .img img {
    height: 220.84px;
  }
  .Quality_list .list_ul:nth-child(2) .img img {
    height: 220.83px;
  }
}

@media screen and (max-width: 700px) {
  .Quality_list .list_ul li .tit i {
    font-size: 10px;
  }
  .Quality_list .list_ul:first-child .img img {
    height: 150.84px;
  }
  .Quality_list .list_ul:nth-child(2) .img img {
    height: 150.83px;
  }
}

/*===============   招聘 */
.joinUs_list {
  margin-top: 40px;
}
.joinUs_list .dis_table {
  display: table;
  width: 100%;
  color: #555;
  font-size: 14px;
  position: relative;
}
.joinUs_list .dis_table .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  overflow: hidden;
}
.joinUs_list .dis_table p {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 0 14px 0;
}
.joinUs_list .dis_table p:nth-child(1) {
  padding-left: 5%;
  width: 28%;
}
.joinUs_list .dis_table p:nth-child(2) {
  width: 23%;
}
.joinUs_list .dis_table p:nth-child(3) {
  width: 35%;
}
.joinUs_list .dis_table p:last-child {
  width: 22%;
}
.joinUs_list .dis_table.list_top {
  background: #163784;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.joinUs_list .dis_table.list_top .line {
  visibility: hidden;
}

.joinUs_list {
  border: 1px #e1e1e1 solid;
}
.joinUs_list dd {
  background: #f5f5f5;
  padding: 0 3%;
  margin: 0 2%;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  display: none;
}
.joinUs_list .dis_table2 {
  display: table;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 24px;
}
.joinUs_list .dis_table2 div {
  display: table-cell;
}
.joinUs_list .dis_table2 div p {
  padding: 0 4px;
}
.joinUs_list .dis_table2 div:nth-child(4) {
  width: 26%;
}

.joinUs_list .float_l,
.joinUs_list .float_r {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}
.joinUs_list .float_l .tit,
.joinUs_list .float_r .tit {
  font-size: 20px;
  color: #ff9a36;
  font-weight: bold;
  margin-bottom: 10px;
}
.joinUs_list .dd_bottom {
  font-size: 16px;
  line-height: 30px;
  clear: both;
  border-top: 1px #e5e5e5 solid;
  padding: 37px 0 69px 0;
}

.joinUs_list dl.active {
  border-bottom: 1px #e1e1e1 solid;
  padding-bottom: 20px;
}
.joinUs_list dl.active .line {
  visibility: hidden;
}
.joinUs_list dl .line {
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .joinUs_list {
    margin-top: 26px;
  }
  .joinUs_list .dis_table.list_top {
    font-size: 14px;
  }
  .joinUs_list dd,
  .joinUs_list .dis_table p {
    font-size: 12px;
  }
  .joinUs_list .dis_table2 {
    padding: 18px 0;
    margin-bottom: 18px;
  }
  .joinUs_list .float_l .tit,
  .joinUs_list .float_r .tit {
    font-size: 14px;
  }
  .joinUs_list .float_l,
  .joinUs_list .float_r {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .joinUs_list .dd_bottom {
    padding: 20px 0 34px 0;
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 765px) {
  .joinUs_list .dis_table2 div p {
    font-size: 10px;
  }
  .joinUs_list .dis_table2 i {
    display: none;
  }
  .joinUs_list .dis_table p:nth-child(4),
  .joinUs_list .dis_table p:nth-child(4) {
  }
  .joinUs_list .dis_table2 div:last-child {
    display: none;
  }
  .joinUs_list .float_l,
  .joinUs_list .float_r {
    width: 100%;
  }
  .joinUs_list .dis_table p:nth-child(1) {
    padding-left: 2%;
    width: 31%;
    padding-right: 2%;
  }
  .joinUs_list .dis_table p:nth-child(3) {
    width: 31%;
  }
  .joinUs_list dd,
  .joinUs_list .dis_table p {
    font-size: 10px;
    font-size: 9px;
  }
  .joinUs_list .dis_table p {
    font-size: 10px;
  }
}

/*===============   下载 */
.download_list {
  padding-top: 34px;
}
.download_list .list_ul {
}
.download_list .list_ul li {
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.download_list .list_ul li a {
  height: 50px;
  width: 96%;
  display: table;
  padding: 0 2%;
  font-size: 14px;
  color: #666;
  background: #ececec;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.download_list .list_ul li span {
  display: table-cell;
  vertical-align: middle;
}
.download_list .list_ul li span.tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*.download_list .list_ul li span.tit i{display: block;width:100%;}*/
.download_list .list_ul li span.date {
  width: 140px;
  padding-left: 10px;
}
.download_list .list_ul li span.ico {
  width: 101px;
  background-image: url(../images/download_ico.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-align: right;
  padding-right: 33px;
}
.download_list .list_ul li a:hover {
  background: #163784;
  color: #fff;
}

.download_list .list_ul li a:hover span.ico {
  background-image: url(../images/download_ico2.png);
}

@media screen and (max-width: 1200px) {
  .download_list .sonNav2 {
    float: inherit;
    margin-bottom: 20px;
  }
  .download_list .search2 {
    float: inherit;
  }
  .download_list .list_ul li,
  .download_list .list_ul li a {
    height: 40px;
  }
  .download_list .list_ul li span.date {
    display: none;
  }
  .download_list .list_ul li a {
    font-size: 12px;
  }
  .download_list .list_ul li span.ico {
    background-size: 24px;
    padding-right: 26px;
    width: 69px;
  }
}

/*===============   搜索 */
.search_list {
}
.search_list .date {
  text-align: right;
}

/*===============   荣誉 */
.honor_list .honor_info {
  text-align: center;
  padding: 42px 0;
}
.honor_list .honor_info .en {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  margin-bottom: 4px;
}
.honor_list .honor_info .ch {
  font-size: 16px;
  color: #163784;
  font-family: Arial;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.honor_list .honor_info .line {
  width: 86px;
  height: 2px;
  line-height: 2px;
  overflow: hidden;
  background: #163784;
  display: inline-block;
}

/**/
.honor_list {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.honor_list .swiper-slide {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  transform-origin: 50% 100%;
  padding: 14px;
  position: static;
}
.honor_list .swiper-slide .img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.honor_list .swiper-slide img {
  display: inline-block;
  width: 100%;
  vertical-align: text-bottom;
}
.honor_list .swiper-slide .img img {
  visibility: hidden;
  display: block;
  width: 100%;
}
.honor_list .swiper-container {
  overflow: visible;
}
.honor_list .swiper-slide-duplicate-next,
.honor_list .swiper-slide-duplicate-prev {
  visibility: hidden;
}

.honor_list .imgBg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.honor_list .swiper-slide .imgBg {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
  visibility: inherit !important;
}

/*标题*/
.honor_list .swiper-slide .honorTit {
  position: absolute;
  display: none;
}
.honor_list .honorTit {
  text-align: center;
  padding: 70px 0 0;
  width: 100%;
}
.honor_list .honorTit dt {
  font-size: 30px;
  color: #163784;
}
.honor_list .honorTit dd {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  letter-spacing: -1px;
}
#honorTit {
  visibility: hidden;
}
.honor_list .swiper-slide-active .honorTit {
  display: inherit;
}
/*按钮*/
.honor_list .swiper-button-next,
.honor_list .swiper-button-prev {
  width: 44px;
  height: 77px;
  margin-top: -90px;
  background-size: 100% 100%;
  top: 100%;
}
.honor_list .swiper-button-next {
  right: 20%;
  background-image: url(../images/honorBtnR.png);
}
.honor_list .swiper-button-prev {
  left: 20%;
  background-image: url(../images/honorBtnL.png);
}
.honor_list .swiper-button-next:hover {
  background-image: url(../images/honorBtnR2.png);
}
.honor_list .swiper-button-prev:hover {
  background-image: url(../images/honorBtnL2.png);
}

@media screen and (max-width: 1200px) {
  .honor_list {
    margin-bottom: 40px;
  }
  .honor_list .honor_info {
    padding: 20px 0 10px;
  }
  .honor_list .honor_info .en {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
  }
  .honor_list .honor_info .ch {
    font-size: 10px;
  }
  .honor_list .honor_info .line {
    width: 60px;
  }
  .honor_list .swiper-slide {
    width: 94%;
  }
  .honor_list .swiper-button-next,
  .honor_list .swiper-button-prev {
    width: 20px;
    height: 40px;
    margin-top: -50px;
    background-size: 100% 100%;
  }
  .honor_list .swiper-button-next {
    right: 2%;
  }
  .honor_list .swiper-button-prev {
    left: 2%;
  }
  .honor_list .honorTit {
    padding: 30px 0 0;
  }
  .honor_list .honorTit dt {
    font-size: 12px;
  }
  .honor_list .honorTit dd {
    font-size: 10px;
  }
}

/*===============   背景 */
.pageContainer_bg {
  width: 100%;
  overflow: hidden;
}
.pageContainer_bg,
.pageContainer_bg .current .en {
  background: #f8f8f8;
}
.pageContainer_bg .pageContainer {
  position: relative;
}
.pageContainer_bg .whiteBg {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  margin-left: 252px;
  clear: both;
}
/**/
.pageContainer_bg2 {
  width: 100%;
  overflow: hidden;
}
.pageContainer_bg2,
.pageContainer_bg2 .current .en {
  background: #f8f8f8;
}
.pageContainer_bg2 .bigColumnLeft {
  background: none;
}
@media screen and (max-width: 1200px) {
  .pageContainer_bg .whiteBg {
    background: none;
  }
}

/*===============   新闻 */
.news_list .list_li {
  padding-top: 46px;
}
.news_list .list_li li {
}
.news_list .list_li li a {
  width: 100%;
  display: table;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #d3d3d3 dotted;
}
.news_list .list_li li span {
  display: table-cell;
  vertical-align: middle;
}
.news_list .list_li li span.cell_1 {
  width: 28%;
  white-space: nowrap;
  background-size: cover;
  background-position: center center;
}
.news_list .list_li li span.cell_1 img {
  width: 100%;
  display: block;
  visibility: hidden;
}
.news_list .list_li li span.cell_3 {
  width: 92px;
  text-align: left;
  line-height: 100%;
  font-size: 16px;
  color: #a5a5a5;
  vertical-align: top;
}
.news_list .list_li li span.cell_3 .date {
  font-size: 60px;
  color: #999;
  margin-bottom: 8px;
}
.news_list .list_li li span.cell_3 p {
  line-height: 100%;
}
/**/
.news_list .list_li li span.cell_2 {
  padding-left: 26px;
  padding-right: 20px;
}
.news_list .list_li li span.cell_2 .tit {
  position: relative;
  height: 22px;
}
.news_list .list_li li span.cell_2 .tit span {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  line-height: 100%;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news_list .list_li li span.cell_2 .info {
  font-size: 14px;
  line-height: 22px;
  color: #888;
  padding-top: 10px;
  padding-bottom: 20px;
}
.news_list .list_li li span.cell_2 .more span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  border: 1px #dfdfdf solid;
  width: 110px;
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  text-align: center;
}
/*移上去*/
.news_list .list_li li a:hover .tit span,
.news_list .list_li li a:hover .date,
.news_list .list_li li a:hover .more span {
  color: #163784;
}
.news_list .list_li li a:hover .more span {
  border: 1px #163784 solid;
}
.news_list .list_li li a:hover .date {
  color: #2e4f9d;
}

@media screen and (max-width: 1200px) {
  .news_list .list_li {
    padding-top: 30px;
  }
  .news_list .list_li li span.cell_3 {
    width: 64px;
    font-size: 12px;
  }
  .news_list .list_li li span.cell_3 .date {
    font-size: 40px;
  }
  .news_list .list_li li span.cell_2 {
    padding-left: 18px;
    padding-right: 14px;
  }
  .news_list .list_li li span.cell_2 .tit span {
    font-size: 18px;
    font-weight: 300;
  }
  .news_list .list_li li span.cell_2 .info {
    font-size: 12px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .news_list .list_li li span.cell_2 .more span {
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 750px) {
  .news_list .list_li {
    padding-top: 24px;
  }
  .news_list .list_li li a {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news_list .list_li li span.cell_3 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .news_list .list_li li span.cell_1 {
    width: 100px;
  }
  .news_list .list_li li span.cell_2 .more span {
    display: none;
  }
  .news_list .list_li li span.cell_2 {
    padding-left: 6px;
    padding-right: 0px;
  }
  .news_list .list_li li span.cell_2 .tit span {
    font-size: 14px;
  }
  .news_list .list_li li span.cell_2 .info {
    line-height: 16px;
    font-size: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/*===============   新闻内页 */
.news_article {
  background: #fff;
  margin: 36px 0 60px;
  padding: 0 40px;
}
.page_mainTit {
  font-size: 24px;
  color: #333;
  line-height: 120%;
  text-align: left;
  padding-top: 30px;
}
.news_article .page_mainInfo {
  overflow: hidden;
  padding: 16px 0;
  line-height: 20px;
  border-bottom: 1px #e5e5e5 solid;
}
.news_article .page_mainInfo span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  padding-right: 36px;
}
.page_content_main,
.page_content_main > p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.page_content_main {
  padding: 26px 0 30px;
  line-height: 1.6;
}
.page_content_main > p {
  margin-bottom: 10px;
}
.page_content_main img {
  max-width: 100%;
}

/*-----------上下翻页-----------*/
.Paging_btn {
  border-top: 1px #e1e1e1 solid;
  padding: 36px 0 36px 0;
  margin: 40px 0 30px;
}
.Paging_con {
  position: relative;
}
.Paging_btn p:first-child {
  margin-bottom: 8px;
  line-height: 120%;
}
.Paging_btn p,
.Paging_btn p a,
.Paging_btn .a_return {
  font-size: 15px;
  color: #666;
}
.Paging_btn p {
  padding-right: 110px;
}
.Paging_btn p a {
  padding-left: 6px;
}
.Paging_btn p:hover,
.Paging_btn p a:hover,
.Paging_btn a:hover.a_return {
  color: #163784;
}
.Paging_btn .a_return {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 10px;
  padding-left: 26px;
  background: url(../images/page/return.png) no-repeat left center;
  margin-top: -20px;
}
.Paging_btn a:hover.a_return {
  background: url(../images/page/return_cur.png) no-repeat left center;
}

@media screen and (max-width: 1200px) {
  .news_article {
    background: #fff;
    margin: 26px 0 40px;
    padding: 0 10px;
  }
  .page_mainTit {
    font-size: 20px;
    padding-top: 26px;
  }
  .news_article .page_mainInfo {
    padding: 10px 0;
    line-height: 20px;
  }
  .news_article .page_mainInfo span {
    padding-right: 20px;
  }
  .page_content_main,
  .page_content_main > p {
    font-size: 12px;
    line-height: 26px;
  }
  .page_content_main {
    padding: 16px 0 20px;
    line-height: 1.6;
  }
  .page_content_main > p {
    margin-bottom: 16px;
  }
  .Paging_btn p,
  .Paging_btn p a,
  .Paging_btn .a_return {
    font-size: 12px;
  }
  .Paging_btn {
    padding: 24px 0 24px 0;
  }
  .Paging_btn p {
    padding-right: 70px;
  }
}

@media screen and (max-width: 900px) {
  .page_mainTit {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .page_mainTit {
    font-size: 16px;
    padding-top: 22px;
  }
  .Paging_btn {
    padding: 16px 0 24px 0;
    margin: 30px 0 30px;
  }
  .Paging_btn p {
    padding-right: 0px;
  }
  .Paging_btn .a_return {
    display: none;
  }
}

/*===============   留言、意见反馈 */
.pageMessage {
}
.pageMessage_info {
  display: table;
  padding: 40px 0 26px;
}
.pageMessage_info div {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 4px;
}
.pageMessage_info .div1 {
  line-height: 100%;
  padding-right: 12px;
}
.pageMessage_info .p1 {
  font-size: 45px;
  line-height: 100%;
  height: 100%;
  color: #ff9a36;
  font-family: "Aparajita";
  text-transform: uppercase;
  font-weight: bold;
}
.pageMessage_info .p2 {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
.pageMessage_info .p3 {
  font-size: 12px;
  color: #999;
}
.pageMessage_info .p3 span {
  color: red;
}
/*
.feedback_form .dl{display: table;margin-bottom:14px;}
.feedback_form .dl .dt,.feedback_form .dl .dd,.feedback_form .dl .dd2{vertical-align: middle;display: table-cell;position: relative;}
.feedback_form .dl .dd2{width:16px;color: red;font-size: 14px;text-align: right;}
.feedback_form .dl .dt{font-size: 14px;color: #c5c5c5;width: 118px;padding-right: 10px;text-align:right;}
.feedback_form .dl .dt span{color: #666;}
.feedback_form .dl .dd span{color:red;}
.feedback_form .dl .text,.feedback_form textarea{width:100%;padding:8px 1%;font-size: 14px;color: #333;webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;border: 1px #c5c5c5 solid;background: none;font-family: 'microsoft yahei'}
.messageBox .dl .text,.messageBox .ImgCode{height: 38px;line-height: 98%}
.feedback_form textarea{width:100%;height: 219px;vertical-align: top;outline: none;}
.vis_hid{visibility: hidden;}

.feedback_form .dl .text{width: 391px;}
.feedback_form .dl:nth-child(4) .dt{vertical-align: top;}
.feedback_form .dl:nth-child(4){width: 100%;}
.feedback_form  #txtCode,.feedback_form  #safeCode{}
.feedback_form  .ImgCode{width:110px;height:37px;vertical-align: top;box-sizing: border-box;}

.feedback_form .dl_2{padding-top: 10px ;}
.feedback_form .submit,.feedback_form .reset{width: 151px;height: 40px;line-height: 100%;background: #ff9a36;font-size: 14px;color: #fff;cursor: pointer;outline: none;}
.feedback_form .reset{width:112px;background: #dcdcdc;color: #333;margin-left:12px;}

*/
.feedback_form {
  border-top: 1px #d7d7d7 dotted;
  padding: 30px 0 50px;
}

@media screen and (max-width: 1200px) {
  .pageMessage_info {
    padding: 26px 0 20px;
  }
  .pageMessage_info .div1 {
    padding-right: 0;
  }
  .pageMessage_info img {
    width: 60px;
  }
  .pageMessage_info div {
    vertical-align: middle;
  }
  .pageMessage_info .p1 {
    font-size: 30px;
  }
  .pageMessage_info .p2 {
    font-size: 12px;
  }

  .feedback_form {
    padding: 30px 0 30px;
  }
  /* 
	.feedback_form .dl .dt{font-size: 12px; width: 96px;}
    .feedback_form .dl .text, .feedback_form textarea{padding: 6px 1%;}
    .feedback_form textarea{height: 119px;}
    .feedback_form  .ImgCode{height:33px;}
	*/
}

@media screen and (max-width: 800px) {
  #safeCode {
    width: 84px;
  }
  .feedback_form .ImgCode {
    width: 80px;
  }

  /*
	 .feedback_form .dl{width: 100%}
    .feedback_form .dl .text{width: 100%}
    .feedback_form .dl .dd2{width:8px;}
    .feedback_form textarea {height:90px; }
    .feedback_form .dl .dt { padding-right:0px; }
    .feedback_form .submit, .feedback_form .reset{width:90px;}
    .feedback_form .reset{width:70px;}
	
	
    .feedback_form .reset{width:60px;}
    .pageMessage_info .p1{font-size:28px;}
    .feedback_form  .ImgCode{width:66px;}
	*/
}

@media screen and (max-width: 500px) {
  .pageMessage_info img {
    width: 40px;
    display: none;
  }
}

/*===============   留言、意见反馈2 */
/**/
.feedback_form .mb-3:nth-child(4) {
  width: 100%;
}
.feedback_form .mb-3,
.feedback_form .mb-4 {
  display: table;
  margin-bottom: 24px;
  position: relative;
}
.feedback_form .mb-3 label,
.feedback_form .mb-3 div,
.feedback_form .mb-3 .font-italic {
  vertical-align: middle;
  display: table-cell;
  position: relative;
}
.feedback_form label {
  font-size: 14px;
  color: #666;
  width: 118px;
  padding-right: 10px;
  text-align: right;
}
.feedback_form .font-italic {
  width: 16px;
  color: red;
  font-size: 14px;
  text-align: right;
  color: red;
}
.feedback_form .font-weight-light {
  width: 14px;
  color: #c5c5c5;
}
.feedback_form .invalid-feedback {
  position: absolute !important;
  color: red;
  bottom: -16px;
  left: 128px;
  width: 100%;
}
.feedback_form .alert {
  color: red;
  font-size: 16px;
  padding: 10px 0;
}

.feedback_form .mb-3 input,
.feedback_form textarea {
  width: 391px;
  padding: 8px 1%;
  font-size: 14px;
  color: #333;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #c5c5c5 solid;
  background: none;
  font-family: "microsoft yahei";
}
.feedback_form textarea {
  width: 100%;
}
.messageBox .dl .text,
.messageBox .ImgCode {
  height: 38px;
  line-height: 98%;
}
.feedback_form textarea {
  width: 100%;
  height: 219px;
  vertical-align: top;
  outline: none;
}
.vis_hid {
  visibility: hidden;
}

.feedback_form .dl:nth-child(4) {
  width: 100%;
}
.feedback_form #ImgCode {
  width: 110px;
  height: 37px;
  vertical-align: top;
  box-sizing: border-box;
}

.feedback_form .submit,
.feedback_form .reset {
  width: 151px;
  height: 40px;
  line-height: 100%;
  background: #ff9a36;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.feedback_form .reset {
  width: 112px;
  background: #dcdcdc;
  color: #333;
  margin-left: 12px;
}

@media screen and (max-width: 1200px) {
  .feedback_form label {
    font-size: 12px;
    width: 96px;
  }
  .feedback_form .mb-3 input,
  .feedback_form textarea {
    padding: 6px 1%;
    font-size: 12px;
  }
  .feedback_form textarea {
    height: 119px;
  }
  .feedback_form #ImgCode {
    height: 30px;
  }
  .feedback_form .font-weight-light {
    display: none;
  }
  .feedback_form .invalid-feedback {
    left: 106px;
  }
}

@media screen and (max-width: 800px) {
  .feedback_form .mb-3 input,
  .feedback_form textarea {
    width: 100%;
  }
  .feedback_form label {
    width: 46px;
    line-height: 30px;
    display: block !important;
    box-sizing: border-box;
  }
  .feedback_form .mb-3 div {
    width: 100%;
  }
  .feedback_form .font-italic {
    width: 8px;
  }
  #safeCode {
    width: 84px;
  }
  .feedback_form textarea {
    height: 90px;
  }
  .feedback_form #ImgCode {
    width: 77px;
  }

  .feedback_form .submit,
  .feedback_form .reset {
    width: 70px;
  }
  .feedback_form .reset {
    width: 60px;
  }
  .feedback_form .invalid-feedback {
    left: 46px;
  }
}

/*=================== 小单页 =====================*/
/*---质量方针---*/
.QualityPolicy_info {
  padding: 20px 0 40px;
  text-align: center;
  line-height: 110%;
}
.QualityPolicy_info .p1 {
  font-size: 18px;
  color: #999;
  margin-bottom: 14px;
}
.QualityPolicy_info .p2 {
  font-size: 24px;
  color: #fb9109;
}
.QualityPolicy_img {
  overflow: hidden;
}
.QualityPolicy_img dl {
  width: 25%;
  float: left;
  width: 22.16%;
}
.QualityPolicy_img dl dd,
.QualityPolicy_img dl dt {
  width: 100%;
}
.QualityPolicy_img dt {
  background: #f2f2f2;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 6px 0;
  text-align: center;
}
.QualityPolicy_img dd img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.QualityPolicy_img dl:nth-child(2) {
  margin: 0 2% 0 3.3%;
}
.QualityPolicy_img dl:nth-child(3) {
  margin: 0 3.3% 0 2%;
}
.page_QualityPolicy .Con {
  padding: 50px 0;
}
.page_QualityPolicy .Con dl {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  line-height: 30px;
}
.page_QualityPolicy .Con dt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #ff9a36;
  font-weight: bold;
}
.page_QualityPolicy .Con dd {
  font-size: 15px;
  color: #666;
}

@media screen and (max-width: 1200px) {
  .QualityPolicy_info {
    padding: 10px 0 26px;
  }
  .QualityPolicy_info .p1 {
    font-size: 15px;
  }
  .QualityPolicy_info .p2 {
    font-size: 18px;
  }
  .QualityPolicy_img dt {
    font-size: 12px;
    line-height: 20px;
  }
  .page_QualityPolicy .Con {
    padding: 36px 0;
  }
  .page_QualityPolicy .Con dl {
    margin-bottom: 16px;
    line-height: 24px;
  }
  .page_QualityPolicy .Con dt {
    font-size: 14px;
  }
  .page_QualityPolicy .Con dd {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .QualityPolicy_img dl {
    width: 48%;
  }
  .QualityPolicy_img dl:nth-child(3) {
    margin: 0;
  }
  .QualityPolicy_img dl:nth-child(2) {
    margin: 0 0 0 4%;
  }
  .QualityPolicy_img dl:nth-child(4) {
    margin: 0 0 0 4%;
  }
  .QualityPolicy_info .p2 {
    font-size: 16px;
  }
}

/*---公司简介---*/
.page_about_info,
.page_about_dl {
  display: none !important;
}
.page_about_info {
  display: table;
  margin: 0 auto 40px;
}
.page_about_info div {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 4px;
}
.page_about_info .div1 {
  font-size: 80px;
  line-height: 80px;
  color: #ff9a36;
  vertical-align: middle;
}
.page_about_info .p1 {
  font-size: 28px;
  height: 28px;
  color: #ff9a36;
}
.page_about_info .p2 {
  font-size: 22px;
  color: #bec3c9;
  font-family: "宋体";
}
/**/
.page_about_dl {
  font-size: 18px;
  color: #3683bb;
  text-align: center;
  width: 771px;
  margin: 0 auto;
}
.page_about_dl li {
  float: left;
  width: 195px;
}
.page_about_dl dl {
  display: table;
  width: 195px;
  height: 170px;
  background: url(../images/page_about_dlBg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.page_about_dl dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 14px;
}
.page_about_dl dd {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  margin-top: -18px;
}
.page_about_dl dd span {
  background: url(../images/page_about_dlBg2.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  width: 44px;
  height: 38px;
  line-height: 38px;
  color: #fff;
}
.page_about_dl li:nth-child(2),
.page_about_dl li:nth-child(4) {
  margin-top: 82px;
  margin-left: -51px;
  margin-right: -51px;
}
/**/
.page_about_img {
  display: block;
  width: 100%;
  margin: 22px 0 10px;
}
.page_about {
  padding-bottom: 30px;
}
.page_about .Con p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 26px;
  text-indent: 2em;
}

@media screen and (max-width: 1200px) {
  .page_about_info .div1 {
    font-size: 50px;
    line-height: 40px;
  }
  .page_about_info .p1 {
    font-size: 16px;
    height: 16px;
  }
  .page_about_info .p2 {
    font-size: 14px;
  }
  .page_about .Con p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .page_about_dl {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  .page_about_dl {
    width: 100%;
    font-size: 12px;
  }
  .page_about_dl li {
    width: auto;
    float: none;
    display: inline-block;
  }
  .page_about_dl li:nth-child(2),
  .page_about_dl li:nth-child(4) {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 700px) {
  .page_about_info .div1 {
    font-size: 26px;
    line-height: 20px;
  }
  .page_about_info .p1 {
    font-size: 14px;
    height: 14px;
  }
  .page_about_dl dl {
    width: 125px;
    height: 100px;
  }
  .page_about_dl dd {
    margin-top: -14px;
  }
  .page_about_dl dd span {
    width: 26px;
    height: 28px;
    line-height: 28px;
  }
}

/*---联系我们---*/
.page_contact {
}
.page_contact img {
  display: block;
}
.page_contact .add {
  padding: 20px 0;
}
.page_contact .add .ch {
  font-size: 20px;
  line-height: 20px;
  color: #999;
  margin-bottom: 6px;
}
.page_contact .add .en {
  font-size: 12px;
  color: #999;
  font-family: Arial;
  line-height: 16px;
}

.page_contact_info {
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: url(../images/page/contact_bg1.jpg) no-repeat right bottom;
  border-bottom: 1px #d3d6d9 solid;
}
.page_contact_info p {
  padding-left: 44px;
  font-size: 14px;
  color: #5d6d7d;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
}
.page_contact_info p span {
  font-size: 20px;
  color: #5d6d7d;
  padding-left: 16px;
}
.page_contact_info p.tel {
  background-image: url(../images/page/contact_ico1.jpg);
}
.page_contact_info p.mail {
  background-image: url(../images/page/contact_ico2.jpg);
}
.page_contact_info p.Zip {
  background-image: url(../images/page/contact_ico3.jpg);
}
.contact_map {
  width: 100%;
  height: 460px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.contact_map .amap-info-content {
  background: #49639d;
  background: rgba(17, 63, 167, 0.7);
  color: #fff;
  border-radius: 8px;
}
.contact_map .amap-info-close {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .page_contact .add {
    padding: 10px 0;
  }
  .page_contact .add .ch {
    font-size: 16px;
  }
  .page_contact_info {
    background-size: 130px auto;
    margin-bottom: 30px;
  }
  .page_contact_info p {
    padding-left: 36px;
  }
  .page_contact_info p span {
    font-size: 18px;
    padding-left: 8px;
  }
  .contact_map {
    height: 360px;
  }
}

@media screen and (max-width: 450px) {
  .page_contact_info p {
    padding-left: 34px;
    font-size: 12px;
  }
  .page_contact_info p span {
    font-size: 12px;
    padding-left: 8px;
  }
  .contact_map {
    height: 300px;
  }
}

/*---企业文化---*/
.page_culture {
  overflow: hidden;
  padding-bottom: 10px;
}
.page_culture_info {
  background: url(../images/culture_bg1.jpg) no-repeat right center;
  background-size: 50% auto;
  padding: 30px 54% 30px 0;
  margin-bottom: 90px;
}
.page_culture_info p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 0;
}
.page_culture_info .p1 {
  font-size: 66px;
  line-height: 60px;
  margin-bottom: 6px;
  color: #163784;
  font-family: PingFang SC;
  font-weight: bold;
}
.page_culture_info .p1 span {
  font-size: 60px;
  color: #163784;
}
.page_culture_info .en {
  font-size: 16px;
  color: #bec3c9;
  letter-spacing: 1px;
  font-family: STXihei;
  padding: 30px 0;
}
.page_culture_info .line {
  display: inline-block;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  background: #eee;
  width: 100%;
  font-size: 0;
}
/**/
.page_culture .Con {
  text-align: center;
  position: relative;
}
.page_culture .Con li {
  width: 25%;
  float: left;
  width: 22.16%;
  position: relative;
  z-index: 2;
}
.page_culture .Con li:nth-child(2) {
  margin: 0 2% 0 3.3%;
}
.page_culture .Con li:nth-child(3) {
  margin: 0 3.3% 0 2%;
}

.page_culture .Con_line {
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #ececec;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 1;
}
.page_culture .Con span {
  display: inline-block;
}
.page_culture .T {
  width: 105px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #163784;
  font-size: 18px;
  color: #fff;
}
.page_culture .bg {
  width: 28px;
  height: 28px;
  background: url(../images/culture_bg2.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 16px 0 12px;
}
.page_culture .Con .line {
  width: 2px;
  height: 65px;
  background: #ececec;
}
.page_culture .Con .img {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.page_culture .Con .img img {
  display: block;
  width: 100%;
}
.page_culture .title {
  height: 40px;
  padding: 6px 0;
  font-size: 15px;
  line-height: 20px;
  color: #666;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .page_culture_info {
    background-size: 50% 100%;
    margin-bottom: 40px;
  }
  .page_culture_info .p1 {
    font-size: 50px;
  }
  .page_culture_info p {
    font-size: 12px;
    line-height: 1.6;
  }
  .page_culture_info .en {
    padding: 16px 0 6px;
  }
  /**/
  .page_culture .T {
    font-size: 16px;
  }
  .page_culture .bg {
    width: 20px;
    height: 20px;
  }
  .page_culture .Con_line {
    top: 62px;
  }
  .page_culture .Con .line {
    height: 40px;
  }
  .page_culture .Con span {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .page_culture .Con li {
    width: 48%;
    margin-bottom: 40px !important;
  }
  .page_culture .Con li:nth-child(3) {
    margin: 0;
  }
  .page_culture .Con li:nth-child(2) {
    margin: 0 0 0 4%;
  }
  .page_culture .Con li:nth-child(4) {
    margin: 0 0 0 4%;
  }
  .page_culture .title {
    height: 50px;
  }
}
@media screen and (max-width: 800px) {
  .page_culture_info {
    padding: 20px 180px 20px 0;
    background-size: 150px auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .page_culture_info {
    background: none;
    padding: 10px 0px 10px 0;
  }
  .page_culture .Con_line {
    top: 56px;
  }
  .page_culture .bg {
    margin: 10px 0 6px;
  }
  .page_culture .Con .line {
    height: 20px;
  }
  .page_culture .title {
    height: 54px;
  }
}
