@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

.banner {
	display: block;
	width: 100%;
	height: auto;
	    min-width: 1200px;
}

.part_1 {
	background-color: #fff;
}

.part_item {
	width: 1200px;
	margin: auto;
}

.part_tit {
	display: flex;
	margin: 24px 0;
	align-items: center;
}

.part_tit img {
	display: block;
	width: 14px;
}

.part_tit p span:first-child {
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: #5E5E5E;
}

.part_tit p span:last-child {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #B38C50;
}

.part_1_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.part_1_box .l {
	display: flex;
	align-items: center;
}

.part_1_box .l label span,
.part_1_box .l select {
	font-size: 14px;
	color: #222222;
	padding: 10px;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
}

.part_1_box .r .btn_2:hover,
.part_1_box .l label span:hover,
.part_1_box .l label span.active {
	color: #FC8D3C;
	border: 1px solid transparent;
	background: #FCF6F2;
}

.part_1_box .r a {
	color: #2F31EF;
	font-size: 14px;
	margin-right: 12px;
}

.part_1_box .r .btn_1 {
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 2px;
	color: #FC8D3C;
	background: #FCF6F2;
}

.part_1_box .r .btn_2 {
	font-size: 14px;
	color: #222222;
	padding: 10px;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
}

.part_2 {
	padding: 24px 0;
	background-color: #f6f6f6;
}

.part_2_box .t {
	display: flex;
	flex-wrap: wrap;
}

.part_2_box .t .t_list {
	margin-bottom: 20px;
	margin-left: 20px;
	width: 285px;
	height: 328px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}

.part_2_box .t .t_list:nth-child(4n+1) {
	margin-left: 0;
}

.part_2_box .t .t_list .pic {
	width: 100%;
	height: 212px;
	overflow: hidden;
	    cursor: pointer;
}

.part_2_box .t .t_list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.part_2_box .t .t_list:hover .pic img {
	transform: scale(1.2);
}

.part_2_box .t .t_list .tit {
	padding: 12px;
	box-sizing: border-box;
}

.part_2_box .t .t_list .tit h4 {
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.part_2_box .t .t_list .tit .zan {
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
}

.part_2_box .t .t_list .tit .zan,
.part_2_box .t .t_list .tit .zan label {
	display: flex;
	align-items: center;
}

.part_2_box .t .t_list .tit .zan {
	justify-content: space-between;
}

.part_2_box .t .t_list .tit .zan img {
	display: inline-block;
	width: 16px;
}

.part_2_box .t .t_list .tit .zan label.btn {
	display: inline-block;
	float: right;
	width: 72px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 2px;
	background: #B38C50;
		    cursor: pointer;
}

.part_2_box .t .t_list .num {
	width: 96%;
	margin: auto;
	display: flex;
	padding-top: 8px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #f6f6f6;
}

.part_2_box .t .t_list .num .l {
	display: flex;
	align-items: center;
}

.part_2_box .t .t_list .num .l img {
	display: inline-block;
	width: 24px;
	border-radius: 50%;
}

.part_2_box .t .t_list .num .l span {
	display: inline-block;
	width: 160px;
	font-size: 12px;
	overflow: hidden;
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.part_2_box .t .t_list .num .r {
	color: #B38C50;
	font-size: 14px;
}

.part_2_box .b {
	display: flex;
	justify-content: space-between;
}

.part_2_box .b .l {
	font-size: 14px;
}

.part_2_box .b .l span {
	font-size: 14px;
	color: #2061E6;
}

.part_2_box .b .r span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #D9D9D9;
	background-color: #fff;
}

.part_2_box .b .r span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	color: #595959;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	border: 1px solid #D9D9D9;
	background-color: #fff;
}

.part_2_box .b .r span.pver {
	transform: rotate(90deg);
}

.part_2_box .b .r span.next {
	transform: rotate(-90deg);
}

.part_2_box .b .r span.dian {
	font-weight: bold;
	border: 1px solid transparent;
	background-color: transparent;
}

.part_2_box .b .r span:hover {
	background-color: #eee;
}

.part_2_box .b .r select {
	display: inline-block;
	width: 100px;
	height: 30px;
	margin: 0 5px;
	color: #595959;
	line-height: 30px;
	text-align: center;
	border: 1px solid #D9D9D9;
	background-color: #fff;
	    cursor: pointer;
}

.part_item2 {
	width: 960px;
	margin: auto;
}

.part_3 {
	background-color: #fff;
}

.part_3_box {
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
}

.part_3_box .l {
	width: 420px;
}

.part_3_box .l h3 {
	font-size: 24px;
}

.part_3_box .l p {
	color: #999;
	font-size: 16px;
	margin-top: 18px;
	line-height: 16px;
}

