*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
.clearfix::after,
.clearfix::before {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}
.clearfix {
	zoom: 1
}

img {
	max-width: 100%;
	display: block;
}

.banner img {
	display: block;
}


.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt17 {
	margin-top: 17px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

/*margin-bottom*/
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb17 {
	margin-bottom: 17px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

/*padding-top*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt38 {
	padding-top: 38px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pt100 {
	padding-top: 100px;
}

/*padding-bottom*/
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb14 {
	padding-bottom: 14px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb17 {
	padding-bottom: 17px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb100 {
	padding-bottom: 100px;
}

.flex_n {
	flex: none;
	-webkit-flex: none;
	-ms-flex: none;
}

.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

.mr_2n0>*,
.mr_3n0>*,
.mr_4n0>*,
.mr_5n0>* {
	float: left;
}
.mr_2n0>*{
	width: calc((100% - 12px)/2);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_3n0>*{
	width: calc((100% - 24px)/3);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_4n0>*{
	width: calc((100% - 36px)/4);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_5n0>*{
	width: calc((100% - 48px)/5);
	margin-right: 12px;
	margin-bottom: 12px;
}
.mr_2n0>*:nth-child(2n) {
	width: calc((100% - 12px)/2);
	margin-right: 0px !important;
}

.mr_3n0>*:nth-child(3n) {
	margin-right: 0px !important;
}

.mr_4n0>*:nth-child(4n) {
	margin-right: 0px !important;
}

.mr_5n0>*:nth-child(5n) {
	margin-right: 0px !important;
}

.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



.title h4{
	color: #313131;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}
.title h4 span{
	color: #8bad21;
	font-size: 40px;
}
.title p{
	color: #d2d2d2;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	text-decoration:line-through
}
.title>div{
	text-align: center;
	margin: auto;
	width: 100%;
	margin-top: 20px;
}
.title>div *{
	font-size: 18px;
	display: inline-block;
}
.title>div b{
	font-weight: 400;
}
.title>div span{
	padding:0px 15px;
	transform: translateY(-1px);
}
.title>div span:last-child img{
	transform: rotate(180deg);
	
}



.pageinfor li{
	width: calc((100% - 100px)/5);
	margin-right: 25px;
	position: relative;
	float: left;
}
.pageinfor li:last-child{
	margin-right: 0px;
}
.pageinfor li .font{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 72%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pageinfor li .font p{
	display:block;
	text-align:center;
	font-size:20px;
	color:#fff;
	font-weight: bold;
}
.pageinfor li .font span{
	display:block;
	text-align:center;
	font-size:12px;
	margin-top:8px;
	color:#fff;
}

.allbut{
	text-align: center;
}
.allbut a{
	display: inline-block;
	width: 250px;
	font-size: 18px;
	text-align: center;
	line-height: 58px;
	color: #f3b348;
	border:1px solid #f3b348;
	text-align: center;
	
}

.cyhy{background-color: #f6f6f6;}
.cyhy>.container>ul{padding-bottom: 80px;}
.cyhy>.container>ul>li{
	border-radius: 10px;
	overflow: hidden;
	float: left;
	box-shadow: 0 0 10px #f1f1f1;
	margin-right: 40px;
	width: calc((100% - 80px)/3);
}
.cyhy>.container>ul>li:last-child{
	margin-right: 0px!important;
}
.cyhy>.container>ul>li .top{
	padding:0px 15px;
	font-size: 22px;
	color: #fff;
	line-height: 80px;
	
}

.cyhy ul .cont{
	padding: 35px;
	background: #fff;
}
.cyhy ul .cont li{
	font-size: 17px;
	line-height: 36px;
	color: #434343;
	list-style: none;
	
}
.cyhy ul .cont li i::before{
	    content: "¡ñ";
		color: #;
		margin-right: 20px;
		margin-left: 2px;
	font-size: 20px;
	line-height: inherit;
	display: inline-block;
	font-style: normal;
}











.img_jt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.img_jt img{
	max-width: inherit;
	animation: move_jt .8s linear infinite;
}

.x_qy{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.x_qy dd{
	width: 121px;
	height: 121px;
	background-color: #ffaa00;
	border-radius: 10px;
	text-align: center;
	border:6px solid #FFE5B2;
}
.x_qy dd img{
	width: 95%;
	margin-top: -15px;
}
.x_qy dd h1{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: -20px;
}
.x_qy dd:last-child img{
	margin-top: 0px;
	width: 72%;
	display: inline-block;
}
.x_qy dd:last-child h1{
	margin-top: -5px;
}
.x_qy em{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #515151;
	margin: 10px auto;
}
.x_cout4{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	background-color: #ffaa00;
}


.x_lis{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.x_list01{
	padding-top: 50px;
}
.x_list01 li{
	text-align: center;
}
.x_list01 li div{
	background-color: #8cad1e;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -62px;
}
.x_list01 div h1{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 70px;
}
.x_list01 div a{
	display: block;
	width: 202px;
	height: 154px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 8px;
}
.x_list01 div P{
	font-family: "my_font";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	padding-top: 8px;
}
.zx_btn{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 247px;
	height: 54px;
	border: solid 3px #fcba3a;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #fcba3a;
	margin: 61px auto;
}
.zx_btn i{
	font-size: 24px;
	color: #fcba3a !important;
}
.x_cout2{
	position: relative;
	background: #F6F6F6;
}
.x_list2 {
	padding-top: 70px;
	padding-bottom: 120px;
}
.x_list2 li{
	width: 370px;
	height: 427px;
	background-color: #ffffff;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;	
}
.x_list2 li h1{
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 85px;
	background-color: #8cad1e;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 35px;
}
.x_list2 li h1 img{
	width: 25%;
	opacity: .3;
	margin-bottom: -21px
}
.x_list2 li p{
	width: 301px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #434343;
}
.x_list2 li p i{
	font-size: 28px;
	color: #8cad1e;
	margin-right: 21px;
}
.x_list2 li:nth-child(1) span{
	color: #8cad1e;
}
.x_list2 li:nth-child(2) span,.x_list2 li:nth-child(2) i{
	color: #fcba3a;
}
.x_list2 li:nth-child(3) span,.x_list2 li:nth-child(3) i{
	color: #e96968;
}
.x_css{
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 110px;
	width: 1000px;
}
.x_xdf{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 209px;
	height: 209px;
	background-color: #fcba3a;
	border-radius: 10px;
	position: relative;
	z-index: 3;
}

.x_xdf a{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 195px;
	height: 195px;
	margin: 4px;
	border: 1px solid #fff;
	border-radius: 10px;
	
}
.x_xdf a img{
	width: 35%;
	margin-top: 22px;
}
.x_xdf a h2{
	font-size:18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 47px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 4;
}

@keyframes move_jt {
    0% {
        transform: translateX(-20%) translateZ(0) rotate(-90deg) scale(.2)
    }
    50% {
        transform: translateX(5%) translateZ(0) rotate(-90deg) scale(.2)
    }
    100% {
        transform: translateX(22%) translateZ(0) rotate(-90deg) scale(.2)
    }
}
.lis_fll li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 325px;
	height: 46px;
	background-color: #ffaa00;
	border-radius: 23px;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 13px;
	position: relative;
}
.lis_fll li i{
	display: flex;
	width: 41px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 600;
	color: #ffaa00;
	position: absolute;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
}
.lis_fll li:last-child{
	margin-bottom: 0;
}




















.rmzy{
	padding: 45px 2.5px 0;
	padding-top: ;
	background-color:#8dad1e ;
}
.rmzy ul li{
	margin-bottom: 50px;
	margin-right: 43px;
	width: calc((100% - 129px)/4);
}
.x_list3{
	display: flex;
	justify-content: space-between;
	padding: 0 49px;
	margin-top: 50px;
}
.x_list3 li div{
	background-color: #fff;
	border-radius: 10px;
	padding: 6px;
	position: relative;
	overflow: hidden;
}
.x_list3 li h1{
	display: block;
	text-align: center;
	font-size: 24px;
	width: 220px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #8cad1e;
	padding-top: 23px;
	padding-bottom: 18px;
	border-bottom: 2px dashed #8cad1e;
	margin: 0 auto;
	position: relative;
}
.x_list3 li h1 i:first-child{
	position: absolute;
	left: 2px;
	top: 30px;
}
.x_list3 li h1 i:last-child{
	position: absolute;
	right: 2px;
	top: 30px;
	transform: rotate(180deg);
}
.x_list3 li:nth-child(2) h1,.x_list3 li:nth-child(5) h1,
.x_list3 li:nth-child(2) p,.x_list3 li:nth-child(5) p
{color: #FFAA00 !important;border-color:#FFAA00 !important}
.x_list3 li:nth-child(2) .icon-gou,.x_list3 li:nth-child(5) .icon-gou{background-color: #FFAA00;}
.x_list3 li:nth-child(3) .icon-gou,.x_list3 li:nth-child(6) .icon-gou{background-color: #E96968;}
.x_list3 li:nth-child(3) h1,.x_list3 li:nth-child(6) h1,
.x_list3 li:nth-child(3) p,.x_list3 li:nth-child(6) p
{color: #E96968 !important;border-color:#E96968 !important}
.x_list3 li h1 i{
	font-size: 24px;
}
.x_list3 p{
	display: flex;
	width: 207px;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #8cad1e;
	margin: 0 auto;
	
}
.x_list3 p i{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #8cad1e;
	color: #fff;
	padding: 4px;
	font-size: 12px;
	margin-right: 5px;
}
.x_list3 li div img{
	display: block;
	
}
.x_lr{
    position: absolute;
    top: 56px;
	left: -13px;
    color: #8cad1e !important;
   }
.x_ll {
    position: absolute;
    top: 56px;
	right: -13px;
	transform: rotate(180deg);
    color: #8cad1e !important;
   }
   .x_lst_btn {
       display: flex;
       align-items: center;
       justify-content: space-around;
       width: 186px;
       height: 41px;
       border: solid 2px #ffffff;
       font-size: 20px;
      
       letter-spacing: 1px;
       color: #fff;
       margin: 0 auto;
       margin-top: 28px;
   }


#tsjx{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
.tsjx li{
	padding: 20px 8px;
	border: 1px solid #e96968;
	text-align: center;
	background: #fff;
}
.tsjx li h4{
	font-size:24px;
	margin: 10px 0;
	color: #2e3020;
	font-weight: 400;
}
.tsjx li .img img{
	display: inline-block;
}
.tsjx li p{
	color: #4a4a4a;
	line-height: 22px;
	font-size: 14px;
	height: 88px;
}


.xxzp {padding: 0px 5px;}
.xxzp li{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


.skhj{
	padding: 0px 5px;
	padding-top: 50px;
	background-color: #f6f6f6;
}
.skhj li{
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
