/* 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%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo{
  padding: 18px 0;
}
.logo > a{
	width: 100%;
  max-width: 246px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

.header_R{
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* 导航 */
nav {
  width: auto !important;
}
.nav{
  height: 100%;
  float: left;
}
.nav>li{
  height: 100%;
  float: left;
  position: relative;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #183135;
  padding: 0 10px;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #166ccd;
}

/* 导航下拉 */
.nav-childBox{
  display: none;
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.3);
}
.nav-active{display: block;}
.nav-child{
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 30px 0;
  border-top: 6px solid #000;
}
.nav-child>.container{
  display: flex;
  flex-wrap: wrap;
}
ul.first{
  width: 100%;
  float: left;
}
ul.first>li{
  float: left;
  margin-right: 10px;
  width: 30%;
}
ul.first>li>h6{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 36px;
}
ul.first>li>h6>a{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
ul.first>li>h6>a:hover{
  color: #166ccd;
  text-decoration: underline;
}

ul.second{
  display: block;
  overflow: hidden;
}
ul.second>li{
  display: block;
  overflow: hidden;
}
ul.second>li>h6{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 5px;
}
ul.second>li>h6>a{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
}
ul.second>li>h6>a:hover{
  color: #166ccd;
  text-decoration: underline;
}

ul.third{
  display: block;
  overflow: hidden;
}
ul.third>li{
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 8px 0;
}
ul.third>li>a{
  font-size: 14px;
  color: #666;
}
ul.third>li>a:hover{
  color: #166ccd;
  text-decoration: underline;
}

/* .nav-child{
  display: none;
  width: 400%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  padding: 0;
  position: absolute;
  left: -150%;
  top: 100%;
  z-index: 9999;
}
.nav-child dd{
  display: block;
  overflow: hidden;
}
.nav-child dd a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child dd a:hover{
  background-color: #166ccd;
  color: #fff;
} */

/* 搜索 */
.search{
  width: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: 25px;
}
.search_form{
  width: 100%;
  float: left;
  border: 1px solid #d3d3d3;
}
.search_inp1{
  width: calc(100% - 32px);
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
}
.search_btn{
  width: 32px;
  float: left;
  height: 30px;
  background: url(../images/search_ss.png) no-repeat center center;
  border: none;
  outline: none;
  cursor: pointer;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
  background-color: #d9d9d9;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
.banner_box{
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.banner_box a{
  display: block;
  overflow: hidden;
  padding: 0 85px;
}
.banner_box .banner_p{
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: #030207;
  font-weight: bold;
}
.banner_box .banner_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #5f5f60;
  margin-top: 15px;
}
.banner_box .banner_more{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  width: 50px;
  height: 26px;
  background: url(../images/banner_more.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.banner_box a:hover .banner_more{
  left: 20px;
}
/*圆点*/
/* .banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #85c03f;
  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: #85c03f;
} */
/*箭头*/
.banner-btn{
  width: 100%;
  max-width: 1200px;
  float: left;
  position: absolute;
  left: 50%;
  top: 73%;
  transform: translateX(-50%);
  z-index: 9;
}
.banner-prev,
.banner-next{
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 44px;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  background-image: url(../images/banner_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 24px;
}
.banner-next{
  left: initial;
  right: 0;
  background-image: url(../images/banner_right.png);
}
.banner-prev:hover{
  left: -20px;
}
.banner-next:hover{
  right: -20px;
}
/* END */

/* 首页 */
.cp{
  width: 100%;
  overflow: hidden;
}
.cp::after{
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/heng.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.cp>.container{
  padding: 50px 0;
}
.cp_title{
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.cp_p{
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.cp_more{
  float: right;
}
.cp_more>a{
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}
.cp_more>a:hover{
  color: #166ccd;
}

.cp-imgbox{
	margin-top: 25px;
}
.cp-imgbox .swiper-slide .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}
.cp-imgbox .swiper-slide .cp_img::before{
  content: "";
  display: block;
  padding-top: 80%;
}
.cp-imgbox .swiper-slide .cp_txt{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  transition: all 0.4s;
}
.cp-imgbox .swiper-slide:hover .cp_img{
  border-color: #166ccd;
}
.cp-imgbox .swiper-slide:hover .cp_img img{
  transform: scale(1.1);
}
.cp-imgbox .swiper-slide:hover .cp_txt{
  color: #166ccd;
}


.cp_ul{
  display: block;
  overflow: hidden;
  width: 1230px;
}
.cp_ul li{
  width: 175px;
  float: left;
  margin: 25px 30px 0 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 80%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  transition: all 0.4s;
}
.cp_ul li:hover .cp_img{
  border-color: #166ccd;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  color: #166ccd;
}

.newsbox{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.news{
  width: 366px;
  float: left;
}
.news_ul{
  display: block;
  overflow: hidden;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.news_ul li .news_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #aeaeae;
}
.news_ul li .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #000;
  margin-top: 5px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul li .news_more{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  width: 50px;
  height: 18px;
  background: url(../images/banner_more.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  left: 0;
}
.news_ul li:hover .news_p{
  color: #2072cf;
}
.news_ul li:hover .news_more{
  background: url(../images/jiantou2.png) no-repeat center center;
  left: 20px;
}

.gsjj{
  width: 376px;
  float: left;
  margin: 0 46px;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.gsjj_img{
  width: 100%;
  overflow: hidden;
}
.gsjj_img img{
  width: 100%;
  display: block;
  height: auto;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 270px;
  margin-top: 15px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
/* END-首页 */

/* 底部 */
footer {
  background: #f0f0f0;
  padding-top: 45px;
}
.footer_left{
  width: 22%;
  float: left;
}
.footer_cp{
  width: 25%;
  float: left;
}
.footer_fw{
  width: 21%;
  float: left;
}
.footer_lx{
  width: 32%;
  float: left;
}
.footer_B{
  width: 100%;
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_dl{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.footer_dl dt{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_dl dd{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.footer_dl dd a{
  font-size: 14px;
  color: #666;
}
.footer_dl dd a:hover{
  color: #2072cf;
  text-decoration: underline;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.footer_txt>span{
  font-size: 16px;
  color: #2978d1;
  font-weight: bold;
}
.footer_wx{
  display: flex;
  align-items: center;
  align-content: center;
  overflow: hidden;
  padding-top: 10px;
}
.footer_wx img{
  width: 124px;
  float: left;
  margin-right: 15px;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.copyright{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 45px;
  border-top: 1px solid #d7d7d7;
  text-align: center;
  line-height: 30px;
  padding: 18px 0;
  color: #999;
  font-size: 14px;
}
.copyright a{
  color: #999;
  margin: 0 5px;
}
.copyright a:hover{
  color: #999;
  text-decoration: underline;
}
/* END-底部 */

/* 产品 */
.main{
	width: 100%;
	overflow: hidden;
}
.dqwz_title{
	width: 100%;
	float: left;
  height: 72px;
	line-height: 72px;
  background-color: #193662;
}
.dqwz_p{
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #fff;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding: 40px 0;
}
.main_left{
	width: 286px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 30px;
}
.about_title{
	display: block;
	overflow: hidden;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: #193662;
  background-image: url(../images/about_jiantou1.png),url(../images/about_jiantou2.png);
  background-position: left bottom,right top;
  background-repeat: no-repeat,no-repeat;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding-top: 3px;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 3px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
  background-color: #c5c5c5;
  text-align: center;
  padding: 0 10px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #186dcd;
	color: #fff;
}

.about_dl{
	display: none;
	overflow: hidden;
  border: 1px solid #c5c5c5;
  padding: 10px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
  text-align: center;
	font-size: 14px;
	color: #999;
}
.about_dl>dd>a:hover,.about_dl>dd>a.act{
	color: #186dcd;
}
.main_right{
	width: 862px;
	float: right;
}
.pro_ul{
  display: block;
  overflow: hidden;
  width: 885px;
}
.pro_ul li{
  width: 272px;
  float: left;
  margin: 0 23px 25px 0;
}
.pro_ul li .pro_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}
.pro_ul li .pro_img::before{
  content: "";
  display: block;
  padding-top: 73.5295%;
}
.pro_ul li .pro_txt{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.pro_ul li:hover .pro_img{
  border-color: #186dcd;
}
.pro_ul li:hover .pro_img img{
  transform: scale(1.1);
}
.pro_ul li:hover .pro_txt{
  color: #186dcd;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.cpxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  border: 1px solid #ccc;
}
/* END-产品 */

/* 服务 */
.news_ul1 li{
  margin: 0 0 25px 0;
}
/* END-服务 */

/* 公司 */
.company{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.company img{
  max-width: 100%;
}
/* END-公司 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/


.download-ul{display: block;padding:11px 20px 20px 20px;background-color: #fff;width:100%;}
.download-ul li{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #d9d9d9;padding:6px 0 0 0;}
.download-ul li .content{width:80%;}
.download-ul li .t1{line-height: 30px;font-size:12px;color:#000;font-weight: bold;}
.download-ul li .t2{line-height: 48px;font-size:14px;color:#333;}
.download-ul li a{display: block;width:32px;height: 32px;border:1px solid #d9d9d9;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size:16px;color:#999;}
.download-ul li:hover .t2{font-weight: bold;}
.download-ul li:hover a{background-color: #0089d1;color:#fff;}

@media (max-width: 1220px) {
/* 头部 */
.banner_box {
  padding: 50px 0;
}
.banner_box a {
  padding: 0 60px;
}
/* END_头部 */

/* 首页 */
.cp>.container {
  padding: 40px 0;
}
.cp_ul {
  width: 102%;
  margin-left: -1%;
}
.cp_ul li {
  width: 14.6666%;
  margin: 20px 1% 0 1%;
}
.cp-imgbox{
	margin-top: 20px;
}

.news {
  width: 30.5%;
}
.gsjj {
  width: 35%;
  margin: 0 2%;
}
/* END-首页 */

/* 底部 */
footer {
  padding-top: 30px;
}
.copyright{
  margin-top: 30px;
}

/* END-底部 */

/* 产品 */
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
.pro_ul {
  width: 102%;
  margin-left: -1%;
}
.pro_ul li {
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* END-产品 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #166ccd;
  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);
}

/* 头部 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 40% !important;
  height: 100%;
  right: -100%;
  transition: all 0.4s;
  z-index: 99;
	opacity: 0;
}
.nav-actived{
  right: 0;
	opacity: 1;
}
.nav{
  width: 100%;
  height: 100%;
  float: right;
  background-color: #fff;
}
.nav>li{
  width: 100%;
  height: 10%;
  float: left;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #166ccd;
  color: #fff;
}
.search{
  margin-right: 80px;
}

.banner_box {
  padding: 30px 0;
}
.banner_box a {
  padding: 0 30px;
}
.banner-btn {
  top: 62%;
}
/* END-头部 */

/* 首页 */
.cp>.container {
  padding: 20px 0;
}
.newsbox {
  padding: 20px 0;
}
/* END-首页 */

/* 底部 */
footer {
  padding-top: 20px;
}
.copyright {
  margin-top: 20px;
  padding: 10px 0;
}
/* END-底部 */

/* 产品 */
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
.pro_ul li {
  margin: 0 1% 20px 1%;
}
/* END-产品 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.logo{
  width: 50%;
  padding: 10px 0;
}
.logo a {
  width: 100%;
}

.banner_box {
  padding: 10px 0;
}
.banner_box a {
  padding: 0;
}
.banner_box .banner_p {
  line-height: 30px;
  font-size: 20px;
}
.banner_box .banner_txt {
  line-height: 22px;
  font-size: 14px;
  margin-top: 5px;
}
.banner_box .banner_more {
  margin-top: 5px;
}
/* END-头部 */

/* 首页 */
.cp>.container {
  padding: 10px 0;
}
.cp_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.cp-imgbox{
	margin-top: 10px;
}

.newsbox {
  padding: 10px 0;
}
.news{
  width: 100%;
}
.news_ul li {
  margin-top: 10px;
}
.news_ul li .news_sp {
  line-height: 16px;
}
.news_ul li .news_p {
  line-height: 24px;
}
.news_ul li .news_txt {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
}
.news_ul li .news_more {
  margin-top: 5px;
}

.gsjj{
  width: 100%;
  margin: 10px 0;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_txt {
  line-height: 22px;
  height: auto;
  margin-top: 10px;
  -webkit-line-clamp: initial;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 0;
}
.footer_lx {
	width: 100%;
	padding: 10px 0;
}
.footer_p {
	line-height: 1;
	margin-bottom: 5px;
}
.footer_txt {
	line-height: 24px;
}
.copyright {
  margin-top: 0;
  padding: 10px;
  line-height: 20px;
}
/* END-底部 */

/* 产品 */
.dqwz_title{
  height: auto;
  background-color: #186dcd;
}
.dqwz_p{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  position: relative;
}
.dqwz_p::after{
  content: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz_contect{
	padding: 10px 0;
}
.main_left{
	width: 100%;
}
.about{
  display: none;
  margin-bottom: 3px;
}
.about_title {
  height: 40px;
  line-height: 40px;
  background-image: initial;
}
.about_ul {
  padding-top: 0;
}
.about_ul>li>a {
  height: 36px;
  line-height: 36px;
}
.main_right{
	width: 100%;
}
.pro_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.pro_ul li .pro_txt {
  margin-top: 5px;
}
.cpxq_p{
  line-height: 24px;
  font-size: 18px;
}
.cpxq_txt{
  line-height: 22px;
}
/* END-产品 */

/* 服务 */
.news_ul1 li{
  margin: 0 0 10px 0;
}
/* END-服务 */

/*联系我们*/
.contact_txt {
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 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: #166ccd;
  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: #166ccd;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 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 */