.part_3_box .l p span {
	color: #222222;
}

.part_3_box .l .num {
	display: flex;
	margin-top: 24px;
	font-size: 16px;
	justify-content: space-between;
}

.part_3_box .l .num label {
	color: #FC8D3C;
}

.part_3_box .l .num label b {
	color: #222;
}

.part_3_box .l .num span {
	display: inline-block;
	width: 72px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 2px;
	background: #B38C50;
}

.part_3_box .l .zan {
	margin-top: 16px;
}

.part_3_box .l .zan,
.part_3_box .l .zan label {
	display: flex;
	margin-right: 20px;
	align-items: center;
}

.part_3_box .l .zan img {
	display: inline-block;
	width: 16px;
}

.part_3_box .r {
	width: 420px;
	height: 240px;
	background-size: cover;
	background-position: center center;
	    background-repeat: no-repeat;
		    background-size: contain;
}

.part_head {
	margin-top: 50px;
}

.part_head img {
	display: block;
	width: 128px;
	height: 128px;
	margin: auto;
	border-radius: 50%;
}

.part_head .name {
	color: #B38C50;
	font-size: 24px;
	margin-top: 20px;
	text-align: center;
}

.part_head .zhiw {
	color: #222;
	font-size: 16px;
	margin-top: 8px;
	text-align: center;
}


.part_txt {
	color: #555;
	margin: 24px auto;
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
}

.part_video {
	width: 100%;
	height: 538px;
	margin: 50px auto;
	background-color: #222;
}

.part_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.part_baner1 {
	position: relative;
	width: 100%;
	height: 552px;
	overflow: hidden;
	background-color: #333;
}

.part_baner1 .swiper-container {
	width: 100%;
	height: 100%;
}

.part_baner1 .swiper-container .swiper-slide,
.part_baner2 .gallery-top .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;

}

.part_baner1 .swiper-container .swiper-slide img,
.part_baner2 .gallery-top .swiper-slide img {
    width: auto;
    height: 100%;
}

.part_baner1 .swiper-button-next,
.part_baner2 .swiper-button-next {
	width: 42px;
	height: 56px;
	right: 0;
	background-size: 42px 56px;
	background-image: url(../img/r_btn.png);
}

.part_baner1 .swiper-button-prev,
.part_baner2 .swiper-button-prev {
	width: 42px;
	height: 56px;
	left: 0;
	background-size: 42px 56px;
	background-image: url(../img/l_btn.png);
}

.part_baner2 {
	width: 100%;
	height: 692px;
	background-color: #333333;
}

.part_baner2 .gallery-top {
	width: 100%;
	height: 552px;
}

.part_baner2 .gallery-thumbs {
	width: 100%;
	height: 140px;
	padding: 10px 0;
	box-sizing: border-box;
}

.part_baner2 .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.part_baner2 .gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
}

.part_baner2 .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.part_swich {
	display: flex;
	margin: 30px 0 60px;
	justify-content: center;
}

.part_swich span {
	display: inline-block;
	width: 100px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 20px;
	border-radius: 2px;
	background: #B38C50;
}

.part_logo {
	position: fixed;
	top: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 68px;
	padding: 0 16px;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
	justify-content: space-between;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
}

.part_logo .l,
.part_logo .r {
	display: flex;
	align-items: center;
}

.part_logo .l img {
	width: 113px;
}

.part_logo .l span {
	font-size: 18px;
	color: #262626;
	margin-left: 12px;
	    position: relative;
    top: -13px;
}

.part_logo .r label {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #B38C50;
	border-radius: 50%;
	border: 1px solid #B38C50;
}

.part_logo .r span {
	display: inline-block;
	font-size: 14px;
	color: #262626;
	margin-left: 12px;
}

.part_4 {
	margin-top: 68px;
	overflow: hidden;
	background-color: #f6f6f6;
}

