* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

/*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;
}

/*padding-bottom*/
.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% - 10px)/2);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_3n0>* {
	width: calc((100% - 20px)/3);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_4n0>* {
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_5n0>* {
	width: calc((100% - 40px)/5);
	margin-right: 10px;
	margin-bottom: 10px;
}

.mr_2n0>*:nth-child(2n) {
	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;
}


.titleT {
	text-align: center;
	font-size: 36px;
	line-height: 28px;
	color: #333333;
	line-height: 40px;
}

.titleT img {
	display: inline-block;
}

.xx_cont {
	text-align: center;
	border-radius: 50px;
	overflow: hidden;
	width: 569.5px;
	margin: auto;
}

.xx_cont>a {
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	color: #ffffff;
	margin-right: 10px;
	background-color: #ff8856;
	width: 180px;
	line-height: 40px;
	text-align: center;
}

.xx_cont>a:last-child {
	margin-right: 0;
}

.xx_cont>a.active {
	background-color: #0889ff;
}

.table1 {
	width: 100%;
	border: 1px solid #999999;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.table1 li {
	line-height: 60px;
	border: 1px solid #999999;
	border-top: 0;
	border-left: 0;
	width: 155px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	float: left;
	border-bottom: 0;
}

.table1 li:nth-child(2n) {
	border-top: 0;
	border-left: 0;
	width: 586px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.table1 li:nth-child(3n) {
	width: 262px;
}

.table1 li:nth-child(4n) {
	width: 195px;
	border-right: 0;
}

.table_box>ul {
	float: left;
}

.table2>li:first-child {
	line-height: 45px;
}

.table2>li {
	list-style: inherit;
	border: 1px solid #999999;
	float: left;
	text-align: center;
	border-top: 0;
	border-right: 0;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	min-height: 90px;
	padding: 20px;
	box-sizing: border-box;
}

.table2>li:nth-child(3n) {
	padding: 0;
}

.table2>li:nth-child(2n) {
	border-right: 1px solid #999;

}

.w154 {
	width: 154px;
}

.w155 {
	width: 155px;
}

.w587 {
	width: 587px;
}

.w292 {
	width: 293.5px;
}

.table2 li {
	list-style: inherit;
	float: left;
}

.sxjx {
	align-items: center;
	justify-content: center;
}

.sxjx * {
	box-sizing: border-box;
}

.sxjx>div {
	float: left;
	color: #666666;
}


.sxjx div>div {
	float: left;
	line-height: 40px;
	border: 1px solid #999999;
	border-top: 0px;
}


.sxjx div>div:nth-child(2n) {
	float: left;
	line-height: 40px;
	border: 1px solid #999999;
	border-top: 0px;
	border-left: 0;
}

.table_box>ul:nth-child(2) {
	border-right: 1px solid #999;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 50px 29px 48px 60px;
	color: #666;
	height: 295px;
	width: 262px;
}

.table_box>ul:nth-child(2) li {
	list-style-type: disc;
	line-height: 28px;
}

.w261 {
	width: 261px;
}

.table4 {
	height: 295px;
	width: 196px;
	line-height: 295px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}

.table4 a {
	background-color: #f83a84;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	color: #fffefe;
	width: 120px;
	line-height: 40px;
}

.xxnr img {
	box-shadow: 0px 0px 10px 0px rgba(180, 180, 180, 0.8);
	border-radius: 10px;
}

.allbut a {
	width: 210px;
	display: block;
	color: #fff;
	margin: auto;
	line-height: 50px;
	background-color: #f83a84;
	border-radius: 10px;
	text-align: center;
}

.table5_abox {
	padding: 10px;
}

.table5 {
	border-radius: 10px;
	border: solid 1px #999999;
}


.table5_abox_font {
	padding-left: 20px;
}

.table5_abox_font h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #f83a84;
	display: block;
}

.table5_abox_font h4 span {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}

.table5_abox_font b {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.table5_abox_font p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.table5_bbox * {
	box-sizing: border-box;
	text-align: center;
}

.table5_bbox {
	font-size: 20px;
	border-top: 1px solid #999;
}

.table5_bbox>div {
	float: left;
	line-height: 60px;
}

.table5_bboxa {
	width: 155px;
	color: #333333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.table5_bboxb {
	width: 575px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.table5_bboxc {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 260px;
}

.table5_bboxd {
	width: 207px;
	border-bottom: 1px solid #999;
}

.table5_cbox_l {
	float: left;
	width: 730px;
	border-right: 1px solid #999;

}

.table5_bboxa_a,
.table5_bboxb_b {
	height: 103px;
	width: 155px;
	float: left;
	padding: 20px;
	color: #666666;
}

.table5_bboxa_a {
	text-align: center;
	line-height: 66px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.table5_bboxb_b {
	width: 574px;
	border-bottom: 1px solid #999;
}

.table5_cbox_b {
	height: 103px;
}

.table5_cbox_r {
	float: left;
	
	border-right: 1px solid #999;
	width: 260px;
	padding:14px 0px 13px 40px;
	box-sizing: border-box;
	line-height: 30px;
}
.table5_cbox_r li{
	list-style: disc;
	color: #666;
}


.table6{
	    width: 208px;
	    float: left;
	    line-height: 207px;
		text-align: center;
}
.table6 a{
		width: 120px;
		line-height: 40px;
	  display: inline-block;
}

.marjor .item p{
		border-radius: 7px;
		border:1px solid #999;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
	border-top: 0;
		line-height: 50px;	
		text-align: left;
		font-size: 20px;
			padding: 0 20px;
}
.marjor .item p span{
	float: right;
	font-size: 16px;
}

.view{
	background-image: linear-gradient(0deg, 
			#ffffff 0%, 
			rgba(245, 245, 245, 1) 100%);
}
.alltext{
		font-size: 16px;
		line-height: 24px;
		color: #333333;
		text-align: center;
}
.viewcont>div{
	position: relative;
}
.viewcont p{
	line-height: 50px;
	background-color: rgb(0, 0, 0 , 0.5);
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.xxk{
	display: none;
}