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


/* 禁止文本选中 */
* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome, Opera, Safari */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;            /* Non-prefixed version, currently supported by most browsers */
}

:root {
	--primary-color: #CFB189;
	--primary-color2: #1a1c29;
	--primary-fm: 'MyriadPro Regular';
}

.nav {
	background: #fff;
	position: relative;
	z-index: 10;
}
.nav .logo {
	margin-top: 15px;
	font-family: 'MyriadPro Regular';
	font-size: 17px;
	font-weight: bold;
}
.nav .logo  a{
	display: flex;
	align-items: center;
}

.nav .logo img {
	width: 50px;
}

.nav .map {
	font-size: 16px;
	color: #B4814A;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-left: 40px;
	margin-top: 25px;
}

.nav .map .icon_l {
	width: 14px;
}

.nav .map .icon_r {
	width: 10px;
}

.nav .map span {
	flex: 1;
	display: inline-block;
	padding: 0px 8px 0px 4px;
	 white-space: nowrap;
}

.nav .group ul li {
	/*margin-left: 40px;*/
}

.nav .group ul li .li_a {
	color: #272848;
	font-size: 16px;
	display: inline-block;
	padding: 27px 15px;
}

.nav .group ul .on .li_a {
	background: #F79206;
	color: #fff;
}

.nav .group ul li:hover .li_a {
	background: #F79206;
	color: #fff;
}

.nav .group .tel {
	display: flex;
	align-items: center;
	margin-top: 23px;
	margin-left: 80px;
}

.nav .group .tel img {
	width: 30px;
}

.nav .group .tel span {
	color: #D21010;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-left: 12px;
}

.nav .group .lang {
	display: flex;
	align-items: center;
	margin-left: 40px;
 
	padding: 22px 10px;
	/* border-radius: 10px; */
		background: #7a7572;
}

.nav .group .lang .icon_l {
	width: 22px;
}

.nav .group .lang span {
	flex: 1;
	display: inline-block;
	margin-left: 10px;
	/*padding: 0px 8px;*/

	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 10px;
}

.nav .group .lang .icon_r {
	width: 10px;
}

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