.part_ipt {
	width: 100%;
	margin: 24px auto;
	padding: 24px 80px 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.part_ipt .tit {
	font-size: 16px;
	color: #B38C50;
	padding-bottom: 8px;
	border-bottom: 1px solid #F0F0F0;
}

.part_iptwary_list,
.part_iptwary_dabull,
.part_ipt .part_iptitem {
	position: relative;
	margin-top: 24px;
}

.part_iptwary_list .top,
.part_ipt .part_iptitem .top {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	align-items: center;
}

.part_iptwary_dabull {
	display: flex;
	justify-content: space-between;
}


.part_iptwary_dabull .l {
	font-weight: bold;
	font-size: 14px;
}

.part_iptwary_dabull .l b,
.part_iptwary_list .top b,
.part_ipt .part_iptitem .top b {
	color: #f00;
	margin-right: 4px;
}

.part_iptwary_list input,
.part_iptwary_list textarea,
.part_iptwary_dabull .l input,
.part_ipt .part_iptitem select {
	width: 100%;
	height: 40px;
	color: #262626;
	padding: 0 12px;
	font-size: 14px;
	margin-top: 8px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}

.part_iptwary_dabull .l input {
	width: 388px;
}

.part_iptwary_list .ps {
	font-size: 12px;
	color: #8C8C8C;
	margin-top: 8px;
}

.part_iptwary_list .pic {
	margin-top: 8px;
}

.part_iptwary_list .pic img {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 5px;
}

.part_iptwary_list textarea {
	height: 80px;
	padding: 12px;
}

.part_iptwary_btn {
	width: 394px;
	height: 48px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	background: #B38C50;
	margin: 40px auto auto;
	transition: 0.3s;
}

.part_iptwary_btn:hover {
	transform: scale(0.9);
}

.part_iptwary_list .set {
	position: absolute;
	font-size: 14px;
	color: #B38C50;
	top: 38px;
	right: -36px;
	cursor: pointer;
}

/*.part_iptwary2,
.part_iptwary3 {
	display: none;
}*/

.login_box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	    overflow-x: scroll;
}

.login_item {
	position: absolute;
	width: 1000px;
	height: 580px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}

.login_item img {
	display: block;
	height: 100%;
	float: left;
}

.login_item .r {
	width: 520px;
	float: right;
	padding: 32px 40px;
	box-sizing: border-box;
}

.login_item .r h2 {
	text-align: center;
	margin-bottom: 60px;
}

.login_item .r .tel,
.login_item .r .login_yzm {
	display: flex;
	width: 100%;
	height: 48px;
	padding: 0 12px;
	margin-top: 32px;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	align-items: center;
	justify-content: space-between;
}

.login_item .r .login_yzm span {
	cursor: pointer;
	color: #B38C50;
	width: 100px;
	text-align: center;
}

.login_item .btn {
	width: 100%;
	height: 48px;
	margin-top: 80px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	background: #B38C50;
	transition: 0.3s;
}

.login_item .btn:hover {
	transform: scale(0.9);
}

.mycen_tit {
	position: fixed;
	top: 0;
	z-index: 1;
	display: flex;
	width: 100%;
	height: 86px;
	padding: 0 24px;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
	justify-content: space-between;
}

.mycen_tit .l {
	display: flex;
	align-items: center;
}

.mycen_tit .l span {
	margin: 0 20px;
	height: 18px;
	color: #262626;
	font-size: 18px;
	line-height: 18px;
	padding-left: 20px;
	border-left: 1px solid #D9D9D9;
	    position: relative;
    top: -12px;
}

.mycen_tit .r small {
	padding: 4px 8px;
	border-radius: 2px;
	background: #DEEEFC;
	font-size: 12px;
	color: #2061E6;
}

.mycen_tit .r label {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #B38C50;
	margin-left: 12px;
	border-radius: 50%;
	border: 1px solid #B38C50;
}

.mycen_tit .r span {
	display: inline-block;
	font-size: 14px;
	color: #262626;
	margin-left: 12px;
}

.mycen_l {
	position: fixed;
	width: 200px;
	top: 86px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F7F8FA;
	box-shadow: 4px 0px 9px -5px rgba(5, 14, 42, 0.08), 2px 0px 20px -6px rgba(5, 14, 42, 0.04);
}

.mycen_l_item,
.mycen_l_txt {
	width: 100%;
	height: 48px;
	display: flex;
	color: #333;
	font-size: 14px;
	align-items: center;
	padding-left: 24px;
	box-sizing: border-box;
}

.mycen_l_item {
	cursor: pointer;
}

.mycen_l_txt {
	color: #8C8C8C;
}

.mycen_l_item:hover,
.mycen_l_item.active {
	background: #E5E5E5;
}

.mycen_r {
	position: fixed;
	top: 86px;
	right: 0;
	bottom: 0;
	width: calc(100% - 200px);
}

.mycen_r_item {
	width: 100%;
	height: 100%;
	padding-top: 14px;
	padding-left: 16px;
	box-sizing: border-box;
}

.mycen_r_item .tit {
	font-size: 14px;
	color: #262626;
}

