*{
	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;
	margin: auto;
}


.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;
}
.mt50 {
	margin-top: 50px;
}
.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;
}
.content{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.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;
}




.title span{
	color: #16c5e5;
	font-size: 44px;
	padding-left:30px;
	display: block;
	padding-bottom: 2px;
	line-height: 40px;
	font-family: '黑体';
	border-left: 10px solid #16c5e5;
}



.pymb .flex_1{
	margin-right: 10px;
}
.pymb p{
	line-height: 30px;
	color: #303030;
}
.pymb .allfont{
	float: left;
}
.pymb .img{
	float: right;
}
.pymb ul{
	margin-top: 28px;
}

.title-c{
	text-align: center;
}
.title-c span{
	display: inline-block;
	font-size: 44px;
	
}
.title-c p {
	font-size:18px;
	text-align: center;
	color: #636363;
	margin-top: 15px;
}


.zyys li{
	width: calc((100% - 40px)/3);
	margin-right:20px;
}
.zyys li p{
	background: #33cbcc;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 15px;
	line-height: 33px;
}








.xqjy_box{
	width: 450px;
	height: 370px;
	box-shadow:0 0 15px #d6f8ff ;
	background: #d6f8ff;
	margin-right: 85px;
	float: left;
}
.swiper-pagination{
	overflow: hidden;
}
.xqjy_box .swiper-container{
	transform: translate(30px,30px);
	max-width: inherit;
}
.xqjy_font{
	width: 660px;
	float: right;
}
.xqjy_font b{
	font-size: 32px;
	color: #3c3c3c;
}
.xqjy_font p{
	color: #303030;
	line-height:32px;
	font-size: 18px;
}
.swiper-pagination{
	white-space: nowrap;
}
.xqjy_img{
	width: 100%;
	height: 133px;
	overflow: hidden;
}
.xqjy_font li{
	width: 210px;
	float: left;
	margin-right: 13px;
	border: 3px solid #b6ecf8;
	cursor: pointer;
	
}
.but{
	text-align: center;
}
.but a{
	display: inline-block;
	margin:0px 60px;
	width: 240px;
	line-height: 52px;
	background: #f0634f;
	color: #FFF;
	font-size: 28px;
	border-radius:20px;
}
.but a:last-child{
	border:1px solid #f0634f;
	color: #f0634f;
	background-color: #fff; 
}






.xxmb li{
	width: calc((100% - 20px)/3);
	margin-right: 10px;
}

.xxmb li .img{
	padding: 16px 7px;
	border: 1px solid #707070;
	border-top: 0px;
	border-bottom: 0px;
}
.xxmb li .img img{
	width: 100%;
}
.xxmb li .font{
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #33cbcc;
	font-family: "黑体";
}
.xxmb li .js{
	padding:0px 15px 10px;
	font-size:18px ;
	color: #474747;
	line-height: 30px;
	border: 1px solid #707070;
	border-top: 0px;
}









.xxhj {
	background: #efefef;
}
.xxhj li{
	float: left;
	margin-right: 9px;
	margin-bottom:10px;
}
{
	
}
{
	
}
{
	
}
{
	
}
{
	
}
{
	
}
{
	
}
{
	
}
{
	
}
{
	
}

	
	