/* 去掉轮播箭头 */

 body{
	 overflow-x: hidden;
 }
/* 导航栏 */
nav{
	width: 100%;
}


.nav{
	width:100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 14px 3px 6px 0px rgba(0, 0, 0, 0.05);
	
}
.nav a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	/* text-align: center; */
}
.nav ul{
	display: flex;
}
.nav_one{
	margin-left: 300px !important;
}
.nav ul li{
	width: 120px;
	height: 80px;
	/* border-bottom: 3px solid #0057B8; */
	text-align: center;
	line-height: 80px;
	margin-left: 20px;
}
/* 公司简介 */
#introduce{
	background-image: url(../img/GoXZ.png);
	width: 100%;
	height: 1080px;
	background-repeat: no-repeat;
	
}
.introduce_box_bx{
	width: 95%;
	height: 95%;
	margin: 0 auto;
	position: relative;
	top: 35px;
}
.introduce_box{
	width: 1200px;
	height: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
	top: 40px;
}
.introduce_box_flex{
	width: 95%;
	height: 63%;
	margin: 0 auto;
	position: relative;
	top: 35px;
	display: flex;
	/* border: 1px solid red; */
}
.last_child_p{
	margin-top: 30px;
}
.introduce_box_flex_text{
	height: 350px;
}
.introduce_box_flex_text:first-child{
	margin-top: 20px;
}
.introduce_box_flex_text p{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	/* margin-top: 29px; */
}
.introduce_box_flex_text div {
	width: 575px;
	height: 352px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	line-height: 26px;
	margin-top: 20px;
	/* border: 1px solid red; */
}
.introduce_box_flex_text dt{
	width: 50px;
	height: 2px;
	background: #E11111;
	margin-top: 18px;
}
.div_span{
		width: 98%;
	    height: 15%;
	    margin: 0 auto;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #1D1D1D;
		line-height: 26px;
}
.introduce_box_flex_text_left{
	position: relative;
	width: 500px;
	height: 530px;
	left: 25px;
	top: 18px;
	overflow: hidden;
	/* border: 1px solid red; */
}
.introduce_box_flex_text_left img{
	width: 500px;
	height: 530px;
	transition: all 0.5s;
}
.introduce_box_flex_text_left img:hover{
	transform: scale(1.1,1.1);
}
.hr{
	width: 99%;
	height: 1px;
	background: #EEEEEE;
}
.number{
	width:98%;
	height: 100px;
	margin: 0 auto;
}
.number dl {
	margin-top: 60px;
}
.number dl dt{
	width: 300px;
	height: 100px;
	border-right:  1px solid #D2D2D2;
	text-align: center;
	line-height:50px;
	
}
.number_text{
	height: 38px;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0057B8;
}
.number_text_year{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0057B8;
}
.cooperation_img{
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	height: 552px;
	width: 1217px;
	margin: 0 auto;
	/* background-size: 1017px 552px; */
}

.number_date{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

/* <!-- 荣誉资质 --> */

#honor{
	width: 100%;
	height: 520px;
	background: #FFFFFF;
	border: 1px solid  #FFFFFF;;
}
.honor_text{
	width: 1200px;
	height:150px ;
	text-align: center;
	margin: 0 auto;
	padding-top: 35px;
}
.honer_swiper{
	width: 1200px;
	margin: 28px auto;
}
.honer_swiper .swiper{
    height: 280px;
}
.honor_text_one{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1D1D1D;
	margin-top:70px ;
}
.honor_text_two{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	margin-top:10px ;
}
.swiper-slide_img img{
	width: 300px;
	height: 200px;
	
}
.swiper-slide_img span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
}


/* 


.honor_text .honor_text_two{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	margin-top: 10px;
}
.swiper_img img{
	width:240px !important;
	height: 320px !important;
}

.honer_swiper_book{
	position: relative;
	top:180px;
	left: -150px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
} */

/* 轮播箭头位置 */
/* .swiper_img_img_right{
	position: relative;
	top: 200px;
	left: -30px;
}
.swiper_img_img_left{
	position: relative;
	top: 180px;
	left:1380px;
} */

