.width{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
a{
	text-decoration: none;
}
ul, li{
	list-style: none;
}
#container{height:100%}
.nav_active{
	color: #fff !important;
	background: #c9b38a;
}
.nav_active .nav_i_title{
    color: #fff;
    font-weight: bold;
}
/*.nav_active::after{*/
/*	content: "";*/
/*	display: block;*/
/*	width: 30px;*/
/*	height: 2px;*/
/*	background-color: #c9b38a;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	bottom: 17px;*/
/*	transform: translateX(-50%);*/
/*}*/
.swiper{
	position: relative;
}
.header-swiper{
	/* height: 700px !important; */
}
.header-swiper2{
	/* height: 250px; */
}
.swiper-container{
	/* height: 100%; */
}
.swiper-wrapper{
	height: auto !important;
}
.swiper-slide{
	height: auto !important;
	width: 100%;
}
.main-swiper{
	flex: 1;
	margin-right: 20px;
	width: 720px;
}
.pagination .swiper-pagination-switch{
	width: 10px !important;
	height: 10px !important;
}
.switch_wrap{
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.switch_wrap_content{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.switch_wrap_content > div{
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .2);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.switch_wrap_content > .prev::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.switch_wrap_content > .next::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.top_nav{
	position: sticky;
	left: 0;
	top: 0;
	/*top: 40px;*/
	width: 100%;
	background: #fff;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.nav_wrap{
	
	display: flex;
	justify-content: space-between;
}
.top_nav_right{
    display: grid;
	grid-template-columns: repeat(7,1fr);
	width: 80%;
}
.nav_wrap > a{
	text-decoration: none;
	/*display: block;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*line-height: 120px;*/
}
/*.nav_wrap > a img{*/
/*    display: block;*/
/*    margin: auto 0;*/
/*}*/
.top_nav_right a{
    margin-left: 20px;
    width: 100%;
}
.nav_i{
	flex: 1;
	text-align: center;
	/*padding: 31px 0;*/
	position: relative;
}
.nav_i_title{
	font-size: 18px;
	color: #333;
	/*margin-bottom: 10px;*/
	line-height: 100px;
}
.nav_center{
    height: 100px;
    display: block;
    margin: auto 0;
    display: flex;
    align-items: center;
	/*width: 100%;*/
	/*background: #c9b38a;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	/*background: #c9b38a;*/
}
.search_wrap{
	background: #fff;
	padding: 10px 0;
}
.search_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search_content_left{
	font-size: 20px;
}
.search_content_right{
	display: flex;
	background: #f5f5f5;
	border: solid 1px #c9b38a;
	width: 560px;
}
.search_input{
	flex: 1;
	display: flex;
}
.search_input > input{
	border: none;
	background: transparent;
	padding: 15px 24px;
	outline: none;
	flex: 1;
}
.search_btn3{
	width: 84px;
	height: 48px;
	background: #c9b38a;
	border: solid 1px #c9b38a;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.main{
	background: #f5f5f5;
	padding-bottom: 100px;
}
.main_title{
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_title > span{
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background: #c9b38a;
	position: relative;
}
.main_title > span:first-child::after{
	content: "";
	display: block;
	background-image: linear-gradient(90deg, 
			#ffffff 0%, 
			#c9b38a 100%);
		background-blend-mode: normal, 
			normal;
			width: 105px;
			height: 3px;
			position: absolute;
			left: -85px;
			top: 41px;
			transform: rotate(-45deg);
}
.main_title > span:last-child::after{
	content: "";
	display: block;
	background-image: linear-gradient(90deg, 
			#c9b38a 0%, 
			#ffffff 100%);
		background-blend-mode: normal, 
			normal;
			width: 105px;
			height: 3px;
			position: absolute;
			left: 8px;
			top: 0;
			transform-origin: left center;
			transform: rotate(-45deg);
}
.main_title > p{
	margin: 0 20px;
}

.main_content{
	display: flex;
	padding-bottom: 100px;
}
.main_content_left{
	width: 432px;
}
.main_content_left_name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	font-weight: bold;
	margin-top: 29px;
}
.main_content_left_time{
	margin-top: 21px;
	margin-bottom: 24px;
	font-size: 18px;
	color: #666;
}
.main_content_left_js{
	font-size: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 30px;
}
.main_content_left_js:hover .main_content_left_name{
    color: #c9b38a !important;
}
.main_content_center{
	width: 543px;
	margin: 0 29px;
}
.main_content_center_list{
	display: flex;
	/* min-height: 89px; */
	margin-bottom: 30px;
}

.main_content_center > .main_content_center_list > .time{
	font-size: 18px;
	color: #999;
	margin-right: 27px;
	width: 90px;
	white-space: nowrap;
}
.main_content_center > .main_content_center_list > .content{
	font-size: 16px;
	color: #333;
	width: 429px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
	/*font-weight: bold;*/
	line-height: 30px;
}
.main_content_center > .main_content_center_list:hover .content{
    color: #c9b38a;
}
.main_content_right{
	width: 288px;
	height: 384px;
}
.video_wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}
.video_i{
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
}
.video_wrap img{
    vertical-align: middle;
    height: 100% !important;
    object-fit: cover;
}
/* 
.video_i:hover > img{
	transform: scale(1.1);
	transition: all .3s;
} */
.video_i > video{
	width: 100%;
	height: 100%;
}
.video_i > .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/play.svg) center center no-repeat;
	background-color: rgba(0, 0, 0, .2);
}
.video_title{
	height: 60px;
	line-height: 60px;
	text-align: center;
}





.video_mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	transition: all .5s;
	display: none;
}
.video_content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px 30px;
	background: #fff;
}
.video_content > h3{
	text-align: center;
	    margin: 20px 0;
	    font-size: 24px;
	    font-weight: 500;
}
#video{
	width: 100%;
	height: auto;
}
.close_video{
	display: flex;
	justify-content: center;
}
.close_video > div{
	padding: 15px 60px;
	border-radius: 10px;
	background-color: #c9b38a;
	color: #fff;
	margin-top: 30px;
}
.index_map_box{
	height: 700px;
    margin-top: 60px;
	background: url(../img/map.jpg) no-repeat center;
	background-size: 100% 840px;
}
.index_map_box .width{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_map_box .width img{
	width: 60%;
	height: 602px;
	object-fit: contain;
	flex: 1;

	/* position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0; */
}
.index_map_con{
	/* position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0; */
	width: 30%;
	height: 575px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 40px;
}
.index_map_con h6{
	font-size: 36px;
	color: #c9b38a;
	margin-bottom: 16px;
}
.index_map_con em{
	font-size: 14px;
	color: #c9b38a;
}
.index_map_con p{
	font-size: 16px;
	color: #7d7e81;
	margin-top: 50px;
	line-height: 30px;
	letter-spacing: 1.1px;
}
.index_map_con a{
	display: block;
	width: 216px;
	height: 52px;
	background-color: #c9b38a;
	border-radius: 4px;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	margin-top: 96px;
}
.index_map_box img{
    width: 100%;
}
.main_product{
	width: 100%;
	/*background: url(../img/bg.png)center center no-repeat;*/
	background-size: 100%;
	background: #fff;
	padding-bottom: 50px;
}
.main_product_wrap{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
.main_product_i{
	position: relative;
	/*padding-bottom: 19px;*/
	display: block;
	border: 1px solid transparent;
}
.main_product_i_img{
	display: flex;
	justify-content: center;
	padding-top: 37px;
}
.main_product_i_name{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 26px;
	margin-bottom: 19px;
}
.understand_more{
	padding: 7px 19px;
	color: #666;
	border: 1px solid #666;
	font-size: 16px;
	margin-bottom: 19px;
}
.understand_more > a{
	text-decoration: none;
	color: #666;
}
.main_product_i:hover .understand_more{
	background: #c9b38a;
	color: #fff;
	border: 1px solid #c9b38a;
}
.main_product_i:hover .understand_more > a{
	color: #fff;
}
.main_product_i:hover .left_top, 
.main_product_i:hover .right_bottom{
	display: block;
}
.left_top, .right_bottom{
	position: absolute;
	width: 50px;
	height: 60px;
	display: none;
}
.left_top{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	left: 0;
	top: 0;
}
.right_bottom{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	right: 0;
	bottom: 0;
}
.main_cooperation_title{
	/* padding: 0 91px; */
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 48px;
	padding-bottom: 60px;
}
.main_cooperation_content{
	background: #fff;
	padding: 40px 60px;
	display: flex;
}
@media only screen and (max-width: 1500px){
	.main_cooperation_content{
		background: #fff;
		padding: 40px 0px;
		display: flex;
	}
}
.main_cooperation_content_left{
	width: 490px;
	border-right: 1px dashed #b7a27b;
	padding-bottom: 85px;
}
.main_cooperation_content_left_one{
	display: flex;
	align-items: center;
}
.main_cooperation_content_left_one > img{
	border-radius: 50%;
}
.main_cooperation_content_right{
	flex: 1;
	padding-left: 59px;
	padding-top: 44px;
}
.main_cooperation_content_right_top{
	display: flex;
}
.main_cooperation_content_right_top > .input{
	border: 1px solid #999;
	border-radius: 5px;
	overflow: hidden;
}
.main_cooperation_content_right_top > .input > input{
	text-indent: 27px;
	outline: none;
	border: none;
}
.main_cooperation_content_right_top > .input > .name{
	width: 271px;
	padding: 25px 0;
}
.main_cooperation_content_right_top > .input > .phone{
	padding: 25px 0;
	width: 100%;
}
.submit_btn{
	width: 100%;
	background: #c9b38a;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 25px 0;
	margin-top: 40px;
	cursor: pointer;
}
.footer_record_number{
	padding-top: 18px;
	text-align: center;
	background: #222;
	color: #fff;
	font-size: 14px;
}
.footer_record_number:last-child{
    padding-bottom: 18px;
}
.footer_info{
	background: #333;
	padding-top: 62px;
	padding-bottom:  21px;
	color: #ffffff;
}
.footer_info_content{
	width: 1199px;
	margin: auto;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}
.footer_nav_box{
    display: flex;
    width: 40%;
    flex-wrap: wrap;
}
.footer_nav_box .nav_i{
    flex: inherit;
}
.footer_nav_box p{
    font-size: 16px;
    font-weight: bold;
    line-height:30px;
}
.footer_nav_box .nav_i_title{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-right: 20px;
    font-weight: normal;
}
.footer_info_content_left{
	line-height: 40px;
}
.footer_info_content_right{
	display: flex;
	align-items: center;
}

/* 走进庞泉主体 */
.pg_main{
	/*background: #f5f5f5;*/
}
.pg_main_content{
	width: 1200px;
	margin: auto;
	transform: translateY(-100px);
	display: flex;
	position: relative;
	z-index: 999;
}
.pg_main_content_left{
	width: 240px;
	color: #fff;
	text-align: center;
}
.pg_main_content_left_content{
	height: 66px;
	background: url(../img/pq_bg.jpg)center center no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact{
	/*margin-top: 16px;*/
	background-color: #c9b38a;
	display: flex;
	padding: 25px 27px;
	align-items: center;
	padding-right: 0;
}
.contact_phone_ing{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.contact_phone_ing img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact_phone_info{
	text-align: left;
	margin-left: 14px;
}
.pg_main_content_right{
	flex: 1;
	background: #fff;
	min-height: 870px;
	/*padding: 0 40px;*/
}
.pg_main_content_right_i{
	display: none;
}
.tabFocus2{
	display: block;
}
.pg_main_content_right_title{
	padding-top: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	font-size: 24px;
}
.pg_main_content_right_content{
	padding: 43px 0;
	line-height: 37px;
}
.pg_main_content_right_content > p{
	/*display: grid;*/
	/*grid-template-columns: repeat(2, 1fr);*/
	/*grid-gap: 20px;*/
}
.pg_main_content_right_content > p > video{
	width: 48%;
	margin-right: 4%;
}
.pg_main_content_right_content > p > video:nth-child(2n){
	margin-right: 0;
}
.pg_main_content_right_content_js{
	color: #666;
	font-size: 18px;
	line-height: 35px;
}
.pg_main_content_right_content_js > p{
	text-indent: 40px;
}
.pg_main_content_right_content_img{
	display: flex;
	justify-content: center;
	margin-top: 33px;
}
.pg_main_content_right_content_steps{
	padding: 0 20px;
}
.pg_main_content_right_content_steps_i{
	display: flex;
	justify-content: flex-start;
	position: relative;
	padding-left: 29px;
	min-height: 70px;
}
.pg_main_content_right_content_steps_i:last-child::before{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
}
.pg_main_content_right_content_steps_i::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #c9b38a;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}
.pg_main_content_right_content_steps_i::before{
	content: "";
	display: block;
	width: 1px;
	height: 70px;
	background-color: #c9b38a;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 10px;
}
.pg_main_content_right_content_content{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}
.pg_main_content_right_content_content_i{
	overflow: hidden;
	border: 1px solid #eee;
}
.pg_main_content_right_content_content_i_title{
	color: #333;
	font-size: 24px;
	margin-bottom: 23px;
	font-weight: bold;
	padding: 0 38px;
}
.pg_main_content_right_content_content_i_js{
	padding: 0 38px;
	padding-bottom: 30px;
	padding-right: 34px;
	color: #666;
	font-size: 20px;
}
/* 手风琴效果开始 */
.list_dt{
    background: #fff;
    color: #333;
		font-size: 16px;
    padding: 16px 0;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
/* .list_dt:hover{
    background: #222;
} */
/* .list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
} */
#open{
    /* background: #fff; */
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
.list_dt_icon{
    position: absolute;
    right: 40px;
    top: 50%;
		transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 10px;
    background: url("../img/off.jpg") no-repeat;
    background-size: 100%;
}
#open .list_dt_icon{
    background: url("../img/open.jpg") no-repeat;
    background-size: 100%;
}
.list_dd{
    display: none;
}
.list_li{
    background: #fff;
		font-size: 16px;
    list-style-type: none;
    color: #333;
    padding: 16px 0px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
}
.list_li:hover{
    background: #faf5ec;
		color: #c9b38a;
		font-weight: bold;
}
.select_list{
	background: #faf5ec;
	color: #c9b38a;
	font-weight: bold;
}
/* 手风琴效果结束 */


/* 联系我们主体 */
.contact_main_content_center{
	padding: 0 47px;
	background: #fff;
	flex: 1;
}
.contact_main_content_center_title{
	color: #333;
	font-size: 30px;
	padding-top: 58px;
}
.contact_main_content_center_js{
	font-size: 20px;
	color: #666;
	padding-top: 23px;
	padding-bottom: 39px;
}
.contact_main_content_center_address{
	width: 100%;
	height: 459px;
	/*background-color: red;*/
}
.contact_information{
	color: #333;
	font-size: 30px;
	padding-top: 58px;
	padding-bottom: 22px;
	
}
.contact_information_info{
	line-height: 42px;
	color: #333;
	font-size: 20px;
}
.contact_qrcode{
	display: flex;
	margin-top: 27px;
	padding-bottom: 50px;
}
.contact_qrcode_wrap{
	margin-right: 31px;
}
.contact_qrcode_img{
	width: 120px;
	height: 120px;
}
.contact_qrcode_name{
	font-size: 18px;
	color: #333;
	margin-top: 19px;
	text-align: center;
}

/* 服务中心 */
.service_wrap{
	flex: 1;
	background: #fff;
	width: 1200px;
	box-sizing: border-box;
}
.service_wrap_tabs{
	display: flex;
}
.service_wrap_tabs{
	padding: 0 20px;
}
.service_wrap_tabs_i{
	padding: 0 42px;
	padding-top: 43px;
	padding-bottom: 29px;
	text-align: center;
	font-size: 24px;
	color: #666;
}
.service_wrap_tabs_i_active{
	color: #000;
	font-weight: bold;
	position: relative;
}
.service_wrap_tabs_i_active::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 6px;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background: #c9b38a;
}
#content > .isShow{
	display: none;
}
#content > .isShow:first-child{
	display: block;
}
.service_wrap_tabs_i_title{
	text-align: center;
	margin-top: 59px;
	font-size: 20px;
	color: #666;
	line-height: 36px;
}
.service_wrap_tabs_i_contact{
	display: flex;
	justify-content: center;
	margin-top: 116px;
}
.textarea{
	width: 100%;
	height: 273px;
	border: none;
	padding: 27px;
	color: #666;
	outline: none;
}
.marketing{
	display: flex;
	justify-content: center;
	object-fit: contain;
}

.talent_list_i{
	padding: 0 48px;
	background: #fff;
	margin-bottom: 20px;
}
.talent_list_i_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 27px;
}
.talent_list_i_title_left{
	color: #333;
	font-size: 30px;
}
.talent_list_i_title_time{
	color: #666;
	font-size: 18px;
}
.talent_list_i_content{
	color: #666;
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 48px;
}

