/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  background-color: #f1f1f1;
  line-height: 36px;
  font-size: 12px;
  color: #999;
}
.topbox a {
  color: #999;
  margin: 0 15px;
}
.topbox a:last-child{
  margin: 0 0 0 15px;
}
.topbox a:hover {
  color: #ee9a36 !important;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 24px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
  width: 655px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  padding-top: 12px;
}
.search{
  width: 232px;
  float: left;
  border: 1px solid #8f8f8f;
  border-radius: 3px;
  overflow: hidden;
}
.search_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.search_btn{
  width: 40px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat left center;
}
.header_dianhua {
  float: right;
  margin-left: 20px;
  line-height: 20px;
  color: #131313;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 52px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 24px;
  color: #129acc;
  font-weight: bold;
  font-style: oblique;
  padding-right: 5px;
}

/* 导航 */
nav {
  background-color: #129acc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  border-left: 1px solid #2caddd;
}
.nav>li{
  width: 12.5%;
  float: left;
  position: relative;
  border-right: 1px solid #2caddd;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #ee9a36;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(18,154,204,0.95);
  padding-top: 3px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #ee9a36;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #ee9a36;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ee9a36;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.cpzs{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background-image: linear-gradient(#fff,#f2f2f2);
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
  line-height: 44px;
  font-size: 36px;
  color: #129acc;
  font-weight: bold;
  background-image: url(../images/title_heng1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.cpzs_sp{
  line-height: 22px;
  margin-top: 10px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.cpzs_nav>li{
  width: 164px;
  float: left;
  margin: 0 5px 5px 5px;
}
.cpzs_nav>li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #e4e4e4;
  font-size: 16px;
  color: #666;
}
.cpzs_nav>li>a:hover,
.cpzs_nav>li.cpzs_active>a{
  background-color: #129acc;
  color: #fff;
}
.cpzs_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.cpzs_contect>div{display: none;}
.cpzs_contect>div:first-child{display: block;}
.cpzs_ul{
  display: block;
  overflow: hidden;
  width: 1220px;
}
.cpzs_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzs_ul li .cpzs_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  position: relative;
}
.cpzs_ul li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 82.80702%;
}
.cpzs_ul li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: url(../images/case_txt_bj.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 1px;
}
.cpzs_ul li:hover .cpzs_img{
  border-color: #129acc;
}
.cpzs_ul li:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul li:hover .cpzs_txt{
  background: #129acc;
  color: #fff;
}
.cpzs_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
}
.cpzs_more>a{
  width: 196px;
  float: left;
  height: 54px;
  line-height: 44px;
  background-color: #f3f3f3;
  border: 3px solid #129acc;
  padding: 2px;
  border-radius: 27px;
  font-size: 14px;
  color: #129acc;
  padding-left: 20px;
}
.cpzs_more>a>span{
  width: 44px;
  float: right;
  height: 44px;
  border-radius: 50%;
  background: url(../images/jiantou1.png) no-repeat center center #129acc;
}
.cpzs_more>a:hover{
  background-color: #129acc;
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
}
.gsjj .cpzs_p{
  background-image: url(../images/title_heng2.png);
}
.gsjj .cpzs_p,
.gsjj .cpzs_sp{
  color: #fff;
}
.gsjj_title{
  width: calc(56% - 30px);
  float: left;
  background: url(../images/gsjj_heng.png) no-repeat right center;
  margin-left: 10px;
  border-left: 3px solid #fff;
  padding: 0 0 8px 20px;
  color: #fff;
  line-height: 28px;
  margin-top: 25px;
}
.gsjj_p{
  font-size: 24px;
  font-weight: bold;
}
.gsjj_sp{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.gsjj_contect{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #fff;
  padding: 0 6px 0 0;
  position: relative;
}
.gsjj_contect::before{
  content: "";
  width: 3px;
  float: left;
  height: 50px;
  background-color: #129acc;
  position: absolute;
  left: 10px;
  top: 0;
}
.gsjj_img{
  width: 44%;
  float: left;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  margin-top: -72px;
}
.gsjj_txt{
  width: 56%;
  float: left;
  padding: 0 15px 0 30px;
  margin: 22px 0;
  height: 210px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-indent: 2em;
  overflow: hidden;
  text-overflow:ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;

}
.gsjj .cpzs_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.gsjj .cpzs_more>a{
  width: 196px;
  float: left;
  height: 54px;
  line-height: 44px;
  background-color: rgba(255,255,255,0);
  border: 3px solid #fff;
  padding: 2px;
  border-radius: 27px;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
}
.gsjj .cpzs_more>a>span{
  width: 44px;
  float: right;
  height: 44px;
  border-radius: 50%;
  background: url(../images/jiantou2.png) no-repeat center center #fff;
}
.gsjj .cpzs_more>a:hover{
  background-color: rgba(255,255,255,1);
  color: #129acc;
}

.qua{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background-image: linear-gradient(#f1f1f1,#fff);
}
.qua-imgbox{
  margin-top: 30px;
}
.qua-imgbox .qua_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #d2d2d2;
}
.qua-imgbox .qua_img::before{
  content: "";
  display: block;
  padding-top: 67.5258%;
}
.qua-imgbox .qua_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #e4e4e4;
  margin-top: 1px;
  font-size: 16px;
  color: #666;
}
.qua-imgbox .swiper-slide:hover .qua_img img{
  transform: scale(1.1);
}
.qua-imgbox .swiper-slide:hover .qua_txt{
  background-color: #129acc;
  color: #fff;
}
.qua .cpzs_more{
  padding-top: 30px;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
}
.case_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.case_nav>li{
  width: 164px;
  float: left;
  margin: 0 5px 5px 5px;
}
.case_nav>li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #e4e4e4;
  font-size: 16px;
  color: #666;
}
.case_nav>li>a:hover,
.case_nav>li.cpzs_active>a{
  background-color: #129acc;
  color: #fff;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.case_contect>div{display: none;}
.case_contect>div:first-child{display: block;}
.case_ul{
  display: block;
  overflow: hidden;
  width: 1220px;
}
.case_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.case_ul li .case_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  position: relative;
}
.case_ul li .case_img::before{
  content: "";
  display: block;
  padding-top: 82.80702%;
}
.case_ul li .case_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: url(../images/case_txt_bj.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 1px;
}
.case_ul li:hover .case_img{
  border-color: #129acc;
}
.case_ul li:hover .case_img img{
  transform: scale(1.1);
}
.case_ul li:hover .case_txt{
  background: #129acc;
  color: #fff;
}
.case .cpzs_more{
  padding-top: 16px;
}

