.warp {
	margin: 0 auto;
	width: 1360px;
}

.ti {
	background: #edf2ee;
}

img {
	max-width: 100%;
}
.detaile_flex{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*提示语*/

.top-tips {
	text-align: center;
	background: #edf2ee;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #777;
	position: relative;
	z-index: 9;
}

#Default{
	position: relative;
	overflow: hidden;
}
.default-box{
	width: auto;
}
/*导航*/

header {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 80px;
}

.navbar-brand {
	padding-bottom: 0;
}
.navbar-brand img{
	height: 48px;
}
.header-box {
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #b7bcb1;
	transition: all 0.5s;
}

.header-center {
	position: relative;
}

.header-center.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s;
}

.header-box>.container {
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: space-between;
}

.navbar .nav-item {
	padding: 0 1.2rem
}

.navbar .nav-item>a {
	color: #333;
}

.header-right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lang_box {
	position: relative;
	margin-right: 1.8rem;
	cursor: pointer;
}

.lang_title {
	color: #333;
	min-width: 88px;
}

.lang_title i {
	margin-left: 0.4rem;
	transition: all 0.3s;
	transform: rotate(0deg);
}

.lang_choose {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 888;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	transition: all 0.5s;
	transform: translateY(40px);
	opacity: 0;
	z-index: -3;
}

.lang_box:hover .lang_choose {
	transition: all 0.5s;
	transform: translateY(0px);
	opacity: 1;
	z-index: 3;
}

.lang_box:hover .lang_title i {
	transition: all 0.3s;
	transform: rotate(180deg);
}

.lang_title {
	line-height: 3rem;
}

