/* @font-face {
	font-family: 'NotoSansJPLight';
	src: url('../font/NotoSansJP-Light.otf');
}

@font-face {
	font-family: 'NotoSansJPBold';
	src: url('../font/NotoSansJP-Bold.otf');
}
*/
@font-face {
	font-family: 'Copperplate_Gothic_Bold';
	src: url('../font/Copperplate_Gothic_Bold.ttf');
}

:root {
	--primary-color: #E61F19;
	--primary-color1: #C0131F;
	--primary-color2: #CF0000;
	--primary-fm: 'Copperplate_Gothic_Bold';


}

.banner {
	overflow: hidden;
}

.banner .pic_item {
	height: 1078px;
}

.nav {
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 99;
	width: 100%;

}

.nav .nav_gp {
	margin-top: 12px;
}

.nav .nav_gp ul li {
	float: left;
	margin-right: 55px;

}

.nav .nav_gp ul li .li_a {
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 15px;
}

.nav .nav_gp ul li .li_a::before {
	content: '';
	width: 40px;
	height: 3px;
	background: #B592DB;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	display: none;
	left: 50%;
	transform: translate(-50%, 0);
	border: 1px solid #B592DB;
}

.nav .nav_gp ul li:hover .li_a::before {
	display: block;
}

.nav .nav_gp ul .on .li_a::before {
	display: block;
}

.nav .nav_gp ul .more .li_a {}

.nav .cm_href {
	position: relative;
	top: -10px;
}

.cm_href a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 10px;
	background: linear-gradient(0deg, #E7530E, #FF8950);
	border-radius: 10px;
	color: #fff;
	border: 2px solid #FFFFFF;
}

.banner_text_item {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	transform: translate(-50%, -50%);
}

.banner_text_item .text {
	width: 50%;
	text-transform: uppercase;
}

.banner_text_item .text .t1 {
	color: #fff;
	font-family: var(--primary-fm);
	font-size: 56px;
}

.banner_text_item .text .t2 {
	margin: 45px 0 80px;
	color: #FFFFFF;
	font-weight: bold;
}

.cm_href2 a {
	padding: 15px 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 60px;
	background: linear-gradient(0deg, #A6A6A6, #C9C9C9);
}

.cm_href2 a:hover {
	background: linear-gradient(0deg, #8564A9, #B693DC);
}
.cm_href2 .a_ones:hover{
    background: linear-gradient(0deg, #E7530E, #FF8950);
}
.cm_fm_box {
	width: 555px;
	background: #8665AA;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
	border-radius: 10px;
	z-index: 99;
}

.cm_fm_box .fm {
	padding: 30px;
}

.cm_fm_box .fm .fm_dm .lt {
	width: 48%;
	margin-bottom: 15px;
}

.cm_fm_box .fm .fm_dm .lt:nth-child(2n) {
	float: right;
}

.cm_fm_box .fm .fm_dm .lt .tt1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

.cm_fm_box .fm .fm_dm .lt .cell {
	width: 100%;
	background: #fff;
}

.cm_fm_box .fm .fm_dm .lt .cell .text {
	width: 100%;
	height: 35px;
}

.cm_fm_box .fm .fm_dm .lt_che {
	width: 100%;
	margin-bottom: 10px;
}

.cm_fm_box .fm .fm_dm .lt_che .lab_lt {
	width: 48%;
	float: left;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.cm_fm_box .fm .fm_dm .lt_che .lab_lt:nth-child(2n) {
	float: right;
}

.cm_fm_box .fm .fm_dm .lt_che .lab_lt input {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #fff;
	margin-right: 5px;
	display: inline-block;
}

.cm_fm_box .fm .fm_dm .lt_text {
	width: 100%;
}

.cm_fm_box .fm .fm_dm .lt_text .cell textarea {
	width: 96%;
	height: 90px;
	padding: 2%;
	font-size: 14px;
}

.cm_fm_box .fm .fm_dm .submit input {
	width: 100%;
	background: #B798D9;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0;
	text-transform: uppercase;
}

.banner .swiper-pagination span {
	background: #fff;
}

.cm_tit1 {
	width: 760px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 45px;
}

.cm_tit1 .t1 {
	color: #8463A8;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 40px;
}

.cm_tit1 .t2 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.cm_tit1 .t1 img{
    width: 100px;
}

.m1 {
	padding: 80px 0 90px;
}

.m1 .gp .item {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 25px;
	text-align: center;
}

.m1 .gp .item:nth-child(3n) {
	margin-right: 0px;
}

.m1 .gp .item .dm {
	padding: 40px;
	border: 1px solid #E5E5E5;
}

.m1 .gp .item .t1 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.m1 .gp .item .t2 {
	font-size: 14px;
	color: #999999;
	height: 85px;
	line-height: 28px;
}

.m1 .gp .item .t3 {
	display: none;
	height: 85px;
}

.cm_href3 a {
	display: inline-block;
	background: #8665AA;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 45px;
}
.cm_href3 .cm_href3_a{
    background: #E7530E;
}
.m1 .gp .item:hover .t3 {
	display: block;
}

.m1 .gp .item:hover .t2 {
	display: none;
}

.m2 {
	position: relative;
	padding: 70px 0 100px;
}

.m2 .t_bk {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 310px;
	background: linear-gradient(0deg, #8766AB, #B491DA);
}

.m2 .tit {
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 11;
	text-align: center;
	font-size: 40px;
}

.m2 .gp {
	position: relative;
	margin-top: 50px;
}

.m2 .gp .item {
	width: 21.6%;
	background: #fff;

	margin-right: 20px;
	box-shadow: 0px 6px 9px 0px rgba(52, 52, 52, 0.03);
	float: left;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.m2 .gp .item .dm {
	padding: 40px 20px;
	padding-bottom: 50px;
}

.m2 .gp .item .dm .t1 {
	font-size: 18px;
	color: #8866AC;
	font-weight: bold;
	height: 54px;
}

.m2 .gp .item .dm .t2 {
	margin: 10px 0 40px;
	font-size: 14px;
	color: #333333;
}

.m2 .gp .item:hover {
	box-shadow: 0px 20px 9px 0px rgba(52, 52, 52, 0.09);
	border-radius: 5px;
}

.m2 .gp .item:nth-child(3) {
	margin-right: 0px;
}

.m2 .gp .rit_dh {
	width: 29%;
	float: right;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.m2 .gp .rit_dh .item_text {
	padding: 40px;
	height: 210px;
	position: relative;
}

.m2 .gp .rit_dh .item_text .t1 {
	color: #73C67E;
	font-weight: bold;
	font-size: 24px;
}

.m2 .gp .rit_dh .item_text .t2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.m2 .gp .rit_dh .click_qiehuan {
	position: absolute;
	left: 40px;
	top: 170px;
	z-index: 99;
}

.m2 .gp .rit_dh .click_qiehuan .ltt span {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #fff;
	cursor: pointer;
}

.m2 .gp .rit_dh .click_qiehuan .ltt1 span {
	background: url('../img/p3.png') center no-repeat #fff;
}

.m2 .gp .rit_dh .click_qiehuan .ltt2 span {
	background: url('../img/p25.png') center no-repeat #fff;
}

.m2 .gp .rit_dh .click_qiehuan .ltt1 span:hover {
	background: url('../img/p24.png') center no-repeat #8665AA;
}

.m2 .gp .rit_dh .click_qiehuan .ltt2 span:hover {
	background: url('../img/p2.png') center no-repeat #8665AA;
}

.m3 .item {
	position: relative;
	background: #F5F5F5;
}

.m3 .item .pic {
	float: right;
	width: 50%;
}

.m3 .item .pic img {
	width: 100%;
}

.m3 .item .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m3 .item .text .dm {
	float: left;
	width: 40%;
}

.m3 .item .text .dm .t1 {
	color: #8766AB;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.m3 .item .text .dm .t2 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 50px;
}

.m3 .item:nth-child(2n) .pic {
	float: left;
}

.m3 .item:nth-child(2n) .dm {
	float: right;
}

.m4 {
	background: linear-gradient(0deg, #8665AA, #B390D9);
	padding: 80px 0;
}

.m4 .tit {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 35px;
	font-size: 40px;
}

.m4 .item {
	position: relative;
	width: 23%;
	margin-right: 2%;
	border-radius: 10px;
	overflow: hidden;
}

.m4 .item:nth-child(4n) {
	margin-right: 0px;
}

.m4 .item .text {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 99;
}

.m4 .item * {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m4 .item .text .dm {
	padding: 30px 15px;
}

.m4 .item .text .dm .t1 {
	color: #fff;
	font-weight: bold;
}

.m4 .item .hide_box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
}

.m4 .item .hide_box {
	color: #fff;
	opacity: 0;
}

.m4 .item .hide_box .dm {
	padding: 40px 15px;
}

.m4 .item .hide_box .dm .t1 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}

.m4 .item .hide_box .dm .t2 {
	font-size: 16px;
	margin-bottom: 20px;
}

.m4 .item .hide_box .dm .t3 a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
}

.m4 .item .hide_box .dm .t3 a:hover {
	background: #fff;
	color: #8463A8;
}

.m4 .item:hover .hide_box {
	opacity: 1;
}

.m4 .item:hover .text {
	opacity: 0;
}

.cm_tit2 {
	color: #8665AA;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.m5 {
	padding: 80px 0 115px;
	background: #F5F5F5;
}

.m5 .cm_tit2 {
	margin-bottom: 30px;
}

.m5 .gp .item {
	width: 32.5%;
	background: #fff;
	float: left;
	margin-right: 1%;
}

.m5 .gp .item:nth-child(3n) {
	margin-right: 0px;
}

.m5 .gp .item .text .dm {
	padding: 25px 20px;
}

.m5 .gp .item .text .dm .t1 {
	color: #8665AA;
	font-size: 16px;
	background: url('../img/p19.png') left center no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}

.m5 .gp .item .text .dm .t2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.m5 .gp .item .text .dm .t3 {
	font-size: 14px;
	color: #333;
	height: 42px;
	overflow: hidden;
	margin-bottom: 30px;
}

.m5 .gp .item .text .dm .t4 a {
	display: inline-block;
	border: 1px solid #333333;
	padding: 10px 20px;
	color: #333333;
}

.m5 .gp .item .text .dm .t4 a:hover {
	background: #8463A8;
	color: #fff;
	border: 1px solid #8463A8;
}

.m6 {
	background: url('../img/p20.png') center no-repeat;
	background-size: cover;
	padding: 115px 0;
}

.m6 .text {
	width: 40%;
}

.m6 .text .t1 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.m6 .text .t2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 50px 0;
}

.m6 .text .t3 a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
}

.m6 .text .t3 a:hover {
	background: #fff;
	color: #8463A8;
}

.m7 {
	background: url('../img/p0.png') center no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.m7 .text {
	width: 33%;
}

.m7 .text .t1 {
	font-size: 40px;
	color: #8665AA;
	font-weight: bold;
}

.m7 .text .t2 {
	font-size: 14px;
	color: #666666;
	margin: 30px 0;
	line-height: 30px;
}

.m7 .text .t3 .lt {
	color: #333333;
	font-size: 14px;
	margin-bottom: 40px;
}

.m7 .text .t3 .lt span {
	font-weight: bold;
}

.m7 .form {
	position: relative;
	width: 48%;
}

.m7 .form .cm_fm_box {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	bottom: auto;
	transform: translate(0, 0);
}

.m8 {
	background: #fff;
}

.m8 .box {
	padding: 90px 0;
	background: #fff;
	width: 960px;
	margin: 0px auto;
}

.m8 .t1 {
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.m8 .hr {
	text-align: center;
	margin-top: 80px;
}

.m8 .hr a {
	background: #E7530E;
	color: #fff;
	font-size: 22px;
	padding: 20px 30px;
	display: inline-block;
}


.footer {
	background: #8665AA;
	padding: 40px 0 25px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.footer .t1 a {
	color: #fff;
	display: inline-block;
	margin: 0px 15px;
}

.footer .t2 {
	margin: 10px 0;
}

.footer .t3 span {
	display: inline-block;
	margin: 0px 15px;
}

.footer .copy {
	color: #fff;
	border-top: 1px solid #fff;
	opacity: 0.75;
	font-size: 14px;
	margin-top: 40px;
	padding-top: 20px;
}

.child_banner {
	position: relative;
	height: 477px;
	color: #fff;
}

.child_banner .box {
	position: absolute;
	left: 50%;
	text-align: center;
	color: #fff;
	top: 50%;
	transform: translate(-50%, -50%);
}

.child_banner .t1 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase
}

.child_banner .t2 a {
	margin: 0px 5px;
	font-size: 14px;
	color: #fff;
}

.m5s {
	background: #f9f9f9;
	padding-bottom: 0px;
}

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

.m9 {
	height: 70px;
}


.child_banner .t3 {
	margin-top: 30px;
}

.child_banner .t3 a {
	padding: 10px 35px;
	background: linear-gradient(0deg, #E7530E, #FF8950);
}

.m10 {
	margin-top: 60px;
}

.m10 .t1 {
	font-size: 30px;
	color: #8866AC;
	font-weight: bold;
	margin-bottom: 40px;
}

.m10 .t2 {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.m11 {
	margin-top: 90px;
}

.m11 .gp .item {
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.m11 .gp .item .dm {
	border: 1px solid #E5E5E5;
	padding: 40px;
	border-radius: 10px;
}

.m11 .gp .item:nth-child(3n) {
	margin-right: 0px;
}

.m11 .gp .item .t1 {
	font-size: 20px;
	color: #8866AC;
	margin-bottom: 35px;
	font-weight: bold;
}

.m11 .gp .item .t2 {
	font-size: 20px;
	color: #8866AC;
	font-weight: bold;
	margin-bottom: 20px;
}

.m11 .gp .item .t3 {
	font-size: 16px;
	color: #8866AC;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.m11 .gp .item .t4 {
	font-size: 16px;
	height: 160px;
	overflow: hidden;
	color: #333333;
	line-height: 40px;
}

.m11 .tit {
	font-size: 30px;
	color: #8866AC;
	font-weight: bold;
	margin-bottom: 40px;
}

.m12 {
	background: #F4F5F6;
	padding: 80px 0 100px;
	margin-top: 60px;
}

.m12 .gp .item {
	width: 23%;
	margin-right: 2.25%;
}

.m12 .gp .item:nth-child(4n) {
	margin-right: 0px;
}

.m12 .gp .item .dm {
	/* border: 1px solid #333; */
}

.m12 .t1 {
	font-size: 30px;
	color: #8866AC;
	font-weight: bold;
	margin-bottom: 40px;
}

.m12 .gp .item .t2 {
	font-size: 20px;
	color: #8866AC;
	font-weight: bold;
}

.m12 .gp .item .t3 {
	font-size: 20px;
	color: #8866AC;
	font-weight: bold;
	margin: 10px 0;
}

.m12 .gp .item .t4 {
	font-size: 16px;
	color: #333333;
	height: 120px;
	overflow: hidden;
	line-height: 30px;
}

.m13 {
	padding: 90px 0;
}

.m13 .gp .item {
	margin-bottom: 70px;
}

.m13 .gp .item .box {
	background: url('../img/p29.png') center no-repeat;
	background-size: cover;
	height: 330px;
	position: relative;
	margin-bottom: 50px;
}

.m13 .gp .item .box .text {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
}

.m13 .gp .item .box .text .t1 {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.m13 .gp .item .box .text .t2 {
	font-size: 16px;
	color: #FFFFFF;
}

.m13 .gp .item .dect {
	font-size: 16px;
	color: #7C5B9F;
}

.m14 {
	padding: 80px 0 100px;
}

.m14 .let {
	width: 49%;
}

.m14 .let .t1 {
	font-size: 24px;
	color: #8C6AAF;
	font-weight: bold;
}

.m14 .let .t2 {
	font-size: 48px;
	color: #333333;
	margin: 10px 0 30px;
	font-weight: bold;
}

.m14 .let .t3 {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.m14 .pic {
	width: 40%;
}

.m15 {
	padding: 120px 0;
	position: relative;
	background: url('../img/p35.png') center top no-repeat;
	text-align: center;

}

.m15 .t1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

.m15 .t2 {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 60px;
}

.cm_href3 a {
	padding: 12px 35px;
}

.m15 .gp {
	margin-top: 100px;
}

.m15 .gp .item {
	width: 33%;
	background: #fff;
	text-align: left;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.m15 .gp .item .dm {
	padding: 45px;
}

.m15 .gp .item .dm .t4 {
	font-size: 24px;
	color: #333333;
	/* font-weight: bold; */
	margin-bottom: 50px;
}

.m15 .gp .item .dm .t5 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.m15 .gp .item .dm .t6 {
	font-size: 16px;
	color: #333333;
	height: 230px;
	overflow: hidden;
	line-height: 32px;
}

.m15 .gp .item:nth-child(2) .dm {
	background: #9978BE;
	color: #fff;
}

.m15 .gp .item:nth-child(2) .dm .t4,
.m15 .gp .item:nth-child(2) .dm .t5,
.m15 .gp .item:nth-child(2) .dm .t6 {
	color: #fff;
}


.m15 .gp .item:nth-child(3) .dm {
	/*background: #282828;*/
	color: #fff;
	
}

.m15 .gp .item:nth-child(3) .dm .t4,
.m15 .gp .item:nth-child(3) .dm .t5,
.m15 .gp .item:nth-child(3) .dm .t6 {
	color: rgb(51, 51, 51);
}

.cm_tit3 {
	text-align: center;
	font-size: 48px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.m16 .gp .item {
	width: 17%;
	padding: 0px 1.5%;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}

.m17 {
	text-align: center;
	padding: 60px 0;
}

.m17 .box {
	border: 1px solid #764EA3;
	background: #AA89CF;
	border-radius: 10px;

}

.m17 .box .item {
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding: 11px 0;
	position: relative;
	height: 50px;
	border-radius: 10px;
}

.m17 .box .on {
	color: #333333;
	background: #fff;
	font-weight: bold;
}

.m17 .box .item:nth-child(1) {
	border-radius: 10px 0 0 10px;
}

.m17 .box .item span {
	padding: 0px 50px;
	position: absolute;
	top: 50%;
	width: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m18 .m18_1 {
	margin-bottom: 30px;
}

.m18 .m18_1 .let {
	margin-top: 5px;
}

.m18 .m18_1 .let .lt {
	font-size: 16px;
	color: #333333;
	position: relative;
}

.m18 .m18_1 .let .lt {
	margin-right: 65px;
}

.m18 .m18_1 .let .lt label input {
	position: absolute;
	opacity: 0;
	display: flex;
	left: 0px;

}

.m18 .m18_1 .let .lt label i {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	border: 1px solid #BFBFBF;
	display: inline-block;
}

.m18 .m18_1 .let .lt label span {
	position: relative;
	top: -5px;
}

.m18 .m18_1 .let .lt label input:checked~span {
	color: #333;
	font-weight: bold;
}

.m18 .m18_1 .let .lt label input:checked~i {
	background: #AA89CF;
	border: 1px solid #AA89CF;
}

.m18 .m18_1 .rit a,
.m18 .m18_1 .rit input{
	display: inline-block;
	background: #AA89CF;
	padding: 10px 25px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
}

.m18_2 {
	border: 1px solid #E5E5E5;
	width: 80%;
	margin: 0px auto;
}

.m18_2 .tab table {
	border-collapse: collapse;
	font-size: 14px;
}

.m18_2 .tab table tr td {
	background: #F2F2F2;
	text-align: right;
	padding: 8px 50px;
	/*padding-right: 0px;*/
	border: 1px solid #E5E5E5;
}

.m18_2 .tab table tr td:nth-child(1){
    text-align: left;
}

.m18_2 .tab table tr:nth-child(2n) td {
	background: #fff;
}
.m18_2 .tab table tr td input{
    text-align: right !important;
}
.m18_2 .tab table tr:nth-child(1){
    font-weight: 700 !important;
}
.m18_2 .tab .dibu td {
	opacity: 0;
}

.m18_2 .tab .dm {
	/*padding: 0px 20px;*/
}

.m18_2 .msg {
	color: #AA89CF;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	padding: 0px 15px;
}

.m19 {
	padding: 60px 0;
}

.m19 .item {
	margin-bottom: 15px;
}

.m19 .item .dm {
	display: flex;
	background: #F9F9F9;
	align-items: center;
}

.m19 .item .dm .text {
	flex: 1;
	padding: 40px 30px;
}

.m19 .item .dm .text .t1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.m19 .item .dm .text .t2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.m19 .item .dm .text .t3 a {
	color: #666666;
	font-size: 16px;
}

.m19 .item:hover .text .t2 {
	color: #8665AA;
}

.nav2 {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}





.nav2 .nav_gp ul li .li_a {
	color: #333;

}

.nav .nav_gp ul .more .li_a {}

.nav .cm_href {
	position: relative;
	top: -10px;
}

.m20 {
	font-size: 14px;
	color: #333333;
	margin-top: 80px;
	margin-bottom: 40px;
}

.m20 .dm {
	background: url('../img/p38.png') left center no-repeat;
	padding-left: 20px;
}

.m20 a {
	color: #333333;
	margin: 0px 5px;
}

.m20 .on {
	color: #999999;
}

.m21 .t1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.m21 .t2 {
	background: url('../img/p19.png') left center no-repeat;
	color: #8665AA;
	padding-left: 30px;
	margin-bottom: 30px;
}

.m21 .t3 {
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.cm_fm_box2 {
	background: #F0F0F0;
}

.cm_fm_box2 .fm .fm_dm .lt .tt1,
.cm_fm_box2 .fm .fm_dm .lt_che .lab_lt {
	color: #333;
}

.nav_show_nav {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;

}

.nav .nav_gp ul li:hover .nav_show_nav {
	display: block;
}

.nav_show_nav .show_zz {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0px;
	background: rgba(0, 0, 0, 0.58);
}

.nav_show_nav .navdm {
	position: fixed;
	height: 85%;
	overflow-y: scroll;
	box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.34);
	background: #fff;
	left: 50%;
	top: 100px;
	transform: translate(-50%, 0);
}

.nav_show_nav .navdm::-webkit-scrollbar {
	width: 10px;
	// height: 10px; // 高度写不写，都不影响，因为会根据内容的长度自动计算
}

.nav_show_nav .navdm::-webkit-scrollbar-thumb {
	background: #ccc; // 滑块颜色
	border-radius: 5px; // 滑块圆角
}

.nav_show_nav .navdm::-webkit-scrollbar-thumb:hover {
	background: #f40; // 鼠标移入滑块变红
}

.nav_show_nav .navdm .nav_gpbox {
	padding: 40px 50px;
}

.nav_show_nav .navdm .nav_gpbox .t1 {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
}

.nav_show_nav .navdm .nav_gpbox .dect {
	font-size: 16px;
	color: #666666;
}

.nav_show_nav .navdm .nav_gpbox .chi_nav_cle {
	margin-top: 30px;
}

.nav_show_nav .navdm .nav_gpbox .chi_nav_cle .lt {
	width: 33%;
	margin-bottom: 65px;
}

.nav_show_nav .navdm .nav_gpbox .chi_nav_cle .lt .tt1 {
	font-weight: bold;
	color: #8C6AAF;
	font-size: 18px;
	margin-bottom: 15px;
}

.nav_show_nav .navdm .nav_gpbox .chi_nav_cle .lt dl dd {
	margin-bottom: 6px;
}

.nav_show_nav .navdm .nav_gpbox .chi_nav_cle .lt dl dd a {
	font-size: 16px;
	color: #333;
}

.nav_show_nav .navdm .nav_gpbox .chi_nav_cle .lt dl dd a:hover {
	color: #8463A8;
	font-weight: bold;
}
.m18_2 .tab table tr:nth-child(1) b{
    font-weight: 700 !important;
}