/*
 * @创建者: 庄晓辉
 * @创建时间: 2021-04-27 22:05:22
 * @上次修改者: 庄晓辉
 * @上次修改时间: 2021-04-27 22:05:22
 */

 /* 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%;
}
.header>.container{
  display: flex;
  justify-content: space-between;
}
.logo{
  padding: 23px 0;
}
.logo > a{
  width: 270px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  display: flex;
}
.header_nav{
  display: flex;
  align-items: center;
  float: left;
  font-size: 14px;
  color: #808080;
}
.header_nav>a{
  color: #808080;
  margin: 0 5px;
}
.pagination li{display: inline}
.pagination li a{border: 1px solid #ddd;padding: 6px 12px;}
.header_nav>a:hover{
  color: #004280;
  text-decoration: underline;
}
.header_dianhua{
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: #000;
}
.header_dianhua>span{
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #0e3e6b;
}

.search{
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.search_ss{
  margin-left: 15px;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}
.search_ss img{
  float: left;
  margin-right: 6px;
}
.search_form{
  display: none;
  width: 1200px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9999999;
  background-color: #ededed;
  padding: 20px;
}
.search_form>input{
  width: calc(100% - 150px);
  height: 50px;
  float: left;
  line-height: 48px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}
.search_form>input::-webkit-input-placeholder{color: #999;}
.search_form>input:-moz-placeholder{color: #999;}
.search_form>button{
  width: 150px;
  float: left;
  height: 50px;
  background-color: #004280;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.search_form>button>img{
  float: left;
  margin-right: 10px;
}

/* 导航 */
nav{
  background: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.nav{
  width: 100%;
}
.nav>li{
  float: left;
  /* position: relative; */
  margin-right: 15px;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #4d4d4d;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
.nav>li:first-child>a{
  padding: 0 25px 0 0;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #939393;
  color: #fff;
}
.nav>li:first-child:hover>a,
.nav>li:first-child.nav-this>a{
  padding: 0 25px;
}

/* 导航下拉 */
.nav-child{
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  background-color: #fff;
  border-top: 3px solid #939393;
  padding: 35px 0;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	overflow-y: auto;
}
.nav-child>.container{
  display: flex;
  flex-wrap: wrap;
}
.nav-child>.container .nav-B{
  width: 25%;
  float: left;
}
.nav-child dl{
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.nav-child dl dt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-bottom: 15px;
}
.nav-child dl dt>a{
  float: left;
  font-size: 16px;
  color: #1d1e1e;
  background: url(../images/jiantou1.png) no-repeat right center;
  padding-right: 20px;
}
.nav-child dl dt>a:hover{
  text-decoration: underline;
  color: #004280;
}
.nav-child dl dd{
  display: block;
  overflow: hidden;
  line-height: 20px;
  color: #004280;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nav-child dl dd a{
  font-size: 14px;
  color: #004280;
}
.nav-child dl dd a:hover{
  text-decoration: underline;
  color: #004280;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  max-width: 1200px;
}
.banner .swiper-pagination-bullet {
  width: 30px;
  float: left;
  height: 7px;
  background: #fff;
  opacity: 1;
  border-radius: initial;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #004280;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-next {
  right: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/next.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner .banner-prev {
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/prev.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner:hover .banner-next {
  opacity: 1;
}
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页内容*/
/* 产品中心 */
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.cpzx_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 44px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  padding-top: 50px;
  width: 1206px;
}
.cpzx_ul li{
  width: 396px;
  float: left;
  margin: 0 6px 6px 0;
}
.cpzx_ul li a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  padding: 0 25px;
  font-size: 18px;
  color: #0e3e6b;
}
.cpzx_ul li a>span{
  float: right;
  font-size: 16px;
}
.cpzx_ul li a:hover{
  border-color: #0e3e6b;
  background-color: #0e3e6b;
  color: #fff;
}

/* 关于我们 */
.gsjj{
  width: 100%;
  overflow: hidden;
  background-color: #e2e2e2;
  padding: 55px 0;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  overflow: hidden;
  margin-top: 40px;
}
.gsjj_img{
  width: 46%;
  float: right;
  overflow: hidden;
  position: relative;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 56.1594203%;
}
.gsjj_R{
  width: 54%;
  float: left;
  background-color: #fff;
  padding: 20px 30px;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #004280;
  font-weight: bold;
  margin-bottom: 10px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.gsjj_more>a{
  float: left;
  border-bottom: 1px solid #004280;
  font-size: 16px;
  color: #004280;
  padding-right: 26px;
  background: url(../images/gsjj_jiantou.png) no-repeat right center;
}

/* 新闻资讯 */
.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f2f2f3;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 40px;
}
.news_img{
  width: 35.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_img::before{
  content: "";
  display: block;
  padding-top: 82.62911%;
}
.news_ul{
  width: 64.5%;
  float: left;
  padding-left: 6px;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}
.news_ul li a{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 20px;
}
.news_ul li a .news_sub{
  width: 102px;
  float: left;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  line-height: 28px;
  font-size: 26px;
  color: #787878;
  font-family: "Microsoft Yahei Light";
}
.news_ul li a .news_sub>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 32px;
}
.news_ul li a .news_R{
  width: calc(100% - 102px);
  float: left;
  padding-left: 20px;
}
.news_ul li a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #787878;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li a .news_R .news_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 12px;
  color: #838383;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul li a:hover{
  background-color: #004280;
  border-color: #004280;
}
.news_ul li a:hover .news_sub,
.news_ul li a:hover .news_p,
.news_ul li a:hover .news_txt{
  color: #fff;
}
.news_ul li:last-child{margin: 0;}

/* 在线留言 */
.zxly{
  width: 100%;
  overflow: hidden;
  background-color: #406180;
  padding-top: 22px;
}
.zxly_title{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.zxly_form{
  display: block;
  overflow: hidden;
  padding-top: 10px
}
.zxly_form>label{
  width: calc(50% - 10px);
  background-color: #254869;
  margin-top: 10px;
}
.zxly_form>label:nth-child(3){
  width: 100%;
}
.zxly_form>label>.zxly_sp{
  width: 60px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}
.zxly_form>label>.zxly_sp>span{
  color: #d5001b;
  font-weight: bold;
  padding-right: 10px;
}
.zxly_form>label>input{
  width: calc(100% - 60px);
  float: left;
  height: 50px;
  line-height: 50px;
  background-color: initial;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.zxly_form>label>textarea{
  width: calc(100% - 60px);
  float: left;
  height: 95px;
  line-height: 30px;
  background-color: initial;
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
.zxly_form>button{
  width: 100%;
  float: left;
  margin-top: 10px;
  height: 50px;
  background-color: #254869;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
/*END-首页内容*/

/* 底部 */
.lxwm{
  width: 100%;
  overflow: hidden;
  background-color: #406180;
  padding: 30px 0;
}
.lxwm_ul{
  display: flex;
  overflow: hidden;
  padding-left: 1px;
}
.lxwm_ul li{
  width: 16%;
  float: left;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  color: #fff;
  margin-left: -1px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 25px 10px;
}
.lxwm_ul li img{
  float: left;
  margin-right: 10px;
}
.lxwm_ul li:nth-child(4){
  width: 20%;
}
.lxwm_ul li:last-child{
  width: 32%;
}
.footer {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 40px 0;
}
.footer_logo{
  float: left;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_nav{
  float: right;
  line-height: 24px;
}
.footer_nav a{
  float: left;
  margin-left: 50px;
  font-size: 14px;
  color: #4d4d4d;
  background: url(../images/jiantou2.png) no-repeat left center;
  padding-left: 20px;
}
.footer_nav a:first-child{
  margin: 0;
}
.footer_nav a:hover{
  color: #004280;
  text-decoration: underline;
}
.copyright{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 25px;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  text-align: center;
  line-height: 20px;
  color: #818181;
  font-size: 12px;
}
.copyright a{
  color: #818181;
  margin: 0 5px;
}
.copyright a:hover{
  color: #004280;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #dcdcdc;
  line-height: 40px;
  font-size: 14px;
  color: #939393;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #606060;
  line-height: 30px;
}
/* END-关于我们 */

/* 产品中心 */
.cp{
  width: 100%;
  overflow: hidden;
}
.cp_title{
  line-height: 42px;
  font-size: 30px;
  color: #191919;
  margin-bottom: 20px;
}
.cp_txts{
  line-height: 24px;
  font-size: 16px;
  color: #454545;
}
.cp_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.cp_dl>dt{
  width: 100%;
  float: left;
  line-height: 38px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
  color: #191919;
  margin-bottom: 25px;
}
.cp_dl>dd{
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 15px;
}
.cp_dl>dd>a{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 10px;
}
.cp_dl>dd>a .cp_img{
  width: 120px;
  float: left;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  position: relative;
}
.cp_dl>dd>a .cp_img .img-cover{object-fit: contain;}
.cp_dl>dd>a .cp_img::before{content:"";display: block;padding-top:90%}
.cp_dl>dd>a .cp_R{
  width: calc(100% - 120px);
  float: left;
  padding-left: 20px;
}
.cp_dl>dd>a .cp_R .cp_p{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
  color: #004280;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.cp_dl>dd>a .cp_R .cp_txt{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #454545;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.cp_dl>dd>a .cp_R .cp_more{
  float: right;
  width: 98px;
  height: 28px;
  line-height: 28px;
  background-color: #646464;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.cp_dl>dd>a:hover,
.cp_dl>dd>a:hover .cp_img{
  border-color: #004280;;
}
.cp_dl>dd>a:hover .cp_R .cp_more{
  background-color: #004280;
}

/* 相册详情 */
.cpxq{
  display: block;
  margin-top: 30px;
}
.pc-slide {
	width: 306px;
  float: left;
  margin-right: 35px;
}
.view{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: 1px solid #e5e5e5;
}
.view .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 88.741722%;
}
.view .arrow-left,
.view .arrow-right {
  left: 0;
  top: 0;
  width: 50%;
  float: left;
  height: 100%;
  position: absolute;
  z-index: 9;
}
.view .arrow-right {
  left: initial;
  right: 0;
}
.preview {
	width: 100%;
	position: relative;
  border: 1px solid #e5e5e5;
  padding: 10px 60px;
}
.preview .swiper-container{
  width: 169px;
}
.preview .swiper-slide {
	width: 62px;
	cursor:pointer;
}
.preview .swiper-slide img{
  width: 45px;
  float: left;
  height: 45px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  object-fit: cover;
}
.preview .swiper-slide:last-child {
	width: 45px;
}
.preview .arrow-left,
.preview .arrow-right {
  position: absolute;
	left: 18px;
	top: 50%;
  transform: translateY(-50%);
	background-image: url(../images/cpxq_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
	width: 16px;
	height: 22px;
	z-index: 10;
}
.preview .arrow-right{
  left: initial;
  right: 18px;
	background-image: url(../images/cpxq_right.png);
}
.preview .active-nav img {
	border: 1px solid #004280;
}
.cpxq_txts{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 24px;
  min-height: 264px;
  border-bottom: 1px solid #dcdcdc;
}
.cpxq_more{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-between;
  margin-top: 25px;
}
.cpxq_more>a{
  width: 31%;
  float: left;
  height: 42px;
  line-height: 40px;
  text-align: center;
  background-color: #004280;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #fff  !important;
  text-transform: uppercase;
}
.cpxq_more>a:hover{
  background-color: #406180;
}
.cpgg{
  display: block;
  overflow: hidden;
  margin: 30px 0;
}
.cpgg_title{
  display: block;
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #191919;
  margin-bottom: 20px;
}
.cpgg_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #626262;
  line-height: 24px;
  min-height: 264px;
}
.cpgg_ul{
  display: block;
  overflow: hidden;
}
.cpgg_ul li{
  width: 16.6666%;
  float: left;
}
.cpgg_ul li a{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #004280;
}
.cpgg_ul li img{
  float: left;
  margin-right: 10px;
}
.cpgg_ul li a:hover{
  text-decoration: underline;
}
/* END-产品中心 */

/* 新闻资讯 */
.about{
  width: 252px;
  float: left;
}
.about_T{
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #004280;
  padding-bottom: 10px;
  line-height: 35px;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  line-height: 36px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #1e1e1e;
}
.about_ul>li>a{
  color: #1e1e1e;
}
.about_ul>li>a:hover{
  color: #004280;
  text-decoration: underline;
}
.xw_right{
  width: 900px;
  float: right;
}
.xw_title{
  display: block;
  overflow: hidden;
  line-height: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li .xw_img{
  width: 266px;
  float: left;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  position: relative;
}
.xw_ul li .xw_R{
  width: calc(100% - 266px);
  float: left;
  padding-left: 20px;
}
.xw_ul li .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #004280;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.xw_ul li .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #8f8f8f;
  margin-bottom: 5px;
}
.xw_ul li .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #4c4c4c;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xw_ul li:hover .xw_img img{
  transform: scale(1.1,1.1);
}

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

/* 在线留言 */
.message_form{
	display: block;
	overflow: hidden;
}
.message_B{
	width: calc(50% - 10px);
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
.message_B1{
	width: 100%;
}
.message_sp{
	width: 60px;
	float: left;
	height: 48px;
	line-height: 48px;
	text-align: right;
	font-size: 14px;
	color: #999999;
}
.message_sp>span{
	color: #cc0033;
	font-weight: bold;
	margin-right: 10px;
}
.message_B>input{
	width: calc(100% - 60px);
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #000;
	padding: 0 10px;
}
.message_B1>textarea{
	width: calc(100% - 60px);
	float: left;
	height: 94px;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	padding: 10px;
}
.message_contect{
	width: 101%;
	float: left;
	margin-top: 30px;
	margin-left: -0.5%;
	display: flex;
	flex-wrap: wrap;
}
.message_box{
	width: 15.666667%;
	float: left;
	margin: 0 0.5% 1% 0.5%;
	border: 1px solid #ccc;
	padding-bottom: 15px;
}
.message_box .message_title{
	display: block;
	overflow: hidden;
	position: relative;
	height: 49px;
	line-height: 48px;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.message_box .message_title::after{
	content: ">";
	float: left;
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 14px;
	color: #000;
	transform: rotate(90deg) translateX(-50%);
}
.message_box>label{
	display: block;
	overflow: hidden;
	padding: 0 20px;
	line-height: 22px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	margin-bottom: 15px;
}
.message_box>label>input{
	width: 15px;
	float: left;
	height: 15px;
	margin: 4px 15px 0 0;
}
.message_box>label>input[type=checkbox]{
	background: url(../images/message_icon2.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.message_box>label>input:checked{
	background: url(../images/message_icon1.jpg) no-repeat center center;
}
.message_btn{
	width: 100%;
	float: left;
	height: 48px;
	line-height: 48px;
	margin-top: 15px;
	text-align: center;
	background-color: #254869;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
/* END-在线留言 */

/*联系我们*/
.contact_txt {
  width: 40%;
  float: left;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 350px;
  border: none;
}
/*END-联系我们*/

/* 登录/注册 */
.dlbox{
  width: 100%;
  overflow: hidden;
  background: url(../images/dh_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
.dl{
  width: 434px;
  float: left;
  background-color: #fff;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  padding: 40px;
}
.dl_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 44px;
  font-size: 36px;
  color: #141c23;
  font-weight: bold;
}
.dl_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  color: #666;
  margin-bottom: 35px;
}
.dl_form{
  display: block;
  overflow: hidden;
}
.dl_form>input{
  width: 100%;
  float: left;
  height: 72px;
  line-height: 70px;
  border: 1px solid #e8e8e8;
  border-radius: 35px;
  padding: 0 10px 0 80px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 34px center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}
.dl_form>input::-webkit-input-placeholder{color: rgba(0,66,128,0.4);} 
.dl_form>input:-moz-placeholder{color: rgba(0,66,128,0.4);} 
.dl_form>input.dl_zhanghao{
  background-image: url(../images/dh_icon1.png);
}
.dl_form>input.dl_mima{
  background-image: url(../images/dh_icon2.png);
}
.dl_spp{
  width: 100%;
  float: left;
  text-align: right;
}
.dl_spp>a{
  font-size: 14px;
  color: #8d8d8d;
}
.dl_spp>a:hover{
  color: #fff;
  text-decoration: underline;
}
.dl_form>#btn{
  width: 100%;
  float: left;
  margin-top: 20px;
  height: 72px;
	line-height: 72px;
	text-align: center;
  background-color: #004280;
  border-radius: 36px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}


.zcbox{
  width: 100%;
  overflow: hidden;
  background: url(../images/zc_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.zc_form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.zc_left{
  width: calc(50% - 13px);
  margin-bottom: 40px;
}
.zc_p{
  width: 100%;
  float: left;
  line-height: 36px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  font-size: 24px;
  color: #262626;
  margin-bottom: 5px;
}
.zc_sp{
  width: 100%;
  float: left;
  text-align: right;
  line-height: 22px;
  font-size: 12px;
  color: #d5001b;
  margin-bottom: 10px;
}
.zc_left>label{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.zc_left>label>.zc_spp{
  width: 95px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #262626;
}
.zc_left>label>.zc_spp>span{
  font-size: 14px;
  color: #d5001b;
  font-weight: bold;
}
.zc_left>label>input{
  width: calc(100% - 95px);
  float: left;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 38px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
}
.zc_left>label>#loginyzm{
  width: 150px;
  float: left;
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 38px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
}
.zc_img{
	height: 40px;
	cursor: pointer;
	margin-left:15px;
}

.zc_btn{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.zc_btn>button{
  width: 164px;
  float: left;
  height: 40px;
  background-color: #004280;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
/* END-登录/注册 */

@media (max-width: 1220px) {
/*首页内容*/
.search_form {
	width: 1000px;
}
/* 产品中心 */
.cpzx{
  padding: 40px 0;
}
.cpzx_ul {
  padding-top: 40px;
  width: 101%;
  margin-left: -0.5%;
}
.cpzx_ul li {
  width: 32.3333%;
  margin: 0 0.5% 6px 0.5%;
}

/* 关于我们 */
.gsjj{
  padding: 40px 0;
}
.gsjj_R {
  padding: 20px;
}

/* 新闻资讯 */
.news{
  padding: 40px 0;
}
/*END-首页内容*/

/* 底部 */
.lxwm{
  padding: 25px 0;
}
.footer {
  padding: 30px 0;
}
.footer_nav a {
  margin-left: 30px;
}
/* END-底部 */

/* 新闻资讯 */
.about{
  width: 24%;
}
.xw_right{
  width: 74%;
}
/* END-新闻资讯 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #004280;
}

/* 头部 */
.header {
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.search {
	padding-right: 60px;
}
.search_form {
	width: 700px;
}
/* 导航 */
nav {
  padding:0;
  background: none;

}
.nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  right: 10px;
  top:0;
}
.nav>li{
  width: 100%;
  border-bottom: 1px solid #fff;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.nav>li:first-child>a{
  padding: 0;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #004280;
}
/* END */

/*首页内容*/
/* 产品中心 */
.cpzx{
  padding: 20px 0;
}
.cpzx_ul {
  padding-top: 20px;
}
.cpzx_ul li a {
  padding: 0 15px;
}

/* 关于我们 */
.gsjj{
  padding: 20px 0;
}
.gsjj_contect {
  margin-top: 20px;
}
/* 新闻资讯 */
.news{
  padding: 20px 0;
}
.news_contect {
  margin-top: 20px;
}
.news_ul li a {
  padding: 10px;
}
/*END-首页内容*/

/* 底部 */
.lxwm{
  padding: 15px 0;
}
.lxwm_ul li {
  padding: 10px;

}
.footer {
  padding: 15px 0;
}
.footer_nav a {
  margin-left: 5px;
  padding-left: 15px;
}
.copyright {
  margin-top: 10px;
  padding-top: 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 25px 0;
}
/* END-关于我们 */

/* 产品中心 */
.cpgg_ul li{
  width: 25%;
}
/* END-产品中心 */

/* 新闻资讯 */
.about{
  width: 29%;
}
.xw_right{
  width: 69%;
}
/* END-新闻资讯 */

/* 在线留言 */
.message_contect{
	margin-top: 15px;
}
.message_box{
	width: 24%;
}
/* END-在线留言 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

.search {
	padding-right: 40px;
}
.search_form {
	width: 350px;
	padding: 5px;
}
.search_form>input {
	width: calc(100% - 100px);
	height: 40px;
	line-height: 38px;
}
.search_form>button {
	width: 100px;
	height: 40px;
	font-size: 16px;
}

/* 头部 */
.logo {
  padding: 15px 0;
}
.banner .swiper-pagination {
  bottom: 10px;
}
/* END */

/*首页内容*/
/* 产品中心 */
.cpzx{
  padding: 10px 0;
}
.cpzx_title {
  line-height: 30px;
  font-size: 20px;
}
.cpzx_ul {
  padding-top: 10px;
}
.cpzx_ul li {
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}
.cpzx_ul li a {
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 16px;
}

/* 关于我们 */
.gsjj{
  padding: 10px 0;
}
.gsjj_img{
  width: 100%;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_R {
  width: 100%;
  padding: 10px;
}
.gsjj_txt {
  margin-bottom: 5px;
}

/* 新闻资讯 */
.news{
  padding: 10px 0;
}
.news_contect {
  margin-top: 10px;
}
.news_ul {
  width: 100%;
  padding-left:0;
}
.news_ul li a {
  padding: 5px;
}
.news_ul li a .news_sub {
  width: 65px;
  line-height: 24px;
  font-size: 16px;
}
.news_ul li a .news_sub>span {
  line-height: 24px;
  font-size: 20px;
}
.news_ul li a .news_R {
  width: calc(100% - 65px);
  padding-left: 10px;
}
.news_ul li a .news_R .news_txt {
  line-height: 20px;
  height: 40px;
}

/* 在线留言 */
.zxly{
  padding-top: 10px;
}
.zxly_title{
  line-height: 30px;
  font-size: 20px;
}
.zxly_form{
  padding-top: 0
}
.zxly_form>label{
  width: 100%;
}
.zxly_form>label>.zxly_sp{
  width: 60px;
  height: 50px;
  line-height: 50px;
}
.zxly_form>label>.zxly_sp {
  width: 50px;
  height: 36px;
  line-height: 36px;
}
.zxly_form>label>input {
  width: calc(100% - 50px);
  height: 36px;
  line-height: 36px;
}
.zxly_form>label>textarea{
  width: calc(100% - 50px);
  height: 80px;
  line-height: 20px;
  padding: 8px 10px;
}
.zxly_form>button{
  height: 40px;
}
/*END-首页内容*/

/* 底部 */
.lxwm{
  padding: 10px 0;
}
.lxwm_ul{
  flex-wrap: wrap;
  padding-bottom: 1px;
}
.lxwm_ul li{
  width: 33.3334%;
  padding: 5px;
  margin-bottom: -1px;
  font-size: 12px;
}
.lxwm_ul li img {
  margin-right: 5px;
  width: auto;
  height: 24px;
}
.lxwm_ul li:nth-child(4){
  width: 50%;
}
.lxwm_ul li:last-child{
  width: 50%;
}
.footer {
  padding: 10px 0;
}
.footer_nav{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 20px;
}
.footer_nav a{
  margin: 0 4px;
  font-size: 12px;
  padding-left: 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 0;
}
.dqwz_title{
  border: 0;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #004280;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  font-size: 14px;
  line-height: 24px;
}
/* END-关于我们 */

/* 产品中心 */
.cp_title {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 5px;
}
.cp_txts {
  line-height: 22px;
  font-size: 14px;
}
.cp_dl {
  margin-top: 10px;
}
.cp_dl>dt {
  line-height: 34px;
  font-size: 18px;
  margin-bottom: 10px;
}
.cp_dl>dd {
  width: 100%;
  margin-bottom: 10px;
}
.cp_dl>dd>a {
  padding: 5px;
}
.cp_dl>dd>a .cp_img {
  width: 100px;
}
.cp_dl>dd>a .cp_R {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.cp_dl>dd>a .cp_R .cp_p {
  margin-bottom: 5px;
}
.cp_dl>dd>a .cp_R .cp_txt {
  -webkit-line-clamp: 2;
}
.cp_dl>dd>a .cp_R .cp_more {
  width: 72px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  margin-top: 5px;
}
.cpxq {
  margin-top: 10px;
}
.pc-slide {
  width: 100%;
  margin: 0 0 10px 0;
  float: none;
  overflow: hidden;
}
.view .swiper-slide::before {
  padding-top: 75%;
}
.preview {
  padding: 10px 30px;
}
.preview .swiper-container {
  width: 102%;
  margin-left: -1%;
}
.preview .swiper-slide {
  width: 31.33%;
  margin: 0 1%;
  position: relative;
  overflow: hidden;
}
.preview .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.preview .swiper-slide img {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
}
.preview .active-nav img {
  border: 1px solid #004280;
}
.preview .arrow-left,
.preview .arrow-right {
  left: 5px;
}
.preview .arrow-right {
  left: initial;
  right: 5px;
}
.preview .swiper-slide:last-child {
  width: 31.3333%;
}
.cpxq_txts {
  min-height: initial;
  padding-bottom: 10px;
}
.cpxq_more {
  margin-top: 10px;
}
.cpxq_more>a {
  width: 32%;
}
.cpgg {
  margin: 10px 0;
}
.cpgg_title {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
.cpgg_txt {
  min-height: initial;
}
.cpgg_ul li{
  width: 50%;
}
/* END-产品中心 */

/* 新闻资讯 */
.about{
  width: 100%;
}
.xw .dqwz_contect {
  padding: 0;
}
.xw .about_title{
  background-image: url(../images/imgs/sj_jiantou.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 20px;
}
.about_ul{
  display: none;
}
.about_ul>li{
  margin-top: 3px;
}
.about_ul>li>a {
  display: block;
  background-color: #f2f2f3;
  text-align: center;
  overflow: hidden;
}
.xw_right{
  width: 100%;
  padding: 10px 0;
}
.xw_ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li .xw_img{
  width: 126px;
}
.xw_ul li .xw_R{
  width: calc(100% - 126px);
  padding-left: 10px;
}
.xw_ul li .xw_R .xw_p{
  margin-bottom: 5px;
}
.xw_ul li .xw_R .xw_txt{
  line-height: 18px;
  font-size: 12px;
}
/* END-新闻资讯 */

/* 在线留言 */
.message_B {
	width: 100%;
}
.message_sp {
	width: 50px;
	height: 38px;
	line-height: 38px;
}
.message_sp>span {
	margin-right: 5px;
}
.message_B>input {
	width: calc(100% - 50px);
	height: 38px;
	line-height: 38px;
}
.message_B1>textarea {
	width: calc(100% - 50px);
	line-height: 24px;
	padding: 5px 10px;
}
.message_contect{
	margin-top: 5px;
}
.message_box{
	width: 49%;
	padding-bottom: 5px;
}
.message_box .message_title {
	height: 35px;
	line-height: 34px;
	padding: 0 10px;
	margin-bottom: 5px;
}
.message_box>label {
	padding: 0 10px;
	margin-bottom: 5px;
}
.message_btn {
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 14px;
}
/* END-在线留言 */

/*联系我们*/
.contact_txt {
  width: 100%;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/


/* 登录/注册 */
.dlbox{
  padding: 80px 0;
}
.dl{
  width: 100%;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
}
.dl_p{
  line-height: 30px;
  font-size: 20px;
}
.dl_sp{
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.dl_form>input{
  height: 42px;
  line-height: 40px;
  border-radius: 21px;
  padding: 0 10px 0 40px;
  background-position: 15px center;
  background-size: auto 20px;
}

.dl_form>#btn{
  margin-top: 10px;
  height: 40px;
	line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
}

.zcbox{
  padding: 20px 0;
}
.zc_left{
  width: 100%;
  margin-bottom: 10px;
}
.zc_p{
  line-height: 30px;
  font-size: 18px;
}
.zc_left>label>.zc_spp{
  width: 70px;
  font-size: 14px;
}
.zc_left>label>.zc_spp>span{
  font-size: 14px;
  color: #d5001b;
  font-weight: bold;
}
.zc_left>label>input{
  width: calc(100% - 70px);
}
/* END-登录/注册 */
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 62px;
  float: left;
  background: #fff;
}
.root {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background: #fff;
}
.root a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #406180;
  text-align: center;
}
.root a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.root a > div:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
.root a:hover {
  background: #254869;
  color: #fff;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 65px;
  z-index: 99999;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
  text-align: center;
  transition: initial;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #254869;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */
