@charset "UTF-8";
img {
  border: 0px;
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0px;
  margin: 0px;
  line-height: 1;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div, form, img, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  color: #333;
}

table, td, tr, th {
  font-size: 20px;
}

table {
  border-collapse: collapse;
  color: #717071;
}

.clear {
  clear: both;
}

ul, li {
  list-style: none;
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-size: 14px;
  font-weight: normal;
}

input {
  color: #666;
  font-size: 14px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

form, embed {
  display: inline;
  margin: 0;
  padding: 0;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
}

.page {
  text-align: center;
  width: 100%;
}

.page span {
  float: left;
  border: solid 1px #ccc;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.page a {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px #ccc;
  margin-left: 2px;
  margin-right: 2px;
}

.more {
  height: 30px;
  width: 50px;
  display: block;
  float: right;
  filter: alpha(opacity=0);
  opacity: 0;
}

input, textarea, button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

input:focus, button:focus {
  outline: none;
}

a:hover {
  color: #23ac38;
}

.headerBox {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #fff;
  top: 0;
  left: 0;
}
.headerBox .headerWelcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  border-bottom: 1px solid #eeeeee;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.headerBox .headerWelcome .left {
  font-size: 32px;
  width: 366px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.headerBox .headerWelcome .left .fllowUs {
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  display: inline-block;
  font-weight: 600;
  color: #a8a8a8;
  margin-right: 20px;
}
.headerBox .headerWelcome .left .fa {
  color: #a8a8a8;
  margin-right: 26px;
}
.headerBox .headerWelcome .left .fa:hover {
  color: #23ac38;
}
.headerBox .headerWelcome .middle {
  font-weight: bold;
  font-style: italic;
  color: #ddd;
}
.headerBox .headerWelcome .right {
  width: 318px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerBox .headerWelcome .right .loginIco {
  width: 22px;
}
.headerBox .headerWelcome .right .loginIco img {
  width: 100%;
  height: 24px;
}
.headerBox .headerWelcome .right .languageChange {
  margin-left: 12px;
}
.headerBox .headerWelcome .right .languageChange a {
  font-weight: bold;
  font-size: 24px;
  color: #f39800;
}
.headerBox .headerMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.headerBox .headerMain .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 366px;
}
.headerBox .headerMain .left .phoneIco {
  color: #23ac38;
  font-size: 24px;
  margin-right: 14px;
}
.headerBox .headerMain .left .phoneText {
  font-size: 24px;
}
.headerBox .headerMain .middle .logo {
  width: 120px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.headerBox .headerMain .middle .logo img {
  width: 100%;
  height: 66px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.headerBox .headerMain .right {
  width: 318px;
  background: #f5f5f5;
}
.headerBox .headerMain .right .search {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerBox .headerMain .right .search input {
  width: 262px;
  height: 100%;
  text-indent: 18px;
}
.headerBox .headerMain .right .search .searchIco {
  width: 20px;
  font-size: 20px;
  cursor: pointer;
  margin-right: 14px;
  color: #a8a8a8;
}

.nav_box {
  position: fixed;
  top: 153px;
  z-index: 99;
  width: 100%;
  background: #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.nav_box .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  height: 68px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.nav_box .wrapper .navItem {
  padding: 17px 16px;
}
.nav_box .wrapper .navItem a {
  display: block;
  padding: 8px 24px;
  color: #010101;
  font-weight: bold;
  border: 1px solid transparent;
  font-size: 16px;
}
.nav_box .wrapper .navItem ul {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 68px;
  width: 100%;
  background: #f5f5f5;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.nav_box .wrapper .navItem ul li {
  margin: 0 12px;
}
.nav_box .wrapper .navItem ul li a {
  font-weight: normal;
  border: none;
  color: #010101;
}
.nav_box .wrapper .navItem:hover a {
  color: #f39800;
  border: 1px solid #f39800;
}
.nav_box .wrapper .navItem:hover ul {
  display: flex;
}
.nav_box .wrapper .navItem:hover ul li a {
  border: none;
  color: #010101;
}
.nav_box .wrapper .navItem:hover ul li a:hover {
  color: #f39800;
}

.banner {
  margin-top: 221px;
}
.banner .swiper-container.bannerSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

.productBox {
  width: 100%;
  background: url(../images/product_beijing_def.jpg) center top no-repeat;
  background-size: cover;
  padding: 86px 0 72px 0;
  position: relative;
  background-attachment: fixed;
}
.productBox .productTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productBox .productTop .productTop_whiteBg {
  padding: 14px;
  background: #fff;
  width: 49%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.productBox .productTop .productTop_whiteBg a .productTop_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productBox .productTop .productTop_whiteBg a .productTop_con .left {
  width: 252px;
  margin-left: 22px;
}
.productBox .productTop .productTop_whiteBg a .productTop_con .left .productTop_title {
  font-size: 24px;
  color: #010101;
  font-weight: bold;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}
.productBox .productTop .productTop_whiteBg a .productTop_con .left .productTop_btn {
  width: 166px;
  height: 56px;
  border: 1px solid #f39800;
  line-height: 56px;
  text-align: center;
  margin-top: 32px;
  color: #f39800;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.productBox .productTop .productTop_whiteBg a .productTop_con .right {
  margin-right: 14px;
  overflow: hidden;
}
.productBox .productTop .productTop_whiteBg a .productTop_con .right img {
  width: 350px;
  height: 350px;
  display: block;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.productBox .productTop .productTop_whiteBg a:hover .productTop_btn {
  color: #fff !important;
  background: #f39800;
}
.productBox .productTop .productTop_whiteBg a:hover .right img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.productBox .productList .productList_tit {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 24px;
  color: #010101;
  font-weight: bold;
}
.productBox .productList .productList_cen ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productBox .productList .productList_cen ul li {
  width: 24%;
}
.productBox .productList .productList_cen ul li .img {
  overflow: hidden;
  position: relative;
}
.productBox .productList .productList_cen ul li .img img {
  width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.productBox .productList .productList_cen ul li .img .img_details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.75s;
}
.productBox .productList .productList_cen ul li .img .img_details:hover {
  opacity: 1;
}
.productBox .productList .productList_cen ul li .img .img_details .img_details_state {
  padding: 6px 8px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
}
.productBox .productList .productList_cen ul li .img .img_details .img_details_state a:last-child {
  margin-left: 18px;
}
.productBox .productList .productList_cen ul li .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
}
.productBox .productList .productList_cen ul li:hover .img > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.productBox .productList .productList_cen ul li:hover .title {
  color: #f39800;
}
.productBox .productList .productList_btn {
  margin-top: 26px;
}
.productBox .productList .productList_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.productBox .productList .productList_btn a .leftIco {
  width: 46px;
  height: 46px;
  background: url(../images/product_all_def01.png) #e0e0e0 center center no-repeat;
}
.productBox .productList .productList_btn a .rightText {
  width: 116px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #666;
  background: #f5f5f5;
}
.productBox .productList .productList_btn a:hover .leftIco {
  background: url(../images/product_all_def.png) #23ac38 center center no-repeat;
}
.productBox .productList .productList_btn a:hover .rightText {
  color: #fff;
  background: #f39800;
}

.aboutBox {
  width: 100%;
  position: relative;
}
.aboutBox img {
  width: 100%;
}
.aboutBox .about_word {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.aboutBox .about_word .wrapper .about_tit {
  font-size: 24px;
  color: #010101;
  font-weight: bold;
}
.aboutBox .about_word .wrapper .about_desc {
  margin-top: 22px;
  line-height: 30px;
  width: 650px;
  height: 150px;
  overflow: hidden;
}
.aboutBox .about_word .wrapper .about_btn {
  margin-top: 38px;
}
.aboutBox .about_word .wrapper .about_btn a {
  display: block;
  width: 166px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.aboutBox .about_word .wrapper .about_btn a:hover {
  background: #f39800;
  border: 1px solid #f39800;
  color: #fff;
}

.newsBox {
  width: 100%;
  padding: 86px 0 72px 0;
}
.newsBox .wrapper .news_tit {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
  font-size: 24px;
  color: #010101;
  font-weight: bold;
}
.newsBox .wrapper .news_cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBox .wrapper .news_cen .news_video {
  position: relative;
  width: 675px;
  height: 506px;
  overflow: hidden;
}
.newsBox .wrapper .news_cen .news_video img {
  width: 100%;
  display: block;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.newsBox .wrapper .news_cen .news_video .news_videoTit {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 7;
}
.newsBox .wrapper .news_cen .news_video .news_videoTit .tit {
  font-size: 18px;
  color: #fff;
  height: 68px;
  line-height: 68px;
  margin-left: 22px;
  width: 436px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox .wrapper .news_cen .news_video .news_videoTit .date {
  color: #fff;
  height: 68px;
  line-height: 68px;
  margin-right: 22px;
  display: flex;
  align-items: center;
}
.newsBox .wrapper .news_cen .news_video .news_videoTit .date i {
  font-size: 18px;
  margin-right: 6px;
}
.newsBox .wrapper .news_cen .news_video:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.newsBox .wrapper .news_cen .news_list {
  width: 677px;
  height: 506px;
  overflow: hidden;
}
.newsBox .wrapper .news_cen .news_list ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.newsBox .wrapper .news_cen .news_list ul li a {
  display: flex;
}
.newsBox .wrapper .news_cen .news_list ul li a .news_listImg {
  width: 208px;
  height: 156px;
  overflow: hidden;
  position: relative;
}
.newsBox .wrapper .news_cen .news_list ul li a .news_listImg img {
  display: block;
  width: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.newsBox .wrapper .news_cen .news_list ul li a .news_listRight {
  margin-left: 15px;
  flex: 1;
}
.newsBox .wrapper .news_cen .news_list ul li a .news_listRight .news_listTit {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
  font-size: 16px;
}
.newsBox .wrapper .news_cen .news_list ul li a .news_listRight .news_listDate, .newsBox .newsListContentBox .wrapper .news_cen .news_list .newsListContent ul li a .news_listRight .newsListContent_word .newsListContent_date, .newsListContentBox .newsBox .wrapper .news_cen .news_list .newsListContent ul li a .news_listRight .newsListContent_word .newsListContent_date, .newsBox .newsListContentBox .wrapper .newsListContent .news_cen .news_list ul li a .news_listRight .newsListContent_word .newsListContent_date, .newsListContentBox .newsBox .wrapper .newsListContent .news_cen .news_list ul li a .news_listRight .newsListContent_word .newsListContent_date, .newsBox .newsListContentBox .wrapper .news_cen .news_list .newsListContent ul li a .newsListContent_word .news_listRight .newsListContent_date, .newsListContentBox .newsBox .wrapper .news_cen .news_list .newsListContent ul li a .newsListContent_word .news_listRight .newsListContent_date, .newsBox .newsListContentBox .wrapper .newsListContent .news_cen .news_list ul li a .newsListContent_word .news_listRight .newsListContent_date, .newsListContentBox .newsBox .wrapper .newsListContent .news_cen .news_list ul li a .newsListContent_word .news_listRight .newsListContent_date {
  margin-top: 14px;
}
.newsBox .wrapper .news_cen .news_list ul li a .news_listRight .news_listDate i, .newsBox .newsListContentBox .wrapper .news_cen .news_list .newsListContent ul li a .news_listRight .newsListContent_word .newsListContent_date i, .newsListContentBox .newsBox .wrapper .news_cen .news_list .newsListContent ul li a .news_listRight .newsListContent_word .newsListContent_date i, .newsBox .newsListContentBox .wrapper .newsListContent .news_cen .news_list ul li a .news_listRight .newsListContent_word .newsListContent_date i, .newsListContentBox .newsBox .wrapper .newsListContent .news_cen .news_list ul li a .news_listRight .newsListContent_word .newsListContent_date i, .newsBox .newsListContentBox .wrapper .news_cen .news_list .newsListContent ul li a .newsListContent_word .news_listRight .newsListContent_date i, .newsListContentBox .newsBox .wrapper .news_cen .news_list .newsListContent ul li a .newsListContent_word .news_listRight .newsListContent_date i, .newsBox .newsListContentBox .wrapper .newsListContent .news_cen .news_list ul li a .newsListContent_word .news_listRight .newsListContent_date i, .newsListContentBox .newsBox .wrapper .newsListContent .news_cen .news_list ul li a .newsListContent_word .news_listRight .newsListContent_date i {
  font-size: 18px;
}
.newsBox .wrapper .news_cen .news_list ul li:hover .news_listImg img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.newsBox .wrapper .news_btn {
  margin-top: 26px;
}
.newsBox .wrapper .news_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.newsBox .wrapper .news_btn a .leftIco {
  width: 46px;
  height: 46px;
  background: url(../images/product_all_def01.png) #e0e0e0 center center no-repeat;
}
.newsBox .wrapper .news_btn a .rightText {
  width: 116px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #666;
  background: #f5f5f5;
}
.newsBox .wrapper .news_btn a:hover .leftIco {
  background: url(../images/product_all_def.png) #23ac38 center center no-repeat;
}
.newsBox .wrapper .news_btn a:hover .rightText {
  color: #fff;
  background: #f39800;
}

.footBox {
  background: #f0f0f0;
  padding: 60px 0 12px 0;
}
.footBox .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footBox .wrapper .foot_logo {
  width: 120px;
}
.footBox .wrapper .foot_logo img {
  width: 100%;
  height: 66px;
}
.footBox .wrapper .foot_nav {
  margin: 32px 0 46px 0;
}
.footBox .wrapper .foot_nav a {
  line-height: 36px;
  font-size: 18px;
  color: #f39800;
  margin: 0 30px;
}
.footBox .wrapper .foot_nav a:hover {
  color: #23ac38;
}
.footBox .wrapper .foot_line {
  width: 100%;
  height: 1px;
  background: #cdcdcd;
}
.footBox .wrapper .foot_bottom {
  line-height: 66px;
}

.positionBox {
  width: 100%;
  height: 88px;
  background: #23ac38;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 221px;
}
.positionBox .wrapper .position {
  color: #fff;
  letter-spacing: 1px;
}
.positionBox .wrapper .position a {
  color: #fff;
}

.sortNameBox .wrapper .sortName {
  font-size: 32px;
  color: #000;
  text-align: center;
  line-height: 32px;
  padding: 52px 0;
  font-weight: bold;
}

.about_welcome {
  background: #f5f5f5;
  padding: 58px 0;
}
.about_welcome .wrapper .about_wel_Word .tit {
  font-size: 26px;
  color: #000;
  margin: 16px 0;
}
.about_welcome .wrapper .about_wel_Word .desc {
  line-height: 28px;
}
.about_welcome .wrapper .about_wel_img {
  width: 675px;
  float: right;
  overflow: hidden;
  margin-left: 38px;
}
.about_welcome .wrapper .about_wel_img img, .about_welcome .wrapper .about_wel_img video {
  display: block;
  width: 100%;
  height: 417px;
}

.about_why {
  padding: 58px 0 0 0;
}
.about_why .wrapper .about_why_title {
  font-size: 26px;
  color: #000;
  text-align: center;
}
.about_why .wrapper .about_why_list {
  margin-top: 32px;
  padding: 0 0 68px 0;
}
.about_why .wrapper .about_why_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.about_why .wrapper .about_why_list ul li {
  width: 31.5%;
  position: relative;
}
.about_why .wrapper .about_why_list ul li img {
  display: block;
  width: 100%;
}
.about_why .wrapper .about_why_list ul li .titleBox {
  position: absolute;
  height: 110px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.about_why .wrapper .about_why_list ul li .titleBox .title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 26px;
  margin-left: 44px;
}
.about_why .wrapper .about_why_list ul li .titleBox .whiteLine {
  width: 58px;
  height: 2px;
  background: #fff;
  margin-top: 14px;
  margin-left: 44px;
}
.about_why .wrapper .about_why_list ul li .hoverBox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 0%;
  z-index: 3;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.about_why .wrapper .about_why_list ul li .hoverBox .name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 56px;
  margin-left: 44px;
}
.about_why .wrapper .about_why_list ul li .hoverBox .blackLine {
  width: 58px;
  height: 2px;
  background: #000;
  margin-top: 14px;
  margin-left: 44px;
}
.about_why .wrapper .about_why_list ul li .hoverBox .desc {
  margin-top: 28px;
  padding-left: 44px;
  padding-right: 32px;
  line-height: 28px;
  color: #565656;
}
.about_why .wrapper .about_why_list ul li:hover .titleBox {
  display: none;
}
.about_why .wrapper .about_why_list ul li:hover .hoverBox {
  display: block;
  height: 75%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.about_why .wrapper .huiLine {
  width: 100%;
  height: 2px;
  background: #ebebeb;
}

.about_bottomProfile {
  padding: 58px 0;
}
.about_bottomProfile .wrapper .about_botPro_title {
  font-size: 26px;
  color: #000;
  text-align: center;
}
.about_bottomProfile .wrapper .about_botPro_img {
  width: 76px;
  margin: 38px auto;
}
.about_bottomProfile .wrapper .about_botPro_img img {
  width: 100%;
}
.about_bottomProfile .wrapper .about_botPro_list {
  width: 750px;
}
.about_bottomProfile .wrapper .about_botPro_list .swiper-wrapper .swiper-slide {
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-align: center;
}
.about_bottomProfile .wrapper .about_botPro_pageNavition {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.about_bottomProfile .wrapper .about_botPro_pageNavition .about_botPro_left {
  font-size: 26px;
  color: #777777;
  margin: 0 22px;
  cursor: pointer;
  outline: none;
}
.about_bottomProfile .wrapper .about_botPro_pageNavition .about_botPro_left:hover {
  color: #f39800;
}
.about_bottomProfile .wrapper .about_botPro_pageNavition .about_botPro_right {
  font-size: 26px;
  color: #777777;
  margin: 0 22px;
  cursor: pointer;
  outline: none;
}
.about_bottomProfile .wrapper .about_botPro_pageNavition .about_botPro_right:hover {
  color: #f39800;
}

.aboutTeam_descBox {
  padding: 52px 0;
  background: #f5f5f5;
}
.aboutTeam_descBox .wrapper .text {
  line-height: 28px;
  width: 750px;
  text-align: center;
  margin: 0 auto;
}

.aboutTeam_list {
  margin-top: 32px;
}
.aboutTeam_list .wrapper ul li {
  padding: 28px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.aboutTeam_list .wrapper ul li .abTeam_img {
  width: 330px;
}
.aboutTeam_list .wrapper ul li .abTeam_img img {
  width: 100%;
  height: 248px;
}
.aboutTeam_list .wrapper ul li .abTeam_wordbox {
  flex: 1;
  padding-left: 40px;
  height: 248px;
  overflow: hidden;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}
.aboutTeam_list .wrapper ul li .abTeam_wordbox .abTeam_title {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #f39800;
}
.aboutTeam_list .wrapper ul li .abTeam_wordbox .abTeam_desc {
  line-height: 28px;
}

.honorListBox {
  margin-top: 22px;
}
.honorListBox .wrapper {
  margin-bottom: 62px;
}
.honorListBox .wrapper .honorList_title {
  margin-top: 44px;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  color: #f39800;
  font-size: 28px;
}
.honorListBox .wrapper .honorList {
  margin-top: 22px;
}
.honorListBox .wrapper .honorList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.honorListBox .wrapper .honorList ul li {
  width: 24%;
  margin-top: 22px;
}
.honorListBox .wrapper .honorList ul li .honor_img {
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.honorListBox .wrapper .honorList ul li .honor_img img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 22px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.honorListBox .wrapper .honorList ul li .honor_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.honorListBox .wrapper .honorList ul li .honor_title {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  color: #f39800;
  font-size: 16px;
}

.product_sanjiBox {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  background: #f5f5f5;
  align-items: center;
  justify-content: center;
  height: 88px;
  overflow: hidden;
}
.product_sanjiBox .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.product_sanjiBox .wrapper .product_erjiBold {
  margin-right: 76px;
}
.product_sanjiBox .wrapper .product_erjiBold a {
  font-size: 14px;
  font-weight: bold;
}
.product_sanjiBox .wrapper .product_sanjiList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.product_sanjiBox .wrapper .product_sanjiList a {
  margin-right: 52px;
}
.product_sanjiBox .wrapper .product_sanjiList a:hover {
  color: #f39800;
}

.productList_box, .newsListContentBox, .related_productsBox {
  margin-bottom: 28px;
  min-height: 388px;
}
.productList_box .wrapper .productListNei ul, .newsListContentBox .wrapper .productListNei ul, .related_productsBox .wrapper .productListNei ul, .related_productsBox .wrapper .related_products ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.productList_box .wrapper .productListNei ul li, .newsListContentBox .wrapper .productListNei ul li, .related_productsBox .wrapper .productListNei ul li, .related_productsBox .wrapper .related_products ul li {
  width: 23%;
  margin: 0 1% 30px 1%;
  display: block;
}
.productList_box .wrapper .productListNei ul li .imgBox, .newsListContentBox .wrapper .productListNei ul li .imgBox, .related_productsBox .wrapper .productListNei ul li .imgBox, .related_productsBox .wrapper .related_products ul li .imgBox {
  border: 1px solid #d6d6d6;
  position: relative;
  overflow: hidden;
}
.productList_box .wrapper .productListNei ul li .imgBox > img, .newsListContentBox .wrapper .productListNei ul li .imgBox > img, .related_productsBox .wrapper .productListNei ul li .imgBox > img, .related_productsBox .wrapper .related_products ul li .imgBox > img {
  width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.productList_box .wrapper .productListNei ul li .imgBox .img_details, .newsListContentBox .wrapper .productListNei ul li .imgBox .img_details, .related_productsBox .wrapper .productListNei ul li .imgBox .img_details, .related_productsBox .wrapper .related_products ul li .imgBox .img_details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.75s;
}
.productList_box .wrapper .productListNei ul li .imgBox .img_details:hover, .newsListContentBox .wrapper .productListNei ul li .imgBox .img_details:hover, .related_productsBox .wrapper .productListNei ul li .imgBox .img_details:hover, .related_productsBox .wrapper .related_products ul li .imgBox .img_details:hover {
  opacity: 1;
}
.productList_box .wrapper .productListNei ul li .imgBox .img_details .img_details_state, .newsListContentBox .wrapper .productListNei ul li .imgBox .img_details .img_details_state, .related_productsBox .wrapper .productListNei ul li .imgBox .img_details .img_details_state, .related_productsBox .wrapper .related_products ul li .imgBox .img_details .img_details_state {
  padding: 6px 8px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
}
.productList_box .wrapper .productListNei ul li .title, .newsListContentBox .wrapper .productListNei ul li .title, .related_productsBox .wrapper .productListNei ul li .title, .related_productsBox .wrapper .related_products ul li .title {
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.productList_box .wrapper .productListNei ul li:hover .imgBox > img, .newsListContentBox .wrapper .productListNei ul li:hover .imgBox > img, .related_productsBox .wrapper .productListNei ul li:hover .imgBox > img, .related_productsBox .wrapper .related_products ul li:hover .imgBox > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.pageNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}
.pageNavigation > span {
  display: block;
  padding: 0.5rem 0.4rem;
}
.pageNavigation > a {
  display: block;
  padding: 0.5rem 0.4rem;
}
.pageNavigation > a.page-num-current, .pageNavigation > a:hover {
  color: #f39800;
}
.pageNavigation span.page-numbar {
  display: flex;
}
.pageNavigation span.page-numbar a {
  display: block;
  padding: 0.5rem 0.4rem;
}
.pageNavigation span.page-numbar a.page-num-current, .pageNavigation span.page-numbar a:hover {
  color: #f39800;
}
.pageNavigation span.page-select {
  margin-left: 16px;
}
.pageNavigation span.page-select select {
  display: block;
  width: 100%;
  padding: 0.2rem 0.4rem;
}
.pageNavigation span.page-pre i, .pageNavigation span.page-next i {
  font-size: 18px;
}

.pageNavigation_noData {
  text-align: center;
  margin: 3rem 0;
}

@keyframes textToggle {
  from {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes textToggle /* Safari 与 Chrome */ {
  from {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.productDetailBox .wrapper .productDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 76px;
}
.productDetailBox .wrapper .productDetail .productDetail_swiperBox {
  width: 656px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productDetailBox .wrapper .productDetail .productDetail_swiperBox .gallery-top {
  width: 538px;
}
.productDetailBox .wrapper .productDetail .productDetail_swiperBox .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 538px;
}
.productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs {
  width: 97px;
  height: 538px;
}
.productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 95px;
  height: 95px;
  border: 1px solid #d3d6d5;
}
.productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 95px;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox {
  width: 706px;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .title {
  font-size: 24px;
  margin-top: 18px;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .title2 {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 32px;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .title3 {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .contact {
  font-size: 16px;
  margin-top: 38px;
  width: 158px;
  height: 60px;
  line-height: 60px;
  background: #f39800;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .contact a {
  display: block;
  color: #fff;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .contact a:hover {
  animation: textToggle 1s;
  -webkit-animation: textToggle 1s;
  /* Safari and Chrome */
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .download_box {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .download_box .download1 {
  width: 47%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #23ac38;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .download_box .download1 a {
  color: #fff;
  display: block;
}
.productDetailBox .wrapper .productDetail .productDetail_wordBox .proDesc {
  margin-top: 12px;
  line-height: 30px;
  font-size: 14px;
}

.related_productsBox .wrapper .related_products_title {
  margin-top: 44px;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  color: #f39800;
  font-size: 28px;
  padding: 12px 12px;
}
.related_productsBox .wrapper .related_products ul li .imgBox {
  overflow: hidden;
}
.newsListContentBox .wrapper .newsListContent ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.newsListContentBox .wrapper .newsListContent ul li {
  width: 31.333%;
  margin: 0 1% 36px 1%;
}
.newsListContentBox .wrapper .newsListContent ul li a .newsListContent_img {
  position: relative;
  overflow: hidden;
}
.newsListContentBox .wrapper .newsListContent ul li a .newsListContent_img img {
  width: 100%;
  height: 340px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.newsListContentBox .wrapper .newsListContent ul li a .newsListContent_word h1 {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
.newsListContentBox .wrapper .newsListContent ul li:hover .newsListContent_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.newsDetailNeiBox {
  margin-bottom: 66px;
}
.newsDetailNeiBox .wrapper .newsDetailNei {
  width: 966px;
  margin: 44px auto 0 auto;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiTitle {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiSmall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiSmall .newsNeiDate {
  color: #999;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiSmall .newsNeiDate i {
  font-size: 18px;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiSmall .newsNeiVisits {
  color: #999;
  margin-left: 44px;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiSmall .newsNeiVisits i {
  font-size: 18px;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiDetail {
  line-height: 28px;
  margin-top: 38px;
  min-height: 298px;
}
.newsDetailNeiBox .wrapper .newsDetailNei .newsNeiDetail img, .newsDetailNeiBox .wrapper .newsDetailNei .newsNeiDetail video {
  max-width: 100%;
  display: initial;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox {
  padding-top: 28px;
  border-top: 2px solid #f0f0f0;
  width: 966px;
  margin: 44px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_title p {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  width: 76%;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_title p span {
  color: #f39800;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn {
  margin-top: 26px;
  margin: 0;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn a .leftIco {
  width: 46px;
  height: 46px;
  background: url(../images/product_all_def01.png) #e0e0e0 center center no-repeat;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn a .rightText {
  width: 116px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #666;
  background: #f5f5f5;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn a:hover .leftIco {
  background: url(../images/product_all_def.png) #23ac38 center center no-repeat;
}
.newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn a:hover .rightText {
  color: #fff;
  background: #f39800;
}
.contactMapBox {
  width: 100%;
  background: url(../images/product_beijing_def.jpg) center top no-repeat;
  background-size: cover;
  padding: 78px 0 78px 0;
}
.contactMapBox .wrapper .contactMap_1, .contactMapBox .wrapper .contactMap_2 {
  width: 100%;
  position: relative;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1, .contactMapBox .wrapper .contactMap_2 .onTheMap1 {
  width: 500px;
  position: absolute;
  z-index: 2;
  top: 56px;
  right: 46px;
  padding: 56px 38px 44px 38px;
  background: rgba(243, 152, 0, 0.8);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_name, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_name {
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_list .onTheMap1_item, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_list .onTheMap1_item {
  line-height: 34px;
  display: flex;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_list .onTheMap1_item .title, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_list .onTheMap1_item .title {
  color: #fff;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_list .onTheMap1_item .con, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_list .onTheMap1_item .con {
  color: #fff;
  width: 100%;
  flex: 1;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_logos, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_logos {
  margin-top: 38px;
}
.contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_logos a, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_logos a {
  color: #fff;
  font-size: 32px;
  margin-right: 44px;
}
.baidumap1 {
  width: 100%;
  height: 550px;
}

.baidumap2 {
  width: 100%;
  height: 550px;
  margin-top: 42px;
}

.contact_messageBox {
  width: 966px;
  margin: 68px auto 72px auto;
}
.contact_messageBox h1 {
  font-size: 24px;
  line-height: 36px;
  color: #f39800;
}
.contact_messageBox h2 {
  line-height: 32px;
}
.contact_messageBox .contact_messageBox_cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.contact_messageBox .contact_messageBox_cen .messageBox_Item {
  width: 47.6%;
  margin-top: 22px;
}
.contact_messageBox .contact_messageBox_cen .messageBox_Item label {
  line-height: 34px;
  font-size: 16px;
}
.contact_messageBox .contact_messageBox_cen .messageBox_Item label span {
  color: #f00;
}
.contact_messageBox .contact_messageBox_cen .messageBox_Item input {
  display: block;
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  text-indent: 18px;
  color: #9e9e9e;
}
.contact_messageBox .contact_messageBox_cen .messageBox_Item select, .contact_messageBox .contact_messageBox_cen .messageBox_Item option {
  display: block;
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  text-indent: 18px;
  color: #9e9e9e;
  border: none;
  outline: none;
}
.contact_messageBox .contact_messageBox_cen .messageBox_textarea {
  width: 100%;
  margin-top: 22px;
}
.contact_messageBox .contact_messageBox_cen .messageBox_textarea label {
  line-height: 34px;
  font-size: 16px;
}
.contact_messageBox .contact_messageBox_cen .messageBox_textarea label span {
  color: #f00;
}
.contact_messageBox .contact_messageBox_cen .messageBox_textarea textarea {
  display: block;
  width: 100%;
  height: 156px;
  background: #f5f5f5;
  text-indent: 18px;
  outline: none;
  resize: none;
  padding-top: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #9e9e9e;
}
.contact_messageBox .contact_messageBox_cen .messageBox_button {
  margin-top: 44px;
}
.contact_messageBox .contact_messageBox_cen .messageBox_button button {
  width: 156px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #f39800;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
}

.aboutNeiSingleBox {
  width: 966px;
  margin: 8px auto 72px auto;
}
.aboutNeiSingleBox .content {
  line-height: 28px;
  min-height: 298px;
}
.aboutNeiSingleBox .content img {
  max-width: 100%;
  display: initial;
}

.loginNameBox {
  position: relative;
}
.loginNameBox .loginName {
  cursor: pointer;
}
.loginNameBox .loginName i {
  vertical-align: text-top;
}
.loginNameBox .loginName:hover {
  color: #f39800;
}
.loginNameBox .loginName_list {
  position: absolute;
  top: 32px;
  right: 0;
  width: 186px;
  background: #fff;
  padding: 6px 0;
}
.loginNameBox .loginName_list a {
  display: block;
  padding: 0 16px;
  text-align: right;
  line-height: 38px;
}
.loginNameBox .loginName_list a:hover {
  color: #f39800;
}

.authorization_box {
  margin-top: 32px;
  margin-bottom: 66px;
}
.authorization_box .wrapper .authorization {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.authorization_box .wrapper .authorization .form-group {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.authorization_box .wrapper .authorization .form-group label {
  width: 112px;
  text-align: right;
  margin-right: 18px;
}
.authorization_box .wrapper .authorization .form-group label .red {
  color: #f00;
}
.authorization_box .wrapper .authorization .form-group div input {
  width: 460px;
  height: 60px;
  display: block;
  background: #f5f5f5;
  text-indent: 18px;
}
.authorization_box .wrapper .authorization .form-loginSubmit {
  padding-left: 130px;
}
.authorization_box .wrapper .authorization .form-loginSubmit .loginSubmit {
  width: 156px;
  height: 60px;
  background: #f39800;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.authorization_box .wrapper .authorization .form-loginSubmit .loginSubmit_forget a {
  line-height: 34px;
}
.authorization_box .wrapper .authorization .form-loginSubmit .loginSubmit_noaccount {
  margin-top: 18px;
}
.authorization_box .wrapper .authorization .form-loginSubmit .loginSubmit_noaccount a {
  display: block;
  line-height: 34px;
}
.authorization_box .wrapper .authorization .forget {
  padding-left: 150px;
}

.registration_box {
  margin-top: 32px;
  margin-bottom: 66px;
}
.registration_box .wrapper .registration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 966px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.registration_box .wrapper .registration .form-group {
  width: 47.6%;
  margin-top: 22px;
}
.registration_box .wrapper .registration .form-group label {
  line-height: 34px;
  font-size: 16px;
}
.registration_box .wrapper .registration .form-group label span {
  color: #f00;
}
.registration_box .wrapper .registration .form-group input {
  display: block;
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  text-indent: 18px;
  color: #9e9e9e;
}
.registration_box .wrapper .registration .form-group select {
  display: block;
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  text-indent: 18px;
  color: #9e9e9e;
  outline: none;
  border: none;
}
.registration_box .wrapper .registration .form-loginSubmit {
  width: 100%;
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.registration_box .wrapper .registration .form-loginSubmit .loginSubmit {
  width: 156px;
  height: 60px;
  background: #f39800;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.registration_box .wrapper .registration .form-loginSubmit .registration_tips h1 {
  font-size: 16px;
  color: #f39800;
  margin-bottom: 18px;
}
.registration_box .wrapper .registration .form-loginSubmit .registration_tips p {
  line-height: 24px;
}

.form-group-youxiang {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.form-group-youxiang label {
  width: 132px;
  text-align: right;
  margin-right: 18px;
}
.form-group-youxiang label .red {
  color: #f00;
}
.form-group-youxiang .row {
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.form-group-youxiang .row .col-6 {
  width: 49%;
}
.form-group-youxiang .row .col-6 input {
  width: 100%;
  height: 60px;
  display: block;
  background: #f5f5f5;
  text-indent: 18px;
}
.form-group-youxiang .row .col-6 .fasongyouxiang {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  background: #cccccc;
  cursor: pointer;
  color: #fff;
}

.searchPageBox .wrapper .searchPageList ul li {
  border-bottom: 1px dashed #ccc;
  padding: 12px;
}
.searchPageBox .wrapper .searchPageList ul li a .search_Content_title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
}
.searchPageBox .wrapper .searchPageList ul li a .search_Content_text {
  line-height: 28px;
  padding: 0px 0 5px 0;
}

.scroll_top {
  position: fixed;
  bottom: 20%;
  right: 5%;
  background: #cccccc;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

.scroll_top:hover {
  background: #F39800;
}

.mobileHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
  height: 88px;
}
.mobileHead .mobileHead_logo {
  width: 120px;
}
.mobileHead .mobileHead_logo a {
  display: block;
  width: 100%;
}
.mobileHead .mobileHead_logo a img {
  width: 100%;
}
.mobileHead .mobileHead_btn {
  cursor: pointer;
}
.mobileHead .mobileHead_btn i {
  font-size: 24px;
}

.mobileSearch {
  display: none;
  width: 100%;
}
.mobileSearch .search {
  padding-left: 32px;
}
.mobileSearch .search #search_keyword {
  background: #fff;
}
.mobileSearch .search #search_btn {
  color: #fff;
}

.tan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.tan .tanVideo {
  width: 60%;
  height: 70%;
  margin: 7% auto;
  background: #010101;
  position: relative;
  overflow: hidden;
}

.tan .tanVideo video {
  width: 100%;
  height: 100%;
}

.tan .tanVideo span {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 0;
  font-size: 28px;
  cursor: pointer;
  z-index: 999;
}

.videoPath {
  display: none;
}

.newsVideoStartIco {
  cursor: no-drop;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.newsVideoStartIco::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.newsVideoStartIco:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.newsVideoStartIco i {
  font-size: 56px;
  color: #fff;
  cursor: pointer;
}

.bannerSwiperLeft, .bannerSwiperRight {
  position: absolute;
  top: 41%;
  left: 0;
  z-index: 9;
  color: #fff;
  font-size: 88px;
  margin-top: -44px;
  margin-left: -6px;
  display: none;
  outline: none;
}

.headerBox_small .headerWelcome {
  height: 36px;
}
.headerBox_small .headerWelcome .left {
  font-size: 26px;
}

.headerBox_small .headerMain {
  height: 68px;
}

.headerBox_small .headerMain .middle .logo {
  width: 100px;
}
.headerBox_small .headerMain .middle .logo img {
  height: 55px;
}

.nav_box_small {
  top: 105px;
  -moz-box-shadow: 2px 3px 9px #f2f2f2;
  -webkit-box-shadow: 2px 3px 9px #f2f2f2;
  box-shadow: 2px 3px 9px #f2f2f2;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#f2f2f2");
}

.nav_box_small .wrapper {
  height: 36px;
}
.nav_box_small .wrapper .navItem ul {
  top: 35px;
}

.yellow {
  color: #f39800;
}

@media only screen and (max-width: 1599px) {
  .wrapper {
    width: 90%;
  }

  .newsBox .wrapper .news_cen .news_video {
    width: 49%;
    height: 445px;
  }

  .newsBox .wrapper .news_cen .news_list {
    width: 49%;
    height: 445px;
    overflow: hidden;
  }

  .newsBox .wrapper .news_cen .news_list ul li a .news_listImg {
    width: 178px;
    height: 133px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox {
    width: 530px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .gallery-top {
    width: 460px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .gallery-top .swiper-wrapper .swiper-slide img {
    height: 460px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs {
    width: 58px;
    height: 460px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 58px;
    height: 58px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide img {
    height: 58px;
  }

  .productDetailBox .wrapper .productDetail .productDetail_wordBox {
    width: 48%;
  }
}
@media only screen and (max-width: 1499px) {
  .about_why .wrapper .about_why_list ul li .hoverBox .name {
    margin-top: 26px;
    margin-left: 12px;
  }

  .about_why .wrapper .about_why_list ul li .hoverBox .blackLine {
    margin-top: 10px;
    margin-left: 12px;
  }

  .about_why .wrapper .about_why_list ul li .hoverBox .desc {
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .newsBox .wrapper .news_cen .news_video img {
    height: 100%;
  }

  .newsBox .wrapper .news_cen .news_video .news_videoTit .tit {
    width: 368px;
  }

  .newsListContentBox .wrapper .newsListContent ul li a .newsListContent_img img {
    height: 288px;
  }
}
@media only screen and (max-width: 1299px) {
  .productBox .productTop .productTop_whiteBg a .productTop_con .right {
    width: 50%;
  }
  .productBox .productTop .productTop_whiteBg a .productTop_con .right img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .newsBox .wrapper .news_cen .news_video .news_videoTit .tit {
    width: 66%;
  }

  .newsBox .wrapper .news_cen .news_video .news_videoTit .date {
    margin-right: 12px;
    font-size: 12px;
  }

  .about_why .wrapper .about_why_list ul li .hoverBox .desc {
    line-height: 18px;
    font-size: 12px;
  }

  .productDetailBox .wrapper .productDetail {
    flex-wrap: wrap;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .gallery-top {
    width: 100%;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox {
    width: 530px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs {
    width: 100%;
    height: 66px;
  }

  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: row !important;
    margin-top: 0.3rem !important;
    justify-content: center;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
    margin: 0 0.5rem;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .gallery-top .swiper-wrapper .swiper-slide img {
    height: 100%;
  }

  .swiper-slide {
    height: auto !important;
  }

  .productDetailBox .wrapper .productDetail .productDetail_wordBox {
    width: 100%;
  }

  .productDetailBox .wrapper .productDetail .productDetail_wordBox {
    border-top: 1px dashed #ccc;
  }

  .title2 {
    display: none;
  }

  .productDetailBox .wrapper .productDetail .productDetail_wordBox .title {
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
    margin: 0;
  }

  .productDetailBox .wrapper .productDetail .productDetail_wordBox .contact {
    margin-top: 1.5rem;
  }

  .registration_box .wrapper .registration {
    width: 100%;
  }

  .aboutNeiSingleBox {
    width: 96%;
    margin: 8px auto 2rem auto;
  }

  .newsDetailNei, .newsNeiPageBox {
    width: 96% !important;
  }
}
@media only screen and (max-width: 991px) {
  .headerBox .headerMain {
    display: none;
  }

  .mobileSearch {
    display: block;
  }

  .mobileHead {
    display: flex;
  }

  #mobileHide {
    display: none;
  }

  .headerBox {
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
  }

  .nav_box {
    background: rgba(36, 36, 36, 0.9);
    top: 143px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }

  .nav_box .wrapper {
    height: auto;
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  .nav_box .wrapper .navItem {
    padding: 0px 6px 6px 6px;
    width: 100%;
  }
  .nav_box .wrapper .navItem:hover a {
    color: #fff;
    border: 1px solid transparent;
  }
  .nav_box .wrapper .navItem:hover ul {
    display: block;
  }
  .nav_box .wrapper .navItem:hover ul li a {
    border-top: 1px solid #b8b8b8;
    color: #fff;
  }
  .nav_box .wrapper .navItem:hover ul li a:hover {
    color: #f39800;
  }

  .nav_box .wrapper .navItem a {
    padding: 2px 24px;
    color: #fff;
    font-size: 14px;
  }

  .nav_box .wrapper .navItem ul {
    display: block;
    position: initial;
    background: none;
    padding: 8px 0 !important;
    height: auto;
  }

  .nav_box .wrapper .navItem ul li a {
    border: none;
    color: #ffffff;
    padding: 6px 24px;
    border-top: 1px solid #b8b8b8;
    background: #6a6a6a;
  }

  .banner {
    margin-top: 143px;
  }

  .productBox {
    padding: 38px 0 46px 0;
  }

  .productBox .productTop .productTop_whiteBg a .productTop_con .left {
    margin-left: 12px;
  }

  .productBox .productTop .productTop_whiteBg a .productTop_con .left .productTop_title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }

  .productBox .productTop .productTop_whiteBg a .productTop_con .left .productTop_btn {
    width: 118px;
    height: 32px;
    line-height: 32px;
    margin-top: 14px;
  }

  .productBox .productList .productList_tit {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .aboutBox .about_word .wrapper .about_tit {
    font-size: 16px;
  }

  .aboutBox .about_word .wrapper .about_desc {
    margin-top: 12px;
    height: 120px;
  }

  .aboutBox .about_word .wrapper .about_btn a {
    width: 118px;
    height: 32px;
    line-height: 32px;
    margin-top: 14px;
  }

  .newsBox {
    padding: 38px 0 46px 0;
  }

  .newsBox .wrapper .news_tit {
    font-size: 16px;
  }

  .newsBox .wrapper .news_cen {
    flex-wrap: wrap;
  }

  .newsBox .wrapper .news_cen .news_video {
    width: 100%;
    height: auto;
  }

  .newsBox .wrapper .news_cen .news_list {
    width: 100%;
    height: auto;
  }

  .newsBox .wrapper .news_cen .news_list ul li a .news_listImg {
    width: 118px;
    height: auto;
  }

  .newsBox .wrapper .news_cen .news_list ul li {
    margin-top: 0.6rem;
  }

  .newsBox .wrapper .news_cen .news_list ul li a .news_listRight .news_listTit {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .newsBox {
    padding: 38px 0 38px 0;
  }

  .positionBox {
    margin-top: 143px;
  }

  .about_welcome .wrapper .about_wel_img {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .about_welcome .wrapper .about_wel_img img, .about_welcome .wrapper .about_wel_img video {
    height: auto;
  }

  .about_why .wrapper .about_why_list ul {
    flex-wrap: wrap;
  }

  .about_why .wrapper .about_why_list ul li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about_bottomProfile .wrapper .about_botPro_list {
    width: 100%;
  }

  .aboutTeam_descBox .wrapper .text {
    width: 100%;
  }

  .newsListContentBox .wrapper .newsListContent ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ccc;
  }

  .newsListContentBox .wrapper .newsListContent ul li a .newsListContent_img img {
    height: auto;
  }

  .baidumap1 {
    height: 456px;
  }

  .baidumap2 {
    height: 456px;
  }

  .contactMapBox .wrapper .contactMap_1 .onTheMap1, .contactMapBox .wrapper .contactMap_2 .onTheMap1 {
    width: 100%;
    position: initial;
    padding: 22px 12px 22px 26px;
    margin-top: 1rem;
  }

  .contact_messageBox {
    width: 96%;
    margin: 1.5rem auto 1rem auto;
  }

  .bannerSwiperLeft, .bannerSwiperRight {
    display: none !important;
  }

  .productDetailBox .wrapper .productDetail .productDetail_swiperBox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 96%;
  }

  .headerBox .headerWelcome .left {
    display: none;
  }

  .headerBox .headerWelcome {
    height: 38px;
  }
  .headerBox .headerWelcome .middle {
    font-size: 12px;
  }
  .headerBox .headerWelcome .right {
    width: auto;
    font-size: 12px;
  }

  .mobileHead {
    height: 72px;
  }

  .nav_box {
    top: 111px;
  }

  .banner {
    margin-top: 111px;
  }

  .productBox .productTop {
    flex-wrap: wrap;
  }

  .productBox .productTop .productTop_whiteBg {
    width: 100%;
    margin-bottom: 1rem;
  }

  .productBox .productTop .productTop_whiteBg a .productTop_con .left {
    width: 50%;
    margin-left: 0;
  }

  .productBox .productTop .productTop_whiteBg a .productTop_con .left .productTop_title {
    font-size: 12px;
  }

  .productBox .productTop .productTop_whiteBg a .productTop_con .left .productTop_btn {
    width: 116px;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    font-size: 12px;
  }

  .productBox .productList .productList_cen ul {
    flex-wrap: wrap;
  }

  .productBox .productList .productList_cen ul li {
    width: 49%;
  }

  .productBox .productList .productList_cen ul li a .title {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .productBox .productList .productList_tit {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .productBox .productList .productList_btn {
    margin-top: 12px;
  }

  .aboutBox .about_word .wrapper .about_desc {
    margin-top: 8px;
    height: 48px;
    font-size: 12px;
    line-height: 24px;
  }

  .aboutBox .about_word .wrapper .about_btn {
    margin-top: 8px;
  }

  .aboutBox .about_word .wrapper .about_btn a {
    width: 98px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-top: 6px;
  }

  .newsBox .wrapper .news_cen .news_video .news_videoTit .tit {
    width: 56%;
    font-size: 13px;
    margin-left: 12px;
  }

  .footBox {
    padding: 36px 0 12px 0;
  }

  .footBox .wrapper .foot_nav {
    margin: 22px 0 18px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }

  .footBox .wrapper .foot_nav a {
    line-height: 28px;
    font-size: 14px;
    margin: 0 1%;
    width: 48%;
  }

  .footBox .wrapper .foot_bottom {
    line-height: 42px;
    font-size: 12px;
  }

  .scroll_top {
    display: none !important;
  }

  .positionBox {
    margin-top: 111px;
  }

  .positionBox {
    height: auto;
    padding: 1rem 0;
  }

  .positionBox .wrapper .position {
    letter-spacing: 0;
    line-height: 1rem;
  }

  .positionBox .wrapper .position a {
    font-size: 12px;
  }

  .sortNameBox .wrapper .sortName {
    font-size: 16px;
    line-height: 32px;
    padding: 1rem 0;
  }

  .about_welcome {
    padding: 1rem 0;
  }

  .about_welcome .wrapper .about_wel_Word .tit {
    font-size: 16px;
    margin: 1.5rem 0 1rem 0;
  }

  .about_why {
    padding: 1.5rem 0 0 0;
  }

  .about_why .wrapper .about_why_title {
    font-size: 16px;
  }

  .about_why .wrapper .about_why_list {
    margin-top: 1rem;
    padding: 0 0 1rem 0;
  }

  .about_bottomProfile {
    padding: 1.5rem 0 1rem 0;
  }

  .about_bottomProfile .wrapper .about_botPro_title {
    font-size: 16px;
  }

  .about_bottomProfile .wrapper .about_botPro_img {
    width: 2rem;
    margin: 1rem auto;
  }

  .aboutTeam_descBox {
    padding: 1rem 0;
  }

  .aboutTeam_descBox .wrapper .text {
    line-height: 1.2rem;
    font-size: 12px;
  }

  .aboutTeam_list {
    margin-top: 1rem;
  }

  .aboutTeam_list .wrapper ul li {
    padding: 1rem 0 0 0;
    flex-wrap: wrap;
  }

  .aboutTeam_list .wrapper ul li .abTeam_img {
    width: 100%;
  }

  .aboutTeam_list .wrapper ul li .abTeam_img img {
    height: auto;
  }

  .aboutTeam_list .wrapper ul li .abTeam_wordbox {
    padding-left: 1rem;
    height: auto;
    padding-bottom: 1rem;
  }

  .honorListBox {
    margin-top: 1rem;
  }

  .honorListBox .wrapper .honorList ul li {
    width: 49%;
    margin-top: 1rem;
  }

  .honorListBox .wrapper .honorList_title {
    margin-top: 0;
    height: 2rem;
    line-height: 1.5rem;
    font-size: 16px;
  }

  .honorListBox .wrapper .honorList {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .productList_box .wrapper .productListNei ul li, .newsListContentBox .wrapper .productListNei ul li, .related_productsBox .wrapper .productListNei ul li, .related_productsBox .wrapper .related_products ul li {
    width: 49%;
    margin: 0 0.5% 1rem 0.5%;
  }

  .productList_box .wrapper .productListNei ul li .title, .newsListContentBox .wrapper .productListNei ul li .title, .related_productsBox .wrapper .productListNei ul li .title, .related_productsBox .wrapper .related_products ul li .title {
    font-size: 12px;
  }

  .pageNavigation > span.page-index {
    display: none;
  }

  .pageNavigation > span.page-select {
    display: none;
  }

  .product_sanjiBox .wrapper .product_erjiBold {
    margin-right: 0.6rem;
  }

  .product_sanjiBox .wrapper .product_erjiBold a {
    font-size: 12px;
  }

  .product_sanjiBox .wrapper .product_sanjiList a {
    margin-right: 0.6rem;
    font-size: 12px;
  }

  .productDetailBox .wrapper .productDetail {
    margin-bottom: 1.5rem;
  }

  .related_productsBox .wrapper .related_products_title {
    margin-top: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
  }

  .productList_box, .newsListContentBox, .related_productsBox {
    margin-bottom: 1rem;
    min-height: 388px;
  }

  .newsDetailNeiBox .wrapper .newsDetailNei .newsNeiTitle {
    font-size: 16px;
  }

  .newsDetailNeiBox .wrapper .newsDetailNei {
    margin-top: 1rem;
  }

  .newsDetailNeiBox {
    margin-bottom: 1.35rem;
  }

  .newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_title p {
    line-height: 1.5rem;
    font-size: 12px;
    height: 1.5rem;
    width: 96%;
  }

  .newsDetailNeiBox .wrapper .newsNeiPageBox {
    flex-wrap: wrap;
  }

  .newsDetailNeiBox .wrapper .newsNeiPageBox .newsNeiPage_btn {
    display: none;
  }

  .contactMapBox {
    padding: 1.5rem 0 1.5rem 0;
  }

  .contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_name, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_name {
    font-size: 16px;
  }

  .contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_list .onTheMap1_item, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_list .onTheMap1_item {
    line-height: 1.5rem;
    font-size: 12px;
  }

  .contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_logos, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_logos {
    margin-top: 1rem;
  }

  .contactMapBox .wrapper .contactMap_1 .onTheMap1 .onTheMap1_logos a, .contactMapBox .wrapper .contactMap_2 .onTheMap1 .onTheMap1_logos a {
    font-size: 22px;
    margin-right: 22px;
  }

  .baidumap2 {
    margin-top: 1rem;
  }

  .contact_messageBox h1 {
    font-size: 16px;
  }

  .contact_messageBox h2 {
    line-height: 1.5rem;
    font-size: 12px;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_Item {
    width: 47.6%;
    margin-top: 1rem;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_Item label {
    font-size: 14px;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_Item input {
    height: 2.2rem;
    text-indent: 12px;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_Item select {
    height: 2.2rem;
    text-indent: 12px;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_textarea {
    margin-top: 1rem;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_textarea label {
    font-size: 14px;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_textarea textarea {
    text-indent: 12px;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_button {
    margin-top: 1rem;
  }

  .contact_messageBox .contact_messageBox_cen .messageBox_button button {
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .authorization_box .wrapper .authorization .form-group label {
    margin-right: 12px;
  }

  .authorization_box .wrapper .authorization .form-group div input {
    width: 210px;
    height: 2.2rem;
  }

  .authorization_box {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .authorization_box .wrapper .authorization .form-group {
    margin-bottom: 1rem;
  }

  .authorization_box .wrapper .authorization .form-loginSubmit .loginSubmit {
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .authorization_box .wrapper .authorization .form-loginSubmit .loginSubmit_noaccount a {
    line-height: 1.5rem;
    font-size: 12px;
  }

  .form-group-youxiang .row {
    width: 210px;
  }

  .form-group-youxiang label {
    margin-right: 12px;
  }

  .form-group-youxiang .row .col-6 input {
    height: 2.2rem;
    text-indent: 12px;
  }

  .form-group-youxiang .row .col-6 .fasongyouxiang {
    height: 2.2rem;
    font-size: 12px;
    line-height: 2.2rem;
  }

  .authorization_box .wrapper .authorization .form-loginSubmit {
    padding-left: 124px;
  }

  .authorization_box .wrapper .authorization .form-loginSubmit.forget {
    padding-left: 143px;
  }

  .registration_box {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .registration_box .wrapper .registration .form-group {
    margin-top: 1rem;
  }

  .registration_box .wrapper .registration .form-group label {
    font-size: 14px;
  }

  .registration_box .wrapper .registration .form-group input {
    height: 2.2rem;
    text-indent: 12px;
  }

  .registration_box .wrapper .registration .form-group select {
    height: 2.2rem;
    text-indent: 12px;
  }

  .registration_box .wrapper .registration .form-loginSubmit {
    margin-top: 1rem;
    flex-wrap: wrap;
  }

  .registration_box .wrapper .registration .form-loginSubmit .loginSubmit {
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .registration_tips {
    margin-top: 1.5rem;
  }

  .registration_box .wrapper .registration .form-loginSubmit .registration_tips h1 {
    margin-bottom: 1rem;
  }

  .registration_box .wrapper .registration .form-loginSubmit .registration_tips p {
    line-height: 1.2rem;
    font-size: 12px;
  }

  .searchPageBox .wrapper .searchPageList ul li a .search_Content_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .baidumap1, .baidumap2 {
    height: 196px;
  }

  .contactMapBox .wrapper .contactMap_1 .onTheMap1, .contactMapBox .wrapper .contactMap_2 .onTheMap1 {
    padding: 12px 8px 12px 16px;
  }
}

/*# sourceMappingURL=css.css.map */
