/* 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";

/* 引导页 */
.index_video{
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}
.index_header{
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 45px;
  z-index: 99;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.4s;
}
.index_logo{
  width: 305px;
  float: left;
}
.index_logo img{
  width: 100%;
  display: block;
  height: auto;
}
.index_nav{
  float: right;
  padding-top: 50px;
}
.index_nav li{
  float: left;
  margin-left: 45px;
  transition: all 0.4s;
}
.index_nav li>a{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.index_banner{
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9;
  padding: 0 3.5%;
}
.index_banner_p{
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.index_banner_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
}
/* END-引导页 */

/* 头部 */
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 27px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
	width: 100%;
  max-width: 177px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
.header_R{
  width: 81.5%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav {
  width: auto !important;
}
.layui-nav{
  height: 100%;
  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: auto;
  height: 100%;
  margin: 0 15px;
}
.layui-nav .layui-nav-item > a{
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  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: 2PX;
  background-color: #125aa8;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #125aa8;
}
.layui-nav .layui-nav-item:hover > a{
  color: #125aa8;
}

/* 导航下拉 */
.layui-nav-child{
  left: -70%;
  top: 100%;
  min-width: 240%;
  padding: 0;
  border: none;
  line-height: 40px;
  background-color: rgba(0,0,0,0.4);
  border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #125aa8;
  color: #fff;
}

.header_Box{
  width: 156px;
  float: left;
  display: flex;
  justify-content: space-between;
}
.header_Box>li{
  width: 36px;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.header_Box>li>.header_icon{
  width: 100%;
  display: block;
  overflow: hidden;
  height: 36px;
  position: relative;
  border-radius: 50%;
  background-color: #125aa8;
  cursor: pointer;
}
.header_Box>li>a{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 8px;
}
.header_Box>li>a>span{
  float: right;
  font-size: 14px;
  color: #f00;
}

.header_nav{
  display: none;
  width: 104px;
  float: left;
  position: absolute;
  left: -34px;
  top: 100%;
  z-index: 2;
}
.header_nav>li{
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
}
.header_nav>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}
.header_nav>li>a:hover{
  background-color: #125aa8;
  color: #fff;
}

.header_form{
  display: none;
  width: 300px;
  float: left;
  position: absolute;
  right: 0;
  top: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header_inp1{
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.header_btn{
  width: 60px;
  float: left;
  height: 40px;
  background-color: #125aa8;
  color: #fff;
  font-size: 14px;
}

/*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: #05468b;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #05468b;
}
/*箭头*/
.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 */

/* 首页 */
.cpzx{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 45px 0;
}
.cpzx_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzx_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.cpzx_sp{
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.cpzx_sp>span{
  float: left;
  padding: 0 18px;
  position: relative;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.cpzx_sp>span::before{
  content: "";
  width: 36px;
  height: 2px;
  background-color: #125aa8;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzx_sp>span::after{
  content: "";
  width: 36px;
  height: 2px;
  background-color: #125aa8;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.cpzx_ul li{
  width: 16.6667%;
  float: left;
  margin-bottom: 15px;
}
.cpzx_ul li .cpzx_img{
  width: 100%;
  max-width: 98px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(195,195,195,0.75);
  position: relative;
  overflow: hidden;
  top: 0;
  transition: all 0.8s;
}
.cpzx_ul li .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cpzx_ul li .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all 0.4s;
}
.cpzx_ul li:hover .cpzx_img{
  transform: rotateY(360deg);
  top: -15px;
}
.cpzx_ul li:hover .cpzx_txt{
  color: #125aa8;
}

.specp{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.specp_ul{
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.specp_ul li{
  width: 50%;
  float: left;
}
.specp_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.specp_ul li>a .specp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.specp_ul li>a .specp_img::before{
  content: "";
  display: block;
  padding-top: 35.5%;
}
.specp_ul li>a .specp_hover{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.specp_ul li>a .specp_hover .specp_p{
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.specp_ul li>a:hover .specp_img img{
  transform: scale(1.1);
}
.specp_ul li:first-child .specp_img::before{
  padding-top: 71%;
}
.specp_ul li:first-child>a .specp_hover .specp_p{
  height: 33%;
  padding: 0 35px;
  justify-content: flex-start;
}
.specp_ul li:first-child>a .specp_hover .specp_box{
  width: 100%;
  height: 67%;
  overflow: hidden;
  padding: 35px;
  background-color: rgba(0,0,0,0.5);
}
.specp_ul li:first-child>a .specp_hover .specp_box .specp_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.specp_ul li:first-child>a .specp_hover .specp_box .specp_more{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  width: 136px;
  height: 40px;
  border: 2px solid #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
  transition: all 0.4s;
}
.specp_ul li:first-child>a:hover .specp_hover .specp_box .specp_more{
  background-color: #fff;
  color: #125aa8;
}
.specp_ul li:nth-child(3)>a .specp_hover .specp_p{
  /*color: #125aa8;*/
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 0 0 50px 0;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 40px;
}
.gsjj_img{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  padding: 30px 0 30px 30px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 252px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_mroe{
  display: block;
  overflow: hidden;
  padding-top: 16px;
}
.gsjj_mroe>a{
  display: block;
  width: 136px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #125aa8;
  text-align: center;
  background-color: #125aa8;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.gsjj_mroe>a:hover{
  background-color: #fff;
  color: #125aa8;
}

.news{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}
.news_title{
  display: block;
  overflow: hidden;
  padding: 42px 0;
}
.news_contect{
  display: block;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center top;
  padding: 78px 0 50px 0;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news_nav li{
  width: 146px;
  float: left;
  margin: 0 5px 5px 5px;
}
.news_nav li>a{
  display: block;
  overflow: hidden;
  border: 2px solid #125aa8;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  height: 44px;
  line-height: 42px;
  text-align: center;
}
.news_nav li>a:hover,
.news_nav li.news_active>a{
  background-color: #125aa8;
  color: #fff;
}
.news_ul{
  display: block;
  overflow: hidden;
  padding-top: 50px;
  width: 1224px;
}
.news_ul li{
  width: 384px;
  float: left;
  margin: 0 24px 25px 0;
}
.news_ul li>a{
  display: block;
  overflow: hidden;
  background: url(../images/news_li.jpg) no-repeat center bottom #fff;
  padding: 40px 30px;
}
.news_ul li>a .news_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 100px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_ul li>a .news_more{
  display: block;
  overflow: hidden;
  width: 106px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  color: #999;
  margin-top: 25px;
  transition: all 0.4s;
}
.news_ul li>a:hover .news_more{
  background-color: #125aa8;
  color: #fff;
}
.news_M{
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.news_M>a{
  width: 136px;
  float: left;
  height: 40px;
  line-height: 38px;
  border: 1px solid #125aa8;
  background-color: #125aa8;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
}
.news_M>a:hover{
  background-color: #fff;
  color: #125aa8;
}

.coop{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.coop-imgbox{
  margin-top: 45px;
}
.coop-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #ececec;
}
.coop-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 48%;
}
.coop-imgbox .swiper-slide>a:hover{
  border-color: #125aa8;
}
.coop-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
/* END-首页 */

/* 底部 */
footer {
  background: #125aa8;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_logo{
  width: 161px;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_R{
  float: right;
  display: flex;
  align-items: center;
  align-content: center;
}
.footer_dianhua{
  float: left;
  line-height: 30px;
  background: url(../images/footer_dianhua.png) no-repeat left center;
  padding-left: 40px;
  font-family: Impact;
  font-size: 30px;
  color: #fff;
}
.footer_dianhua>span{
  float: left;
  line-height: 15px;
  font-size: 14px;
  margin-right: 10px;
}
.footer_wx{
  width: 98px;
  float: right;
  margin-left: 30px;
}
.footer_wx img{
  display: block;
  width: 100%;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

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

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
  background-color: #f8f8f8;
}
.main>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_left{
	width: 250px;
	float: left;
  background-color: #fff;
}
.about_title{
	display: block;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #125aa8;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding-top: 8px;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 10px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
  background-color: #d8e6f3;
	font-size: 16px;
	color: #333;
  padding: 0 30px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #125aa8;
	color: #fff;
}

.main_right{
	width: 940px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	min-height: 68px;
	border-bottom: 2px solid #125aa8;
  display: flex;
  justify-content: space-between;
}
.dqwz_p{
  float: left;
  font-size: 20px;
  line-height: 1;
  color: #125aa8;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 10px;
}
.dqwz_contect{
	width: 100%;
	float: left;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	color: #333;
  padding: 25px;
  background-color: #fff;
}
.company img{
  overflow: hidden;
  max-width: 100% !important;
  height: auto!important;
  margin: 10px auto;
}
/* END-关于我们 */

/* 产品中心 */
.aboutcp{
  display: block;
  overflow: hidden;
  padding: 10px;
}
.aboutcp>li{
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.aboutcp>li:last-child{
  border-bottom: none;
}
.aboutcp>li>a{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.aboutcp>li:hover>a,
.aboutcp>li.aboutcp_on>a{
  color: #125aa8;
}
.aboutcp_dl{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.aboutcp_dl>dd{
  display: block;
  overflow: hidden;
  padding: 0 15px;
}
.aboutcp_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  background: url(../images/cp_yuan.png) no-repeat left center;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.aboutcp_dl>dd>a:hover,
.aboutcp_dl>dd.aboutcp_active>a{
  color: #f17201;
}

.cpfl{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 25px;
}
.cpfl li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.cpfl li>a{
  width: 100%;
  float: left;
  display: flex;
}
.cpfl li>a .cpfl_left{
  width: 240px;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpfl li>a .cpfl_left .cpfl_img{
  width: calc(100% - 36px);
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpfl li>a .cpfl_left .cpfl_icon{
  width: 72px;
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid rgba(255,255,255,0.4);
  border-radius: 50%;
}
.cpfl li>a .cpfl_left .cpfl_icon>span{
  width: 100%;
  float: left;
  border-radius: 50%;
  background-color: #125aa8;
  overflow: hidden;
  position: relative;
}
.cpfl li>a .cpfl_left .cpfl_icon>span::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cpfl li>a .cpfl_right{
  width: calc(100% - 240px);
  float: left;
  padding: 18px 0 18px 15px;
}
.cpfl li>a .cpfl_right .cpfl_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #3270b4;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all 0.4s;
}
.cpfl li>a .cpfl_right .cpfl_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cpfl li>a:hover .cpfl_left .cpfl_img img{
  transform: scale(1.1);
}
.cpfl li>a:hover .cpfl_right .cpfl_p{
  color: #3270b4;
}


.pro_img{
  display: block;
  overflow: hidden;
  position: relative;
}
.pro_img img{
  width: 100%;
  display: block;
  height: auto;
}
.pro_txt{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  z-index: 2;
  line-height:26px;
}

.pro_ul{
  display: block;
  overflow: hidden;
}
.pro_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  padding: 20px 15px;
  background-color: #fff;
}
.pro_ul>li>.pro_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.pro_ul>li>dl{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
  padding-top: 15px;
}
.pro_ul>li>dl>dd{
  width: 18%;
  float: left;
  margin: 10px 1% 0 1%;
}
.pro_ul>li>dl>dd>a{
  display: block;
  height: 100%;
  overflow: hidden;
  line-height: 1;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #333;
  background-color: #f8f8f8;
  padding: 10px;
  text-align: center;
}
.pro_ul>li>dl>dd>a:hover{
  background-color: #004892;
  border-color: #004892;
  color: #fff;
}

.cpxq{
	display: block;
	overflow: hidden;
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	font-size: 20px;
	line-height: 32px;
	color: #125aa8;
	font-weight: bold;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #333;
  margin-top: 15px;
}
.cpxq_txt img{ max-width:100% !important; height:auto !important;}


.cpxq_dl{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #e2e2e3;
}
.cpxq_dl>dt{
  width: 100%;
  display: block;
  overflow: hidden;
}
.cpxq_dl>dd{
  width: 100%;
  display: block;
  overflow: hidden;
  border-top: 1px solid #e2e2e3;
}
.cpxq_dl ul{
  width: 100%;
  float: left;
  display: flex;
}
.cpxq_dl>dt ul{
  background-color: #eaeef3;
  font-weight: bold;
}
.cpxq_dl ul li{
  float: left;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 13px 4px;
  border-right: 1px solid #e2e2e3;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cpxq_dl ul li:nth-child(1){
  width: 15%;
}
.cpxq_dl ul li:nth-child(2){
  width: 30%;
}
.cpxq_dl ul li:nth-child(3){
  width: 15%;
}
.cpxq_dl ul li:nth-child(4){
  width: 24%;
}
.cpxq_dl ul li:nth-child(5){
  width: 16%;
}

.cpxq_dl ul li a{
  color: #014fa3;
}
.cpxq_dl ul li a:hover{
  color: #014fa3;
  text-decoration: underline;
}

.cpxq_box{
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.cpxq_box .cpxq_sp{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  margin-bottom: 25px;
}
.cpxq_box .cpxq_img{
  display: block;
  overflow: hidden;
}
.cpxq_box .cpxq_img img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxq_ul{
  display: block;
  overflow: hidden;
}
.cpxq_ul li{
  width: 25%;
  float: left;
  padding: 0 1%;
  margin-top: 7px;
}
.cpxq_ul li .cpxq_spp{
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.cpxq_ul li .cpxq_imgs{
  display: block;
  overflow: hidden;
  max-width: 154px;
  margin: 0 auto;
  position: relative;
}
.cpxq_ul li .cpxq_imgs::before{
  content: "";
  display: block;
  padding-top: 83.1169%;
}
/* END-产品中心 */

/* 资源支持 */
.search{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 10px 10px;
}
.search form .search_inp1{
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #333; border:1px solid #ddd;
}
.search form .search_btn{
  width: 60px;
  float: left;
  height: 40px;
  background-color: #125aa8;
  color: #fff;
  font-size: 14px;
}


.support{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 10px;
}
.support>dt{
  display: block;
  overflow: hidden;
  background-color: #125aa8;
  line-height: 46px;
  padding: 0 25px 0 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.support>dt>.support_right{
  width: 65px;
  float: right;
  text-align: center;
}
.support>dt>.support_left{
  display: block;
  overflow: hidden;
}
.support>dd{
  display: block;
  overflow: hidden;
  margin-top: 7px;
  background-color: #f1f1f1;
  padding: 10px 25px 10px 40px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.support>dd:nth-child(even){
  background-color: #f7f7f7;
}
.support>dd>a{
  width: 65px;
  float: right;
  height: 28px;
  line-height: 28px;
  background-color: #125aa8;
  font-size: 14px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
}
.support>dd>a:hover{
  background-color: #f17201;
  color: #fff;
}
/* END-资源支持 */

/* 新闻动态 */
.xw{
  padding: 35px 0;
}
.xw .dqwz_title{
  border: none;
  min-height: 100%;
  flex-wrap: wrap;
}
.xw .dqwz_nav{
  display: block;
  text-align: right;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.xw .dqwz_p{
  width: 100%;
  display: block;
  margin-top: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
}
.xw_nav{
  width: 100%;
  float: left;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.xw_nav li{
  width: 146px;
  float: left;
  margin: 0 5px 5px 5px;
}
.xw_nav li>a{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 42px;
  border: 2px solid #125aa8;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.xw_nav li>a:hover,
.xw_nav li.xw_active>a{
  background-color: #125aa8;
  color: #fff;
}

.xw_ul{
  width: 100%;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.xw_ul li{
  width: calc(50% - 19px);
  float: left;
	margin-bottom: 45px;
}
.xw_ul li>a{
	width: 100%;
	float: left;
	display: flex;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 15px;
}
.xw_ul li>a .xw_img{
	width: 224px;
	float: left;
	overflow: hidden;
	position: relative;
}
.xw_ul li>a .xw_R{
	width: calc(100% - 224px);
	float: left;
	padding-left: 25px;
}
.xw_ul li>a .xw_R .xw_p{
	display: block;
	overflow: hidden;
  margin-top: 10px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
  font-weight: bold;
	text-overflow:ellipsis;
	white-space: nowrap;
  transition: all 0.4s;
}
.xw_ul li>a .xw_R .xw_txt{
	display: block;
	overflow: hidden;
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
  transition: all 0.4s;
}
.xw_ul li>a .xw_R .xw_sp{
	display: block;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 14px;
  transition: all 0.4s;
}
.xw_ul li>a:hover{
  background-color: #125aa8;
}
.xw_ul li>a:hover .xw_img img{
	transform: scale(1.1);
}
.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{
  width: 100%;
  float: left;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 15px;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	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 dashed #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.xwxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-新闻动态 */

/*联系我们*/
.contact{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 15px;
}
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

.zxly{
	display: block;
	overflow: hidden;
	max-width: 600px;
	margin: 20px auto;
}
.zxly_B{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.zxly_sp{
	width: 60px;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #000;
}
.zxly_sp span{ color:#f00}
.zxly_inp1{
	width: calc(100% - 60px);
	float: left;
	height: 42px;
	line-height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
}
.zxly_inp2{
	width: calc(100% - 60px);
	float: left;
	height: 200px;
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 16px;
	color: #333;
}
.zxly_btn{
	width: calc(100% - 60px);
	float: right;
	height: 50px;
	background-color: #125aa8;
	font-size: 18px;
	color: #fff;
}

/*END-联系我们*/

/* 登录/注册 */
.dl_main{
  width: 100%;
  overflow-X: hidden;
  height: 100%;
  background: url(../images/zc_bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.dl_form{
  width: 100%;
  float: left;
  max-width: 612px;
}
.dl_logo{
  width: 100%;
  float: left;
  margin-bottom: 90px;
}
.dl_logo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.dl_B{
  width: 100%;
  float: left;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  padding: 0 20px 0 25px;
}
.dl_sp{
  float: left;
  height: 66px;
  line-height: 1;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.dl_inp{
  float: left;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
}
.dl_inp::-webkit-input-placeholder{
  color: #999999;
  text-align: right;
} 
.dl_inp:-moz-placeholder{
  color: #999999;
  text-align: right;
} 
.dl_sp1{
  width: 110px;
}
.dl_inp1{
  width: calc(100% - 110px);
}
.dl_sp2{
  width: 110px;
}
.dl_inp2{
  width: calc(100% - 110px);
}
.dl_sp3{
  width: 120px;
}
.dl_inp3{
  width: calc(100% - 243px);
  padding: 0 15px;
}
.yzm{
  width: 123px;
  float: right;
}
.yzm>a{
  display: block;
  overflow: hidden;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #999;
}
.yzm>a>span{
  width: 123px;
  float: right;
  height: 40px;
  position: relative;
}
.dl_submit{
  width: 100%;
  float: left;
  height: 66px;
  background-color: #125aa8;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.dl_txt{
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.dl_txt>a{
  color: #fff;
  text-decoration: underline;
}
.dl_txt>a:hover{
  color: #125aa8;
}


.zc_form{
  width: 100%;
  float: left;
  max-width: 612px;
}
.zc_form .dl_sp2 {
  width: 100px;
}
.zc_form .dl_inp2 {
  width: calc(100% - 100px);
}
/* END-登录/注册 */

/* 会员资料/密码/账户信息/购物车/我的订单 */
.N_banner{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.N_banner::before{
  content: "";
  display: block;
  padding-top: 18%;
}
.N_banner_txt{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.member_main{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  background-color: #f8f8f8;
}
.member_main>.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.member_title{
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #125aa8;
  padding: 15px 20px;
  line-height: 30px;
  color: #fff;
}
.member_right{
  float: right;
  font-size: 16px;
  padding-left: 20px;
}
.member_right>a{
  color: #fff;
  margin-left: 20px;
}
.member_right>a:hover{
  text-decoration: underline;
}
.member_tit{
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
.member_nav{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
}
.member_nav li{
  width: 18%;
  float: left;
  margin: 0 0.8% 10px 0.8%;
}
.member_nav li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #333;
}
.member_nav li>a:hover,
.member_nav li.member_active>a{
  background-color: #125aa8;
  border-color: #125aa8;
  color: #fff;
}
.member_p{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.member_form{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 25px 15px;
  max-width: 766px;
}
.member_B{
  width: calc(50% - 30px);
  float: left;
  margin-top: 25px;
}
.member_sp{
  width: 90px;
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
}
.member_sp>span{
  float: left;
  line-height: 42px;
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
  margin-right: 8px;
}
.member_inp1{
  width: calc(100% - 90px);
  float: left;
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.member_label{
  float: left;
  height: 34px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  cursor: pointer;
}
.member_label>input{
  width: 13px;
  float: left;
  height: 13px;
  margin-right: 4px;
}
.member_sel1{
  width: calc(100% - 90px);
  float: left;
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/jiantou.jpg) no-repeat right center;
  padding: 0 40px 0 10px;
}
.member_B1{
  width: 100%;
}
.member_text{
  width: calc(100% - 90px);
  float: left;
  border: 1px solid #ccc;
  height: 100px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 10px;
}
.member_btn{
  width: 128px;
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #f17201;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s;
}
.member_btn:hover{
  background-color: #125aa8;
  color: #fff;
}


.password_form{
  width: 100%;
  max-width: 420px;
  margin: 20px auto;
}
.password_B{
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.password_sp{
  width: 70px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #333;
}
.password_inp1{
  width: calc(100% - 70px);
  float: left;
  height: 36px;
  line-height: 34px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.password_btn{
  width: 128px;
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #f17201;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s;
  margin-left: 70px;
}
.password_btn:hover{
  background-color: #125aa8;
  color: #fff;
}

.account{
  width: 100%;
  float: left;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  font-size: 14px;
  color: #333;
  line-height: 2.4;
}

.shopping{
  width: 100%;
  float: left;
  padding-top: 25px;
}
.shopping_title{
  display: block;
  overflow: hidden;
  background-color: #ddd;
  line-height: 1;
  font-size: 16px;
  color: #333;
  padding: 15px 30px;
}
.shopping_contect{
  display: block;
  overflow: hidden;
  padding: 20px;
}
.shopping_contect>dl{
  width: 100%;
  float: left;
}
.shopping_contect>dl>dt{
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  padding: 19px 0;
}
.shopping_contect>dl>dd{
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}
.shopping_contect>dl ul{
  width: 100%;
  float: left;
  display: flex;
}
.shopping_contect>dl ul>li{
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.shopping_contect>dl ul>li:nth-child(1){
  width: 10%;
}
.shopping_contect>dl ul>li:nth-child(1)>label{
  cursor: pointer;
  line-height: 1;
}
.shopping_contect>dl ul>li:nth-child(1)>label>input{
  width: 16px;
  float: left;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
}
.shopping_contect>dl ul>li:nth-child(2){
  width: 15%;
}
.shopping_contect>dl ul>li:nth-child(3){
  width: 45%;
}
.shopping_contect>dl ul>li:nth-child(4){
  width: 15%;
}
.shopping_contect>dl ul>li:nth-child(5){
  width: 15%;
}
.shopping_contect>dl>dt>ul>li{
  font-weight: bold;
}
.shopping_contect>dl>dt>ul>li:nth-child(3){
  /*justify-content: flex-start;*/
  padding-left: 0px;
}
.shopping_contect>dl>dd>ul>li{
  padding: 0 20px;
}
.shopping_contect>dl>dd>ul>li:nth-child(1)>input{
  width: 16px;
  height: 16px;
  float: left;
  cursor: pointer;
}
.shopping_contect>dl>dd>ul>li:nth-child(2){
  /*justify-content: flex-start;*/
}
.shopping_img{
  width: 70px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e3e3;
}
.shopping_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.shopping_txt{
  /*width: calc(100% - 70px);*/
  font-size: 14px;
  color: #333;
  padding-left: 0px;
}
.number_B{
  width: 100%;
  float: left;
}
.minus{
  width: 25%;
  float: left;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.plus{
  width: 25%;
  float: left;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.number_B>input{
  width: 50%;
  float: left;
  height: 32px;
  line-height: 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
.delete{
  background-color: #fff;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.shopping_bottom{
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.shopping_bottom>label{
  float: left;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.shopping_bottom>label>input{
  width: 16px;
  float: left;
  height: 16px;
  margin-right: 20px;
}
.delete-all,
.delete-invalid{
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  margin-left: 15px;
  background-color: #fff;
}
.Submit_btn{
  width: 130px;
  float: right;
  height: 40px;
  line-height: 40px;
  background-color: #f17201;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.order{
  display: block;
  overflow: hidden;
  padding: 12px;
}
.order>dl{
  width: 100%;
  float: left;
}
.order>dl>dt,
.order>dl>dd{
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 25px;
  font-size: 14px;
  color: #333;
}
.order>dl>dt{
  background-color: #f9f9f9;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.order>dl ul{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.order>dl ul>li{
  width: 20%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: left;
}
.order>dl ul>li:nth-child(1){
  width: 10%;
  justify-content: flex-start;
}
.order>dl ul>li:nth-child(3){
  width: 40%;
  justify-content: flex-start;
}
/* END-会员资料/密码/账户信息/购物车/我的订单 */

@media (max-width: 1320px) {
/* 引导页 */
.index_nav li{
  margin-left: 30px;
}
/* END-引导页 */

}
@media (max-width: 1220px) {
/* 引导页 */
.index_header{
  padding: 0 3%;
}
.index_nav li{
  margin-left: 20px;
}
.index_banner{
  padding: 0 2.5%;
}
/* END-引导页 */

/* 头部 */
.layui-nav .layui-nav-item {
  margin: 0 10px;
}
.header_R {
  width: 79%;
}
.header_Box {
  width: 130px;
}
.header_Box>li>a {
  padding-top: 5px;
}
.header_Box>li>a>span {
  line-height: 1;
}
/* END_头部 */

/* 首页 */
.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* END-首页 */

/* 关于我们 */
.main_left{
	width: 21%;
}
.main_right{
	width: 77%;
}
/* END-关于我们 */

}

@media (max-width: 991px) {
/* 引导页 */
.index_header {
  top: 20px;
  padding: 0 3%;
}

.index-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: 9999;
  background-size: 100% 100%;
}
.index-icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #fff;
  transition: all 0.4s;
}
.index-icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.index-icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.index-icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.index_nav {
  width: 100%;
  max-width: 200px;
  padding: 0;
  position: fixed;
  right: -100%;
  top: 100px;
  transition: all 0.4s;
}
.index-nav-actived{
  right: 3%;
	opacity: 1;
}
.index_nav li{
  width: 100%;
  margin: 10px 0;
  text-align: right;
}
.index_nav li>a{
  padding: 2px 0;
}

.index_banner_p {
  line-height: 50px;
  font-size: 40px;
}
.index_banner_sp {
  line-height: 26px;
  font-size: 18px;
  margin-top: 20px;
}
/* END-引导页 */

/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height:26px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 15px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  z-index: 9999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #125aa8;
  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: 20px 0;
}
.header_R {
  width: 32%;
}
nav {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgba(0,0,0,0.8);
  width: 100% !important;
  height: 100%;
  transition: all 0.4s;
  z-index: 99;
	opacity: 0;
  display: flex;
  justify-content: flex-end;
}
.nav-actived{
  right: 0;
	opacity: 1;
}
.layui-nav{
  width: 85%;
  float: right;
  background-color: #fff;
  height: 100%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.layui-nav .layui-nav-item a{
	color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.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: #05468b;
}
.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: 0 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 30px 0;
}
.cpzx_ul {
  padding-top: 30px;
}

.specp {
  padding: 30px 0;
}
.specp_ul {
  padding-top: 30px;
}

.specp_ul li:first-child>a .specp_hover .specp_p {
  height: 25%;
  padding: 0 20px;
}
.specp_ul li:first-child>a .specp_hover .specp_box {
  height: 75%;
  padding: 20px;
}

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

.news_title {
  padding: 30px 0;
}
.news_contect {
  padding: 50px 0 30px 0;
}
.news_ul {
  padding-top: 30px;
}
.news_ul li>a {
  padding: 30px 20px;
}

.coop {
  padding: 30px 0;
}
.coop-imgbox {
  margin-top: 30px;
}
/* END-首页 */

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

/* 产品中心 */
.cpfl {
  padding: 15px;
}
.cpfl li {
  margin-bottom: 20px;
}
.pro_ul>li {
  padding: 15px 10px;
}
.pro_ul>li>dl {
  padding-top: 5px;
}
.pro_ul>li>dl>dd {
  width: 31.3333%;
}

.cpxq {
  padding: 10px;
}
.cpxq_dl {
  margin-top: 15px;
}
.cpxq_dl ul li:nth-child(1) {
  width: 15%;
}
.cpxq_dl ul li:nth-child(2){
  width: 27%;
}
.cpxq_dl ul li:nth-child(3){
  width: 15%;
}
.cpxq_dl ul li:nth-child(4){
  width: 24%;
}

.cpxq_box {
  margin-top: 15px;
}
.cpxq_box .cpxq_sp {
  margin-bottom: 15px;
}
/* END-产品中心 */

/* 新闻动态 */
.xw_ul {
  padding-top: 30px;
}
.xw_ul li {
  margin-bottom: 30px;
}
.xw_ul li>a .xw_img {
  width: 170px;
}
.xw_ul li>a .xw_R{
	width: calc(100% - 170px);
	padding-left: 15px;
}
/* END-新闻动态 */

/* 会员资料/密码/账户信息/购物车/我的订单 */
.shopping_contect>dl ul>li:nth-child(3) {
  width: 55%;
}
.shopping_contect>dl ul>li:nth-child(2) {
  width: 20%;
}
.shopping_contect>dl ul>li:nth-child(4) {
  width: 15%;
  margin: 0;
}
/* END-会员资料/密码/账户信息/购物车/我的订单 */

}

@media (max-width: 767px) {
/* 引导页 */
.index_logo {
  width: 55%;
}
.index_header {
  top: 0;
  padding: 20px;
}
.index-nav-actived{
  right: 20px;
}
.index_nav li{
  margin: 5px 0;
}
.index_banner_p {
  line-height: 30px;
  font-size: 20px;
}
.index_banner_sp {
  line-height: 20px;
  font-size: 16px;
  margin-top: 10px;
}
/* END-引导页 */

/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
}
.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;
}
.header_R {
  width: 70%;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}

/* END-头部 */

/* 首页 */
.cpzx {
  padding: 10px 0;
}
.cpzx_p {
  line-height: 30px;
  font-size: 20px;
}
.cpzx_sp {
  margin-top: 0;
}
.cpzx_sp>span {
  padding: 0 10px;
}
.cpzx_ul {
  padding-top: 10px;
}
.cpzx_ul li {
  width: 33.3333%;
  margin-bottom: 10px;
}
.cpzx_ul li .cpzx_txt {
  margin-top: 5px;
}

.specp {
  padding: 10px 0;
}
.specp_ul {
  padding-top: 10px;
}
.specp_ul li>a .specp_img::before {
  padding-top: 100%;
}
.specp_ul li>a .specp_hover .specp_p {
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
.specp_ul li:first-child {
  width: 100%;
}
.specp_ul li:first-child>a .specp_hover .specp_p {
  height: 30%;
  padding: 0 10px;
}
.specp_ul li:first-child>a .specp_hover .specp_box {
  height: 70%;
  padding: 10px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 62%;
}
.gsjj_right {
  width: 100%;
  padding: 10px;
}
.gsjj_txt {
  height: auto;
  line-height: 24px;
  font-size: 14px;
  -webkit-line-clamp: initial;
}
.gsjj_mroe {
  padding-top: 10px;
}

.news_title {
  padding: 10px 0;
}
.news_contect {
  padding: 10px 0;
}
.news_nav li {
  width: 31.3333%;
  margin: 0 1% 5px 1%;
}
.news_nav li>a {
  height: 40px;
  line-height: 36px;
}
.news_ul {
  padding-top: 10px;
  overflow: visible;
}
.news_ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_ul li>a {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  background-size: 100% auto;
}
.news_ul li>a .news_txt {
  margin-top: 5px;
  height: 88px;
  line-height: 22px;
}

.coop {
  padding: 10px 0;
}
.coop-imgbox {
  margin-top: 10px;
}
/* END-首页 */

/* 底部 */
.copyright{
  line-height: 20px;
}
.copyright>.container>div{
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main>.container{
  display: block;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  text-align: left;
  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;
  padding: 0;
}
.about_ul>li{
  margin-top: 3px;
}
.about_ul>li>a{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
.main_right{
	width: 100%;
}
.company{
  padding: 10px;
	line-height: 24px;
  font-size: 14px;
}
/* END-关于我们 */

/* 产品中心 */
.aboutcp {
  display: none;
}
.cpfl {
  padding: 10px;
}
.cpfl li {
  margin-bottom: 10px;
}
.cpfl li>a .cpfl_left {
  width: 140px;
}
.cpfl li>a .cpfl_left .cpfl_img {
  width: calc(100% - 20px);
}
.cpfl li>a .cpfl_left .cpfl_icon {
  width: 40px;
  border: 2px solid rgba(255,255,255,0.4);
}
.cpfl li>a .cpfl_left .cpfl_icon img{
  height: 20px;
}
.cpfl li>a .cpfl_right {
  width: calc(100% - 140px);
  float: left;
  padding: 10px 0 10px 10px;
}
.cpfl li>a .cpfl_right .cpfl_p {
  padding-bottom: 5px;
}
.cpfl li>a .cpfl_right .cpfl_txt {
  margin-top: 5px;
}

.pro_txt {
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pro_ul>li {
  padding: 10px;
}
.pro_ul>li>.pro_p {
  line-height: 26px;
  font-size: 16px;
}
.pro_ul>li>dl {
  padding-top: 0;
}
.pro_ul>li>dl>dd {
  width: 48%;
  margin: 5px 1% 0 1%;
}

.cpxq_p {
  font-size: 16px;
  line-height: 26px;
}
.cpxq_txt {
  margin-top: 5px;
}
.cpxq_dl ul li {
  padding: 5px;
  line-height: 1.2;
  word-break: break-all;
}
.cpxq_box {
  margin-top: 10px;
}
.cpxq_box .cpxq_sp {
  margin-bottom: 5px;
  line-height: 26px;
}
.cpxq_ul li {
  width: 50%;
  margin-top: 5px;
}
/* END-产品中心 */

/* 资源支持 */
.support{
  padding: 10px;
}
.support>dt {
  line-height: 40px;
  padding: 0 10px 0 20px;
}
.support>dd {
  margin-top: 5px;
  padding: 10px;
}
/* END-资源支持 */

/* 新闻动态 */
.xw_nav {
  display: none;
  padding-top: 0;
}
.xw_nav li {
  width: 100%;
  margin: 3px 0 0 0;
}
.xw_nav li>a {
  height: 40px;
  line-height: 36px;
}

.xw_ul {
  padding-top: 10px;
}
.xw_ul li {
  width: 100%;
  margin-bottom: 10px;
}
.xw_ul li>a {
  padding: 5px;
}
.xw_ul li>a .xw_img {
  width: 140px;
}
.xw_ul li>a .xw_R{
	width: calc(100% - 140px);
	padding-left: 10px;
}
.xw_ul li>a .xw_R .xw_p {
  margin-top: 0;
}
.xw_ul li>a .xw_R .xw_txt {
  height: 60px;
  line-height: 20px;
  margin-top: 5px;
}
.xw_ul li>a .xw_R .xw_sp {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

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

/*联系我们*/
.contact {
  padding: 10px;
}
.contact_txt {
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}

.zxly{
	margin: 10px auto;
}
.zxly_B{
	margin-bottom: 10px;
}
.zxly_sp{
	width: 40px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.zxly_inp1{
	width: calc(100% - 40px);
	height: 32px;
	line-height: 30px;
	font-size: 14px;
}
.zxly_inp2{
	width: calc(100% - 40px);
	height: 150px;
	line-height: 20px;
	padding: 5px 10px;
	font-size: 14px;
}
.zxly_btn{
	width: calc(100% - 40px);
	height: 40px;
	font-size: 16px;
}

/*END-联系我们*/

/* 登录/注册 */
.dl_main {
  padding: 10px;
}
.dl_logo {
  margin-bottom: 10px;
}
.dl_B {
  margin-top: 10px;
  padding: 0 15px;
}
.dl_sp {
  height: 50px;
}
.dl_inp {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
.dl_sp1 {
  width: 110px;
}
.dl_inp1 {
  width: calc(100% - 110px);
}
.dl_sp2 {
  width: 110px;
}
.dl_inp2 {
  width: calc(100% - 110px);
}
.dl_sp3 {
  width: 110px;
}
.dl_inp3 {
  width: calc(100% - 190px);
  padding: 0 10px;
}
.yzm {
  width: 80px;
}
.yzm>a {
  height: 50px;
  font-size: 12px;
}
.yzm>a>span {
  width: 60px;
  height: 30px;
}
.yzm>a>span img{ width: 60px !important;
  height: 30px !important;}
.dl_submit {
  height: 50px;
  margin-top: 10px;
}
.dl_txt {
  margin-top: 10px;
  line-height: 24px;
}
.zc_form .dl_sp2 {
  width: 90px;
}
.zc_form .dl_inp2 {
  width: calc(100% - 90px);
}
/* END-登录/注册 */

/* 会员资料/密码/账户信息/购物车/我的订单 */
.N_banner::before {
  padding-top: 50%;
}
.N_banner_txt {
  font-size: 18px;
  padding: 10px;
}
.member_title {
  padding: 10px;
  line-height: 24px;
}
.member_right {
  font-size: 14px;
  padding-left: 5px;
}
.member_right>a {
  margin-left: 5px;
}
.member_tit {
  font-size: 16px;
}
.member_nav {
  padding-top: 10px;
}
.member_nav li {
  width: 32.3333%;
  margin: 0 0.5% 5px 0.5%;
}
.member_nav li>a {
  height: 34px;
  line-height: 32px; font-size:14px;
}
.member_p {
  padding: 10px;
}
.member_form {
  padding: 10px;
}
.member_B {
  width: 100%;
  margin-top: 10px;
}
.member_sp {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
.member_sp>span {
  float: none;
  line-height: 1;
  position: relative;
  top: 5px;
}
.member_inp1 {
  width: calc(100% - 100px);
}
.member_sel1 {
  width: calc(100% - 100px);
}
.member_text {
  width: calc(100% - 100px);
}

.password_B {
  margin-bottom: 10px;
}
.account {
  padding: 10px;
}

.shopping_title {
  padding: 10px 20px;
}
.shopping_contect {
  padding: 10px;
}
.shopping_contect>dl>dt {
  padding: 10px 0;
}
.shopping_contect>dl>dd>ul>li{
  padding: 0 5px;
}
.shopping_contect>dl>dd {
  padding: 10px 0;
}
.minus,
.plus {
  width: 30%;
  height: 24px;
  line-height: 22px;
}
.number_B>input{
  width: 40%;
  height: 24px;
  line-height: 22px;
}
.shopping_contect>dl ul>li:nth-child(1)>label>input{ width:12px; height:12px;}
.shopping_contect>dl>dd>ul>li:nth-child(1)>input{ width:12px; height:12px;}
.shopping_contect>dl ul>li .shopping_txt{ font-size:12px !important;}
.shopping_contect>dl ul>li .delete{ font-size:12px !important;}
.shopping_contect>dl ul>li:nth-child(1) {
  width: 20%;
}
.shopping_contect>dl ul>li:nth-child(3) {
  width: 45%;
}
.shopping_contect>dl>dt>ul>li:nth-child(3) {
  padding-left: 0px;
}
.shopping_img {
  width: 50px;
}
.shopping_txt {
  width:100%;
  padding-left: 0px; font-size:12px;
}
.shopping_bottom {
  padding: 10px 0;
}
.shopping_bottom>label {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.shopping_bottom>label>input {
  margin-right: 5px;
}
.delete-all, .delete-invalid {
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.Submit_btn {
  width: 100%;
  margin: 10px 0 0 0;
}

.order {
  padding: 10px;
}
.order>dl>dt, .order>dl>dd {
  padding: 10px;
}
.order>dl ul>li {
  width: 15%; font-size:12px;
}
/* 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: 9;
  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: #125aa8;
  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: #125aa8;
  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 */
.fenye{float: left; margin: auto; width: 100%; height: 36px; text-align: center; line-height: 36px; font-size: 14px; margin-bottom: 5px; color: #333; margin-top: 5px;}
.fenye a{color: #333}
.fenye a:hover{color: #f00}
