/* 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";

/* 顶部 */
.topbox {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.topbox a {
  color: #999;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #005dad;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 16px 0;
}
.logo > a{
	width: 100%;
  max-width: 488px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  padding-top: 10px;
}
.header_dianhua {
  line-height: 20px;
  color: #131313;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 52px;
  margin-left: 20px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 24px;
  color: #00a0e9;
  font-weight: bold;
}
.search{
  width: 232px;
  float: right;
  border: 1px solid #8f8f8f;
  border-radius: 4px;
}
.search_inp1{
  width: calc(100% - 40px);
  height: 40px;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.search_btn{
  width: 40px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat left center;
}

/* 导航 */
nav {
  background: #005dad;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
  width: 12.5%;
  line-height: 45px;
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #00a0e9;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0 0 0;
  border: none;
  line-height: 40px;
  background-color: rgba(0,93,173,0.95);
  border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #00a0e9;
  color: #fff;
}

/*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: #00a0e9;
  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: #00a0e9;
}
/*箭头*/
.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 */

/* 首页 */
.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.gsjj>.container{
  display: flex;
  flex-wrap: wrap;
}
.gsjj_left{
  width: 52.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 47.5%;
  float: right;
  padding: 20px 0 20px 55px;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 28px;
  color: #333;
}
.gsjj_p::after{
  content: "";
  display: block;
  margin-top: 15px;
  width: 50px;
  height: 3px;
  background-color: #005dad;
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin: 30px 0 40px 0;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  height: 120px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gsjj_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gsjj_ul li{
  float: left;
}
.gsjj_ul li .gsjj_pp{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
}
.gsjj_ul li .gsjj_pp>span{
  font-size: 38px;
  color: #333;
}
.gsjj_ul li .gsjj_spp{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
}

.cpzx{
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px 0;
}
.cpzx_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  font-size: 28px;
  color: #333;
}
.cpzx_title::after{
  content: "";
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  background-color: #005dad;
  margin: 15px auto 0 auto;
}
.cpzx_contect{
  margin-top: 26px;
  position: relative;
}
.cpzx-imgbox .swiper-slide{
  padding: 10px;
  visibility: visible;
}
.cpzx-imgbox .swiper-slide>a{
  background-color: #fff;
  display: block;
  overflow: hidden;
}
.cpzx-imgbox .swiper-slide>a .cpzx_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzx-imgbox .swiper-slide>a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 75.7895%;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B{
  display: block;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B .cpzx_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.cpzx-imgbox .swiper-slide>a:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cpzx-imgbox .swiper-slide>a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx-imgbox .swiper-slide>a:hover .cpzx_B .cpzx_p{
  color: #005dad;
}
.cpzx-prev,
.cpzx-next{
  left: -84px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 28px;
  float: left;
  height: 40px;
  background-image: url(../images/cpzx_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  border: none;
  z-index: 9;
}
.cpzx-next{
  left: initial;
  right: -84px;
  background-image: url(../images/cpzx_right.png);
}

.ys{
  width: 100%;
  overflow: hidden;
}
.ys_title{
  display: block;
  overflow: hidden;
  background: url(../images/ys_title_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 28px 0 36px 0;
}
.ys_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_contect{
  display: block;
  overflow: hidden;
  padding: 40px 0;
}
.ys_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ys_ul li{
  width: calc(50% - 40px);
  float: left;
  margin: 35px 0;
}
.ys_ul li .ys_sub{
  width: 138px;
  float: left;
  height: 148px;
  background: url(../images/ys_sub.png) no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  margin-right: 22px;
}
.ys_ul li .ys_sub>img{
  top: 10px;
}
.ys_ul li .ys_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-top: 20px;
  font-size: 24px;
  color: #005dad;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.ys_ul li .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-top: 15px;
  font-size: 18px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news{
  width: 100%;
  overflow: hidden;

}
.news_title{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  height: 99px;
}
.news_title::before{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
  top: 0;
}
.news_title>.container{
  position: relative;
  z-index: 2;
}
.news_title img{
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.news_p{
  line-height: 44px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.news_sp{
  margin-top: 10px;
  line-height: 25px;
  font-size: 18px;
  color: #999;
  position: relative;
  z-index: 3;
}
.news_jiantou{
  width:0;
  height:0;
  border-top: 28px solid #d8d8d8;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  margin: 28px auto 0 auto;
  position: relative;
  z-index: 3;
}
.news_contect{
  width: 100%;
  float: left;
  padding: 110px 0 65px 0;
  background: url(../images/news_bj.jpg) no-repeat top center;
  background-size: cover;
}
.news_nav{
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
}
.news_nav::before{
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background-color: #e0e0e0;
  position: absolute;
  top: 10px;
  left: 0;
}
.news_nav li{
  float: left;
  padding-top: 20px;
  position: relative;
  margin: 0 35px;
  cursor: pointer;
}
.news_nav li a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.news_nav li::before{
  content: "";
  width: 20px;
  float: left;
  height: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.news_nav li::after{
  content: "";
  width: 14px;
  float: left;
  height: 14px;
  background-color: #999;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.news_nav li:hover::after,
.news_nav li.news_active::after{
  background-color: #005dad;
}
.news_nav li:hover a,
.news_nav li.news_active a{
  color: #005dad;
}
.news_box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 25px;
}
.news_img{
  width: calc(50% - 13px);
  float: right;
  overflow: hidden;
  position: relative;
}
.news_ul{
  width: calc(50% - 13px);
  float: right;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 17px;
}
.news_ul li:last-child{
  margin: 0;
}
.news_ul li a{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  border: 1px solid #c0c0c0;
  background-color: #fff
}
.news_ul li a .news_sub{
  width: 115px;
  float: left;
  border-right: 1px solid #c0c0c0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 36px;
  font-family: Calibri;
  font-size: 30px;
  color: #000;
}
.news_ul li a .news_R{
  width: calc(100% - 115px);
  float: left;
  padding: 15px 15px 15px 20px;
}
.news_ul li a .news_R .news_pp{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li a .news_R .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.news_ul li a:hover{
  background-color: #005dad;
}
.news_ul li a:hover .news_sub,
.news_ul li a:hover .news_R .news_pp,
.news_ul li a:hover .news_R .news_txt{
  color: #fff;
}

.equ{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.equ_contect{
  position: relative;
  margin-top: 30px;
}
.equ-imgbox .swiper-slide .equ_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  padding: 1px;
}
.equ-imgbox .swiper-slide .equ_B .equ_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.equ-imgbox .swiper-slide .equ_B .equ_img::before{
  content: "";
  display: block;
  padding-top: 80.42705%;
}
.equ-imgbox .swiper-slide .equ_txt{
  display: block;
  overflow: hidden;
  margin-top: 2px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
}
.equ-imgbox .swiper-slide:hover .equ_B{
  border-color: #005dad;
}
.equ-imgbox .swiper-slide:hover .equ_B .equ_img img{
  transform: scale(1.1);
}
.equ-imgbox .swiper-slide:hover .equ_txt{
  background-color: #005dad;
  color: #fff;
}
.equ-prev,
.equ-next{
  left: -84px;
  width: 28px;
  float: left;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-image: url(../images/cpzx_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
.equ-next{
  left: initial;
  right: -84px;
  background-image: url(../images/cpzx_right.png);
}
/* END-首页 */

/* 底部 */
.link{
  width: 100%;
  overflow: hidden;
  background-color: #00a0e9;
  padding: 25px 0;
}
.link>.container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 30px;
}
.link_title{
  width: 190px;
  float: left;
  font-size: 28px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.link_title span{
  float: right;
  font-size: 34px;
  text-transform: uppercase;
}
.link_txt{
  width: calc(100% - 190px);
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
}
.link_txt a{
  color: #fff;
  margin: 0 10px;
}
.link_txt a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  background-color: #005dad;
  padding-top: 25px;
}
.footer>.container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.footer>.container>div{
  float: left;
  border-right: 1px solid #2282d4;
  padding: 15px 0;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.footer_p::after{
  content: "";
  display: block;
  overflow: hidden;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 15px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.footer_ul li a{
  color: #fff;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_about{
  width: 9.5%;
}
.footer_cp{
  width: 25%;
  padding: 15px 30px 15px 50px !important;
}
.footer_cp .footer_ul li{
  width: 50%;
  float: left;
}
.footer_equ{
  width: 20.25%;
  padding: 15px 45px !important;
}
.footer_equ .footer_ul li{
  width: 50%;
  float: left;
}
.footer_news{
  width: 13.75%;
  padding: 15px 0 15px 50px !important;
}
.footer_lxwm{
  width: 31.5%;
  padding: 15px 0 15px 50px !important;
  border-right: none !important;
}
.lxwm_B{
  display: block;
}
.lxwm_wx{
  width: 88px;
  float: right;
  margin-top: -40px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.lxwm_wx img{
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 6px;
}
.lxwm_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.lxwm_txt span{
  font-size: 18px;
  font-weight: bold;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  margin-top: 25px;
  border-top: 1px solid #2282d4;
  border-right: none !important;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
}
.main_left{
	width: 280px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 40px;
}
.about_title{
	display: block;
	overflow: hidden;
	background-color: #005dad;
	color: #fff;
  padding: 26px 0 26px 30px;
}
.about_T{
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 72px;
  text-transform: uppercase;
  margin-right: 10px;
}
.about_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
.about_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  text-transform: uppercase;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 5px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
  text-align: center;
  background-color: #eee;
	font-size: 16px;
	color: #212121;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #00a0e9;
	color: #fff;
}

.about_dl{
	display: none;
	overflow: hidden;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  margin-top: 3px;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
  background-color: #eee;
  text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #212121;
}
.about_dl>dd>a:hover{
	background-color: #00a0e9;
	color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  padding-top: 6px;
}
.about_B img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  color: #212121;
  line-height: 30px;
  padding: 12px;
}

.main_right{
	width: 895px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 32px;
	border-bottom: 3px solid #d3d3d3;
}
.dqwz_p{
  float: left;
  font-size: 18px;
  color: #222;
}
.dqwz_nav{
  float: right;
  font-size: 12px;
  color: #5f5f5f;
}
.dqwz_nav>span{
  font-size: 12px;
  color: #005dad;
}

.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #222;
}
/* END-关于我们 */

/* 产品中心 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 915px;
}
.cp_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cp_ul li .cp_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  padding: 1px;
}
.cp_ul li .cp_B .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_B .cp_img::before{
  content: "";
  display: block;
  padding-top: 80.42705%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  margin-top: 2px;
  height: 45px;
  line-height: 45px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cp_ul li:hover .cp_B{
  border-color: #005dad;
}
.cp_ul li:hover .cp_B .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  background-color: #005dad;
  color: #fff;
}

.cp_bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.cp_bottom a{
  float: left;
  border: 1px solid #ccc;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin: 2px;
}
.cp_bottom a:hover,
.cp_bottom a.cp_active{
  border-color: #005dad;
  background-color: #005dad;
  color: #fff;
}
.cpxq{
	display: block;
	overflow: hidden;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #222;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #222;
}
.cpxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* 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;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
.xw_ul li a .xw_img{
	width: 250px;
	float: left;
	overflow: hidden;
	position: relative;
  border-right: 1px solid #ccc;
}
.xw_ul li a .xw_R{
	width: calc(100% - 250px);
	float: left;
	padding: 20px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #222;
	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{
  background-color: #005dad;
}
.xw_ul li a:hover .xw_R .xw_p,
.xw_ul li a:hover .xw_R .xw_txt,
.xw_ul li a:hover .xw_R .xw_sp{
	color: #fff;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #222;
}
.xwxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #222;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 首页 */
.gsjj {
  padding: 40px 0;
}
.gsjj_right {
  padding: 20px 0 20px 40px;
}

.cpzx {
  padding: 40px 0;
}
.cpzx-prev,
.cpzx-next {
  left: 0;
}
.cpzx-next {
  left: initial;
  right: 0;
}

.ys_ul li {
  width: calc(50% - 30px);
  margin: 25px 0;
}
.news_contect {
  padding: 90px 0 40px 0;
}

.equ {
  padding: 40px 0;
}
.equ-prev,
.equ-next {
  left: 0;
}
.equ-next {
  left: initial;
  right: 0;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 15px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.about_title {
  padding: 15px 0 15px 15px;
}
.about_sp {
  font-size: 16px;
}
.main_right{
	width: 74%;
}
/* END-关于我们 */

/* 产品中心 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
.cp_bottom{
  padding: 15px 0;
}
/* 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: #00a0e9;
  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: 99999;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(0,93,173,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
  opacity: 0;
}
.nav-actived{
  left: 0;
  opacity: 1;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover,
.layui-nav .layui-this{
  background-color: #00a0e9;
}
.layui-nav .layui-nav-item:hover a,
.layui-nav .layui-this a{
  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-头部 */

/* 首页 */
.gsjj {
  padding: 20px 0;
}
.gsjj_right {
  padding: 10px 0 10px 20px;
}
.gsjj_p::after {
  margin-top: 10px;
}
.gsjj_sp {
  margin-top: 10px;
}
.gsjj_txt {
  margin: 15px 0;
}

.cpzx {
  padding: 20px 0;
}
.cpzx_contect {
  margin-top: 20px;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B {
  padding: 10px;
}

.ys_title {
  padding: 20px 0 30px 0;
}
.ys_contect {
  padding: 20px 0;
}
.ys_ul li {
  width: calc(50% - 20px);
  margin: 15px 0;
}
.ys_ul li .ys_sub {
  width: 118px;
  height: 128px;
  margin-right: 15px;
}
.ys_ul li .ys_p {
  margin-top: 10px;
}

.news_ul li a .news_R {
  padding: 10px;
}
.news_ul li a .news_R .news_txt {
  margin-top: 10px;
}

.equ {
  padding: 20px 0;
}
/* END-首页 */

/* 底部 */
.footer {
  padding-top: 20px;
}
.footer>.container>div {
  padding: 10px 0;
}
.footer_p::after {
  margin-top: 5px;
}
.footer_about {
  width: 12.5%;
}
.footer_cp {
  width: 22%;
  padding: 15px 20px !important;
}
.footer_equ {
  padding: 15px 20px !important;
}
.footer_news {
  width: 15.75%;
  padding: 15px 0 15px 20px !important;
}
.footer_lxwm {
  width: 29.5%;
  padding: 15px 0 15px 20px !important;
}
.lxwm_wx {
  width: 76px;
}
.copyright {
  padding: 10px 0;
  margin-top: 15px;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.about {
  margin-bottom: 20px;
}
.about_title {
  padding: 10px 0 10px 10px;
}
.about_T {
  height: 50px;
  line-height: 50px;
  font-size: 60px;
  margin-right: 5px;
}
.about_p {
  line-height: 30px;
  font-size: 24px;
}
.about_sp {
  line-height: 20px;
  font-size: 14px;
}
.main_right{
	width: 69%;
}
/* END-关于我们 */

/* 新闻资讯 */
.xw_ul li a .xw_img{
	width: 180px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 180px);
	padding: 15px;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 44px;
}

.search{
	padding: 10px 0;
}
.search_form{
	width: 100%;
}
.search_txt{
	width: 100%;
	float: left;
	padding-top: 5px;
	line-height: 20px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 10px 0;
}
.gsjj>.container {
  flex-direction: column-reverse;
}
.gsjj_left {
  width: 100%;
}
.gsjj_left::before{
  content: "";
  display: block;
  padding-top: 62.02532%;
}
.gsjj_right {
  width: 100%;
  padding: 0 0 10px 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.gsjj_p::after {
  margin: 5px auto 0 auto;
}
.gsjj_sp {
  line-height: 20px;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
.gsjj_txt {
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
  height: auto;
  -webkit-line-clamp: initial;
}
.gsjj_ul li .gsjj_pp {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.gsjj_ul li .gsjj_pp>span {
  font-size: 20px;
}
.gsjj_ul li .gsjj_spp {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

.cpzx {
  padding: 10px 0;
}
.cpzx_title {
  line-height: 30px;
  font-size: 18px;
}
.cpzx_title::after {
  margin: 5px auto 0 auto;
}
.cpzx_contect {
  margin-top: 10px;
}
.cpzx-imgbox .swiper-slide {
  padding: 5px;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B {
  padding: 5px;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B .cpzx_p {
  line-height: 30px;
  font-size: 16px;
}
.cpzx-imgbox .swiper-slide>a .cpzx_B .cpzx_txt {
  height: 40px;
  line-height: 20px;
}
.cpzx-prev,
.cpzx-next {
  width: 20px;
  height: 30px;
}

.ys_title {
  padding: 10px 0;
}
.ys_contect {
  padding: 5px 0;
}
.ys_ul li {
  width: 100%;
  margin: 5px 0;
}
.ys_ul li .ys_sub {
  width: 70px;
  height: 80px;
  margin-right: 10px;
}
.ys_ul li .ys_sub>img{
  height: 30px;
  top: 5px;
}
.ys_ul li .ys_p {
  line-height: 30px;
  margin-top: 0;
  font-size: 18px;
}
.ys_ul li .ys_txt {
  line-height: 22px;
  margin-top: 5px;
  font-size: 14px;
}

.news_title{
  height: auto;
  padding: 10px 0;
}
.news_p {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.news_sp {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.news_jiantou {
  border-top: 10px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  margin: 5px auto 0 auto;
}
.news_contect {
  padding: 10px 0;
}
.news_nav li {
  margin: 0 10px;
}
.news_nav li a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.news_box {
  padding-top: 10px;
}
.news_img {
  width: 100%;
}
.news_img::before{
  content: "";
  display: block;
  padding-top: 62%;
}
.news_ul {
  width: 100%;
}
.news_ul li{
  margin: 10px 0 0 0;
}
.news_ul li:last-child {
  margin: 10px 0 0 0;
}
.news_ul li a .news_sub {
  width: 85px;
  line-height: 24px;
  font-size: 18px;
}
.news_ul li a .news_R {
  width: calc(100% - 85px);
  padding: 5px;
}
.news_ul li a .news_R .news_txt {
  margin-top: 5px;
}

.equ {
  padding: 10px 0;
}
.equ_contect {
  margin-top: 10px;
}
.equ-prev,
.equ-next {
  width: 20px;
  height: 30px;
}
.equ-imgbox .swiper-slide .equ_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 10px 0;
}
.link_title {
  width: 100%;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.link_title span {
  font-size: 18px;
}
.link_txt {
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  padding: 0;
  display: block;
}
.link_txt a {
  margin: 0 4px;
}
.footer {
  padding: 0;
}
.copyright {
  padding: 10px 0;
  margin-top: 0;
  border: none !important;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about{
  margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  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: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
.company img{max-width: 100%; height: auto;}
/* END-关于我们 */

/* 产品中心 */
.cp_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt{
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.cp_bottom{
  padding: 10px 0;
}
.cp_bottom a{
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.cpxq_p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cpxq_txt{
	line-height: 24px;
}
.cpxq_txt img{
	margin: 5px auto;
}
/* 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: 5px;
}
.xw_ul li a .xw_R .xw_p{
	line-height: 30px;
}
.xw_ul li a .xw_R .xw_txt{
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.xw_ul li a .xw_R .xw_sp{
	height: 14px;
	line-height: 14px;
}

.xwxq_p{
	line-height: 24px;
	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_txt {
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.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: #005dad;
  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: #00a0e9;
  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 */