.lang_choose a {
	display: block;
	width: 100%;
	line-height: 2.4rem;
	padding: 0 1rem;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.lang_choose a:hover {
	background: #edf2ee;
}

.lang_choose a:last-child {
	border: none;
}

.login_btn {
	display: block;
	width: 4.7rem;
	height: 2rem;
	background: #313131;
	border-radius: 0.2rem;
	color: #fff;
	font-weight: lighter;
	text-align: center;
	line-height: 2rem;
	cursor: pointer;
	transition: all 0.5s;
}

.login_btn:hover,
.btn-submit:hover,
.login_btn.cur {
	background:#3e472c;
	transition: all 0.5s;
}

.login_btn:not([href]),
.login_btn:hover {
	color: #fff!important;
	text-decoration: none;
}

.dropdown,
.navbar {
	position: initial!important;
}

a.nav-link {
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

a.nav-link:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	z-index: 1;
	height: 0.24rem;
	background:#3e472c;
	transition: all 0.5s;
}

.nav-item.cur a.nav-link {
	color:#3e472c;
}

.nav-item.cur a.nav-link:before,
a.nav-link:hover:before,
li.nav-item.active a.nav-link:before {
	right: 0;
	left: 0;
	transition: all 0.5s;
}

li.nav-item.active {
	color:#3e472c;
}


/*下拉*/

.header-box .dropdown-item {
	padding: 0;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.header-box .dropdown-menu {
	display: none;
	width: 100%;
	margin: 0;
	border-radius: 0;
	height:auto!important;
	border: 0;
	border-top: 1px solid #b7bcb1;
	padding: 0 1rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


.dropdown-menu dd {
	margin-bottom: 0;
	line-height: 1.8rem;
}

.dropdown-menu dd a {
	font-size: 0.9rem;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	color: #000;
}

.dropdown-menu dd a:hover {
	opacity: 1;
}

.dropdown-menu .container {
	position: relative;
}


.product_menu .container{
	display:block;
	position: relative;
	
}

.product_menu .nav_product_type{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width: 300px;
	border-left: 1px solid #eaeaea;
	line-height:20px;
	border-right: 1px solid #eaeaea;
}
.product_menu .nav_product_type li{
	position: relative;
	
	padding: 20px;
	padding-right: 30px;
	color: #3C482B;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}
.product_menu .nav_product_type li.cur,
.product_menu .nav_product_type li:hover{
	background: #edf2ee;
}
.product_menu .nav_product_type li i{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	display: flex;
    align-items: center;
    justify-content: center;

}
.product_menu .nav_product_type li.cur i{
	display: none;
}
.product_menu .nav_product_list{
	float:right;
	width: calc(100% - 300px);
}
.product_menu .second_box{
	display: none;	
}
.product_menu .second_box:first-child{
	display: block;
}
.product_menu .second_box .flex{
	display: flex;
	 align-items: flex-start;
    justify-content: space-between;
}
.product_menu .second_box .img-box{
	width:30%;
}
.second_box .second_level{
	padding:20px;
	width: 70%;
}
.second_box .second_level a{
	display:block;
	width:100%;
	height:100%;
}
.second_box .second_level li{
	float: left;
	margin:0px 15px;
	width: calc(50% - 30px);
	border-bottom: 1px dashed #eaeaea;
	padding: 15px 0 15px;
	line-height: 20px;
}

/*登录框*/

.login-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999999999;
}

.login-close {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.login-box .flex {
	position: absolute;
	transform: translateX(-50%);
	top: 50%;
	margin-top: -157px;
	left: 50%;
	z-index: 2;
}

.login-box-center {
	width: 30rem;
	padding: 1.2rem;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	z-index: 2;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.login-box h4 {
	font-size: 1rem;
	padding-bottom: 0.6rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.input-box {
	margin-bottom: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

.input-box label {
	padding-left: 0.8rem;
	display: block;
	min-width: 6rem;
	margin-bottom: 0;
	border-right: 1px solid #eaeaea;
}

.input-box input {
	border: none;
	outline: 0;
	font-size: 0.9rem;
}

.input-box input:focus,
.btn-submit:focus,
.choose_form .form-control-input .form-control:focus {
	box-shadow: none;
	outline: 0;
}

.btn-submit {
	width: 100%;
	border-radius: 3px;
	background: #313131;
	color: #fff;
	line-height: 2.6rem;
	transition: all 0.3s;
	outline: 0;
}

.login-box>p {
	margin-top: 1rem;
	line-height: 1rem;
	font-size: 0.9rem;
	color: #666;
}

.login-box>p a {
	color: #dca000;
}


/**/

.moblie_title_right {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.mobile_header_list {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	background: #fff;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	z-index: 9;
}

.mobile_header_list {
	padding: 1rem;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list .card:last-child {
	border: 0!important;
}

.mobile_header_list .card>a {
	color: #333;
	line-height: 3rem;
}

.mobile_header_list .card.dropdown>a {
	display: flex;
	padding-right: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_hidenlist {
	display: none;
	background: #edf2ee;
}

.mobile_hidenlist_list h5 {
	display: flex;
	padding: 0 1rem;
	color:#3e472c;
	margin-bottom: 0;
	line-height: 3rem;
	font-size: 0.9rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.mobile_hidenlist_list h5 a {
	display: block;
	width: 100%;
}

.mobile_hidenlist_list h5 i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_hidenlist_list.cur h5 i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_hidenlist dd {
	padding: 0 1.5rem;
	margin-bottom: 0;
	border-bottom: 1px solid #eaeaea;
}

.mobile_hidenlist dl {
	display: none;
}

.mobile_hidenlist dd:last-child {
	border-bottom: 0;
}

.mobile_hidenlist dd a {
	display: block;
	width: 100%;
	line-height: 2.4rem;
}


/**/

.main-box {
	transition: all 0.3s;
}

.main-box.cur {
	filter: blur(10px);
	transition: all 0.3s;
}

.header .warp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header {
	border-bottom: 1px solid #b7bcb1;
}


/**/

.banner {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #b7bcb1;
}

.banner .banner_img {
	padding: 0 0 2rem 0;
	height: 720px;
}

.banner .banner_img .swiper-container,
.banner .banner_img .swiper-container .swiper-wrapper {
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100% !important;
	object-fit: cover;
}

.banner-text {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	align-items: center;
	justify-content: flex-start;
}
.banner-text p{
	max-width:70%;
	font-size:20px;
}
.banner-text-box {
	transform: translateY(200px);
	opacity: 0;
	transition: all .8s;
	color: #fff;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: bolder;
	color: #fff;
	margin-bottom: 2rem;
	letter-spacing: 0.1rem;
}

.banner-text-box a.more {
	margin-top: 2rem;
	display: flex;
	width: 11rem;
	height: 3rem;
	background:#3e472c;
	color: #fff;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	transition: all .8s;
}

.banner .swiper-container .swiper-button-prev {
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	background: #fff;
	border-radius: 3px;
	z-index: 4;
	font-size: 1.8rem;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next {
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3.4rem;
	height: 3.4rem;
	background: #fff;
	border-radius: 3px;
	z-index: 4;
	font-size: 1.8rem;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	opacity: 0;
}

.banner .swiper-container .swiper-button-next:hover,
.banner .swiper-container .swiper-button-prev:hover {
	background:#3e472c;
	color: #fff;
}

.banner .swiper-container .swiper-button-next:after,
.banner .swiper-container .swiper-button-prev:after {
	display: none;
}

.button-pag .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 0;
	margin: 0 6px!important;
	background:#3e472c;
}

.button-pag .swiper-pagination {
	position: initial;
}

.button-pag {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 4;
	background: #fff;
	padding: 0 8px;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}


/**/

.warrpe_box {
	padding: 5rem 0;
	width: 100%;
}

.title h1 {
	font-weight: bolder;
	font-size: 2.25rem;
	color: #000;
}

.title {
	margin-bottom: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title p {
	color: #666;
}

.imgbox {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.imgbox img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}


/**/

.news-wrapper .swiper-slide:hover img,
.industry_ul li:hover img,
.machine_box .swiper-slide:hover img,
.news_list:hover img,
.relevance_pro li:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.news-wrapper .swiper-slide h5 {
	margin: 1.2rem 0 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
}

.news-wrapper .swiper-slide p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.2rem;
	color: #666;
}

.news-wrapper .swiper-slide:hover p {
	color: #000;
}

.news-btnbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_button {
	position: relative;
	margin-left: 1rem;
	font-size: 1.4rem;
	display: flex;
	width: 3.2rem;
	height: 3.2rem;
	align-items: center;
	justify-content: center;
	background: #efefef;
	border-radius: 3px;
	overflow: hidden;
}

.news_button:before,
.news_button.swiper-button-disabled:hover:before {
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 0;
	background:#3e472c;
	transition: all 0.3s;
	opacity: 0;
}

.news_button i {
	position: relative;
	z-index: 1;
}

.news_button:hover:before {
	right: 0;
	transition: all 0.3s;
	opacity: 1;
}

.news_button i {
	transition: all 0.3s;
}

.news_button.swiper-button-disabled:hover i {
	color: #666;
}

.news_button.swiper-button-disabled {
	opacity: 0.5;
}

.news_button:hover i {
	color: #fff;
	transition: all 0.3s;
}

.news_button.swiper-button-disabled {
	cursor: not-allowed;
}


/**/

.whychoose {
	padding: 5.4rem 0 1.8rem;
	width: 100%;
	background: url(../images/abb.jpg) no-repeat center fixed;
	background-size: cover;
}

.whychoose h4 {
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.whychoose h2 {
	font-weight: bold;
}

.whychoose .abtitle {
	text-align: center;
	color: #fff;
}

.index_about {
	padding-top: 0!important;
	padding-bottom: 2rem!important;
	background: #f8f8f8;
}

.ab-wrapper {
	margin-top: 3.6rem;
}

.ab-wrapper .swiper-slide {
	text-align: center;
	color: #fff;
}

.headline_box {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #fff;
}

.headline_box h5 {
	margin-top: 1rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.ab-wrapper .swiper-slide>p {
	font-size: 0.9rem;
}

.gs-wrapper {
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
}

.gs-wrapper .swiper-slide>img {
	width: 100%;
}

.warrpe_box a.more {
	display: flex;
	width: 8rem;
	height: 2.8rem;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #666;
	transition: all 0.3s;
	cursor: pointer;
}

.warrpe_box a.more:hover {
	background:#3e472c;
	color: #fff;
	border-color:#3e472c;
	transition: all 0.3s;
}


/**/

.industry_ul {
	margin-bottom: 1.8rem;
	margin-left: -0.8rem;
	margin-right: -0.8rem;
}

.industry_ul li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	margin: 0.8rem;
	width: calc(25% - 1.6rem);
}

.industry_ul li p {
	position: absolute;
	padding: 1rem;
	z-index: 1;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}

#industry {
	display: none;
}


/**/

footer {
	background: #1b241b;
	border-bottom: 10px solid #0e120e;
}

.footer-t {
	display: flex;
	padding: 2.5rem 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ffffff1c;
}

.footer-t ul,
.footer-d {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-t ul li {
	width: 3.2rem;
	text-align: center;
	font-size: 1.5rem;
}

.footer-t ul li a {
	display: block;
	color: #fff;
	opacity: 0.3;
}

.footer-t ul li a:hover {
	opacity: 1;
}

.footer-d {
	padding: 1rem 0;
	color:#fff;
	
}

.footer-d a {
	color: #fff;
	opacity: 0.6;
	font-size: 0.9rem;
}


/**/

.dh {
	padding: 1rem 0;
}

.dh a {
	line-height: 2rem;
	display: inline-block;
}

.dh i {
	display: inline-block;
	margin: 0 0.5rem;
}

.banner_main {
	position: relative;
	display: flex;
	width: 100%;
	background: #fff;
	min-height: 550px;
	align-items: center;
	justify-content: center;
}

.banner_main .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.banner_main .container h3 {
	font-weight: bold;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 2px;
	margin-right: 1rem;
}

.banner_main .container span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
}

.title_ny {
	margin-bottom: 3rem;
}

.title_ny h2 {
	font-size: 1.9rem;
	font-weight: bold;
	color: #000;
}

.title_ny p {
	margin-top: 1.4rem;
	font-size: 1.5rem;
}


/*关于我们内页*/

.ab_tb {
	position: relative;
	margin: 0 auto 1.4rem;
	display: flex;
	width: 9.4rem;
	height: 9.4rem;
	border-radius: 50%;
	border: 1px solid #333;
	align-items: center;
	justify-content: center;
}

.ab_tb .quan {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.ab_tb .quan>div {
	position: relative;
	width: 100%;
	height: 100%;
	animation: circleRoate 5s infinite linear;
}

.ab_tb .quan>div:before {
	position: absolute;
	content: "";
	top: -0.34rem;
	left: 50%;
	margin-left: -0.34rem;
	width: 0.68rem;
	height: 0.68rem;
	background:#3e472c;
	border-radius: 50%;
}

@keyframes circleRoate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.zj-wrapper {
	margin: 4rem 0 0;
}

.zj-wrapper .swiper-slide {
	padding: 1rem;
}

.text_box h4 {
	font-weight: bold;
	color: #000;
}

.text_box {
	text-align: center;
	color: #666;
}

.line {
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 3rem 0;
}

.machine_box {
	margin-top: 4rem;
}

.button-pag-ny .swiper-pagination {
	position: initial;
}

.button-pag-ny .swiper-pagination .swiper-pagination-bullet {
	border-radius: 2px;
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.8rem;
}

.title_ny.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.button-pag-ny .swiper-pagination-bullet-active {
	background: #674127!important;
}

.machine_box .swiper-slide p {
	text-align: center;
	margin-top: 0.6rem;
	line-height: 2rem;
}

.machine_box .swiper-slide .imgbox {
	border: 1px solid #ddd;
}

.about_button:hover {
	background:#3e472c;
	color: #fff;
}

.about_button {
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -1.4rem;
	margin-left: 0;
	font-size: 1.4rem;
	display: flex;
	width: 2.8rem;
	height: 2.8rem;
	align-items: center;
	justify-content: center;
	background: #efefef;
	border-radius: 3px;
	overflow: hidden;
	z-index: 3;
}

.swiper-container:hover .about_button {
	opacity: 1;
}

.about_button.button-next {
	right: 0;
}

.about_button.button-prev {
	left: 0;
}


/*新闻中心*/

.title-wrapper .swiper-slide {
	display: flex;
	width: 10rem;
	height: 3.1rem;
	align-items: center;
	justify-content: center;
	background: #edf2ee;
	color: #666;
	border-radius: 3px;
}

.title-wrapper .swiper-slide.active {
	background:#3e472c;
	color: #fff;
}

.title-wrapper {
	margin-top: -2rem;
}

.news_box {
	margin-top: 2.6rem;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 2.6rem;
}

.news_list {
	float: left;
	margin: 1rem;
	width: calc(33.333% - 2rem);
}

.news_list>a {
	display: block;
}

.news_list h5 {
	margin: 1.2rem 0 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
}

.news_list a>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.2rem;
	color: #666;
}

.news_list .imgbox,
.news-wrapper .imgbox {
	position: relative;
}

.news_list .imgbox span,
.news-wrapper .imgbox span {
	position: absolute;
	padding: 1rem;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
}

.news_list:hover a>p {
	color: #000;
}

.news_main_title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}

.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;
}

a.back {
	display: flex;
	width: 3.5rem;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

a.back:hover {
	background: url(../images/bcak.png) no-repeat center#3e472c;
	border: 1px solid#3e472c;
}

a.back:hover img {
	display: none;
}

.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color:#3e472c;
}

.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}

.news_details p {
	margin-bottom: 0.7rem;
}


/**/

.contact_text {
	width: 100%;
	border-radius: 3px;
}

.contact_text_left {
	width: 100%;
}
.contact_text_left .flex {
    display: flex;
    flex-wrap: wrap;
    background: #edf2ee;
    margin: 30px 0;
}
.contact_text_left .flex>div{
	padding:50px 20px;
	width: 33.3333%;
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.contact_text_left .flex h3{
	font-size: 70px;
	margin-bottom: 20px;
	color: #37412c;
}
.conimg{
	display: flex;
}
.contact_text_left>h3 {
	font-weight: bold;
	font-size: 1.2rem;
}

.contact_text_right {
	position: relative;
	width: 100%;
	height:320px;
}

#mapContainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.con_information>div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.con_information>div:last-child {
	margin-bottom: 0;
}

.con_information {
	padding: 1.2rem 2.2rem;
	line-height: 1.5rem;
}

.con_information label {
	margin-right: 1rem;
}

.add_ul {
	margin-left: -1rem;
	margin-right: -1rem;
}
.add_ul::after {
    display: block;
    clear: both;
    content: "";
}
.add_ul li {
	float: left;
	margin: 1rem;
	width: calc(33.33% - 2rem);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.add_ul li>h5 {
	font-size: 1.12rem;
	padding: 1.5rem 2rem 1rem;
	border-bottom: 1px solid #ddd;
}

.add_ul .con_information {
	min-height: 15rem;
}

.keep_ny h1 {
	font-weight: bold;
	margin-bottom: 1.5rem;
	color: #000;
}

.keep_ny {
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 4rem;
}

#feedback {
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

#feedback .form-control {
	background: #dde2de;
	border: none;
	height: 3.25rem;
	padding: .375rem 1.2rem;
}

#feedback .form-control:focus {
	box-shadow: none;
	border: 1px solid#3e472c;
}

#feedback .form-group {
	padding: 0.3rem 0.8rem;
}

#feedback .form-textarea {
	width: 100%;
	padding: 1rem 1.2rem;
	background: #dde2de;
	border-radius: 3px;
	height: 8rem;
}

#feedback .feedback-submit {
	margin-top: 1.3rem;
	width: 100%;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b1b;
	color: #fff;
}


/**/

.procenter {
	min-height: 500px;
	padding-top: 3rem;
}

.Products-head {
	padding: 40px 0;
	background: #f1f5f9;
}

.left-nav {
	float: left;
	width: 18rem;
	position: sticky;
	top:0px;
	padding-top: 20px;
}
.left-nav.active{
	width: 0;
}
.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
	
}
.left-nav>div.pro-nav-box::-webkit-scrollbar {
	width: 1px;
	height: 25px
}
.left-nav>div.pro-nav-box::-webkit-scrollbar-track,
.left-nav>div.pro-nav-box::-webkit-scrollbar-corner {
	background-color:rgba(0,0,0,0)
}

.pro-nav-box.cur{
	display: none;
}
.close-pro {
	position: relative;
	z-index: 1;
    display: flex;
    text-align: right;
    padding: 10px 5px;
    height: 40px;
    font-size: 14px;
    background: #664127;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    width: 140px;
    transition: 0.3s all;  
}
.close-pro.cur{
	flex-direction: row-reverse;
	transition: 0.3s all;   
}
.close-pro span{
	display: block;
}
.close-pro i{
	margin-right: 10px;
	transition: 0.3s all;
}
.close-pro.cur i{
	margin-right: 0;
	margin-left: 10px;
	transform: rotate(180deg);
	transition: 0.3s all;
}
.left-nav li {
	font-size: 14px;
	border-bottom: 1px solid #b7bcb1;
}

.left-nav li:last-child {
	border: none;
}

.left-nav li:hover {
	background: #ceba93;
}

.left-nav.cur {
	display: block;
	width: 100%;
	margin-top: -1rem;
	margin-bottom: 2rem;
}

.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}

.pro-type-nav {
	display: flex;
	text-align: left;
	border: 1px solid #eaeaea;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
}

.pro-type {
	margin-bottom: 1rem;
}

.pro-type ul {
	display: none;
	height: 100%;
	border: 1px solid #b7bcb1;
}

.pro-type:first-child ul {
	display: block;
}

.pro-type.cur>a.pro-type-nav {
	background: #674127;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #674127;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.pro-type>.pro-type-nav i {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	/* IE 9 */
	-webkit-transform: rotate(270deg);
	transition: all 0.3s;
}

.pro-type.cur>.pro-type-nav i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
}

.pro-type ul li a {
	display: block;
	width: 100%;
	padding: 15px 15px;
}

.pro-type.cur ul li.cur a {
	color: #000;
	font-size: 1.1rem;
}

.pro-type-mobile {
	display: none;
	text-align: center;
	padding: 15px;
	width: 100%;
	margin-bottom: 2rem;
	background: #edf2ee;
	cursor: pointer;
	border-radius: 3px;
}

.pro-type-mobile.cur {
	background:#3e472c;
	color: #fff;
}

.pro-type-mobile i {
	margin-right: 0.5rem;
}

.product-center-list {
	float: right;
	width: calc(100% - 20rem);
}
.product-center-list.active{
	width: 100%;
}
.product-center-list h1 span {
	font-weight: lighter;
}

.product-center-list h1 {
	font-weight: bold;
	font-size: 1.8rem;
	color: #000;
}

.choose_form {
	margin: 2rem 0 1rem;
	font-size: 0.9rem;
}

.choose_form .feedback-form {
	float: left;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
	margin-right: -0.4rem;
	width: calc(100% - 8rem);
}

.choose_form .form-control-input {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 3.15rem;
}

.choose_form .form-control-input label {
	display: flex;
	margin-bottom: 0;
	min-width: 6.4rem;
	align-items: center;
	justify-content: center;
}

.choose_form .form-control-input .form-control {
	border: none;
	border-left: 1px solid #eaeaea;
	border-radius: 0;
	height: 100%;
	font-size: 0.9rem;
}

.choose_form_tb {
	display: flex;
	float: right;
}

.choose_form_tb .btn {
	width: 3.5rem;
	margin-left: 0.5rem;
	height: 3.15rem;
	outline: 0;
}

.choose_form_tb .btn:focus {
	border-color:#3e472c;
	box-shadow: none;
}

.refresh-submit {
	border: 1px solid #ddd;
	background: url(../images/cz.png) no-repeat center;
}

.search-submit {
	background: url(../images/ss.png) no-repeat center #313131;
}

.search-submit:hover {
	background: url(../images/ss.png) no-repeat center #000;
}

.refresh-submit:hover {
	border-color: #000;
}

.form-control-drop-down {
	position: relative;
}

.form-control-drop-down i {
	position: absolute;
	display: flex;
	width:auto;
	top: 0;
	right:10px;
	bottom: 0;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

.form-control-drop-down .form-control {
	padding-right: 2.5rem;
}

.down_hide_list {
	position: absolute;
	top: 100%;
	z-index: 2;
	background: #fff;
	border: 1px solid #ddd;
	right: -1px;
	left: -1px;
}

.down_hide_list li {
	padding: 0.5rem;
	line-height: 2rem;
}

.down_hide_list li:hover {
	background: #edf2ee;
}

#mySelect {
	width: 100%;
	height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	position: relative;
	z-index: 1;
}
.choose_form .select2-container,
.choose_form .selection,
.choose_form .select2-container--default .select2-selection--single,
.choose_form .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 100%!important;
}

