

.cm_but a {
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url(../img/p7.png) center no-repeat;
}

.modle_1 {
	padding: 70px 0px 80px;

}

.cm_tit {
	text-align: center;
	font-size: 36px;
	color: #333333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cm_tit::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 45px;
	height: 3px;
	background: #000066;
	bottom: 0px;
}

.modle_1 .box ul {
	display: flex;
}

.modle_1 .box ul li {
	width: 15%;
	padding: 50px 0 40px;
	text-align: center;
}

.modle_1 .box ul li .icon_1 {
	height: 40px;
	display: inline-block;
}

.modle_1 .box ul li .nt {
	margin-top: 20px;
	color: #666666;
	font-size: 20px;
}

.modle_1 .box ul li .dect {
	color: #fff;
	font-size: 14px;
	margin: 15px 0 35px;
	height: 42px;
	padding: 0px 40px;
	overflow: hidden;
}

.modle_1 .box ul .on {
	background: #12b998;
}

.modle_1 .box ul li .hr a {
	display: inline-block;
	width: 100px;
	height: 35px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border: 1px solid #fff;
}

.modle_1 .box ul .on .nt {
	color: #fff;
}

.modle_1 .box ul li .icon_2 {
	display: none;
}

.modle_1 .box ul .on .icon_1 {
	display: none;
}

.modle_1 .box ul .on .icon_2 {
	display: inline-block;
	max-height: 40px;
}

.modle_1 .box ul .on {
	width: 25%;
}

.modle_2 {
	background: #f6f6f6;
	padding: 70px 0;
}

.cm_dect {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
}

.modle_2 .fun .item {
	display: flex;
}

.modle_2 .fun .item .cont {
	flex: 1;
	padding-left: 78px;
}

.modle_2 .fun .item .cont .nt {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	background: url(../img/p2.png) left center no-repeat;
	padding-left: 40px;
}

.modle_2 .fun .item .cont .cm {
	font-size: 16px;
	color: #666666;
	margin: 50px 0;
}

.modle_2 .swiper-container {
	padding-bottom: 80px;
}

.modle_2 .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #2c3033;
	opacity: 1;
}

.modle_2 .swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #2c3033;
}

.modle_2 .fun {
	position: relative;
}

.modle_2 .fun .click_pr {
	position: absolute;
	left: -50px;
	top: 45%;
	width: 19px;
	cursor: pointer;
	height: 34px;
	background: url(../img/pr.png) center no-repeat;
	transform: translate(0, -50%);
}

.modle_2 .fun .click_pr:hover {
	background: url(../img/pr_on.png) center no-repeat;
}

.modle_2 .fun .click_ne {
	position: absolute;
	right: -50px;
	cursor: pointer;
	top: 45%;
	width: 19px;
	cursor: pointer;
	height: 34px;
	background: url(../img/ne.png) center no-repeat;
	transform: translate(0, -50%);
}

.modle_2 .fun .click_ne:hover {
	background: url(../img/ne_on.png) center no-repeat;
}

.modle_3 {
	padding: 65px 0;
}

.modle_3 ul li {
	width: 31.3%;
	margin-right: 3%;
	position: relative;
}

.modle_3 ul li:nth-child(3n) {
	margin-right: 0px;
}

.modle_3 ul li .img {
	position: relative;
}

.modle_3 ul li .img .ceng {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;

	background: rgba(20, 205, 168, 0.9);
}

.modle_3 ul li .img .ceng img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modle_3 ul li .nt {
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
}

.modle_3 ul li:hover .nt {
	color: #0bbf9b;
}

.modle_3 ul li:hover .img .ceng {
	display: block;
}

.modle_3 ul li .sh {
	width: 100%;
}

.modle_4 {
	background: #f5f5f5;
	padding: 60px 0px 80px;
}

.modle_4 .item {
	display: inline-block;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.modle_4 .swiper-slide {
	padding: 10px 0;
}

.modle_5 {
	background: url(../img/p9.jpg) center no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.modle_5 .nt {
	font-size: 26px;
	color: #02d1a8;
	margin-bottom: 10px;
}

.modle_5 .dect {
	font-size: 12px;
	color: #eaeaea;
	line-height: 26px;
}

.footer {
	padding: 60px 0;
	border-bottom: 1px solid #e1e1e1;
}

.footer .fn_nav .item {
	margin-right: 45px;
}

.footer .fn_nav .item .nt {
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .fn_nav .item ul li {
	margin-bottom: 5px;
}

.footer .fn_nav .item ul li a {
	font-size: 14px;
	color: #666666;
}

.footer .fn_nav .item ul li a:hover {
	color: #009F95;
}

.footer .ewm {
	position: relative;
	padding-left: 45px;
	border-left: 1px solid #d7d7d7;
}

.footer .ewm .nt_img {
	margin-bottom: 30px;

}

.footer .ewm .box .ew_lt {
	margin-right: 25px;
}

.footer .ewm .box .ew_lt img {
	border: 1px solid #bebebe;
	padding: 5px;
}

.footer .dizhi {
	width: 210px;
}

.footer .dizhi ul li {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 15px;
}

.footer .dizhi ul li:nth-child(3) {
	margin-bottom: 5px;
}

.footer .dizhi .dect {
	font-size: 14px;
	color: #333333;
}

.footer .dizhi ul .icon_1 {
	background: url(../img/img9.jpg) left center no-repeat;
}

.footer .dizhi ul .icon_2 {
	background: url(../img/img10.jpg) left center no-repeat;
}

.footer .dizhi ul .icon_3 {
	background: url(../img/img11.jpg) left center no-repeat;
}

.footer .fn_box {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 50px;
}

.footer .copy {
	font-size: 14px;
	color: #666666;
	padding-top: 30px;
}

.footer .copy .link {
	font-size: 14px;
	color: #666666;
}

.modle_5 .w {
	position: relative;
}

.modle_5 .dect {

	padding-right: 50%;
}

.modle_5 .dect .shiyo {
	display: inline-block;
	padding: 10px 35px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;

	transform: translate(0, -50%);
	right: 0px;
	background: #05c8a1;
}

.child_banner {
	height: 432px;
	position: relative;
}

.child_banner .w {
	position: relative;
	height: 100%;
}

.child_banner .box {
	position: absolute;
	width: 660px;
	top: 50%;
	transform: translate(0, -50%);
}

.child_banner .nt {
	font-size: 42px;
	color: #20e7bf;
	margin-bottom: 30px;
}

.child_banner .dect {
	font-size: 14px;
	color: #ededed;
}

.weizhi {
	font-size: 14px;
	padding: 15px 0;
	color: #666666;
}

.weizhi a {
	font-size: 14px;
	color: #666666;
}

.weizhi .dm {
	background: url(../img/p12.jpg) left center no-repeat;
	padding-left: 30px;
}

.weizhi .dm a:hover {
	color: #05C8A1;
}

.weizhi .dm .on {
	color: #05C8A1;
}

.cm_list_item {
	position: relative;
	padding: 0px 0 0;
}

.cm_list_item .cont {
	position: relative;
	width: 435px;
	margin-top:70px;	
}

.cm_list_item .cont .nt {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	padding-left: 20px;
}

.cm_list_item .cont .nt::before {
	content: '';
	width: 5px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0px;
	height: 22px;
	top: 8px;
	background: #12b695;

}

.cm_list_item .cont .dect {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

.cm_list_item2 {
	padding-left: 50%;
}

.cm_list_item2 .cont {
	right: auto;
	left: 0px;
}

.modle_6 {
	padding-top: 60px;
	padding-bottom: 115px;
}

.child_navs {
	background: #f6f6f6;
	padding: 50px 0px 100px;
}

.child_navs .box {
	text-align: center;
}

.child_navs .box a {
	display: inline-block;
	width: 210px;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	border: 1px solid #12b695;
	background: #fff;
	color: #666666;
	font-size: 14px;
	margin: 0px 20px;

}

.child_navs .box a:hover {

	background: #12b695;
	color: #fff;
}

.child_navs .box .on {
	background: #12b695;
	color: #fff;
}

.modle_7 {
	padding-top: 20px;
}

.cm_tit2 {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.modle_7 .box {
	display: flex;
	margin-top: 65px;
}

.modle_7 .box .cm {
	flex: 1;
	padding-left: 70px;
}

.modle_7 .box .img {
	border: 1px solid #e9e9e9;
	padding: 10px;
}

.modle_7 .box .dect {
	font-size: 16px;
	line-height: 28px;
	color: #999999;
}

.modle_7 .box ul {
	margin-top: 60px;
}

.modle_7 .box ul li {
	color: #188670;
	font-size: 14px;
	margin-bottom: 5px;
}

.modle_8 {
	margin-top: 60px;
}

.modle_8 .group {
	margin-top: 80px;
}

.modle_8 .group .item {
	width: 45%;
	margin-bottom: 60px;
	padding-left: ;
}

.modle_8 .group .item:nth-child(2n) {
	float: right;
}

.modle_8 .group .item .t {
	font-size: 24px;
	color: #333333;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 15px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 30px;
}




.modle_8 .group .item .t::before {
	content: '';
	width: 5px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0px;
	height: 55%;
	top: 5px;

	background: #12b695;

}

.child_navs2 {
	padding-bottom: 0px;
}

.modle_8 .group .item .dect {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.modle_8 .group .item .dm {
	padding-left: 80px;
}

.child_navs2 .box a {
	width: 22%;
	float: left;

	margin: 0px auto;
	margin-right: 2%;
	margin-bottom: 40px;
}

.modle_9 .dect {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	padding: 45px 0;
}

.modle_9 ul li {
	width: 48%;
	margin-bottom: 50px;
}

.modle_9 ul li:nth-child(2n) {
	float: right;
}

.modle_9 ul li .dm {
	padding: 25px 20px;
	border: 1px solid #f4f4f4;
}

.modle_9 ul li .dects {
	font-size: 16px;
	color: #999999;
	height: 72px;
	overflow: hidden;
}

.cm_tit3 {
	font-size: 24px;
	color: #333333;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 15px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 30px;
}

.cm_tit3::before {
	content: '';

	width: 5px;



	display: inline-block;

	position: absolute;

	left: 0px;

	height: 50%;

	top: 5px;

	background: #12b695;
}

.modle_10 {
	padding-top: 0px;
}

.modle_10 .cm_list_item .cont {

	left: auto;
}

.modle_10 .cm_list_item .cont ul {
	margin-top: 20px;
}

.modle_10 .cm_list_item .cont ul li {
	color: #188670;
	font-size: 14px;
	margin-bottom: 5px;
}

.modle_10 .cm_list_item2 {
	padding: 20px 0;
}

.modle_10 .cm_list_item2:nth-child(2n) {
	border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;padding:50px 0px;margin:50px 0px;
}

.modle_10 .it_box {
	position: relative;
	overflow:hidden;
}

.modle_10 {
	padding-bottom: 0px;
}


.modle_11 {
	padding: 70px 0 0 0;
}

.modle_11 ul {
	margin-top: 50px;
}

.modle_11 ul li {
	text-align: center;
	padding: 0 1.5%
}

.modle_11 ul li .img {
	margin-bottom: 10px;
}

.modle_11 ul li .nt {
	font-size: 24px;
	color: #333333;
}

.modle_11 ul li .dect {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}

.modle_10 .cm_list_item3 {
	padding: 70px 0;
}

.modle_13 {
	padding-bottom: 100px;
}

.modle_9 {
	padding-bottom: 80px;
}

.weizhi2 .w {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
}

.modle_14 {
	margin-top: 20px;
}

.modle_14 .let {
	width: 20%;
}

.modle_14 .let ul li .li_a {
	color: #666666;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.modle_14 .let ul li dl {
	position: relative;
	padding-top: 10px;
	margin-top: 15px;
	display: none;
}

.modle_14 .let ul li dl::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #12b695;
}

.modle_14 .let ul li dl dd {
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;

}

.modle_14 .let ul li dl dd a {
	color: #666666;
	font-size: 16px;
}

.modle_14 .let ul li dl dd a::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url(../img/p47.png) center no-repeat;

	position: absolute;
	left: -6px;
	display: none;
	top: 50%;
	transform: translate(0, -50%);
}

.modle_14 .let ul li dl .dd_on a {
	font-weight: bold;
}

.modle_14 .let ul li dl dd:hover a::before {
	display: inline-block;
}

.modle_14 .let ul li dl dd:hover a {
	font-weight: bold;
}

.modle_14 .let ul li dl .on a {
	font-weight: bold;
}

.modle_14 .let ul li dl .dd_on a::before {
	display: inline-block;
}

.modle_14 .let ul .on .li_a {
	color: #12b695;
}

.modle_14 .let ul .on dl {
	display: block;
}

.modle_14 .let ul li:hover .li_a {
	color: #12b695;
}

.modle_14 .let ul li {
	margin-bottom: 20px;
}

.modle_14 .rit {
	width: 75%;
	padding-left: 5%;
	position: relative;
}

.modle_14 .rit::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 10px;
	background: #f3f3f3;
	display: inline-block;
}

.weizhi3 .dm {
	padding-left: 0px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

.modle_14 .rit .cont {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.modle_14 .rit .cont .nt {
	font-size: 16px;
}

.modle_14 {
	margin-bottom: 80px;
}

.modle_15 {
	padding: 100px 0 150px;
}

.cm_list_item .cont .dect {
	padding-left: 20px;
}

.modle_16 ul {
	margin-top: 50px;
}

.modle_16 ul li {
	width: 30%;
	padding: 0px 1.5%;
	text-align: center;
}

.modle_16 ul li .img {
	position: relative;
}

.modle_16 ul li .img img {
	border-radius: 5px;
}

.modle_16 ul li .img span {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 36px;
	left: 0px;
	color: #ffffff;

	transform: translate(0, -50%);
}

.modle_16 {
	padding-bottom: 160px;
}

.modle_17 {
	padding: 70px 0;
}

.modle_17 .img_baner {
	width: 1062px;
	display: block;
	margin: 0px auto;
	position: relative;
	margin-top: 40px;
}

.modle_17 .img_baner ul li {
	font-size: 24px;
	color: #333333;
	position: absolute;
}

.modle_17 .img_baner ul .i1 {
	left: 25px;
	top: 80px;
}

.modle_17 .img_baner ul .i2 {
	left: 330px;
	top: 80px;
}

.modle_17 .img_baner ul .i3 {
	left: 600px;
	top: 80px;
}

.modle_17 .img_baner ul .i4 {
	left: 920px;
	top: 80px;
}

.modle_17 .img_baner ul .i5 {
	left: 25px;
	top: 250px;
}

.modle_17 .img_baner ul .i6 {
	left: 330px;
	top: 250px;
}

.modle_17 .img_baner ul .i7 {
	left: 630px;
	top: 250px;
}

.modle_17 .img_baner ul .i8 {
	left: 930px;
	top: 250px;
}

.cm_tit4 {
	font-size: 20px;
	border-bottom: 0px none;
}

.modle_18 {
	padding: 30px 0px 95px;
}

.modle_18 .box {
	border-bottom: 1px solid #e4e4e4;

	padding: 0 20px;
	padding-bottom: 25px;
}

.modle_18 .box a {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	margin-right: 40px;
}

.modle_18 .box a:hover {
	color: #12b695;
}

.modle_18 .item {
	margin-bottom: 35px;
}

.modle_19 {
	padding: 80px 0;
}

.modle_19 .item {
	width: 25%;
	text-align: center;
}

.modle_19 .item .nt {
	font-size: 18px;
	color: #666666;
	margin-top: 25px;
}

.modle_19 .item a:hover .nt {
	color: #12b695;
}

.modle_20 {
	padding: 40px 0;
}

.modle_20 .item {
	border: 1px solid #e7e7e7;
	padding: 45px 55px;
}

.modle_20 .item .h_box {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.modle_20 .item .h_box .lt {
	color: #333333;
	font-size: 18px;
	width: 50%;
	background: url(../img/p75.jpg) left no-repeat;
	padding-left: 35px;
	position: relative;
}

.modle_20 .item .h_box .lt::before {
	content: '';
	width: 1px;
	height: 20px;
	background: #999999;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
}

.modle_20 .item .h_box .info .size {
	font-size: 14px;
	color: #999999;
}

.modle_20 .item .h_box .info .down {
	background: url(../img/p77.png) 10px center no-repeat #666666;
	padding: 10px 25px;
	border-radius: 25px;
	padding-left: 30px;
	color: #fff;
	margin-left: 70px;
}

.modle_20 .item .h_box .info .down:hover {
	background: url(../img/p77.png) 10px center no-repeat #12b695;
}

.modle_20 .item .cont {
	padding: 30px 0 0;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.modle_20 .item {
	margin-bottom: 30px;
}

.modle_21 ul li {
	width: 25%;
	text-align: center;
	padding-bottom: 30px;
}

.modle_21 ul li .img {
	position: relative;
	width: 100%;
	height: 220px;
}

.modle_21 ul li .img img {
	max-height: 220px;
	position: absolute;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.modle_21 ul li .nt {
	font-size: 16px;
	color: #666666;
	height: 48px;
	overflow: hidden;
	padding: 0px 35px;
}

.modle_21 ul li:hover .nt {
	color: #12b695;
}

.modle_21 ul li:hover {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .19);
}

.modle_21 ul {
	padding: 15px 0;
}

.modle_21 {
	padding-bottom: 60px;
}

.modle_22 {
	padding: 20px 0px 65px;
	display: flex;
}

.modle_22 .cm {
	flex: 1;
	padding: 15px 0px 0px 45px;
}

.modle_22 .cm .nt {
	font-size: 30px;
	color: #666666;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 28px;
}

.modle_22 .cm .nt::before {
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	display: inline-block;
	background: #b0b0b0;
	bottom: 0px;
	left: 0px;
}

.modle_22 .dect {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.modle_23 {
	padding-bottom: 80px;
	text-align: center;
}

.modle_23 .cm_tit2 {
	margin-bottom: 60px;
}

.modle_23 .item {
	position: relative;
	padding-top: 130px;
}

.modle_23 .item .year {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 20px;
	background: #333333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid #fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	position: relative;
	z-index: 999;
}

.modle_23 .item .txt::before {
	width: 1px;
	height: 70px;
	display: inline-block;
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	background: #333333;
	transform: translate(-50%, 0);
}

.modle_23 .item .txt i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333333;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, 0);

}

.modle_23 .item .txt {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-top: 100px;
}

.modle_23 .swiper-slide:nth-child(2n) .item .txt::before {
	top: -165px;
}

.modle_23 .swiper-slide:nth-child(2n) .item .txt i {
	top: -175px;
}

.modle_23 .swiper-slide:nth-child(2n) .item .txt span {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	top: -235px;
}

.modle_23 .item:hover .year {
	background: #12b695;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.modle_23 .fun {
	position: relative;
}

.modle_23 .fun::before {
	content: '';
	height: 1px;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 43%;
	background: #12b695;

	transform: translate(-50%, -50%);
}


.modle_23 .fun {
	position: relative;
	padding: 0px 30px;
}

.modle_23 .fun .click_pr {
	position: absolute;
	left: -50px;
	top: 45%;
	width: 19px;
	cursor: pointer;
	height: 34px;
	background: url(../img/pr.png) center no-repeat;
	transform: translate(0, -50%);
}

.modle_23 .fun .click_pr:hover {
	background: url(../img/pr_on.png) center no-repeat;
}

.modle_23 .fun .click_ne {
	position: absolute;
	right: -50px;
	cursor: pointer;
	top: 45%;
	width: 19px;
	cursor: pointer;
	height: 34px;
	background: url(../img/ne.png) center no-repeat;
	transform: translate(0, -50%);
}

.modle_23 .fun .click_ne:hover {
	background: url(../img/ne_on.png) center no-repeat;
}


.modle_24 .nt {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}

.modle_24 {
	padding: 25px 0 70px;
}

.modle_24 .dect {
	font-size: 16px;
	color: #666666;
	margin-bottom: 45px;

	text-align: center;
	line-height: 28px;
}

.modle_24 .dm {
	padding: 0px 90px;
}

.modle_24 ul li {
	margin-bottom: 20px;
}

.modle_24 ul li .t_tit {

	font-size: 24px;
	cursor: pointer;
	padding: 15px 40px;
	border-radius: 35px;
	background: url(../img/p81.png) 95% center no-repeat #666666;
	color: #fffefe;
}

.modle_24 ul li dl {
	display: none;
}

.modle_24 ul li dl dd {
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 20px;
	padding-bottom: 15px;
	padding-top: 25px;

}

.modle_24 ul li dl dd .ch_tit {
	font-size: 18px;
	color: #44abe1;
	font-weight: bold;
	cursor: pointer;
}

.modle_24 ul li dl dd .ch_cont {
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	display: none;
	margin-top: 15px;
}

.modle_24 ul li dl .ch_on .ch_cont {
	display: block;
}

.modle_24 ul .on dl {
	display: block;
}

.modle_24 ul .on .t_tit {
	background: url(../img/p81.png) 95% center no-repeat #12b695;

}

.modle_25 {
	padding: 20px 20px 80px;
	position: relative;
	display: flex;
}

.modle_25 .map {
	width: 50%;
	float: left;
}

.modle_25 .map img {
	width: 100%;
}

.modle_25 .cont {
	flex: 1;
	padding-left: 150px;
	position: relative;

}

.modle_25 .cont .dm {

	position: relative;
	height: 100%;
	display: block;
}

.modle_25 .cont .dm .box {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0px;
}

.modle_25 .cont .dm .nt {
	font-size: 18px;
	color: #333333;
}

.modle_25 .cont .dm .nt_t2 {
	font-size: 48px;
	color: #333333;
	position: relative;
	margin-bottom: 35px;
}

.modle_25 .cont .dm .nt_t2::before {
	content: '';
	position: absolute;
	width: 135px;
	height: 5px;
	background: #000000;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.modle_25 .cont .dm ul li {
	margin-bottom: 15px;
	color: #333333;
	font-size: 16px;
	padding: 5px 0;
	padding-left: 35px;
}

.modle_25 .cont .dm ul .i1 {
	background: url(../img/p82.jpg) left center no-repeat;
}

.modle_25 .cont .dm ul .i2 {
	background: url(../img/p84.jpg) left center no-repeat;
}

.modle_25 .cont .dm ul .i3 {
	background: url(../img/p85.jpg) left center no-repeat;
}

.modle_30 .box {
	margin-top: 40px;
}

.modle_30 .box .item {
	width: 48%;
	margin: 0px 1%;


}

.modle_30 .box .item .dm {
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 40px;
}

.modle_30 .box .item .dm .img img {
	width: 100%;
}

.modle_30 .box .item:hover .dm {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .19);
}

.modle_30 .box .item .nt {
	margin-bottom: 25px;
}

.modle_30 .box .item .nt span {
	display: inline-block;
	padding: 0px 85px 0px 60px;
	position: relative;
	color: #ffffff;
	font-size: 24px;
	line-height: 55px;
	background: #12b695 url(../img/p89.jpg) 10px center no-repeat;
}

.modle_30 .box .item .nt span .rit_cin {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	transform: translate(100%, 0);
}

.modle_30 .box .item .img {
	margin-bottom: 25px;
}

.modle_30 .box .item .li_txt .li_nt span {
	background: #12b695;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	height: 26px;
	display: inline-block;
	width: 26px;
	text-align: center;
}

.modle_30 .box .item .li_txt .li_nt {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
}

.modle_30 .box .item .li_txt {
	margin-bottom: 20px;
}

.modle_30 .box .item:nth-child(2n) {
	float: right;
}

.modle_30 .box .item .nt2 span {
	background: #2275db url(../img/p90.jpg) 10px center no-repeat;
}

.modle_31 {
	margin-top: 35px;
}

.modle_31 .click_navs {
	background: #12b695;
	text-align: center;
	margin: 45px 0;
}

.modle_31 .click_navs span {
	padding: 0px 55px;
	display: inline-block;
}

.modle_31 .click_navs span font {
	color: #fff;
	display: inline-block;
	padding: 15px 0;
	padding-left: 40px;
	position: relative;
}

.modle_31 .click_navs span font::before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 100%;
	background: #12b695;
	height: 3px;
	display: inline-block;
}

.modle_31 .click_navs span:hover {
	background: #fff;
}

.modle_31 .click_navs span:hover font {
	color: #12b695;
}

.modle_31 .click_navs span .i1 {
	background: url(../img/p97.png) left center no-repeat;
}

.modle_31 .click_navs span:hover .i1 {
	background: url(../img/p95.png) left center no-repeat;
}

.modle_31 .click_navs span .i2 {
	background: url(../img/p96.png) left center no-repeat;
}

.modle_31 .click_navs span:hover .i2 {
	background: url(../img/p98.png) left center no-repeat;
}

.modle_31 .click_navs .on .i1 {
	background: url(../img/p95.png) left center no-repeat;
}

.modle_31 .click_navs .on font::before {
	display: block;
}

.modle_31 .click_navs .on font {
	color: #12b695;
}

.modle_31 .click_navs .on {
	background: #fff;
}

.modle_32 {
	padding: 55px 0;
}

.modle_32 .box {
	margin-top: 50px;
}

.modle_32 .box .item {
	display: flex;
}

.modle_32 .box .item .img {
	width: 425px;
}

.modle_32 .box .item .rit_box {
	flex: 1;
	padding-left: 50px;
}

.modle_32 .child_tap {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 40px;
	margin-top: 40px;
}

.modle_32 .child_tap span {
	color: #333333;
	font-size: 24px;
	margin: 0px 25px;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	cursor: pointer;
}

.modle_32 .child_tap .on {
	color: #12b695;
}

.modle_32 .child_tap span::before {
	content: '';
	width: 100%;
	display: inline-block;
	left: 0px;
	height: 2px;
	bottom: 0px;
	display: none;
	position: absolute;
	background: #12b695;

}

.modle_32 .child_tap .on::before {
	display: block;
}

.modle_32 .child_tap span:hover {
	color: #12b695;
}

.modle_32 .child_tap span:hover::before {
	display: block;
}

.modle_32 .box .item .rit_box .it {
	margin-bottom: 25px;
}

.modle_32 .box .item .rit_box .it .nt {
	font-size: 16px;
	color: #576c93;
	font-weight: bold;
}

.modle_32 .box .item .rit_box .it .decxt {
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	line-height: 25px;
}

.modle_32 .fun {
	position: relative;
}

.modle_32 .fun .click_pr {
	position: absolute;
	left: -50px;
	top: 45%;
	width: 19px;
	cursor: pointer;
	height: 34px;
	background: url(../img/pr.png) center no-repeat;
	transform: translate(0, -50%);
}

.modle_32 .fun .click_pr:hover {
	background: url(../img/pr_on.png) center no-repeat;
}

.modle_32 .fun .click_ne {
	position: absolute;
	right: -50px;
	cursor: pointer;
	top: 45%;
	width: 19px;
	cursor: pointer;
	height: 34px;
	background: url(../img/ne.png) center no-repeat;
	transform: translate(0, -50%);
}

.modle_32 .fun .click_ne:hover {
	background: url(../img/ne_on.png) center no-repeat;
}

.nav .lan{
	background: #14172b;
	width: 80px;
	margin-left: 20px;
	margin-top: 10px;
}
.nav .lan dl{
	background: #14172b;
	padding: 5px;
}
.nav .log{
	margin-left: 30px;
}
.nav .lan .show span{
	padding-top: 5px;
	padding-bottom: 5px;
}