@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;
}
/*************************** 头部导航  ********************************/
.nav {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.nav .logo {
    width: 600px;
    overflow: hidden;
    margin-left: 10px;
}
.nav .logo img {
    width: 100%;
    height: auto;
}
.nav .nav-items {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    width: 800px;
    justify-content: space-evenly;
    color: #666;
    box-sizing: border-box;
}
.nav .nav-items li {
    display: flex;
    align-items: center;
    padding: 4px 5px;
    margin-right: 10px;
}
.nav .nav-items li:hover {
    color: #f77813;
}
.nav .nav-items li:hover a {
    color: #f77813;
    cursor: pointer;
}
/***************************  /头部导航 ********************************/
/***************************  footer/ start ************************************/
.footerTetx {
    color: #787878;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    background: #f8f8f8;
}
.footerTetx p {
    line-height: 30px;
}
.footerTetx p a {
    color: #000;
}
.footerLinks {
    background: #f8f8f8;
}
.index_foot_wzdh {
    height: 60px;
    border-bottom: 1px solid #d7d7d7;
    line-height: 39px;
}
.index_foot_wzdh ul {
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.index_foot_wzdh ul li.oujw {
    display: inline-block;
}
.index_foot_wzdh ul li.oujw a.oujwn {
    font-size: 14px;
    display: block;
    width: 117px;
    text-decoration: none;
    /*background: url(https://www.xmxdfpr.com/static/css/20161025_szf_icon3.png) 110px center no-repeat;*/
    padding-left: 20px;
    color: #000;
}
.index_foot_wzdh ul li:first-child.oujw a.oujwn {
    width: 119px;
    color: #000;
}
.index_foot_wzdh ul li.oujw a.oujwn:hover,
.index_foot_wzdh ul li.curr a.oujwn {
    font-weight: bold;
    color: #d91616;
    position: relative;
}
.index_foot_wzdh_nr {
    border-bottom: none;
    background: #f8f8f8;
    padding: 10px 0px 10px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 99;
    width: 1198px;
    display: none;
}
.index_foot_wzdh_nr.curr {
    display: block;
}
.index_foot_wzdh_nr ul {
    height: 22px;
    line-height: 22px;
}
.index_foot_wzdh_nr ul.table li {
    margin-left: 10px;
    width: 170px;
}
.index_foot_wzdh_nr ul li {
    font-size: 14px;
    float: left;
    line-height: 26px;
    padding-left: 10px;
    margin-left: 25px;
}
.index_foot_wzdh_nr ul li:first-child a,
.index_foot_wzdh_nr ul li:nth-child(8) a {
    color: #e30000;
}
.index_foot_wzdh_nr table > tbody > tr:nth-child(1) > td:nth-child(2) > ul li:nth-child(1) a {
    font-weight: 600;
    color: #e4393c;
}
.index_foot_wzdh_nr tr td {
    line-height: 16px;
    font-size: 12px;
}
.col-red {
    color: #ed3403 !important;
}
/*名师风彩*/
.hidden {
    visibility: hidden;
}
.jlx {
    margin-bottom: 40px;
}
.jls {
    margin-top: 40px;
}
.yqe {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.lbx {
    width: 100%;
    height: auto;
    margin: 40px auto;
    position: relative;
    text-align: center;
    color: #000;
    font-size: 42px;
}
.lbx:before,
.lbx:after {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
}
.lbx:before,
.lbx:after {
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
}
.w964px {
    width: 1201px;
    height: auto;
    overflow: hidden;
}
.relative {
    position: relative;
}
.over-hidden {
    overflow: hidden;
}
.mar1 {
    margin-right: 3px;
}
.absolute {
    position: absolute;
}
.wb100 {
    width: 100%;
}
.bgc-black-rgba {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    top: 0;
    left: 0;
}
.bgc-black-rgba:hover {
    background-color: rgba(0, 0, 0, 0);
}
.pat15 {
    padding-top: 19px;
    padding-bottom: 21px;
}
.pal25 {
    padding-left: 25px;
}
.par10 {
    padding-right: 10px;
}
.mab15 {
    margin-bottom: 10px;
}
.F16 {
    font-size: 16px;
}
.mab20 {
    margin-bottom: 10px;
}
.Fwhite {
    color: white;
}
.F24 {
    font-size: 24px;
}
.F14 {
    font-size: 14px;
}
.fc-gray05 {
    color: #fff;
}
.lh20px {
    line-height: 20px;
}
.text-right {
    text-align: right;
}
.lh25px {
    line-height: 25px;
}
.h25px {
    height: 25px;
}
.w80px {
    width: 80px;
}
.warpper-white {
    background: #fff;
    color: #ef7800;
    padding: 0 5px;
}
.display-inline {
    display: inline-block;
}
a:hover {
    /*color: #FF4503;*/
    text-decoration: underline;
}
.F16 {
    font-size: 16px;
}
.fc-gray04 {
    color: #fff;
}
.bgimg-sjs {
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.7;
}
/***************************  footer/ end ************************************/