.choose_form .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.select2-dropdown {
	border-color: #ddd!important;
}

.choose_form .select2-container--default .select2-selection--single {
	background: none;
	border: none;
	border-left: 1px solid #ddd;
	border-radius: 0px;
	padding-right:32px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #3e472c!important;
}

.select2-search__field:focus-visible {
	outline: 0;
}

.select2-results__option {
	padding: 10px 6px!important;
}

.choose_more {
	position: relative;
	width: 100%;
}

.choose_more:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #ddd;
}

.choose_more_tb {
	position: relative;
	z-index: 0;
	background: #fff;
	float: right;
	width: 8rem;
	cursor: pointer;
}

.choose_more_tb>div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.choose_more_tb img,
.choose_more_tb i {
	margin-right: 0.5rem;
}

.choose_more_tb>div {
	display: none;
}

.choose_more_tb>div.cur {
	display: flex;
}

.choose_form .feedback-form .form-row {
	display: none;
}

.choose_form .feedback-form .form-row:first-child {
	display: flex;
}

.choose_form .form-group {
	float: left;
	margin: 0.4rem;
	width: calc(33.333% - 0.8rem);
}

.choose_more_input {
	display: none;
}


/**/

.tabel_list {
	margin-top:-1px;
	font-size: 0.9rem;
}