/* <!-- 经营优势 --> */
.BusinessAdvantages{
	height:445px;
	width: 100%;
	background: #000000;
}
.text_float{
	float: inherit;
	position: relative;
	bottom: 400px;
	text-align: center;
	
}
.text_float_text1{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.text_float_text2{
	margin-top:15px ;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.img_img{
	width:1200px;
	margin: -340px auto;
	/* border: 1px solid red; */
	float: inherit;
	position: relative;
	display: flex;
}
.img_img_yid{
	margin-left: 29px;
	width: 380px;
	height: 460px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(3, 0, 0, 0.27);
}

.img_img_yid_img{
	width: 380px;
	height: 251px;
	overflow: hidden;
}
.img_img_yid img{
    transition: all 0.5s;
}
.img_img_yid img:hover{
	transform: scale(1.1,1.1);
	cursor: pointer;
}
.img_img_yid_box{
	width: 334px;
	height: 150px;
	margin: 0 auto;
}
.img_img_yid_text{
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}
.img_img_yid_text1{
	color: #626262;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: Regular;
	margin-top: 30px;
}
.BusinessAdvantages_last{
	
	height: 250px;
	width: 100%;
	background:  #FFFFFF;
	/* border: 1px solid red; */
}

/* 发展历程 */
#course{
	width: 100%;
	height: 760px;
	background: #EEEEEE;
	margin-top: 60px;
	/* border: 1px solid red; */
}
.course_box{
	width: 1200px;
	height: 75%;
	/* border: 1px solid red; */
	margin: 0 auto;
	text-align: center;
}
.course_boxs{
	display: none;
}
.course_box_one{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
}
.course_box_two{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	margin-top: 19px;
}
.course_box_three{
	font-size: 72px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E11111;
	margin-top: 119px;
}
.course_box_four{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0A0A0A;
	margin-top: 74px;
}
.dateLine{
	width: 100%;
	height: 1px;
	background: #E11111;
	margin-top: 100px;
	
}
.dateCircular{
	width: 80%;
	margin: 0 auto;
	height: 20px;
	/* border: 1px solid red; */
	position: relative;
	bottom: 12px;
}
.dateCircular ul{
	display: flex;
	justify-content: space-around;
}
.dateCircular ul li{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #E11111;
	border-radius: 50%;
	cursor: pointer;
	/* margin-left: 15%; */
}
.dateCircular span{
	display: block;
	position: relative;
	bottom: 40px;
	right: 20px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E11111;
}
.jsDate{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 57px auto;
}
.jsDate p{
	cursor: pointer;
}
ul {
	list-style: none;
}
a{
	text-decoration: none;
}

.jQuery_time{
	width: 100%;
	border: 1px solid red;
}


/* css 的初始化 */
@charset "UTF-8";

/* 清除默认的外边距和内边距 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img {
  margin: 0;
  padding: 0;
}

img, input, button, textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul, ol {
  list-style: none;
}


select, input, textarea {
  font-size: 12px;
  margin: 0;
}

textarea {
  resize: none;
}

img {
  border: 0;
  /* 可以防止 img 下边出现缝隙问题 */
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}


.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* 兼容 IE 67 */
.clearfix {
  *zoom: 1;
}

a {
  color: #666;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

/* 废物利用 1*/
s, i, em {
  font-style: normal;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


  .icon-jiantouyou:before {
    content: "\e62a";
  }
  
  .icon-jiantou-zuo:before {
    content: "\e62d";
  }
  
  .icon-zuojiantou:before {
    content: "\e601";
  }
  
  .icon-jiantou:before {
    content: "\e605";
  }
.dateline{
	height: 650px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.dateline_one{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	padding-top: 71px;
}
.dateline_two{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	margin-top: 19px;
}
.dateline_three{
	font-size: 72px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E11111;
	margin-top: 119px;
}
.dateline_four{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0A0A0A;
	margin-top: 74px;
}
.containers {
    width: 100%;
    height: 800px;
    background: #EEEEEE;
}
.containers .slide_wrap  {
	
    overflow: hidden;
    position: relative;
}
.containers .slide_wrap ul {
    position: relative;
    left: 0px;
}
.containers .slide_wrap::after {
    width: 100%;
    height: 1px ;
    background-color: #E11111;
    content: '';
    position: absolute;
    top: 48px;
    left: 0px;
}
.slide_items li{
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center;
		position: relative;
		left: 180px;;
}
.slide_items li a {
    display: block;
}
.slide_items li.on {
    color: red;
    border-radius: 30px;
}
.slide_items li span {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E11111;
    display: block;
}
.slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #E11111; ;
    border-radius: 13px;
    padding: 2px;
    box-sizing: border-box;
    margin-top: 9px;
}
.slide_items li i{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #E11111;
    border-radius: 5px;

}
.slide_items li.on div {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #E11111;
    border-radius: 13px;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 4px;
}
.anniu_line{
	display: flex;
	width: 80%;
	justify-content: space-between;
	margin: 57px auto;
}
.top_time{
	margin-top: 10px;
}
.anniu_line img{
	cursor: pointer;
}
.slide-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
}
.slide-content img{
   width: 100%;
}
.slide-content ul {
    display: none;
}
.slide-content ul.on {
    display: block;
}






