.wl {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.color {
  color: #1d2b54;
}
.w1200 {
  width: 1200px;
  margin: 0 auto ;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.main-top {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background: #161616;
  height: 40px;
}
.main-top .left {
  float: left;
  line-height: 40px;
  color: #fff;
}
.main-top .left i {
  font-style: initial;
}
.main-top .left img {
  margin-top: 15px;
  float: left;
  line-height: 40px;
  margin-right: 5px;
}
.main-top .right {
  float: right;
}
.main-top .right ul li {
  float: left;
  line-height: 40px;
  margin-left: 20px;
  color: #fff;
}
.main-top .right ul li i {
  float: left;
  margin-right: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}
.top-box {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  height: 90px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1170px) {
	.contact-boxs{
		border: none;
	}
	
	
  .top-box,
  .main-top {
    display: none;
  }
}
.top-xbox {
  height: 100%;
}
.logo-le {
  padding-right: 50px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav {
  float: right;
  height: 90px;
  padding-top: 20px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.nav li.nLi {
  height: 100%;
  position: relative;
  float: left;
  padding: 0 25px;
}
.nav li.active h3 {
  border-bottom: 2px solid #1d2b54;
}
.nav li.active h3 a {
  color: #1d2b54;
}
.nav li h3 {
  height: 40px;
  line-height: 40px;
}
.nav li h3 a {
  color: #818181;
  font-weight: 400;
  text-transform: Uppercase;
}
.sub1,
.sub-cp {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  top: 63px;
  padding: 10px 20px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: none;
  z-index: 6;
  width:200px;
  white-space:nowrap;
}
.sub1 a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.sub-cp {
  position: fixed;
  width: 100%;
  float: left;
}
.subcp-con {
  width: 1200px;
  margin: 0 auto;
}
.subcp-con ul {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding: 20px 0;
}
.subcp-con ul li {
  float: left;
  border-right: 1px solid #e1e1e1;
  position: relative;
  width: 33.333%;
}
.subcp-con ul li:last-child {
  border-right: none;
}
.subcp-con ul li i {
  float: left;
  width: 150px;

  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.subcp-con ul li dl {
  float: left;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-left: 170px;
  padding-right: 30px;
  width: 100%;
}
.subcp-con ul li dl dd {
  width: 100%;
  float: left;
  line-height: 28px;
}
.subcp-con ul li dl dd h3 {
  font-size: 16px;
  font-weight: bold;
}
.subcp-con ul li dl dd p {
  width: 100%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.subcp-con ul li i img {
  max-width: 100%;
  max-height: 100%;
}
.top-box:hover .nav li h3 a {
  color: #333333;
  display: block;
}
.top-box:hover .nav li h3.on a,
.top-box:hover .nav li:hover h3 a {
  color: #1d2b54;
}
.top-box:hover .nav li:hover h3 {
  border-bottom: 2px #1d2b54 solid;
}
.r-box {
  display: flex;
  height: 40px;
  align-items: center;
}
.hy-btn {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
}
.hy-btn i {
  cursor: pointer;
}
.hy-bt2 {
  display: none;
}
.top-box:hover .hy-bt2 {
  display: block;
}
.top-box:hover .hy-bt1 {
  display: none;
}
.hy-bt1 {
  color: #fff;
}
.top-dh {
  font-size: 16px;
  color: #fff;
}
.top-dh span {
  font-weight: bold;
  font-family: arial;
}
.top-box:hover .top-dh {
  color: #333333;
}
.top-box:hover .top-dh span {
  color: #2448ac;
}
.phone-nav {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  height: 100px;
  background: #f0f0f0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0 10px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
}
.p-logo {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-logo img {
  max-width: 100%;
  height: auto;
}
.p-rbtn {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-rbtn i {
  color: #1d2b54;
  font-size: 40px;
}
.p-rbtn img {
  width: 1.875rem;
}
@media screen and (max-width: 1170px) {
	*{
		box-sizing: border-box;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	display: none;
	}
	.swiper-button-prev01{
		display: none;
	}
	.hm-banner{
		margin-left: -15px;
		margin-right: -15px;
	}
	.pros-loop .right{
		width: 50%;
		margin-left: 0;
	}
	.pros-loop .left{
		width: 50%;
		
	}
	.wl{
		padding: 0 15px;
	}
	
  .phone-nav {
    display: block;
  }
  .page-box {
    padding: 20px 0;
  }
  .foot-copy {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0;
    margin-top: 0px;
  }
  .pull-left {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
  }
  .pull-right {
    float: left !important;
    text-align: center;
    width: 100%;
    line-height: 30px;
  }
  .hm-banner {
    margin-top: 60px;
  }
  .font .phon-foont .right,.font .phon-foont .left{
	  width: 100%;
	  text-align: center;
  }
  .foontLoop ul li:nth-child(3){
	  float: none;
	  width: 100%;
	  text-align:center;
  }
  .foontLoop ul{
	  display: inline-block;
	  text-align: center;
  }
}
@media screen and (max-width: 750px) {
	.publice-title .right{
		display: none;
	}
 
  .p-rbtn i {
    font-size: 30px;
  }
}
.menuPhoe-down {
  width: 100%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 5.5rem;
  display: none;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .menuPhoe-down {
    top: 6.25rem;
  }
}
.menuPhone-text {
  width: 100%;
  float: left;
}
.menuPhone-text ul {
  width: 100%;
  float: left;
}
.menuPhone-text ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #D7D7D7;
}
.Nav-phone-title {
  width: 100%;
  float: left;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Nav-phone-title a {
  float: left;
  font-size: 1.875rem;
  color: #333;
  text-decoration: none;
}
.Nav-phone-title img {
  float: right;
  width: 1.25rem;
}
.reduce_hide {
  display: none;
}
.menuPhone-text ul li dl {
  width: 100%;
  float: left;
  display: none;
}
.menuPhone-text ul li dl dd {
  width: 100%;
  float: left;
  border-top: 1px solid #D7D7D7;
  height: 5rem;
  line-height: 5rem;
  box-sizing: border-box;
  padding-left: 1.25rem;
}
.menuPhone-text ul li dl dd a {
  color: #818181;
  font-size: 1.875rem;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 0;
  }
}
.Nav-phone-title {
  width: 100%;
  float: left;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Nav-phone-title a {
  float: left;
  font-size: 1.875rem;
  color: #333;
  text-decoration: none;
}
.Nav-phone-title img {
  float: right;
  width: 1.25rem;
}
.reduce_hide {
  display: none;
}
.menuPhone-text ul li dl {
  width: 100%;
  float: left;
  display: none;
}
.menuPhone-text ul li dl dd {
  width: 100%;
  float: left;
  border-top: 1px solid #D7D7D7;
  height: 5rem;
  line-height: 5rem;
  box-sizing: border-box;
  padding-left: 1.25rem;
}
.menuPhone-text ul li dl dd a {
  color: #818181;
  font-size: 1.875rem;
  text-decoration: none;
}
@media screen and (max-width: 1170px) {
  .footer {
    padding-top: 0;
  }
}
.font {
	word-wrap:break-word
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-top: 50px;
}
.font .font-con-left {
  float: left;
}
.font .font-con-left ul {
  float: left;
}
.font .font-con-left ul li {
  margin-right: 120px;
  float: left;
}
.font .font-con-left ul li .font-a {
  float: left;
}
.font .font-con-left ul li .font-a h3 {
  font-size: 18px;
  font-weight: bold;
}
.font .font-right {
  float: right;
}
.font .font-right .left {
  width: 200px;
  float: left;
}
.font .font-right .left .loop {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.font .font-right .left .loop p {
  color: #ababab;
}
.font .font-right .left .loop span {
  font-size: 20px;
  color: #1d2b54;
}
@media screen and (max-width: 375px) {
  .font .font-right .left .loop span {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .font .font-right .left {
    max-width: 160px;
  }
}
.font .font-right .right {
  width: 132px;
  margin-left: 50px;
  float: right;
}
.font .font-right .right i {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  height: 132px;
}
.font .font-right .right p {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .font .font-right .right {
    margin-left: 0;
  }
}
.font .phon-foont {
  background: #2d2d2d;
  color: #6f6f6f;
}
.font .phon-foont .db {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin-top: 5px;
  margin-bottom: 20px;
}
.font .phon-foont .left {
  float: left;
}
.font .phon-foont .right {
  float: right;
}
.font .phon-foont .right a {
  color: #6f6f6f;
}
@media screen and (max-width: 850px) {
  .font .phon-foont .left {
    float: left;
    line-height: 20px;
  }
  .font .phon-foont .right {
    float: left;
    line-height: 20px;
  }
  .font .phon-foont .right a {
    color: #6f6f6f;
  }
}
@media screen and (max-width: 1170px) {
  .font .font-con-left {
    display: none;
  }
  .font .font-right {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    padding: 0 10px;
  }
  .font .phon-foont {
    padding: 10px;
  }
}
@media screen and (max-width: 1170px) {
	.n-pagebox .pro-loops li{
		width: 24%;
		margin-right: 1%;
		box-sizing: border-box;
	}
	.contact-box{
		border: none;
		padding-top: 10px;
	}
	
	.pro-boxs .left{
		width: 250px;
	}
	.ab-con{
		padding: 20px 0;
	}
	.contact-box .left{
		width: 100%;
	}
	.contact-box .right{
		width: 100%;
	}
	.contact-box .right .pc-addres-map{
		width: 100%;
		margin-top: 20px;
	}
	
  .font {
    padding-top: 10px;
  }
  .p-b-50 {
    padding-bottom: 10px;
  }
  .phone-nav{
	  height: 60px;
  }
  .p-logo img{
	  height: 40px;
  }
  .p-banner{
	  padding-top: 60px;
  }
}
.swiper-button-icon i {
  font-size: 35px;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  float: left;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}
.swiper-button-icon i:hover {
  background: #fff;
  color: #b8282d;
  transition: all 0.5s;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  width: 12px !important;
  height: 12px !important;
}
.swiper-pagination-bullet-active {
  background: #b8282d !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px !important;
}
.foontLoop {
  width: 100%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin-top: 20px;
}
.foontLoop ul {
  float: left;
}
.foontLoop ul li {
  margin-right: 40px;
  float: left;
}
.foontLoop ul li i {
  float: left;
  margin-right: 10px;
}
.foontLoop ul li p {
  float: left;
  color: #ababab;
}
.foontLoop .right-img {
  float: right;
}

@media screen and (max-width: 1000px) {
	.ov-hide1{
		display: none;
	}
	.ov-hide2{
		display: block;
	}
 .pros-loop .left{
	 width: 100%;
 }
 .pros-loop .left i{
	 height: auto;
	 line-height: 100%;
 }
 
 .pros-loop .right{
	width: 100%;
 }
 .ab-con{
	 padding-left: 10px;
	 padding-right: 10px;
 }
 .con2{
 	background: url(../img/index_bj.jpg);
	background-size:cover ;
 }
 .pros-loop .right .more a{
	float: none;
	margin: 0 auto;
	display: block;
	width: 200px;
 }
 .pros-loop .right .more{
	 text-align: center;
 }
 
 .pro-boxs .left{
	 width: 100%;
	 
 }
 .pro-boxs .right{
	 width: 100%;
	 padding-top: 15px;
 }
 .pro-boxs .right .pro-loops li{
	 width: 32.333%;
	 margin-right: 1.1%;
 }
 .pro-boxs .right .pro-loops{
	 margin-right: -50px;
 }
 .pro-boxs .right .pro-loops li:nth-child(3n) {
    margin-right:0;
}
 
}


@media screen and (max-width: 870px) {
	.contact-box{
		padding-left: 0;
		padding-right: 0;
	}
	.ho-jz ul li{
		    max-height: 300px;
	}
	.ho-jz ul li a {

		max-height: 250px;
		line-height: 250px;
		text-align: center;
	}
	.ho-jz ul li img{
		max-width: 190px;
	}
	.ho-jz ul li p{
		padding: 0 6px;
	}
	.n-pagebox .pro-loops li{
		width: 48%;
		margin-right: 2%;
		box-sizing: border-box;
	}
	.n-pagebox .pro-loops{
		width: 102%;
	}
	.contact-box .left ul li{
		word-wrap: break-word;
white-space: normal;
word-break: break-all;
	}
}



@media screen and (max-width: 640px) {
	.contact-boxs{
		padding: 0;
	}
	.pro-boxs .right .pro-loops li{
		 width: 48%;
		 margin-right: 2%;
		 overflow: hidden;
		 box-sizing: border-box;
	}
	 .pro-boxs .right .pro-loops li:nth-child(3n) {
	    margin-right: 2%;
	}
	
	.ho-jz ul li img{
		max-width: 150px;
	}
	.ho-jz ul li a {
		max-height: 220px;
		line-height: 220px;
		text-align: center;
	}
	.ho-jz ul li{
		max-height: 250px;
	}
	.foontLoop .right-img{
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	.ho-jz ul li{
		width: 50%;
	}
	.foontLoop ul{
		width: 100%;
	}
	.foontLoop ul li{
		width: 100%;
		margin-right: 0;
	}
	.pros-loop .right h3{
		font-size: 20px;
		line-height: 40px;
	}
	.pros-loop .right p{
		line-height: 30px;
	}
	.contact-boxs .feeb-sub .input-loop{
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	
}