a.more_details {
	display: flex;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding: 0.3rem 0.5rem;
	background: #f5faf6;
	align-items: center;
	justify-content: center;
}

.more_details i {
	display: none;
}

.tabel_header {
	width: 100%;
    display: flex;
    background: #edf2ee;
    padding: 0.8rem 0.5rem;
    align-items: center;
    justify-content: space-between;
}
.tabel_header .Controls{
	background: none;
}
.tabel_header div,
.tabel_li div {
	min-width: 3rem;
	padding: 0.2rem;
}

.tabel_li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}

.tabel_li:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 100%;
	height: 2px;
	background: #3C482B;
	transition: all 0.3s;
	z-index: 1;
}

.tabel_li:hover:before {
	right: 0;
	transition: all 0.3s;
}
table tr{
	    box-sizing: border-box;
}
a.tipe_type,
a.tipe_type:hover {
	color: #dca000;
	text-decoration: underline;
}

div.Controls {
	display: flex;
	width: 74px;
	background: #fff;
    align-items: center;
}
.other-tb{
    padding: 0;
    width: calc(64% - 4.6rem);
}

.first-tb {
	display: flex;
	width:100%;
	align-items: center;
	justify-content: flex-start;
}

.first-tb>img {
	max-width: 8rem;
}

a.login_type,
a.login_type:hover {
	color: #dca000;
	text-decoration: underline;
	cursor: pointer;
	display:block;
}
.tabel_li .text{
	width:calc(100% - 130px);
}
.tabel_li .text .name {
	margin-bottom: 0.5rem;
}

