/* 布局 */
.wrap{width: 100%; padding:0 20px; max-width:1400px; margin:0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}

@media screen and (max-width: 768px) {.mnone{display:none; }}
/* PC端隐藏 手机端显示 */
.pcnone{display: none;}
@media (max-width: 767px) {.pcnone{display: block !important;}}
/*产品导航居中 */
.nav_a{ margin-top:50px;}
.nav_a .list{ text-align:center;}
.nav_a .list li{ display:inline-block;margin-bottom:5px;}
.nav_a .list li .box{ margin:0 1px; padding:10px 5px; font-size:14px; color:#000; width:200px; text-align:center; border: solid #6f6f6f 0px; display:inline-block; border-radius:50px;background:#efefef;}
.nav_a .list li .box:hover{ background:#116aba; color:#fff;  border: solid #90fae8 0px; transition: ease .3s;}
.nav_a .list li .on{ background:#116aba; color:#fff;  border: solid #90fae8 0px; transition: ease .3s;}
@media all and (max-width:768px){/*1680 * 1050*/
.nav_a .list li .box{ margin:0 1px; padding:8px 5px; font-size:12px; color:#000; width:120px; text-align:center; border: solid #6f6f6f 0px; display:inline-block; border-radius:50px;background:#efefef;}  
}

/* 浮动 */
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.clearfix {
  clear: both;
}
/*--- 小标题 ---*/
.index_title {
  position: relative;
  height: 70px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.index_title h2 {
  float: left;
  color: #ededed;
  font-size: 36px;
  font-weight: bold;

}
.index_title h3 {
  float: left;
  padding: 15px 10px 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #116aba;
}
.index_title a.more-btn {
  position: absolute;
  top: 13px;
  right: 0;
  padding: 0 45px 0 34px;
  height: 35px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 5px;
  background: url("../image/more-arrow-on.png") no-repeat right 10px center #424848;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
}
.index_title a:hover.more-btn {
  border: 1px solid#18bc83;
  background: url("../image/more-arrow-on.png") no-repeat right 10px center #116aba;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
.case-tit.more-btn {
display: none
}
}
/*--- 首页产品 ---*/
.index_product_list {
  padding: 10px 0;
  overflow: hidden;
}
.index_product_list ul {
  padding-bottom: 20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.index_product_list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 4 - 40px);
}
.index_product_list li a {
  display: block;
  border: 2px solid #f0f0f0;
  background: #f0f0f0;
}
.index_product_list li .pic {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.index_product_list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.index_product_list li a:hover .pic img {
  transform: scale(1.05);
}
.index_product_list li .con {
  padding: 24px;
  background: url("../image/more-arrow.png") no-repeat right 24px bottom 28px;
}
.index_product_list li .con h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_product_list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index_product_list li a:hover {
  border: 1px solid #eeeeee;
  background: #116aba;
  box-shadow: 0 8px 24px rgba(237,108,0,0.1);
}
.index_product_list li a:hover h4, .index_product_list li a:hover p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .index_product_list {
    padding: 40px 0;
  }
  .index_product_list ul {
    width: auto;
  }
  .index_product_list li {
    margin: 0 0 16px 0;
    width: 50%;
    box-sizing: border-box;
  }
  .index_product_list li:nth-of-type(odd) {
    padding-right: 8px;
  }
  .index_product_list li:nth-of-type(even) {
    padding-left: 8px;
  }
  .index_product_list li .pic {
    width: auto;
    height: auto;
  }
  .index_product_list li .con {
    padding: 16px;
    background: none;
  }
  .index_product_list li .con h4 {
    font-size: 15px;
  }
  .index_product_list li .con p {
    padding-top: 8px;
    -webkit-line-clamp: 2;
  }
}
/* 首页简介 */
.index_about {
  padding: 100px 0;
  background-position: center top;
  background-size: cover;
}

.index_about_intro {
  float: left;
  width: 48.5%;
}
.index_about_tit {
  padding-top: 18px;
}
.index_about_tit h2 {
  font-family: "PFDinTextPro-Light";
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.index_about_tit h3 {
  font-size: 28px;
  color: #116aba; 
}
.index_about_con {
  padding: 40px 0;
  font-size: 15px;
  line-height: 36px;
}
.index_about_con p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index_about_btm {
  padding-top: 8px;
}
.index_about_btm a.more-btn {
  display: inline-block;
  padding: 0 80px 0 40px;
  height: 48px;
  border-radius: 24px 0 24px 0;
  background: url("../image/more-arrow-on.png") no-repeat right 40px center #116aba;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  font-size: 14px;
  color: #fff;
  line-height: 48px;
}
.index_about_btm a:hover.more-btn {
  box-shadow: 0 4px 16px #eeeeee;
}

.index_about_pic {
  float: right;
  width: 45.5%;
  padding-top: 18px;

}
.index_about_pic img {
  width: 100%;border-radius: 20px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .index_about {
    padding: 48px 0;
  }

  .index_about_intro {
    float: none;
    width: auto;
  }
  .index_about_tit {
    padding-top: 0;
  }
  .index_about_tit h2 {
    font-size: 40px;
  }
  .index_about_tit h3 {
    font-size: 20px;
  }
  .index_about_con {
    padding: 24px 0;
    line-height: 200%;
  }
  .index_about_con p {
    -webkit-line-clamp: 6;
  }
  .index_about_btm a.more-btn {
    padding: 0 64px 0 32px;
    height: 40px;
    border-radius: 20px 0 20px 0;
    background: url("../image/more-arrow-on.png") no-repeat right 32px center #116aba;
    line-height: 40px;
  }

  .index_about_pic {
    display: none1;  width: 100%;border-radius: 20px;padding-top:30px
  }
}
/* 首页为什么选择我们3个小图标 */
.index_why {
  padding:20px 0;
  background-position: center top;
  background-size: cover;
}
.index_why_tit {
  padding-bottom: 80px;

}
.index_why_tit h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align:center
}
.index_why_tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #fff;
}
.index_why_list {
  padding: 50px 20px;
  overflow: hidden;
}
.index_why_list li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.index_why_list li i {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  background-color: #ffffff;
}
.index_why_list li i.ico-1 {
  background-image: url("../image/why1.jpg");
}
.index_why_list li i.ico-2 {
  background-image: url("../image/why2.jpg");
}
.index_why_list li i.ico-3 {
  background-image: url("../image/why3.jpg");
}
.index_why_list li h4 {
  padding-top: 30px;
  font-size:28px;color: #fff;
}
.index_why_list li p {
  font-size: 16px;color: #fff;padding: 30px 50px 30px 50px;width: 100%; line-height: 30px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .index_why {
    padding: 40px 0;
  }

  .index_why_tit {
    padding-bottom: 40px;
  }
  .index_why_tit h3 {
    font-size: 28px;
  }
  .index_why_tit p {
    padding-top: 16px;
  }
  .index_why_list {
    padding: 48px 20px;
  }
  .index_why_list li {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .index_why_list li i {
    width: 64px;
    height: 64px;
    background-size: 28px;
  }
  .index_why_list li h4 {
    padding-top: 12px;
    font-size: 24px;
  }
  .index_why_list li p {
    padding-top: 4px;
    font-size: 16px;
  }
}

/* 首页实力4个数据 */
.index_state{box-shadow: 0 0 20px rgba(0,0,0,.01);margin:0px 0;}
.index_state .list{overflow:hidden;padding-top:30px;}
.index_state .list > li{float:left;width:25%;padding-bottom:30px;}
.index_state .list > li .box{text-align:center;}
.index_state .list > li .box .p1{font-size:60px;color:#116aba;font-weight:bold}
.index_state .list > li .box p i{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;font-size:14px;font-style:normal;line-height:2em;vertical-align:top}
.index_state .list > li .box .p2{color:#000000;font-size:18px;font-weight:bold}
.index_state .list > li .box .p3{ margin-bottom:10px; width:25px; height:3px; background:#116aba; display:inline-block;}
.br{border-right:1px solid #dddddd;}
@media (max-width: 1024px) {
.index_state{position:unset;margin-top:0px;}
}
@media (max-width: 600px) {
.state .list > li{width:50%;}
}
/* 内页实力4个数据 */
.staten{box-shadow: 0 0 20px rgba(0,0,0,.01);margin:0px 0;}
.staten .list{overflow:hidden;padding-top:70px;padding-bottom:50px;}
.staten .list > li{float:left;width:25%;padding-bottom:30px;}
.staten .list > li .box{text-align:center;}
.staten .list > li .box .p1{font-size:60px;color:#ffffff;font-weight:bold}
.staten .list > li .box p i{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;font-size:14px;font-style:normal;line-height:2em;vertical-align:top}
.staten .list > li .box .p2{color:#ffffff;font-size:18px;font-weight:bold}
.staten .list > li .box .p3{ margin-bottom:10px; width:25px; height:3px; background:#ffffff; display:inline-block;}
.br{border-right:1px solid #dddddd;}
@media (max-width: 1024px) {
{height:auto;padding-bottom:30px;}
.intro .font{float:none;max-width:none;}
.intro .font .h1{text-align:center;}
.intro .btn {text-align:center;margin-bottom:50px;}
.intro .pic{float:none;text-align:center;}
.index_state{position:unset;margin-top:0px;}
}
@media (max-width: 600px) {
.index_state .list > li{width:50%;}
}
/* ---------- 首页案例 ---------- */
.index_case {
  padding: 70px 0 50px;
}

.index_case_tit {
  overflow: hidden;
}
.index_case_tit h2 {
  float: left;
  font-size: 28px;
  color: #00ac68;
}
.index_case_tit h3 {
  float: left;
  padding: 16px 0 0 16px;
  font-family: "PFDinTextPro-Light";
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.index_case_tit a.more-btn {
  float: right;
  margin-top: 15px;
  padding-right: 24px;
  height: 19px;
  background: url("../image/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #999;
  line-height: 19px;
}
.index_case_tit a:hover.more-btn {
  color: #00ad69;
}

.index_case_con {
  padding-top: 40px;
  overflow: hidden;
}
.index_case_con ul {
  width: calc(100% + 20px);
}
.index_case_con li {
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
  width: calc(50% - 20px);
  overflow: hidden;
}
.index_case_con li img {
  width: 100%; border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.index_case_con li a:hover img {
  transform: scale(1.05);border-radius: 10px;
}
.index_case_con li .tit {
  position: absolute;
  top: 48px;
  left: 48px;
}
.index_case_con li .tit h4 {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
}
.index_case_con li .tit h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 3px;
  background: #febd00;
  content: "";
}
.index_case_con li .tit h5 {
  padding-top: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.index_case_con li:nth-of-type(n+2) {
  width: calc(25% - 20px);
}
.index_case_con li:nth-of-type(n+2) .tit {
  position: absolute;
  top: 28px;
  left: 28px;
}
.index_case_con li:nth-of-type(n+2) .tit h4 {
  padding-bottom: 16px;
  font-size: 20px;
}
.index_case_con li:nth-of-type(n+2) .tit h5 {
  padding-top: 12px;
  font-size: 14px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .index_case {
    padding: 48px 0 32px;
  }

  .index_case_tit h2 {
    font-size: 20px;
  }
  .index_case_tit h3 {
    padding: 10px 0 0 10px;
    font-size: 15px;
  }
  .index_case_tit a.more-btn {
    margin-top: 5px;
  }

  .index_case_con {
    padding-top: 24px;
  }
  .index_case_con ul {
    width: calc(100% + 16px);
  }
  .index_case_con li {
    margin: 0 16px 16px 0;
    width: 100%;
  }
  .index_case_con li .tit {
    top: 24px;
    left: 24px;
  }
  .index_case_con li .tit h4 {
    padding-bottom: 16px;
    font-size: 20px;
  }
  .index_case_con li .tit h4:after {
    width: 20px;
    height: 2px;
  }
  .index_case_con li .tit h5 {
    padding-top: 12px;
    font-size: 14px;
  }
  .index_case_con li:nth-of-type(n+2) {
    width: calc(50% - 16px);
  }
  .index_case_con li:nth-of-type(n+2) .tit {
    top: 16px;
    left: 16px;
  }
  .index_case_con li:nth-of-type(n+2) .tit h4 {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .index_case_con li:nth-of-type(n+2) .tit h5 {
    padding-top: 8px;
    font-size: 12px;
  }
}

/* 首页新闻 */
.index_news {
  padding: 60px 0px 80px 0px;
  background: #fafafa;
}

.index_news_tit {
  position: relative;
  height: 49px;
  border-bottom: 1px solid #eaeaea;
}
.index_news_tit h2 {
  float: left;
  height: 48px;
  border-bottom: 2px solid #0998e0;
  font-family: "Montserrat-Regular";
  font-size: 24px;
  color: #333;
}
.index_news_tit h3 {
  float: left;
  padding: 10px 0 0 16px;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}
.index_news_tit a.more-btn {
  position: absolute;
  top: 11px;
  right: 0;
  padding-right: 16px;
  background: url("../img/more-arrow.png") no-repeat right center;
  font-size: 14px;
  color: #bbb;
}
.index_news_tit a:hover.more-btn {
  color: #888;
}

.index_news_con {
  padding-top: 50px;
  overflow: hidden;
}

.index_news_pic {
  float: left;
  position: relative;
  width: 48.5%;
  height: 360px;
  overflow: hidden;
}
.index_news_pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.index_news_pic a:hover img {
  transform: scale(1.05);
}
.index_news_pic .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  padding: 32px 40px;
  color: #fff;
}
.index_news_pic .date {
  float: left;
  font-family: "Montserrat-Regular";
}
.index_news_pic .day {
  display: block;
  font-size: 22px;
}
.index_news_pic .year {
  display: block;
  padding-top: 4px;
  font-size: 14px;
}
.index_news_pic .con {
  float: right;
  position: relative;
  padding-left: 24px;
  width: calc(100% - 88px);
  box-sizing: border-box;
}
.index_news_pic .con:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 3px;
  width: 1px;
  background: rgba(255,255,255,0.4);
  content: "";
}
.index_news_pic .con h4 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news_pic .con p {
  padding-top: 12px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_news_list {
  float: right;
  width: 48.5%;
}
.index_news_list li {
  margin-bottom: 15px;
  padding: 27px 40px;
  height: 110px;
  background: #fff;
  overflow: hidden;
}
.index_news_list li:last-child {
  margin-bottom: 0;
}
.index_news_list li .date {
	
  border: 0px solid #eaeaea;
  padding: 0px;
  float: left;
  font-family: "Montserrat-Regular";
}
.index_news_list li .day {
  display: block;
  font-size: 22px;
  color: #116aba;
}
.index_news_list li .year {
  display: block;
  padding-top: 4px;
  font-size: 16px;
  color: #999;font-weight:bold
}
.index_news_list li .con {
  float: right;
  position: relative;
  padding-left: 24px;
  width: calc(100% - 88px);
  box-sizing: border-box;
}
.index_news_list li .con:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 3px;
  width: 1px;
  background: #eaeaea;
  content: "";
}
.index_news_list li .con h4 {
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news_list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .index_news {
    padding: 60px 0;
  }

  .index_news_tit {
    height: 39px;
  }
  .index_news_tit h2 {
    height: 38px;
    font-size: 20px;
  }
  .index_news_tit h3 {
    padding: 8px 0 0 8px;
    font-size: 14px;
  }
  .index_news_tit a.more-btn {
    top: 7px;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .index_news_con {
    padding-top: 32px;
  }

  .index_news_pic {
    float: none;
    margin-bottom: 20px;
    width: auto;
    height: auto;
  }
  .index_news_pic .mask {
    padding: 16px 20px;
  }
  .index_news_pic .date {
    padding-top: 2px;
  }
  .index_news_pic .day {
    font-size: 18px;
  }
  .index_news_pic .year {
    padding-top: 2px;
  }
  .index_news_pic .con {
    padding-left: 16px;
    width: calc(100% - 68px);
  }
  .index_news_pic .con h4 {
    font-size: 16px;
  }
  .index_news_pic .con p {
    padding-top: 8px;
  }

  .index_news_list {
    float: none;
    width: auto;
  }
  .index_news_list li {
    margin-bottom: 10px;
    padding: 16px 20px;
    height: auto;
  }
  .index_news_list li .date {
    padding-top: 2px;
  }
  .index_news_list li .day {
    font-size: 18px;
  }
  .index_news_list li .year {
    padding-top: 2px;
  }
  .index_news_list li .con {
    padding-left: 16px;
    width: calc(100% - 68px);
  }
  .index_news_list li .con h4 {
    font-size: 16px;
  }
  .index_news_list li .con p {
    padding-top: 8px;
  }
}

/* ---------- 底部版权 ---------- */

footer {
  background: #282c35;
  color: #b8becc;
}
footer a {
  color: #b8becc;
}
footer a:hover {
  color: #fff;
}

.footer-con {
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-sns {
  float: left;
  position: relative;
  width: 20%;
}
.footer-sns a {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.1);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-sns a.weixin {
  background-image: url("../image/weixin-ico.png");
}
.footer-sns a.weibo {
  background-image: url("../image/weibo-ico.png");
}
.footer-sns a:hover {
  background-color: rgba(255,255,255,0.4);
}
.footer-sns .weixin-qrcode {
  display: none;
	position: absolute;
	top: 56px;
	left: 0;
	background: #fff;
	width: 120px;
}
.footer-sns .weixin-qrcode:before {
	position: absolute;
	top: -6px;
	left: 14px;
	width: 12px;
	height: 6px;
	background: url("../image/footer-popup-arrow.png");
  content: "";
}
.footer-sns .weixin-qrcode img {
  width: 100%;
}
.footer-nav {
  float: left;
  width: 56%;
  overflow: hidden;
}
.footer-nav .item {
  float: left;
  width: 20%;
}
.footer-nav .item h4 {
  font-size: 18px;
  font-weight: normal;
}
.footer-nav .item h4 a {
  color: #fff;
}
.footer-nav .item ul {
  padding-top: 12px;
}
.footer-nav .item li {
  font-size: 14px;
  line-height: 28px;
}
.footer-contact {
  float: right;
}
.footer-tel h4 {
  padding-left: 32px;
  background: url("../image/footer-tel-ico.png") no-repeat left center;
  font-family: "DIN-Light";
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.footer-tel p {
  padding-top: 4px;
  font-size: 13px;
  text-align: right;
}
.footer-mail {
  padding-top: 64px;
  text-align: right;
}

.footer-btm {
  padding: 30px 0 30px;
  font-size: 13px;
  line-height: 24px;
}
.footer-btm .copyright {
  float: left;
}
.footer-btm .beian {
  float: right;
}
.footer-btm .beian span {
  padding-left: 12px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .footer-con {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .footer-sns {
    float: none;
    position: relative;
    width: auto;
    text-align: center;
  }
  .footer-sns a {
    margin: 0 10px;
  }
  .footer-sns .weixin-qrcode {
    display: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-sns .weixin-qrcode:before {
    left: 24px;
  }
  .footer-sns .weixin-qrcode img {
    width: 100%;
  }
  .footer-nav {
    float: none;
    padding: 28px 0;
    width: auto;
  }
  .footer-nav .item {
    width: 33.33%;
  }
  .footer-nav .item h4 a {
    display: block;
    color: #fff;
    line-height: 44px;
    text-align: center;
  }
  .footer-nav .item ul {
    display: none;
  }
  .footer-contact {
    float: none;
    text-align: center;
  }
  .footer-tel h4 {
    display: inline-block;
  }
  .footer-tel p {
    padding-top: 4px;
    font-size: 13px;
    text-align: center;
  }
  .footer-mail {
    padding-top: 32px;
    text-align: center;
  }

  .footer-btm {
    padding: 24px 0 48px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .footer-btm .copyright {
    float: none;
  }
  .footer-btm .beian {
    float: none;
    padding-top: 8px;
  }
  .footer-btm .beian span {
    display: block;
    padding-left: 0;
  }
}