.weizhi {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 25%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.weizhi a {
	color: #fff;
	display: inline-block;
	margin: 0px 4px;
}

.weizhi .on,
.weizhi a:hover {
	color: #f79206;
}

.weizhi2 {
	position: relative;
	width: 100%;
	left: auto;
	text-align: left;
	top: auto;
	color: #333333;
}

.weizhi2 a {
	color: #333333;
}

.child_banner .t1 {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0px;
	font-size: 28px;
	font-family: monospace;
	font-weight: bold;
	top: 35%;
}

.m10 {
	background: #fff;
	border-radius: 10px;
	margin-top: -210px;
	position: relative;
	z-index: 10;
}

.m10 .dm {
	padding: 55px 45px;
	/* text-align: left; */
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.m10 .dm .t1 {
	color: #333333;
	font-size:16px;
	font-family: monospace;
	/* margin-bottom: 20px; */
	/* font-weight: bold; */
}

.m10 .dm .t2 {
	color: #333333;
	 
	font-size: 16px;
	font-family: monospace;
	/* font-weight: bold; */
}

.m11 {
	margin-top: 120px;
}

.m11 .group .item {
	background: #fff;
	font-family: monospace;
	margin-bottom: 180px;
}

.m11 .group .item .cont {
	padding: 100px 30px;
	position: relative;
	font-weight: bold;
}

.m11 .group .item .cont .t1 {
	color: #333;
	font-size: 30px;
	margin-bottom: 52px;
	position: relative;

}

.m11 .group .item .cont .t1::before {
	content: '';
	position: absolute;
	width: 110px;
	height: 2px;
	background: #F79206;
	display: inline-block;
	left: 0px;
	bottom: -20px;
}

.m11 .group .item .cont .cn .txt {
	width: 360px;
	color: #333;
	font-size: 24px;
	text-align: justify;
}

.m11 .group .item .cont .pic {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.m11 .group .item:nth-child(2n) .cont .pic {
	right: auto;
	left: 0px;
}

.m11 .group .item:nth-child(2n) .cont {
	padding-left: 55%;
}

.link_md {
	background: #FBF8F4;
	padding: 40px 0;
}

.link_md .group .item {}

.link_md .t1 {
	margin-bottom: 20px;
	font-family: monospace;
	font-weight: bold;
	color: #272848;
	font-size: 20px;
}

.link_md .link_a {
	display: block;
	color: #272848;
	font-size: 16px;
	/*background: #FFFFFF;*/
	text-align: center;
	/*padding: 14px 0;*/
}

.link_md .link_a:hover{
    text-decoration: underline;
}

.link_md .group {
	overflow: hidden;
}

.footer {
	background: #F4EFE9;
	padding: 35px 0 20px;
}

.footer .f_1 a {
	color: #272848;
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
	float: left;
	text-decoration: underline;
}

.footer .tels .tttt{
    font-size: 17px;
    font-weight: bold;
}

.footer .tels .tel_nub{
    	color: #D21010;
	font-size: 20px;
	font-weight: bold;
}
.footer  .tels .tttt1{
    font-size: 24px;
}
.footer .f_1 a:hover {
	text-decoration: underline;
}

.footer .f_2 {
	position: relative;
	/*margin-top: 10px;*/
}

.footer .tels {
 text-align: center;

}

.footer .tels img {
	width: 20px;
}

.footer .tel span {
	flex: 1;
	color: #D21010;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-left: 12px;
}

.footer .f_3 {
	display: flex;
  position: absolute;
  right: 80px;
	margin-top:20px;
	top: 0px;
 
}
.footer .f_3 .tels{
    flex: 1;
}


.footer .tels .boxa{
    display: inline-block;
    margin-right: -20vw;
}
.footer .tels .boxa span{
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin-left: 5px;
}

.footer .f_3 .lt {
	margin-left: 30px;
	text-align: center;
}

.footer .f_3 .lt .pic img {
	width: 68px;
	height: 68px;
	border-radius: 50%;
}

.footer .f_3 .lt .t1 {
	color: #272848;
	font-size: 14px;
	margin-top: 8px;
}

.footer .copy {
	border-top: 1px solid #DCD4CB;

	margin-top: 40px;
	color: #272848;
	font-size: 14px;
	text-align: center;
	/* padding-bottom: 20px; */
	padding-top: 20px;
}

.footer .boxsssss{
    position: relative;
}

.nav_warp {
	background: #fff;
	position: relative;
}
.nav_warp .rit_zz_ii{
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	background: #7a7572;
}



/* 下拉菜单样式 */
.nav_warp .dropdown {
	position: relative;
	cursor: pointer;
}

.nav_warp .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 1000;
}

.nav_warp .dropdown-menu li {
	border-bottom: 1px solid #f0f0f0;
}

.nav_warp .dropdown-menu li:last-child {
	border-bottom: none;
}

.nav_warp .dropdown-menu a {
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.2s;
}

.nav_warp .dropdown-menu a:hover {
	background-color: #f5f5f5;
}

.nav_warp .dropdown.active .dropdown-menu {
	display: block;
}

.nav_warp .dropdown-arrow {
	transition: transform 0.2s;
}

.nav_warp .dropdown.active .dropdown-arrow {
	transform: rotate(180deg);
}

.nav_warp .dropdown-menu li {
	margin-left: 0px !important;
}

.banner .item {
	height: 840px;
	position: relative;
}

.banner {
	overflow: hidden;
	width: 100%;
	height: 840px;
	position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 80px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 0.4;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.banner  .box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}

.banner  .box .t1 {
	font-family: monospace;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 60px;
}

.banner  .box .t2 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px 0 80px;
}

.banner  .box .sousuo,
.child_banner2 .sousuo{
	width: 630px;
	position: relative;
	display: flex;
	padding: 20px 0;
	align-items: center;
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(24px);
	border-radius: 4px;
}

.banner  .box .sousuo .icon,
.child_banner2 .sousuo .icon{
	margin-left: 24px;
}

.banner  .box .sousuo .icon img,
,
.child_banner2 .sousuo .icon img{
	width: 16px;
}

.banner  .box .sousuo .map,
.child_banner2 .sousuo .map{
	margin: 0px 14px 0 8px;
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-right: 14px;
	border-right: 1px solid #fff;
}

.banner  .box .sousuo .text,
.child_banner2 .sousuo .text {
	flex: 1;
	background: none;
	color: #fff;
}

.banner  .box .sousuo .text::placeholder,
.child_banner2 .sousuo .text::placeholder{
	/* 样式规则 */
	color: #fff;
}

.banner  .box .sousuo .but,
.child_banner2 .sousuo .but{
	width: 120px;
	color: #F79206;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	border-radius: 0 4px 4px 0;
}

.m1 {
	background: url('../img/p18.png') center no-repeat;
	background-size: cover;
	padding: 50px 0 ;
}

.m1 .t1 {
	font-family: monospace;
	color: #272848;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 40px;
}

.m1 .c {
	color: #7A7A81;
	font-size: 16px;
	line-height: 28px;
}

.m2 {
	background: url('../img/p19.png') center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.cm_titles {
	color: #272848;
	font-weight: bold;
	font-size: 32px;
	font-family: monospace;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

.cm_titles i {
	position: absolute;
	width: 41px;
	display: inline-block;
	height: 4px;
	left: 0px;
	bottom: 0px;
	background: #F79206;
}

.m2_group {
	display: flex;
	flex-wrap: wrap;
}

.m2_group .item {
	width: calc(33% - 20px);
	position: relative;
 margin: 0px 10px;
	margin-bottom: 32px;
}

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

.m2_group .item .bottom_info {
	bottom: 10px;
	position: absolute;
	width: calc(100% - 40px);
	color: #fff;
	padding: 0px 20px;
	left: 0px;
}
.m2_group .item .bottom_info .t1{
    display: flex;
}
.m2_group .item .bottom_info .t1 .nt {
	font-size: 18px;
	display: inline-block;
	flex: 1;
	font-weight: bold;
}

.m2_group .item .bottom_info .t1 .price {

	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}

.m2_group .item .bottom_info .t1 .price span {
	font-size: 20px;
}

.m2_group .item .bottom_info .t1 .price font {
	font-size: 14px;
	opacity: .8;
}

.m2_group .item .bottom_info .t1 {
	margin-bottom: 5px;
}

.m2_group .item .bottom_info .t2 {
	font-size: 13px;
	color: #FFFFFF;
}

.m2_group .item .bottom_info .t2 .lt {
	width: 33%;
}
.m2_group .item .bottom_info .t2 .lt img{
	width: 20px;
}

 

.common_more {}

.common_more a {
	display: flex;
	align-items: center;
	border: 1px solid #D2D2D2;
	font-size: 14px;
	color: #7A7A81;
	padding: 12px 24px;
}

.common_more a img {
	width: 20px;
	display: inline-block;
	margin-left: 8px;
}

.m3 {
	background: #BEAD9E;
	padding: 50px 0;
	overflow: hidden;
}

.m3 .cm_tit {
	text-align: center;
	color: #fff;
	font-family: monospace;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 80px;
}
.m3 .group{
	display: flex;
	flex-wrap: wrap;
}
.m3 .group .item {
	width: calc(25% - 4%);
	margin-right: 5%;
	text-align: center;
	margin-bottom: 60px;
	float: left;
}

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

.m3 .group .item .pic img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.m3 .group .item .t1 {
	font-size: 24px;
	color: 24px;
	font-family: monospace;
	color: #fff;
	margin: 20px 0 8px;
	font-weight: bold;
}

.m3 .group .item .t2 {
	font-size: 14px;
	color: #fff;
}

.m4 {
	padding: 50px 0;
}

.m4_1 {
	margin-bottom: 20px;
}

.m4_1 .lt {
	/* display: flex; */
	align-items: center;
	margin-bottom: 12px;
}

.m4_1 .lt .nt {
	color: #272848;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.m4_1 .lt .gp {
	/* flex: 1; */
	display: flex;
	flex-wrap: wrap;
}

.m4_1 .lt .gp a {
	display: inline-block;
	color: #7A7A81;
	padding: 4px 10px;
	margin-right: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.m4_1 .lt .gp a:hover {
	background: #F79206;
	color: #fff;
}

.m4_1 .lt .gp .on {
	background: #F79206;
	color: #fff;
}

.m5 {
	background: #F4EFE9;
	padding: 50px 0;
}

.m5 .group {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.m5 .group .item {
	width: calc(33% - 20px);
	background: #fff;
	margin-right: 32px;
	margin-bottom: 32px;
}

.m5 .group .item:hover {
	background: url('../img/p13.png') center no-repeat;
	background-size: cover;
}



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

.m5 .group .item a {
	display: block;
	padding: 40px;
}

.m5 .group .item .more img {
	width: 20px;
}

.m5 .group .item .t1 {
	color: #4A306F;
}

.m5 .group .item .t1 span {
	color: #4A306F;
	display: inline-block;
	margin: 0px 4px;
}

.m5 .group .item .t2 {
	color: #272848;
	margin: 15px 0;
	font-size: 20px;
	font-weight: bold;
}

.m5 .group .item .t3 {
	font-size: 16px;
	color: #6C6D8A;
	margin-bottom: 20px;
}

.m5 .group .item .more span {
	color: #B3B4C5;
	font-size: 14px;
}

.m5 .group .item .more img {
	display: inline-block;
}

.m5 .group .item:hover * {
	color: #fff !important;
}

.child_banner2 {
	height: 388px;
	position: relative;

}
.child_banner2 .sousuo{
     top: 40%;
}

.child_banner2 .sousuo .text{
    padding-left: 2%;
}

.m6 {
	background: #f4efe9;
	padding: 50px 0 80px;
}

.m6_1 {
	/* display: flex; */
	/* align-items: center; */
	font-family: monospace;
	padding: 50px 0;

}

.m6_1 .title {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;

}

.m6_1 .cn {
	flex: 1;
	/* padding-left: 60px; */
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.m6_3 {
	padding: 50px 0 75px;
}

.m12 {
	padding-top: 50px;
	margin-bottom: 30px;
}

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

.m13 .t1 {
	font-size: 40px;
	color: #333333;
	font-family: monospace;
	font-weight: bold;
}

.m13 .t2 .lt {
	display: flex;
	align-items: center;
	color: #666666;
	float: left;
	font-size: 16px;
	margin-right: 40px;
}

.m13 .t2 .lt img {
	width: 18px;
	margin-right: 5px;
}

.m13 .t2 .lt span {
	color: #666666;
}

.m13 {
	position: relative;
}

.m13 .t3 {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #b4814a;
	font-weight: bold;
	font-size: 20px;
}

.m13 .t3 span {
	font-size: 40px;

}

.m13 {
	margin-bottom: 35px;
}

.m14 {
	display: flex;
}

.m14 .let {
	width: 49%;
	position: relative;
}
.m14 .let img{
    width: 100%;
}
.m14 .let .msg{
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: none;
    position: absolute;
	left: 0px;
	display: none;
	top: 0;
	width: 100%;
	height: 97%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}
.m14 .let:hover .msg{
   display: block;
}
.m14 .let .icon img{
    width: 25px;
     margin-bottom: 10px;
}
.m14 .group {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

.m14 .let .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}



.m14 .group .lt {
	width: 48%;
	height: 265px;
	position: relative;
	margin-right: 1%;
	margin-bottom: 0px;
}

.m14 .group .lt:nth-child(2n) {
	margin-right: 0px;
}

.m14 .group .lt .msg {
	position: absolute;
	left: 0px;
	display: none;
	top: 0;
	width: 100%;
	height: 97%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}

.m14 .group .lt .msg .icon {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.m14 .group .lt .msg .icon p {
	margin-top: 10px;
}

.m14 .group .lt:hover .msg {
	display: block;
}

.cm_titles2 {
	background: #f4efe9;
	padding: 15px;
	color: #af7e4a;
	font-weight: bold;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.cm_titles2 img {
	display: inline-block;
	margin-right: 5px;
}

.m15 .cont .box1 {
	padding: 40px 0;
}

.m15 .cont .box1 .lt {
	float: left;
	display: flex;
	align-items: center;
	margin-right: 75px;
}

.m15 .cont .box1 .lt img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.m15 .cont .box1 .lt .cn {
	padding-left: 10px;
}

.m15 .cont .box1 .lt .cn p {
	color: #b78b5d;
	font-size: 16px;
}

.m15 .cont .box1 .lt .cn b {
	color: #b78b5d;
	font-size: 18px;
	font-weight: bold;
}

.m15 .cont .cn_conts {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
}
.m15 .cont .cn_conts *{
	color: #333333 !important;
	font-size: 18px !important;
	line-height: 32px !important;
	font-family: monospace !important;
}

.m15 {
	margin-bottom: 40px;
}

.m16 .table {
	margin-top: 30px;
}

.m16 .table table {
	width: 100%;
	border-collapse: collapse;
}

.m16 .table table thead {
	padding: 0px 100px;
}

.m16 .table table thead tr td {
	background: #af7e4a;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}

/*.m16 .table table tr td:nth-child(1) {*/
/*	padding-left: 100px;*/
/*}*/

.m16 .table tbody tr td {
	padding: 15px 0;
	text-align: center;
}

.m16 .table tbody tr td a {
	color: #af7e4a;
}

.m16 .table tbody tr td a:hover {
	text-decoration: underline;
}

.m16 .tab_cont {
	color: #8e5b25;
	font-size: 16px;
	margin-top: 20px;
	background: #f4efe9;
	padding: 30px;
}

.m16 .tels {
	background: #ec8e19;
	padding: 15px 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.m16 .tels img {
	display: inline-block;
	margin-right: 10px;
}

.m16 .tels a {
	display: inline-block;
	background: #fff;
	color: #ec8e19;
	font-size: 24px;
	margin-left: 110px;
	border-radius: 5px;
	padding: 15px 32px;
}

.m17 {
	margin-bottom: 35px;
}

.m17 .cont {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.m17 .cont img {
	width: 60px;
}

.m17 .cont .cc {
	flex: 1;
	color: #e21422;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
}

.m17 .gp .item {
	margin-top: 25px;
}

.m17 .gp .item .t1 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.m17 .gp .item .cp {
	display: flex;
	flex-wrap: wrap;
}

.m17 .gp .item .cp .lt {
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-size: 16px;
}

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

.m18 .maps {
	width: 100%;
	height: 580px;
	margin-top: 20px;
	position: relative;
}

.m18 .maps iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border: 0px;
}

.m19 {
	margin-top: 50px;
}

.m19 .gp .item {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #f5f5f5;
}

.m19 .gp .item .t1 {
	font-size: 16px;
	color: #333333;
}

.m19 .gp .item .t2 {
	font-size: 14px;
	margin-top: 5px;
	color: #666666;
}

.m19 .gp .item .more {
	position: absolute;
	right: 0px;
	color: #333333;
	font-size: 14px;
	top: 50%;
	transform: translate(0, -50%);
}

.m19 .gp .item .more img {
	margin-left: 5px;
	display: inline-block;
}

.m19 .gp .item .more:hover {
	color: #ec8e19;
}

.m19 .gp .item .more .icon_2 {
	display: none;
}

.m19 .gp .item .more:hover .icon_1 {
	display: none;
}

.m19 .gp .item .more:hover .icon_2 {
	display: inline-block;
}

.m19 .gp .item:hover {
	border-bottom: 1px solid #ec8e19;
}

.m19 .gp .item:hover .t2 {
	color: #ec8e19;
}

.m19 .gp {
	margin-bottom: 30px;
}

.m20 {
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}
.m20 .switerp2{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}
.m20s .switerp2{
	display: block !important;
}
.m20 .switerp2 .item_wp{
	width: 23%;
	margin: 15px 1%;
}
.m20 .item .pic {
	position: relative;
}

.m20 .item .btom_info {
	/* position: absolute;
	bottom: 10px;
	left: 0px; */
	/* width: calc(100% - 20px);
	padding: 0px 10px; */
	color: #333;
	padding-top: 10px;
	text-align: left;
	/* display: flex;
	align-items: center; */
}

.m20 .item .btom_info .name {
	color: #333;
	font-weight: bold;
	/* border-bottom: 1px solid #333; */
	/* padding-bottom: 10px; */
}


.m20 .item .btom_info .price span {
	/*font-size: 22px;*/
	/*margin-left: 10px;*/
}

.m20 .switerp .prev {
	left: 11%;
	top: 65%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	transform: translate(0, -50%);
}

.m20 .switerp .next {
	right: 11%;
	top: 65%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	transform: translate(0, -50%);
}


.m20 .switerp .prev .icon_2 {
	display: none;
}


.m20 .switerp .next .icon_2 {
	display: none;
}

.m20 .switerp .prev:hover .icon_1,
.m20 .switerp .next:hover .icon_1 {
	display: none;
}

.m20 .switerp .prev:hover .icon_2,
.m20 .switerp .next:hover .icon_2 {
	display: inline-block;
}

.xiangce_pop {
	/*display: none;*/
	/*position: fixed;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*left: 0px;*/
	/*top: 0px;*/
	/*z-index: 10000000;*/
}

.xiangce_pop .zzsszz {
	/*position: absolute;*/
	/*left: 0px;*/
	/*z-index: 10000;*/
	/*top: 0px;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background: rgba(0, 0, 0, 0.3);*/
}

.xiangce_pop .box {
	/*position: fixed;*/
	/*left: 50%;*/
	/*z-index: 100001;*/
	/*top: 50%;*/
	/*background: #fff;*/
	/*border-radius: 5px;*/
	/*transform: translate(-50%, -50%);*/
}

.xiangce_pop .box .dm {
	padding: 45px 25px;
	padding-top: 30px;
}

.xiangce_pop .box .dm .t1 {
	font-size: 30px;
	color: #333333;
	position: relative;
}

.xiangce_pop .box .dm .t1 .close {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

.xiangce_pop .box .dm .t1 .close img {
	width: 30px;
}

.xiangce_pop .box .dm .table {
	border-bottom: 1px solid #d1d1d1;
}

.xiangce_pop .box .dm .table .lt {
	color: #333333;
	font-size: 20px;
	float: left;
	margin-right: 50px;
	padding-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.xiangce_pop .box .dm .table .lt::before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	display: inline-block;
	background-color: #af7e4a;
	display: none;
}

.xiangce_pop .box .dm .table .on {
	color: #af7e4a;
	font-weight: bold;
}

.xiangce_pop .box .dm .table .on::before {
	display: inline-block;
}

.xiangce_pop .box .dm .table .lt:hover {
	color: #af7e4a;
	font-weight: bold;
}

.xiangce_pop .box .dm .table .lt:hover::before {
	display: block;
}

.xiangce_pop .box .dm .table {
	margin-top: 30px;
	margin-bottom: 20px;
}

.xiangce_pop .box .dm .listvest .list_tupian {
	display: flex;
	position: relative;
}

.xiangce_pop .box .dm .listvest .list_tupian .let {
	width: 60%;
	overflow: hidden;
	position: relative;
}



.xiangce_pop .box .dm .listvest .list_tupian .let .prev {
	left: 3%;
	top: 40%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	/* transform: translate(0, -50%); */
}

.xiangce_pop .box .dm .listvest .list_tupian .let .next {
	right: 3%;
	top: 40%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	/* transform: translate(0, -50%); */
}


.xiangce_pop .box .dm .listvest .list_tupian .let .prev .icon_2 {
	display: none;
}


.xiangce_pop .box .dm .listvest .list_tupian .let .next .icon_2 {
	display: none;
}

.xiangce_pop .box .dm .listvest .list_tupian .let .prev:hover .icon_1,
.xiangce_pop .box .dm .listvest .list_tupian .let .next:hover .icon_1 {
	display: none;
}

.xiangce_pop .box .dm .listvest .list_tupian .let .prev:hover .icon_2,
.xiangce_pop .box .dm .listvest .list_tupian .let .next:hover .icon_2 {
	display: inline-block;
}


.xiangce_pop .box .dm .listvest .list_tupian .let img {
	width: 100%;
}
/*.xiangce_pop .box .dm .listvest .list_tupian1{*/
/*    display: block;*/
/*}*/

.xiangce_pop .box .dm .listvest .list_tupian1 .let{
    width: 70%;
}
/*.xiangce_pop .box .dm .listvest .list_tupian1 .rit{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.xiangce_pop .box .dm .listvest .list_tupian .let .video-js{
     object-fit: cover;
     height: 500px;
}

.xiangce_pop .box .dm .listvest .list_tupian .rit {
	flex: 1;
	overflow-y: auto;
	height: 32rem;
	padding-left: 8px;
	
}


.xiangce_pop .box .dm .listvest .list_tupian .rit::-webkit-scrollbar-track {

	border-radius: 10px;
	background-color: #f4f4f4;
}

.xiangce_pop .box .dm .listvest .list_tupian .rit::-webkit-scrollbar {
	width: 10px;
	background-color: #f4f4f4;
}

.xiangce_pop .box .dm .listvest .list_tupian .rit::-webkit-scrollbar-thumb {
	border-radius: 10px;

	background-color: #8b8b8b;
}

.xiangce_pop .box .dm .listvest .list_tupian .rit .item {
	width: calc(33% - 8px);
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}

.xiangce_pop .box .dm .listvest .list_tupian .rit .item .pic {
	height: 7.1rem;
}

.xiangce_pop .box .dm .listvest .list_tupian .rit .item_on .pic img,
.xiangce_pop .box .dm .listvest .list_tupian .rit .item_on .pic video {
	border: 2px solid #e27d00;
	border-radius: 5px;
}

.m12_2 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.m12_3 {
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
	padding-bottom: 40px;
}

.m12_3 img {
	display: inline-block;
	margin-right: 8px;
}

.m21 {
	display: flex;
	padding-bottom: 60px;
}

.m21 .let {
	width: 72%;

}

.m21 .let .cn {
	/* font-size: 18px;
	color: #333333;
	line-height: 38px; */
	margin-top: 20px;
}
.m21 .let .cn *{
	white-space: normal !important;
}

.m21 .let .siw {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.m21 .rit {
	padding-left: 100px;
	flex: 1;
}




.m21 .let .prev {
	left: 5%;
	top: 50%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	transform: translate(0, -50%);
}

.m21 .let  .next {
	right: 5%;
	top: 50%;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	transform: translate(0, -50%);
}


.m21 .let  .prev .icon_2 {
	display: none;
}


.m21 .let  .next .icon_2 {
	display: none;
}

.m21 .let  .prev:hover .icon_1,
.m21 .let  .next:hover .icon_1 {
	display: none;
}

.m21 .let  .prev:hover .icon_2,
.m21 .let  .next:hover .icon_2 {
	display: inline-block;
}

.m21 .let  .swiper .swiper-pagination {
	text-align: right;
	/* padding-right: 10px; */
	bottom: 40px;
	left: auto;
	right: 30px;
}

.m21 .let  .swiper .swiper-pagination span {
	background: rgba(255, 255, 255, .6);
	opacity: 1;
	width: 12px;
	height: 12px;
}

.m21 .let .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #e27d00;
	opacity: 1;
}

.cm_group2 .item {
	margin-bottom: 120px;
}

.cm_group2 .item .dm {
	display: block;
	padding: 40px 30px;
	color: #333333;
	position: relative;
	border: 1px solid #e6e6e6;
}

.cm_group2 .item .dm .t1 {
	font-size: 18px;
	font-weight: bold;
}

.cm_group2 .item .dm .more {

	margin-top: 30px;
	font-size: 16px;
}

.cm_group2 .item:hover .dm {
	background: url('../img/p84.jpg') center no-repeat;
	background-size: cover;
	color: #fff;
}

.cm_group2 .item:hover .dm .t1 {
	color: #fff;
}

.cm_group2 .item:hover .dm .more {
	color: #fff !important;
}

.m22 {
	width: 100%;
	position: relative;
	height: 780px;
}

.m22 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0px none;
}

.child_banner3 {
	height: 387px;
}

.m25 {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 35px;
	margin-top: 40px;
}

.m25 .item {
	float: left;
	position: relative;
	margin-right: 40px;
}

.m25 .item a {
	font-size: 20px;
	color: #333333;
	display: block;
	padding-bottom: 20px;
}

.m25 .item:hover a {
	color: #af7e4a;
	font-weight: bold;
}

.m25 .item::before {
	content: '';
	width: 100%;
	height: 2px;
	background: #af7e4a;
	display: block;
	left: 0px;
	bottom: 0px;
	position: absolute;
	display: none;
}

.m25 .item:hover::before {
	display: block;
}

.m25 .item_on::before {
	display: block;
}

.m25 .item_on a {
	color: #af7e4a;
	font-weight: bold;
}

.m26 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m26 .item {
	width: 49.5%;
	margin-right: 1%;
	position: relative;
}

.m26 .item .bottom_info {
	position: absolute;
	left: 0px;
	width: calc(100% - 40px);
	padding: 0 20px;
	bottom: 35px;
	color: #fff;
}

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

.m26 .item .bottom_info .t1 {
	font-size: 16px;
}

.m26 .item .bottom_info .t2 {
	margin: 15px 0 20px;
	font-size: 24px;
}

.m26 .item .bottom_info .t3 {
	font-size: 16px;
}

.m26 .item .bottom_info .t3 img {
	display: inline-block;
	margin-left: 5px;
}

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

.m27 {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.m27 .item {
	width: calc(33% - 10px);
	margin-bottom: 20px;
	position: relative;
	margin-right: 20px;
}

.m27 .item .dm {
	background: #fff;
	padding: 40px 35px;
}

.m27 .item .t2 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 0;
	height: 44px;
	
}

.m27 .item .t3 {
	font-size: 16px;
	height: 48px;
	color: #666666;
	margin-bottom: 25px;
}

.m27 .item .more span {
	color: #999999;
	font-size: 16px;
	padding-left: 4px;
}

.m27 .item .more .icon_2 {
	display: none;
}

.m27 .item:hover .more .icon_1 {
	display: none;
}

.m27 .item:hover .more .icon_2 {
	display: inline-block;
}

.m27 .item:hover .dm {
	background: url('../img/p85.jpg') center no-repeat;
	background-size: cover;
	color: #fff;
}

.m27 .item:hover .t2 {
	color: #fff;
}

.m27 .item:hover .t3 {
	color: #fff;
}

.m27 .item:hover .more span {
	color: #fff;
}

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

.m28 {
	text-align: center;
}

.m28 a {
	display: inline-block;
	border: 1px solid #cdcdcd;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}

.m28 a:hover {
	background: #ec8e19;
	color: #fff;
}

.m28 .on {
	background: #ec8e19;
	color: #fff;
}

.m28 {
	margin: 80px 0;
}

.xiangce_pop .t1_1 {
	font-family: monospace;
	font-weight: bold;
}

.xiangce_pop .box3 {
	padding: 30px 0;
	text-align: center;
	overflow-x: hidden;
	height: 500px;
	overflow-y: auto;
}
.xiangce_pop .box3 img{
   max-width: 1200px;
   width: 90%;
}
.xiangce_pops .box3{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.xiangce_pops .box3 img{
     max-width: 600px;
   width: 90%;
} 

.xiangce_pop .more,
.xiangce_pops .more{
	text-align: center;
	margin-bottom: 20px;
}

.xiangce_pop .more a,
.xiangce_pops .more a{
	background: #ec8e19;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 15px 120px;
}

.xiangce_pop .t1_3 {
	font-size: 14px;
	padding: 20px 0;
	color: #333333;
	border-bottom: 1px solid #b99067;
}

.xiangce_pop .box4 .item {
	margin-top: 25px;
}

.xiangce_pop .box4 .item .lt {
	width: 48%;
	color: #333333;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.xiangce_pop .box4 .item .lt span {
	color: #f40a0a;
}

.xiangce_pop .box4 .item .lt .nt {
	width: 90px;
}

.xiangce_pop .box4 .item .lt .cell {
	flex: 1;
	border: 1px solid #d1d1d1;
	padding: 0px 10px;
	border-radius: 5px;

}

.xiangce_pop .box4 .item .lt .cell input {
	height: 45px;
	width: 100%;
	font-size: 14px;
	border-radius: 5px;
}
.xiangce_pop .box4 .item_sel_rio .tt{
	font-size: 14px;
	margin-bottom: 15px;
}  
.xiangce_pop .box4 .item_sel_rio  .gp .llt{
	font-size: 14px;
	float: left;
}
.xiangce_pop .box4 .item_sel_rio  .gp .llt label{
	display: flex;
	align-items: center;
}
.xiangce_pop .box4 .item_sel_rio  .gp .llt label input{
	opacity: 0;
	position: absolute;
}
.xiangce_pop .box4 .item_sel_rio  .gp .llt label i{
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #666666;
}
.xiangce_pop .box4 .item_sel_rio  .gp .llt label  input:checked + i{
	background: url('../img/p92.png') center no-repeat;
	background-size: cover;
	border: 1px solid #ec8e19;
}

.xiangce_pop .box4 .item_sel_rio  .gp .llt label span{
	padding-left: 5px;
}
.xiangce_pop .box4 .item_sel_rio  .gp .llt{
	margin-right: 40px;
}

.xiangce_pop .box4 .item2 .lt .cell{
	/* width: 245px; */
	width: 100px;
	flex: none;
}
.xiangce_pop .box4 .item2 .lt span{
	padding-left: 10px;
	color: #333;
}

.xiangce_pop .box4 .item2 .lt  .nt{
	flex-shrink: 0;

}

.xiangce_pop .box4 .item3 .lt {
	width: 545px;
}

.xiangce_pop .box4 .item3 .lt span{
	 padding-right: 10px;
}

.xiangce_pop .box4 .item4 .lt{
	width: 100%;
}
.xiangce_pop .box4 .item4 .lt textarea{
	height: 85px;
	width: 100%;
}
.xiangce_pop .box4 .item5 .lt {
	width: 100%;
}
.xiangce_pop .box4 .item5 .lt .cell{
	width: 335px;
	flex: none;
}

.xiangce_pop .box4 .item5 .lt .yzm{
 padding-left: 10px;
}

.xiangce_pop .box4 .item5 .lt  .bt {
	margin-left: 60px;
}
.xiangce_pop .box4 .item5 .lt  .bt input{
	background: #ec8e19;
	color: #fff;
	border-radius: 5px;
	padding: 14px 50px;
	color: #fff;
	font-size: 14px;
}

.footer_phone{
    background: #F79206;
    color: #fff;
    position: fixed;
    width: 100%;
    padding: 5px 0;
   
    left: 0;
    bottom: 0px;
    z-index: 100;
}
.footer_phone a{
    color: #fff;
}
.footer_phone .item{
    flex: 1;
    width: 33%;
    text-align: center;
    float: left;
}
.footer_phone .item .icon{
    height: 30px;
}
.footer_phone .item .icon img{
    height: 30px;
}



.footer_phone .item  .t1{
    font-size: 14px;
}

.phont_head .lang{
    font-size: 12px;
    color: #D21010 !important;
   margin-top: 8px;
   font-weight: bold;
        margin-right: 10px !important;
        /*margin-left: 10px;*/
}

.hxt_title{
    text-align: left;
    color: #333;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}


.footer .f_3 .lt{
	position: relative;
}

.footer .f_3 .lt .show_ewm{
	position: absolute;
	width: 150px;
	height: 150px;
	display: none;
	background: #fff;
	border-radius: 10px;
	left: 50%;
	
	transform: translate(-50%,-110%);
}
.footer .f_3 .lt .show_ewm img{
	width: 100%;
}
.footer .f_3 .lt:hover .show_ewm{
	display: block;
}
.m200000{
	margin-top: 0px;
	padding-bottom: 40px;
}
.m200000 .w{
	border: 1px solid #ddd;
		border-radius: 4px;
}
.m200000 .switerp2{
	padding: 0px;
	color: #333;
	margin: 10px;
	
}
.m200000 .switerp2{
	display: block;
}

.m200000 .item .btom_info{
	position: relative;
left: auto;
top: auto;
transform: translate(0,0);
 width: 100%;	
 bottom: 0px;
 align-items: center;
}
.m200000 .item .btom_info .name{
	color: #333;
	padding: 20px 0;
	flex: 1;
}
.m200000 .item .btom_info .mores{
	background: #f79206;
	color: #fff;
	padding: 10px 12px;
	font-size: 14px;
	border-radius: 10px;
	margin-right: 10px;
}

.m200000 .bottom_info_dm{
	background: #f79206;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.m200000 .bottom_info_dm a{
	color: #fff;
}

.footer .copy{
	display: none;
}

.m2_group .item .bottom_info .t2 .lt1{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}