.news_wrap{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 0 39px;
	padding-top: 46px;
	padding-bottom: 159px;
}
.news_wrap_left a{
}
.news_wrap_left_img{
	/* width: 541px; */
	height: 240px;
}
.news_wrap_left_content{
	margin-top: 32px;
}
.news_wrap_left:nth-child(n+4) .news_wrap_left_content{
	margin-top: 0;
	margin-bottom: 20px;
}
.news_wrap_left_content >  a{
	text-decoration: none;
}
.news_wrap_left_content_i{
	display: flex;
	margin-bottom: 20px;
}
.news_wrap_left_content_i_time{
	color: #999;
	/* font-size: 14px; */
	padding-top: 6px;
}
.news_wrap_left_content_i_title{
	flex: 1;
	width: 250px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
	/* margin-left: 20px; */
	line-height: 30px;
	color: #333;
	margin-right: 20px;
}
.news_wrap_left_content_i_title:hover{
	/* font-weight: bold; */
	color: #c9b38a;
}


.news_wrap_left_content_i_title2{
	width: 729px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
	line-height: 30px;
	color: #333;
}
.news_wrap_left_content_i_title2:hover{
	font-weight: bold;
}

/* 产品中心 */
.product_wrap{
	width: 1200px;
	margin: auto;
}
#series_list > a{
	display: block;
	height: 100%;
}
.product_wrap_search{
	display: flex;
	align-items: center;
	padding-top: 38px;
	padding-bottom: 40px;
}
.product_wrap_search_title{
	color: #666;
	font-size: 18px;
}
.product_wrap_search_input{
	margin-left: 38px;
	font-size: 20px;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #999;
}
.product_wrap_search_input > input{
	padding: 14px 0;
	width: 500px;
	border: none;
	text-indent: 24px;
	background-color: transparent;
	outline: none;
}
.product_wrap_search_select{
	width: 232px;
	height: 48px;
	padding-left: 42px;
	padding-right: 26px;
	border-radius: 50px;
	border: 1px solid #999;
	margin-left: 30px;
}
.product_wrap_search_select > select{
	border: none;
	outline: none;
	height: 100%;
	width: 100%;
	background: transparent;
	color: #666;
}
.classification_product{
	display: flex;
	padding-bottom: 40px;
}
.classification_product_left{
	margin-right: 20px;
}
.classification_product_left_one{
	width: 640px;
	height: 340px;
	margin-bottom: 20px;
}
.classification_product_left_two{
	width: 640px;
	height: 340px;
}
.classification_product_right{
	width: 540px;
	height: 700px;
}
.product_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 30px;
	padding-bottom: 80px;
}
.product_list_i{
	/* padding-bottom: ; */
}
.product_list_i_img{
	width: 280px;
	height: 320px;
	padding-top: 57px;
	padding-bottom: 27px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.product_list_i_img img{
	transition: all .5s ease;

}
.product_list_i:hover .product_list_i_img img{
	transform: scale(1.2);
}
.product_list_i:hover .product_list_i_btn_content{
	border: 1px solid #c9b38a;
    color: #c9b38a;
}
.product_list_i_name{
	color: #333;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.product_list_i_btn{
	display: flex;
	justify-content: center;
}
.product_list_i_btn_content{
	padding: 7px 19px;
	border: 1px solid #666;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.product_list_i_btn_content > a{
	text-decoration: none;
	color: #666;
}

.paging_wrap{
	display: flex;
	padding-bottom: 69px;
	justify-content: center;
}
.paging_wrap_content{
	display: flex;
	align-items: center;
}
.paging_wrap_content_number{
	margin: 0 27px;
}
.paging_wrap_content_index{
	padding: 9px 12px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
}
.paging_wrap_content_go{
	color: #666;
	font-size: 18px;
}
.paging_input{
	width: 48px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	overflow: hidden;
	margin: 0 12px;
}
.paging_input > input{
	width: 100%;
	height: 100%;
	background: #fff;
	border: none;
	outline: none;
}
.paging_wrap_content_btn{
	color: #fff;
	font-size: 18px;
	padding: 0 18px;
	background-color: #c9b38a;
	border-radius: 4px;
	margin-left: 12px;
	height: 36px;
	line-height: 36px;
}
/* 搜索 */
.search_btn{
	padding: 15px 40px;
	background: #c9b38a;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	margin-left: 40px;
	cursor: pointer;
}
.search_btn2{
	padding: 15px 40px;
	background: #999;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	margin-left: 40px;
	cursor: pointer;
}
.mbx_wrap{
	color: #666;
	font-size: 18px;
	flex: 1;
}
.mbx_wrap a{
    color: #666;
}
.back{
	padding: 7px 12px;
	border: 1px solid #c9b38a;
	color: #c9b38a;
	border-radius: 50px;
	font-size: 18px;
	
}
.back > a{
	color: #c9b38a;
	text-decoration: none;
}
.news_title{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 43px;
}
.news_time{
	color: #666;
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 26px;
	text-align: center;
}
.news_content{
	color: #666;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
	min-height: 600px;
}
/* 产品详情列表 */
.product_swiper_wrap{
	/* width: ; */
	padding-bottom: 100px;
}
.product_swiper_wrap .mod18 .picBox{
    border: 1px solid #ddd;
}
.product_swiper_wrap .cf img{
    object-fit: contain;
}
.product_name{
	color: #333;
	font-size: 24px;
	padding-bottom: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.product_content{
	line-height: 48px;
	font-size: 18px;
	padding-top: 20px;
	color: #666;
}
.product_price{
	color: #ff0001;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.product_info{
	padding-bottom: 66px;
}

.main_content_left_content{
	height: 30px;
}