/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

@media (max-width:1600px) {
  .container {
    max-width: 97% !important;
  }
}
/* 头部 */
.topbox {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  line-height: 52px;
  font-size: 14px;
  color: #000;
}
.search{
  width: 198px;
  float: left;
  border: 1px solid #ddd;
  margin-top: 12px;
}
.search_inp1{
  width: calc(100% - 30px);
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
}
.search_btn{
  width: 30px;
  float: left;
  height: 26px;
  background: url(../images/search_ss.png) no-repeat left center;
}

.top_dianhua{
  float: right;
  margin: 12px 0 0 30px;
  line-height: 28px;
  font-size: 14px;
  color: #000;
}
.top_dianhua>span{
  float: right;
  font-size: 24px;
  color: #284e9d;
  font-weight: bold;
}

.header_index{
	width: 100%;
	float: left;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.header {
  width: 100%;
  padding: 14px 0;
	position: relative;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
  width: 232px;
}
.logo_txt{
  width: 375px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 20px;
  color: #85c03f;
  font-family: Impact;
  font-size: 20px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}

/* 导航 */
nav {
  width: auto !important;
}
.nav{
  float: left;
  height: 100%;
}
.nav>li{
  float: left;
  position: relative;
  height: 100%;
  padding-right: 1px;
}
.nav>li::before{
  content: "";
  width: 1px;
  float: left;
  height: 15px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav>li>a{
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 40px;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #0172bb;
}
.nav>li:first-child>a{
  padding: 0 40px 0 0;
}
.nav>li:last-child::before{display: none;}
.nav>li:last-child>a{
  padding: 0 0 0 40px;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #0172bb;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #0172bb;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0172bb;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.fw{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.fw_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.fw_p{
  line-height: 50px;
  font-size: 36px;
  color: #000;
}
.fw_sp{
  line-height: 34px;
  font-size: 24px;
  color: #000;
  opacity: 0.8;
}
.fw_sp::after{
  content: "";
  width: 42px;
  height: 5px;
  background-color: #0172bb;
  display: block;
  margin: 10px auto 0 auto;
}
.fw_ul{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  width: 1632px;
}
.fw_ul li{
  width: 376px;
  float: left;
  margin: 40px 32px 0 0;
}
.fw_ul li>a{
  width: 100%;
  float: left;
  border: 3px solid #f0f0f0;
  overflow: hidden;
  position: relative;
}
.fw_ul li>a::before{
  content: "";
  display: block;
  padding-top: 71.5426%;
}
.fw_ul li>a .fw_hover{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0,0,0,0.45);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.fw_ul li>a .fw_pp{
  width: 100%;
  float: left;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: calc(50% + 10px);
  z-index: 2;
}
.fw_ul li>a .fw_spp{
  width: 100%;
  float: left;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: calc(50% + 10px);
  z-index: 2;
}
.fw_ul li>a:hover{
  border-color: #0172bb;
}
.fw_ul li>a:hover img{
  transform: scale(1.1);
}
.fw_ul li>a:hover .fw_hover{
  opacity: 0;
}
.fw_ul li>a:hover .fw_pp{
  left: -100%;
}
.fw_ul li>a:hover .fw_spp{
  right: -100%;
}

.fbt{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
  background: url(../images/fbt_bj.jpg) no-repeat center center;
  background-size: cover;
}
.fbt_title{
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.fbt_p{
  line-height: 48px;
  font-size: 36px;
}
.fbt_sp{
  line-height: 28px;
  font-size: 16px;
  margin-top: 20px;
}
.fbt_sp>span{
  color: #00f6ff;
}
.fbt_img{
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.fbt_img img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.case{
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
.case_ul{
  display: block;
  overflow: hidden;
  width: 1664px;
  padding-top: 10px;
}
.case_ul li{
  width: 352px;
  float: left;
  margin: 25px 64px 0 0;
}
.case_ul li>a{
  display: block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
}
.case_ul li>a::before{
  content: "";
  display: block;
  padding-top: 29.5455%;
}
.case_ul li>a:hover{
  border-color: #0172bb;
}
.case_ul li>a:hover img{
  transform: scale(1.1);
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
}
.news_nav li{
  width: 110px;
  float: left;
  margin: 0 14px 15px 14px;
}
.news_nav li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  border: 1px solid #bebebe;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.news_nav li>a:hover,
.news_nav li.news_active>a{
  background-color: #0172bb;
  border-color: #0172bb;
  color: #fff;
}
.news_contect{
  display: block;
  overflow: hidden;
}
.news_contect>div{display: none;}
.news_contect>div:first-child{display: block;}
.news_ul{
  display: block;
  overflow: hidden;
  width: 1644px;
}
.news_ul li{
  width: 504px;
  float: left;
  margin: 16px 44px 0 0;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_ul li>a .news_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 54.36508%;
}
.news_ul li>a .news_R{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 15px;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li>a:hover .news_R .news_sp{
  color: #0172bb;
  text-decoration: underline;
}

.lxwm{
  width: 100%;
  overflow: hidden;
  background: url(../images/lxwm_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 0;
  min-height: 485px;
}
.lxwm_contect{
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.lxwm_left{
  width: 34%;
  float: left;
}
.lxwm_p{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
}
.lxwm_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lxwm_ul li{
  width: calc(50% - 25px);
  float: left;
}
.lxwm_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background-image: linear-gradient(#fff,#d8d8d8);
}
.lxwm_ul li>a::before{
  content: "";
  display: block;
  padding-top: 68%;
}
.lxwm_ul li>a .lxwm_hover{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.lxwm_ul li>a .lxwm_hover .lxwm_icon{
  width: 100%;
  height: 68px;
  overflow: hidden;
  position: relative;
}
.lxwm_ul li>a .lxwm_hover .lxwm_icon>img:first-child{opacity: 1;}
.lxwm_ul li>a .lxwm_hover .lxwm_icon>img:last-child{opacity: 0;}
.lxwm_ul li>a .lxwm_hover .lxwm_txt{
  width: 100%;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #000;
  transition: all 0.4s;
}
.lxwm_ul li>a:hover{
  background-image: linear-gradient(#0087dd,#0172bc);
}
.lxwm_ul li>a:hover .lxwm_hover .lxwm_icon>img:first-child{opacity: 0;}
.lxwm_ul li>a:hover .lxwm_hover .lxwm_icon>img:last-child{opacity: 1;}
.lxwm_ul li>a:hover .lxwm_hover .lxwm_txt{
  color: #fff;
}

.lxwm_right{
  width: 52%;
  float: right;
}
.lxwm_form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.lxwm_B{
  width: calc(50% - 6px);
  float: left;
  margin-bottom: 10px;
  border: 1px solid #adadad;
  background-color: #fff;
}
.lxwm_sp{
  width: 40px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 12px;
  color: #c2c2c2;
}
.lxwm_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}
.lxwm_B1{
  width: 100%;
}
.lxwm_inp2{
  width: calc(100% - 40px);
  float: left;
  height: 104px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}
.lxwm_btn{
  width: 100%;
  float: left;
  height: 40px;
  background-color: #0085da;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
/*END-首页*/

/* 底部 */
footer {
  background: #242628;
}
.footer_nav{
  width: 100%;
  overflow: hidden;
}
.footer_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.footer_nav ul li{
  width: 16.6666%;
  float: left;
  line-height: 24px;
  text-align: center;
}
.footer_nav ul li>a{
  font-size: 16px;
  color: #fff;
}
.footer_nav ul li>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #3a3c3e;
  border-bottom: 2px solid #3a3c3e;
  padding: 40px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_left{
  width: 68.25%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_logo{
  width: 21%;
  float: left;
  display: flex;
  align-items: center;
}
.footer_logo img{
  display: block;
  max-width: 222px;
  height: auto;
}
.footer_box{
  width: 73%;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.footer_B{
  width: 50%;
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer_txt{
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.footer_B:last-child{
  border-left: 1px solid #666869;
  padding-left: 60px;
}

.footer_right{
  width: 132px;
  float: right;
}
.footer_right img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_right span{
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #0082d5;
  border-radius: 17px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 45px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
}
.about_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.about_ul li{
  width: 14.285%;
  float: left;
  padding: 0 1%;
  margin-bottom: 1%;
}
.about_ul li a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  border: 1px solid #bebebe;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.about_ul li:hover a,
.about_ul li.about_on a{
  background-color: #0172bb;
  border-color: #0172bb;
  color: #fff;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 40px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 36px;
	color: #000;
}
/* END-关于我们 */

/* 产品与服务 */
.fw_ul1{
  padding: 0;
}
.fw_ul1 li {
  margin: 0 32px 40px 0;
}

.cp_ul{
  display: block;
  overflow: hidden;
  width: 1644px;
}
.cp_ul li{
  width: 504px;
  float: left;
  margin: 0 44px 45px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 54.3651%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 64px;
  line-height: 64px;
  background-color: #dedede;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  background-color: #0172bb;
  color: #fff;
}

.dqwz_title1{
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  line-height: 40px;
}
.dqwz_p{
  float: left;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.dqwz_p::before{
  content: "";
  width: 3px;
  float: left;
  height: 25px;
  background-color: #0172bb;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #000;
  opacity: 0.8;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_img{
  width: 562px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 60px;
}
.cpxq_img::before{
  content: '';
  display: block;
  padding-top: 64.3494%;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 32px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  line-height: 36px;
  color: #000;
}
.cpxq_more{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.cpxq_more>a{
  width: 124px;
  height: 42px;
  display: block;
  background-color: #0172bb;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.cpxq_txt{
  width: 100%;
  float: left;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 36px;
  margin-top: 50px;
}
.cpxq_txt img{max-width: 100% !important;height: auto !important;}
.cpxq_txt table{width: 100% !important;}
.xgtj{
  width: 100%;
  float: left;
  margin-top: 50px;
}
.xgtj .xgtj_title{
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
/* END-产品与服务 */

/* 成功案例 */
.case_ul1{
  display: block;
  overflow: hidden;
  width: 1664px;
}
.case_ul1 li{
  width: 352px;
  float: left;
  margin: 0 64px 25px 0;
}
.case_ul1 li>a{
  display: block;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
}
.case_ul1 li>a::before{
  content: "";
  display: block;
  padding-top: 29.5455%;
}
.case_ul1 li>a:hover{
  border-color: #0172bb;
}
.case_ul1 li>a:hover img{
  transform: scale(1.1);
}
/* END-成功案例 */

/* 新闻动态 */
.news_ul1{
  display: block;
  overflow: hidden;
  width: 1644px;
}
.news_ul1 li{
  width: 504px;
  float: left;
  margin: 0 44px 40px 0;
}
.news_ul1 li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_ul1 li>a .news_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul1 li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 54.36508%;
}
.news_ul1 li>a .news_R{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 15px;
  padding: 0 10px;
}
.news_ul1 li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_ul1 li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.news_ul1 li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul1 li>a:hover .news_R .news_sp{
  color: #0172bb;
  text-decoration: underline;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  color: #999;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  line-height: 36px;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻动态 */

/* 联系我们 */
.contact{
  display: block;
  overflow: hidden;
}
.contact_txt {
  width: 39%;
  float: left;
}
.contact_txt li{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  line-height: 36px;
  margin-bottom: 20px;
}
.contact_txt li>span{
  font-weight: bold;
}
.contact_map {
  width: 59%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}
/* END-联系我们 */

@media (max-width: 1600px) {
/* 头部 */
.nav>li>a {
  padding: 0 20px;
}
.nav>li:first-child>a {
  padding: 0 20px 0 0;
}
.nav>li:last-child>a {
  padding: 0 0 0 20px;
}
/* END-头部 */

/* 首页 */
.fw {
  padding: 50px 0;
}
.fw_ul {
  width: 102%;
  margin-left: -1%;
}
.fw_ul li {
  width: 23%;
  margin: 40px 1% 0 1%;
}

.case_ul {
  width: 102%;
  margin-left: -1%;
}
.case_ul li {
  width: 23%;
  margin: 25px 1% 0 1%;
}

.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 31.3333%;
  margin: 16px 1% 0 1%;
}
/* END-首页 */

/* END-底部 */
.footer_left {
  width: 80.25%;
}
/* END-底部 */

/* 产品与服务 */
.fw_ul1 li {
  margin: 0 1% 40px 1%;
}

.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 40px 1%;
}
/* END-产品与服务 */

/* 成功案例 */
.case_ul1 {
  width: 102%;
  margin-left: -1%;
}
.case_ul1 li {
  width: 23%;
  margin: 0 1% 25px 1%;
}
/* END-成功案例 */

/* 新闻动态 */
.news_ul1 {
  width: 102%;
  margin-left: -1%;
}
.news_ul1 li {
  width: 31.3333%;
  margin: 0 1% 40px 1%;
}
/* END-新闻动态 */

}
@media (max-width: 1340px) {
.nav>li>a {
  padding: 0 13px;
}
.nav>li:first-child>a {
  padding: 0 13px 0 0;
}
.nav>li:last-child>a {
  padding: 0 0 0 13px;
}
.nav>li>a{font-size: 18px}
}
@media (max-width: 1220px) {
/* 首页 */
.fw {
  padding: 40px 0;
}
.fw_ul li {
  margin: 30px 1% 0 1%;
}
.fw_ul li>a .fw_pp {
  font-size: 40px;
}

.case {
  padding-top: 40px;
}
.case_ul li {
  margin: 20px 1% 0 1%;
}

.news {
  padding: 40px 0;
}
.lxwm_contect {
  padding-top: 30px;
}
.lxwm_left {
  width: 45%;
}
.lxwm_ul li {
  width: calc(50% - 10px);
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 30px 0;
}
.footer_left {
  width: 84%;
}
.footer_p {
  line-height: 34px;
  font-size: 20px;
}
.footer_B{
  padding-left: 30px;
}
.footer_B:last-child {
  padding-left: 30px;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.about_ul li{
  width: 16.6666%;
}
.dqwz_contect{
	padding-top: 30px;
}
/* END-关于我们 */

/* 产品与服务 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}

.cpxq_img {
  width: 50%;
  margin-right: 40px;
}
.cpxq_txt {
  margin-top: 40px;
}
.xgtj {
  margin-top: 40px;
}
/* END-产品与服务 */

/* 成功案例 */
.case_ul1 li {
  margin: 0 1% 20px 1%;
}
/* END-成功案例 */

/* 新闻动态 */
.news_ul1 li {
  margin: 0 1% 30px 1%;
}
/* END-新闻动态 */

}

@media (max-width: 1220px) {
	.nav>li>a {
		padding: 0 16px;
	}
	.nav>li:first-child>a {
		padding: 0 16px 0 0;
	}
	.nav>li:last-child>a {
		padding: 0 0 0 16px;
	}
}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #284e9d;
  transition: all 0.4s;
}
.icon-menu-active>span{
  background-color: #fff;
}
.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 {
  width: 100% !important;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #fff;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.nav>li::before{display: none;}
.nav>li>a{
  padding: 0 !important;
}
.nav>li:hover>a,
.nav>li.nav-this>a {
  background-color: #0172bb;
  color: #fff;
}
/* END-头部 */

/* 首页 */
.fw {
  padding: 30px 0;
}
.fw_ul li {
  width: 31.3333%;
  margin: 20px 1% 0 1%;
}

.fbt {
  padding: 30px 0;
}
.fbt_img {
  padding-top: 30px;
}

.case {
  padding-top: 30px;
}
.case_ul li {
  width: 31.3333%;
  margin: 15px 1% 0 1%;
}

.news {
  padding: 30px 0;
}

.lxwm {
  min-height: 100%;
}
.lxwm_ul li>a .lxwm_hover .lxwm_icon {
  height: 40px;
}
/* END-首页 */

/* 底部 */
.footer_nav ul {
  padding: 20px 0 5px 0;
}
.copyright {
  padding: 5px 0 20px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.about_ul li{
  width: 20%;
}
/* END-关于我们 */

/* END-产品与服务 */
.fw_ul1 li {
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}

.cp_ul li {
  margin: 0 1% 20px 1%;
}
.cp_ul li .cp_txt {
  height: 50px;
  line-height: 50px;
}

.dqwz_title1 {
  padding-bottom: 20px;
}
.cpxq_img {
  margin-right: 20px;
}
.cpxq_p {
  margin-top: 0;
  font-size: 20px;
}
.cpxq_sp {
  line-height: 30px;
}
.cpxq_more {
  padding-top: 10px;
}
.cpxq_txt {
  line-height: 30px;
  margin-top: 20px;
}
.xgtj {
  margin-top: 20px;
}
.xgtj .xgtj_title {
  margin-bottom: 15px;
}
/* 产品与服务 */

/* 成功案例 */
.case_ul1 li {
  width: 31.3333%;
  margin: 0 1% 15px 1%;
}
/* END-成功案例 */

/* 新闻动态 */
.news_ul1 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);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 50%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.fw {
  padding: 10px 0;
}
.fw_p {
  line-height: 30px;
  font-size: 20px;
}
.fw_sp {
  line-height: 20px;
  font-size: 16px;
}
.fw_sp::after {
  margin: 5px auto 0 auto;
}
.fw_ul {
  padding: 0;
}
.fw_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.fw_ul li>a .fw_pp {
  font-size: 20px;
  line-height: 30px;
  bottom: 50%;
}
.fw_ul li>a .fw_spp {
  line-height: 20px;
  font-size: 14px;
  top: 50%;
  padding: 0 5px;
}

.fbt {
  padding: 10px 0;
}
.fbt_p {
  line-height: 30px;
  font-size: 20px;
}
.fbt_sp {
  line-height: 18px;
  font-size: 14px;
  margin-top: 5px;
}
.fbt_img {
  padding-top: 10px;
}

.case {
  padding: 10px 0;
}
.case_ul {
  padding: 0;
}
.case_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding-top: 10px;
}
.news_nav li {
  width: 31.3333%;
  margin: 0 1% 1% 1%;
}
.news_ul{
  width: 100%;
  margin: 0;
}
.news_ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
.news_ul li>a .news_img {
  width: 30%;
}
.news_ul li>a .news_R {
  width: 70%;
  margin: 0;
  padding-left: 10px;
}
.news_ul li>a .news_R .news_txt {
  height: 66px;
  line-height: 22px;
}
.news_ul li>a .news_R .news_sp {
  margin-top: 5px;
}

.lxwm {
  padding: 10px 0;
}
.lxwm_contect {
  padding-top: 10px;
}
.lxwm_left {
  width: 100%;
}
.lxwm_p {
  margin-bottom: 10px;
}
.lxwm_right {
  width: 100%;
  margin-top: 10px;
}
.lxwm_B {
  width: 100%;
}
.lxwm_btn {
  margin-top: 5px;
}
/* END-首页 */

/* 底部 */
.footer_nav ul {
  padding: 10px 0 0 0;
}
.footer_nav ul li {
  width: auto;
  line-height: 20px;
  margin: 0 2px;
}
.footer_nav ul li>a {
  font-size: 14px;
}
.copyright {
  line-height: 20px;
  padding: 0 0 10px 0;
  font-size: 14px;
}
/* END-底部 */

/* 关于 */
.main{
	padding: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: center;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  background-color: #0172bb;
}
.about_title1{
  position: relative;
  text-align: left;
}
.about_title1::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
  padding-top: 0;
}
.about_ul li{
  width: 100%;
  padding: 0 ;
  margin: 2px 0 0 0;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
  font-size: 14px;
}
/* END-关于 */

/* END-产品与服务 */
.fw_ul1 li {
  width: 48%;
  margin: 0 1% 10px 1%;
}

.cp_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.dqwz_title1{
  padding: 0;
  border: none;
}
.cpxq_img {
  width: 100%;
  margin-right: 0;
}
.cpxq_p {
  width: 100%;
  float: left;
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
}
.cpxq_sp {
  width: 100%;
  float: left;
  margin-top: 5px;
  line-height: 24px;
}
.cpxq_txt {
  line-height: 24px;
  margin-top: 5px;
}

.xgtj {
  margin-top: 10px;
}
.xgtj .xgtj_title {
  margin-bottom: 10px;
}
.dqwz_p {
  font-size: 18px;
  padding-left: 15px;
}
/* 产品与服务 */

/* 成功案例 */
.case_ul1 li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
/* END-成功案例 */

/* 新闻动态 */
.news_ul1{
  width: 100%;
  margin: 0;
   min-height: 365px;
}
.news_ul1 li {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_ul1 li>a .news_img {
  width: 30%;
}
.news_ul1 li>a .news_R {
  width: 70%;
  margin: 0;
  padding-left: 10px;
}
.news_ul1 li>a .news_R .news_txt {
  height: 66px;
  line-height: 22px;
}
.news_ul1 li>a .news_R .news_sp {
  margin-top: 5px;
}

.xwxq_sp {
  padding: 5px 0;
}
.xwxq_txt {
  font-size: 14px;
  line-height: 24px;
  min-height: 365px;
}
/* END-新闻动态 */

/* 联系我们 */
.contact_txt {
  width: 100%;
  min-height: 365px;
}
.contact_txt li{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.contact_txt li>span{
  font-size: 16px;
}
.contact_map {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #284e9d;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #284e9d;
  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-手机底部组件 */

.map iframe{width: 100%;height: 300px;border: transparent;} 
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #ccc; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;} 
  