/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.header {
  width: 100%;
  padding: 10px 0;
  background-color: #006699;
}
.logo > a{
	width: 100%;
  max-width: 415px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_nav {
  float: right;
  display: flex;
  height: 54px;
  align-items: center;
}
.header_nav li{
  float: left;
  height: 24px;
  line-height: 24px;
  margin-left: 20px;
}
.header_nav li a{
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.header_nav li>a img{
  float: left;
  margin-right: 8px;
}
.header_nav li a:hover{
  color: #fff;
  text-decoration: underline;
}

.search_form{
  width: 20px;
  float: right;
  margin: 8px 0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.search_inp1{
  width: 0;
  overflow: hidden;
  float: left;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  background-color: #000;
}
.search_inp1::-webkit-input-placeholder{
  color: #fff;
}
.search_inp1:-moz-placeholder{
  color: #fff;
}
.search_btn{
  width: 20px;
  float: left;
  height: 34px;
  background: url(../images/search_ss.png) no-repeat center center;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.search_form:hover{
  width: 25%;
}
.search_form:hover .search_inp1{
  width: calc(100% - 20px);
  padding: 0 10px;
}

/* 导航 */
nav {
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.nav{
  width: auto;
  float: left;
}
.nav>li{
  float: left;
  position: relative;
  margin-right: 40px;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav>li>a::before{
  content: "";
  width: 0;
  float: left;
  height: 3px;
  background-color: #db2f2d;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #999;
}
.nav>li:hover>a::before,
.nav>li.nav-this>a::before{
  width: 100%;
}

/* 导航下拉 */
.nav-child{
  display: none;
  float: left;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
}
.nav-child>.container{
  display: flex;
}
.nav-child-ul{
  width: 18.5%;
  float: left;
  background-color: rgba(0,0,0,0.7);
}
.nav-child-ul li{
  display: block;
  overflow: hidden;
  padding: 0 18px;
  transition: all 0.4s;
  cursor: pointer;
}
.nav-child-ul li>span{
  display: block;
  overflow: hidden;
  height: 49px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.8);
}
.nav-child-ul li:hover,
.nav-child-ul li.nav_active{
  background-color: #db2f2d;
}
.nav_contect{
  width: 81.5%;
  float: left;
  padding: 30px 0 30px 30px;
}
.nav_contect>div{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  color: #fff;
}
.nav_contect>div .nav-cp{
  width: 102%;
  margin-left: -1%;
  display: block;
  overflow: hidden;
}
.nav_contect>div .nav-cp li{
  width: 18%;
  float: left;
  margin: 0 1%;
}
.nav_contect>div .nav-cp li .nav_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav_contect>div .nav-cp li .nav_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.nav_contect>div .nav-cp li .nav_txt{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nav_contect>div:first-child{
  display: block;
}
.nav_contect>div .nav-cp li:hover .nav_img img{
  transform: scale(1.1);
}
.nav_contect>div .nav_more{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.nav_contect>div .nav_more>a{
  width: 170px;
  height: 36px;
  display: block;
  line-height: 36px;
  text-align: center;
  background-color: #db2f2d;
  font-size: 14px;
  color: #fff;
}
.nav_contect>div .nav_more>a:hover{
  background-color: #fff;
  color: #db2f2d;
}




/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* 首页 */
.cpzs{
  width: 100%;
  overflow: hidden;
  background: url(../images/cpzs_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0 55px 0;
}
.cpzs_title{
  display: flex;
  justify-content: center;
  line-height: 54px;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}
.cpzs_title>em{
  float: left;
  padding: 0 15px;
}
.cpzs_title>span{
  float: right;
  font-weight: bold;
}
.cpzs-imgbox{
  margin-top: 50px;
}
.cpzs-imgbox .swiper-slide .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzs-imgbox .swiper-slide .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 127.7778%;
}
.cpzs-imgbox .swiper-slide .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.cpzs-imgbox .swiper-slide .cpzs_more{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #006699;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.cpzs-imgbox .swiper-slide:hover .cpzs_img img{
  transform: scale(1.02);
}
.cpzs-imgbox .swiper-slide:hover .cpzs_more{
  background-color: #cc3333;
  color: #fff;
}

.cp_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 30px;
}
.cp_ul li{
  float: left;
  margin: 0 0 2px 0;
}
.cp_ul li>a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a .cp_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a .cp_hover{
  width: 100%;
  overflow: hidden;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,51,153,0.6);
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cp_ul li>a .cp_hover .cp_p{
  width: 100%;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.cp_ul li>a .cp_hover .cp_txt{
  width: 100%;
  float: left;
  height: 90px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 25px;
  padding: 0 20px;
  overflow: hidden;
}
.cp_ul li>a .cp_hover .cp_more{
  width: 96px;
  float: left;
  height: 42px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.cp_ul li>a:hover .cp_hover{
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  align-items: center;
  align-content: center;
}

.cp_ul li:nth-child(5n+1){
  width: 58.75%;
}
.cp_ul li:nth-child(5n+1)>a .cp_img::before{
  content: "";
  display: block;
  padding-top: 46.524823%;
}
.cp_ul li:nth-child(5n+2){
  width: 41.25%;
  padding-left: 2px;
}
.cp_ul li:nth-child(5n+3){
  width: calc(50% - 4px);
}
.cp_ul li:nth-child(5n+3)>a .cp_img::before{
  content: "";
  display: block;
  padding-top: 55.03356%;
}
.cp_ul li:nth-child(5n+4){
  width: 25%;
  margin: 0 2px 2px 2px;
}
.cp_ul li:nth-child(5n+5){
  width: 25%;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 30px 0;
}
.gsjj>.container{
  position: relative;
}
.gsjj_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 44.16667%;
}
.gsjj_B{
  width: 44.25%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  padding: 50px 60px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  line-height: 36px;
  height: 360px;
  font-size: 16px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.gsjj_more>a{
  display: block;
  overflow: hidden;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  color: #006699;
}
.gsjj_more>a:hover{
  background-color: #006699;
  color: #fff;
}

.lxwm{
  width: 100%;
  overflow: hidden;
  background: url(../images/lx_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.lxwm_title{
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.lxwm_p{
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.lxwm_sp{
  line-height: 32px;
  font-size: 16px;
}
.lxwm_form{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.lxwm_inp1{
  width: 30%;
  float: left;
  margin: 8px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
}
.lxwm_inp1::-webkit-input-placeholder{color: #999;}
.lxwm_inp1:-moz-placeholder{color: #999;}
.lxwm_btn{
  width: 12%;
  float: left;
  margin: 8px;
  height: 50px;
  line-height: 50px;
  background-color: #cc3333;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
/* END-首页 */

/* 底部 */
.footer_title{
  width: 100%;
  overflow: hidden;
  background-color: #006699;
  padding: 15px 0;
  line-height: 28px;
}
.footer_L{
  float: left;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.footer_nav{
  float: right;
}
.footer_nav li{
  float: left;
  margin-left: 25px;
  line-height: 28px;
  height: 28px;
}
.footer_nav li a{
  font-size: 24px;
  color: #fff;
}

.footer_contect{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  background-color: #333;
}
.footer_contect>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_B{
  width: 12.75%;
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 14px;
  background: url(../images/footer_heng.jpg) repeat-x left bottom;
  margin-bottom: 10px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_p a{ color:#fff;}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li a{
  color: #fff;
  font-size: 14px;
}
.footer_ul li:hover a{
  color: #fff;
  text-decoration: underline;
}

.copyright{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  color: #fff;
}
.copyright>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.copyright>.container>img{
  max-width: 100%;
  height: auto;
}
.copyright>.container>span{
  text-align: right;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 公司简介 */
.N-banner{
  width: 100%;
  height: 126px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.N-banner>.container{
  width: 100%;
}

.main{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
  background-color: #fff;
}
.dqwz_title{
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.dqwz_title a{ height:40px; border:1px solid #CCCCCC; padding:0 20px; margin:0 12px; line-height:40px; float:left; font-weight:normal; color:#000000; margin-bottom:30px;}
.dqwz_title a:hover{ background:#CCCCCC;}
.dqwz_title a.on{ background:#CCCCCC;}
.dqwz_contect{
	width: 100%;
	float: left;
  padding-top: 35px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	color: #000;
}
.company img{ max-width:100% !important; height:auto !important;}
/* END-公司简介 */

/* 产品展示 */
.pro_ul{
  display: block;
  overflow: hidden;
  width: 1224px;
}
.pro_ul li{
  width: 282px;
  float: left;
  margin: 0 12px 25px 12px;
}
.pro_ul li a{
  display: block;
  overflow: hidden;
  border: 2px solid #ebebeb;
}
.pro_ul li a .pro_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
.pro_ul li a .pro_img::before{
  content: "";
  display: block;
  padding-top: 80%;
}
.pro_ul li a .pro_txt{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.pro_ul li a:hover{
  border-color: #1362a7;
}
.pro_ul li a:hover .pro_img{
  border-bottom-color: #1362a7;
}
.pro_ul li a:hover .pro_img img{
  transform: scale(1.1);
}
.pro_ul li a:hover .pro_txt{
  color: #1362a7;
}

.cpxq_title{
  width: 100%;
  overflow: hidden;
  background-color: #d3d3d3;
  line-height: 40px;
  font-size: 14px;
  color: #000;
}
.cpxq_contect{
  width: 100%;
  overflow: hidden;
}
.cpxq_left{
  width: 56.25%;
  float: left;
  height: 508px;
}
#thumbs{
  width: 156px;
  float: left;
  height: calc(100% - 50px);
  margin-bottom: 50px;
}
#thumbs .swiper-slide{
  border: 2px solid #ebebeb;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#thumbs .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 88.8158%;
}
#thumbs .swiper-slide-thumb-active{
  border-color: #1362a7;
}
#gallery{
  width: calc(100% - 176px);
  float: right;
  height: 100%;
}
#gallery .swiper-slide .gallery_img{
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
  position: relative;
  border: 2px solid #ebebeb;
}
#gallery .swiper-slide .gallery_txt{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #006699;
  font-weight: bold;
}
.cpxq_right{
  width: 40%;
  float: right;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #000;
}

.cpxq_nav{
  width: 100%;
  float: left;
  margin-top: 20px;
  background-color: #333;
}
.cpxq_nav>a{
  float: left;
  height: 66px;
  line-height: 66px;
  padding: 0 55px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 2px;
}
.cpxq_nav>a:hover,
.cpxq_nav>a.cpxq_active{
  background-color: #006699;
  color: #fff;
}
.cpxq_box{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  margin-top: 20px;
}
.cpxq_box img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxq_box>div{
  display: none;
}
.cpxq_box>div:first-child{
  display: block;
}
/* END-产品展示 */

/* 新闻动态 */
.xw_ul{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	overflow: hidden;
}
.xw_ul li{
  width: 48%;
  float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.xw_ul li a{
	width: 100%;
	float: left;
	display: flex;
}
.xw_ul li a .xw_img{
	width: 220px;
	float: left;
	overflow: hidden;
	position: relative;
  border: 1px solid #ccc;
}
.xw_ul li a .xw_R{
	width: calc(100% - 220px);
	float: left;
	padding: 0 0 0 20px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	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: #999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 3px 0;
}
.xw_ul li a .xw_R .xw_sp{
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.xw_ul li a:hover .xw_img img{
	transform: scale(1.1);
}
.xw_ul li a:hover .xw_R .xw_p{
	color: #db2f2d;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	margin:0 auto;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	max-width:800px;
}
.xwxq_sp img{ max-width:100%;}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #000; min-height:450px;
}
.xwxq_txt img{ border: 1px solid #ccc; max-width:100% !important;}
/* END-新闻动态 */

/*联系我们*/
.contact{
  display: block;
  overflow: hidden;
}
.contact_txt {
  width: 48%;
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 450px;
  border: none;
  margin-left:2%
}
/* END-联系我们 */

/* 目录索取 */
.down_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.down_ul li{
  width: calc(50% - 20px);
  float: left;
  border-bottom: 1px dashed #ccc;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.down_ul li>a{
  float: right;
  color: #006699;
  margin-left: 10px;
}
.down_ul li>a>span{
  font-size: 20px;
  float: right;
  margin-left: 5px;
}
.down_ul li>a:hover{
  color: #db2f2d;
  text-decoration: underline;
}

/* END-目录索取 */

@media (max-width: 1220px) {
/* 首页 */
.gsjj_B {
  padding: 30px;
}
.gsjj_txt {
  line-height: 30px;
  height: 300px;
  -webkit-line-clamp: 10;
}
.gsjj_more>a {
  width: 140px;
  height: 40px;
  line-height: 40px;
}
.lxwm {
  padding: 30px 0;
}
/* END-首页 */

/* 底部 */
.footer_B {
  width: 14.75%;
}
.footer_nav li {
  margin-left: 15px;
}
.copyright>.container>span {
  line-height: 28px;
}
/* END-底部 */

/* 公司简介 */
.main{
	padding: 40px 0;
}
/* END-公司简介 */

/* 产品展示 */
.pro_ul{
  width: 102%;
  margin-left: -1%;
   min-height:560px;
}
.pro_ul li{
  width: 31.3333%;
  margin: 0 1% 25px 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: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #fff;
  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);
}

/* 头部 */
.header {
  padding: 15px 0;
  position: fixed;
  z-index: 99;
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  top: 0;
  transition: all 0.4s;
  z-index: 99999999;
	opacity: 0;
}
nav>.container{
  max-width: 100%!important;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
.nav{
  width: 100%;
  float: left;
}
.nav>li{
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #db2f2d;
  color: #fff;
}

/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 40px 0;
}
.cpzs-imgbox {
  margin-top: 40px;
}
.cpzs-imgbox .swiper-slide .cpzs_txt {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.cp_ul li>a .cp_hover .cp_txt {
  height: 72px;
  line-height:24px;
  font-size: 14px;
  margin-top: 10px;
}
.cp_ul li>a .cp_hover .cp_more {
  width: 86px;
  height: 32px;
  line-height: 30px;
  margin-top: 5px;
}
.cp_ul li>a:hover .cp_hover .cp_p {
  height: 30px;
  line-height: 30px;
}

.gsjj_B {
  width: 50%;
  padding: 15px;
}
.gsjj_txt {
  line-height: 24px;
  height: 240px;
  -webkit-line-clamp: 10;
}
.gsjj_more>a {
  width: 120px;
  height: 34px;
  line-height: 34px;
}

.lxwm {
  padding: 15px 0;
}
.lxwm_inp1 {
  width: 36%;
}
.lxwm_btn {
  width: 16%;
}

.copyright>.container>span {
  width: 100%;
  line-height: 24px;
  text-align: center;
}
/* END-首页 */

/* 公司简介 */
.main{
	padding: 30px 0;
}
/* END-公司简介 */

/* 产品展示 */
.cpxq_left {
  width: 100%;
}
.cpxq_right {
  width: 100%;
  margin-top: 20px;
}
.cpxq_nav>a {
  height: 56px;
  line-height: 56px;
  padding: 0 40px;
}
/* END-产品展示 */

/* 新闻动态 */
.xw_ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.xw_ul li a .xw_img{
	width: 140px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 140px);
}
.xw_ul li a .xw_R .xw_txt {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
}
/* 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%;
}
nav{
  padding: 10px;
}
.nav>li{ padding:0;}
.layui-nav .layui-nav-item{
  line-height: 40px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_title {
  line-height: 30px;
  font-size: 20px;
}
.cpzs_title>em {
  padding: 0 5px;
}
.cpzs-imgbox {
  margin-top: 10px;
}
.cpzs-imgbox .swiper-slide .cpzs_img::before {
  padding-top: 100%;
}
.cpzs-imgbox .swiper-slide .cpzs_txt {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.cpzs-imgbox .swiper-slide .cpzs_more {
  height: 36px;
  line-height: 36px;
}

.cp_ul {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp_ul li {
  margin: 0 0 2px 0 !important;
}
.cp_ul li>a .cp_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cp_ul li>a .cp_hover .cp_txt {
  height: 60px;
  line-height: 20px;
  margin-top: 5px;
}
.cp_ul li>a .cp_hover {
  height: 38px;
}
.cp_ul li>a .cp_hover .cp_p {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.cp_ul li:nth-child(5n+1) {
  width: 100%;
}
.cp_ul li:nth-child(5n+2) {
  width: calc(50% - 1px);
}
.cp_ul li:nth-child(5n+3) {
  width: calc(50% - 1px);
}
.cp_ul li:nth-child(5n+4) {
  width: calc(50% - 1px);

}
.cp_ul li:nth-child(5n+5) {
  width: calc(50% - 1px);
}

.gsjj {
  padding: 10px 0;
}
.gsjj_B {
  width: 100%;
  padding: 10px 0 0 0;
  position: relative;
}
.gsjj_txt {
  line-height: 20px;
  height: auto;
  font-size: 14px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  margin-top: 10px;
}
.gsjj_more>a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  float: right;
}

.lxwm {
  padding: 10px 0;
}
.lxwm_p {
  line-height: 30px;
  font-size: 20px;
}
.lxwm_sp {
  line-height: 18px;
  font-size: 14px;
}
.lxwm_inp1 {
  width: 100%;
  margin: 0 0 4px 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}
.lxwm_btn {
  width: 100%;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
/* END-首页 */

/* 底部 */
.footer_title{
  padding: 10px 0;
  line-height: 20px;
}
.copyright>.container>span {
  line-height: 20px;
}
.copyright a {
  margin: 0 3px;
}
/* END-底部 */

/* 公司简介 */
.main{
	padding: 0;
}
.N-banner {
  height: 50px;
  font-size: 20px;
  text-align: center;
}
.company{
  padding: 10px 0;
	line-height: 24px;
  font-size: 14px;
  min-height:560px;
}
/* END-公司简介 */

/* 产品展示 */
.about_title{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 10px;
  position: relative;
}
.about_title::after{
  content: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 2px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background-color: #ddd;
}
.about_ul>li:hover>a{
  background-color: #006699;
  color: #fff;
}
.about_dl{
  display: none;
  overflow: hidden;
  padding: 0 0px;
  border-bottom:1px solid #999;
}
.about_dl>dd{
  display: block;
  overflow: hidden;
  margin-top: 2px;
}
.about_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  background-color: #ddd;
}
.about_dl>dd:hover>a{
  background-color: #006699;
  color: #fff;
}

.dqwz_contect {
  padding-top: 10px;
}
.pro_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.pro_ul li a .pro_txt {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.cpxq_contect {
  padding: 10px 0;
}
.cpxq_left {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#thumbs {
  width: 100%;
  float: left;
  height: auto;
  margin: 10px 0 0 0;
}
#gallery {
  width: 100%;
  float: left;
  height: auto;
}
#gallery .swiper-slide .gallery_img {
  height: auto;
}
#gallery .swiper-slide .gallery_img::before{
  content: "";
  display: block;
  padding-top: 88.8158%;
}
#gallery .swiper-slide .gallery_txt {
  margin-top: 5px;
}
.cpxq_right {
  margin-top: 10px;
}
.cpxq_p {
  margin-bottom: 5px;
}
.cpxq_txt {
  line-height: 24px;
}
.cpxq_nav {
  margin-top: 10px;
}
.cpxq_nav>a {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}
.cpxq_box {
  line-height: 24px;
  margin-top: 10px;
}
/* END-产品展示 */

/* 新闻动态 */
.xw_ul{
  padding: 10px 0;
}
.xw_ul li{
  width: 100%;
	padding-bottom: 10px;
	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_p {
  line-height: 24px;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt {
  height: 60px;
  line-height: 20px;
  font-size: 14px;
}

.xwxq {
  padding: 10px 0;
}
.xwxq_p{
	line-height: 36px;
	font-size: 16px;
	margin-bottom: 5px;
}
.xwxq_sp{
	line-height: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
}
.xwxq_txt img{
	margin: 5px auto;
}
/* END-新闻动态 */

/*联系我们*/
.contact{
  padding: 10px 0;
}
.contact_txt {
  width: 100%;
  line-height: 26px;
}
.contact_map {
  width: 100%;
  height: 350px;
  margin-top: 10px;
  margin-left:0;
}
/*END-联系我们*/
.down_ul{ min-height:540px; padding-bottom:15px; display:block; padding-top:15px;}
.down_ul li{
  width: 100%;
}

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #1362a7;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #db2f2d;
  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: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  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 */


.fenye{float:left; margin:auto; width:100%; text-align:center; line-height:30px;}

.jlfanye{width:100%; text-align:center}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}