@charset "GBK";

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.mar30 {
	margin: 18px auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.p {
	text-indent: 2em;
	line-height: 2em;
}

.title_main {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.zxbtn {
    background: #f7411a;
    text-align: center;
    color: #fff;
    width: 500px;
    display: block;
    line-height: 46px;
    border-radius: 33px;
    margin: 18px auto;
}

.bg_qhs{
	background-color: #ededed;
}
.ul_list1 li{
    width: 10%;
    margin: 20px auto;
    text-align: center;
}
.ul_list1 li strong{
	font-size: 50px;
    display: inherit;
    text-align: center;
    margin: 0 auto;
}
.ul_list1 li .flex{
	width: 100px;
	margin: 0 auto;
}
.ul_list1 li .flex span{
	font-size: 16px;
	padding: 10px;
}

.div_jiuye{
	margin: 70px auto;
}
.div_jiuye .left{
	width: 40%;
	padding: 30px 0;
}
.ul_list2{
	width: 59%;
}
.ul_list2 li{
    width: 30%;
}
.ul_list2 li img{
	width: 1005;
}
.div_jiuye .left p{
    margin: 30px 0;
    line-height: 32px;
    width: 92%;
    text-indent: 33px;
}
.div_jiuye .left a{
	background: #f9aa7b;
	text-align: center;
	color: #fff;
	width: 60%;
	display: block;
	line-height: 46px;
	border-radius: 33px;
	margin: 40px 0 0;
}

.bg_qhs2{
	background-color: #ededed;
	padding: 30px 0;
}
.ul_list3 li {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_list3 li img{
	width: 50%;
}
.ul_list3 li .right{
	width: 50%;
}
.ul_list3 li .right strong{
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 14px auto;
}

.ul_list3 li .right p{
	text-align: center;
	line-height: 26px;
}
.ul_list3 li .right a{
    background: #f9aa7b;
    text-align: center;
    color: #fff;
    width: 60%;
    display: block;
    line-height: 38px;
    border-radius: 33px;
    margin: 24px auto 0;
}



.huanjing-pagination {
    font-size: 0;
    position: static!important;
    width: 1200px;
    margin: 30px auto;
}

.huanjing-pagination .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 220px;
    padding: 1% 0;
    border: 1px solid #dcdcdc;
    background: #adadad;
    opacity: 1;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    height: auto;
    cursor: pointer;
    outline: none;
}
.huanjing-pagination .swiper-pagination-bullet-active {
    border-color: #f7411a;
    background: #f7411a;
    color: #fff;
}
.hot_kecheng strong{
	margin: 2% auto;
    display: block;
    color: #4f4f4f;
}
.hot_kecheng strong img{
	padding-right: 20px;
}
.hot_kecheng p{
	text-align: left;
	text-indent: 32px;
	line-height: 30px;
}

.cjrh{
	margin-top: 20px;
}
.jiuye-swiper .swiper-slide{
	position: relative;
}
.jiuye-swiper img{
	width: 100%;
}
.jiuye-swiper h2{
	background: #f9aa7b;
    width: 200px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 34%;
    top: 311px;
    line-height: 42px;
}
.jiuye-swiper strong{
	position: absolute;
    left: 44%;
    text-align: center;
    font-size: 30px;
    top: 370px;
}
.jiuye-swiper p{
    text-align: left;
    text-indent: 32px;
    height: 90px;
    margin: 96px auto 0;
    color: black;
    width: 90%;
    line-height: 32px;
}

.bg_qhs2 video{
    width: 544px;
}
.bg_qhs2 .left{
    width: 46%;
    line-height: 30px;
}
.bg_qhs2 .right{
    width: 53%;
}
.bg_qhs2 .right img{
	width: 100%;
}





.ul_list4 li {
	width: 31%;
	    text-align: center;
	    margin-top: 15px;
	    box-shadow: 0 0 5px #ccc;
	    background: #fff;
  }
  .ul_list4 li > a {
	  display: block;
	  width: 100%;
	  height: auto;
	  overflow: hidden;
	  position: relative;
	  
  }
  .ul_list4 li > a img {
	  width: 100%;
	  height: auto;
	transition: all .5s;
  }
  .ul_list4 li > a:hover img {
	transform: scale(1.2);
  }
  .ul_list4 li span {
    color: black;
    font-size: 15px;
  }
  .ul_list4 li strong {
	line-height: 45px;
	font-size: 20px;
	transition: all .35s;
  
  }
  .ul_list4 li strong:hover {
	color: #ee7800;
  }
  .ul_list4 li p {
	  text-align: left;
	  
	  color: #6b6b6b;
	  padding: 10px 10px 10px;
  }
  .ul_list4 li .flex a{
	line-height: 2rem;
	width: 45%;
	display: inline-block;
	background: #63aafd;
	margin: 2% auto 4%;
	color: #fff;
  }
  .ul_list4 li .flex a:first-child{
	background: #f9aa7b;
  }
  
.zxbtn2 {
    background: #f7411a;
    text-align: center;
    color: #fff;
    width: 319px;
    display: block;
    line-height: 46px;
    border-radius: 10px;
    margin: 30px auto;
    float: left;
    margin-left: 246px;
}
  
.zxbtn3 {
    background: #fff;
    text-align: center;
    color: #f7411a;
    width: 319px;
    display: block;
    line-height: 46px;
    border-radius: 10px;
    margin: 30px auto;
    float: left;
    margin-left: 188px;
	    border: solid 2px #f7411a;
}
.bjts{
	margin-top: 49px;
	    font-size: 17px;
}