/* 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%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 26px;
  font-size: 12px;
  color: #a0a0a0;
  font-family: SimSun;
}
.topbox a {
  color: #a0a0a0;
  margin: 0 15px;
}
.topbox a:last-child{
  margin: 0 0 0 15px;
}
.topbox a:hover {
  color: #00a8ff !important;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 20px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
  width: 148px;
}
.logo_txt{
  width: 304px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  width: 58%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search{
  width: 43%;
  float: left;
  border: 1px solid #d9d9d9;
}
.search_inp1{
  width: calc(100% - 46px);
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  font-family: SimSun;
  font-size: 12px;
  color: #333;
}
.search_inp1::-webkit-input-placeholder{color: #bfbfbf;}
.search_inp1:-moz-placeholder{color: #bfbfbf;}
.search_btn{
  width: 46px;
  float: left;
  height: 36px;
  background-color: #012e61;
  background-image: url(../images/search_ss.png);
  background-position: center;
  background-repeat: no-repeat;
}
.header_dianhua {
  float: right;
  line-height: 22px;
  color: #333;
  font-family: SimSun;
  font-size: 16px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 56px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 24px;
  color: #00a8ff;
  font-family: Impact;
}

/* 导航 */
nav {
  background-image: linear-gradient(#0e3668,#1e61b9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
}
.nav>li{
  width: 14.285%;
  float: left;
  position: relative;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #00a8ff;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(13,59,111,0.95);
  padding-top: 2px;
  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: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #1e61ba;
  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: #00a8ff;
  opacity: 0.5;
  border-radius: 50%;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00a8ff;
}
.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: 50px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/title_heng1.png) no-repeat center bottom;
}
.cpzs_p{
  line-height: 30px;
  font-size: 24px;
  color: #d1d1d1;
  text-transform: uppercase;
}
.cpzs_sp{
  margin-top: 5px;
  line-height: 42px;
  font-size: 30px;
  color: #333;
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.cpzs_nav>li{
  width: 118px;
  float: left;
  margin: 0 6px 5px 6px;
}
.cpzs_nav>li>a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  background-color: #1e61ba;
  text-align: center;
  color: #fff;
}
.cpzs_nav>li:hover>a,
.cpzs_nav>li.cpzs_active>a{
  background-color: #00a8ff;
  color: #fff;
}
.cpzs_contect{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.cpzs_contect>div{display: none;}
.cpzs_contect>div:first-child{display: block;}
.cpzs_ul{
  display: block;
  overflow: hidden;
  width: 1208px;
}
.cpzs_ul li{
  width: 294px;
  float: left;
  margin: 0 8px 15px 0;
}
.cpzs_ul li>a{
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
}
.cpzs_ul li>a .cpzs_icon{
  width: 100%;
  height: 44px;
  overflow: hidden;
  position: relative;
}
.cpzs_ul li>a .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzs_ul li>a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 126%;
}
.cpzs_ul li>a .cpzs_tit{
  width: 100%;
  overflow: hidden;
  height: 42px;
  line-height: 40px;
  border-bottom: 2px solid #efefef;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 0 10px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpzs_ul li>a .cpzs_txt{
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background-color: #1e61ba;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.cpzs_ul li>a:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul li>a:hover .cpzs_txt{
  background-color: #00a8ff;
  color: #fff;
}

.fac{
  width: 100%;
  overflow: hidden;
  background: url(../images/fac_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.fac .cpzs_title{
  background: url(../images/title_heng2.png) no-repeat center bottom;
}
.fac .cpzs_p,
.fac .cpzs_sp{
  color: #fff;
}
.fac_ul{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  position: relative;
}
.fac_ul li{
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
.fac_ul li>a{
  width: 48.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.fac_ul li>a::before{
  content: "";
  display: block;
  padding-top: 69.6552%;
}
.fac_ul li>a .fac_txt{
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.fac_ul li:first-child{
  width: 48.5%;
  height: calc(100% - 25px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  z-index: 2;
}
.fac_ul li:first-child>a{
  width: 100%;
  height: 100%;
}
.fac_ul li:nth-child(2n+3)>a{
  float: right;
}
.fac_ul li>a:hover img{
  transform: scale(1.1);
}
.fac_ul li>a:hover .fac_txt{
  background-color: rgba(0,168,255,0.8);
}

.ys{
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_contect{
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.ys_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  float: left;
}
.ys_ul li{
  width: 26.25%;
  float: left;
}
.ys_ul li>a{
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ys_ul li>a .ys_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.ys_ul li>a .ys_img::before{
  content: "";
  display: block;
  padding-top: 83.75797%;
}
.ys_ul li>a .ys_R{
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 25px;
}
.ys_ul li>a .ys_R .ys_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.ys_ul li>a .ys_R .ys_p::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background-color: #00a8ff;
  margin: 15px auto 0 auto;
  transition: all 0.4s;
}
.ys_ul li>a .ys_R .ys_txt{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-top: 12px;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.ys_ul li:nth-child(even)>a{
  flex-direction: column-reverse;
}
.ys_ul li:nth-child(3){
  width: 47%;
}
.ys_ul li:nth-child(3)>a .ys_img{
  height: calc(100% - 166px);
}
.ys_ul li:nth-child(3)>a .ys_img::before{display: none;}
.ys_ul li>a:hover .ys_img img{
  transform: scale(1.1);
}
.ys_ul li>a:hover .ys_R{
  background-color: #1e61ba;
}
.ys_ul li>a:hover .ys_R .ys_p,
.ys_ul li>a:hover .ys_R .ys_txt{
  color: #fff;
}
.ys_ul li>a:hover .ys_R .ys_p::after{
  background-color: #fff;
}

.qua{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.qua-imgbox{
  margin-top: 30px;
}
.qua-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
}
.qua-imgbox .swiper-slide>a .qua_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #efefef;
}
.qua-imgbox .swiper-slide>a .qua_img::before{
  content: "";
  display: block;
  padding-top: 140.27304%;
}
.qua-imgbox .swiper-slide>a .qua_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #404040;
}
.qua-imgbox .swiper-slide>a:hover .qua_img img{
  transform: scale(1.1);
}
.qua-imgbox .swiper-slide>a:hover .qua_txt{
  background-color: #00a8ff;
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.gsjj .cpzs_title{
  background: url(../images/title_heng2.png) no-repeat center bottom;
}
.gsjj .cpzs_p,
.gsjj .cpzs_sp{
  color: #fff;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.gsjj_left{
  width: calc(50% - 30px);
  float: left;
  padding: 0 0 35px 30px;
  position: relative;
}
.gsjj_left::before{
  content: "";
  width: calc(100% - 55px);
  float: left;
  height: calc(100% - 50px);
  background-color: rgba(0,168,255,0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsjj_left .gsjj_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.gsjj_left .gsjj_img::before{
  content: "";
  display: block;
  padding-top: 63.73832%;
}
.gsjj_right{
  width: 50%;
  float: right;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 210px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  float: left;
  width: 130px;
  border: 2px solid #00a8ff;
  margin-top: 20px;
}
.gsjj_more>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #1c3b64;
  background-color: #00a8ff;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #fff;
  color: #00a8ff;
}
.gsjj_dianhua{
  width: 100%;
  float: left;
  margin-top: 20px;
  background: url(../images/gsjj_dianhua.png) no-repeat left center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding-left: 60px;
}
.gsjj_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #00a8ff;
  font-weight: bold;
}

.equ{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f6f7f9;
}
.equ-imgbox{
  margin-top: 20px;
}
.equ-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
}
.equ-imgbox .swiper-slide>a .equ_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #efefef;
}
.equ-imgbox .swiper-slide>a .equ_img::before{
  content: "";
  display: block;
  padding-top: 78.2313%;
}
.equ-imgbox .swiper-slide>a .equ_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #404040;
  background-color: #fff;
}
.equ-imgbox .swiper-slide>a:hover .equ_img img{
  transform: scale(1.1);
}
.equ-imgbox .swiper-slide>a:hover .equ_txt{
  background-color: #00a8ff;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.news_left{
  width: calc(50% - 12px);
  float: left;
}
.news_left>li{
  display: block;
  overflow: hidden;
  padding-bottom: 1px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1px;
}
.news_left>li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_left>li>a .news_img{
  width: 36.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_left>li>a .news_R{
  width: 63.5%;
  float: left;
  padding: 20px 0 20px 25px;
}
.news_left>li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_left>li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 15px 0 5px 0;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_left>li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.news_left>li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_left>li>a:hover .news_R .news_p{
  color: #00a8ff;
}
.news_left>li:last-child{
  padding: 0;
  margin: 0;
  border: none;
}

.news_right{
  width: calc(50% - 12px);
  float: right;
}
.news_right>li{
  display: block;
  overflow: hidden;
  margin-bottom: 1px;
}
.news_right>li>a{
  width: 100%;
  float: left;
  background-color: #e4e4e4;
  padding: 22px 20px;
}
.news_right>li>a .news_L{
  width: 100%;
  float: left;
  position: relative;
  padding-right: 20px;
}
.news_right>li>a .news_L::before{
  content: ">";
  float: right;
  font-family: "Microsoft YaHei Light";
  font-size: 36px;
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_right>li>a .news_L .news_tit{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_right>li>a .news_L .news_spp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.news_right>li:nth-child(even)>a{
  background-color: #f5f5f5;
}
.news_right>li>a:hover .news_L::before,
.news_right>li>a:hover .news_L .news_tit{
  color: #00a8ff;
}
/*END-首页*/

/* 底部 */
footer {
  background: #1e61ba;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_left{
  width: 29%;
  float: left;
}
.footer_logo{
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.footer_logo>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.footer_txt>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}
.footer_right{
  width: 64.75%;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.footer_B{
  width: 25%;
  float: left;
  background: url(../images/footer_shutiao.jpg) repeat-y left top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #c9e0ff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li>a{
  color: #c9e0ff;
}
.footer_ul li>a:hover{
  color: #fff;
}
.footer_B:nth-child(1){padding-left: 55px;}
.footer_B:nth-child(2){padding-left: 50px;}
.footer_B:nth-child(3){padding-left: 55px;}
.footer_B:nth-child(4){padding-left: 50px;}
.footer_B:nth-child(4) .footer_p{
  text-align: center;
}
.footer_wx{
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.footer_wx>img{
  width: 100%;
  display: block;
  height: auto;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #012e61;
  text-align: center;
  line-height: 24px;
  padding: 15px 10px;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.main_left{
	width: 272px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 40px;
}
.about_title{
	display: block;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	text-align: center;
  background-image: linear-gradient(#0e3668,#1e61b9);
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 10px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  background-color: #ececec;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #646464;
  text-align: center;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #00a8ff;
	color: #fff;
}
.about_dl{
	display: none;
	overflow: hidden;
  padding: 0 5px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  margin-top: 5px;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
  text-align: center;
	font-size: 14px;
	color: #646464;
  background-color: #ececec;
}
.about_dl>dd>a:hover{
	background-color: #00a8ff;
	color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  margin-top: 12px;
}
.about_B>img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 15px;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}

.main_right{
	width: 891px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 36px;
	font-size: 12px;
	color: #a9a9a9;
  padding-bottom: 3px;
  background: url(../images/dqwz_heng.jpg) repeat-x left bottom;
}
.dqwz_title>span{
  color: #00a8ff;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 30px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1{
  display: block;
  overflow: hidden;
  width: 897px;
}
.cpzs_ul1 li{
  width: 293px;
  float: left;
  margin: 0 6px 12px 0;
}
.cpzs_ul1 li>a{
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
}
.cpzs_ul1 li>a .cpzs_icon{
  width: 100%;
  height: 44px;
  overflow: hidden;
  position: relative;
}
.cpzs_ul1 li>a .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzs_ul1 li>a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 109.2313%;
}
.cpzs_ul1 li>a .cpzs_tit{
  width: 100%;
  overflow: hidden;
  height: 42px;
  line-height: 40px;
  border-bottom: 2px solid #efefef;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 0 10px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpzs_ul1 li>a .cpzs_txt{
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background-color: #1e61ba;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.cpzs_ul1 li>a:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul1 li>a:hover .cpzs_txt{
  background-color: #00a8ff;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_left{
  width: 48%;
  float: left;
}
#gallery{
  border: 2px solid #ccc;
}
#gallery .swiper-slide{
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
#thumbs{
  margin: 15px 0 0 0;
}
#thumbs .swiper-slide{
  padding-top: 20%;
  overflow: hidden;
  position: relative;
  border: 2px solid #ccc;
}
#thumbs .swiper-slide-thumb-active{
  border-color: #00a8ff;
}
.thumbs{
  padding: 0 40px;
  position: relative;
}
.thumbs-prev,
.thumbs-next{
  width: 30px;
  float: left;
  height: 100%;
  float: left;
  background-color: #007AFF;
  color: #fff;
  font-family: simsun;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  outline: none;
}
.thumbs-next{
  left: initial;
  right: 0;
}

.cpxq_right{
  width: 48%;
  float: right;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding-top: 10px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-产品展示 */

/* 车间展示 */
.fac_ul1{
  display: block;
  overflow: hidden;
  width: 897px;
}
.fac_ul1 li{
  width: 293px;
  float: left;
  margin: 0 6px 12px 0;
}
.fac_ul1 li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.fac_ul1 li>a::before{
  content: "";
  display: block;
  padding-top: 83.6552%;
}
.fac_ul1 li>a .fac_txt{
  width: 100%;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.fac_ul1 li>a:hover img{
  transform: scale(1.1);
}
.fac_ul1 li>a:hover .fac_txt{
  background-color: rgba(0,168,255,0.8);
}
/* END-车间展示 */

/* 资质证书 */
.qua_ul{
  display: block;
  overflow: hidden;
  width: 900px;
}
.qua_ul li{
  width: 291px;
  float: left;
  margin: 0 9px 10px 0;
}
.qua_ul li>a{
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
}
.qua_ul li>a .qua_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #efefef;
}
.qua_ul li>a .qua_img::before{
  content: "";
  display: block;
  padding-top: 140.27304%;
}
.qua_ul li>a .qua_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #404040;
}
.qua_ul li>a:hover .qua_img img{
  transform: scale(1.1);
}
.qua_ul li>a:hover .qua_txt{
  background-color: #00a8ff;
  color: #fff;
}
/* END-资质证书 */

/* 新闻动态 */
.news_ul{
  display: block;
  overflow: hidden;
}
.news_ul>li{
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 10px;
}
.news_ul>li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul>li>a .news_img{
  width: 22%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul>li>a .news_R{
  width: 78%;
  float: left;
  padding: 20px 0 20px 25px;
}
.news_ul>li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul>li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 15px 0 5px 0;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_ul>li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.news_ul>li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul>li>a:hover .news_R .news_p{
  color: #00a8ff;
}

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

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 头部 */
.header_R {
  width: 53%;
}
.header_dianhua{
  width: 56%;
}
.header_dianhua>span {
  font-size: 20px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 40px 0;
}
.cpzs_ul {
  width: 101%;
  margin-left: -0.5%;
}
.cpzs_ul li {
  width: 24%;
  margin: 0 0.5% 15px 0.5%;
}

.fac{
  padding: 40px 0;
}

.ys{
  padding: 40px 0;
}
.ys_contect {
  padding-top: 40px;
}

.qua {
  padding: 40px 0;
}
.gsjj{
  padding: 40px 0;
}
.equ {
  padding: 40px 0;
}
.news {
  padding: 40px 0;
}
/* END-首页 */

/* 底部 */
.footer_left {
  width: 31%;
}
.footer_B:nth-child(1),
.footer_B:nth-child(2),
.footer_B:nth-child(3),
.footer_B:nth-child(4) {
  padding-left: 40px;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1{
  width: 101%;
  margin-left: -0.5%;
}
.cpzs_ul1 li {
  width: 32.333%;
  margin: 0 0.5% 12px 0.5%;
}
/* END-产品展示 */

/* 车间展示 */
.fac_ul1{
  width: 101%;
  margin-left: -0.5%;
}
.fac_ul1 li {
  width: 32.333%;
  margin: 0 0.5% 12px 0.5%;
}
/* END-车间展示 */

/* 资质证书 */
.qua_ul{
  width: 101%;
  margin-left: -0.5%;
}
.qua_ul li{
  width: 32.333%;
  margin: 0 0.5% 10px 0.5%;
}
/* 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: #00a8ff;
  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);
}

/* 头部 */
.topbox a {
  margin: 0 10px;
}

.header {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 0 10px 10px 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: #fff;
}
.nav>li{
  width: 100%;
  height: 9%;
  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: #000;
}

/*圆点*/
.banner .swiper-pagination {
  opacity: 1;
  bottom: 10px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 30px 0;
}
.cpzs_nav > li {
  width: 24%;
  margin: 0 0.5% 5px 0.5%;
}

.fac {
  padding: 30px 0;
}

.ys {
  padding: 30px 0;
}
.ys_contect {
  padding-top: 30px;
}
.ys_ul li {
  width: 28%;
}
.ys_ul li > a .ys_R {
  padding: 10px;
}
.ys_ul li > a .ys_R .ys_txt {
  margin-top: 5px;
  height: 72px;
  line-height: 24px;
}
.ys_ul li:nth-child(3) {
  width: 43%;
}
.ys_ul li:nth-child(3) > a .ys_img {
  height: calc(100% - 141px);
}

.qua {
  padding: 30px 0;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_contect {
  margin-top: 30px;
}

.equ {
  padding: 30px 0;
}
.news {
  padding: 30px 0;
}
.news_left > li > a .news_R {
  padding: 5px 0 5px 20px;
}
.news_right > li > a {
  padding: 15px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 20px 0;
}
.footer_left {
  width: 35%;
}
.footer_txt > span {
  font-size: 18px;
}
.footer_right {
  width: 62%;
}
.footer_B:nth-child(1),
.footer_B:nth-child(2),
.footer_B:nth-child(3),
.footer_B:nth-child(4) {
  padding: 10px 5px;
  text-align: center;
}
.footer_p {
  margin-bottom: 10px;
}
.footer_B:nth-child(4) .footer_p{
  letter-spacing: -2px;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-关于我们 */

}

@media (max-width: 767px) {
.xx{display:block!important;}
/* 导航按钮 */
.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%;
  display: flex;
  align-items: center;
}
.logo>a {
  width: 35%;
}
.logo_txt{
  width: 65%;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_title {
  padding-bottom: 10px;
  background: url(../images/title_heng1.png) no-repeat center bottom;
  background-size: auto 10px;
}
.cpzs_p {
  line-height: 20px;
  font-size: 16px;
}
.cpzs_sp {
  margin-top: 0;
  line-height: 30px;
  font-size: 20px;
}
.cpzs_nav {
  padding-top: 10px;
}
.cpzs_nav>li>a{
  height: 38px;
  line-height: 38px;
}
.cpzs_contect {
  padding-top: 10px;
}
.cpzs_ul li {
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
}

.fac {
  padding: 10px 0;
}
.fac .cpzs_title {
  background: url(../images/title_heng2.png) no-repeat center bottom;
  background-size: auto 10px;
}
.fac_ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fac_ul li {
  width: 49%;
  margin-bottom: 10px;
}
.fac_ul li > a {
  width: 100%;
}
.fac_ul li > a .fac_txt {
  height: 38px;
  line-height: 38px;
}
.fac_ul li:first-child {
  width: 100%;
  height: auto;
  position: relative;
  left: initial;
  top: initial;
  transform: initial;
  margin-bottom: 10px;
}

.ys {
  padding: 20px 0;
}
.ys_contect {
  padding-top: 10px;
}
.ys_ul li {
  width: 100% !important;
  margin: 10px 0 0 0;
}
.ys_ul li>a .ys_img {
  width: 30% !important;
  height: auto !important;
}
.ys_ul li>a .ys_R {
  width: 70% !important;
  padding: 10px !important;
}
.ys_ul li > a .ys_R .ys_p {
  line-height: 24px;
  font-size: 16px;
}
.ys_ul li > a .ys_R .ys_p::after {
  margin: 5px auto 0 auto;
}
.ys_ul li > a .ys_R .ys_txt {
  height: auto;
  line-height: 20px;
}
.ys_ul li:nth-child(2n) > a {
  flex-direction: initial;
}

.qua {
  padding: 10px 0;
}
.qua-imgbox {
  margin-top: 10px;
}
.qua-imgbox .swiper-slide > a .qua_txt {
  height: 40px;
  line-height: 40px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj .cpzs_title {
  background: url(../images/title_heng2.png) no-repeat center bottom;
  background-size: auto 10px;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_left {
  width: 100%;
  padding: 0 0 10px 10px;
}
.gsjj_right {
  width: 100%;
  margin-top: 10px;
}
.gsjj_txt {
  height: auto;
  line-height: 24px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  margin-top: 10px;
}
.gsjj_more > a {
  height: 38px;
  line-height: 36px;
}
.gsjj_dianhua {
  margin-top: 10px;
}

.equ {
  padding: 10px 0;
}
.equ-imgbox {
  margin-top: 10px;
}
.equ-imgbox .swiper-slide>a .equ_txt {
  height: 38px;
  line-height: 38px;
}

.news {
  padding: 10px 0;
}
.news_contect {
  margin-top: 10px;
}
.news_left {
  width: 100%;
}
.news_left>li>a .news_R {
  padding: 5px 0 5px 10px;
}
.news_left>li>a .news_R .news_p {
  line-height: 24px;
}
.news_left>li>a .news_R .news_txt {
  height: 60px;
  line-height: 20px;
  margin: 5px 0;
}
.news_right {
  width: 100%;
  margin-top: 10px;
}
.news_right>li>a {
  padding: 10px;
}
/* END-首页 */

/* 底部 */
.copyright {
  line-height: 20px;
  padding: 10px;
}
/* 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: 3px;
}
.about_dl>dd {
  margin-top: 3px;
}

.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1 li {
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
}
.cpxq_left{
  width: 100%;
}
.cpxq_right{
  width: 100%;
  margin-top: 15px;
}


.cpxq_p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.cpxq_txt{
  line-height: 24px;
  padding-top: 5px;
}
.cpxq_txt img{
  margin: 5px auto;
}
/* END-产品展示 */

/* 车间展示 */
.fac_ul1 li {
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
}
/* END-车间展示 */

/* 资质证书 */
.qua_ul li{
  width: 49%;
}
.qua_ul li > a .qua_img::before {
  padding-top: 110.273%;
}
.qua_ul li > a .qua_txt {
  height: 38px;
  line-height: 38px;
}
/* END-资质证书 */

/* 新闻动态 */
.news_ul>li>a .news_R {
  padding: 5px 0 5px 10px;
}
.news_ul>li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul>li>a .news_R .news_txt {
  height: 60px;
  line-height: 20px;
  margin: 5px 0;
}
.xwxq_p{
  font-size: 16px;
  line-height: 24px;
}
.xwxq_sp{
  padding: 5px 0;
  margin-bottom: 5px;
}
.xwxq_txt{
  line-height: 24px;
  padding-top: 5px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* END-新闻动态 */

/* 联系我们 */
.contact_txt{
  line-height: 24px;
}
.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-image: linear-gradient(#0e3668,#1e61b9);
  background-color: #1e61ba;
  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: #00a8ff;
  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-手机底部组件 */

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
.cpxq_txt1{width:100%;padding-top:50px;float:left;}
.cpxq_txt1 img{max-width:100%;height:auto;}