.cons{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background: url(../images/cons_bj.jpg) no-repeat center center;
  background-size: cover;
}
.cons .cpzs_p{
  background-image: url(../images/title_heng2.png);
}
.cons .cpzs_p,
.cons .cpzs_sp{
  color: #fff;
}
.cons_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 1232px;
  margin: 30px 0 0 -16px;
}
.cons_ul li{
  width: 276px;
  float: left;
  margin: 0 32px 0 0;
  overflow: hidden;
  position: relative;
  background: url(../images/cons_li.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}
.cons_ul li::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cons_ul li>a{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cons_ul li>a .cons_p{
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #129acc;
  font-weight: bold;
}
.cons_ul li>a .cons_icon{
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 76px;
  margin: 20px 0 15px 0;
}
.cons_ul li>a .cons_txt{
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.cons_ul li:nth-child(5),
.cons_ul li:nth-child(6),
.cons_ul li:nth-child(7){
  margin-top: -130px;
  z-index: 1;
}
.cons_ul li>a:hover .cons_icon img{
  transform: rotateY(360deg);
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background-image: linear-gradient(#f2f2f2,#fff);
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.news_left{
  width: 30.25%;
  float: left;
}
.com_title{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.com_title>span{
  float: left;
  font-size: 24px;
  color: #129acc;
  margin-right: 5px;
}
.com_ul{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.com_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 4px solid #dbdbdb;
  margin-bottom: 24px;
}
.com_ul li .com_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.com_ul li .com_p>span{
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #129acc;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}
.com_ul li .com_B{
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.com_ul li .com_B>span{
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ee9a36;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}
.com_ul li .com_B .com_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin-top: 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.com_ul li:last-child{margin: 0;}

.news_right{
  width: 66%;
  float: right;
  border: 1px solid #e7e7e7;
}
.news_nav{
  display: block;
  overflow: hidden;
}
.news_nav li{
  width: 50%;
  float: left;
}
.news_nav li:first-child{
  border-right: 1px solid #e7e7e7;
}
.news_nav li>a{
  display: block;
  overflow: hidden;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background-color: #dbdbdb;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.news_nav li>a:hover,
.news_nav li.news_active>a{
  background-color: #129acc;
  color: #fff;
}
.news_box{
  display: block;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #e7e7e7;
}
.news_box>div{display: none;}
.news_box>div:first-child{display: block;}
.news_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.news_dl dt{
  width: 100%;
  float: left;
  padding-bottom: 30px;
  border-bottom: 1px dotted #333;
}
.news_dl dt>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_dl dt>a .news_img{
  width: 214px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_dl dt>a .news_R{
  width: calc(100% - 214px);
  float: left;
  padding: 15px 0 15px 25px;
}
.news_dl dt>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_dl dt>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin: 15px 0;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_dl dt>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.news_dl dt>a:hover .news_img img{
  transform: scale(1.1);
}
.news_dl dt>a:hover .news_R .news_p{
  color: #129acc;
}
.news_dl dd{
  width: 49%;
  float: left;
  margin-top: 25px;
  height: 24px;
  line-height: 24px;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_dl dd>a{
  font-size: 16px;
  color: #333;
}
.news_dl dd>a:hover{
  color: #129acc;
  text-decoration: underline;
}
.news .cpzs_more{
  padding-top: 38px;
}
/*END-首页*/

/* 底部 */
footer {
  background: #222;
}
.link{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #515151;
  color: #999;
}
.link>span{
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.link>a{
  color: #999;
  margin: 0 10px;
}
.link>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
}
.footer_left{
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_B{
  float: left;
  border-right: 1px solid #515151;
  padding-right: 40px;
  margin-right: 40px;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
.footer_ul li>a{
  color: #999;
  font-size: 12px;
}
.footer_ul li>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_right{
  width: 36%;
  float: right;
}
.footer_contect{
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.footer_contect>img{
  width: 110px;
  float: right;
  height: 110px;
  margin-top: 4px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #434343;
  text-align: center;
  line-height: 22px;
  padding: 10px 0;
  color: #999;
  font-size: 12px;
}
.copyright a{
  color: #999;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 55px 0;
}
.main_left{
	width: 282px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 40px;
}
.about_title{
	display: block;
	overflow: hidden;
	background-color: #129acc;
  padding: 27px 0 27px 30px;
  color: #fff;
}
.about_sub{
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 72px;
  text-transform: uppercase;
  margin-right: 10px;
}
.about_p{
  line-height: 34px;
  font-size: 28px;
  font-weight: bold;
}
.about_sp{
  line-height: 24px;
  font-size: 20px;
  text-transform: uppercase;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 8px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  background-color: #eee;
  text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #212121;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #ee9a36;
	color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  padding-top: 6px;
}
.about_B>img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  padding: 10px;
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.main_right{
	width: 895px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 22px;
  padding-bottom: 10px;
	border-bottom: 3px solid #d3d3d3;
}
.dqwz_p{
  float: left;
  font-size: 18px;
  color: #222;
}
.dqwz_nav{
  float: right;
  font-size: 12px;
  color: #5f5f5f;
}
.dqwz_nav>span{
  color: #129acc;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 35px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
/* END-关于我们 */

/* 产品展示/案例展示/公司资质 */
.cpzs_ul1{
  display: block;
  overflow: hidden;
  width: 915px;
}
.cpzs_ul1 li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzs_ul1 li .cpzs_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  position: relative;
}
.cpzs_ul1 li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 82.80702%;
}
.cpzs_ul1 li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: url(../images/case_txt_bj.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 1px;
}
.cpzs_ul1 li:hover .cpzs_img{
  border-color: #129acc;
}
.cpzs_ul1 li:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul1 li:hover .cpzs_txt{
  background: #129acc;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-top: 10px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  border: 1px solid #ccc;
}
/* END-产品展示/案例展示/公司资质 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #333;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li>a .news_img{
  width: 214px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .news_R{
  width: calc(100% - 214px);
  float: left;
  padding: 15px 0 15px 25px;
}
.xw_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin: 15px 0;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.xw_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.xw_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .news_R .news_p{
  color: #129acc;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  border: 1px solid #ccc;
}
/* End-新闻资讯 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 头部 */
.logo > a {
  width: 505px;
}
.header_R {
  padding-top: 6px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 40px 0;
}
.cpzs_nav>li {
  width: 15.6666%;
  margin: 0 0.5% 5px 0.5%;
}   
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.gsjj {
  padding: 40px 0;
}
.qua {
  padding: 40px 0;
}

.case {
  padding: 40px 0;
}
.case_nav>li {
  width: 15.6666%;
  margin: 0 0.5% 5px 0.5%;
}
.case_ul {
  width: 102%;
  margin-left: -1%;
}
.case_ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.cons {
  padding: 40px 0;
}
.cons_ul {
  width: 102%;
  margin: 30px 0 0 -1%;
}
.cons_ul li {
  width: 23%;
  margin: 0 1%;
}
.cons_ul li:nth-child(5),
.cons_ul li:nth-child(6),
.cons_ul li:nth-child(7) {
  margin-top: -105px;
}

.news {
  padding: 40px 0;
}
/* END-首页 */

/* 底部 */
.footer_B {
  padding-right: 30px;
  margin-right: 30px;
}
.footer_right {
  width: 40%;
  float: right;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.about{
  margin-bottom: 30px;
}
.about_title {
  padding: 20px 0 20px 20px;
}
.about_p {
  line-height: 30px;
  font-size: 24px;
}
.about_sp {
  line-height: 20px;
  font-size: 16px;
}
.main_right{
	width: 74%;
}
.dqwz_contect{
  padding-top: 25px;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1 {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul1 li {
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
/* END-产品展示 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #ee9a36;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.logo > a {
  width: 655px;
}
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #129acc;
  border: none;
}
.nav>li{
  width: 100%;
  height: 9%;
  border: none;
  border-bottom: 1px solid #ccc;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 30px 0;
}
.cpzs_nav {
  padding-top: 20px;
}
.cpzs_nav>li {
  width: 19%;
}
.cpzs_contect {
  padding-top: 20px;
}
.cpzs_ul li .cpzs_txt {
  height: 40px;
  line-height: 40px;
}

.gsjj {
  padding: 30px 0;
}
.qua {
  padding: 30px 0;
}
.qua-imgbox {
  margin-top: 20px;
}
.qua .cpzs_more {
  padding-top: 20px;
}

.case {
  padding: 30px 0;
}
.case_nav {
  padding-top: 20px;
}
.case_nav>li {
  width: 19%;
}
.case_contect {
  padding-top: 20px;
}
.case_ul li .case_txt {
  height: 40px;
  line-height: 40px;
}

.cons {
  padding: 30px 0;
}
.cons_ul li>a .cons_icon {
  height: 40px;
  margin: 5px 0;
}

.cons_ul li:nth-child(5),
.cons_ul li:nth-child(6),
.cons_ul li:nth-child(7) {
  margin-top: -70px;
}

.news {
  padding: 30px 0;
}
.news_left {
  width: 32.25%;
}
.com_title {
  font-size: 14px;
}
.com_title>span {
  font-size: 20px;
}
.com_ul {
  padding-top: 15px;
}
.com_ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news_nav li>a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.news_box {
  padding: 15px;
}
.news_dl dt {
  padding-bottom: 20px;
}
.news_dl dt>a .news_img {
  width: 180px;
}
.news_dl dt>a .news_R {
  width: calc(100% - 180px);
  padding: 10px 0 10px 15px;
}
.news_dl dt>a .news_R .news_txt {
  margin: 5px 0;
}
.news_dl dd {
  margin-top: 15px;
}
.news .cpzs_more {
  padding-top: 20px;
}
/* END-首页 */

/* 底部 */
.footer_B {
  padding-right: 15px;
  margin-right: 15px;
}

/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.about{
  margin-bottom: 20px;
}
.about_title {
  padding: 10px 0 10px 10px;
}
.about_sub {
  height: 50px;
  line-height: 50px;
  font-size: 60px;
  margin-right: 5px;
}
.main_right{
	width: 69%;
}
.dqwz_contect{
  padding-top: 15px;
}
/* END-关于我们 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_p {
  line-height: 30px;
  font-size: 20px;
}
.cpzs_sp {
  line-height: 18px;
  margin-top: 0;
  font-size: 14px;
}
.cpzs_nav {
  padding-top: 10px;
}
.cpzs_nav>li {
  width: 32.3333%;
}
.cpzs_nav>li>a {
  height: 38px;
  line-height: 38px;
}
.cpzs_contect {
  padding-top: 10px;
}
.cpzs_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzs_more {
  padding-top: 5px;
}
.cpzs_more>a {
  width: 160px;
  height: 44px;
  line-height: 36px;
  border: 2px solid #129acc;
  border-radius: 22px;
  padding-left: 15px;
}
.cpzs_more>a>span {
  width: 36px;
  height: 36px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  padding: 0;
  margin-top: 10px;
}

.gsjj_img {
  width: 100%;
  margin-top: 0;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.gsjj_txt {
  width: 100%;
  padding: 0 10px;
  margin: 10px 0;
  height: auto;
  line-height: 22px;
  -webkit-line-clamp: initial;
}
.gsjj .cpzs_more {
  padding-top: 10px;
}
.gsjj .cpzs_more>a {
  width: 160px;
  height: 44px;
  line-height: 36px;
  border-radius: 22px;
  padding-left: 15px;
  border-width: 2px;
}
.gsjj .cpzs_more>a>span {
  width: 36px;
  height: 36px;
}

.qua {
  padding: 10px 0;
}
.qua-imgbox {
  margin-top: 10px;
}
.qua-imgbox .qua_txt {
  height: 40px;
  line-height: 40px;
}
.qua .cpzs_more {
  padding-top: 10px;
}

.case {
  padding: 10px 0;
}
.case_nav {
  padding-top: 10px;
}
.case_nav>li {
  width: 32.3333%;
}
.case_nav>li>a {
  height: 38px;
  line-height: 38px;
}
.case_contect {
  padding-top: 10px;
}
.case_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.case .cpzs_more {
  padding-top: 5px;
}

.cons {
  padding: 10px 0;
}
.cons_ul {
  margin:  10px 0 0 -1%;
}
.cons_ul li>a .cons_p {
  line-height: 18px;
  font-size: 16px;
}
.cons_ul li>a .cons_icon {
  height: 22px;
  margin: 2px 0;
}
.cons_ul li>a .cons_txt {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.cons_ul li:nth-child(5),
.cons_ul li:nth-child(6),
.cons_ul li:nth-child(7) {
  margin-top: -40px;
}

.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
}
.com_ul {
  padding-top: 10px;
}
.com_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.com_ul li .com_p {
  line-height: 24px;
}
.com_ul li .com_p>span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-right: 5px;
}
.com_ul li .com_B>span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-right: 5px;
}
.com_ul li .com_B .com_txt {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 0;
}

.news_right {
  width: 100%;
  margin-top: 10px;
}
.news_nav li>a {
  height: 40px;
  line-height: 40px;
}
.news_box {
  padding: 5px;
}
.news_dl dt {
  padding-bottom: 10px;
}
.news_dl dt>a .news_img {
  width: 30%;
}
.news_dl dt>a .news_R {
  width: 70%;
  padding: 5px 0 5px 10px;
}
.news_dl dt>a .news_R .news_p {
  line-height: 24px;
}
.news_dl dt>a .news_R .news_txt {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  margin: 2px 0;
  -webkit-line-clamp: 2;
}
.news_dl dd {
  width: 100%;
  margin-top: 10px;
}
.news .cpzs_more {
  padding-top: 10px;
}
/* END-首页 */

/* 底部 */
.link {
  line-height: 20px;
  padding: 10px 0;
}
.link>span {
  font-size: 14px;
}
.link>a {
  margin: 0 5px;
}
.copyright {
  line-height: 20px;
}
/* END-底部 */

/* 关于 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
}
.about_ul>li {
  margin-top: 2px;
}
.about_ul>li>a {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于 */

/* 产品展示 */
.cpzs_ul1 li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzs_ul1 li .cpzs_txt {
  height: 40px;
  line-height: 40px;
}
.cpxq_p{
  font-size: 16px;
}
.cpxq_txt{
  line-height: 24px;
  padding-top: 5px;
}
.cpxq_txt img{
  margin: 5px auto;
}
/* END-产品展示 */

/* 新闻资讯 */
.xw_ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li>a .news_img {
  width: 30%;
}
.xw_ul li>a .news_R {
  width: 70%;
  padding: 5px 0 5px 10px;
}
.xw_ul li>a .news_R .news_p {
  line-height: 24px;
}
.xw_ul li>a .news_R .news_txt {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  margin: 2px 0;
  -webkit-line-clamp: 2;
}
.xwxq_p{
  font-size: 16px;
  line-height: 20px;
}
.xwxq_txt{
  line-height: 24px;
  padding-top: 5px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* End-新闻资讯 */

/* 联系我们 */
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #129acc;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #ee9a36;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */