/* @font-face {
	font-family: 'FZZDHJW';
	src: url('../font/方正正大黑FZZDHJW.TTF');
}

@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../font/SourceHanSansCN-Normal.otf');
}

@font-face {
	font-family: 'SourceHanSansCNbold';
	src: url('../font/SourceHanSansCN-Bold.ttf');
}
*/
@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: 'Inter';
	src: url('../font/Inter-Light-7.otf');
}

:root {
	--primary-color: #EDB98A;
	--primary-font14: 14px;
	--primary-coloron: #0A1758;
	--primary-color2: #676767;
	--primary-color3: #1E75C5;
	--primary-color4: #F7F7F7;
	--primary-color5: #3885CC;
	--primary-fm: 'NotoSansJPLight';
	--primary-fm1: 'NotoSansJPBold';
	--primary-fm2: 'Inter';
}

.wel {
	background: var(--primary-color);
	padding: 12px 0;
	color: #fff;
	font-size: 14px;
	height: 42px;
	overflow: hidden;
	text-align: center;
	font-family: var(--primary-fm);
	display: none;
}

.logo_warp {
	padding: 1px 0;
	display: flex;

}
.logo_warp  .cle{
    flex: 1;
}

.logo_warp .logo {
	width: 270px;
}

.logo_warp .search {
	width: 600px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	height: 45px;
	font-size: 12px;
	margin-top: 15px;
}

.logo_warp .search .cell_input {
	background: url('../img/p1.png') 20px center no-repeat;
	padding-left: 55px;
}

.logo_warp .search .cell_input input {
	background: none;
	height: 45px;
	width: 100%;
}

.logo_warp .rit {
	margin-top: 10px;
	margin-left: 60px;
	font-family: var(--primary-fm1);
}

.logo_warp .rit .bt {
	margin-left: 10px;
}

.logo_warp .rit .bt a {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	border: 2px solid #000;
	padding: 15px 15px 15px 42px;
	border-radius: 30px;
}

.logo_warp .rit .bt {
	position: relative;
	border-radius: 25px;
}

.logo_warp .rit .bt .icon_1 {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.logo_warp .rit .bt2 a {
	border: 2px solid var(--primary-color);
	color: #fff;
	width: 110px;
	background: var(--primary-color);

}

.logo_warp .rit .bt2 .icon_1 {
	/* position: relative; */
	transform: translate(10px, 0);
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
}



.logo_warp .rit .bt2 .nub {
	font-size: 15px;
	position: absolute;
}

.logo_warp .rit .f {
	font-weight: bold;
	margin-top: 17px;

	margin-right: 20px;
	font-size: 12px;
}


.nav {

	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav ul li {
	float: left;
	margin-right: 60px;
	/* font-family: var(--primary-fm1); */
	position: relative;
}

.nav ul li .li_a {
	color: #000;
	padding: 20px 0;
	display: block;
	font-size: 15px;
}

.nav ul li:hover .li_a {
	text-decoration: underline;
}

.nav ul li .li_a .more {
	display: inline-block;
	margin-left: 8px;
}

.nav ul li .down_box {
	width: 250px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 60px;
	display: none;
	border-radius: 0 0 10px 10px;
	z-index: 9999;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav ul li:hover .down_box {
	display: block;
}

.nav ul li .down_box .dm {
	/* padding: 20px; */
	padding: 10px 0;
}

.nav ul li .down_box .dm .item {
	width: 100%;
}

.nav ul li .down_box .dm .item .list .t1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.nav ul li .down_box .dm .item .list .t1 a {
	color: #333;
}

.nav ul li .down_box .dm .item .list .t1 a:hover {
	text-decoration: underline;
}

.nav ul li .down_box .dm .item .list dl dd {
	margin-bottom: 7px;
	position: relative;
	padding: 2px 20px 2px 45px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.nav ul li .down_box .dm .item .list dl dd .therr_box {
	position: absolute;
	width: 250px;
	width: 250px;
	background: #fff;
	position: absolute;
	right: 0px;
	transform: translate(100%, 0);
	top: 0px;
	display: none;
	border-radius: 0 10px 10px 0;
	z-index: 9999;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav ul li .down_box .dm .item .list dl dd .therr_box .dm_th {
	padding: 10px 0;
}

.nav ul li .down_box .dm .item .list dl dd:hover .therr_box {
	display: block;
}

.nav ul li .down_box .dm .item .list dl dd:hover .therr_box .lt a {
	display: block;
	padding: 4px 25px;
}

.nav ul li .down_box .dm .item .list dl dd:hover .therr_box .lt a:hover {
	background: #FAF6F2;
}

.nav ul li .down_box .dm .item .list dl dd .icon {
	position: absolute;
	width: 18px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
}

.nav ul li .down_box .dm .item .list dl dd a {
	color: #333;
	font-size: 14px;
	display: block;
	width: 100%;
}

.nav ul li .down_box .dm .item .list dl dd a:hover {
	color: #000;
	/* text-decoration: underline; */
}

.nav ul li .down_box .dm .item .list dl dd:hover {
	background: #FAF6F2;
}

.nav ul li:last-child {
	margin-right: 0px;
}

.nav .rit_icon {
	background: url('../img/p26.png') left center no-repeat;
	padding: 12px 0;
	margin-top: 15px;
	padding-left: 45px;
}

.nav .rit_icon .t1 {
	color: #000000;
	font-size: 10px;
	margin-top: -4px;
}

.nav .rit_icon .t2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: var(--primary-fm1);

}

.banner {
	overflow: hidden;
}

.banner .pic_item {
	height: 748px;
}

.banner_pon {
	text-align: center;
	padding: 25px 0;
}

.banner_pon .icon {
	display: inline-block;
	cursor: pointer;
}

.banner_pon .icon i {
	font-size: 24px;
	color: #B2B2B2;
}

.banner_pon .icon i:hover {
	color: #000;
}

.banner_pon .gp {
	display: inline-block;
	margin: 0px 20px;
	position: relative;
	top: -3px;
}

.banner_pon .gp span {
	background: #000000;
	border-radius: 7px 7px 7px 7px;
	opacity: 0.25;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.banner_pon .gp .on {
	width: 30px;
	background: #000;
	border-radius: 12px;
	opacity: 1;
}

.m1 {
	background: #FAF6F2;
	position: relative;
	padding: 155px 0 0 0;
	display: none;
}

.m1 .box {
	display: flex;
	position: relative;
	z-index: 55;
}

.m1 .rit {
	flex: 1;
	padding-left: 120px;
	position: relative;
}

.m1 .let {
	width: 38.75%;
}

.m1 .let .pic {
	position: relative;
}

.m1 .let .pic .qian {
	position: absolute;
	bottom: -160px;
	right: -50px;

}

.m1 .let .pic .hou {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 5px solid transparent;
}


.m1 .let .pic .hou:hover {
	position: relative;
	z-index: 888;
	border: 5px solid #fff;
	border-radius: 20px;
}

.m1 .rit .cn {
	font-size: 16px;
	color: #000000;
	line-height: 38px;
	margin-top: 40px;
	padding-left: 10px;
}

.m1 .rit .t1 {
	color: #B67843;
	font-size: 30px;
	margin-bottom: 0px;
	padding-left: 10px;
}

.m1 .rit .t2 {
	color: #B67843;
	font-size: 46px;
}

.cm_mores a,
.cm_mores input {
	display: inline-block;
	padding: 20px 45px;
	background: #B77A44;
	color: #fff;
	font-size: 14px;
	border-radius: 50px;
}

.m1 .rit .cm_mores {
	/* position: absolute;
	bottom: 50px;
	left: 60px; */
	margin-top: 45px;
}

.m1 .rit_icon {
	position: absolute;
	right: 13.5%;
	top: 55%;
}

.m2 {
	background: #FAF6F2;
	padding-top: 150px;
}

.cm_title {
	margin-bottom: 40px;
}

.cm_title .nt {
	color: #000;
	font-size: 24px;
	/* font-weight: bold; */
}

.cm_title .mr {
	color: #000;
	font-size: 12px;
	padding-bottom: 2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 8px;
	border-bottom: 1px solid #000;
}

.cm_title .mr:hover {
	transform: translate(-10px, 0);
}

.m2 .gp {
	overflow: hidden;
}

.m2 .item_pic .dms {
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	position: relative;
}
.m2 .item_pic .dms .jiaobiao{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    z-index: 99;
    text-align: center;
    font-size: 14px;
}
.m2 .item_pic .dms .jiaobiao .jb{
    width: 110px;
}
.m2 .item_pic .dms .jiaobiao span{
    position: absolute;
    top: 10px;
    right: 2px;
    font-size: 11px;
}

.m2 .item_pic .dms .sale {
	/* background: #FF784E;
	color: #fff; */
	font-size: 12px;
	border-radius: 0;
	padding: 5px 20px;
	position: absolute;
	/* right: 10px;
	top: 10px; */
	z-index: 100;
	height: 90px;width: 126px;float:right;font-size: 12px;background-position: inherit;line-height: 3;color:#fff;padding: 0;right: 0;top: 0;
}

.m2 .item_pic .dms .no {
	/* background: #FF784E; */
	color: #fff;
	font-size: 12px;

	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
}

.m2 .item_pic .dms .dm {
	padding: 5px 25px;
	padding-bottom: 25px;
}

.m2 .item_pic .dms .dm .t1 {
	font-size: 16px;

	font-family: var(--primary-fm1);
	margin-bottom: 5px;
	height: 48px;
	overflow: hidden;
	color: #000;
}

.m2 .item_pic .dms .dm .t2 {
	font-size: 18px;
	margin: 10px 0 20px;
	font-family: var(--primary-fm2);

}

.m2 .item_pic .dms .dm .t2 .pr_1 {
	color: #ACACAC;
	text-decoration: line-through;
}

.m2 .item_pic .dms .dm .t2 .pr_2 {
	color: #BE3D3D;
	margin-left: 15px;

}

.m2 .item_pic .dms .dm .t3 a {
	display: block;
	/* border: 1px solid #EDB98A; */
	border-radius: 25px;
	background: #EDB98A;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.m2 .item_pic .dms .dm .t3 a:hover {
	background: #fff;
	color: #000;
}

.banner_pon2 {
	margin-top: 40px;
}

.banner_pon2 .gp {
	top: 4px;
}

.m2 {
	position: relative;
}

.m2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 400px;
	background: #fff;
	bottom: 0px;
	left: 0px;
}

.m2_2 {
	background: #fff;
	padding-top: 70px;
}

.m3 {
	height: 480px;
	margin-top: 75px;
}

.m4 {
	padding: 35px 0px 40px;
	text-align: center;
}

.m4 .t1 {
	margin-bottom: 20px;
}

.m4 .t2 {
	width: 1000px;
	margin: 0px auto;
	color: #000;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 30px;
}

.m5 {
	margin-top: 90px;
}

.m5 .item {
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
}

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

.m5 .item .it_dm {
	border-radius: 10px;
	border: 1px solid #E1E1E1;
	overflow: hidden;
}

.m5 .item .it_dm .dm {
	padding: 15px 20px;
}

.m5 .item .it_dm .dm .t1 {
	font-size: 16px;
	font-family: var(--primary-fm1);
	color: #000;
	margin-bottom: 12px;
	/* font-weight: bold; */
	height: 48px;
	overflow: hidden;
}

.m5 .item .it_dm .dm .t2 {
	font-size: 14px;
	color: #5D5D5D;
	line-height: 26px;
}

.m5 {
	padding-bottom: 125px;
}

.m6 {
	padding-bottom: 135px;
}

.m6 .item {
	width: 33%;
	text-align: center;
	padding: 20px 1.5%;
	height: 370px;
}

.m6 .item .pic {
	height: 200px;
}

.m6 .item .t1 {
	font-family: var(--primary-fm1);
	color: #B77A44;
	font-size: 18px;
	margin-bottom: 20px;
}

.m6 .item .t2 {
	font-size: 14px;
	color: #898989;
	padding: 0px 20%;
}

.m7 {
	background: #FAF6F2;

}

.m7 .dm {
	text-align: center;
	border: 1px solid #E1E1E1;
	padding: 50px 0px 40px;
	font-family: var(--primary-fm1);
	border-bottom: 0px none;
}

.m7 .dm .t2 {
	margin-top: 25px;
	margin-bottom: 15px;
	color: #B77A44;
}

.m7 .dm .t3 {
	margin-bottom: 25px;
	color: #B77A44;
	margin-top: 15px;
}

.footer {
	padding: 90px 0px 100px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .let .logo img {
	width: 150px;
}

.footer .let .t1 {
	margin-top: 30px;
	font-family: var(--primary-fm2);
	margin-bottom: 15px;
	padding-left: 10px;
}

.footer .let .t2 a {
	display: inline-block;
	margin-right: 5px;
	padding-left: 10px;
}

.footer .f_nav {
	margin-left: 150px;
}

.footer .f_nav ul {
	margin-right: 55px;
}

.footer .f_nav ul li {
	margin-bottom: 35px;
}

.footer .f_nav ul li a {
	color: #000;

	/* font-weight: bold; */
	font-family: var(--primary-fm);
	font-size: 14px;
}

.footer .f_nav ul li a:hover {
	text-decoration: underline;
}

.footer .rit {
	color: #000;
}

.footer .rit .t1 {
	font-family: var(--primary-fm);
	font-size: 12px;
}

.footer .rit .t2 {
	margin: 3px 0px 4px;
	margin-bottom: 8px;
	font-size: 14px;
}

.footer .rit .t3 {
	font-size: 12px;
	margin-bottom: 30px;
}

.footer .rit .t3 span {
	padding-bottom: 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-bottom: 1px solid #000;
	color: #000;
	position: relative;
	display: inline-block;
}

.footer .rit .t3 span:hover {
	/*float: left;*/
	margin-left: 10px;
	/*transform: translate(-10px, 0);*/
	/*text-decoration: underline;*/
}

.footer .rit .t4 a {
	margin-right: 15px;
}

.cpoy {
	padding: 25px 0;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cpoy .rir {
	color: #535353;
	font-size: 12px;
}

.cpoy a {
	color: #535353;
	margin: 0px 2px;
}

.cpoy a:hover {
	color: #000;
}

.m8 {
	display: none;
}

.m8 .m8_zz {
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	z-index: 999;
}

.m8 .m8_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	width: 690px;
	z-index: 1000;
}

.m8 .m8_box .m8_dm {
	position: relative;
	padding: 30px 65px;
}

.m8 .m8_box .m8_dm .close_img {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	border-radius: 50%;
}

.m8 .m8_box .m8_dm .t1 {
	text-align: center;
	margin-bottom: 20px;
}

.m8 .m8_box .m8_dm .t1 img {
	width: 220px;
}

.m8 .m8_box .m8_dm .t2 {
	font-family: var(--primary-fm);
	color: #1E1E1E;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.m8 .m8_box .m8_dm .form {
	background: #F5F5F5;
	padding: 15px 30px;
}

.m8 .m8_box .m8_dm .form .list {
	margin-bottom: 20px;
}

.m8 .m8_box .m8_dm .form .list .t3 {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #3C3C3C;
	margin-bottom: 4px;
}

.m8 .m8_box .m8_dm .form .list .t_cn {
	position: relative;
}

.m8 .m8_box .m8_dm .form .list .t_cn .text {
	display: block;
	width: 100%;
	padding: 0px 2%;
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
}

.m8 .m8_box .m8_dm .form .list .t_cn .icon {
	position: absolute;
	width: 20px;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.m8 .m8_box .m8_dm .form .list .t_cn .icon_1 {
	position: absolute;
	width: 20px;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	cursor: pointer;
	display: none;
}

.m8 .m8_box .m8_dm .form .list .t_cn .text_2 {
	display: none;
}

.m8 .m8_box .m8_dm .form {
	margin-bottom: 45px;
}

.m8 .m8_box .m8_dm .t4 {
	text-align: center;
}

.m8 .m8_box .m8_dm .t4 input {
	background: #B77A44;
	/* border: 1px solid #D4B9A2; */
	color: #fff;
	width: 240px;
	padding: 13px 0;
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
}

.m8 .m8_box .m8_dm .t6 {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 15px;
}

.m8 .m8_box .m8_dm .t6 a {
	color: #000000;
	font-family: var(--primary-fm);
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.m8 .m8_box .m8_dm .t5 input {
	background: #1A1A1A;
	border: 1px solid #1A1A1A;
}

.m8 .m8_box .m8_dm .t7 {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 25px;
}

.m8 .m8_box .m8_dm .t7 a {
	color: #585858;
	display: inline-block;
	font-size: 12px;
	margin: 0px 30px;
}

.m8 .m8_box .m8_dm .t7 a:hover {
	color: #000;
	text-decoration: underline;
}

.m8 .m8_box .m8_dm .t8 {
	text-align: center;
	font-size: 12px;
	color: #626262;
}

.m8 .m8_box .m8_dm .t2_1 {
	text-align: center;
}

.m8 .m8_box .m8_dm .t2_2 {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #1E1E1E;
	margin-bottom: 20px;
}

.m8 .m8_box .m8_dm .t2_3 {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #E10000;
	margin-bottom: 20px;
}

.m8 .m8_box .m8_dm .t2_4 {
	margin-bottom: 20px;
}

.m8 .m8_box .m8_dm .form .list .t_cn .but {
	position: absolute;
	right: 5px;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 120px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;

}

.m8 .m8_box .m8_dm .gz {
	text-align: center;
}

.m8 .m8_box .m8_dm .gz .gz_tit {
	background: #B77A44;
	color: #fff;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	border-radius: 12px 12px 0 0;
}

.m8 .m8_box .m8_dm .gz .gz_cn {
	padding: 15px 0;
	font-size: 16px;
	color: #333333;
	font-family: var(--primary-fm);
	line-height: 28px;
	font-weight: bold;
}

.m8 .m8_box .m8_dm .gz .gz_cn .tx {
	color: #BE3D3D;
}

.m9 {
	padding: 10px 0 15px;
}

.m9 .wz a {
	color: #545454;
	font-size: 12px;
	display: inline-block;
	margin: 0px 5px;
}

.m9 .wz a:nth-child(1) {
	margin-left: 0px;
}

.m9 .wz a:hover {
	color: #000;
	text-decoration: underline;
}

.m10 .t1 {
	color: #1E1E1E;
	font-size: 32px;
	font-family: var(--primary-fm);
	font-weight: bold;
	text-align: center;
	margin-bottom: 85px;
}

.m10 .pic {
	margin-bottom: 45px;
}

.m10 .cn {
	font-size: 14px;
	color: #000000;
	line-height: 25px;
	/* margin-top: 15px; */
}

.m10 {
	margin-bottom: 55px;
}

.m11 {
	margin-bottom: 60px;
}

.m11 .dm {
	background: #FAF6F2;
	padding: 70px 200px;
}

.m11 .dm .item {
	display: flex;
	margin-bottom: 32px;
}

.m11 .dm .item .nt {
	width: 200px;
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #424242;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.m11 .dm .item .nt span {
	padding-left: 50px;
}

.m11 .dm .item .cn {
	flex: 1;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin-left: 20px;
	padding-left: 50px;
	line-height: 32px;
}

.m12 {
	margin-bottom: 125px;
}

.m12 .t1 {
	color: #1E1E1E;
	font-size: 32px;
	font-family: var(--primary-fm);
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.m12 .map {
	height: 550px;
	position: relative;
}

.m12 .map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.m13 {
	padding-bottom: 200px;
	position: relative;
}

.m14 {
	display: flex;
	margin-top: 135px;

}

.m14 .let {
	width: 560px;
}

.m14 .let .t1 {
	color: #000000;
	font-size: 30px;
	margin-bottom: 25px;
}

.m14 .let .t2 {
	font-family: var(--primary-fm);
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	margin-bottom: 60px;
}

.m14 .let .cn {
	font-family: var(--primary-fm);
	line-height: 36px;
	color: #000000;
	font-size: 18px;
}

.m14 .rit {
	flex: 1;
	padding-left: 105px;
}

.m13 .icon_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60%;
	z-index: 9;
}

.m13 .icon_2 {
	width: 70%;
	height: 650px;
	position: absolute;
	top: 20%;
	right: 0px;
	background: #FAF6F2;
}

.m13 .icon_3 {
	width: 50%;
	height: 165px;
	position: absolute;
	bottom: 10%;
	left: 0px;
	background: #FAF6F2;
}


.m15 .t1 {
	font-family: var(--primary-fm);
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}

.m15 .gp a {
	display: inline-block;

	border: 1px solid #000;
	border-radius: 50px;
	color: #000;
	padding: 5px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 10px;
}

.m15 .gp a:hover {
	background: #EDB98A;
	color: #fff;
	border: 1px solid #EDB98A;

}

.m15 .gp .on {
	background: #EDB98A;
	color: #fff;
	border: 1px solid #EDB98A;

}

.m5_2 {
	margin-top: 45px;
	padding-bottom: 10px;
}

.m5_2 .item {
	margin-bottom: 45px;
}

.m5 .item .pic img {
	border-radius: 10px 10px 0 0;
}

.page_2 {
	text-align: center;
}

.page_2 a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #B77A44;
	font-size: 14px;
	display: inline-block;
	/* font-weight: bold; */
	border: 1px solid #fff;
	border-radius: 50%;
}

.page_2 a:hover {
	background: #B77A44;
	color: #fff;
}

.page_2 .prev:hover,
.page_2 .next:hover {
	background: #fff;
	color: #B77A44;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.page_2 .on {
	background: #B77A44;
	color: #fff;
}

.page_2 {
	margin-bottom: 115px;
}

.m16 {}

.m16 .t1 {
	text-align: center;
	font-size: 32px;
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #000000;
	padding-bottom: 30px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 30px;
}

.m16 .group .item .dm {
	border: 1px solid #E79F3D;
	border-radius: 10px;
	padding: 25px 75px;
	padding-right: 35px;
}

.m16 .group .item .t3 {}

.m16 .list {
	margin-bottom: 60px;
}

.m16 .list .tit {
	position: relative;
	padding-left: 32px;
	color: #1E1C1F;
	font-size: 20px;
	font-family: var(--primary-fm);
	font-weight: bold;
	margin-bottom: 35px;
}

.m16 .list .tit::before {
	content: '';
	width: 15px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 50%;
	display: inline-block;
	background: #E79F3D;
	transform: translate(0, -50%);
}

.m16 .list .group .item {
	margin-bottom: 20px;
}

.m16 .list .group .item .dm {
	font-family: var(--primary-fm);
}

.m16 .list .group .item .dm .t3 {
	color: #000000;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	background: url('../img/p39.png') right center no-repeat;
}

.m16 .list .group .item .dm .t3 .icon {
	position: absolute;
	left: -30px;
	top: 55%;
	transform: translate(0, -50%);
}

.m16 .list .group .item .dm .cn {
	font-size: 14px;
	display: none;
	margin-top: 15px;
}

.m16 .list .group .item_on .dm .cn {
	display: block;
}

.m16 .list .group .item_on .dm .t3 {
	background: url('../img/p38.png') right center no-repeat;
}

.m17 .tit {
	text-align: center;
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #1E1E1E;
	font-size: 32px;
	margin-bottom: 28px;
}

.m17 .t2 {
	text-align: center;
	font-size: 14px;
	color: #1E1E1E;
	padding-bottom: 18px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 48px;
}

.m17 .cn {
	color: #393939;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 65px;
}

.m17 .t3 {
	position: relative;
	margin: 45px 0;
}

.m17 .t3,
.m17 .t3 a {
	font-size: 14px;
	color: #000000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m17 .t3 a:hover {
	transform: translate(-10px, 0);
	text-decoration: underline;
}

.m17 .t3 .cen {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.m17 .t3 {
	margin-bottom: 80px;
}

.m18 {
	background: #FAF6F2;
}

.cm_title1 {
	text-align: center;
	font-size: 32px;
	color: #1E1E1E;
	font-family: var(--primary-fm);
	font-weight: bold;
	margin-bottom: 55px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 45px;
}

.m19 .from {
	width: 800px;
	margin: 0px auto;
}

.m19 .t1 {
	font-family: var(--primary-fm);
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-bottom: 30px;
}

.m19 .t1 span {
	color: #B40000;
}

.m19 .from .item {
	margin-bottom: 35px;
}

.m19 .from .item .t2 {
	font-family: var(--primary-fm);
	font-weight: bold;
	font-size: 14px;
	color: #B77A44;
	margin-bottom: 14px;
}

.m19 .from .item .t2 sup {
	color: #B40000;
}

.m19 .from .item .cell .text {
	width: 100%;
	display: block;
	height: 50px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 0px 2%;
}

.m19 .from .item .cell2 .text {
	width: 48%;
}


.m19 .from .item .cell textarea {
	width: 100%;
	display: block;
	height: 215px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 0px 2%;
}

.m19 .from .che {
	text-align: center;
	color: #3C3C3C;
	font-size: 14px;
	margin-bottom: 25px;
}

.m19 .from .che input {
	display: inline-block;
	position: absolute;
	opacity: 0;
}

.m19 .from .che a {
	text-decoration: underline;
	color: #000;
}

.m19 .from .che i {
	position: relative;
	top: 3px;
	border: 1px solid #B77A44;
	width: 16px;
	display: inline-block;
	height: 16px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 4px;
}

.m19 .from .sub {
	text-align: center;
}

.m19 .from .sub input {
	display: inline-block;
	border-radius: 50px;
	background: #B77A44;
	color: #fff;
	padding: 10px 75px;
	font-size: 16px;
}

.m19 {
	padding-bottom: 100px;
}

.m19 .from .che input:checked+i {
	background: url('../img/p41.png') center no-repeat;
}

.m20 {
	padding-bottom: 80px;
	position: relative;
	padding-top: 100px;
}

.m20 .txt {
	width: 560px;
	position: relative;
	z-index: 99;

}

.m20 .txt .t1 {
	color: #000;
	font-size: 30px;
	margin-bottom: 25px;
}

.m20 .txt .t2 {
	font-size: 40px;
	line-height: 52px;
	color: #000000;
	font-family: var(--primary-fm);
	font-weight: bold;
	margin-bottom: 20px;
}

.m20 .txt .cn {
	color: #000;
	font-size: 18px;
	line-height: 36px;
	text-indent: 2rem;
	margin-bottom: 30px;
}

.m20 .txt .but .it {
	margin-bottom: 15px;
}

.m20 .txt .but .it a {
	/* display: inline-block; */
	border: 2px solid #000;
	color: #000;
	padding: 10px 0;
	border-radius: 50px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.m20 .txt .but .it a:hover {
	background: #000;
	color: #fff;
}

.m20 .box2 {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 9;
	transform: translate(-50%, 0);
}

.m20 .rit_icon {
	position: absolute;
	width: 60%;
	height: 500px;
	background: #FAF6F2;
	right: 0px;
	top: 100px;
}

.m21 .rit_icon {
	position: absolute;
	width: 60%;
	height: 500px;
	background: #FAF6F2;
	right: auto;
	left: 0px;
	top: 100px;
}

.m20 {
	margin-bottom: 130px;
}

.cm_title2 {
	text-align: center;
	font-size: 32px;
	color: #1E1E1E;
	font-family: var(--primary-fm);
	font-weight: bold;
	margin-bottom: 75px;

}

.m22 {
	padding-bottom: 105px;
}

.m22 .t1 {
	margin-bottom: 60px;
}

.m22 .t2 {
	background: #FAF6F2;
	padding: 30px 40px;
}

.m22 .t2 .t2_1 {
	color: #000;
	font-size: 24px;
	font-family: var(--primary-fm);
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(72, 41, 17, 0.6);
	margin-bottom: 15px;
}

.m22 .t2 .cn {
	font-size: 18px;
	font-family: var(--primary-fm);
	line-height: 45px;
	color: #000;
}

.m19 .from .item_big .item {
	width: 48%;
}

.m19 .from .item_file .cell .item_file_box {
	width: 20%;
	position: relative;
	margin-right: 2%;
}

.m19 .from .item_file .cell .item_file_box .input_file {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.m19 .from .item_file .cell img {
	width: 100%;
	height: 150px;
}

.m19 .from .item_lab_che .cell .lb_che {
	color: #000;
	font-size: 14px;
	font-family: var(--primary-fm);
	font-weight: bold;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 15px;
}

.m19 .from .item_lab_che .cell .lb_che i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #9A9A9A;
	position: relative;
	margin-right: 4px;
	top: 4px;
}

.m19 .from .item_lab_che .cell .lb_che input {
	position: absolute;
	left: 0px;
	top: auto;
	opacity: 0;
}

.m19 .from .item_lab_che input:checked+i {
	background: url('../img/p46.png') center no-repeat;
}

.m23 {
	margin-bottom: 30px;
}

.m23 .t2 span {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	margin-right: 10px;
}

.m23 .t2_cle .t2_1 {
	font-size: 14px;
	margin-top: 6px;
}

.m23 .t2 select {
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.m23 .m2 {
	padding: 0px;
	margin-top: 30px;
	background: none;
}

.m23 .m2 .gp .item_pic {
	width: 23.4%;
	margin-right: 2%;
	position: relative;
	float: left;
	margin-bottom: 50px;
}

.m23 .m2 .gp .item_pic:nth-child(4n) {
	margin-right: 0px;
}

.m23 .m2::before {
	display: none;
}

.m24 {
	display: flex;
}

.m24 .let {
	width: 600px;
	overflow: hidden;
}



.m24 .let .gp .it {
	width: 13.2%;
	margin-right: 1.2%;
	/* opacity: 0.4; */
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m24 .let .gp .it:last-child {
	margin-right: 0px;
}


.m24 .let .gp .it:hover {
	opacity: 1;
}

.m24 .let .gp .it {
	border: 1px solid #F2E9E7;
	border-radius: 10px;
}

.m24 .let .gp .on {
	opacity: 1;
	border: 1px solid #B77B45;
}

.m24 .cn {
	flex: 1;
	padding-left: 30px;
	font-family: var(--primary-fm);
}

.m24 .cn .t1 {
	font-size: 30px;
	color: #000;

	line-height: 45px;
	font-weight: bold;
	margin-bottom: 5px;
}

.m24 .cn .t1 .icon {
	background: #FF84E4;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	line-height: normal;
	position: relative;
	top: -4px;
}

.m24 .cn .t1 .icon1 {
	background: #8784FF;
}


.m24 .cn .t1 .icon2 {
	background: #FFA284;
}



.m24 .cn .t2 {
	font-size: 16px;
	color: #808080;
	margin-bottom: 5px;
}

.m24 .cn .t3 .lt {
	color: #999999;
	font-size: 28px;
	margin-right: 20px;
}

.m24 .cn .t3 .lt .del {
	text-decoration: line-through
}

.m24 .cn .t3 .lt .txt_2 {
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	bottom: 1px;
}

.m24 .cn .t3 .lt .txt_1 {
	font-weight: bold;
}

.m24 .cn .t3 .lt2 {
	color: #000;
}

.m24 .cn .t4 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin: 13px 0px 15px;
}

.m24 .cn .t5 {
	color: #CA001E;
	margin-bottom: 15px;
}

.m24 .cn .t6 {
	color: #333;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
}

.m24 .cn .t7 .lt .text {
	width: 80px;
	border: 0px none;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	background: none !important;
}

.m24 .cn .t7 .lt img {
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
}

.m24 .cn .t7 .bts {
	margin-left: 15px;
}

.m24 .cn .t7 .bts a {
	/*background: #000;*/
	border: 1px solid #000;
	font-size: 14px;
	color: #000;
	padding: 0px 40px;
	line-height: 60px;
	border-radius: 50px;
}

.m24 .cn .t7 .bts .bt_2 {
	padding: 0 20px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.m24 .cn .t7 .bts a:hover {
	background: #000;
	color: #fff;
}

.m24 .cn .t7 .bts .bt_1 {
	margin-right: 15px;
}

.m24 .cn .t9 {
	margin-bottom: 20px;
}

.m24 .cn .t9 .t9_1 {
	font-size: 14px;
	color: #222222;
	margin-bottom: 15px;
}

.m24 .cn .t9 .gp .lt {
	width: 78px;
	height: 78px;
	border: 1px solid #F2E9E7;
	border-radius: 10px;
	margin-right: 12px;
}

.m24 .cn .t9 .gp .lt a {
	display: block;
}

.m24 .cn .t9 .gp .lt_on {
	border: 1px solid #B77A44
}

.m24 .cn .t9 .gp2 .lt {
	border: 1px solid #F2E9E7;
	border-radius: 25px;
	margin-right: 12px;
	color: #333333;
	font-size: 14px;
	padding: 4px 14px;
}

.m24 .cn .t9 .gp2 .lt a {
	display: block;
}

.m24 .cn .t9 .gp2 .lt:hover {
	border: 1px solid #B77A44;
}

.m24 .cn .t9 .gp2 .lt:hover a {
	color: #B77A44;
}

.m24 .cn .t9 .gp2 .lt_on {
	border: 1px solid #B77A44;
	color: #B77A44;
}

.m24 .cn .t9 .gp2 .lt_on a {
	color: #B77A44;
}

.m25 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.m26 {
	background: none;
	padding: 0px;
	padding-bottom: 70px;
}

.m27 {
	background: #FAF6F2;
	border-top: 1px solid #DFDFDF;
}

.cm_title3 {
	border-bottom: 1px solid #000;
}

.m27 .dm .item .nt span {
	font-weight: bold;
	padding: 0px;
	font-family: var(--primary-fm1);
}

.m27 .dm .item .cn {
	margin: 0px;
}

.m28 .dm {
	padding: 60px 200px;
	padding-top: 0px;
	font-family: var(--primary-fm);
}

.m28 .dm .t1 {
	font-weight: bold;
	margin-bottom: 44px;
	font-size: 36px;
	text-align: center;
}

.m28 .dm .list {
	margin-bottom: 45px;
}

.m28 .dm .list .t2 {
	font-family: var(--primary-fm1);
	font-size: 20px;
	margin-bottom: 20px;
}

.m28 .dm .list .cn {
	font-size: 14px;
	color: #000;
	line-height: 25px;
}

.m29 .dm {
	padding: 0;
}

.m29 .dm .list .cn {
	color: #333;
}

.m30 {
	padding-bottom: 80px;
	font-family: var(--primary-fm);
}

.m30 .list {
	margin-bottom: 40px;
}

.m30 .list .t1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}

.m30 .list .cn {
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	font-weight: bold;

}

.m30 .list .cn .it {
	padding: 20px 50px;
	border-bottom: 1px solid #E1E1E1;
}

.m30 .list .cn .t2 {}

.m30 .list .cn .it_2 {
	background: #FAF6F2;

}

.m30 .list .it_1 {
	background: url('../img/p50.png') 20px 25px no-repeat;
	cursor: pointer;
}

.m30 .list .cn .it_2 {
	display: none;
	background: url('../img/p51.png') 20px 25px no-repeat #FAF6F2;
}

.m30 .list .cn .th_list_on .it_2 {
	display: block;
}

.m31 {
	font-family: var(--primary-fm);
}

.m31 .pr_info {
	padding: 15px 30px;
	display: flex;
	align-items: center;
		position: relative;
}

.m31 .pr_info .pic {
	width: 205px;

}

.m31 .pr_info .pic .jiaobiao{
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    z-index: 99;
    text-align: center;
    font-size: 14px;
}
.m31 .pr_info .pic .jiaobiao .jb{
    width: 110px;
}
.m31 .pr_info .pic .jiaobiao span{
    position: absolute;
    top: 10px;
    left:: 4px;
    font-size: 11px;
}
.m31 .pr_info .pic img {
	width: 100%;
}

.m31 .pr_info .cn {

	font-weight: bold;
	flex: 1;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	line-height: 33px;
}

.m31 .pr_info .cn .cn_1 {
	color: #737373;
	font-size: 14px;
}

.m31 .table .tb table tr td {
	border: 1px solid #E6E6E6;
}

.m31 .pr_info2 {
	padding: 0px 60px;
	text-align: center;
	font-weight: bold;
}

.m31 .pr_info2 .t1 {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}

.m31 .pr_info2 .t2 {
	font-size: 12px;
}

.m31 .pr_info2 .t2 span {
	color: #CA001E;
	font-size: 17px;
}

.m31 .pr_info2 .t3 {
	margin-top: 15px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.m31 .pr_info2 .t3 .nub_box {
	display: inline-block;
	position: relative;
	margin-left: 12px;
}

.m31 .pr_info2 .t3 .nub_box input {
	border: 1px solid #E6E6E6;
	height: 27px;
	width: 100px;
	padding: 0px 5px;
	background: none;
	text-align: center;
}

.m31 .pr_info2 .t3 .nub_box .add {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

.m31 .pr_info2 .t3 .nub_box .jian {
	position: absolute;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
}

.m31 .pr_pri {
	padding: 0px 30px;
}

.m31 .pr_pri .t4 {
	margin-top: 20px;
}

.m31 .pr_pri .t4 a {
	display: inline-block;
	padding: 5px 0;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 0px 0px;
	font-size: 12px;
	border: 1px solid #E6E6E6;
	text-align: center;
	width: 110px;
}

.m31 .pr_pri .t4 a span {
	background: url('../img/p54.png') left 3px no-repeat;
	padding-left: 20px;
	display: inline-block;

}

.m31 .tab_buts {
	background: #F7F7F7;
	padding: 27px;
	border: 1px solid #E6E6E6;
	font-family: var(--primary-fm);
}

.m31 .tab_buts .tb_1 {
	text-align: right;
	font-size: 12px;
	color: #000;
	margin-bottom: 20px;
}

.m31 .tab_buts .tb_1 span {
	color: #CA001E;
	font-size: 20px;
	font-family: var(--primary-fm2);
	font-weight: bold;
}

.m31 .tab_buts .td_2 .bt_1 {
	border: 1px solid #A7520A;
	color: #A7520A;
	background: #FAF6F2;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 40px;
	border-radius: 50px;
}

.m31 .tab_buts .td_2 .bt_1:hover {
	/* border: 1px solid #000; */
	color: #fff;
	background: #B77A44;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	/*padding: 8px 70px;*/
	border-radius: 50px;
}

.m31_tb_list {
	padding: 8px 12px 4px;
	font-size: 14px;
	border: 1px solid #E6E6E6;
}

.m31_tb_item {
	margin-bottom: 20px;
}

.m31_tb_list .m32_3 .it {
	margin-left: 15px;
}

.m31 {
	margin-bottom: 80px;
}

.m32 .let {
	width: 55.5%;
}

.m32_1 {
	font-family: var(--primary-fm);
	border: 1px solid #E6E6E6;
	padding: 20px 30px;
	margin-bottom: 32px;
}

.cm_t1 {
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #A6A6A6;
}

.m32_1 .m32_1_cn .t2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.m32_1 .m32_1_cn .c {
	font-size: 14px;
	line-height: 25px;
}

.m32_1 .but {
	text-align: right;
}

.m32_1 .but input {
	display: inline-block;
	background: #EBEBEB;
	font-size: 12px;
	color: #505050;
	padding: 8px 20px;
	border: 1px solid #BBBBBB;
}

.m32_1 .dexts {
	background: #F7F7F7;
	font-size: 14px;
	color: #414141;
	line-height: 25px;
	padding: 5px 12px;
	margin-left: 20px;
	margin-top: 10px;
	border-radius: 5px;
}

.m32_2 {
	font-family: var(--primary-fm);
	border: 1px solid #E6E6E6;
	padding: 10px 30px;
	margin-bottom: 32px;
}

.m31_1 .pr_info .pic {
	width: 95px;
}

.m31_1 .pr_info .cn {
	font-size: 12px;
	line-height: 25px;
	text-align: left;
}

.m31 thead tr td {
	background: #F7F7F7;
	padding: 2px 10px;
	font-weight: bold;
}

.m31_1 table tr td {
	text-align: center;

}

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

.m31_1 table tbody tr td {
	font-size: 12px;
}

.m31_1 {
	margin-bottom: 20px;
}

.m32_3 .fm .it {
	position: relative;
	cursor: pointer;
	margin-bottom: 8px;
}

.m32_3 .fm .it i {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #999999;
	margin-right: 8px;
	position: relative;
	top: 1px;
	cursor: pointer;
}

.m32_3 .fm .it input {
	position: absolute;
	width: auto;
	height: auto;
	opacity: 0;
}

.m32_3 .fm .it input:checked+i {
	background: url('../img/p55.png') center no-repeat;
}

.m32_3 .gp .it {
	margin-top: 24px;
}

.m32_3 .gp .it .tt1 {
	font-size: 14px;
	font-family: var(--primary-fm1);
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.m32_3 .gp .it .cell .text {
	border: 1px solid #CCCCCC;
	height: 30px;
	border-radius: 4px;
	font-size: 14px;
	width: 100%;
}

.m32_3 .gp .it .cell .text2 {
	width: 25%;
}

.m32_3 .gp .it select {
	border: 1px solid #CCCCCC;
	height: 30px;
	border-radius: 4px;
	width: 100%;
	font-size: 14px;
}

.m32_3 .gp {
	padding-bottom: 25px;
}

.m32_3 .ttt {
	font-family: var(--primary-fm);
	font-weight: bold;
	color: #000;
	margin-bottom: 22px;
}

.m32 .rit {
	width: 42.5%;
}

.m32_3 .fm .it_2_text {
	margin-left: 25px;
}

.m32_3 .fm .it_2_text input {
	border: 1px solid #CCCCCC;
	height: 30px;
	border-radius: 4px;
	font-size: 14px;
	display: block;
	width: 100%;

	margin-bottom: 10px;
}

.m32_4 .it {
	font-family: var(--primary-fm);
	border-bottom: 1px solid #A6A6A6;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #000;
}

.m32_4 .it .nt {
	font-size: 16px;
	font-weight: bold;
}

.m32_4 .it2 .nt {
	font-size: 22px;
}

.m32_4 .it2 .cn {
	margin-top: 4px;
}

.m32_4 .it2 {
	margin-bottom: 30px;
}

.cm_mores2 input {
	display: block;
	width: 100%;
	padding: 16px 0;
	text-align: center;
}

.m33 {
	position: relative;
}

.m33 .bt a {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	border: 2px solid #000;
	padding: 15px 15px 15px 42px;
	border-radius: 30px;
}

.m33 .bt {
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 25px;
}

.m33 .bt .icon_1 {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
}

.m34 {
	margin-bottom: 50px;
	text-align: center;

}

.m34 a {
	border: 1px solid #E0E0E0;
	border-radius: 30px;
	padding: 14px 60px 14px 90px;
	position: relative;
	display: inline-block;
	margin: 0px 23.5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m34 a .icon {
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translate(0, -50%);
}

.m34 a .icon_2 {
	display: none;
}

.m34 a:hover {
	border: 1px solid #A7520A;
	background: #FAF6F2;
	color: #A7520A;
}

.m34 a:hover .icon_1 {
	display: none;
}

.m34 a:hover .icon_2 {
	display: inline-block;
}

.m34 a img {
	margin-right: 10px;
}

.m34 .on {
	border: 1px solid #A7520A;
	background: #FAF6F2;
	color: #A7520A;
}

.m34 .on .icon_1 {
	display: none;
}

.m34 .on .icon_2 {
	display: inline-block;
}

.m35 .table .tb table tr td {
	padding: 15px 35px;
}

.m35 .pr_info .pic {
	width: 200px;
	display: inline-block;
}

.m35 .pr_info {
	padding: 0px;
	display: block;
	text-align: center;
}

.m35 table tbody tr td {
	font-size: 14px;
}

.m35_2 {
	padding: 15px 35px;
	display: flex;
	border: 1px solid #E0E0E0;
	font-weight: bold;
	font-family: var(--primary-fm);
	align-items: center;
}

.m35_2 .let_2 {
	padding-left: 12px;
	flex: 1;
}

.m35_2 .let_3 {
	text-align: right;
}

.m35_3 {
	background: #F7F7F7;
}

.m35_2 .let a {
	text-decoration: underline;
}

.m35_3 .let_2 {
	text-align: center;
}

.m35 {
	margin-bottom: 50px;
}

.m36 table tbody tr td:nth-child(1) {
	background: #F5F5F5;
	padding: 0px 24px;
}

.m36 table tbody tr td label {
	position: relative;
	cursor: pointer;
}

.m36 table tbody tr td label input {
	position: absolute;
	opacity: 0;
}

.m36 table tbody tr td label i {
	border: 1px solid #FFA0A0;
	width: 14px;

	height: 14px;
	display: inline-block;
}

.m36 table tbody tr td label input:checked+i {
	background: url('../img/p67.png') center no-repeat;
}

.m31 .pr_info2 .t9 {
	margin-top: 20px;
}

.m31 .pr_info2 .t9 a {
	background: #B77A44;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 8px 0;
	width: 100%;
	position: relative;
}


.m31 .pr_info2 .t10 a {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.m36 .all_sel {
	margin-top: 40px;
}

.m36 .all_sel a {
	padding-left: 50px;
	position: relative;
}

.m36 .all_sel input {
	position: absolute;
	left: 30px;
	top: 45%;
	transform: translate(0, -50%);
}

.m19 .from .item .cell select {
	width: 100%;
	display: block;
	height: 45px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	padding: 0px 2%;
}

.m19 .from .item .cell2 select {
	width: 48%;
	/*Chrome和Firefox里面的边框是不一样的，重新覆盖一下*/

	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;

	-webkit-appearance: none;
	/*在选择框的最右侧中间显示下拉箭头图片*/
	background: url("../img/p56.png") right center no-repeat;
	background-size: auto 100%;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 20px;

}

.m37 .from .item_lab_che .cell .rio i {
	border: 1px solid #999999;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}

.m37 .from .item_lab_che .rio input:checked+i {
	background: url('../img/p55.png') center no-repeat;
}

.m37 .from .item .cell3 select {
	width: 120px;
	height: 40px;
}

.m37 .from .item .cell3 span {
	line-height: 40px;
	margin: 0px 8px;
}

.m37 .from .item_lab_che .ches2 input:checked+i {
	background: url('../img/p41.png') center no-repeat;
	background-size: cover;
	border: 0px none;
}

.m37 .from .item_lab_che .ches2 a {
	text-decoration: underline;
}

.m24 .let .fun {
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-bottom: 15px;
	border-radius: 20px;
}

.m24 .let .fun .link {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
	cursor: pointer;
	text-align: center;
	padding: 4px 0;
	width: 77px;
	/* height: 33px; */
	background: rgba(255, 255, 255, 0.8);
	border-radius: 30px 30px 30px 30px;
}

.m24 .let .fun .link .icon_2 {
	display: none;
}

.m24 .let .fun .link_on .icon_1 {
	display: none;
}

.m24 .let .fun .link_on .icon_2 {
	display: inline-block;
}

.m24 .let .fun .link_on {
	top: 15px;
}

.m100 {
	padding-bottom: 125px;
}

.m100 .box {
	width: 104%;
}

.m100 .box .item {
	width: 12.5%;
}

.m100 .box .item .chi_box {
	width: 110px;
	display: inline-block;
}

.m100 .box .item .pic {
	border-radius: 12px;
}

.m100 .box .item .tit {
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}


.m101 {
	margin-top: 105px;
	position: relative;
}

.m101 .w {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0);
}

.m101 .w .t1 {
	position: absolute;
	left: 0px;
	top: -60px;
	color: #482911;
	font-size: 80px;
	font-family: math;
	/* font-weight: bold; */
	letter-spacing: 2px;
}

.m102 {
	position: relative;
	z-index: 99;
	margin-bottom: 100px;
}

.m102 .box {
	padding: 60px 70px;
	font-family: var(--primary-fm);
	margin-top: -120px;
	background: rgba(250, 245, 242, 0.9);
}

.m102 .box .t1 {
	color: #000000;
	font-size: 34px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;

}

.m102 .box .cn {
	color: #000000;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
}

.m103 {
	margin-bottom: 90px;
}

.m103 .item .show_title {
	position: relative;
	background: #FAF5F2;
	padding: 25px 75px;
	cursor: pointer;
	font-family: var(--primary-fm);
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.m103 .item .show_title .nt {
	font-size: 16px;
	color: #000000;
}

.m103 .item .show_title .icons {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translate(0, -50%);
}

.m103 .item .show_title .icons .icon_2 {
	display: none;
}

.m103 .item .show_title .icon {
	width: 25px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0, -50%);
}

.m103 .item_on .icons .icon_1 {
	display: none;
}

.m103 .item_on .show_title .icons .icon_2 {
	display: inline-block;
}

.m103 .item .two_box {
	display: none;

}

.m103 .item_on .two_box {
	display: block;
}

.m103 .item .two_box .dm_th .lt {
	background: #fff;
	padding: 25px 75px;
	cursor: pointer;

	font-weight: bold;

}

.m104 .let_warp {
	width: 22%;
}

.m104 .rit_warp {
	width: 76%;
}

.cm_title4 {
	text-align: center;
	font-size: 32px;
	color: #000000;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.m105 ul li a {
	display: block;
	padding: 14px 15px 14px 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-left: 8px solid #fff;
	font-size: 14px;
	color: #3C4650;
}

.m105 ul li a:hover {
	background: #FAF6F2;
	border-left: 8px solid #EDB98A;
}

.m105 ul .on a {
	background: #FAF6F2;
	border-left: 8px solid #EDB98A;
}

.m106 {
	text-align: center;
	margin-top: 55px;
}

.m106 .tab {
	display: inline-block;
	background: #F3F2F3;
	padding: 5px;
	border-radius: 50px;
}

.m106 .tab span {
	display: inline-block;
	padding: 8px 20px;
	color: #373737;
	font-size: 24px;
	border-radius: 50px;
	cursor: pointer;
}

.m106 .tab span:hover {
	background: #EDB98A;
	color: #fff;
}

.m106 .tab .on {
	background: #EDB98A;
	color: #fff;
}

.m107 {
	margin: 35px auto;
	margin-bottom: 90px;
}

.m107 .list {
	color: #000000;
	font-size: 18px;
	line-height: 45px;
	font-family: var(--primary-fm);
}

.m108 {
	text-align: center;
	margin-bottom: 90px;
}

.m108 a {
	display: inline-block;
	border-radius: 30px;
	opacity: 1;
	font-size: 14px;
	color: #202020;
	padding: 10px 75px;
	border: 1px solid #000000;
	margin: 0px 20px;
}

.m108 a img {
	display: inline-block;
	margin-right: 10px;
}

.m10_1 .t1 {
	margin-bottom: 30px;
}

.m109 .t1_1 {
	font-size: 14px;
	color: #3C4650;
}

.m109 .t1_2 {
	color: #3C4650;
	font-size: 18px;
	margin: 10px 0px 15px;
}

.m109 .t1_3 {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	padding: 18px;
	display: flex;
	align-items: center;
}

.m109 .t1_3 .pic {
	width: 140px;
}

.m109 .t1_3 .pic .pic_img {
	width: 140px;
	height: 140px;
}

.m109 .t1_3 .cn {
	padding-left: 25px;
}

.m109 .t1_3 .cn .t1_3_1 {
	color: #000000;
	font-size: 18px;
}

.m109 .t1_3 .cn .t1_3_2 {
	color: #737373;
	font-size: 14px;
	margin-top: 5px;
}

.m110 {
	margin-top: 35px;
}

.m110 .t1_1 {
	color: #3C4650;
	font-size: 18px;
	margin-bottom: 20px;
}

.m110 .t1_1 sup {
	color: #FF2507;
}

.m110 .gp {
	background: #fff;
	border-radius: 5px;
}

.m110 .gp .items {
	font-family: var(--primary-fm);
	border-bottom: 1px solid #FAF6F2;
}

.m110 .gp .items .t {
	padding: 20px 50px;
	font-size: 14px;
	position: relative;
	color: #3A3A3A;
	cursor: pointer;

	font-weight: bold;
}

.m110 .gp .items .t i {
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #AAAAB4;
	opacity: 1;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

.m110 .gp .items_on .t i::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #B77A44;
	left: 54%;
	top: 48%;
	display: inline-block;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.m110 .gp .items .c {
	background: #FAF6F2;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 50px;
	margin-top: 0px;
	display: none;
}

.m110 .gp .items .c .c_1 {
	color: #2E2E2E;
	font-size: 14px;
	margin-bottom: 15px;
}

.m110 .gp .items .c .c_2 {
	color: #B77A44;
	font-size: 14px;
	line-height: 28px;
}

.m110 .gp .items .c .c_2 a {
	color: #B77A44;
}

.m110 .gp .items .c .c_2 a:hover {
	text-decoration: underline;
}

.m110 .gp .items_on .c {
	display: block;
}

.m111 {
	background: #fff;
	padding: 40px;
	border-radius: 7px;
	font-family: var(--primary-fm);
	margin-top: 45px;
}

.m111 .t1_1 {
	text-align: center;
	font-size: 16px;
	color: #3C4650;
}

.m111 .t1_2 {
	text-align: center;
	margin-top: 30px;
}

.m111 .t1_2 a {
	display: inline-block;
	background: #B77A44;
	border-radius: 50px;
	padding: 12px 50px;
	color: #fff;
}

.m27_no_m {
	margin-bottom: 0px;
}

.m27_2 .dm {
	padding: 70px 0;
}

.m112 {
	font-family: var(--primary-fm);
}

.m112 .title {
	color: #B77A44;
	font-size: 24px;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #B77A44;
}

.m112 .title .icon {
	position: absolute;
	left: 0px;
	top: -3px;
}

.m112 .gp .items {
	color: #000000;
	font-size: 16px;
	margin-bottom: 30px;
}

.m112 .gp .items .t1_1 {
	margin-bottom: 10px;
	font-weight: bold;
}

.m112 .gp .items .t1_2 {
	line-height: 32px;
}

.m113 {
	margin-bottom: 25px;
}

.m113 .items {
	width: 49%;
	font-family: var(--primary-fm);
	background: #fff;
	border-radius: 20px;
	text-align: center;
}

.m113 .items .it_dm {
	padding: 30px 105px;
}

.m113 .items .it_dm .t1_1 {
	color: #B77A44;
	font-weight: bold;
	font-size: 20px;
}

.m113 .items .it_dm .t1_1 img {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	vertical-align: sub;
}

.m113 .items .it_dm .t1_2 {
	margin: 24px 0;
}

.m113 .items .it_dm .t1_2 span {
	color: #333;
	font-weight: bold;
	display: inline-block;
	font-family: var(--primary-fm1);
	margin-right: 10px;
	text-decoration: underline;
}

.m113 .items .it_dm .t1_3 {
	font-size: 20px;
	font-family: var(--primary-fm1);
}

.m113 .items .it_dm .t1_3 span {
	font-size: 32px;
	color: #B77A44;
}

.m113 .items:nth-child(2) {
	float: right;
}

.m114s {
	color: #B42222;
	font-family: var(--primary-fm);
	font-size: 16px;
	line-height: 32px;
}

.m109_1 .t1_3 {
	margin-bottom: 25px;
}

.m109_1 .item .t2_1 {
	margin-bottom: 20px;
}

.m10_2 .t1 {
	padding-bottom: 55px;
	margin-bottom: 0px;
	border-bottom: 1px solid #DFDFDF;
}

.m28_2 .dm {
	padding: 0;

}

.m28_2 .list .cn {
	line-height: 25px;
}

.m32_8 .items {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.m32_8 .items .nt {
	width: 100px;
}

.m32_8 .items .cn {
	flex: 1;
	position: relative;
}

.m32_8 .items .cn input {
	display: block;
	width: 100%;
}
.m32_8 .items .cn select{
    	display: block;
	width: 100%;
	height: 38px;
	font-size: 14px;
	padding-left: 1%;
	border: 1px solid  #ccc;
}

.m32_8 .items .cn .icons {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 95%;
	z-index: 8;
}

.m32_6 {
	background: #F7F7F7;
	color: #414141;
	font-size: 14px;
	padding: 15px 20px;
	border-radius: ;
	line-height: 25px;
}

.m32 {
	margin-bottom: 90px;
}

.m32_7 {
	background: #FAF6F2;
	font-size: 14px;
	padding: 15px 20px;
	margin-bottom: 25px;
}


.m114 {
	padding: 15px 0;
	background: #FAF6F2;
	padding-bottom: 200px;
}

.m114 .let_warp {
	width: 17%;
}

.m114 .let_warp .item {
	margin-bottom: 8px;
	background: #fff;
}

.m114 .let_warp .item a {
	display: block;
	color: #000;
	font-family: var(--primary-fm);
	font-weight: bold;
	padding: 10px 10px 10px 85px;
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	border-left: 5px solid #EDB98A;
}

.m114 .let_warp .item_on a {
	border-left: 5px solid #EDB98A;
}

.m114 .let_warp .item a:hover {

	color: #fff;
}

.m114 .let_warp .item:hover {
	background: #EDB98A;
}

.m114 .let_warp .item .icon_1 {
	background: url('../images/p50.png') 45px center no-repeat;
}

.m114 .let_warp .item .icon_2 {
	background: url('../images/p51.png') 45px center no-repeat;
}

.m114 .let_warp .item .icon_3 {
	background: url('../images/p49.png') 45px center no-repeat;
}

.m114 .let_warp .item .icon_4 {
	background: url('../images/p52.png') 45px center no-repeat;
}


.m114 .let_warp .item:hover .icon_1 {
	background: url('../images/p56.png') 45px center no-repeat;
}

.m114 .let_warp .item:hover .icon_2 {
	background: url('../images/p57.png') 45px center no-repeat;
}

.m114 .let_warp .item:hover .icon_3 {
	background: url('../images/p55.png') 45px center no-repeat;
}

.m114 .let_warp .item:hover .icon_4 {
	background: url('../images/p58.png') 45px center no-repeat;
}

.m114 .let_warp .item_on .icon_1 {
	background: url('../images/p56.png') 45px center no-repeat;
}

.m114 .let_warp .item_on .icon_2 {
	background: url('../images/p57.png') 45px center no-repeat;
}

.m114 .let_warp .item_on .icon_3 {
	background: url('../images/p55.png') 45px center no-repeat;
}

.m114 .let_warp .item_on .icon_4 {
	background: url('../images/p58.png') 45px center no-repeat;
}

.m114 .let_warp .item_on {
	background: #EDB98A;
}

.m114 .let_warp .item_on a {
	color: #fff;
}

.m114 .rit_warp {
	width: 81%;
}

.m115 {

	display: flex;
	align-items: center;
	/* margin-bottom: 40px; */

}

.m115 .pic {}

.m115 .cmn {
	flex: 1;
	padding-left: 30px;
	color: #000;
	position: relative;
	font-size: 24px;
}

.m115 .cmn span {
	font-size: 15px;
}

.m115_warp {
	background: #fff;
	padding: 30px 40px;
	border-radius: 10px;
}

.m36,
.m35,
.m37 {
	margin: 0px auto;
	margin-top: 30px;
}

.m115 .user_md {
	border: 1px solid #000;
	padding: 10px 15px 10px 40px;
	border-radius: 30px;
	position: absolute;
	right: 40px;
	top: 50%;
	background: url('../images/p54.png') 15px center no-repeat;
	color: #000;
	font-family: var(--primary-fm);
	font-weight: bold;
	font-size: 14px;
	transform: translate(0, -50%);
}


.m35 .table .tb table tr td .cns {
	font-weight: bold;
	flex: 1;
	padding-left: 15px;
	color: #000;
	font-size: 16px;
	line-height: 33px;
	text-align: left;
}

.m35 .table .tb table tr td .cns .cn_1 {
	color: #737373;
	font-size: 14px;
}

.m37_2 .from .item .t2 {
	color: #000;
}

.m8_2 .m8_box {
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0%, 0%);
	background: #fff;
	/* border-radius: 8px; */
	width: 100%;
	z-index: 1000;
}

.m8_2 .m8_box .m8_dm .form {
	width: 570px;
	margin: 0px auto;
}

.m8_2 .m8_box .m8_dm .t4 {
	margin-top: 30px;
}

.phont_head .logoss{
    width: 100%;
    text-align: center;
}
.phont_head .logoss a{
    display: inline-block;
}
#phone_show{
    position: absolute;
    left: 10px;
    margin-top: 0px !important;
    top: 50%;
    transform: translate(0%, -50%);
}

.phont_head  .sousuosa{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}