.tabel_li .text {
	margin-left: 0.5rem;
}

.first-tb {
	text-align: left!important;
}
.first-tb img{
	width: 130px;
}
.other-tb>div{
	float: left;
	display: inline-block;
	width:90px;
}
.other-tb span {
	display: none;
	padding: 0.2rem;
	min-width: 4rem;
}

.loging-type {
}

.loging-type span {
	float: left;
	display: flex;
	
	align-items: center;
	justify-content: flex-start;
}
.loging-type span:first-child{
	margin-right: 1rem;
}
.loging-type span i {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin-right: 0.4rem;
}

.loging-type span i.green {
	background: #22ac38;
}

.loging-type span i.black {
	background: #000;
}

a.more_details:hover {
	background:#3e472c;
	color: #fff;
}


/**/

.pro-view-container {
	display: flex;
	justify-content: space-between;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	display: flex;
	max-width: 60%;
	margin-right: 30px;
	border: 1px solid #ddd;
	align-items: center;
    justify-content: center;
}

.pro-view-img {
	width: 100%;
	position: relative;
}

.gallery-top .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	height: auto;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container .pro-view-right {
	width: 40%;
}
.detaile_flex table{
	width: 100%;
}
.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-view-jj {
	position: relative;
	border-top: 1px solid #eaeaea;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.headline {
	margin-bottom: 30px;
}

