/* 手机导航 */
.mobile-inner-header {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 60px;
  display: none;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 22px;
}

.mobile-inner-header-icon {
  color: #333;
  height: 60px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 60px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  outline: none;
}

.mobile-inner-header-icon:hover {
  background-color: rgba(51, 51, 51, 0.2);
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
  height: 100%;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
  }
  100% {
      transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }
  100% {
      transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

@keyframes outfirst {
  0% {
      transform: translateY(0) rotate(-45deg);
  }
  100% {
      transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
      transform: translateY(0) rotate(45deg);
  }
  100% {
      transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: none;
  z-index: 999;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #333;
  border-bottom: solid 1px rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}

.mobile-inner-nav a:hover {
  color: rgba(51, 51, 51, 0.4);
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}
/* 网页顶部 */
.page_top_box {
  background-color: #d2d2d2;
  position: relative;
  z-index: 999;
  overflow: hidden;
  line-height: 30px;
  height: 30px;

}

.page_top {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  line-height: 30px;
}

.page_top_l {
  float: left;
  color: #000;

}



.page_top_r {
  float: right;
}

.page_top_r .f14 {
  float: right;
  list-style: none;
}


.page_top_r .f14 li {
  float: left;
  list-style: none;

}

.page_top_r .f14 li a {
  color: #000;

}


.page_top_r ul li::after {
  content: "|";
  margin: 0 10px;
  color: #000;
}

.page_top_r ul li:last-child::after {
  content: " ";
}


.page_top_search {
  float: left;
  width: 22.5%;
  height: 20px;
  line-height: 20px;
  outline: none;
  color: #8f8f8f;
  border: none;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 15%;
}

.hot_searchbar_right form {
  position: relative;
}

.page_top_search form .search_box {

  float: left;
  width: 80%;
  height: 20px;
  outline: none;
  color: #999999;
  border-radius: 5px  0  0 5px;
  border: none;
  font-size: 14px;
  padding-left: 20px;

}

.submit {
float: left;
  /* top: 18px; */
  width: 30px;
  height: 20px;
  border: none;
  background-color: #fff;
  background-image: url(../images/search.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.page_top_tel{
  float: left;
  margin-left: 5%;
  color: #000;
}


/* 网页头部 */
.header_nav{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
}
.header {
  max-width: 30%;
  margin: auto;
  height: 90px;
  line-height: 90px;
  float: left;
}
.header img{
  width: 100%;
}


/* 导航 */
.nav_box {
  float: right;
  overflow: hidden;

}

.nav {
  margin: auto;
  float: right;

}

.nav_main {
  margin: auto;
  margin-right: 10px;
}

.nav ul {
  margin-bottom: 0;
}

.nav ul a {
  text-decoration: none;
  color: #000;
  height: 50px;
  display: inline-block;
  padding: 0 10px;
}

.nav ul li {
  list-style: none;
  float: left;
  height: 90px;
  line-height: 90px;
  padding: 0 10px;
  /* 行高等于高使文字垂直居中 */
  text-align: center;
  font-size: 18px;
  /*字体大小*/
  position: relative;
}


/* banner */
.swiper-slide img {
  width: 100%;
}

.banner_01 .swiper-pagination-bullet {
  background: #000;
  width: 35px;
  height: 10px;
  border-radius: 0;
  opacity: 1;
}

.banner_01 .swiper-pagination-bullet-active {
  width: 35px;
  height: 10px;
  border-radius: 0px;
  background-color: #000;
}


/* 产品中心 */
.product {
  max-width: 1400px;
  margin: auto;
}
.product_t{
  width: 100%;
  overflow: hidden;
}

.product_title {
  text-align: center;
  position: relative;
}

.product_title h1 {
  font-weight: 700;
  color: #212161;
  text-align: center;
  font-size: 30px;
  background: url(../images/product_bg.png) no-repeat 0px 20px;
}

.product_title p {
  border-top: 1px solid #c9c9c9;
  font-size: 27.96px;
  padding-top: 10px;
  color: #00368c;
}

.product_line::before{
  position: absolute;
  top: 47px;
  left: 570px;
  content: "";
  border-top: 5px solid #37bcd9;
  width: 52px;
  
}

.product_nav{
  text-align: center; 
}

.product_nav a{
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  background-color: #212161;
  display: inline-block;
  padding: 0 20px ;
  height: 35px;
  line-height: 35px;
}
.product_main{
  margin-top: 20px;
}
.product_main .swiper-slide{
  border: 1px solid #a8a8a8;
}

.swiper-slide p{
  width: 100%;
  text-align: center;
  color: #000;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 16px;
}


.product_button{
  
  text-align: center;
}

.product_button a{
  display: inline-block;
  background-color: #212161;
  font-size: 13.98px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  margin-top: 30px;
}

/* 关于我们 */
.about{
  width: 100%;
  height: 693px;
  background:url(../images/about_bg.png);
  margin-top: 40px;
}

.about_title{
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.about_main{
  width:80%;
  margin: auto;
  padding-top: 30px;
}
.about_left{
  width: 48%;
  float: left;
  color: #fff;
  line-height: 2.8;
  font-size: 16px;text-indent: 2em;
}
.about_left a{
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  background-color: #00368c;
}
.about_right{
  float: right;
  width: 50%;
}

.about_right img{
  width: 100%;
}


/* 为什么选择新天地 */
.why{
  background: url(../images/why_bg.jpg);
  width: 100%;
  height: 1507px;
  position: relative;
}
.why_title{
  color: #00368c;
  font-size: 34.8px;
  font-weight: 700;
  margin-left: 14%;
}

.why_main{
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 20px;
}

.why_01,.why_02,.why_03,.why_04{
  width: 33.8%;
}

.why_01{
  position: absolute;
  top: 18%;
  left: 53%;
}

.why_02{
  position: absolute;
  top: 38%;
  left: 53%;
}

.why_03{
  position: absolute;
  top: 60%;
  left: 15%;
}

.why_04{
  position: absolute;
  top: 80%;
  left: 15%;
}

/* 服务热线 */
.hotLine{
  width: 100%;
}
.hotLine img{
  width: 100%;
}

/* 项目业绩 */
.bussiness {
  max-width: 1400px;
  margin: auto;
}

.bussiness_title {
  text-align: center;
  position: relative;
}

.bussiness_title h1 {
  font-weight: 700;
  color: #212161;
  text-align: center;
  font-size: 30px;
  background: url(../images/product_bg.png) no-repeat 0px 20px;
}

.bussiness_title p {
  font-size: 27.96px;
  padding-top: 10px;
  color: #00368c;
}


.bussiness_main{
  position: relative;
  /* width: 1200px; */
  margin: auto;
  margin-top: 30px;
}
.bussiness .bussiness_main .swiper-slide a{
  border: 1px solid #b5b5b5;
  display: block;
}

.bussiness_main .swiper-slide p{
  text-align: center;
  color: #000;
  height: 40px;
  line-height: 40px;
  /* background-color: #e7e7e6; */
  font-size: 16px;
}
.bussiness_main .swiper-slide img{
  width: 100%;
}

.bussiness_main .swiper-button-prev {
  position: absolute;
  width: 30px;
  height: 68px;
  left: -50px;
  background: url(../images/bussiness_02.png) no-repeat;
}

.bussiness_main .swiper-button-next{
  position: absolute;
  width: 30px;
  height: 68px;
  right: -50px;
  background: url(../images/bussiness_03.png) no-repeat;
}


/* 新闻资讯 */
.news {
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
}

.news_title {
  text-align: center;
  position: relative;
}

.news_title h1 {
  font-weight: 700;
  color: #212161;
  text-align: center;
  font-size: 30px;
  background: url(../images/product_bg.png) no-repeat 0px 20px;
}

.news_title p {
  border-top: 1px solid #c9c9c9;
  font-size: 27.96px;
  padding-top: 10px;
  color: #00368c;
}

.news_main {
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
}

.news_main_left {
  width: 48%;
  overflow: hidden;
  float: left;

}

.news_main_left img {
  width: 100%;
  
}

.left_main_right{
  background-color: #212161;
  line-height: 2;
  padding: 20px;
}
.left_main_right h4{
  color: #fff;
  font-size: 18.64px;
  font-weight: 700;
  margin: 0;
  
}

.left_main_right p{
  font-size: 16.31px;
  color: #fff;
}
.left_main_right_title{
  overflow: hidden;
}
.left_main_right_title p{
  float: left;

}
.left_main_right_title span{
  float: right;
  margin-top: 10px;
  color: #999999;
  font-size: 15.13px;
}

.more{
  text-align: right;
  margin-top: -35px;
  margin-right: 5%;
}
.news_main_left_main:hover{
  background-color: #006eb4;
}
.news_main_left_main:hover p{
  color: #fff !important;
}

.news_main_right{
  width: 50%;
  overflow: auto;
  float: right;
}

.right_main_left {
  float: left;
  width: 12%;
  overflow: hidden;
  display: inline-block;
  border-right: 1px solid #dddddd;
  text-align: center;
}

.right_main_left .right_main_left_02 {
  font-size:16.31px;
  text-align: center;
  color: #9e9e9e ;
}

.right_main_left .right_main_left_01 {
  font-size: 34.95px;
  text-align: center;
  color: #b3b3b3;
  font-weight: 600;
}

.right_main_right{
  padding-left: 100px;
  line-height: 2;
}


.right_main_right p:first-child{
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 45px;

}

.right_main_right p{
  font-size: 15.13px;
  color: #8d8d8d;
}

.right_main_right_title{
  overflow: hidden;
}

.right_main_right_title p{
  float: left;

}
.right_main_right_title span{
  float: right;
  margin-top: 10px;
  color: #999999;
  font-size: 15.13px;
}
.news_main_right_main{
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}
.news_main_right_main:hover{
  background-color: #006eb4;
}


.news_main_right_main:hover p{
  color: #fff !important;
}


/* 页尾 */

.foot{
  background-color: #313131;
  overflow: hidden;
  margin-top: 50px;
}
.foot_main{
  max-width: 1400px;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
  border-bottom: 1px solid #3c5361;
  padding-bottom: 20px;
  
}

.foot_main p{
 color: #fff;
 line-height: 30px;
}
.foot_left p{
  display: inline-block;
  font-size: 14px;
}

.foot .foot_ch{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.foot_left{
  width: 15.7%; 
  font-size: 14px;
  float: left;
  line-height: 3;
}
.foot_left img{
  display: inline-block;
}


.foot_mid{
  float: left;
  margin-left: 80px;
}


.foot_mid li{
  line-height: 2;
  
}
.foot_mid li a{
  color: #fff;
}

.foot_wechat{
  float: left;
  margin-left: 10%;
}
.foot_wechat .foot_ch{
  display: block;
}
.wechat{
  font-size: 19.62px;
  text-align: center;
  padding-top: 5px;
  display: block;
}

.foot_right{
  float: right;
  width: 50%;
}
.foot_right form div{
  margin-top: 5px;
  width: 100%;
}
.foot_right form input[type=text]{
  width: 49.7%;
  height: 45px;
  outline: none;
  padding-left: 10px;
  
}



.foot_right form textarea{
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 5px;
  outline: none;
  padding-left: 10px;
  padding-top: 20px;
}

.foot_right form input[type=submit]{
  width: 100%;
  outline: none;
  background-color: #212161;
  border: 1px solid #fff;
  height: 45px;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}

.copy{
  background-color: #212161;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin: auto;
  line-height: 50px;
  text-align: center;
  
}

.copy a{
  color: #fff;
  margin-right: 10px;
}

/* 生产中心内页 */
.center{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}
.center_letf{
  float: left;
  overflow: hidden;
  width: 21.5%;
}
.center_left_title{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 10px 0 ;
  background-color: #004b82;
  width: 100%;
}

.center_left_nav{
  width: 100%;
  text-align: center;
}
.center_left_nav li{
  padding: 10px 0;
  font-size: 20px;
  border: 1px solid #002d42;
  margin: 10px 0;
}
.center_left_nav li:first-child{
  margin: 2px 0;
}
.center_left_nav li a{
  color: #000;
  height: 40px;
  line-height: 40px;
}
.center_left_contact{
	color:#fff}

.center_left_contact_title{
  color: #fff;
  background-color: #004b82;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

.center_left_contact_main{
  background: url(../images/center_02.png);
  width: 100%;
  height: 217px;
  padding-top: 10px;
  color:#fff;
}

.center_left_contact_main p{
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding-left: 20px;
}

.center_right{
  float: right;
  width: 76.5%;

}
.center_right_title{
  width: 100%;
  background-color: #e5e5e5;
  
}

.center_right_title p{
  width: 15.2%;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 10px 0;
  background-color: #004b82;
}
.center_right_main{
  width: 100%;
  overflow: hidden;
  
}
.center_right_main_01{
  float: left;
  width: 32%;
  border: 1px solid #a8a8a8;
  margin-right: 2%;
  margin-top: 20px;
}
.center_right_main_01:nth-child(3n){
  margin-right: 0;
}
.center_right_main_01 img{
  width: 100%;
}

.center_right_main_01 p{
  text-align: center;
  font-size: 18.08px;
  height: 40px;
  line-height: 40px;
}
.center_right_main_01 a{
  color: #000;
}

.details_01{
  width: 100%;
  overflow: hidden;
}

.details_01_left{
  float: left;
  width: 53%;
}
.details_01_left img{
  width: 100%;
}
.details_01_right{
  float: right;
  width: 45%;
}
.details_01_right_top{
  border-bottom: 1px solid #e5e5e5;
}
.details_01_right_top p{
  font-size:21.61px ;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
}

.details_01_right_mid{
  color: #757575;
  font-size: 16.21px;
  line-height: 3;
  margin-top: 10px;
}
.details_01_right_mid img{
	width:100%;
}
.details_01_right_bottom {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 60px;
}
.details_01_right_bottom img,.details_01_right_bottom p,.details_01_right_bottom a{
  display: inline-block;
  
}

.details_01_right_bottom p{
  margin-left: 5%;
  font-size: 16.21;
  color: #757575;
}
.details_01_right_bottom .tel{
  margin-left: 0;
  font-size: 21.61px;
  color: #ff0000;
  font-weight: 700;
}

.details_01_right_bottom a{
  text-align: center;
  background-color: #004b82;
  color: #fff;
  font-size: 15.31px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  width: 100px;
  margin-left: 20%;

}
.bread{
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 12% 5px;
}
.bread a{
  color: #000;
  height: 30px;
  line-height: 30px;
}

.details_02{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.details_02_title{
  width: 100%;
  background-color: #ededed;
  margin-bottom:20px
}
.details_02_title p{
  width: 35%;
  padding-left: 8%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15.31px;
  background-color: #004b82;
}

.details_02 table{
  width: 90%;
  margin: auto;
  border: 1px solid #dadada;
  margin-top: 20px;
}

.t_title{
  width: 100%;
  text-align: center;
  text-align: 15.31px;
  min-height: 40px;
  line-height: 40px;
  background-color: #e4e4e4;
  font-weight: 600;
  border: 1px solid #dadada;
}

.t_left{
  width: 35%;
  background-color: #f5f5f5;
  font-size: 16.21px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada;
  padding-left: 2%;
}

.t_right{
  width: 65%;
  border: 1px solid #dadada;
  padding-left: 2%;
}

.details_03{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.details_03_title{
  width: 100%;
  background-color: #ededed;
}

.details_03_title p{
  width: 35%;
  padding-left: 8%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15.31px;
  background-color: #004b82;
}

.details_03_main{
  margin-top: 20px;
  width: 100%;
}
.details_03_main_01{
  width: 49.5%;
  float: left;
  margin-right: 1%;
}
.details_03_main_01:nth-child(2n){
  margin-right: 0;
}
.details_03_main_01 img{
  width: 100%;
}

.details_03_main_01 p{
  width: 100%;
  padding: 10px 0;
  font-size: 17.11px;
  text-align: center;
}


.details_04{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.details_04_title{
  width: 100%;
  background-color: #ededed;
}

.details_04_title p{
  width: 35%;
  padding-left: 8%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15.31px;
  background-color: #004b82;
}

.details_04_main_01{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.d_04_main_01_left{
  display: inline-block;
  float: left;
  width: 60%;
}
.d_04_main_01_left img{
  width: 100%;
}
.d_04_main_01_right{
  float: right;
  width: 40%;
}
.d_04_main_01_right p{
  font-size: 12.61px;
  line-height: 3;
  
  padding-left: 5%;
}
.d_04_main_01_right p:nth-child(2n){
  padding-top: 20px;
}

.d_04_main_01_right  .main_01_right_title{
  font-size: 21.61px;
  line-height: 1.8;
  width: 100%;
  padding-left: 6%;
  border-bottom: 1px solid #e1e1e1;
}


.details_04_main_02{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.d_04_main_02_left{
  float: left;
  width: 40%;
}

.d_04_main_02_right{
  float: right;
  width: 60%;
}
.d_04_main_02_right img{
  width: 100%;
}
.d_04_main_02_left p{
  font-size: 12.61px;
  line-height: 3;
  
  padding-left: 5%;
}
.d_04_main_02_left p:nth-child(2n){
  padding-top: 20px;
}

.d_04_main_02_left  .main_02_left_title{
  font-size: 21.61px;
  line-height: 1.8;
  width: 100%;
  padding-left: 6%;
  border-bottom: 1px solid #e1e1e1;
}

.details_05{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.details_05_title{
  width: 100%;
  background-color: #ededed;
}

.details_05_title p{
  width: 35%;
  padding-left: 8%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 15.31px;
  background-color: #004b82;
}

.details_05_main{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.details_05_main_01{
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid #e5e5e5;
}
.details_05_main_01:nth-child(3n){
  margin-right: 0;
}

.details_05_main_01{
  text-align: center;
}
.details_05_main_pic img{
  width: 100%;
}
.details_05_main_bottom{
  padding: 5px 0;
}
.details_05_main_bottom p{
  float: left;
  color: #000;
}

.details_05_main_bottom img{
  float: right;
}


/* 关于我们内页 */
.aboutUS_01{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
}

.aboutUS_01_left{
  width: 50%;
  overflow: hidden;
  float: left;
}

.aboutUS_01_left .aboutUS_01_left_title{
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}

.aboutUS_01_left p{
  font-size: 20px;
  line-height: 1.5;
}

.aboutUS_01_right{
  float: right;
  width: 50%;
  overflow: hidden;
}
.aboutUS_01_right img{
  width: 100%;
}

.aboutUS_02{
  max-width: 1400px;
  overflow: hidden;
  margin: auto;
  background-color: #004b82;
  margin-top: 20px;
}

.aboutUs_02_left{
  float: left;
  width: 50%;
  overflow: hidden;
}

.aboutUs_02_left img{
  width: 100%;
}

.aboutUs_02_right{
  float: right;
  width: 50%;
  padding-top: 40px;
  padding-left: 2%;
  
}

.aboutUs_02_right .aboutUS_02_right_title{
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.aboutUs_02_right p{
  font-size: 18px;
  line-height: 3;
  color: #fff;
}

/* 荣誉资质 */
.honor{
  width: 100%;
  overflow: hidden;
  background-color: #ededed;
  margin-top: 20px;
}

.honor_title{
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.honor_title_ch{
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.honor_title_eng{
  display: block;
  font-size: 18px;
}

.honor_main{
  width: 78.1%;
  margin: auto;
  padding: 20px 0;
}
.honor_main .swiper-slide{
  width: 20%;
}
.honor_main .swiper-slide img{
  width: 100%;
}


.online{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.online_title{
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.online_title_ch{
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.online_title_eng{
  display: block;
  font-size: 18px;
}

.online_v{
  width: 73%;
  margin: auto;
  margin-top: 20px;
}
.online_v video{
  width: 100%;
}

/* 联系我们 */
.contentUs{
  width: 73%;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}

.contentUs_01{
  width: calc(100%/3);
  float: left;
  text-align: center;
}
.contentUs_01 div{
  height: 34px;
  line-height: 34px;
}

.contentUs_01_01{
  font-size: 18px;
  line-height: 2;
}
.contentUs_01_02{
  font-size: 22px;
  font-weight: 500;
}
.join_01_title{
  background: none;
}

/* 项目业绩 */
.achievement{
  width: 73%;
  margin: auto;
  overflow: hidden;
  margin-top: 20px;
}

.achievement_01{
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #b5b5b5;
}
.achievement_01:nth-child(4n){
  margin-right: 0;
}
.achievement_01 img{
  width: 100%;
}
.achievement_01 p{
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
/* 加入我们 */
.join{
  max-width: 1400px;
  margin: auto;
  margin-top: 20px;
}
.join_01{
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.join_01_title{
  background-color: #fff;
  width: 99.5%;
  overflow: hidden;
  margin: auto;
  margin-right: 0.5%;
  margin-top: 2px;
  border-radius: 5px;
  box-shadow: 10px 5px 10px #e0e0e0;
}
.join_01_title_left{
  float: left;
  background-color: #002438;
  color: #fff;
  font-size: 44.47px;
  padding:0 5px;
  border-radius: 10px;
  font-weight: 700;
}
.join_01_title_right{
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}
.join_01_title_right p:first-child{
  font-size: 12.97px;
  color: #6b6b6b;
}

.join_01_title_right:last-child{
  font-size: 18.53px;
  font-weight: 700;
  color: #000;
  text-align: right;
}

.join_01_main{
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  background-color: #f2f2f2;
  
}

.join_01_main_left{
  float: left;
  width: 48%;
  padding-left: 2%;
}

.join_01_main_right{
  float: right;
  width: 50%;
}
.join_01_main_right img{
  width: 100%; 
}

.join_main_title{
  font-size: 18.53px;
  font-weight: 600;
  border-left: 2px solid #000;
  padding-left: 8px;
  color: #000;
}

.join_01_main_left_01{
  font-size: 16.67px;
  line-height: 2;
  margin-top: 20px;
}

.join_01_main_left_02{
  margin-top: 40px;
}
.join_01_main_left_02{
  font-size: 16.67px;
  line-height: 2;
}

.join_02{
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  margin-top: 50px;
  background-color: #f2f2f2;
}

.join_02_main{
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.join_02_main_left{
  float: left;
  width: 50%;
}
.join_02_main_left img{
  width: 100%; 
}

.join_02_main_right{
  float: right;
  width: 48%;
  padding-left: 2%;
}



.join_main_title{
  font-size: 18.53px;
  font-weight: 600;
  border-left: 2px solid #000;
  padding-left: 8px;
  color: #000;
}

.join_02_main_right_01{
  font-size: 16.67px;
  line-height: 2;
  margin-top: 20px;
}

.join_02_main_right_02{
  margin-top: 40px;
}
.join_02_main_right_02{
  font-size: 16.67px;
  line-height: 2;
}


.banner_pic{
  width: 100%;
  overflow: hidden;
}
.banner_pic img{
  width: 100%;
}


/* 新闻资讯内页 */
.info {
  width: 100%;
  overflow: hidden;
}

.info_title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.info_main {
  max-width: 1600px;
  margin: auto;
  overflow: hidden;

}

.info_main_01 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px #eee solid;
}

.info_left {
  float: left;
  width: 25.8%;
}

.info_left img {
  width: 100%;
}

.info_right {
  float: right;
  width: 74%;
  padding-left: 20px;
}

.info_right_top {
  font-size: 18px;
  line-height: 50px;
  width: 99%;
  border-bottom: 1px #eee solid;
}

.info_right_date {
  font-size: 15px;
  line-height: 40px;
  color: #7f7f7f;
}

.info_right_main {
  line-height: 30px;
  font-size: 16px;
  color: #7f7f7f;
}

.info_right_button {
  margin-top: 20px;
  background-color: #00b9a7;
  width: 93px;
  height: 33px;
  line-height: 33px;
  text-align: center;

}

.info_right_button a {
  color: #fff;
}


/* 新闻详情 */
.news_d_title {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.news_d_info {
  text-align: center;
  color: #999;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-right: 0;
  margin: 10px 0;
  padding: 5px 0;
}

#art_content {
  word-break: break-all;
  font-size: 13px;
  padding: 0 0 10px 0;
  line-height: 2;
}

#art_content img {
  max-width: 920px;
  display:block;
  margin:auto;
}

.newshow {
  width: 100%;
  overflow: hidden;
}

.newshows {
  max-width: 1600px;
  margin: 20px auto 40px;
}


