/* 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";

/* 头部 */
.header {
  width: 100%;
  padding: 25px 0;
  border-top: 5px solid #125aab;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
  width: 430px;
  padding: 0 5px;
}
.logo_txt{
  max-width: 100%;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  float: right;
  display: flex;
  align-items: center;
  align-content: center;
}
.header_dianhua {
  line-height: 18px;
  color: #999;
  font-family: Impact;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-family: Impact;
  font-size: 26px;
  color: #ec721d;
}
.header_wx{
  float: left;
  margin-left: 20px;
  line-height: 41px;
  font-size: 14px;
  color: #333;
}
.header_wx>img{
  width: 41px;
  float: left;
  height: auto;
  margin-right: 6px;
}
a{ color:#333}
a:hover{ color:#f00}

/* 导航 */
nav {
  background-color: #125aab;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  padding-left: 2px;
  background: url(../images/shuitao.png) repeat-y left top;
}
.nav>li{
  width: 16.6666%;
  float: left;
  position: relative;
  padding-right: 2px;
  background: url(../images/shuitao.png) repeat-y right top;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #ec721d;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: calc(100% - 2px);
  float: left;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 2px;
}
.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: 15px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #ec721d;
  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: #125aab;
  opacity: 1;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ec721d;
}
.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 */

/*首页*/
.picbox{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px 0;
}
.pic_ul{
  display: block;
  overflow: hidden;
  width: 1224px;
}
.pic_ul li{
  width: 282px;
  float: left;
  margin: 12px 24px 12px 0;
}
.pic_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  padding: 20px 25px;
}
.pic_ul li>a .pic_icon{
  width: 72px;
  float: left;
  height: 52px;
  overflow: hidden;
  position: relative;
}
.pic_ul li>a .pic_R{
  width: calc(100% - 72px);
  float: left;
  padding-left: 20px;
}
.pic_ul li>a .pic_R .pic_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.pic_ul li>a .pic_R .pic_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #999;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top: 6px;
}
.pic_ul li>a:hover{
  border-color: #125aab;
}
.pic_ul li>a:hover .pic_R .pic_p,
.pic_ul li>a:hover .pic_R .pic_sp{
  color: #125aab;
}

.cpzs{
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
  line-height: 40px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  background: url(../images/title_heng1.png) no-repeat center bottom;
}
.cpzs_sp{
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.cpzs_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 55px;
}
.cpzs_left{
  width: 272px;
  float: left;
  background-color: #125aab;
  padding: 20px;
}
.about_title{
  display: block;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}
.about_title::after{
  content: "";
  width: 100%;
  max-width: 178px;
  height: 5px;
  background-color: #ec721d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.about_title>span{
  position: relative;
  z-index: 2;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding-top: 30px;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 4px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 48px;
	line-height: 46px;
  background-color: #f3f3f3;
  border: 1px solid #e4e4e4;
	font-size: 16px;
	color: #333;
  padding: 0 20px;
}
.about_ul>li>a::before{
  content: "";
  float: right;
  width:0;
  height:0;
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #ec721d;
  border-color: #ec721d;
	color: #fff;
}
.about_dianhua{
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 36px;
  font-family: Impact;
  font-size: 25px;
  color: #fff;
  padding-bottom: 20px;
  background: url(../images/about_heng.png) no-repeat center bottom;
}
.about_dianhua>span{
  float: left;
  font-size: 14px;
  margin-right: 10px;
}
.about_dianhua_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.about_more{
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.about_more>a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  background-color: #ec721d;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.cpzs_right{
  width: 895px;
  float: right;
}
.cpzs_ul{
  display: block;
  overflow: hidden;
  width: 915px;
}
.cpzs_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 10px 0;
}
.cpzs_ul li .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzs_ul li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 74.737%;
}
.cpzs_ul li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzs_ul li:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul li:hover .cpzs_txt{
  background-color: #125aab;
  color: #fff;
}