.headline h2 {
	font-size: 1.6rem;
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #edf2ee;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background:#3e472c;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box img {
	max-width: 100%;
}


/**/

.tab_nav {
	margin: 3rem 0;
	border-bottom: 1px solid #ddd;
}

.tab_nav li {
	float: left;
	padding: 1rem 1.5rem;
	cursor: pointer;
}

.tab_nav li.cur {
	border: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom: 2px solid #fff;
	margin-bottom: -1px;
}

.detaile_li_box {
	display: none;
}

.detaile_li_box:first-child {
	display: block;
}


.detaile_li_box table td,
.detaile_li_box table th {
	padding: 0.8rem 2rem;
	font-weight: initial;
}

.detaile_li_box table tr:nth-child(odd) {
	background: #edf2ee;
}

.detaile_li_box table tr td:last-child {
	border-left: 2px solid #fff;
}


/**/

.relevance_pro {
	margin-left: -1rem;
	margin-right: -1rem;
}

.relevance_pro li {
	float: left;
	margin: 1rem;
	width: calc(25% - 2rem);
}

.relevance_pro li a {
	display: block;
}

.relevance_pro li .imgbox {
	border: 1px solid #ddd;
	margin-bottom: 1rem;
}

.relevance_pro li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pc-banner {
		display: block;
	}
	.mobile-banner {
		display: none;
	}
	
	
#Log_out{
	border: 1px solid #eaeaea;
	background: none;
	display: flex;
	line-height: initial;
	color: #333!important;
	align-items: center;
    justify-content: center;
	
}

#Log_out:hover{
	border-color:##3e472c;
	background:#3e472c;
	color: #fff!important;
}

.title-wrapper .swiper-slide:hover{
	background:#3C482B;
	color: #fff;
	cursor: pointer;
}

/* 分隔符 */

.detaile_li_box .currency_btn{
	float: right;
	margin-bottom: 20px;
}
.detaile_li_box>.flex{
	display: flex;
    justify-content: flex-end;
}
.product-center-list>.flex{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.currency_btn{
	position: relative;
	z-index: 1;
}
.currency_btn>div#currency_b{
	color: #666;
	padding: 5px 12px;	
	border-radius: 3px;
	border: 1px solid #ddd;
	font-size: 14px;
	cursor: pointer;
}
.currency_btn>div#currency_b:hover,#currency_b.cur{
	background:#3e472c;
	color: #fff!important;
}
.currency_btn>div#currency_b i{
	margin-left: 10px;
}
.currency_li{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFF;
	border: 1px solid #eaeaea;
	border-top: 0;
	font-size: 14px;
}
.currency_li li{
	padding: 5px 12px;
	border-bottom: 1px solid #eaeaea;
}
.currency_li li a{
	display: flex;
    width: 100%;
    align-items: center;
}
.currency_li li a i{
	margin-right: 15px;
	font-size: 9px;
	color: #ccc;
}
.currency_li li.cur i{
	color:#22ac38;
}
.pro-view-left{
	max-width:60%
}
.detaile_li_box .pro-view-right{
	max-width:40%;
	width:100%;
}
/**/
.tabel_list td>span{
	display: none;
}
.tabel_list2 table{
	width: 100%;
	text-align: center;
}
.tabel_list2 table thead th{
	font-weight: normal;
	padding: 0 0.2rem;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}
.tabel_list2 table thead tr th:first-child{
	width: 330px;
	padding-left: 10px;
	text-align: left;
}

.tabel_list2 table thead tr th:last-child{
	width: 74px;
}

.tabel_list2 table thead{
	top: 263px;
	height: 60px;
	background:#664127;
}


.tabel_list2 table td{
	padding:0.5rem 0.2rem;
	max-width: 90px;
	word-break: break-all;
	border: 1px solid #eaeaea;
}

.tabel_list2 table td:first-child{
	background: #fff;
	width: 130px;
	max-width: initial;
}
.tabel_list2 table td:first-child img{
	width: 100%;
}
.tabel_list2 table tbody tr:nth-child(2n){
	background:#cdba921a
}


.tabel_list2 .text{
	text-align: left;
	padding: 0 0.4rem;
}

.tabel_list2 table tbody tr:hover{
	border-bottom: 1px solid #664127;
}

.huadong_top{
	width: 100%;
	position: sticky;
	top: 0px;
	background: #fff;
	z-index:6;
	padding-top: 20px;
}

.tabel_list2.activelist{
	margin-top: -62px;
}
.shou{
	display: none;
	float: right;
	width: 60px;
	height:60px;
	align-items: center;
    justify-content: center;
    background: #edf2ee;
    font-size: 20px;
    cursor: pointer;
}
/**/
.currency_box{
	float: right;
	display: flex;
	width: auto;
}
.currency_box span{
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
}
.currency_box p{
	margin-left: 15px;
}

