@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: 30px 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;
}
.title_main span{
	color: #f49800;
}

.zxbtn {
    width: 380px;
    line-height: 50px;
    background: #ea5413;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 26px;
    margin: 30px auto;
}

.img_hr {
    margin: 14px auto 20px;
    display: block;
}
.jiuye_div .top{
	width: 98%;
  }
  .jiuye_div .top .left{
    width: 36%;
	    margin: 0 auto;
  }
  .jiuye_div .top .right{
    width: 60%;
  }
  .jiuye_div .top .left img{
	width: 100%;
  }
  .jiuye_div .top .right h2{
    margin: 0 0 10px 0;
	color:#f49800
  }
  .jiuye_div .bottom h2{
    margin: 10px 0 20px 20px;
	color:#f49800
  }
  .jiuye_div .bottom h2 img,  .jiuye_div .top .right h2 img{
	margin-right: 20px;
  }
  .hr{
    border: 1px dashed #f49800;
    margin: 30px auto 45px;
    width: 1200px;
  }
  .jiuye_div .top .right hr{
	border: 1px dashed #f49800;
    margin: 0 0 10px 0;
  }
  .jiuye_div .top .right p{
	line-height: 30px;
  }
  .jiuye_div .bottom  hr{
	border: 1px dashed #f49800;
    margin: 0 auto 20px;
	width: 97%;
    display: block;
  }
  .jiuye_div .top .right .flex img{
    width: 46%;
    margin: 3% auto;
  }
  .jiuye_div .bottom p{
	width: 98%;
	line-height: 30px;
  }


  
.czform {
	background: #f49800;
	text-align: center;
	overflow: hidden;
  }
  .czbm-input {
    display: inline-block;
    width: 270px;
    height: 45px;
    border-radius: 50px;
    text-align: left;
    margin: 48px 0 0;
    background: url(../images/dianhua.png) no-repeat;
    background-position-x: 28px;
    background-color: #fff;
    background-position-y: 7px;
    padding-left: 62px;
    font-size: 18px;
    border-left: 1px solid black;
	
  }
  .czbm-submit {
	display: inline-block;
	width: 175px;
	height: 45px;
	margin: 30px 0 30px 30px;
	color: #fff;
	background: #ea5413;
	font-size: 20px;
	border-radius: 10px;
  }
  .czform img{
	float: right;
	margin-right: 30px;
  }
  .czform .div_bt{
	width: 30%;
	color: #fff;
	font-size: 30px;
	margin: 20px 0;
  }
  .czbox{
	width: 70%;
  }
  .czform .div_bt span{
	font-size: 22px;
  }
  
  .hot_kecheng .left{
	width: 27%;
	background-color: #f49800;
	padding: 50px 20px;
	color: #fff;
	line-height: 40px;
  
  }
  .hot_kecheng img{
	width: 67%;
  }


.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: 22.2%;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto 16px;
}
.ul_list4 li strong{
    display: block;
    text-align: center;
    margin: 10px auto;
	line-height: 28px;
}
.ul_list4 li span{
    display: block;
    text-align: center;
    color: #ff9000;
}
.ul_list4 li a{
    width: 180px;
    line-height: 34px;
    background: #ea5413;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    margin: 18px auto;
}
.ul_list4 li img{
	width: 100%;
}
.bg_hs{
	background-color: #f4f4f4;
	padding: 1px 0;
}



.ul_list5 li {
	width: 24%;
	text-align: center;
	margin-top: 15px;
	box-shadow: 0 0 5px #ccc;
  background: #fff;
  }
  .ul_list5 li > a {
	  display: block;
	  width: 100%;
	  height: auto;
	  overflow: hidden;
	  position: relative;
	  
  }
  .ul_list5 li > a img {
	  width: 100%;
	  height: auto;
	transition: all .5s;
  }
  .ul_list5 li > a:hover img {
	transform: scale(1.2);
  }
  .ul_list5 li span {
    color: black;
    font-size: 15px;
  }
  .ul_list5 li strong {
	line-height: 45px;
	font-size: 20px;
	transition: all .35s;
  
  }
  .ul_list5 li strong a{
	background-color: #eeeeee;
	color: #666666;
	display: block;
  }
  .ul_list5 li strong a:hover {
	color: #ee7800;
  }
  .ul_list5 li p {
    text-align: left;
    color: #6b6b6b;
    padding: 10px 10px 4px;
    line-height: 30px;
    height: 118px;
  }
  .ul_list5 li p span{
	font-weight: bold;
	color: #5d5d5d;
  }
  .ul_list5 li .flex a{
    line-height: 2rem;
	width: 40%;
    display: inline-block;
    background: #ff5011;
    margin: 2% auto 4%;
    color: #fff;
}
  .ul_list5 li .flex a:first-child{
    border: 2px solid #ff5011;
    background: #fff;
    color: #ff5011;
  }



  .jiuyeqiye_div{
	width: 100%;
	margin: 40px auto;
	padding: 30px 0;
	background: #ff9000;
}

.ul_list6 li{
	width: 24%;
    background-color: #fff;
    margin: 2% auto;
    padding: 0 0 20px 0;
}
.ul_list6 li img{
	width: 100%;
}
.ul_list6 li strong{
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
	color: #ff9000;
}
.ul_list6 li p{
	width: 90%;
	margin: 2% auto;
	line-height: 30px;
}
.ul_list6 li a{
    background: #ea5413;
    width: 62%;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin: 16px auto 0;
	
}


.bgcolor {
	background: #e9e9e9;
	margin: 30px auto 0;
  }
  
  .bgcolor .wrap {
  padding-top: 30px;
  background: url("../images/img33.jpg") no-repeat left bottom;
  }
  
  .bmbox2 {
  width: 434px;
  height: 428px;
  margin-left: 776px;
  background: #fff;
  }
  
  .bm-title2 {
  text-align: center;
  padding: 20px;
  }
  
  .bm-title2 strong {
  font-size: 30px;
  color: #ea5413;
  }
  
  .bm-input2 {
  display: block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #c9c9c9;
  margin: 0 auto 20px;
  padding: 0 10px;
  border-radius: 10px;
  }
  
  .bm-submit2 {
  display: block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 20px;
  border-radius: 50px;
  text-align: center;
  background-color: #ea5413;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  }
  
  