.ys{
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0 55px 0;
}
.ys::before{
  content: "";
  width: 100%;
  height: 50%;
  float: left;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.ys>.container{
  position: relative;
  z-index: 1;
}
.ys .cpzs_p{
  background: url(../images/title_heng2.png) no-repeat center bottom;
}
.ys .cpzs_p,
.ys .cpzs_sp{
  color: #fff;
}
.ys_contect{
  display: block;
  overflow: hidden;
  margin-top: 46px;
  background: url(../images/ys_bj2.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  box-shadow: 0 0 18px rgba(206,206,206,0.75);
}
.ys_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ys_nav>li{
  width: 314px;
  float: left;
  margin: 0 18px 18px 18px;
  background: url(../images/ys_li1.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 15px;
  text-align: center;
}
.ys_nav>li .ys_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.ys_nav>li .ys_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.ys_nav>li:nth-child(even){
  background: url(../images/ys_hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.ys_dl{
  display: block;
  overflow: hidden;
  margin: 40px auto 0 auto;
  position: relative;
  max-width: 1014px;
}
.ys_dl>dt{
  width: 100%;
  max-width: 318px;
  overflow: hidden;
  position: relative;
  border: 5px solid #125aab;
  border-radius: 50%;
  margin: 0 auto;
}
.ys_dl>dt::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.ys_dl>dd{
  width: 282px;
  float: left;
  position: absolute;
  border-radius: 40px;
  border-bottom: 5px solid #009944;
}
.ys_dl>dd>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px dashed #009944;
  height: 70px;
  border-radius: 35px;
  padding: 0 20px;
  align-items: center;
  align-content: center;
  background-color: #fff;
}
.ys_dl>dd>a .ys_icon{
  width: 46px;
  float: left;
  height: 42px;
  overflow: hidden;
  position: relative;
}
.ys_dl>dd>a .ys_R{
  width: calc(100% - 46px);
  float: left;
  padding-left: 10px;
}
.ys_dl>dd>a .ys_R .ys_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.ys_dl>dd>a .ys_R .ys_sp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 1;
  font-size: 14px;
  color: #333;
}
.ys_dl>dd:nth-child(2){
  left: 60px;
  top: 0;
}
.ys_dl>dd:nth-child(3){
  right: 60px;
  top: 0;
}
.ys_dl>dd:nth-child(4){
  left: 0;
  top: 120px;
}
.ys_dl>dd:nth-child(5){
  right: 0;
  top: 120px;
}
.ys_dl>dd:nth-child(6){
  left: 60px;
  bottom: 0;
}
.ys_dl>dd:nth-child(7){
  right: 60px;
  bottom: 0;
}

.gsjj{
  width: 100%;
  overflow: hidden;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  padding: 35px 0;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f5f5;
  overflow: hidden;
}
.gsjj_left{
  width: 50%;
  float: left;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gsjj_img{
  width: 100%;
  max-width: 560px;
  float: right;
  margin-right: 40px;
  overflow: hidden;
  position: relative;
  border: 4px solid #b9daf3;
  border-radius: 30px;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 58.036%;
}
.gsjj_right{
  width: 50%;
  float: left;
  padding: 45px 0;
}
.gsjj_txt{
  width: 100%;
  max-width: 600px;
  float: left;
  padding-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.gsjj_txt>span{
  color: #ec721d;
  font-weight: bold;
}
.gsjj_more{
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.gsjj_more>a{
  width: 140px;
  float: left;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #ec721d;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #125aab;
  color: #fff;
}

.case{
  width: 100%;
  overflow: hidden;
}
.case_title{
  display: block;
  overflow: hidden;
  background-color: #ec721d;
  padding: 40px 0 50px 0;
}
.case .cpzs_p{
  background: url(../images/title_heng2.png) no-repeat center bottom;
}
.case .cpzs_p,
.case .cpzs_sp{
  color: #fff;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding: 40px 0;
}
.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;
  position: relative;
}
.case_ul li .case_img::before{
  content: "";
  display: block;
  padding-top: 74.737%;
}
.case_ul li .case_txt{
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.case_ul li:hover .case_img img{
  transform: scale(1.1);
}
.case_ul li:hover .case_txt{
  background-color: #125aab;
  color: #fff;
}
.case .gsjj_more{
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}
.case .gsjj_more>a{
  width: 140px;
  float: left;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #125aab;
  font-size: 14px;
  color: #fff;
}
.case .gsjj_more>a:hover{
  background-color: #ec721d;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.news_contect{
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left{
  width: calc(50% - 20px);
  float: left;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(206,206,206,0.75);
  padding: 25px 15px;
  position: relative;
}
.news_left::before{
  content: "";
  width: 104px;
  float: left;
  height: 105px;
  position: absolute;
  left: -1px;
  top: -1px;
  border-top: 2px solid #ec721d;
  border-left: 2px solid #ec721d;
}
.news_title{
  display: block;
  overflow: hidden;
  padding: 0 0 25px 50px;
  border-bottom: 1px solid #dbdbdb;
  line-height: 30px;
  background: url(../images/news_icon.png) no-repeat 5px 3px;
  font-size: 20px;
  color: #000;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.news_Box{
  display: block;
  overflow: hidden;
}
.news_Box .news_p{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #000;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_Box .news_B{
  width: 100%;
  overflow: hidden;
  display: flex;
  padding-top: 20px;
}
.news_Box .news_B .news_img{
  width: 138px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_Box .news_txt{
  width: calc(100% - 138px);
  float: left;
  margin: 7px 0;
  padding-left: 25px;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
} 
.news_Box:hover .news_p,
.news_Box:hover .news_txt{
  color: #125aab;
}
.news_Box:hover .news_B .news_img img{
  transform: scale(1.1);
}
.news_ul{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 24px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a{
  font-size: 16px;
  color: #333;
}
.news_ul li>a>span{
  float: left;
  margin-right: 10px;
  font-weight: bold;
}
.news_ul li>a:hover{
  color: #125aab;
}
.news_more{
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.news_more>a{
  width: 140px;
  float: left;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #125aab;
  font-size: 14px;
  color: #fff;
}
.news_more>a:hover{
  background-color: #ec721d;
  color: #fff;
}
/*END-首页*/

/* 底部 */
footer {
  background: url(../images/footer_bj.png) no-repeat right bottom #125aab;
}
.footer_nav{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #4f85c1;
  line-height: 24px;
  padding: 13px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer_nav>a{
  color: #fff;
  margin: 0 28px;
}
.footer_nav>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
}
.footer>.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer_left{
  width: 34%;
  float: left;
  border-left: 1px solid #4f85c1;
  padding: 28px 0;
}
.footer_p{
  display: block;
  overflow: hidden;
  margin-left: -17px;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.footer_p>span{
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #607190;
  background-color: #ec721d;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.footer_ul{
  display: block;
  overflow: hidden;
  padding-left: 34px;
  max-width: 72%;
}
.footer_ul>li{
  width: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
}
.footer_ul>li>a{
  font-size: 14px;
  color: #fff;
}
.footer_ul>li>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_cenrter{
  width: 38.75%;
  float: left;
  border-left: 1px solid #4f85c1;
  padding: 28px 0;
}
.footer_txt{
  display: block;
  overflow: hidden;
  padding-left: 34px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.footer_right{
  width: 27.25%;
  float: left;
  border-left: 1px solid #4f85c1;
  padding: 28px 0;
}
.footer_wx{
  display: block;
  overflow: hidden;
  max-width: 130px;
  padding-top: 10px;
  margin-left: 24px;
}
.footer_wx img{
  width: 100%;
  max-width: 96px;
  margin: 0 auto;
  display: block;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 18px;
  margin-top: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #282828;
  text-align: center;
  line-height: 24px;
  padding: 13px 10px;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.main_left{
	width: 272px;
	float: left;
  background-color: #125aab;
  padding: 20px;
}
.about{
	width: 100%;
	float: left;
}
.about_txt{
  display: block;
  overflow: hidden;
  padding-top: 20px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.about_txt>img{
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 15px;
}

.main_right{
	width: 895px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
  margin-top: 28px;
  padding-bottom: 15px;
}
.dqwz_p{
  float: left;
}
.dqwz_more{
  float: right;
}
.dqwz_more>a{
  color: #333;
}
.dqwz_more>a:hover{
  color: #125aab;
  text-decoration: underline;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{max-width:100% !important; height:auto !important;}

.company>span{
  color: #ec721d;
  font-weight: bold;
}
/* 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;
  position: relative;
}
.cpzs_ul1 li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 74.737%;
}
.cpzs_ul1 li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzs_ul1 li:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul1 li:hover .cpzs_txt{
  background-color: #125aab;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxq_img{text-align:center;}
.cpxq_img img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
  padding-top: 10px;
}
.cpxq_txt img{ max-width:100% !important;}
/* END-产品展示/案例展示 */

/* 新闻展示 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
}
.xw_ul li>a .xw_img{
  width: 180px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 180px);
  float: left;
  padding-left: 20px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin: 7px 0;
}
.xw_ul li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #333;
}
.xw_ul li>a:hover .xw_img>img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .xw_R .xw_p{
  color: #125aab;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #666;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  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{
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
/* END-新闻展示 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 30px 0;
}
/* END-头部 */

/* 首页 */
.picbox {
  padding: 30px 0;
}
.pic_ul {
  width: 102%;
  margin-left: -1%;
}
.pic_ul li {
  width: 23%;
  margin: 12px 1%;
}
.pic_ul li>a {
  padding: 10px 15px;
}
.pic_ul li>a .pic_icon {
  width: 42px;
  height: 30px;
}
.pic_ul li>a .pic_R {
  width: calc(100% - 42px);
  padding-left: 10px;
}

.cpzs_contect {
  padding-top: 40px;
}
.cpzs_left {
  width: 24%;
  padding: 15px;
}
.cpzs_right {
  width: 74%;
}
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 31.3333%;
  margin: 0 1% 10px 1%;
}

.ys {
  padding: 40px 0;
}
.ys_contect {
  margin-top: 40px;
  padding: 25px;
}
.ys_nav>li {
  width: 30%;
  margin: 0 1% 18px 1%;
}
.ys_dl {
  margin: 30px auto 0 auto;
}

.gsjj_title {
  padding: 30px 0;
}
.gsjj_left {
  padding: 40px 0;
}
.gsjj_img {
  margin: 0 20px;
}
.gsjj_right {
  padding: 40px 0;
}
.gsjj_more {
  padding: 30px 0;
}

.case_title {
  padding: 40px 0;
}
.case_ul {
  width: 102%;
  margin-left: -1%;
}
.case_ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.news {
  padding: 35px 0;
}
.news_contect {
  margin-top: 35px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 0 1%;
}
/* END-底部 */

/* 关于我们 */
.main_left{
	width: 24%;
  padding: 15px;
}
.main_right{
	width: 74%;
}
/* 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: #125aab;
  transition: all 0.4s;
}
.icon-menu-active>span{background-color: #fff;}
.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);
}

/* 头部 */
.header {
  padding: 15px 0;
  position: fixed;
  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: #125aab;
  padding: 0;
}
.nav>li{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #fff;
  padding: 0;
  background: none;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
/* END-头部 */

/* 首页 */
.picbox {
  padding: 20px 0;
}
.pic_ul li {
  width: 48%;
  margin: 6px 1%;
}
.pic_ul li>a .pic_icon {
  width: 72px;
  height: 52px;
}
.pic_ul li>a .pic_R {
  width: calc(100% - 72px);
  padding-left: 20px;
}

.cpzs {
  padding-top: 20px;
}
.cpzs_contect {
  padding-top: 20px;
}
.cpzs_left {
  width: 30%;
  padding: 10px;
}
.about_ul {
  padding-top: 15px;
}
.about_ul>li>a {
  height: 42px;
  line-height: 40px;
}
.about_dianhua {
  margin-top: 15px;
}
.about_more {
  margin-top: 10px;
}
.cpzs_right {
  width: 68%;
}
.cpzs_ul li {
  width: 31.3333%;
}

.ys {
  padding: 20px 0;
}
.ys_contect {
  margin-top: 20px;
  padding: 15px;
}
.ys_nav>li {
  width: 30%;
  margin: 0 1% 10px 1%;
  padding: 10px;
}
.ys_dl {
  margin: 20px auto 0 auto;
}
.ys_dl>dd {
  width: 222px;
}
.ys_dl>dd:nth-child(2),
.ys_dl>dd:nth-child(6){
  left: 20px;
}
.ys_dl>dd:nth-child(3),
.ys_dl>dd:nth-child(7){
  right: 20px;
}

.gsjj_title {
  padding: 15px 0;
}
.gsjj_left {
  width: 100%;
  padding: 20px;
  justify-content: center;
}
.gsjj_img {
  margin: 0;
}
.gsjj_right {
  width: 100%;
  padding: 20px;
}
.gsjj_txt {
  max-width: 100%;
  padding-left: 0;
  line-height: 24px;
}
.gsjj_more {
  padding: 15px 0;
}

.case_title {
  padding: 15px 0;
}
.case_contect {
  padding: 20px 0;
}

.news {
  padding: 20px 0;
}
.news_contect {
  margin-top: 20px;
}
.news_title {
  padding: 0 0 15px 50px;
  margin-bottom: 10px;
}
.news_Box .news_B {
  padding-top: 10px;
}
.news_Box .news_txt {
  margin: 3px 0;
  padding-left: 10px;
}
.news_ul li {
  margin-top: 10px;
}
/* END-首页 */

/* 底部 */
.footer_txt {
  padding: 0 14px 0 34px;
}
/* END-底部 */

/* 关于我们 */
.main_left{
	width: 30%;
  padding: 10px;
}
.main_right{
	width: 68%;
}
/* 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-头部 */

/* 首页 */
.picbox {
  padding: 5px 0;
}
.pic_ul li {
  margin: 5px 1%;
}
.pic_ul li>a {
  padding: 10px;
  flex-wrap: wrap;
}
.pic_ul li>a .pic_icon {
  width: 100%;
  height: 40px;
}
.pic_ul li>a .pic_R {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 5px;
}

.cpzs {
  padding-top: 10px;
}
.cpzs_p {
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 8px;
}
.cpzs_sp {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
}
.cpzs_contect {
  padding-top: 10px;
}
.cpzs_left {
  width: 100%;
  padding: 5px;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin: 0 0 0 -10px;
  background-color: #125aab;
  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%);
  width: auto;
  height: auto;
  max-width: initial;
  left: initial;
  bottom: initial;
  background: initial;
}
.about_ul {
  display: none;
  padding: 0 2px 2px 2px;
}
.about_ul>li {
  margin-top: 2px;
}
.cpzs_right {
  width: 100%;
  padding-top: 10px;
}
.cpzs_ul li {
  width: 48%;
  margin: 0 1% 2% 1%;
}
.cpzs_ul li .cpzs_txt {
  height: 40px;
  line-height: 40px;
}
/*.cpzs_ul li:last-child{display: none;}*/

.ys {
  padding: 10px 0;
}
.ys_contect {
  margin-top: 10px;
  padding: 5px;
}
.ys_nav>li {
  width: 100%;
  margin: 0 0 10px 0;
}
.ys_dl {
  margin: 10px auto 0 auto;
}
.ys_dl>dt {
  max-width: 100%;
  border-radius: 10px;
}
.ys_dl>dt::before {
  padding-top: 75%;
}
.ys_dl>dd {
  width: 48%;
  position: relative;
  left: initial !important;
  right: initial !important;
  bottom: initial !important;
  top: initial !important;
  margin: 10px 1% 0 1%;
}
.ys_dl>dd>a {
  height: 50px;
  border-radius: 25px;
  padding: 0 10px;
}
.ys_dl>dd>a .ys_icon {
  width: 33px;
  height: 30px;
}
.ys_dl>dd>a .ys_R {
  width: calc(100% - 33px);
}
.ys_dl>dd>a .ys_R .ys_p {
  font-size: 16px;
}
.ys_dl>dd>a .ys_R .ys_sp {
  margin-top: 5px;
  font-size: 12px;
}

.gsjj_title {
  padding: 10px 0;
}
.gsjj_left {
  padding: 10px;
}
.gsjj_right {

  padding: 10px;
}
.gsjj_more {
  padding: 10px 0;
}

.case_title {
  padding: 10px 0;
}
.case_contect {
  padding: 10px 0;
}
.case_ul li {
  width: 48%;
  margin: 0 1% 2% 1%;
}
.case_ul li .case_txt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.case .gsjj_more {
  padding: 10px 0 0 0;
}

.news {
  padding: 10px 0;
}
.news_contect {
  margin-top: 10px;
}
.news_left {
  width: 100%;
  padding: 10px;
}
.news_title {
  padding: 0 0 5px 40px;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}
.news_Box .news_p {
  line-height: 30px;
  font-size: 16px;
}
.news_Box .news_B {
  padding-top: 5px;
}
.news_Box .news_txt {
  height: 72px;
  line-height: 24px;
}
.news_ul {
  padding-top: 10px;
}
.news_ul li {
  margin: 0 0 5px 0;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  line-height: 20px;
  padding: 10px;
}
.footer_nav>a {
  margin: 0 3px;
}
.copyright {
  line-height: 20px;
  padding: 10px;
}
.copyright>.container>div{
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
  padding: 0;
}
.about{
	margin: 0;
}
.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;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cpxq_txt{
	line-height: 24px;
  padding-top: 5px;
}
/* END-产品展示/案例展示 */

/* 新闻展示 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a .xw_img{
  width: 140px;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 140px);
  padding-left: 10px;
}
.xw_ul li>a .xw_R .xw_txt{
  height: 60px;
  line-height: 20px;
  margin: 3px 0;
}

.xwxq_p{
  font-size: 16px;
}
.xwxq_sp{
  padding: 5px 0;
  margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
  padding-top: 5px;
}
/* END-新闻展示 */

/* 联系我们 */
.contact_txt{
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */
.banner {
  margin-top: 70px;
}
}

@media (max-width: 425px) {
.banner {
    margin-top: 50px;
}
}

/* 手机底部组件 */
.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: #125aab;
  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: #125aab;
  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-手机底部组件 */