.inform>p{
	float: left;
}
.inform::after {
    display: block;
    clear: both;
    content: "";
}
.inform {
    margin-bottom: 20px;
}
.inform .loging-type p,.inform a.login_type{
	white-space: nowrap;
}
.inform .loging-type span{
	margin-right: 0;
}
.inform .loging-type {
	float: right;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1460px
	}
}

@media (max-width: 1200px) {
	
	.tabel_list2 table thead tr th:first-child{
		width:280px;
	}
	.tabel_list2 table td:first-child{
		width: 90px;
	}
	.detaile_li_box table td, .detaile_li_box table th{
		padding: 0.8rem 1rem;
	}
	.tabel_list2 table tbody tr td.ph span{
		margin-left: 0;
	}
	.pro-type-mobile {
		display: block;
	}
	.left-nav{
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 10;
		padding: 0;
		background: #fff;
		display: none;
		min-width: 300px;
	}
	.shou{
		display: flex;
	}
	.left-nav>div.pro-nav-box{
		padding: 10px;
	}
	.left-nav.active{
		display: block;
		width:400px;
		box-shadow: 11px 0 11px rgba(0,0,0,0.2);
	}
	.product-center-list {
		width: 100%;
	}

	.add_ul .con_information {
		padding: 1.2rem 1rem;
	}
	.add_ul li>h5 {
		padding: 1rem 1rem 1rem;
	}
	.add_ul .con_information {
		min-height: 16rem;
	}
	.whychoose h2 {
		font-size: 1.6rem;
	}
	.headline_box h5 {
		font-size: 1rem;
	}
	.title h1 {
		font-size: 2rem;
	}
	.banner-text-box h1 {
		font-size: 1.4rem;
	}
	.navbar .nav-item {
		padding: 0 0.2rem;
		font-size: 0.9rem;
	}
	.banner-text-box a.more {
		width: 9rem;
	}
	.news-wrapper .swiper-slide h5 {
		font-size: 1.1rem;
	}
}

@media (max-width: 991px) {
	.banner-text p{
		font-size:12px;
		line-height:18px;
	}
	.banner .banner_img{
		height:600px;
	}
	.contact_text_left .flex {
    flex-direction: column;
	}
	.contact_text_left .flex h3{
		font-size: 60px;
	}
	.contact_text_left .flex>div{
		padding: 30px 20px;
		width: 100%;
	}
	.left-nav.active{
		width:80%;
	}
	.tabel_list2 table tbody tr td:nth-child(2n){
		border-left: 0;
	}
	
	.tabel_list2 table tbody tr td.ph{
		display: flex;
		width: 50%;
		height: 210px;
		max-width: initial;
		overflow: hidden;
		border-top: 1px solid #EAEAEA;
		align-items: center;
    	justify-content: flex-start;
	}
	.tabel_list2 table tbody tr td{
		width: 50%;
		text-align: left;
		height: 40px;
		max-width: initial;
		background: #fff;
		border-top: 0;
	}
	.tabel_list2 table tbody tr td span{
		display:block;
		float: left;
		margin-right: 15px;
		margin-left: 15px;
		min-width: 70px;
	}
	.tabel_list2 table tbody tr:hover{
		border: none;
	}
	.tabel_list3,.tabel_list2 table thead{
		display: none;
	}
	.tabel_list2.activelist{
		margin-top: 0;
	}
	.tabel_list table tr{
	display: block;
	margin-bottom: 20px;
	}
	.tabel_list2 table tbody tr:nth-child(2n) {
    background: #fff;
	}
	.tabel_list table tr::after {
    display: block;
    clear: both;
    content: "";
	}
	.tabel_list table td{
		float: left;
	}
	.other-tb>div{
		width:100%;
	}
	.product-center-list>.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	}
	.first-tb>img{
		max-width:100%;
	}
	.choose_form{
		margin:1rem 0;
	}
	.detaile_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
	}
	.relevance_pro li {
		width: calc(50% - 2rem);
	}
	.pro-view-container {
		display: block;
	}
	.pro-view-container .pro-view-left {
		width: 100%;
		margin-right: 0;
		max-width: initial;
	}
	.pro-view-left,.detaile_li_box .pro-view-right{
		max-width: 100%;
	}
	.pro-view-container .pro-view-right ,.detaile_flex table{
		width: 100%;
		margin-top: 1.6rem;
	}
	.pro-type-nav {
		padding: 8px 20px;
	}
	.pro-type ul li a {
		padding: 8px 20px;
	}
	.pro-type {
		margin-bottom: 0.5rem;
	}
	.tabel_li {
		padding-bottom: 3rem;
	}
	.other-tb {
		width: 45%;
	}
	.Controls {
		width: 100%!important;
		padding: 0!important;
		height: auto!important;
		margin-top: 10px;
	}
	.Controls a {
		width: 100%;
	}
	.tabel_li .text {
		margin-left: 0;
	}
	.other-tb span {
		display: block;
	}
	.other-tb>div {
		display: flex;
		align-items: center;
		border-bottom: 1px dashed #ddd;
	}
	.other-tb>div:last-child {
		border: none;
	}
	.first-tb {
		width: 55%;
	}
	.tabel_header .other-tb {
		display: none;
	}
	.tabel_li .other-tb {
		display: block;
		text-align: left;
	}
	.first-tb {
		display: initial;
	}
	.more_details i {
		display: block;
	}
	.more_details span {
		display: none;
	}
	.choose_form .form-group {
		width: calc(100% - 0.8rem);
	}
	#feedback .form-row {
		display: block;
	}
	#feedback .form-group {
		max-width: 100%!important;
	}
	.contact_text_left,
	.contact_text_right {
		max-width: 100%;
	}
	.contact_text_right {
		min-height: 30rem;
	}
	.add_ul li {
		width: calc(50% - 2rem);
	}
	.contact_text {
		flex-direction: column;
	}
	.news_list {
		width: calc(50% - 2rem);
	}
	.banner_main {
		min-height: 450px;
	}
	.banner_main .container h3 {
		font-size: 2.2rem;
	}
	.title_ny h2 {
		font-size: 1.6rem;
	}
	.title_ny p {
		font-size: initial;
	}
	
	.industry_ul.cur li {
		display: block!important;
	}
	#industry {
		display: flex;
	}
	.industry_ul {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.industry_ul li {
		margin: 0.5rem;
		width: calc(50% - 1rem);
	}
	header {
		height: 3.5rem;
	}
	.banner-text-box a.more {
		width: 7rem;
		height: 2.4rem;
	}
	.banner-text-box h1 {
		font-size: 1rem;
	}
	.header-box>.container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.lang_box {
		display: none;
	}
	.header-box .navbar-brand {
		margin-right: 0;
	}
	.navbar {
		display: none;
	}
	body {
		font-size: 0.9rem;
	}
	.moblie_title_right {
		display: block;
	}
	.navbar .nav-item {
		padding: 0 0.2rem;
		font-size: 0.9rem;
	}
	.lang_title {
		display: none;
	}
	.header-box>.container {
		height: 3.5rem;
	}
	.fupad img {
		width: auto;
		height: 2rem;
	}
	.top-tips {
		line-height: 1.6rem;
	}
	.banner_button {
		display: none;
	}
	.whychoose h2 {
		font-size: 1.4rem;
	}
	.footer-t>img {
		height: 42px;
	}
}