.mycen_r_item .wary {
	position: absolute;
	top: 48px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	border-radius: 4px;
	padding: 24px 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.mycen_r_item .wary .wary_tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mycen_r_item .wary .wary_tit .l {
	display: flex;
	align-items: center;
}

.mycen_r_item .wary .wary_tit .l b {
	font-size: 18px;
	color: #262626;
}

.mycen_r_item .wary .wary_tit .l span {
	font-size: 12px;
	color: #fff;
	margin-left: 12px;
	padding: 2px 6px;
	border-radius: 2px;
	background: #32C47A;
}

.mycen_r_item .wary .wary_tit .r {
	width: 112px;
	height: 32px;
	border-radius: 2px;
	background: #B38C50;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

.wary_scroll_tit {
	font-size: 16px;
	color: #B38C50;
	margin-top: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #F0F0F0;
}

.wary_scroll {
	position: absolute;
	left: 40px;
	top: 64px;
	right: 40px;
	bottom: 24px;
}

.scrollview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.wary_scroll_box {
	display: flex;
	margin-top: 24px;
	justify-content: space-between;
}

.wary_scroll_box .lft,
.wary_scroll_box .rit {
	width: 49%;
	font-size: 14px;
}

.wary_scroll_box .lft label,
.wary_scroll_box .rit label {
	color: #595959;
	display: block;
	margin: 4px auto;
}

.wary_scroll_box .lft span,
.wary_scroll_box .rit span {
	color: #262626;
	display: block;
}

.wary_scroll_box .lft img {
	display: block;
	width: 120px;
	border-radius: 8px;
}

.wary_scroll_box .rit .pic {
	display: flex;
	flex-wrap: wrap;
}

.wary_scroll_box .rit .pic img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.wary_chose {
	display: flex;
	width: 100%;
	height: 46px;
	padding: 0 16px;
	margin-top: 16px;
	align-items: center;
	box-sizing: border-box;
	background: #F7F8FA;
}

.wary_chose p {
	display: flex;
	cursor: pointer;
	align-items: center;
	margin-right: 40px;
}

.wary_chose p label {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	margin-right: 6px;
	border: 1px solid #d9d9d9;
}

.wary_chose p label.active {
	border: 1px solid #B38C50;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wary_chose p label.active span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #B38C50;
}

.wary_additem {
	display: flex;
	margin-top: 16px;
	justify-content: space-between;
}

.wary_additem .l {
	width: 88px;
	height: 32px;
	cursor: pointer;
	border-radius: 2px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	background: #B38C50;
}

.wary_additem .r {
	display: flex;
	width: 400px;
	height: 32px;
	padding: 0 12px;
	border-radius: 2px;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	justify-content: space-between;
}

.wary_additem .r input {
	font-size: 14px;
	height: 100%;
	    width: 330px;
}

.wary_additem .r img {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.wary_listtop {
	width: 100%;
	height: 48px;
	display: flex;
	padding: 0 20px;
	margin-top: 16px;
	box-sizing: border-box;
	align-items: center;
	background: #F7F8FA;
}

.wary_listtop span {
	display: inline-block;
	font-size: 14px;
	color: #262626;
}

.wary_listtop span:nth-child(1),
.wary_listbot_item label:nth-child(1) {
	flex: 2;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 45px;
    display: inline-block;
}

.wary_listtop span:nth-child(2),
.wary_listbot_item label:nth-child(2) {
	flex: 1;
}

.wary_listtop span:nth-child(3),
.wary_listbot_item label:nth-child(3) {
	flex: 1;
}

.wary_listtop span:nth-child(4),
.wary_listbot_item label:nth-child(4) {
	flex: 1;
}

.wary_listbot {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	height: 57%;
}
.wary_listbot_item{
	display: flex;
	padding: 0 20px;
	align-items: center;
	box-sizing: border-box;
}
.wary_listbot_item label{
	display: flex;
	font-size: 14px;
	color: #595959;
	height: 44px;
	border-bottom: 1px solid #F0F0F0;
	align-items: center;
}
.wary_listbot_item label img{
	display: inline-block;
	width: 16px;
	margin-left: 8px;
	    cursor: pointer;
}
.wary_listbot_item label.bord b{
	display: inline-block;
	padding: 0px 6px;
	font-size: 12px;
	color: #32C47A;
	font-weight: 500;
	border-radius: 20px;
	border: 1px solid #32C47A;
}
.wary_listbot_item label span{
	display: inline-block;
	color: #B38C50;
	cursor: pointer;
	margin-right: 20px;
}
.zan label span{
	    margin-left: 8px;
}
.b .r ul li a{    cursor: pointer !important;}
.input_code{
	    height: 100%;
		width: 280px;
}
.vie_add{
	    width: 200px;
}
.add_close{
	    position: absolute;
    width: 20px !important;
    height: 20px !important;
    left: 55px;
    top: 5px;
}
.pic_add_box{
	    position: relative;
    display: inline-block;
}
.m_top50{margin-top: 50px;}