@media (max-width:768px) {
	.whychoose {	
    background-size: auto 100%;
	}
	a.login_type{
		font-size: 12px;
	}
	.dh{
		padding: 0.2rem;
		font-size: 12px;
	}
	.banner_main .container span{
		width: 10px;
		height:10px;
	}
	.detaile_li_box .loging-type {
		display: flex;
		flex-direction: column;
	}
	.tabel_list2 table tbody tr td.ph{
		height: 160px;
	}
	.choose_form .form-control-input label {
		min-width: 5.0rem;
	}
	.choose_form .form-control-input {
		height: 2.2rem;
	}
	.choose_form_tb .btn {
		width: 2.8rem;
		height: 2.2rem;
	}
	.choose_form .feedback-form {
		width: calc(100% - 6rem);
	}
	.choose_form .form-group{
		margin-bottom: 0;
	}
	.table td,
	.table th {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.product-center-list h1 {
		font-size: 1.2rem;
	}
	.procenter {
		padding-top: 1rem!important;
	}
	.add_ul li {
		width: calc(100% - 2rem);
	}
	.add_ul .con_information {
		min-height: initial;
	}
	.news_list h5 {
		font-size: 1.2rem;
	}
	.title_ny h2 {
		font-size: 1.4rem;
	}
	.title h1 {
		font-size: 1.4rem;
	}
	.warrpe_box {
		padding: 4rem 0;
	}
	.whychoose {
		padding: 4.4rem 0 1.8rem;
	}
	.login_btn {
		height: 1.6rem;
		line-height: 1.6rem;
		width: 3.6rem;
		font-size: 0.8rem;
	}
	.fupad img {
		width: auto;
		height: 1.6rem;
	}
	.header-box>.container {
		height: 3rem;
	}
	.footer-d {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		font-size: 0.8rem;
	}
	.footer-t>img {
		height: 37px;
	}
	.title p {
		line-height: 1rem;
	}
	.dh a {
		line-height: 1rem;
	}
	header {
		height: 49px;
	}
	.banner:hover .swiper-button-next,
	.banner:hover .swiper-button-prev {
		display: none;
		opacity: 0;
	}
	.tabel_list2 table tbody tr td span{
		margin: 0 5px;
		min-width: 50px;
	}
	

}

@media (max-width:680px) {
	.product-center-list>.flex {
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			align-content: space-between;
			align-items: flex-start;
		}
	
		.product-center-list>.flex .currency_btn {
			margin-top: 15px;
		}
	.login-box-center {
		width: 100%;
	}
	.login-box .flex {
		padding: 0 1rem;
		left: 0;
		right: 0;
		transform: translateX(0);
	}
	.headline h2 {
		font-size: 1rem;
	}
	.detaile_li_box table td,
	.detaile_li_box table th {
		padding: 0.5rem 1rem;
	}
	.tabel_list {
		font-size: 0.8rem;
	}
	.loging-type {
		display: flex;
		flex-direction: column;
	}
	.con_information>div {
		margin-bottom: 0;
	}
	
	.contact_text_right {
		min-height: 20rem;
	}
	a.back {
		display: none;
	}
	.banner_main {
		background-size: auto 160%!important;
		background-attachment: initial!important;
	}
	.news_list {
		width: calc(100% - 2rem);
	}
	.banner_main .container h3 {
		font-size: 1.4rem;
	}
	.banner_main {
		min-height: 168px;
	}
	.title_ny {
		margin-bottom: 1.8rem;
	}
	.button-pag-ny .swiper-pagination .swiper-pagination-bullet {
		margin-left: initial;
		margin-right: 0.5rem;
	}
	.title_ny.flex {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.news-btnbox,
	.about_button {
		display: none;
	}
	header {
		height: 3rem;
	}
	.title h1 {
		font-size: 1.2rem;
	}
	.pc-banner{
		display: none;
	}
	.mobile-banner {
		display: block;
	}
}

@media (max-width:500px) {
	.contact_text_left .flex h3 {
    font-size: 50px;
	}
	.footer-t ul li {
		font-size: 1.2rem;
		width: 2.6rem;
	}
	.footer-t>img {
		height: 30px;
	}
}