/*common start*/
.scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	/*box-shadow:inset 0 0 2px #000;*/
	background: var(--primary-color);
}

.scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow:inset 0 0 2px #999;*/
	border-radius: 10px;
	background: #eee;
}

/*@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Light.eot');
    src: url('../fonts/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Light.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Light.svg#SourceHanSansCN-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Regular.eot');
    src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Bold.eot');
    src: url('../fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Bold.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

:root {
	--primary-color: #c6a179;
	--secondary-color: #fa0ac4;
	--third-color: #25a4bb;
	--black000: #000;
	--black333: #333;
	--black666: #666;
	--black999: #999;
	--grayeee: #eee;
	--grayccc: #ccc;
	--grayaaa: #aaa;
	--grayf5: #f5f5f5;
	--white: #fff;
	--red: #f00;
	--black-opacity99: rgba(0, 0, 0, .99);
	--black-opacity90: rgba(0, 0, 0, .9);
	--black-opacity70: rgba(0, 0, 0, .7);
	--black-opacity50: rgba(0, 0, 0, .5);
	--black-opacity10: rgba(0, 0, 0, .1);
	--black-gradation90: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
	--white-opacity99: rgba(255, 255, 255, .99);
	--white-opacity90: rgba(255, 255, 255, .9);
	--white-opacity90: rgba(255, 255, 255, .7);
	--white-opacity50: rgba(255, 255, 255, .5);
	--white-opacity10: rgba(255, 255, 255, .1);
	--white-gradation90: linear-gradient(180deg, transparent, rgba(255, 255, 255, .9));
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	box-sizing: border-box;

}

body {
	font-size: 14px;
	/* font-family: 'SourceHanSansCN';*/
	font-family: Arial, 'Microsoft YaHei';
	color: #333;
	overflow-x: hidden;
	min-height: 101vh;
}

a {
	color: #666;
}

a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
}

.clear,
.clearfix {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper1 {
	width: 1000px;
	margin: 0 auto;
	min-width: 100px;
}

.wapper2 {
	width: 80%;
	margin: 0 auto;
}

.wapper3 {
	width: 70%;
	margin: 0 auto;
}

input,
textarea,
select {
	outline: none;
	/* font-family: 'SourceHanSansCN';*/
	font-family: Arial, 'Microsoft YaHei';
	font-size: 14px;
	border-radius: 8px;
}

input,
input:link,
input:visited,
input:hover,
input:active,
input:focus {
	outline: none;
}

img {
	object-fit: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.xiangqing img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

@media(max-width:999px) {
	p {
		padding: 0;
	}

	.wapper1 {
		width: 90%;
		min-width: 0;
	}

	.wapper2 {
		width: 90%;
	}

	.wapper3 {
		width: 90%;
	}

	:root {
		--font48: 28px;
		--font36: 24px;
		--font32: 22px;
		--font24: 20px;
		--font20: 18px;
		--font18: 16px;
		--font16: 14px;
		--font14: 12px;
	}
}

/*common end*/


.html {
	opacity: 1;
	visibility: visible;
	transition: all 2s ease;
}

.html.onload {
	opacity: 0;
	visibility: hidden;
}

.loading_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: all .5s ease;
}

.loading_box.removeload {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.loading_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.loadingbg {
	width: 90%;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.loading {
	text-align: center;
}

.loading_logo {
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

.loading_logo img {
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.loading_logo:before {}

.loading_txt {
	font-size: 20px;
	line-height: 30px;
	margin-top: 55px;
	color: var(--primary-color);
}

.loadEffect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.loadEffect div {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: load 2s linear infinite;
}

.loadEffect div span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(160deg);
	}

	62% {
		opacity: 0;
	}

	65% {
		opacity: 0;
		-webkit-transform: rotate(200deg);
	}

	90% {
		-webkit-transform: rotate(340deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}

}

.loadEffect div:nth-child(1) {
	-webkit-animation-delay: 0.2s;
}

.loadEffect div:nth-child(2) {
	-webkit-animation-delay: 0.4s;
}

.loadEffect div:nth-child(3) {
	-webkit-animation-delay: 0.6s;
}

.loadEffect div:nth-child(4) {
	-webkit-animation-delay: 0.8s;
}

@media(max-width:999px) {
	.loading_txt {
		font-size: 16px;
		line-height: 26px;
		margin-top: 35px;
	}
}


/*首页全屏*/
.index_swiper {
	position: relative;
}

.index_swiper>.swiper-container {
	height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
	height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:last-child {
	/* height:auto !important;*/
}

.index_swiper>.swiper-pagination {
	position: absolute;
	left: 3.12vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet {
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-size: 14px;
	line-height: 34px;
	color: rgba(255, 255, 255, .7);
	padding-left: 1.56vw;
	position: relative;
	opacity: 1;
	outline: none;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #fff;
	opacity: 1;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: #fff;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	width: 3.12vw;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%, -50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: #fff;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet {
	color: #666;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet:before {
	border-color: #D6D6D6;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: var(--primary-color);
}

@media(max-width:999px) {
	.index_swiper>.swiper-container {
		height: auto;
	}

	.index_swiper>.swiper-container>.swiper-wrapper {
		display: block;
	}

	.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
		height: auto;
	}
}



.m11_headbg {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: fixed;
	z-index: 55;
	left: 0;
	top: 0;
}

.m11_head {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m11_head .logo {
	width: 14%;
	height: 80px;
	position: relative;
}

.m11_head .logo img {
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.m11_head .rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.h_search_btn {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/top_search_btn2.png) center no-repeat;
	margin-left: 1.3vw;
}

.h_search_btn.active {
	background-image: url(../images/chahao2.png);
}

.h_search_box {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
	/* dispiay：none; */
}

.h_search_close1 {}

.h_searchbg {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.h_search_close2 {}

.h_search {
	padding: 40px 0;
}

.h_search form {
	height: 60px;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
}

.h_search form #search_keywords2 {
	float: left;
	border: none;
	background: none;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	width: calc(100% - 80px);
}

.h_search form #search2 {
	float: right;
	border: none;
	background: var(--primary-color) url(../images/ico_search1.png) center no-repeat;
	background-size: 50% auto;
	height: 60px;
	width: 60px;
	cursor: pointer;
	transition: all .3s ease;
	font-size: 0;
	color: transparent;
}

.h_search form #search2:hover {
	background-color: var(--secondary-color);
}

/*menu*/
.m11_head .menu {
	height: 80px;
	line-height: 80px;
}

.m11_head .menu>ul {}

.m11_head .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 1.3vw;
}

.m11_head .menu>ul>li>a {
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.m11_head .menu>ul>li>a:hover,
.m11_head .menu>ul>li:hover>a,
.m11_head .menu>ul>li.hover>a {
	color: var(--primary-color);
	font-weight: normal;
}

.m11_head .menu>ul>li>a:before {
	content: "";
	width: 0;
	height: 2px;
	background: var(--primary-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.m11_head .menu>ul>li>a:hover:before,
.m11_head .menu>ul>li:hover>a:before,
.m11_head .menu>ul>li.hover>a:before {
	width: 100%;
}

.m11_head .menu>ul>li>ul {
	width: fit-content;
	min-width: 120px;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
	display: none;
}

.m11_head .menu>ul>li>ul li {
	position: relative;
}

.m11_head .menu>ul>li>ul li a {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
}

.m11_head .menu>ul>li>ul li a:hover,
.m11_head .menu>ul>li>ul li:hover>a {
	color: #fff;
	background: var(--primary-color);
}

.m11_head .menu>ul>li>ul li ul {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.m11_head .menu>ul>li>ul li:hover>ul {
	display: block;
}

.m11_head_height {
	height: 80px;
}

@media(max-width:1299px) {
	.m11_head .menu>ul>li {
		padding: 0 var(--20px);
	}

	.m11_head .menu>ul>li>a {
		font-size: 15px;
	}
}

@media(max-width:999px) {
	.m11_head_height {
		height: 60px;
	}

	.m11_headbg {}

	.m11_head {
		height: 60px;
	}

	.m11_head .logo {
		width: 50%;
		height: 60px;
	}

	.h_search {
		padding: 20px 0;
	}

	.h_search form {
		height: 40px;
	}

	.h_search form #search_keywords2 {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: calc(100% - 60px);
	}

	.h_search form #search2 {
		height: 40px;
		width: 40px;
	}

	.m11_head .menu {
		display: none;
	}
}

/*nav*/
.m11_head .nav_open {
	width: 24px;
	height: 18px;
	cursor: pointer;
	display: none;
	position: relative;
	margin-left: 15px;
}

.m11_head .nav_open i,
.m11_head .nav_open:before,
.m11_head .nav_open:after {
	width: 24px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	transition: all .3s ease;
}

.m11_head .nav_open i {
	top: 50%;
	transform: translate(0, -50%);
}

.m11_head .nav_open:before {
	content: "";
	top: 0;
}

.m11_head .nav_open:after {
	content: "";
	bottom: 0;
}

.m11_head .nav_open.active i {
	opacity: 0;
	visibility: hidden;
}

.m11_head .nav_open.active:before {
	transform: translateY(8px) rotate(45deg);
}

.m11_head .nav_open.active:after {
	transform: translateY(-8px) rotate(-45deg);
}

.m11_head .nav_box {
	width: 100%;
	height: calc(100% - 61px);
	border-top: 1px solid #ededed;
	position: fixed;
	left: 0;
	top: 60px;
	display: none;
}

.m11_head .nav_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.m11_head .navbg {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.m11_head .nav {
	position: relative;
}

.m11_head .nav_close2 {
	display: none;
}

.m11_head .nav_list {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

.m11_head .nav_list ul {}

.m11_head .nav_list ul li {
	padding: 5px 5%;
}

.m11_head .nav_list>ul>li {
	border-bottom: 1px solid #ededed;
	padding: 10px 5%;
}

.m11_head .nav_list ul li span {
	display: block;
	position: relative;
}

.m11_head .nav_list ul li span a {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	z-index: 2;
}

.m11_head .nav_list>ul>li>span a {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.m11_head .nav_list ul li span i {
	width: 100%;
	height: 100%;
	background: url(../images/ico_down1.png) right center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.m11_head .nav_list ul li ul {
	padding: 5px 0 0 0;
	display: none;
}

.m11_head .nav_list ul li.active>span>i {
	background-image: url(../images/ico_up1.png);
}

@media(max-width:999px) {
	.m11_head .nav_open {
		display: block;
	}
}


/*banner*/
.banner {
	background: #999;
	height: 550px;
	overflow: hidden;
	position: relative;
	width: 100%;
	top: -31px;
}

.banner .swiper-container {}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner .swiper-slide.swiper-slide-active {
	z-index: 2;
}

.banner .swiper-slide img {
	display: block;
	width: auto;
	object-fit: contain;
	height: 550px;
	margin: auto;
	background: #f9f9f9;
}

.banner .swiper-slide .txtbg {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-slide .txt {
	color: #fff;
	text-align: center;
}

.banner .swiper-slide .txt .h2 {
	font-size: 3.12vw;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1.04vw;
}

.banner .swiper-slide .txt .h3 {
	font-size: 2.08vw;
	line-height: 1.4em;
}

.banner .swiper-pagination {
	height: 10px;
	bottom: 20px;
}

.banner .swiper-pagination span {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 8px;
	background: #fff;
	opacity: 1;
	transition: all .3s ease;
}

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

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, .5);
	background-size: 15px 30px;
	opacity: 0;
	transition: all .3s ease;
	border-radius: 8px;
}

.banner .swiper-button-prev {
	left: 5%;
	transform: translateX(-100%);
}

.banner .swiper-button-next {
	right: 5%;
	transform: translateX(100%);
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
	opacity: .7;
	transform: translateX(0) !important;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	opacity: 1;
}

@media(max-width:999px) {
	.banner .swiper-slide img {
		height: 50vw;
	}

	.banner .swiper-slide .txtbg {
		width: 90%;
	}

	.banner .swiper-slide .txt .h2 {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}

	.banner .swiper-slide .txt .h3 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}



/*banner-wrap*/
.banner-wrap {
	/* background: #999;
	height: 550px; */
	overflow: hidden;
	position: relative;
	width: 100%;
	/* top: -31px; */
}

.banner-wrap .title01 {
	color: #428bca;
	width: 90%;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

.banner-wrap .swiper-container {}

.banner-wrap .swiper-slide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner-wrap .swiper-slide.swiper-slide-active {
	z-index: 2;
}

.banner-wrap .swiper-slide img {
	display: block;
	width: auto;
	object-fit: contain;
	height: 550px;
	background: #f9f9f9;
}

.banner-wrap .swiper-slide .txtbg {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-wrap .swiper-slide .txt {
	color: #fff;
	text-align: center;
}

.banner-wrap .swiper-slide .txt .h2 {
	font-size: 3.12vw;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1.04vw;
}

.banner-wrap .swiper-slide .txt .h3 {
	font-size: 2.08vw;
	line-height: 1.4em;
}

.banner-wrap .swiper-pagination {
	height: 10px;
	bottom: 20px;
}

.banner-wrap .swiper-pagination span {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 8px;
	background: #fff;
	opacity: 1;
	transition: all .3s ease;
}

.banner-wrap .swiper-pagination span.swiper-pagination-bullet-active {
	width: 20px;
	background: #fff;
	opacity: 1;
}

.banner-wrap .swiper-button-prev,
.banner-wrap .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, .5);
	background-size: 15px 30px;
	opacity: 0;
	transition: all .3s ease;
	border-radius: 8px;
}

.banner-wrap .swiper-button-prev {
	left: 5%;
	transform: translateX(-100%);
}

.banner-wrap .swiper-button-next {
	right: 5%;
	transform: translateX(100%);
}

.banner-wrap:hover .swiper-button-prev,
.banner-wrap:hover .swiper-button-next {
	opacity: .7;
	transform: translateX(0) !important;
}

.banner-wrap .swiper-button-prev:hover,
.banner-wrap .swiper-button-next:hover {
	opacity: 1;
}

@media(max-width:999px) {
	.banner-wrap .swiper-slide img {
		height:51vw;
		width: 100%;
		margin: auto;
		margin-bottom: 15px;
		margin-top: 13px;
	}

	.banner-wrap .swiper-slide .txtbg {
		width: 90%;
	}

	.banner-wrap .swiper-slide .txt .h2 {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}

	.banner-wrap .swiper-slide .txt .h3 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.banner-wrap .swiper-pagination {
		bottom: 10px;
	}

	.banner-wrap .swiper-button-prev,
	.banner-wrap .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}




.go_top {
	width: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5) url(../images/ico_backtop.png) center no-repeat;
	position: fixed;
	z-index: 44;
	bottom: 10px;
	right: 10px;
	font-size: 0;
}

.go_top:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.go_top i {}

@media(max-width:999px) {
	.go_top {
		display: none;
	}
}


/*客服*/
.m1_side_kefu_box {
	width: 70px;
	position: fixed;
	z-index: 44;
	right: 10px;
	bottom: 50px;
	display: none;
}

.m1_side_kefu {
	width: 70px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-radius: 8px;
	position: relative;
	right: 0;
	transition: all .5s ease;
}

.m1_side_kefu.active {
	right: -80px;
}

.m1_side_kefu ul li {
	position: relative;
	padding: 0 10px;
}

.m1_side_kefu ul li>a {
	display: block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	border-top: 1px solid #f5f5f5;
	color: #999;
}

.m1_side_kefu ul li:nth-child(1)>a {
	border: none;
}

.m1_side_kefu ul li .ico {
	height: 28px;
	position: relative;
}

.m1_side_kefu ul li .ico img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_side_kefu ul li .ico .img2 {
	display: none;
}

.m1_side_kefu ul li:hover .ico .img1 {
	display: none;
}

.m1_side_kefu ul li:hover .ico .img2 {
	display: block;
}

.m1_side_kefu ul li .h2 {
	font-size: 12px;
	line-height: 1em;
	margin-top: 10px;
	text-align: center;
}

.m1_side_kefu ul li:hover .h2 {
	color: var(--primary-color);
}

.m1_side_kefu ul li .boxbg {
	width: fit-content;
	padding: 0 10px 0 0;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.m1_side_kefu ul li:hover .boxbg {
	transform: translate(0, -50%);
	opacity: 1;
	visibility: visible;
}

.m1_side_kefu ul li .box {
	width: fit-content;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.m1_side_kefu ul li .box:before {
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
}

.m1_side_kefu ul li .box .h3 {
	white-space: nowrap;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	min-width: 150px;
}

.m1_side_kefu ul li .box .h3 img {
	vertical-align: top;
	height: 30px;
	width: 28px;
	object-fit: contain;
	margin-right: 5px;
}

.m1_side_kefu ul li .box .ewm {
	text-align: center;
}

.m1_side_kefu ul li .box .ewm .h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.m1_side_kefu ul li .box .ewm img {
	display: block;
	margin: 0 auto;
	width: 124px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.m1_side_kefu_btn {
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 66;
	bottom: -38px;
	right: 21px;
	cursor: pointer;
	transition: all .3s ease;
}

.m1_side_kefu_btn.active {
	transform: rotate(45deg);
}

.m1_side_kefu_btn i {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/ico_btn1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.m1_side_kefu_btn.active {}

.m1_side_kefu_btn i.m1_side_kefu_open {
	display: none;
}

.m1_side_kefu_btn i.m1_side_kefu_close {}

.m1_side_kefu_btn.active i.m1_side_kefu_open {
	display: block;
}

.m1_side_kefu_btn.active i.m1_side_kefu_close {
	display: none;
}

@media(max-width:999px) {
	.m1_fheight {
		height: 70px;
	}

	.m1_side_kefu_box {
		width: 100%;
		right: 0;
		top: auto;
		bottom: 0;
		transform: translateY(0);
		display: block;
	}

	.m1_side_kefu {
		width: 100%;
		border-radius: 0;
	}

	.m1_side_kefu.active {
		right: 0 !important;
	}

	.m1_side_kefu ul li {
		margin-bottom: 0;
		float: left;
		width: 25%;
		padding: 0;
	}

	.m1_side_kefu ul li>a {
		border: none;
		border-left: 1px solid #f5f5f5;
	}

	.m1_side_kefu ul li .h2 {
		font-size: 12px;
		line-height: 1em;
		margin-top: 8px;
	}

	.m1_side_kefu ul li.gotop {
		display: block !important;
	}

	.m1_side_kefu ul li .boxbg {
		padding: 0 0 10px 0;
		top: auto;
		bottom: 100%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -20%) !important;
	}

	.m1_side_kefu ul li:hover .boxbg {
		transform: translate(-50%, 0) !important;
	}

	.m1_side_kefu ul li .box:before {
		border: 5px solid transparent;
		border-top: 5px solid #fff;
		position: absolute;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-left: -5px;
		right: auto;
		left: 50%;
	}

	.m1_side_kefu ul li .box1 {
		display: none !important;
	}

	.m1_side_kefu_btn {
		display: none;
	}
}

/*客服2*/
.m1_side_kefu2_box {
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 44;
}

.m1_side_kefu2 {}

.m1_side_kefu2 ul li {
	width: 40px;
	margin: 1px 0;
	position: relative;
}

.m1_side_kefu2 ul li>a {
	display: block;
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	opacity: .9;
}

.m1_side_kefu2 ul li>a:hover,
.m1_side_kefu2 ul li:hover>a {
	background: var(--primary-color);
	color: #fff;
	opacity: .9;
}

.m1_side_kefu2 ul li .ico {
	line-height: 40px;
	font-size: 20px;
}

.m1_side_kefu2 ul li .ico i {}

.m1_side_kefu2 ul li .boxbg {
	background: var(--primary-color);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-10%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.m1_side_kefu2 ul li:hover .boxbg {
	transform: translate(0, -50%);
	opacity: .9;
	visibility: visible;
}

.m1_side_kefu2 ul li .box1 {}

.m1_side_kefu2 ul li .box1 .h3 {
	white-space: nowrap;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	min-width: 150px;
}

.m1_side_kefu2 ul li .box1 .h3 i {
	margin-right: 5px;
}

.m1_side_kefu2 ul li .box2 {
	padding: 5px 10px 10px 10px;
}

.m1_side_kefu2 ul li .box2 .h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.m1_side_kefu2 ul li .box2 img {
	display: block;
	width: 124px;
}

@media(max-width:999px) {
	.m1_side_kefu2_box {
		width: 30px;
		display: none;
	}

	.m1_side_kefu2 ul li {
		width: 30px;
	}

	.m1_side_kefu2 ul li .ico {
		line-height: 30px;
		font-size: 12px;
	}
}


.inbanner_box {
	position: relative;
}

.inbanner img {
	display: block;
	width: 100%;
	background: #f9f9f9;
}

.inbarbg {
	/* border-bottom: 1px solid #e7e7e7; */
}

.inbar {
	margin: 30px auto 20px;
	padding: 0 5px;
	background: #f5f5f5;
	line-height: 35px;
	width: 990px;
	font-family: Georgia;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
}

.weizhi {
	font-size: 14px;
}

.weizhi a {
	color: #333;
}

.inner_menu {
	font-size: 16px;
}

.inner_menu ul {
	line-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inner_menu ul li {
	margin-left: 1px;
}

.inner_menu ul li a {
	display: block;
	padding: 0 2.08vw;
	border-radius: 4px;
}

.inner_menu ul li.hover a,
.inner_menu ul li a:hover {
	background: var(--primary-color);
	color: #fff;
}

.inner_menu ul li ul {
	display: none;
}

.inbar .goback {}

.inbar .goback a {
	color: #999;
	font-size: 20px;
}

.inbar .goback a:hover {
	color: #333;
}

@media(max-width:999px) {
	.inbanner img {
		width: 100%;
		min-height: 0;
	}

	.inbar {
		height: 40px;
	}

	.weizhi {
		font-size: 12px;
		line-height: 40px;
	}

	.inner_menu {
		display: none;
	}

}

.m11_insidebg {
	padding: 0px 0 80px 0;
	min-height: 100vh;
}

.m11_inside {}

.m11_inside_lt {
	float: left;
	width: 240px;
	/* margin-top:-160px;*/

}

.m1_side_a {
	width: 238px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border: 1px solid #eee;
	margin-bottom: 30px;
	position: relative;
	z-index: 11;
	overflow: hidden;
}

.m1_side_a.active {
	position: fixed;
	top: 150px;
}

.m1_side_a>ul {}

.m1_side_a.active>ul {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.m1_side_a h2 {
	font-size: 16px;
	background: #34373c;
	color: #fff;
	margin: 0;
	padding-left: 10px;
	height: 35px;
	line-height: 35px;
}

.m1_side_a h2 strong {
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.m1_side_a h2 span {
	display: block;
	margin-top: 6px;
	opacity: .7;
}

.m1_side_a ul li {
	border-top: 1px solid #ddd;
}

.m1_side_a>ul>li:nth-child(1) {
	/* margin-bottom:10px; border:none;*/
}

.m1_side_a>ul>li {
	border-bottom: 1px solid #eee;
}

.m1_side_a>ul>li:last-child {}

.m1_side_a ul li a {
	position: relative;
	font-weight: normal;
	display: block;
	padding: 10px 18px 10px 10px;
	line-height: 1.5em;
	font-size: 13px;
	color: #888;
}

.m1_side_a ul li a:before {
	position: absolute;
	top: 10px;
	right: 5px;
	content: "";
	width: 15px;
	height: 15px;

}

.m1_side_a ul li a:hover,
.m1_side_a ul li.hover>span a {
	color: var(--primary-color)
}

.m1_side_a ul li.active>span a {}

.m1_side_a ul li span {
	display: block;
	position: relative;
}

.m1_side_a ul li span>i {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: url(../images/ico_list3.png) center no-repeat;
}

.m1_side_a ul li.active>span>i {
	background-image: url(../images/ico_list3_hover.png);
}

.m1_side_a ul li.hover span>i {
	background-image: url(../images/ico_list4.png);
}

.m1_side_a ul li.hover.active>span>i {
	background-image: url(../images/ico_list4_hover.png);
}

.m1_side_a ul li ul {
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
}

.m1_side_a ul li ul li {}

.m1_side_a ul li ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.m1_side_c {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border: 1px solid #eee;
	border-radius: 10px;
}

.m1_side_c.lfixed {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #f5f5f5;
	z-index: 22;
	transform: translateX(0);
	transition: all .3s ease;
	border-radius: 0;
}

.m1_side_c.lfixed.hiden {
	transform: translateX(-240px);
}

.m1_side_c.lfixed.shown {
	transform: translateX(0px);
}

.inLt_contact_btn {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.m1_side_c.lfixed .inLt_contact_btn {
	display: block;
}

.inLt_contact_btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	padding: 10px 5px;
	width: 20px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.inLt_contact_btn .inLt_contact_close {
	display: block;
}

.inLt_contact_btn .inLt_contact_open {
	display: none;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
	display: block;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
	display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_close {
	display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_open {
	display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_close {
	display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_open {
	display: none;
}

.inLt_contact {
	/* background:#f5f5f5; border-radius:8px; padding:20px 0 10px 0;*/
	width: 240px;
}

.inLt_contact .h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 0 15px 70px;
	background: #f5f5f5 url(../images/ico_phone2.png) left 5px center no-repeat;
	background-size: auto 60px;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 15px;
	border-radius: 10px 10px 0 0;
}

.m1_side_c.lfixed .inLt_contact .h2 {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.inLt_contact .h2:before {
	/* content:""; width:100%; border-bottom:1px solid #eee; position:absolute; left:0; bottom:-10px;*/
}

.inLt_contact .h2 span {
	display: block;
	margin-bottom: 6px;
}

.inLt_contact .h2 strong {
	display: block;
	font-size: 22px;
	line-height: 24px;
}

.inLt_contact .h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	padding: 0 10px;
}

.inLt_contact ul {
	padding: 5px 10px 10px 10px;
}

.inLt_contact ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
}

.inLt_contact ul li span {}

.inLt_contact ul li i {
	display: inline-block;
	text-align: center;
	width: 14px;
	line-height: 24px;
	font-size: 14px;
	margin-right: 5px;
	color: var(--primary-color);
}

.inLt_contact ul li i.fa-mobile {
	font-size: 20px;
}

.m11_inside_rt {
	float: right;
	width: calc(100% - 280px);
}

@media(max-width:1699px) {

	.m1_side_c.lfixed {
		transform: translateX(-240px);
	}

	.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
		display: none;
	}

	.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
		display: block;
	}
}

@media(max-width:999px) {
	.m11_insidebg {
		padding: 30px 0 60px 0;
	}

	.m11_inside_lt {
		display: none;
	}

	.m11_inside_rt {
		float: right;
		width: 100%;
	}
}


.m11_news1 {}

.m11_news1_lt {
	float: left;
	width: calc(100% - 280px);
}

.m11_news1_rt {
	float: right;
	width: 240px;
}

.m1_side_b {
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
}

.m1_side_b .h1 {
	font-size: var(--font20);
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.m1_side_b .h1 i {
	width: 24px;
	height: 24px;
	background: url(../images/ico_hot.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.m1_side_b .list {
	margin-top: 20px;
}

.m1_side_b .list ul li {
	margin-bottom: 10px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.m1_side_b .list ul li .nr_box {}

.m1_side_b .list ul li .imgbg {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50%);
	transition: all .5s ease;
}

.m1_side_b .list ul li .img {
	padding-bottom: 38%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.m1_side_b .list ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_side_b .list ul li .txtbg {}

.m1_side_b .list ul li .txt {}

.m1_side_b .list ul li .txt .h2 {
	font-size: var(--font14);
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 30px;
	position: relative;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m1_side_b .list ul li .txt .h2 em {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 0 8px 0 8px;
	text-align: center;
	color: #999;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.m1_side_b .list ul li .txt .h2 span {}

.m1_side_b .list ul li.active .imgbg {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.m1_side_b .list ul li.active .txtbg {
	width: 100%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
	position: absolute;
	bottom: 0;
	left: 0;
}

.m1_side_b .list ul li.active .txt .h2 {
	color: #fff;
}

.m1_side_b .list ul li:nth-child(1) .txt .h2 em {
	color: #FE2D46;
}

.m1_side_b .list ul li:nth-child(2) .txt .h2 em {
	color: #F60;
}

.m1_side_b .list ul li:nth-child(3) .txt .h2 em {
	color: #FAA90E;
}

.m1_side_b .list ul li.active .txt .h2 em {
	color: #fff;
}

.m1_side_b .list ul li.active:nth-child(1) .txt .h2 em {
	background: #FE2D46;
}

.m1_side_b .list ul li.active:nth-child(2) .txt .h2 em {
	background: #F60;
}

.m1_side_b .list ul li.active:nth-child(3) .txt .h2 em {
	background: #FAA90E;
}

@media(max-width:999px) {
	.m11_news1_lt {
		float: left;
		width: 100%;
	}

	.m11_news1_rt {
		float: right;
		width: 100%;
		display: none;
	}
}




/*地图*/
#allmap {
	width: 100%;
	height: 500px;
	background: #f9f9f9;
	border-radius: 10px;
}

@media(max-width:999px) {
	#allmap {
		width: 100%;
		height: 250px;
	}
}


/*详情*/
.m11_newsdetail {}

.m11_newsdetail .tit {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	text-align: center;
}

.m11_newsdetail .tit .h2 {
	font-size: 24px;
	line-height: 1.4em;
}

.m11_newsdetail .tit .h3 {
	font-size: 14px;
	line-height: 1.4em;
	color: #999;
	margin-top: 5px;
}

.m11_newsdetail .tit .h3 span {
	display: inline-block;
	margin: 0 20px 0 0;
}

.m11_newsdetail .list1 {
	padding: 40px 0;
}

@media(max-width:999px) {
	.m11_newsdetail .tit .h2 {
		font-size: 20px;
		line-height: 1.4em;
	}

	.m11_newsdetail .tit .h3 {
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 5px;
	}

	.m11_newsdetail .tit .h3 span {
		margin: 0 10px 0 0;
	}

	.m11_newsdetail .list1 {
		padding: 20px 0;
		margin: 20px 0 0 0;
	}
}


/*上一个下一个*/
.prev_next {
	font-size: 14px;
	line-height: 34px;
	padding: 15px 0;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prev_next a {
	display: block;
	margin: 5px 0;
	max-width: 40%;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.prev_next {
		font-size: 12px;
		line-height: 32px;
		padding: 15px 0;
		display: block;
	}

	.prev_next a {
		margin: 5px 0;
		max-width: 100%;
		height: 34px;
	}
}


/*.proDetail*/
.m11_proDetail {}

.m11_proDetail .list1 {
	margin-bottom: 2.08vw;
}

.m11_proDetail .list1 .lt {
	float: left;
	width: 40%;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.m1_galleryTop {
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.m1_galleryTop .img {
	position: relative;
	padding-bottom: 100%;
	position: relative;
}

.m1_galleryTop .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_galleryThumbs {}

.m1_galleryThumbs .swiper-slide {}

.m1_galleryThumbs .swiper-slide .img {
	position: relative;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #eee;
	cursor: pointer;
}

.m1_galleryThumbs .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img {
	border-color: var(--primary-color);
}

.m11_proDetail .list1 .rt {
	float: right;
	width: 56%;
}

.m11_proDetail .list1 .rt .nr_box {}

.m11_proDetail .list1 .rt .h2 {
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

.m11_proDetail .list1 .rt .h3 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.m11_proDetail .list1 .rt .h4 {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.m11_proDetail .phone {
	font-size: 1.04vw;
	line-height: 1em;
	margin-bottom: 1.6em;
	color: var(--primary-color);
	padding: 0 0 0 5.2vw;
	position: relative;
}

.m11_proDetail .phone i {
	text-align: center;
	width: 4.16vw;
	line-height: 5.2vw;
	font-size: 4.16vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.m11_proDetail .phone span {
	display: block;
	margin-bottom: .52vw;
}

.m11_proDetail .phone strong {
	display: block;
	font-size: 1.66vw;
	line-height: 1em;
}

.m11_prevnext2 {
	font-size: var(--font14);
	line-height: 2.5em;
	margin-bottom: 2.08vw;
}

.m11_prevnext2 ul li {
	float: left;
}

.m11_prevnext2 ul li:nth-child(2n) {
	float: right;
}

.m11_prevnext2 ul li a {
	display: block;
	border: 1px solid #eee;
	/* border-radius:40px;*/
	padding: 0 20px;
	min-width: 80px;
	text-align: center;
	background: #f5f5f5;
}

.m11_prevnext2 ul li a:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.m11_proDetail .list2 {
	border: 1px solid #eee;
	margin-bottom: 2.08vw;
}

.m11_proDetail .list2 .hd {
	font-size: var(--font14);
	line-height: 3em;
	border-bottom: 1px solid #eee;
}

.m11_proDetail .list2 .hd ul li {
	display: inline-block;
	vertical-align: top;
	font-size: var(--font14);
	line-height: 3em;
}

.m11_proDetail .list2 .hd ul li a {
	display: block;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: none;
}

.m11_proDetail .list2 .hd ul li.on a {
	color: #fff;
	background: var(--primary-color);
}

.m11_proDetail .list2 .xiangqing {
	padding: 20px;
}

.m11_proDetail .list2 .xiangqing img {
	max-width: 100%;
}

.m11_proDetail .list2 .xiangqing table {
	width: 100%;
}

.m11_pro_related {
	border: 1px solid #eee;
}

.m11_pro_related>.h2 {
	font-size: var(--font14);
	line-height: 3em;
	border-bottom: 1px solid #eee;
}

.m11_pro_related>.h2 span {
	display: inline-block;
	vertical-align: top;
	font-size: var(--font14);
	line-height: 3em;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	border-right: 1px solid #eee;
	color: #fff;
	background: var(--primary-color);
}

.m11_pro_related .index_product1 {
	padding: 20px 20px 0 20px;
}

.m11_pro_related .index_product1 ul li {
	width: calc((100% - 60px)/4);
}

.m11_pro_related .index_product1 ul li:nth-child(3n-2) {
	margin-left: 20px;
	clear: none;
}

.m11_pro_related .index_product1 ul li:nth-child(4n-3) {
	margin-left: 0;
	clear: left;
}

@media(max-width:999px) {
	.m11_proDetail .list1 {
		margin-bottom: 30px;
	}

	.m11_proDetail .list1 .lt {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.m11_proDetail .list1 .rt {
		float: right;
		width: 100%;
	}

	.m11_proDetail .list1 .rt .h2 {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 0;
	}

	.m11_proDetail .list1 .rt .h3 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.m11_proDetail .list1 .rt .h4 {
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 20px;
	}

	.m11_proDetail .phone {
		font-size: 14px;
		line-height: 1em;
		margin-bottom: 1.6em;
		padding: 15px 20px 15px 60px;
	}

	.m11_proDetail .phone i {
		width: 60px;
		line-height: 60px;
		font-size: 40px;
	}

	.m11_proDetail .phone span {
		margin-bottom: 5px;
	}

	.m11_proDetail .phone strong {
		font-size: 18px;
		line-height: 1em;
	}

	.m11_proDetail .list2 {
		margin-bottom: 30px;
	}

	.m11_proDetail .list2 .hd ul li a {
		min-width: 60px;
	}

	.m11_prevnext2 {
		margin-bottom: 30px;
	}

	.m11_pro_related .index_product1 ul li {
		width: calc((100% - 10px)/2);
	}

	.m11_pro_related .index_product1 ul li:nth-child(3n-2) {
		margin-left: 10px;
		clear: none;
	}

	.m11_pro_related .index_product1 ul li:nth-child(4n-3) {
		margin-left: 10px;
		clear: none;
	}

	.m11_pro_related .index_product1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}
}


/*搜索*/
.search_form {
	background: #f9f9f9;
	padding: 1.56vw;
	margin-bottom: 2.08vw;
	border-radius: 10px;
}

.search_form form {
	height: 2.6vw;
}

.search_form form #search_keywords {
	float: left;
	border: none;
	background: #fff;
	height: 2.6vw;
	line-height: 2.6vw;
	padding: 0 .5vw;
	width: calc(100% - 6.2vw);
}

.search_form form #search {
	float: right;
	border: none;
	width: 5.2vw;
	height: 2.6vw;
	line-height: 2.6vw;
	font-size: .84vw;
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}

.search_form form #search:hover {
	opacity: .9;
}

@media(max-width:999px) {
	.search_form {
		padding: 10px;
		margin-bottom: 20px;
	}

	.search_form form {
		height: 40px;
	}

	.search_form form #search_keywords {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		width: calc(100% - 80px);
	}

	.search_form form #search {
		width: 60px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}




/*Add------------------------------------------------------------------------------*/

/*<!--弹窗2-->*/
.popup_tip2_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, .6);
	/* display: none;*/
}

.popup_tip2bg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup_tip2 {
	width: 440px;
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 10000;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.popup_tip2-body {
	width: 100%;
	height: calc(100% - 72px);
}

.zoomIn {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@media(max-width:750px) {
	.popUpBox {
		width: 90%;
	}
}

.ts {
	padding: 20px 20px 20px 20px;
}

.ts .h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.ts .h3 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.ts .h3 img {
	display: inline-block;
	vertical-align: top;
	width: 24px;
}

.ts .h3 i {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.success .ts i {
	background-image: url(../images/ico_success.png);
}

.error .ts i {
	background-image: url(../images/ico_error.png);
}

.warning .ts i {
	background-image: url(../images/ico_warning.png);
}

.ts .h3 span {}

.ts_btn {
	text-align: right;
	font-size: 12px;
	line-height: 32px;
}

.ts_btn a {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	width: 78px;
	border: 1px solid #1890ff;
	background: #1890ff;
	color: #fff;
	margin-left: 10px;
}

.ts_btn a:hover {
	border-color: #2e80e2;
	background: #2e80e2;
	color: #fff;
}

.ts_btn a.bg2 {
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
}

.ts_btn a.bg2:hover {
	border-color: #1890ff;
	background: #fff;
	color: #1890ff;
}


/*提示框*/
.popup_tip_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.popup_tip_close1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.popup_tipbg {
	min-width: 100px;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup_tip {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.popup_tip_close2 {
	display: none;
}

.popup_tip_txt {
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.popup_tip_txt span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.popup_tip_txt span i {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.success .popup_tip_txt span {
	color: #4ebb23;
}

.error .popup_tip_txt span {
	color: #f34b51;
}

.warning .popup_tip_txt span {
	color: #f1b306;
}

.success .popup_tip_txt span i {
	background-image: url(../images/ico_success.png);
}

.error .popup_tip_txt span i {
	background-image: url(../images/ico_error.png);
}

.warning .popup_tip_txt span i {
	background-image: url(../images/ico_warning.png);
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

/*联系弹窗*/
.proContact1_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.proContact1_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.proContact1_bg {
	width: 90%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.proContact1_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	opacity: .9;
	transition: all .3s ease;
}

.proContact1_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.proContact1 {
	min-height: 260px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	padding-left: 235px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.proContact1>img {
	width: 230px;
	position: absolute;
	bottom: 0;
	left: 5px;
}

.proContact1_con {
	font-size: 16px;
	line-height: 20px;
}

.proContact1_con ul li {
	float: left;
	width: 50%;
	margin: 10px 0;
	color: var(--primary-color);
	padding-left: 50px;
	min-height: 40px;
	box-sizing: border-box;
	position: relative;
}

.proContact1_con ul li:nth-child(1) {
	width: 100%;
	padding-left: 0;
}

.proContact1_con ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: var(--primary-color);
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.proContact1_con ul li .h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: var(--primary-color);
}

.proContact1_con ul li span {
	display: block;
	color: #333;
}

.proContact1_con ul li .h2 span {
	color: var(--primary-color);
}

@media(max-width:999px) {
	.proContact1 {
		min-height: 0;
		padding: 15px 5%;
	}

	.proContact1>img {
		width: 36%;
		bottom: auto;
		top: 0;
		left: 50%;
		transform: translate(-50%, -100%)
	}

	.proContact1_con {
		font-size: 14px;
		line-height: 18px;
	}

	.proContact1_con ul li {
		float: left;
		width: 100% !important;
		margin: 5px 0;
	}

	.proContact1_con ul li .h2 {
		font-size: 20px;
		line-height: 30px;
	}
}


/*留言咨询1*/
.tc_message_open1 {
	cursor: pointer;
	width: 60px;
	height: 60px;
	/* padding:10px;*/
	margin-top: -40px;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background: var(--primary-color) url(../images/ico_zxly1.png) center no-repeat;
	background-size: 40px auto;
	color: #fff;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	position: fixed;
	z-index: 44;
	left: 0;
	top: 50%;
	animation: btnAnimation 1s linear infinite 0s forwards;
	display: none !important;
}

.tc_message_box {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;
}

.tc_message_close1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.tc_message_bg {
	width: 90%;
	max-width: 500px;
	background-image: linear-gradient(to bottom right, var(--primary-color), var(--third-color));
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.tc_message_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease;
}

.tc_message_close2:hover {
	transform: rotate(180deg);
}

.tc_message {
	padding: 30px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tc_message_lt {
	width: 180px;
	font-size: 16px;
	line-height: 26px;
}

.tc_message_lt ul {}

.tc_message_lt ul li {}

.tc_message_lt ul li i {
	font-size: 20px;
	width: 16px;
	text-align: center;
	margin-right: 5px;
}

.tc_message_lt ul li i.fa-mobile {
	font-size: 24px;
}

.tc_message_lt ul li i.fa-envelope {
	font-size: 16px;
}

.tc_message_lt ul li .ewm {
	width: 150px;
	margin-top: 5px;
}

.tc_message_lt ul li .ewm img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
}

.tc_message_lt ul li .ewm span {
	display: block;
	background: #fff;
	color: var(--primary-color);
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.tc_message_rt {
	width: calc(100% - 200px);
}

.tc_message .h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.tc_message .message {}

.tc_message .message form {}

.tc_message .message ul li {
	margin-bottom: 10px;
}

.tc_message .message .input_text {
	border: 1px solid #ccc;
	background: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.tc_message .message textarea {
	border: 1px solid #ccc;
	background: #fff;
	height: 56px;
	line-height: 28px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.tc_message .message .input_button {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	height: 30px;
	line-height: 28px;
	width: 80%;
	border-radius: 50px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	font-size: 16px;
}

.tc_message .h3 {
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.tc_message .h3 span {
	font-size: 16px;
	color: var(--primary-color);
}

@media(max-width:999px) {
	.tc_message {
		padding: 30px;
		display: block;
	}

	.tc_message_lt {
		width: 100%;
		font-size: 14px;
	}

	.tc_message_lt ul {
		position: relative;
	}

	.tc_message_lt ul li {
		margin-top: 8px;
	}

	.tc_message_lt ul li:last-child {
		position: absolute;
		top: 0;
		right: 10px;
		margin-top: 0;
	}

	.tc_message_lt ul li .ewm {
		width: 90px;
		margin-top: 0;
	}

	.tc_message_lt ul li .ewm img {
		width: 90px;
		height: 90px;
		margin-bottom: 0;
	}

	.tc_message_lt ul li .ewm span {
		display: none;
	}

	.tc_message_rt {
		width: 100%;
		padding: 20px 0 0 0;
	}
}

@keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Firefox */
@-moz-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Opera */
@-o-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}


/*询盘*/
.pinquiry1_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.pinquiry1_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pinquiry1_bg {
	width: 600px;
	height: 700px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.pinquiry1_close2 {
	width: 53px;
	height: 53px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: .9;
	transition: all .3s ease;
}

.pinquiry1_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.pinquiry1 {
	background: #fff;
	height: 600px;
	padding: 60px 30px 40px 30px;
	transform: scale(0) translate(100%, 100%);
	transition: all .5s ease;
	z-index: 2;
	transform-origin: bottom right;
}

.pinquiry1.fadeInRight2 {
	transform: scale(1) translate(0, 0);
}

.pinquiry1 .h2 {
	font-size: var(--font20);
}

.pinquiry1 .tips1 {
	font-size: 12px;
	line-height: 22px;
	color: #999;
}

.pinquiry1 .h2 .tips1 {
	display: inline-block;
	margin-left: 10px;
}

.pinquiry1 font {
	color: var(--red);
}

.pinquiry1_con {
	font-size: var(--font16);
	line-height: 32px;
	margin-top: 35px;
}

.pinquiry1_con dl {
	padding-left: 120px;
	position: relative;
	margin-top: 20px;
}

.pinquiry1_con dl dt {
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
}

.pinquiry1_con dl dd {
	min-height: 32px;
}

.pinquiry1_con .input_text {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: calc(100% - 22px);
	max-width: 300px;
}

.pinquiry1_con textarea {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 100px;
	line-height: 30px;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.pinquiry1_con .input_button {
	display: block;
	width: 100px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: #fff;
}

.pinquiry1_con .input_button:hover {
	opacity: .9;
}

.pinquiry1_con .yzm {}

.pinquiry1_con .yzm .input_text {
	float: left;
}

.pinquiry1_con .yzm #sendcode {
	float: right;
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	height: 32px;
	line-height: 30px;
	border-radius: 4px;
	width: calc(100% - 332px);
}

.pinquiry1_con .yzm img {
	float: left;
	height: 32px;
	margin-left: 10px;
}

.pinquiry1_con #proName {
	max-height: 84px;
	overflow-y: auto;
}

.pinquiry1_con #proName span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0 32px 0 10px;
	position: relative;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.pinquiry1_con #proName span i {
	width: 12px;
	height: 12px;
	line-height: 10px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #f5f5f5;
	color: #999;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 9px;
}

.pinquiry1_con #proName span i:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

@media(max-width:999px) {
	.pinquiry1_bg {
		width: 100%;
		height: 100%;
	}

	.pinquiry1_close2 {
		width: 40px;
		height: 40px;
		/* background-size:contain;*/
	}

	.pinquiry1 {
		height: calc(100% - 80px);
		padding: 40px 20px;
	}

	.pinquiry1_con dl {
		padding-left: 80px;
	}

	.pinquiry1_con .input_text {
		max-width: 100%;
	}

	.pinquiry1_con .yzm .input_text {
		width: calc(100% - 112px);
	}

	.pinquiry1_con .yzm #sendcode {
		width: 80px;
	}
}


.shopptingcart_loading {
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 2em;
}

.loadEffect2 {
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	margin-top: 30vh;
}

.loadEffect2 span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load2 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

.loadEffect2 span:nth-child(1) {
	left: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 0.13s;
}

.loadEffect2 span:nth-child(2) {
	left: 10px;
	top: 10px;
	-webkit-animation-delay: 0.26s;
}

.loadEffect2 span:nth-child(3) {
	left: 50%;
	top: 0;
	margin-left: -8px;
	-webkit-animation-delay: 0.39s;
}

.loadEffect2 span:nth-child(4) {
	top: 10px;
	right: 10px;
	-webkit-animation-delay: 0.52s;
}

.loadEffect2 span:nth-child(5) {
	right: 0;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 0.65s;
}

.loadEffect2 span:nth-child(6) {
	right: 10px;
	bottom: 10px;
	-webkit-animation-delay: 0.78s;
}

.loadEffect2 span:nth-child(7) {
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	-webkit-animation-delay: 0.91s;
}

.loadEffect2 span:nth-child(8) {
	bottom: 10px;
	left: 10px;
	-webkit-animation-delay: 1.04s;
}


@keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Firefox */
@-moz-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}

/* Opera */
@-o-keyframes btnAnimation {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.7);
	}

	100% {
		transform: scale(1);
	}
}


/*购物车*/
.proShoppingcart_box .shopptingcart_open {
	font-size: 0;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: var(--primary-color) url(../images/ico_pbtn2.png) center no-repeat;
	background-size: 50% auto;
	position: fixed;
	top: 20%;
	right: 10%;
	cursor: pointer;
	z-index: 0;
	animation: btnAnimation 1s linear infinite 0s forwards;
}

.proShoppingcart_box .shopptingcart_open:hover {
	opacity: .9;
}

.tit_cart {}

.tit_cart .h2 {
	border-bottom: 1px solid #eee;
	font-size: 1.25vw;
	line-height: 1.5em;
}

.tit_cart .h2 span {
	display: inline-block;
	border-bottom: 2px solid var(--primary-color);
	color: var(--primary-color);
	padding-bottom: .26vw;
}

.shoppingcart_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	display: none;
}

.shoppingcart_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.shoppingcartbg {
	width: 50%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow-y: auto;
	transform: translateX(100%);
	transition: all .3s ease;
}

.shoppingcartbg.active {
	transform: translateX(0);
}

.shoppingcart_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	opacity: .9;
	transition: all .3s ease;
}

.shoppingcart_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.shoppingcart {
	padding: 1.56vw;
}

.shoppingcart_list {
	margin-top: 1.04vw;
	margin-bottom: 1.56vw;
}

.shoppingcart_list_top {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: .52vw;
}

.shoppingcart_list_top table {}

.shoppingcart_list_top table th {
	font-weight: normal;
	text-align: center;
	padding: .78vw .52vw;
	font-size: .84vw;
	line-height: 1.5em;
}

.shoppingcart_list_top .w1 {
	width: 40%;
	text-align: left;
}

.shoppingcart_list_top .w2 {
	width: 15%;
}

.shoppingcart_list_top .w3 {
	width: 15%;
	padding-left: 0;
	padding-right: 0;
}

.shoppingcart_list_top .w4 {
	width: 15%;
}

.shoppingcart_list_top .w5 {
	width: 15%;
}

.shoppingcart_list_mid {
	border: 1px solid #eee;
	border-bottom: none;
	margin-bottom: .52vw;
	max-height: calc(14.04vw + 10px);
	overflow-y: auto;
}

.shoppingcart_list_mid table {}

.shoppingcart_list_mid table td {
	text-align: center;
	padding: .78vw .52vw;
	font-size: .72vw;
	line-height: 2em;
	border-bottom: 1px solid #eee;
}

.shoppingcart_list_mid .w1 {
	width: 40%;
	text-align: left;
}

.shoppingcart_list_mid .w1 .cart_pro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shoppingcart_list_mid .w1 .img {
	width: 3.12vw;
	height: 3.12vw;
	border: 1px solid #eee;
	position: relative;
}

.shoppingcart_list_mid .w1 .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.shoppingcart_list_mid .w1 .h2 {
	width: calc(100% - 3.5vw);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.shoppingcart_list_mid .w2 {
	width: 15%;
}

.shoppingcart_list_mid .w3 {
	width: 15%;
	padding-left: 0;
	padding-right: 0;
}

.shoppingcart_list_mid .w3 .pronum {
	height: 1.56vw;
}

.shoppingcart_list_mid .w3 .pronum a {
	width: calc(1.56vw - 2px);
	height: calc(1.56vw - 2px);
	line-height: calc(1.56vw - 2px);
}

.shoppingcart_list_mid .w3 .pronum input {
	width: 2.6vw;
	height: calc(1.56vw - 2px);
	line-height: calc(1.56vw - 2px);
}

.shoppingcart_list_mid .w4 {
	width: 15%;
	font-weight: bold;
}

.shoppingcart_list_mid .w5 {
	width: 15%;
}

.shoppingcart_list_btm {
	border: 1px solid #eee;
}

.shoppingcart_list_btm table {}

.shoppingcart_list_btm table td {
	padding: .78vw .52vw;
	font-size: .84vw;
	line-height: 1.5em;
}

.shoppingcart_list_btm .w1 {
	width: 40%;
}

.shoppingcart_list_btm .w2 {
	width: 60%;
	text-align: right;
}

.shoppingcart_list_btm .w2 strong {
	color: #e64347;
	font-size: 20px;
}

.shoppingcart_form {}

.shoppingcart_form .h2 {
	font-size: 1.25vw;
	line-height: 1.5em;
	margin-bottom: .26vw;
}

.shoppingcart_form .message {}

.shoppingcart_form .message form {}

.shoppingcart_form .message ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.shoppingcart_form .message ul li {
	width: calc((100% - 15px)/2);
	margin-top: .52vw;
}

.shoppingcart_form .message ul li.li1 {
	width: 100%;
}

.shoppingcart_form .message .input_text {
	border: 1px solid #eee;
	background: #fff;
	height: 2.08vw;
	line-height: 2.08vw;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.shoppingcart_form .message textarea {
	border: 1px solid #eee;
	background: #fff;
	height: 6.24vw;
	line-height: 2.08vw;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.shoppingcart_form .message .yzm {
	height: calc(2.08vw + 2px);
}

.shoppingcart_form .message .yzm img {
	float: right;
	width: 100px;
	height: calc(2.08vw + 2px);
}

.shoppingcart_form .message .input_text1 {
	border: 1px solid #eee;
	background: #fff;
	height: 2.08vw;
	line-height: 2.08vw;
	padding: 0 10px;
	width: calc(100% - 125px);
	float: left;
}

.shoppingcart_form .message .yzm #sendcode {
	float: right;
	width: 100px;
	height: calc(2.08vw + 2px);
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
}

.shoppingcart_form .message .yzm #sendcode:hover {
	opacity: .9;
}

.shoppingcart_form .message .input_button {
	display: block;
	margin: 0 auto;
	border: none;
	width: 100%;
	height: calc(2.08vw + 2px);
	line-height: calc(2.08vw + 2px);
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.shoppingcart_form .message .input_button:hover {
	opacity: .9;
}

.yzm input[disabled] {
	background: #999 !important;
	cursor: not-allowed !important;
}

.shoppingcart .success {
	text-align: center;
	margin-top: 20vh;
}

.shoppingcart .success .h1 {
	font-size: 1.25vw;
	line-height: 2em;
	margin-top: .52vw;
}

.shoppingcart .success .h2 {
	font-size: .84vw;
	line-height: 1.5em;
	color: #999;
}

.shoppingcart .success input {
	display: block;
	margin: 0 auto;
	border: none;
	width: 20%;
	height: calc(2.08vw + 2px);
	line-height: calc(2.08vw + 2px);
	background: var(--primary-color);
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 1.3vw;
}

.shoppingcart .success input:hover {
	opacity: .9;
}

@media(max-width:999px) {
	.shopptingcart_loading {
		width: 100%;
	}

	.tit_cart .h2 {
		font-size: 20px;
		line-height: 1.5em;
	}

	.tit_cart .h2 span {
		padding-bottom: 5px;
	}

	.shoppingcartbg {
		width: 100%;
		height: 100%;
	}

	.shoppingcart {
		padding: 15px;
	}

	.shoppingcart_list {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.shoppingcart_list_top {
		display: none;
	}

	.shoppingcart_list_mid {
		margin-bottom: 15px;
		max-height: 44vh;
	}

	.shoppingcart_list_mid table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.shoppingcart_list_mid table td {
		padding: 10px 0;
		font-size: 12px;
		line-height: 24px;
		display: block;
	}

	.shoppingcart_list_mid .w1 {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
		padding-bottom: 0;
	}

	.shoppingcart_list_mid .w1 .img {
		width: 40px;
		height: 40px;
	}

	.shoppingcart_list_mid .w1 .h2 {
		width: calc(100% - 45px);
		line-height: 16px;
	}

	.shoppingcart_list_mid .w2 {
		width: 24%;
	}

	.shoppingcart_list_mid .w3 {
		width: 28%;
	}

	.shoppingcart_list_mid .w3 .pronum {
		height: 24px;
		vertical-align: top;
	}

	.shoppingcart_list_mid .w3 .pronum a {
		width: 22px;
		height: 22px;
		line-height: 22px;
	}

	.shoppingcart_list_mid .w3 .pronum input {
		width: 44px;
		height: 22px;
		line-height: 22px;
	}

	.shoppingcart_list_mid .w4 {
		width: 24%;
	}

	.shoppingcart_list_mid .w5 {
		width: 24%;
	}

	.shoppingcart_list_btm table td {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.5em;
	}

	.shoppingcart_list_btm .w2 strong {
		font-size: 20px;
	}

	.shoppingcart_form {}

	.shoppingcart_form .h2 {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 0;
	}

	.shoppingcart_form .message ul li {
		width: calc((100% - 10px)/2);
		margin-top: 10px;
	}

	.shoppingcart_form .message ul li.li1 {
		width: 100%;
	}

	.shoppingcart_form .message .input_text {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 22px);
	}

	.shoppingcart_form .message textarea {
		height: 60px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 22px);
	}

	.shoppingcart_form .message .yzm {
		height: 32px;
	}

	.shoppingcart_form .message .yzm img {
		width: 100px;
		height: 32px;
	}

	.shoppingcart_form .message .input_text1 {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 95px);
	}

	.shoppingcart_form .message .yzm #sendcode {
		width: 68px;
		height: 32px;
		font-size: 12px;
	}

	.shoppingcart_form .message .input_button {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}

	.shoppingcart .success {}

	.shoppingcart .success img {
		max-width: 80px;
	}

	.shoppingcart .success .h1 {
		font-size: 20px;
		line-height: 2em;
		margin-top: 10px;
	}

	.shoppingcart .success .h2 {
		font-size: 12px;
		line-height: 1.5em;
	}

	.shoppingcart .success input {
		width: 30%;
		height: 32px;
		line-height: 30px;
		font-size: 12px;
		margin-top: 25px;
	}
}


/*筛选*/
.screen_btn {
	position: fixed;
	top: 100px;
	right: calc(15% - 40px);
	z-index: 11;
	display: none;
}

.screen_btn a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: var(--secondary-color);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-image: url(../images/ico_screen.png);
}

.screen_close {
	font-size: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
	background: url(../images/ico_btn1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: calc(15% - 40px);
	z-index: 2;
	display: none;
}

.screen {}

.screen_box {
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	z-index: 22;
}

.screen_box>ul {
	position: relative;
	padding: 5px 15px 0 15px;
}

.screen_box>ul>li {
	position: relative;
	padding: 15px 0 5px 70px;
	position: relative;
	border-top: 1px solid #eee;
}

.screen_box>ul>li:first-child {
	border-top: none;
}

.screen_box>ul>li:nth-child(n+3) {
	display: none;
}

.screen_box.active>ul>li:nth-child(n+3) {
	display: block;
}

.screen_box>ul>li>span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 15px;
}

.screen_box>ul>li .boxbg {
	/* height:35px;*/
	overflow: hidden;
	position: relative;
	/* padding-right:30px;*/
}

.screen_box>ul>li .boxbg.active {
	/* height:auto;*/
}

.screen_box .box_btn {
	display: none;
	padding-bottom: 15px;
}

.screen_box .box_btn i {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../images/ico_down1.png) center no-repeat;
	cursor: pointer;
}

.screen_box .box_btn i.i1 {}

.screen_box .box_btn i.i2 {
	background-image: url(../images/ico_list2.png);
	display: none;
}

.screen_box.active .box_btn i.i1 {
	display: none;
}

.screen_box.active .box_btn i.i2 {
	display: block;
}

.screen_box>ul>li .box {}

.screen_box>ul>li a {
	display: inline-block;
	padding: 0 15px;
	color: #999;
	border: 1px solid #f5f5f5;
	margin: 0 10px 10px 0;
	border-radius: 4px;
}

.screen_box>ul>li a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.screen_box>ul>li a.hover {
	color: #fff;
	border-color: var(--primary-color);
	background: var(--primary-color);
}

.screen.tfixed .screen_box {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 33;
	transform: translateY(-100%);
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.screen.tfixed.shown .screen_box {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.screen.tfixed.hiden .screen_box {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.screen.tfixed .screen_box>ul {
	width: 70%;
	margin: 0 auto;
}

.screen.tfixed .screen_btn {
	display: block;
}

.screen.tfixed .screen_close {
	display: block;
}

/*.screen.active{ position:fixed; left:0; top:0; padding:0;}
.screen.active>ul{ width:70%; margin:0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.screen.active>ul>li{ width:100%; position:static; padding:0; border:none; cursor:pointer; text-align:center; }
.screen.active>ul>li>span{ position:relative; left:auto; top:auto; line-height:60px; display:inline-block;}
.screen.active>ul>li>span:after{ content:""; width:20px; height:100%; background:url(../images/ico_down1.png) center no-repeat; position:absolute; top:0; left:100%;}
.screen.active>ul>li:hover>span:after{ background-image:url(../images/ico_up1.png);}
.screen.active>ul>li .boxbg{ width:100%; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:0; display:none;}
.screen.active>ul>li:hover .boxbg{ display:block;}
.screen.active>ul>li .box{ width:70%; margin:0 auto; padding:20px 0;}*/
@media(max-width:1699px) {
	.screen_btn {
		right: calc(10% - 40px)
	}

	.screen_close {
		right: calc(10% - 40px)
	}

	.screen.tfixed .screen_box>ul {
		width: 80%;
	}

	/*.screen.active>ul{ width:80%;}
.screen.active>ul>li .box{ width:80%; }*/
}

@media(max-width:1279px) {
	.screen_btn {
		right: calc(5% - 40px)
	}

	.screen_close {
		right: calc(5% - 40px)
	}
}

@media(max-width:999px) {
	.screen_box {
		font-size: 12px;
		line-height: 24px;
		/* margin-top:35px;*/
		display: none;
	}

	.screen.tfixed .screen_box {
		top: 60px;
		display: block;
	}

	.screen_btn {
		right: 0
	}

	.screen_close {
		right: 0;
	}

	.screen_box>ul {
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}

	.screen_box>ul>li {
		/* margin-bottom:15px;*/
		padding-bottom: 10px;
		padding-left: 60px;
	}

	.screen_box>ul>li>span {
		font-size: 12px;
		line-height: 24px;
	}

	.screen_box>ul>li a {
		padding: 0 5px;
		margin: 0 5px 5px 0;
	}

	.screen.tfixed .screen_box>ul {
		width: 90%;
	}

	/*.screen.active>ul{ width:90%;}
.screen.active>ul>li .box{ width:90%; }*/
}







/*pro1*/
.index_product1 {}

.index_product1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
	background: #fff;
}

.index_product1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.index_product1 ul li .nr_box {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease;
}

.index_product1 ul li:hover .nr_box {
	border-color: var(--primary-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index_product1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}

.index_product1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.index_product1 ul li:hover .img img {
	transform: scale(1.1);
}

.index_product1 ul li .txtbg {}

.index_product1 ul li .txt {
	padding: 15px 5%;
	color: #666;
}

.index_product1 ul li .txt .h2 {
	font-size: 18px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_product1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.index_product1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.index_product1 ul li {
		float: left;
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

	.index_product1 ul li:nth-child(3n-2) {
		margin-left: 10px;
		clear: none;
	}

	.index_product1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}

	.index_product1 ul li .txt {
		padding: 10px 5%;
	}

	.index_product1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: 1.5em;
	}
}


/*news1*/
.index_news1 {
	padding: 40px 0;
	background: #f2f2f2;
}

.index_news1 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 20px 20px;
	background: #fff;
}

.index_news1 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.index_news1 ul li .nr_box {
	border: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index_news1 ul li .imgbg {
	width: 25%;
}

.index_news1 ul li .img {
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
}

.index_news1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.index_news1 ul li:hover .img img {
	transform: scale(1.1);
}

.index_news1 ul li .txtbg {
	width: 75%;
}

.index_news1 ul li .txt {
	padding: 20px 20px;
	color: #666;
}

.index_news1 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_news1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.index_news1 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.5em;
	height: 3em;
	margin: 10px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_news1 ul li .txt .time {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 24px;
	position: relative;
	margin: 10px 0 0 0;
}

.index_news1 ul li .txt .time i {
	width: 20px;
	height: 24px;
	background: url(../images/ico_time.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

@media(max-width:999px) {
	.index_news1 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*news2*/
.index_news2 {
	padding: 40px 0;
}

.index_news2 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.index_news2 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.index_news2 ul li .txt {}

.index_news2 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}

.index_news2 ul li .txt .h2:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}

.index_news2 ul li .txt .h2 a {
	float: left;
	width: 70%;
	height: 26px;
	overflow: hidden;
	color: #333;
}

.index_news2 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.index_news2 ul li .txt .h2 span {
	float: right;
	color: #999;
}

@media(max-width:999px) {
	.index_news2 ul li {
		float: left;
		width: 100%;
		margin: 0;
	}
}


/*news3*/
.index_news3 {
	padding: 40px 0;
}

.index_news3 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 20px 20px;
}

.index_news3 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.index_news3 ul li .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.index_news3 ul li .date {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	color: #999;
	text-align: center;
}

.index_news3 ul li .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	padding: 15px 0 2px 0;
}

.index_news3 ul li .date span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.index_news3 ul li .txt {
	width: calc(100% - 100px);
	color: #666;
}

.index_news3 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_news3 ul li .txt .h2 a {
	color: #333;
}

.index_news3 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.index_news3 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.5em;
	height: 3em;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.index_news3 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*footnav*/
.f_nav {
	padding: 40px 0;
}

.f_nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.f_nav ul li {
	flex-grow: 1;
	flex-shrink: 1;
	margin-bottom: 10px;
}

.f_nav ul li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.f_nav>ul>li>a {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}



/*inner_news1*/
.inside_news1 {}

.inside_news1 ul li {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.inside_news1 ul li .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_news1 ul li .imgbg {
	width: 25%;
}

.inside_news1 ul li .img {
	position: relative;
	padding-bottom: 70%;
	overflow: hidden;
	border-radius: 10px;
}

.inside_news1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	background: #f9f9f9;
}

.inside_news1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_news1 ul li .txtbg {
	width: 75%;
}

.inside_news1 ul li .txt {
	padding-left: 5%;
	color: #666;
}

.inside_news1 ul li .txt .h2 {
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_news1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_news1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inside_news1 ul li .txt .time {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 24px;
	position: relative;
}

.inside_news1 ul li .txt .time i {
	width: 20px;
	height: 24px;
	background: url(../images/ico_time.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

@media(max-width:999px) {
	.inside_news1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: auto;
		-webkit-line-clamp: 2;
		margin-bottom: 5px;
	}

	.inside_news1 ul li .txt .h3 {
		display: none;
	}
}



/*inner_news2*/
.inside_news2 {}

.inside_news2 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.inside_news2 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.inside_news2 ul li .txt {}

.inside_news2 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}

.inside_news2 ul li .txt .h2:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}

.inside_news2 ul li .txt .h2 a {
	float: left;
	width: 70%;
	height: 26px;
	overflow: hidden;
	color: #333;
}

.inside_news2 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.inside_news2 ul li .txt .h2 span {
	float: right;
	color: #999;
}

@media(max-width:999px) {
	.inside_news2 ul li {
		float: left;
		width: 100%;
		margin: 0;
	}
}


/*inner_news3*/
.inside_news3 {}

.inside_news3 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 0 20px 20px;
}

.inside_news3 ul li:nth-child(2n-1) {
	margin-left: 0;
	clear: left;
}

.inside_news3 ul li .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.inside_news3 ul li .date {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	color: #999;
	text-align: center;
}

.inside_news3 ul li .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	padding: 15px 0 2px 0;
}

.inside_news3 ul li .date span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.inside_news3 ul li .txt {
	width: calc(100% - 100px);
	color: #666;
}

.inside_news3 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_news3 ul li .txt .h2 a {
	color: #333;
}

.inside_news3 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.inside_news3 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.5em;
	height: 3em;
	margin: 5px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.inside_news3 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*inpic1*/
.inside_picList1 {}

.inside_picList1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
	background: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
}

.inside_picList1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_picList1 ul li .nr_box {}

.inside_picList1 ul li .img {
	padding-bottom: 64%;
	position: relative;
	overflow: hidden;
}

.inside_picList1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	background: #f9f9f9;
}

.inside_picList1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_picList1 ul li .txtbg {
	position: relative;
}

.inside_picList1 ul li .txtbg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	top: 0;
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleY(0);
	transform-origin: 50% 100% 0;
}

.inside_picList1 ul li:hover .txtbg:before {
	transform: scaleY(1);
	transform-origin: 50% 0 0;
}

.inside_picList1 ul li .txt {
	padding: 15px 5%;
	color: #666;
	position: relative;
	z-index: 2;
}

.inside_picList1 ul li .txt .h2 {
	font-size: 14px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_picList1 ul li:hover .txt .h2 {
	color: #fff;
}

.inside_picList1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.inside_picList1 ul li {
		float: left;
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

	.inside_picList1 ul li:nth-child(3n-2) {
		margin-left: 10px;
		clear: none;
	}

	.inside_picList1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}

	.inside_picList1 ul li .txt {
		padding: 15px 5%;
	}

	.inside_picList1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.6em;
		height: 1.6em;
	}
}

/*inphoto1*/
.inside_photo1 {}

.inside_photo1 ul li {
	float: left;
	width: calc((100% - 60px)/4);
	margin: 0 0 20px 20px;
	text-align: center;
}

.inside_photo1 ul li:nth-child(4n-3) {
	margin-left: 0;
	clear: left;
}

.inside_photo1 ul li .nr_box {
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.inside_photo1 ul li .imgbg {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.inside_photo1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	z-index: 1;
}

.inside_photo1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	background: #f9f9f9;
}

.inside_photo1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_photo1 ul li .imgbg:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.inside_photo1 ul li:hover .imgbg:before {
	opacity: 1;
	visibility: visible;
}

.inside_photo1 ul li i {
	width: 40px;
	height: 40px;
	background: url(../images/ico_search1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.inside_photo1 ul li:hover i {
	opacity: 1;
	visibility: visible;
}

.inside_photo1 ul li .txtbg {}

.inside_photo1 ul li .txt {
	margin-top: 10px;
	padding: 0 5%;
	color: #666;
}

.inside_photo1 ul li .txt .h2 {
	font-size: 14px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_photo1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_photo1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.inside_photo1 ul li {
		float: left;
		width: calc((100% - 10px)/2);
		margin: 0 0 20px 10px;
	}

	.inside_photo1 ul li:nth-child(4n-3) {
		margin-left: 10px;
		clear: none;
	}

	.inside_photo1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}
}


/*inside_download1*/
.inside_download1 {}

.inside_download1 ul li {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_download1 ul li:nth-child(1) {
	padding-top: 0;
}

.inside_download1 ul li>i {
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	width: 40px;
	text-align: center;
	color: var(--primary-color);
}

.inside_download1 ul li .txt {
	width: calc(100% - 200px);
	position: relative;
}

.inside_download1 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

.inside_download1 ul li .txt .h2 a {
	color: #333;
}

.inside_download1 ul li:hover .txt .h2 a {
	color: var(--primary-color);
}

.inside_download1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
}

.inside_download1 ul li .txt .h3 span {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #999;
}

.inside_download1 ul li .down_btn {}

.inside_download1 ul li .down_btn a {
	display: block;
	background: var(--primary-color);
	color: #fff;
	width: 120px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}

.inside_download1 ul li .down_btn a:hover {
	opacity: .9;
}

.inside_download1 ul li .down_btn a i {
	margin-right: 5px;
	vertical-align: middle;
}

@media(max-width:999px) {
	.inside_download1 ul li {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	.inside_download1 ul li .txt {
		width: calc(100% - 60px);
	}

	.inside_download1 ul li .txt .h2 {
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}

	.inside_download1 ul li .txt .h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.inside_download1 ul li .txt .h3 span {
		margin: 0 10px 0 0;
	}

	.inside_download1 ul li .down_btn {
		width: 100%;
		margin-top: 10px;
	}

	.inside_download1 ul li .down_btn a {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
	}
}

/*inpro1*/
.inside_product1 {}

.inside_product1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
}

.inside_product1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_product1 ul li .nr_box {
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.inside_product1 ul li:hover .nr_box {
	background: #f4f4f4;
}

.inside_product1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.inside_product1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.inside_product1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_product1 ul li .txtbg {}

.inside_product1 ul li .txt {
	margin-top: 10px;
	padding: 0 5%;
	color: #666;
}

.inside_product1 ul li .txt .h2 {
	font-size: 16px;
	line-height: 1.5em;
	height: 1.5em;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.inside_product1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_product1 ul li .txt .h3 {
	display: none;
}

@media(max-width:999px) {
	.inside_product1 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.inside_product1 ul li .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: 1.5em;
	}
}

/*innewsClass1*/
.itit1 {}

.itit1 .h2 {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}

.itit1 .h2 strong {
	float: left;
	font-weight: bold;
	border-left: 5px solid var(--primary-color);
	padding-left: 5px;
}

.itit1 .h2 a {
	float: right;
	font-size: 14px;
	color: var(--primary-color);
}

.inside_newsClass1 {}

.inside_newsClass1_box {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.inside_newsClass1 .ilist {
	padding: 10px 10px 0 10px;
}

.inside_newsClass1 .ilist ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
}

.inside_newsClass1 .ilist ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 17px;
}

.inside_newsClass1 .ilist ul li a {
	float: left;
	width: 70%;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 16px;
}

.inside_newsClass1 .ilist ul li span {
	float: right;
	font-size: 14px;
	color: #999;
}

/*inproClass1*/
.imore1 {}

.imore1 span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
}

.imore1 span:hover {
	background: #fff;
	color: #333;
}

.inside_proClass1 {}

.inside_proClass1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 0 20px 20px;
	text-align: center;
	background: #fff;
	position: relative;
}

.inside_proClass1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_proClass1 ul li .nr_box {
	border: 10px solid #eee;
}

.inside_proClass1 ul li .img {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.inside_proClass1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

.inside_proClass1 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_proClass1 ul li .txtbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inside_proClass1 ul li .txt {
	padding: 20px 5%;
	width: 90%;
	color: #fff;
}

.inside_proClass1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.inside_proClass1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.inside_proClass1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 0 20px 20px;
	}

	.inside_proClass1 ul li:nth-child(3n-2) {
		margin-left: 20px;
		clear: none;
	}

	.inside_proClass1 ul li:nth-child(2n-1) {
		margin-left: 0;
		clear: left;
	}
}


.m11_message1 {}

.m11_message1 .list1 {
	margin-top: 20px;
}

.m11_message1 .list1 img {
	display: block;
	width: 100%;
	background: #f9f9f9;
}

.m11_message1 .list2 {
	margin-top: 20px;
}

/*留言*/
.message1 {}

.message1 form {}

.message1 form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}

.message1 form ul li {
	width: 48%;
	margin: 0 0 20px 4%;
}

.message1 form ul li.li1 {
	width: 100%;
	margin-left: 0;
}

.message1 form ul li.li2 {
	text-align: right;
}

.message1 form ul li:nth-child(1),
.message1 form ul li:nth-child(3),
.message1 form ul li:nth-child(6) {
	margin-left: 0;
}

.message1 form .h3 {
	width: 100px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.message1 form .h3 font {
	color: #f00;
}

.message1 form .input_text {
	border: 1px solid #eee;
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: calc(100% - 22px);
}

.message1 form textarea {
	border: 1px solid #eee;
	background: #fff;
	height: 120px;
	line-height: 40px;
	padding: 0 10px;
	width: calc(100% - 22px);
	display: block;
}

.message1 form .yzm {
	height: 42px;
}

.message1 form .input_text1 {
	border: 1px solid #eee;
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: calc(100% - 132px);
	float: left;
}

.message1 form #sendcode {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	height: 42px;
	line-height: 40px;
	width: 100px;
	cursor: pointer;
	transition: all .3s ease;
	float: right;
}

.message1 form #sendcode:hover {
	opacity: .9;
}

.message1 form #sendcode[disabled] {
	background: #999;
}

.message1 form .input_button {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: #fff;
	height: 42px;
	line-height: 40px;
	width: 50%;
	max-width: 200px;
	cursor: pointer;
	transition: all .3s ease;
	margin-top: 20px;
}

.message1 form .input_button:hover {
	border-color: var(--secondary-color);
	background: var(--secondary-color);
}

@media(max-width:999px) {
	.message1 form ul {
		display: block;
	}

	.message1 form ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.message1 form ul li.li2 {
		text-align: center;
	}

	.message1 form .h3 {
		font-size: 14px;
		line-height: 1.8em;
		margin-bottom: 0;
	}

	.message1 form .input_text {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 22px);
		font-size: 14px;
	}

	.message1 form textarea {
		height: 100px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 22px);
		font-size: 14px;
	}

	.message1 form .yzm {
		height: 40px;
	}

	.message1 form .input_text1 {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		width: calc(100% - 132px);
		font-size: 14px;
	}

	.message1 form #sendcode1 {
		height: 40px;
		line-height: 38px;
		width: 100px;
		font-size: 14px;
	}

	.message1 form .input_button {
		height: 40px;
		line-height: 38px;
		width: 100%;
		max-width: 100%;
		font-size: 14px;
		margin-top: 10px;
	}
}


/*联系*/
.inside_contact1 {
	font-size: .84vw;
	line-height: 1.56vw;
}

.inside_contact1 ul li {}

.inside_contact1 ul li h2 {
	font-size: 1.56vw;
	line-height: 1.5em;
}

.inside_contact1 ul li i {
	display: inline-block;
	text-align: center;
	width: 1.56vw;
	height: 1.56vw;
	line-height: 1.56vw;
	margin-right: 5px;
	color: var(--primary-color);
}

.inside_contact1 ul li span {
	display: inline-block;
	width: 4.2vw;
	text-justify: inter-ideograph;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}







.f_header_mid_nameV3 {
	position: relative;
	font-family: Georgia;
	font-weight: bold;
	line-height: 1.5em;
	height: 203px
}

.f_header_mid_nameV3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 38px;
	width: 100%;
	height: 135px;
	background: #34373c;
	z-index: -1
}

.f_header_mid_nameV3 .head_top {
	line-height: 18px;
	padding: 10px 0;
	width: 1280px;
	margin: 0 auto;
	font-family: verdana;
	font-size: 16px
}

.f_header_mid_nameV3 .head_mid {
	width: 1280px;
	margin: 20px auto
}

.f_header_mid_nameV3 .head_bot {
	width: 1280px;
	margin: 0 auto;
	z-index: 9;
	position: absolute;
	height: 20px;
	top: 173px;
	left: 50%;
	margin-left: -600px
}

.f_header_mid_nameV3 .head_bot ul {
	background: #fff;
	line-height: 30px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: absolute;
	top: -30px;
	left: 0;
	width: 1200px
}

.f_header_mid_nameV3 .head_bot ul ul {
	position: absolute;
	top: 100%;
	left: 30px;
	z-index: 9;
	width: 1000px;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}

.f_header_mid_nameV3 .head_bot li ul li a {
	border-right: 0px;
}

.f_header_mid_nameV3 .tel {
	float: left;
	color: var(--primary-color);
	font-family: verdana
}

.f_header_mid_nameV3 .top_r {
	float: right;
	font-weight: normal
}

.f_header_mid_nameV3 .top_r a:hover {
	color: var(--primary-color)
}

.header-top .top_r {
	float: right;
	font-weight: normal
}

.header-top .top_r a:hover {
	color: var(--primary-color)
}

.f_header_mid_nameV3 .logo_wrap {
	float: left;
	display: block !important;
	width: 170px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative
}

.f_header_mid_nameV3 .logo_wrap img {
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	max-width: 160px;
	max-height: 160px
}

.f_header_mid_nameV3 .company_name {
	float: left;
	margin-top: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 710px
}

.f_header_mid_nameV3 .company_name .name {
	color: var(--primary-color);
	font-size: 27px;
	text-transform: uppercase
}

.f_header_mid_nameV3 .slogan {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 10px
}

.f_header_mid_nameV3 .sear {
	float: right;
	position: relative;
	margin-top: 10px;
	width: 235px
}

.f_header_mid_nameV3 .sear .sea_inp {
	background: #34373c;
	border: 1px solid #888;
	outline: 0;
	width: 200px;
	padding: 5px 26px 5px 10px;
	height: 27px;
	box-sizing: border-box;
	color: #fff;
	border-radius: 10px 0 0 10px
}

.f_header_mid_nameV3 .sear .go_inp {
	position: absolute;
	top: 0;
	cursor: pointer;
	background: 0;
	height: 27px;
	box-sizing: border-box;
	color: var(--primary-color);
	border: 1px solid #888;
	border-left: 0;
	line-height: 21px;
	margin-left: 0px;
	border-radius: 0 13px 10px 0;
	padding: 0px 3px;
}

.f_header_mid_nameV3 .sear .go_inp:hover {
	color: #fff
}

.f_header_mid_nameV3 .head_bot li {
	float: left;
	padding: 20px 0;
	width: 10%;
	text-align: center
}

.f_header_mid_nameV3 .head_bot li:last-child a {
	border: 0
}

.f_header_mid_nameV3 .head_bot li a {
	text-transform: uppercase;
	border-right: 1px solid #ddd;
	display: block;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.f_header_mid_nameV3 .head_bot li:hover>a,
.f_header_mid_nameV3 .head_bot li.cur:hover>a,
.f_header_mid_nameV3 .head_bot li.cur>a {
	color: var(--primary-color);
	text-decoration: none
}

.f_header_mid_nameV3 .head_bot .product_li {
	position: relative
}

.f_header_mid_nameV3 .head_bot .product_li a {
	padding-right: 0
}

.f_header_mid_nameV3 .head_bot .product_li .arrow {
	display: inline-block;
	position: inherit;
	margin-left: 7px
}

.f_header_mid_nameV3 .head_bot li:hover .arrow,
.f_header_mid_nameV3 .head_bot li.cur .arrow {
	border-top: 4px solidvar(--primary-color)
}

.f_header_mid_nameV3 .products {
	position: absolute;
	top: 100%;
	left: -112px;
	z-index: 9;
	width: 1000px;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 10px
}

.f_header_mid_nameV3 .head_bot ul li ul li {
	display: block;
	float: left;
	width: 30.33%;
	padding: 0 10px;
	text-align: left;
	text-transform: capitalize;
	box-sizing: border-box;
	margin: 0 1.5%;
	font-family: verdana;
	font-size: 14px;
	border: 0;
	margin-top: 10px;
	color: #333;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.f_header_mid_nameV3 .head_bot .product_li .products a:hover {
	background: var(--primary-color);
	color: #fff
}

.f_header_mid_nameV3 .product_li:hover .products {
	display: block
}

.f_header_mid_nameV3 ul li:hover ul {
	display: block
}

.f_header_mid_nameV3 .select_language_wrap {
	float: right;
	position: relative
}

.f_header_mid_nameV3 .r_q {
	float: left;
	margin-right: 15px
}

.f_header_mid_nameV3 .arrow {
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #333
}

.f_header_mid_nameV3 .select_language {
	background: #FFF;
	border: 1px solid #ccc;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
	position: absolute;
	top: 16px;
	right: 0;
	z-index: 10000;
	height: auto;
	width: 108px;
	display: none
}

.f_header_mid_nameV3 .select_language_wrap a {
	padding-left: 20px;
	display: block;
	height: 18px;
	position: relative;
	padding-right: 10px
}

.f_header_mid_nameV3 .select_language_wrap a:before,
.f_header_mid_nameV3 .select_language dt:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 12px;
	left: 0;
	top: 3px;
	background: url(/images/css-sprite3.png) no-repeat
}

.f_header_mid_nameV3 .select_language dt a:before {
	position: unset
}

.f_header_mid_nameV3 .select_language dt {
	height: 20px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding-left: 13px;
	box-sizing: border-box;
	font-size: 12px;
	position: relative
}

.f_header_mid_nameV3 .select_language dt:before {
	left: 10px
}

.f_header_mid_nameV3 .select_language dt.cn:before,
.f_header_mid_nameV3 a.cn:before {
	background-position: 0 -74px
}

.f_header_mid_nameV3 .select_language dt.french:before,
.f_header_mid_nameV3 a.french:before {
	background-position: -16px -74px;
	float: none
}

.f_header_mid_nameV3 .select_language dt.german:before,
.f_header_mid_nameV3 a.german:before {
	background-position: -34px -74px
}

.f_header_mid_nameV3 .select_language dt.italian:before,
.f_header_mid_nameV3 a.italian:before {
	background-position: -50px -74px
}

.f_header_mid_nameV3 .select_language dt.russian:before,
.f_header_mid_nameV3 a.russian:before {
	background-position: -68px -74px
}

.f_header_mid_nameV3 .select_language dt.spanish:before,
.f_header_mid_nameV3 a.spanish:before {
	background-position: -85px -74px
}

.f_header_mid_nameV3 .select_language dt.portuguese:before,
.f_header_mid_nameV3 a.portuguese:before {
	background-position: -102px -74px
}

.f_header_mid_nameV3 .select_language dt.dutch:before,
.f_header_mid_nameV3 a.dutch:before {
	background-position: -119px -74px
}

.f_header_mid_nameV3 .select_language dt.greek:before,
.f_header_mid_nameV3 a.greek:before {
	background-position: -136px -75px
}

.f_header_mid_nameV3 .select_language dt.japanese:before,
.f_header_mid_nameV3 a.japanese:before {
	background-position: -153px -75px
}

.f_header_mid_nameV3 .select_language dt.korean:before,
.f_header_mid_nameV3 a.korean:before {
	background-position: -170px -75px
}

.f_header_mid_nameV3 .select_language dt.hindi:before,
.f_header_mid_nameV3 a.hindi:before {
	background-position: -204px -75px
}

.f_header_mid_nameV3 .select_language dt.arabic:before,
.f_header_mid_nameV3 a.arabic:before {
	background-position: -187px -75px
}

.f_header_mid_nameV3 .select_language dt.turkish:before,
.f_header_mid_nameV3 a.turkish:before {
	background-position: -221px -75px
}

.f_header_mid_nameV3 .select_language dt.indonesian:before,
.f_header_mid_nameV3 a.indonesian:before {
	background-position: -112px -63px
}

.f_header_mid_nameV3 .select_language dt.vietnamese:before,
.f_header_mid_nameV3 a.vietnamese:before {
	background-position: -129px -63px
}

.f_header_mid_nameV3 .select_language dt.thai:before,
.f_header_mid_nameV3 a.thai:before {
	background-position: -146px -63px
}

.f_header_mid_nameV3 .select_language dt.bengali:before,
.f_header_mid_nameV3 a.bengali:before {
	background-position: -163px -63px
}

.f_header_mid_nameV3 .select_language dt.persian:before,
.f_header_mid_nameV3 a.persian:before {
	background-position: -181px -63px
}

.f_header_mid_nameV3 .select_language dt.polish:before,
.f_header_mid_nameV3 a.polish:before {
	background-position: -197px -63px
}

.f_header_mid_nameV3 .select_language dt.china:before,
.f_header_mid_nameV3 a.china:before {
	background-position: -214px -63px
}

.f_header_mid_nameV3 .select_language dt div:hover,
.f_header_mid_nameV3 .select_language dt a:hover {
	color: #afafaf;
	text-decoration: underline;
}

.f_header_mid_nameV3 .select_language dt div {
	color: #333;
	padding-left: 20px;
}




.f_stick_contact_nowV2 {
	width: 1000px;
	margin: 0 auto;
	position: relative
}

.f_stick_contact_nowV2 ul {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	line-height: 1.5em;
	font-family: Georgia;
	font-weight: bold;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 9;
}

.f_stick_contact_nowV2 li {
	float: left;
	width: 334px;
	border-right: 1px solid #ddd;
	position: relative
}

.f_stick_contact_nowV2 li:last-child {
	border-right: 0;
	width: 334px
}

.f_stick_contact_nowV2 .img_box {
	display: table-cell;
	width: 333px;
	height: 235px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle
}

.f_stick_contact_nowV2 .img_box img {
	max-width: 333px;
	max-height: 235px;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01)
}

.f_stick_contact_nowV2 li:hover .img_box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden
}

.f_stick_contact_nowV2 .text_box {
	height: 160px;
	text-align: center;
	padding-top: 35px;
	border-top: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: content-box;
}

.f_stick_contact_nowV2 li:nth-child(2) .text_box {
	border-bottom: 1px solid #ddd;
	border-top: 0
}

.f_stick_contact_nowV2 h2 {
	font-size: 16px
}

.f_stick_contact_nowV2 .title {
	display: block;
	margin: 0 20px 30px 20px;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 75px;
	color: #5b360e;
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	font-size: 16px
}

.f_stick_contact_nowV2 .btn {
	border-radius: 2px;
	padding: 7px 20px;
	width: auto;
	height: auto;
	background: 0;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	border: 2px solidvar(--primary-color);
	font-family: Georgia;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.f_stick_contact_nowV2 li:hover .text_box {
	background: #34373c
}

.f_stick_contact_nowV2 li:hover .title,
.f_stick_contact_nowV2 li:hover .btn {
	color: #fff
}

.f_stick_contact_nowV2 li:hover .btn:hover {
	border: 2px solid #fff;
	color: var(--primary-color)
}

.f_stick_contact_nowV2 .model1-slogn {
	top: 200px
}

.f_stick_contact_nowV2 .videoCell {
	display: block;
	width: 332px;
	height: 235px
}

.f_stick_contact_nowV2 {
	height: 500px
}

.f_stick_contact_nowV2 .down_video,
.f_stick_contact_nowV2 .up_video {
	position: relative
}

.f_stick_contact_nowV2 .video-image-box {
	width: 333px;
	height: 235px;
	display: none;
	position: relative
}

.f_stick_contact_nowV2 .video-image-box video {
	max-width: 98%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.f_stick_contact_nowV2 .video-image-box .fada {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 28px;
	right: 8px;
	background: #ccc;
	z-index: 10;
	cursor: pointer;
	background: url(/images/pql_zoom.png) no-repeat center;
	background-size: cover;
	color: #ccc;
	border-radius: 50%;
	border: 0
}

.f_stick_contact_nowV2 #divDlog {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center
}

.f_stick_contact_nowV2 #divDlog video {
	max-width: 80%;
	max-height: 80%
}

.f_stick_contact_nowV2 .videowrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 332px;
	height: 235px;
	overflow: hidden
}

.f_stick_contact_nowV2 .videowrap .videoBox {
	width: 100%;
	height: 100%
}

.f_stick_contact_nowV2 li:nth-of-type(even) .videowrap {
	bottom: 0;
	top: unset
}

.f_stick_contact_nowV2 ul li:nth-of-type(even) .model1-slogn {
	top: 397px
}


.no_product_gridV3 {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 0 auto
}

.no_product_gridV3 .main_title {
	padding: 0;
	text-align: center;
	height: auto;
	border-bottom: 0;
	background: 0;
	text-transform: uppercase;
	font-family: Georgia
}

.no_product_gridV3 .main_title .main_con {
	font-size: 30px;
	line-height: 70px;
	color: #81511c;
	border-bottom: 2px solid#81511c
}

.no_product_gridV3 .main_title .title_other_con {
	display: none
}

.no_product_gridV3 .product_list_tip {
	padding: 20px 10px 27px 15px
}

.no_product_gridV3 .product_list_tip h1 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	font-family: Georgia
}

.no_product_gridV3 .item-wrap {
	width: 225px;
	margin: 0 12px;
	float: left
}

.no_product_gridV3 .item dd a img,
.no_product_gridV3 .item>:first-child a img {
	transition: all .3s
}

.no_product_gridV3 .item dd a:hover img,
.no_product_gridV3 .item>:first-child a:hover img {
	transform: translate(-50%, -50%) scale(1.2)
}

.no_product_gridV3 .item dd a,
.no_product_gridV3 .item>:first-child a {
	width: 225px;
	height: 205px;
	display: table-cell;
	border: 1px solid #dadada;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	font-size: 12px
}

.no_product_gridV3 .item dd a img,
.no_product_gridV3 .item>:first-child a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 99% !important;
	max-height: 99% !important
}

.no_product_gridV3 .item h2 {
	overflow: hidden;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	margin: 14px 0;
	text-align: center;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 68px
}

.no_product_gridV3 .item h2 a:hover {
	color: var(--primary-color)
}

.no_product_gridV3 .item dd,
.no_product_gridV3 .item>:first-child {
	position: relative;
	overflow: hidden
}

.no_product_gridV3 .GetBestPrice {
	color: #ff771c
}

.no_product_gridV3 .item {
	text-align: center;
	padding-bottom: 20px
}

.no_product_gridV3 .GetBestPrice:hover {
	color: #fff;
	background: #ff771c
}



.GetBestPrice,
.getbestprice {
	width: 163px;
	height: 34px;
	border: 1px solid #ff771c;
	opacity: 1;
	border-radius: 2px;
	height: 20px;
	font-size: 17px;
	font-weight: 400;
	line-height: 34px;
	color: #d07473;
	padding: 6px 15px;
	text-decoration: none !important
}


.GetBestPrice span,
.getbestprice span {
	width: 18px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url(/images/css-sprite.png) no-repeat -376px -417px;
	margin-right: 5px
}


.f_pmd_products {
	margin-top: 20px
}

.f_pmd_products .more_products {
	box-sizing: border-box;
	border-radius: 5px
}

.f_pmd_products .more_products {
	border: 1px solid #eaeaea;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 33px;
	border-left: 4px solid var(--primary-color);
	overflow: hidden;
	display: flex;
	align-items: center
}

.f_pmd_products .more_products .more-products-title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	letter-spacing: .08px;
	font-weight: bold;
	text-transform: uppercase
}

.f_pmd_products .more_products .lists {
	height: 20px;
	line-height: 20px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	/* overflow: hidden; */
	flex: 1;
	position: relative
}

.f_pmd_products .more_products .lists li {
	background-color: #fff;
	/* position: absolute; */
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity .5s ease
}

.f_pmd_products .more_products .lists li.current {
	z-index: 1;
	opacity: 1
}

.f_pmd_products .more_products .lists a {
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color .2s ease;
	font-weight: normal
}


.f_about_three_photointroV2 {
	width: 1000px;
	margin: 70px auto;
	color: #fff;
	font-family: Georgia
}

.f_about_three_photointroV2 img {
	width: 400px;
	height: 250px
}

.f_about_three_photointroV2 .img {
	width: 400px;
	height: 250px;
	overflow: hidden
}

.f_about_three_photointroV2 .img>img {
	width: 101%;
	height: 101%;
	object-fit: cover
}

.f_about_three_photointroV2 .title {
	font-size: 26px;
	color: var(--primary-color);
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 30px
}

.f_about_three_photointroV2 .title:before {
	content: "";
	width: 160px;
	height: 2px;
	background: var(--primary-color);
	position: absolute;
	bottom: -20px;
	left: 0
}

.f_about_three_photointroV2 .content_2 .title:before {
	left: 40px
}

.f_about_three_photointroV2 .cont {
	font-size: 16px;
	line-height: 25px
}

.f_about_three_photointroV2 .l_content {
	float: left;
	width: 595px;
	box-sizing: border-box;
	padding-right: 50px
}

.f_about_three_photointroV2 .r_content p {
	display: table-cell;
	width: 400px;
	height: 250px;
	text-align: center;
	vertical-align: middle
}

.f_about_three_photointroV2 .r_content {
	float: left;
	width: 400px;
	background: #d4d4d4;
	margin-top: -50px;
	padding: 0;
	position: relative
}

.f_about_three_photointroV2 .content_2 .l_content {
	float: left;
	width: 400px;
	background: #d4d4d4;
	padding: 0
}

.f_about_three_photointroV2 .content_2 {
	margin: 30px 0
}

.f_about_three_photointroV2 .content_2 .r_content {
	float: right;
	width: 600px;
	padding: 95px 10px 10px 0;
	box-sizing: border-box;
	background: 0
}

.f_about_three_photointroV2 .content_2 .l_content p {
	display: table-cell;
	width: 400px;
	height: 250px;
	text-align: center;
	vertical-align: middle
}

.f_about_three_photointroV2 .content_2 .r_content p {
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	position: relative
}

.f_about_three_photointroV2 .r_content .videoBox {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px
}

.f_about_three_photointroV2 .content_2 .r_content p.cont {
	padding-left: 45px
}

.f_about_three_photointroV2 .content_2 .title span {
	position: relative;
	padding-left: 42px
}

.f_about_three_photointroV2 .content_3 .r_content {
	margin-top: 0;
	margin-bottom: -50px
}

.f_about_three_photointroV2 .r_content .no-company-general-video {
	width: 400px;
	height: 250px
}

.f_about_three_photointroV2 .no-company-general-video video {
	width: 100%;
	height: 100%
}




.f_company_allinfoV3 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px
}

.f_company_allinfoV3 dl,
.f_company_allinfoV3 .dl {
	float: left;
	width: 220px;
	margin: 30px 15px;
	color: #b3b3b3
}

.f_company_allinfoV3 dl dt a,
.f_company_allinfoV3 .dl .dt a {
	display: block;
	font-size: 24px;
	color: #81511c;
	line-height: 40px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Georgia;
	letter-spacing: 1px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%
}

.f_company_allinfoV3 dl dt a:hover,
.f_company_allinfoV3 .dl .dt a:hover {
	color: var(--primary-color)
}

.f_company_allinfoV3 dl dd,
.f_company_allinfoV3 .dl .dd {
	line-height: 20px;
	margin-bottom: 15px;
	font-family: verdana;
	height: 140px;
	overflow: hidden;
	min-height: 140px
}

.f_company_allinfoV3 .g_q_button {
	color: #fff;
	border: solid 1px #e87b0e;
	background-color: #666;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 20px;
	line-height: 35px;
	border: 0;
	cursor: pointer;
	opacity: .8
}

.f_company_allinfoV3 .g_q_button:hover {
	background-color: var(--primary-color);
	opacity: 1
}

.f_company_allinfoV3 .f_contact {
	line-height: 20px
}

.f_company_allinfoV3 dl dd,
.f_company_allinfoV3 .dl .dd {
	min-height: 140px;
	height: 140px
}

.f_company_allinfoV3 dl:first-child .minheight,
.f_company_allinfoV3 .dl:first-child .minheight {
	min-height: 82px;
	height: 82px;
	margin-bottom: 22px
}

.clearfix:after {
	content: "";
	display: block
}



.f_company_allinfoV3 .Verifiedby {
	text-align: left;
	width: 100%;
	font-family: PingFang SC;
	height: 40px;
	text-transform: none;
	margin-bottom: 10px
}

.f_company_allinfoV3 .Verifiedby .sgsmain {
	height: 40px;
	padding: 0 13px;
	background: rgba(224, 243, 255, 1);
	border-radius: 4px;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	line-height: 40px
}

.f_company_allinfoV3 .Verifiedby .sgsmain .text {
	text-transform: none;
	width: 103px;
	height: 28px;
	font-size: 15px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1)
}

.f_company_allinfoV3 .Verifiedby .sgsmain .sgsimg {
	width: 35px !important;
	height: 23px !important;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle
}

.f_company_allinfoV3 .Verifiedby .sgsmain .ecerimg {
	margin: 0;
	margin-left: 0;
	width: 44px !important;
	height: 14px !important;
	vertical-align: middle
}

.f_company_allinfoV3 .Verifiedby .sgsmain .and {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	vertical-align: bottom
}




.leave-message-dialog ul,
.leave-message-dialog li {
	list-style: none
}

.leave-message-dialog {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	font-family: Roboto
}

.leave-message-dialog .dialog-content-pql {
	min-width: 600px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 4px;
	padding: 41px 47px 34px
}

.leave-message-dialog .dialog-content-pql-id {
	min-width: 716px
}

.leave-message-dialog .close {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 22px;
	right: 27px;
	cursor: pointer
}

.leave-message-dialog .close:before,
.leave-message-dialog .close:after {
	position: absolute;
	content: "";
	background-color: #707070;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0
}

.leave-message-dialog .close:before {
	transform: rotate(45deg)
}

.leave-message-dialog .close:after {
	transform: rotate(-45deg)
}

.leave-message-dialog .title {
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 1.5
}

.leave-message-dialog p {
	margin: 0
}

.leave-message-dialog .form {
	width: 100%;
	margin-top: 22px
}

.leave-message-dialog .form input,
.leave-message-dialog .form .textarea {
	background-color: #f5f5f5;
	font-family: robot !important
}

.leave-message-dialog .form input,
.leave-message-dialog .form textarea {
	display: block;
	width: 100%;
	font-size: 16px;
	border-radius: 4px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	padding: 12px 19px;
	line-height: 20px;
	margin-bottom: 15px;
	text-indent: 0
}

.leave-message-dialog .form input {
	height: 44px
}

.leave-message-dialog .form .textarea {
	position: relative
}

.leave-message-dialog .form textarea {
	height: 127px;
	resize: none;
	background-color: transparent;
	position: relative;
	z-index: 1
}

textarea::-webkit-input-placeholder {
	font-family: robot !important
}

.leave-message-dialog .form::-webkit-input-placeholder {
	font-size: 16px;
	color: #999
}

.leave-message-dialog .form:-moz-placeholder {
	font-size: 16px;
	color: #999
}

.leave-message-dialog .form::-moz-placeholder {
	font-size: 16px;
	color: #999
}

.leave-message-dialog .form:-ms-input-placeholder {
	font-size: 16px;
	color: #999
}

.leave-message-dialog .form #submitStart {
	margin: 0 auto
}

.leave-message-dialog .form #submitStart:hover {
	filter: brightness(110%)
}

.dialog-content-pql-id .img {
	width: 100%;
	height: 200px;
	border-radius: 2px;
	display: inline-block;
	position: relative
}

.dialog-content-pql-id .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.dialog-content-pql-id .left {
	width: 200px;
	float: left
}

.dialog-content-pql-id .titlep {
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px
}

.dialog-content-pql-id .left ul {
	width: 100%;
	padding: 0;
	margin: 0
}

.dialog-content-pql-id .left ul li {
	height: 20px;
	list-style: none;
	margin-top: 6px
}

.dialog-content-pql-id .left ul li span:first-child {
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	color: #757575
}

.dialog-content-pql-id .left ul li span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 120px
}

.dialog-content-pql-id .right {
	width: 400px;
	float: right;
	margin-left: 20px
}

.dialog-content-pql-id .title {
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.dialog-content-pql-id input {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	border: 0;
	outline: 0;
	background: #f5f5f5;
	text-indent: 16px;
	font-size: 16px
}

.dialog-content-pql .btn {
	background: #ff802e;
	width: 200px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
	padding: 0px;
}

.dialog-content-pql .btn:hover {
	filter: brightness(110%)
}

.dialog-content-pql-id .mr {
	position: absolute;
	width: 70px;
	height: 40px;
	bottom: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	color: #757575
}

.dialog-content-pql-id .mr::before {
	position: absolute;
	content: "";
	display: block;
	border: 5px solid #000;
	border-color: #000 transparent transparent transparent;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	margin-top: 3px
}

.dialog-content-pql-id .mr ul {
	position: absolute;
	width: 100%;
	cursor: pointer;
	top: 34px;
	background: #f5f5f5;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
	border: 1px solid #ededed;
	display: none
}

.dialog-content-pql-id .mr:hover ul {
	display: block
}

.dialog-content-pql-ok .duihaook {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative
}

.dialog-content-pql-ok .duihaook::after {
	content: "";
	display: inline-block;
	background: #34da00;
	width: 35px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	left: 16px;
	top: 35px;
	border-radius: 2px
}

.dialog-content-pql-ok .duihaook::before {
	content: "";
	display: inline-block;
	background: #a4ff94;
	width: 50px;
	height: 15px;
	transform: rotate(-45deg);
	position: absolute;
	left: 32px;
	border-radius: 2px;
	top: 26px
}

.dialog-content-pql .error-pql {
	margin-top: -12px;
	margin-bottom: 10px;
	color: red;
	display: none
}

.dialog-content-pql .icon-pql {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: red;
	border-radius: 50%
}

.dialog-content-pql .icon-pql img {
	width: 100%;
	height: 100%
}

.dialog-content-pql-id .left ul li {
	height: 44px;
	list-style: none;
	margin-top: 6px;
	font-size: 16px
}

.dialog-content-pql-id .left ul li span:first-child {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	color: #757575;
	line-height: 18px
}

.dialog-content-pql-id .left ul li span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	white-space: nowrap;
	display: inline-block;
	line-height: 18px;
	width: 100%
}


.f_stick_contact_nowV2 li:nth-child(2) {
	float: left;
	width: 332px;
	border-right: 1px solid #ddd;
	position: relative;
	flex-direction: column-reverse;
	display: flex;
	flex-wrap: wrap;
}

.footer {
	background: #34373c;
	color: #fff;
	line-height: 1.5em;
	font-weight: bold;
}


.footer .top,
.footer .bot {
	width: 1000px;
	margin: 0 auto;
	position: relative
}

.footer .top {
	padding: 30px 0
}

.footer .bot {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #888;
	font-size: 12px;
	font-weight: normal
}

.footer .bot span {
	color: var(--primary-color)
}

.footer .company_name {
	float: left;
	width: 550px
}

.footer .link {
	float: right
}

.footer .tel {
	float: right;
	margin: 0 20px 0 0;
	border-left: 1px solid #888;
	padding: 0 20px;
	border-right: 1px solid #888;
	line-height: 35px;
	color: var(--primary-color);
	font-family: verdana;
	font-size: 16px
}

.footer .link a {
	background: url(/images/css-sprite.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 31px;
	margin-left: 5px
}

.footer .mobile_site a {
	color: #fff;
	position: absolute;
	left: 0;
	top: 133px
}

.footer .mobile_site a:hover {
	color: var(--primary-color)
}

.footer .name {
	color: var(--primary-color);
	font-size: 20px;
	text-transform: uppercase
}

.footer .slogan {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px
}

.footer .link .linkedin {
	background-position: -57px 5px
}

.footer .link .facebook {
	background-position: -85px 5px
}

.footer .link .twitter {
	background-position: -111px 5px
}

.footer .link .google {
	background-position: -137px 5px
}

.footer .address {
	text-transform: uppercase;
	margin-top: 10px
}

.footer .bot {
	color: #666
}

.footer .bot a {
	color: rgba(255, 255, 255, .6)
}

.footer .bot span a {
	color: rgba(255, 255, 255, .6)
}

.footer .Verifiedby {
	margin: 0 auto;
	width: 1000px
}



.cont_main_no {
	width: 760px;
	float: left
}

.cont_main_no_inner {
	margin-left: 10px;
	position: relative
}


.no_product_groupV3 {
	margin: 0 0 22px 15px
}

.no_product_groupV3 .tip_box .tip_con {
	border: 1px solid #e2e2e6;
	margin-bottom: 20px;
	color: #404041;
	padding: 10px;
	font-size: 10px;
	font-family: verdana;
	margin-top: 15px;
	text-align: left;
	font-weight: normal
}

.no_product_groupV3 .product_group {
	height: 215px;
	clear: both
}

.no_product_groupV3 .product_group:after {
	content: "";
	clear: both;
	display: block
}

.no_product_groupV3 .product_group .main_title {
	margin-bottom: 10px;
	background: #fff;
	height: 18px;
	position: relative;
	overflow: visible;
	border-bottom: 1px solid #ddd
}

.no_product_groupV3 .main_title .main_con {
	left: 0;
	top: 6px;
	background: #fff;
	font-size: 16px !important;
	position: absolute;
	padding-right: 10px;
	padding-left: 5px
}

.no_product_groupV3 .main_title .main_con a {
	color: #81511c;
	font-size: 18px;
	text-transform: capitalize
}

.no_product_groupV3 .main_title .main_con .num {
	/* font-family: verdana */
}

.no_product_groupV3 .main_title .main_con a:hover {
	color: var(--primary-color)
}

.no_product_groupV3 .main_title .title_other_con {
	padding: 9px 10px 0 8px;
	background: #f6f6f6;
	font-size: 13px
}

.no_product_groupV3 .item-wrap {
	text-align: center;
	width: 25%;
	float: left;
	margin-top: 10px;
	position: relative;
	height: 194px;
	min-height: 100px;
	background: none !important
}

.no_product_groupV3 .item {
	padding: 8px 8px 10px;
	margin: 4px 5px;
	_margin_bottom: 0;
	min-width: 150px;
	background: #fff;
	padding-bottom: 30px
}

.no_product_groupV3 .item-wrap:hover .item {
	min-height: 200px;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .13);
	-moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .13);
	box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, .13);
	border-color: #ccc;
	position: absolute
}

.no_product_groupV3 .item-wrap:hover .item dt h2 {
	height: auto
}

.no_product_groupV3 .item a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	font-family: verdana;
	line-height: 1.5em;
	color: #999;
	text-align: center
}

.no_product_groupV3 .item dd,
.no_product_groupV3 .item .dd {
	position: relative;
	width: 140px;
	height: 100px;
	margin: 0 auto;
	text-align: center
}

.no_product_groupV3 .item dd a,
.no_product_groupV3 .item .dd a {
	width: 140px;
	height: 100px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ddd
}

.no_product_groupV3 .item h2 {
	font-size: 1em
}

.no_product_groupV3 .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100% !important;
	max-height: 100% !important;
	transition: transform .3s ease-in-out
}

.no_product_groupV3 .item:hover img {
	transform: translate(-50%, -50%) scale(1.1)
}

.no_product_groupV3 .item h2 {
	overflow: hidden;
	font-size: 13px;
	padding: 8px 0 0;
	text-align: center;
	/* height: 38px; */
	min-height: 38px
}

.no_product_groupV3 .item:hover dd a,
.no_product_groupV3 .item:hover .dd a {
	border: 1px solid #fff
}

.no_product_groupV3 .item a:hover {
	color: #ff7d29
}

.no_product_groupV3 .getbestprice {
	font-size: 13px;
	width: 140px;
	height: 29px;
	position: absolute;
	box-sizing: border-box;
	line-height: inherit;
	color: #ff771c !important;
	display: none !important;
	z-index: 99;
	white-space: nowrap;
	border-radius: 2px
}

.no_product_groupV3 .getbestprice:hover {
	color: #fff !important
}

.GetBestPrice:hover,
.getbestprice:hover {
	background: #ff771c;
	color: #fff !important;
}

.no_product_groupV3 .item-wrap:hover .getbestprice {
	display: block !important
}

.GetBestPrice:hover span,
.getbestprice:hover span {
	background: url(/images/css-sprite.png) no-repeat -320px -393px;
}

.no_product_listV3 .main_title {
	margin-left: 5px
}

.no_product_listV3 .hidden_box {
	line-height: 1.5em
}

.no_product_listV3 .main_title .main_con h1 {
	font-size: 18px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: normal
}

.no_product_listV3 .main_title .main_con .num {
	font-size: 14px;
	font-weight: bold
}

.no_product_listV3 .main_title .title_other_con {
	float: right;
	padding: 6px 8px 0 0
}

.no_product_listV3 .main_title .title_other_con form {
	position: relative
}

.no_product_listV3 .main_title .title_other_con .text-inner {
	font-size: 10px;
	width: 220px;
	line-height: 24px;
	float: left;
	border: #dedede solid 1px;
	font-size: 14px;
	border-radius: 0px;
}

.main_title {
	height: 35px;
	font-size: 18px;
	color: #333;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: 0;
	font-family: Georgia;
	text-transform: uppercase;
}

.no_product_listV3 .main_title .title_other_con .submit_2 {
	float: left
}

.no_product_listV3 .item-wrap {
	padding: 10px;
	border-bottom: #dcdcdc solid 1px;
	margin-left: 5px
}

.no_product_listV3 .item-wrap:hover {
	background: #f5f5f5
}

.no_product_listV3 .item-wrap:hover .product_img_td a {
	border: 1px solid #fff
}

.no_product_listV3 .item-wrap .product_img_td {
	width: 140px;
	vertical-align: top;
	text-align: center;
	padding-top: 4px
}

.no_product_listV3 .item-wrap .product_img_td a {
	position: relative;
	display: table-cell;
	background: #fff;
	width: 140px;
	height: 100px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	text-align: center
}

.no_product_listV3 .item-wrap .product_img_td img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.no_product_listV3 .item-wrap .product_img_td .model1-slogn {
	top: 80px
}

.no_product_listV3 .item-wrap .product_detail {
	padding-left: 10px;
	margin: 5px 0;
	position: relative;
	padding-bottom: 40px
}

.no_product_listV3 .product_name {
	margin-bottom: 8px;
	font-size: 14px;
	font-family: verdana;
	height: auto;
	max-height: 40px;
	line-height: 1.5em
}

.no_product_listV3 .product_name a {
	color: #004b91
}

.no_product_listV3 .product_name a:hover {
	color: #ff7519
}

.no_product_listV3 .product_name a:visited {
	color: var(--primary-color)
}

.no_product_listV3 .product_name .btn_wrap {
	position: absolute;
	bottom: 0;
	left: 10px
}

.no_product_listV3 .product_name .btn_wrap .submit_4 {
	display: inline-block;
	width: 130px;
	height: 24px;
	border: 1px solid #ff771c;
	opacity: 1;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 24px;
	padding: 2px 15px;
	box-sizing: content-box;
	text-decoration: none !important
}

.no_product_listV3 .product_name .btn_wrap .submit_4:hover {
	-moz-opacity: .92;
	opacity: .92;
	filter: alpha(opacity=92)
}

.no_product_listV3 .intr {
	color: #666;
	margin-bottom: 7px;
	font-size: 14px
}

.no_product_listV3 .intr .more {
	padding-left: 8px
}

.no_product_listV3 .time {
	color: #999;
	display: block;
	margin-bottom: 10px;
	font-size: 14px
}

.no_product_listV3 .page_box {
	margin: 0 auto;
	height: 24px;
	margin: 20px 0;
	text-align: center;
	clear: both;
	border: 0
}

.no_product_listV3 .page_box a {
	padding: 1px 2px;
	margin-left: 5px;
	border: #dcdcdc solid 1px;
	text-decoration: none;
	background: #fff;
	color: #333;
	display: inline-block
}

.no_product_listV3 .page_box a.cur {
	padding: 1px 5px;
	margin-left: 5px;
	border: 1px solid#81511c;
	background: #fff;
	color: #81511c;
	display: inline-block
}

.no_product_listV3 .main_title .title_other_con .search_btn {
	position: absolute;
	right: 0;
	top: 1px;
	height: 23px !important
}

.no_product_listV3 .intr .more {
	position: relative
}

.no_product_listV3 .intr .more:after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 3px solid #db0505
}

.no_product_listV3 .item-wrap .product_img_td {
	position: relative
}

.no_product_listV3 .submit_4 {
	background: rgba(255, 119, 28, 1);
	color: rgba(255, 255, 255, 1) !important
}

.no_product_listV3 .submit_4 span {
	width: 18px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	background: url(/images/css-sprite.png) no-repeat -261px -393px;
	transform: scale(.88)
}

.no_product_listV3 .getbestprice {
	color: #ff771c !important;
	background: #fff;
	border-color: #ff771c;
	padding: 2px 15px;
	border-radius: 2px;
	margin-left: 8px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	width: 130px;
	box-sizing: content-box;
}

.no_product_listV3 .getbestprice span {
	background: url(/images/css-sprite.png) no-repeat -376px -417px;
	transform: scale(0.88)
}

.no_product_listV3 .getbestprice:hover {
	color: #fff !important;
	background: #ff771c;
	border-color: #ff771c
}

.no_product_listV3 .getbestprice:hover span {
	background: url(/images/css-sprite.png) no-repeat -320px -393px
}


.cont_main_n {
	width: 240px;
	float: left
}


.cont_main_no {
	width: 760px;
	float: left
}

.cont_main_no_inner {
	margin-left: 10px;
	position: relative
}


.n_product_point {
	margin-top: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15)
}

.n_product_point .main_title {
	border: 0;
	font-size: 14px;
	background: #34373c;
	color: #fff;
	margin: 0
}

.n_product_point .main_title .main_con {
	color: #fff;
	font-weight: bold;
	padding-left: 12px
}

.n_product_point .item {
	padding: 10px;
	overflow: hidden;
	text-align: left;
	display: block;
	line-height: 14px
}

.n_product_point .img_box {
	width: 54px;
	height: 48px;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle
}

.n_product_point .img_box img {
	max-width: 54px;
	max-height: 48px
}

.n_product_point .product_name {
	vertical-align: middle;
	text-align: left;
	padding-left: 5px
}

.n_product_point h2.item_inner {
	max-height: 54px;
	overflow: hidden
}

.n_product_point h2.item_inner a {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	line-height: 1.5em;
	color: #888
}



.n_product_point {
	margin-top: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15)
}

.n_product_point .main_title {
	border: 0;
	font-size: 14px;
	background: #34373c;
	color: #fff;
	margin: 0
}

.n_product_point .main_title .main_con {
	color: #fff;
	font-weight: bold;
	padding-left: 12px
}

.n_product_point .item {
	padding: 10px;
	overflow: hidden;
	text-align: left;
	display: block;
	line-height: 14px
}

.n_product_point .img_box {
	width: 54px;
	height: 48px;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle
}

.n_product_point .img_box img {
	max-width: 54px;
	max-height: 48px
}

.n_product_point .product_name {
	vertical-align: middle;
	text-align: left;
	padding-left: 5px
}

.n_product_point h2.item_inner {
	max-height: 54px;
	overflow: hidden
}

.n_product_point h2.item_inner a {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	line-height: 1.5em;
	color: #888
}

.n_product_point h2.item_inner a:hover {
	color: var(--primary-color)
}

.n_turn5_productcataV2 {
	width: 450px;
	height: 310px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	background: #fff;
	border: 1px solid #dedede;
	margin-bottom: 15px
}

.n_turn5_productcataV2 .part_1 {
	position: absolute;
	right: 5px;
	top: 8px
}

.n_turn5_produccatat .part_1 a:hover,
.n_turn5_product .part_1 .current {
	background: #f60;
	color: #fff
}

.n_turn5_productcataV2 .p_num {
	margin: 5px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #333;
	background: #999;
	color: #fff;
	cursor: pointer
}

.n_turn5_productcataV2 .p_num:hover,
.n_turn5_product .cur {
	background: #c56800
}

.n_turn5_productcataV2 .text {
	width: 442px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.5em;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px
}

.n_turn5_productcataV2 .text a {
	color: #fff
}

.n_turn5_productcataV2 .img_box {
	height: 310px;
	width: 450px;
	display: -webkit-flex;
	justify-content: center;
	align-items: center
}

.n_turn5_productcataV2 img {
	max-height: 310px;
	max-width: 450px
}

.n_turn5_productcataV2 .img_wrap .img_box {
	width: 450px;
	height: 308px;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.n_turn5_productcataV2 .part_1 a.current {
	border: 3px solid#81511c
}

.sliderbox_5 {
	width: 450px;
	height: 310px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	border: 1px solid #c6d2e0;
	font-family: arial;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	line-height: 14px
}

.sliderbox_5 img {
	vertical-align: middle
}

.sliderbox_5 a {
	cursor: pointer
}

.sliderbox_5 a:link {
	color: #333;
	text-decoration: none
}

.sliderbox_5 a:visited {
	color: #333;
	text-decoration: none
}

.sliderbox_5 a:hover {
	color: #ff7519;
	text-decoration: underline
}

.sliderbox_5 .part_1 {
	position: absolute;
	left: 5px;
	top: 8px
}

.sliderbox_5 .part_1 a {
	padding: 2px 5px;
	background: #f5f5f5;
	border: 1px solid #999;
	text-decoration: none
}

.n_turn5_produccatat .part_1 a:hover,
.n_turn5_product .part_1 .current {
	background: #f60;
	color: #fff
}

.sliderbox_5 .p_num {
	margin: 5px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #333;
	background: #999;
	color: #fff;
	cursor: pointer
}

.sliderbox_5 .p_num:hover {
	background: #c56800
}

.sliderbox_5 .text {
	width: 442px;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 16px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 5px
}

.sliderbox_5 .text a {
	color: #fff;
	width: 400px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	margin: 0 auto
}

.sliderbox_5 .text a:hover {
	color: #c56800
}

.sliderbox_5 .img_box {
	height: 310px;
	width: 450px;
	display: -webkit-flex;
	justify-content: center;
	align-items: center
}

.sliderbox_5 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.sliderbox_5 .img_wrap .img_box {
	position: relative;
	width: 450px;
	height: 308px
}

.sliderbox_5 .part_1 a.current {
	background: #f60;
	color: #fff
}



.n_list5_productcata {
	width: 288px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff
}

.n_list5_productcata .tit {
	padding: 0;
	margin: 0;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	background: 0;
	border-bottom: #ddd solid 1px;
	font-family: Georgia;
	text-transform: uppercase
}

.n_list5_productcata .img_y12 .img_box {
	position: relative;
	display: block;
	width: 55px;
	height: 40px;
	border: 1px solid #dedede
}

.n_list5_productcata ul {
	padding-bottom: 10px
}

.n_list5_productcata ul li {
	height: 44px;
	padding: 4px 0 4px 5px;
	margin-top: 4px;
	overflow: hidden
}

.n_list5_productcata ul li:hover {
	background-color: #f5f5f5
}

.n_list5_productcata .img_y12 {
	float: left;
	width: 55px;
	overflow: hidden
}

.n_list5_productcata .tit_y12 a {
	font-weight: normal;
	color: #888;
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 18px;
	margin-top: 5px
}

.n_list5_productcata .tit_y12 {
	margin: 0 5px;
	width: 210px;
	float: left
}

.n_list5_productcata .img_y12 .img_box img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.n_list5_productcata .tit_y12 a:hover {
	color: #ff7d29
}

.n_list5_productcata .tit:hover {
	background: 0
}

.n_list5_productcata .tit_y12 h2 {
	height: 45px;
	overflow: hidden
}


.prodetail01bg .m11_inside_rt {
	width: 100%;
}


.no_contact_detail_2V2 .content_box {
	padding: 10px 0 0 0;
	overflow: hidden
}

.no_contact_detail_2V2 .content_box .ri b {
	line-height: 20px
}

.no_contact_detail_2V2 .content_box .le {
	width: 325px;
	line-height: 20px;
	float: left
}

.no_contact_detail_2V2 .content_box .le strong,
.no_contact_detail_2V2 .content_box .ri b {
	font-family: Georgia
}

.no_contact_detail_2V2 .content_box .le p.i_m_g img {
	margin-right: 4px
}

.no_contact_detail_2V2 .content_box .ri {
	width: 415px;
	height: 250px;
	float: right;
	display: inline
}

.no_contact_detail_2V2 .content_box .ri textarea {
	padding: 8px 12px;
	box-sizing: border-box;
	width: 100%;
	height: 155px;
	font-family: arial;
	font-size: 12px;
	margin-top: 3px;
	border-radius: 0px;
	border-color: #ccc;
}

.no_contact_detail_2V2 .content_box .ri span {
	text-align: right;
	width: 400px;
	display: block
}

.no_contact_detail_2V2 .le .i_m_g a,
.n_contact_box_2 .two a,
.n_contact_box_2 .three a,
.n_contact_box_2 .four a,
.five a {
	margin-right: 5px;
	float: left;
	width: 26px;
	height: 26px;
	display: block;
	background: url(/images/css-sprite.png)
}

.no_contact_detail_2V2 .le .i_m_g .i_m_g_2,
.n_contact_box_2 .two a {
	background-position: 0 -41px
}

.no_contact_detail_2V2 .le .i_m_g .i_m_g_3,
.n_contact_box_2 .four a {
	background-position: -56px -41px
}

.no_contact_detail_2V2 .le .i_m_g .i_m_g_4,
.n_contact_box_2 .three a {
	background-position: -28px -41px
}

.no_contact_detail_2V2 .le .i_m_g .i_m_g_5,
.n_contact_box_2 .five a {
	background-position: -85px -41px
}

.no_contact_detail_2V2 .le p:nth-child(2),
.no_contact_detail_2V2 .le p:nth-child(3),
.no_contact_detail_2V2 .le p:nth-child(4) {
	direction: ltr;
	unicode-bidi: bidi-override
}

.no_contact_detail_2V2 .social-c {
	width: 250px;
	padding: 20px 0
}

.no_contact_detail_2V2 .social-c p {
	height: 25px;
	font-size: 14px;
	margin: 5px 0
}

.no_contact_detail_2V2 .social-c .hui {
	color: #666
}

.no_contact_detail_2V2 .social-c i {
	float: left;
	font-size: 26px;
	margin-right: 25px;
	margin-bottom: 20px;
	color: #3baf34;
}

.no_contact_detail_2V2 .social-c i:last-child {
	color: #00aff0;
}

.no_contact_detail_2V2 .social-c i.icon-1 {
	font-size: 26px;
	color: #00aff0
}

.no_contact_detail_2V2 .social-c i.icon-2 {
	font-size: 25px;
	color: #3baf34
}

.no_contact_detail_2V2 .social-c i.icon-3 {
	font-size: 26px;
	color: #f6cb00
}

.no_contact_detail_2V2 .social-c i.icon-4 {
	font-size: 26px;
	color: #7ebd00
}

.no_contact_detail_2V2 .social-c i.icon-5 {
	font-size: 26px;
	color: #2ec027
}

.no_contact_detail_2V2 .social-c i.icon-6 {
	font-size: 26px;
	color: #440298
}

.no_contact_detail_2V2 .social-c i.icon-wechat {
	font-size: 23px
}

.no_contact_detail_2V2 .social-c i.icon-youjian {
	font-size: 27px;
	box-sizing: border-box;
	vertical-align: top;
	margin-top: 0
}

.no_contact_detail_2V2 .content_box .ri #inquiry_email_contactdetail,
#inquiry_phone_number,
.no_contact_detail_2V2 .content_box .ri #inquiry_phone_contactdetail {
	width: 80%;
	margin: 4px 8px 2px 0;
	padding: 0 12px;
	height: 22px;
	width: calc(100% - 156px);
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 0px;
}

.no_contact_detail_2V2 .content_box .ri .contact_btn {
	height: 24px;
	line-height: 24px;
	background: #ff771c;
	float: right;
	margin-top: 5px;
	color: #fff;
	width: 120px;
	border: 0px;
}

.no_contact_detail_2V2 .content_box .ri .contact_btn>span {
	width: 20px;
	height: 16px;
	vertical-align: text-top;
	display: inline-block;
	background: url(/images/css-sprite.png) no-repeat -259px -393px;
	margin-right: 5px;
	transform: scale(.8)
}


.f_roll_exact_distance {
	width: 1000px;
	margin: 25px auto 35px;
	position: relative;
	height: 60px
}

.f_roll_exact_distance li {
	float: left;
	margin-right: 55px;
	height: 60px
}

.f_roll_exact_distance li a {
	font-size: 16px;
	line-height: 2em;
	padding-bottom: 20px;
	position: relative;
	text-decoration: none;
	z-index: 8;
	color: #666;
	font-family: Georgia;
	text-transform: uppercase
}

.f_roll_exact_distance li a:hover {
	color: #81511c
}

.f_roll_exact_distance li a:before {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -10px;
	width: 15px;
	height: 15px;
	background: #999;
	border: 2px solid #fff;
	border-radius: 12px
}

.f_roll_exact_distance li:hover a:before,
.f_roll_exact_distance li.select a:before {
	background: #fff;
	border: 2px solid#81511c
}

.f_roll_exact_distance li.select a {
	color: #81511c
}

.f_roll_exact_distance .line {
	height: 1px;
	border-bottom: 1px dashed #999;
	position: absolute;
	bottom: 11px;
	width: 100%;
	z-index: 1
}




.f_company_show_moreV2 {
	width: 1000px;
	margin: 0 auto 15px auto
}

.f_company_show_moreV2 .tit {
	box-sizing: border-box;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px 0 32px;
	text-transform: capitalize;
	display: none
}

.f_company_show_moreV2 .title {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: Georgia
}

.f_company_show_moreV2 .cont_l {
	float: left;
	width: 402px;
	height: 250px;
	position: relative
}

.f_company_show_moreV2 .img_wrap {
	display: table-cell;
	width: 402px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	position: relative
}

.f_company_show_moreV2 .img_wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.f_company_show_moreV2 .img_wrap .item .videowrap {
	display: none
}

.f_company_show_moreV2 .img_wrap .item.cur img,
.f_company_show_moreV2 .img_wrap .item.cur .videowrap {
	display: block
}

.f_company_show_moreV2 .cont_r {
	width: 590px;
	padding-left: 10px;
	box-sizing: border-box;
	float: right;
	position: relative
}

.f_company_show_moreV2 .cont_box {
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
	max-height: 171px;
	overflow: hidden
}

.f_company_show_moreV2 .cont_box .TableC img {
	display: none
}

.f_company_show_moreV2 .pic_title {
	position: absolute;
	right: 10px;
	bottom: 10px
}

.f_company_show_moreV2 .pic_title span {
	background: #fff;
	padding: 2px 5px 2px 6px;
	border-radius: 2px;
	margin: 2px
}

.f_company_show_moreV2 .pic_title .cur,
.f_company_show_moreV2 .pic_title span:hover {
	background: #81511c;
	color: #fff
}

.f_company_show_moreV2 .more_box {
	margin-top: 25px;
	height: 28px
}

.f_company_show_moreV2 .more_box a {
	box-sizing: border-box;
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid#81511c;
	color: #81511c;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 3px;
	text-decoration: none
}

.f_company_show_moreV2 .more_box a:hover {
	color: #fff;
	background: #81511c
}

.f_company_show_moreV2 .videowrap {
	width: 400px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0
}

.f_company_show_moreV2 .videoBox {
	width: 400px;
	height: 250px
}

.f_company_show_moreV2 img {
	display: none
}

.f_company_show_moreV2 .TableC img,
.f_company_show_moreV2 .cont_r p img {
	display: none !important
}



.f_company_show_detail {
	background: #eee;
	padding: 20px 0 20px 0;
	margin-top: 50px
}

.f_company_show_detail .tit {
	text-align: center;
	font-family: Georgia;
	text-transform: uppercase;
	color: #81511c;
	font-size: 24px;
	line-height: 2.5em;
	padding: 0 58px 15px 0;
	font-weight: bold
}

.f_company_show_detail .cont_box {
	width: 1000px;
	margin: 0 auto
}

.f_company_show_detail .main_market,
.f_company_show_detail .business_type,
.f_company_show_detail .others {
	width: 250px;
	float: left;
	margin: 0 41px
}

.f_company_show_detail .icon {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #81511c;
	position: relative;
	margin-bottom: 20px;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.f_company_show_detail .icon:hover {
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg)
}

.f_company_show_detail .icon:before {
	position: absolute;
	content: "";
	display: block;
	width: 66px;
	height: 66px;
	left: 17px;
	top: 17px;
	background: url(/images/css-sprite.png) no-repeat
}

.f_company_show_detail .main_market .icon:before {
	background-position: 0 -265px
}

.f_company_show_detail .business_type .icon:before {
	background-position: -66px -265px
}

.f_company_show_detail .others .icon:before {
	background-position: -127px -265px;
	left: 19px;
	width: 60px
}

.f_company_show_detail p {
	margin-left: 47px;
	line-height: 2em;
	font-size: 14px
}

.f_company_show_detail .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
	font-family: Georgia;
	text-transform: uppercase
}

.f_company_show_detail .title_s {
	font-weight: bold;
	font-family: Georgia;
	text-transform: uppercase;
	display: block
}

.f_company_show_detail .others .icon {
	margin-bottom: 30px
}

.f_company_show_detail .Verifiedby {
	margin: 0 auto;
	width: 1000px
}

.f_company_show_detail .abouttable {
	margin: 0 auto;
	width: 1000px;
	background: #fff
}

.f_company_three_other .cont_box {
	width: 1000px;
	margin: 0 auto;
	padding: 45px 0
}

.f_company_three_other .cont_box .l_box {
	float: left;
	width: 250px;
	position: relative
}

.f_company_three_other .cont_box .cont {
	float: left;
	width: 750px;
	margin-top: 40px
}

.f_company_three_other .c_service {
	background: #e5e5e5
}

.f_company_three_other .glyphicon {
	font-size: 45px;
	position: absolute;
	left: 22px;
	top: 25px;
	color: #81511c
}

.f_company_three_other .glyphicon-book {
	left: 26px;
	top: 28px
}

.f_company_three_other .glyphicon-star-empty {
	left: 29px;
	top: 28px
}

.f_company_three_other .icon {
	width: 100px;
	height: 100px;
	border-radius: 60px;
	border: 3px solid#81511c;
	position: relative;
	margin-left: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_company_three_other .icon img {
	object-fit: contain;
	width: 45px;
}

.f_company_three_other .icon_1 {
	left: 22px;
	text-shadow: 5px 1px 0 #fff;
	z-index: 3
}

.f_company_three_other .icon_2 {
	left: 39px;
	z-index: 2;
	font-size: 40px;
	top: 30px
}

.f_company_three_other .tit {
	font-family: Georgia;
	text-transform: uppercase;
	color: #81511c;
	font-size: 24px;
	line-height: 2.5em;
	padding: 8px 0;
	font-weight: bold;
	position: absolute;
	top: -28px;
	left: 250px;
	width: 500px
}

.f_company_three_other p {
	line-height: 2em;
	font-size: 14px
}

.glyphicon-user:before {
	content: "\e008";
}


.no_company_factory_detail {
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 22px;
	padding: 0 10px
}

.no_company_factory_detail .title {
	font-size: 18px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	margin: 15px 0 0 10px;
	font-family: Georgia;
	text-transform: uppercase
}

.no_company_factory_detail .con_inner {
	padding: 10px 10px 10px 0;
	margin-left: 10px;
	border-top: 1px solid #ddd;
	color: #999
}

.no_company_factory_detail li.last {
	padding-bottom: 0
}


.no_news_list {
	margin: 7px 0;
	border: 1px solid #dedede
}

.no_news_list .main_title {
	border-bottom: 1px solid #dedede
}

.no_news_list .item-wrap {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: #dcdcdc dotted 1px
}

.no_news_list .item-wrap .time_wrap {
	width: 130px;
	text-align: right;
	color: #999
}

.no_news_list .item-wrap .product_img_td {
	width: 70px;
	height: 70px;
	padding-right: 10px;
	background: #fff;
	vertical-align: top;
	text-align: center;
	padding-top: 4px
}

.no_news_list .item-wrap .product_img_td a {
	display: table-cell;
	width: 70px;
	height: 70px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	text-align: center;
	position: relative
}

.no_news_list .item-wrap .product_img_td img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.no_news_list .item-wrap .product_detail .intr {
	color: #666;
	line-height: 18px;
	margin-top: 4px
}

.no_news_list .product_name {
	padding-right: 126px;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 4px;
	height: auto;
	font-weight: bold
}

.no_news_list .item-wrap .product_detail .intr a {
	background: url(/images/css-sprite.png) no-repeat -400px -87px;
	padding-left: 8px;
	margin-left: 8px
}


.n_contact_box_2V3 {
	margin-top: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.n_contact_box_2V3 .social-c i.icon-2 {
	font-size: 25px;
	color: #3baf34
}

.n_contact_box_2V3 .l_msy dd,
.n_contact_box_2V3 .l_msy .dd {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-family: Georgia;
	text-transform: uppercase;
	border: 0;
	font-size: 16px;
	background: #34373c;
	margin: 0;
	color: #fff;
	font-weight: 700;
	padding-left: 12px
}

.n_contact_box_2V3 .l_msy>div {
	padding: 0 8px
}

.n_contact_box_2V3 .l_msy>div .message {
	width: 100%;
	height: 69px;
	background: #f4f4f4;
	opacity: 1;
	border: 0;
	box-sizing: border-box;
	padding: 8px;
	margin-top: 9px;
	margin-bottom: 6px
}

.n_contact_box_2V3 .l_msy>div .email {
	margin-bottom: 8px;
	height: 29px;
	background: #f4f4f4;
	opacity: 1;
	border: 0;
	width: 100%;
	box-sizing: border-box
}

.n_contact_box_2V3 .l_msy>div button {
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	height: 35px;
	background: #fd7722;
	opacity: 1;
	border-radius: 2px;
	border: 0;
	color: #fff;
	margin-top: 7px
}

.n_contact_box_2V3 .l_msy>div button>span {
	width: 22px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url(/images/css-sprite.png) no-repeat -259px -393px;
	margin-right: 5px
}

.n_contact_box_2V3 .social-c:after {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.n_contact_box_2V3 .l_msy>div button:hover {
	opacity: .92
}


.n_certificate_list {
	margin: 30px 0 0 0;
	background: #fff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15)
}

.n_certificate_list .certificate_con {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 160px;
	text-align: center;
	padding: 16px
}

.n_certificate_list .certificate_con img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	float: left;
	max-width: 100%;
	max-height: 100%
}

.n_certificate_list .main_title {
	border: 0;
	font-size: 16px;
	background: #34373c;
	color: #fff;
	margin: 0
}

.n_certificate_list .main_title .main_con {
	color: #fff;
	font-weight: bold;
	padding-left: 12px
}

.app_content {
	display: none;
}

.pc_content {
	display: block;
}

.ewmCon01 .ewm1,
.ewmCon01 .ewm2 {
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.ewmCon01 {
	padding-left: 48px;
	margin-bottom: 20px;
}

@media (max-width:999px) {
	.pc_content {
		display: none;
	}

	.app_content {
		display: block;
	}

	.f_header_mid_nameV3 {
		display: none;
	}

	.header-top {
		border-bottom: 3px solid #282b2c;
	}

	header .nav li.active a {
		background: #282b2c;
		border: 1px solid #1b1d1e;
		color: #fff;
	}

	.nav>li.ullast li.active {
		background: #282b2c;
		color: #fff;
	}

	header .navbox {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	header .navbox::-webkit-scrollbar {
		display: none;
	}

	header .nav {
		padding-top: 0;
		white-space: nowrap;
	}

	header .nav li {
		text-align: center;
		width: 97px;
		display: inline-block;
		background: url(/images/header-line.gif) no-repeat right center
	}

	header .nav li:last-child {
		background: 0
	}

	header .nav li a {
		font-size: 100%;
		color: #666;
		padding: 6px 0;
		line-height: 28px;
		margin: 0 auto;
		text-align: center;
		width: 90%;
		font-size: 14px
	}

	header .nav li a:hover {
		background: 0
	}

	header .nav li.active a {
		background: #428bca;
		border-radius: 4px;
		line-height: 14px;
		color: #fff;
		font-weight: bold
	}

	header .nav li.active,
	header .nav li.last {
		background: 0
	}

	header .nav li {
		width: calc(25% - 15px);
	}

	.nav>li.ullast ul {
		padding: 12px 0;
		border: 1px solid #eee;
	}

	.nav-box {
		display: none;
		background: #fff;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 21px;
		z-index: 130;
		width: 160px;
	}

	.nav>li.ullast {
		display: inline-block;
		position: relative;
		font-size: 14px;
		text-align: center;
		width: 60px;
	}

	.banner {
		top: 60px;
	}

	.nav>li.ullast li {
		background: #fff;
		display: block;
		padding: 5px;
		width: 100%;
		text-align: center;
	}

	.nav_list {
		overflow: initial;
		font-size: 0;
	}

	header .navbox {
		overflow: initial;
		font-size: 0;
	}

	header {
		background-color: #ebebe9;
	}

	.container .list-name {
		margin: 15px 0 14px 8px
	}

	.container .list-name h1 {
		font-size: 16px;
		display: inline-block;
		margin: 0;
		font-weight: bold
	}

	.container .banner-wrap {
		/* margin: 0 auto;
  position: relative;
  width: 320px;
  height: 220px;
  overflow: hidden;
  background: url(/images/shadow-b-b.gif) no-repeat center 134px */
	}

	.container .banner-wrap-s {
		height: 280px
	}

	.container .banner-wrap .ul {
		position: relative;
		overflow: hidden;
		width: 9999px;
		height: 158px;
		padding: 0;
		margin-bottom: 0
	}

	.container .banner-wrap .li {
		float: left;
		width: 136px;
		height: 91px;
		margin-top: 31px;
		padding: 0 10px 6px;
		background: url(/images/shadow-l-s.gif) no-repeat center 82px;
		margin-right: 46px
	}

	.container .banner-wrap .li a {
		filter: alpha(Opacity=50);
		opacity: .5;
		display: block;
		border: 1px solid #dedede;
		width: 114px;
		height: 82px;
		color: #fff
	}

	.container .banner-wrap .li span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 112px;
		height: 80px
	}

	.container .banner-wrap .li.active span {
		height: 140px;
		width: 196px
	}

	.container .banner-wrap .li.active {
		width: 198px;
		height: 142px;
		position: absolute;
		top: -31px;
		left: 61px;
		z-index: 100;
		padding: 0
	}

	.container .banner-wrap .li.active a {
		filter: alpha(Opacity=100);
		opacity: 1.0;
		width: 198px;
		height: 142px;
		background: #fff;
		overflow: hidden
	}

	.container .banner-wrap .slide-point {
		text-align: center;
		width: 320px;
		margin-top: -10px;
		position: relative;
		z-index: 1000
	}

	.top-get-price {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		background: #fff;
	}

	.top-get-price .getbest,
	.top-get-price .getbest2 {
		display: flex;
		width: 43%;
		height: 36px;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		margin: 0 10px;
		text-decoration: none;
	}

	.top-get-price .getbest {

		background: #3CA860;
	}

	.top-get-price .getbest .img,
	.top-get-price .getbest2 .img {
		width: 26px;
		height: 26px;
		margin-right: 6px;
	}

	.top-get-price .getbest2 .img {
		background: url('/images/splitimg-pql.png') no-repeat 0px -16px;
	}

	.top-get-price .getbest .img {
		background: url('/images/splitimg-pql.png') no-repeat 0px 7px;

	}


	.top-get-price {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		background: #fff;
	}

	.top-get-price .getbest,
	.top-get-price .getbest2 {
		display: flex;
		width: 43%;
		height: 36px;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
		margin: 0 10px;
		text-decoration: none;
	}

	.top-get-price .getbest {

		background: #3CA860;
	}

	.top-get-price .getbest .img,
	.top-get-price .getbest2 .img {
		width: 26px;
		height: 26px;
		margin-right: 6px;
	}

	.top-get-price .getbest2 .img {
		background: url('/images/splitimg-pql.png') no-repeat 0px -16px;
	}

	.top-get-price .getbest .img {
		background: url('/images/splitimg-pql.png') no-repeat 0px 7px;

	}

	.leave-message-dialog-fix #submitStart {
		/* background-image: url('/images/splitimg-pql.png'); */
	}

	.top-get-price .getbest2 {
		background: #FF9C00;
	}

	.top-get-price .getbest2 img {
		width: 24px;
		height: 24px;
		margin-right: 6px;
	}

	.top-get-price .getbest span,
	.top-get-price .getbest2 span {
		font-size: 16px;
		color: #fff;
	}

	.dialog-content-pql-id .left {
		display: none;
	}

	.leave-message-dialog .dialog-content-pql-id {
		min-width: auto;
	}

	.dialog-content-pql-id .right {
		width: 100%;
	}

	.leave-message-dialog .form textarea {
		height: 67px;
	}

	.container .search-box .btn {
		/* font-size: 0; */
		width: auto;
		position: absolute;
		top: 0;
		right: 53px;
		padding: 8px 14px;
		border-left: 1px solid #ccc;
		height: 34px
	}

	.container-no-bg {
		background: 0;
	}

	.container {
		background: #fff;
		max-width: 640px;
		min-width: 320px;
		margin-bottom: 10px;
		padding: 0 8px;
		position: relative;
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.container .search-box {
		width: 100%;
		padding-right: 55px;
	}

	.input-group {
		position: relative;
		display: table;
		border-collapse: separate;
	}

	.container .sub-action {
		float: right;
		width: 40px;
		position: absolute;
		right: 8px;
		top: 0;
		height: 34px
	}

	.container .sub-action .btn {
		width: 40px;
		height: 34px;
		border: 1px solid #ccc;
		padding: 0;
		border-radius: 4px
	}

	.input-group .form-control:first-child,
	.input-group-addon:first-child,
	.input-group-btn:first-child>.btn,
	.input-group-btn:first-child>.dropdown-toggle,
	.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.input-group-addon,
	.input-group-btn,
	.input-group .form-control {
		display: table-cell;
	}

	.input-group .form-control {
		width: 100%;
		margin-bottom: 0;
	}

	.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.428571429;
		color: #555;
		vertical-align: middle;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}


	.mask ul {
		overflow: hidden
	}

	.mask .ul .li a {
		width: 100%;
		padding-top: 10px
	}

	.mask .ul .li a:link,
	.mask .ul .li a:hover,
	.mask .ul .li a:visited {
		color: #333;
		display: block;
		text-decoration: none
	}

	.container .mask .wrap-image {
		height: 75px;
		margin: 0 auto
	}

	.mask-inner-li {
		padding: 0 5px;
		height: 200px;
	}

	.container .mask .wrap-image table {
		width: 100%;
		margin: 0 auto;
		height: 100%;
	}

	.container .mask .wrap-image td {
		line-height: 0;
		text-align: center;
		vertical-align: middle;
		padding: 0;
		border: 1px solid #eee;
		position: relative;
		height: 100%;
	}

	.container .mask .wrap-image img {
		max-width: 100%;
		max-height: 100px;
		width: unset !important;
		height: unset !important;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.container .mask .li .title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 7px;
		line-height: 15px;
		padding: 0;
		margin-bottom: 0;
		font-size: 12px;
		border: 0
	}

	.container .mask .title h2,
	.container .mask .title strong {
		font-weight: normal;
		font-size: 12px;
		margin: 0;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #428bca;
	}

	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		float: left;
	}

	.container .mask .wrap-image {
		height: 100%;
	}

	.container .mask .wrap-image {
		height: 120px;
	}

	.mask-inner-li a:first-child {
		height: 162px;
		display: block;
	}

	.mask-inner-li .orange-ben {
		width: 90% !important;
		height: 30px !important;
		background: #FF9C00;
		text-align: center;
		line-height: 30px !important;
		margin: 5px auto !important;
		color: #fff !important;
		display: block !important;
		padding: 0 !important;
		font-size: 16px !important;
	}

	#btn-love,
	#btn-contact,
	.btn-contact-a {
		display: inline-block;
		width: 46%;
		line-height: 33px;
		height: 34px;
		margin: 3px;
		border-radius: 5px;
		vertical-align: top;
		font-weight: 400;
	}

	.category-wrap td {
		border-bottom: 1px solid #eee;
		height: 40px;
		vertical-align: middle;
		padding: 0 10px;
		line-height: 120%
	}

	.category-wrap td a {
		text-decoration: none
	}

	.category-wrap td a h2 {
		color: #333;
		font-weight: normal;
		font-size: 12px;
		margin: 0
	}

	.category-wrap td.td-l {
		border-right: 1px solid #eee
	}

	.category-wrap td.td-last {
		border-bottom: none
	}

	.view-more .btn {
		background: #b5b5b5;
		color: #fff;
		width: 100%;
		border: 0;
		height: 36px;
		line-height: 26px
	}

	.btn {
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.428571429;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.company-content .title,
	.detail-content .title {
		color: #666;
		font-size: 16px;
		margin-bottom: 12px;
		font-weight: 400
	}

	.company-content {
		padding-top: 15px;
		padding-bottom: 10px;
		background: url(/images/arrow-right.gif) no-repeat 97% center
	}


	.leave-message-dialog-fix ul,
	.leave-message-dialog-fix li {
		list-style: none
	}

	.leave-message-dialog-fix .dialog-content-pql {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 15px;
		border: 1px solid rgba(255, 121, 28, 1);
		box-shadow: 0px 0px 4px rgba(196, 201, 196, 0.4);
		display: block !important;
	}

	.leave-message-dialog-fix .close {
		position: absolute;
		width: 15px;
		height: 15px;
		top: 15px;
		right: 15px;
		cursor: pointer
	}

	.leave-message-dialog-fix .close:before,
	.leave-message-dialog-fix .close:after {
		position: absolute;
		content: "";
		background-color: #707070;
		width: 15px;
		height: 2px;
		top: 50%;
		left: 0
	}

	.leave-message-dialog-fix .close:before {
		transform: rotate(45deg)
	}

	.leave-message-dialog-fix .close:after {
		transform: rotate(-45deg)
	}

	.leave-message-dialog-fix .title {
		font-size: 24px;
		color: #333333;
		text-align: center;
		line-height: 1.5
	}

	.leave-message-dialog-fix p {
		margin: 0
	}

	.leave-message-dialog-fix .firstp-pql {
		font-weight: bold;
		font-size: 20px;
	}

	.leave-message-dialog-fix .lastp-pql {
		font-size: 18px;
	}

	.leave-message-dialog-fix .form {
		width: 100%;
		margin-top: 22px
	}

	.leave-message-dialog-fix .form input,
	.leave-message-dialog-fix .form .textarea {
		background-color: #F5F5F5;
		font-family: robot !important
	}

	.leave-message-dialog-fix .form input,
	.leave-message-dialog-fix .form textarea {
		display: block;
		width: 100%;
		font-size: 16px;
		border-radius: 4px;
		border: none;
		outline: none;
		box-sizing: border-box;
		padding: 12px 19px;
		line-height: 20px;
		margin-bottom: 15px;
		text-indent: 0
	}

	.leave-message-dialog-fix .form input {
		height: 44px
	}

	.leave-message-dialog-fix .form .textarea {
		position: relative
	}

	.leave-message-dialog-fix .form textarea {
		height: 92px;
		resize: none;
		background-color: transparent;
		position: relative;
		z-index: 1
	}

	textarea::-webkit-input-placeholder {
		font-family: robot !important
	}

	.leave-message-dialog-fix .form::-webkit-input-placeholder {
		font-size: 16px;
		color: #999999
	}

	.leave-message-dialog-fix .form:-moz-placeholder {
		font-size: 16px;
		color: #999999
	}

	.leave-message-dialog-fix .form::-moz-placeholder {
		font-size: 16px;
		color: #999999
	}

	.leave-message-dialog-fix .form:-ms-input-placeholder {
		font-size: 16px;
		color: #999999
	}

	.leave-message-dialog-fix .form #submitStart2 {
		margin: 0 auto;
		width: 150px;
		height: 30px;
		padding: 0;
		background-color: #FF9C00;
		background-repeat: no-repeat;
		background-position: 110px -35px;
	}

	.leave-message-dialog-fix .form #submitStart2:hover {
		filter: brightness(110%)
	}


	.company-content .title,
	.detail-content .title {
		color: #666;
		font-size: 16px;
		margin-bottom: 12px;
		font-weight: 400
	}

	.company-content {
		padding-top: 15px;
		padding-bottom: 10px;
		background: url(/images/arrow-right.gif) no-repeat 97% center;
	}

	.content-no-bg {
		background: 0
	}

	.company-content th {
		width: 35%;
		margin-bottom: 8px;
		line-height: 120%;
		font-weight: normal;
		color: #999;
		vertical-align: top;
		padding: 5px 0
	}

	.company-content td {
		padding-left: 10px;
		width: 65%;
		white-space: normal;
		vertical-align: top;
		text-overflow: ellipsis;
		padding: 5px 0;
		margin-bottom: 8px;
		line-height: 120%;
		color: #333
	}

	.company-content .name-wrap {
		font-weight: 700;
		color: #333;
		width: auto;
		font-size: 14px
	}

	.company-content .name-wrap a {
		font-size: 0;
	}

	.company-content .name-wrap .glyphicon {
		color: #bbb;
		margin-right: 4px;
		font-size: 18px
	}

	.company-content .contact-brief .detail {
		padding: 4px 0 0 0px
	}

	.company-content .contact-brief .detail th,
	.company-content .contact-brief .detail td {
		padding: 2px 0
	}

	.company-content .contact-brief {
		padding-top: 0;
		padding-left: 14px
	}

	.company-content .contact-brief th {
		width: auto;
		text-align: left;
	}

	.company-content .contact-brief td {
		width: auto
	}


	.horse_race_lamp {
		padding: 0 15px;
		box-sizing: border-box;
		height: 120px;
		overflow: hidden;
		position: relative;
		background: #fff;
	}

	.horse_race_lamp ul {
		border-left: 4px solid #FF9C00;
		padding-left: 10px;
		margin: 0;
	}

	.horse_race_lamp .scroll {
		/* position: absolute; */
		width: 100%;
	}

	.horse_race_lamp li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #000;
		width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.horse_race_lamp li h2 {
		margin: 0;
		font-size: unset;
		height: 100%;
		line-height: 30px;
	}

	.horse_race_lamp li a {
		color: #000;
	}

	.horse_race_lamp ul {
		border: none;
	}

	.horse_race_lamp li {
		position: relative;
		text-indent: 10px;
	}

	.horse_race_lamp li:after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		background: #3CA860;
		position: absolute;
		border-radius: 50%;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
	}

	.language {
		padding: 5px;
		width: 100%;
		background-color: #eee;
		margin-bottom: 40px
	}

	.sel_tit {
		font-size: 13px;
		padding-left: 2%;
		margin-bottom: 5px
	}

	.contact_box {
		position: relative;
		display: inline-block;
		width: 46%;
		height: 34px;
		margin: 3px;
		border-radius: 5px;
		font-weight: 400
	}

	footer {
		text-align: center;
		padding-bottom: 29px;
	}

	footer .action-bar {
		color: #d2d2d2;
		margin-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #ddd
	}

	footer .action-bar a,
	footer .desktop-wrap a {
		text-decoration: none
	}

	footer .desktop-wrap {
		padding-top: 6px
	}

	footer .copy-right {
		color: #999;
		padding-top: 10px;
		line-height: 120%;
		font-weight: normal;
		width: 90%;
		margin: auto;
	}

	.f_nav ul li ul {
		display: none;
	}

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

	.f_nav>ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	.f_nav {
		padding: 0;
	}

	.f_nav ul li {
		flex-grow: inherit;
		padding: 0px 5px;
	}

	.footer {
		background-color: #fff;
	}

	.f_nav>ul>li:nth-child(2),
	.f_nav>ul>li:nth-child(3),
	.f_nav>ul>li:nth-child(4) {
		display: none;
	}

	.f_nav>ul>li>a {
		font-size: 12px;
		font-weight: normal;
		color: #428bca;
	}

	.company-content .name-wrap .title {
		font-weight: 700;
		color: #333;
		width: auto;
		font-size: 14px;
	}


	.product-list-wrap {
		margin-bottom: 10px
	}

	.product-list-wrap .product-item {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #ddd
	}

	.product-list-wrap .product-item td {
		vertical-align: top
	}

	.product-list-wrap .product-item td.img-wrap {
		height: 62px;
		width: 86px;
		vertical-align: top;
		text-align: center
	}

	.product-list-wrap .product-item td.img-wrap div {
		height: 60px;
		width: 84px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.product-list-wrap .product-item td.img-wrap .b {
		display: block;
		height: 60px;
		width: 84px;
		overflow: hidden;
		border: 1px solid #eee
	}

	.product-list-wrap .product-item td.detail-wrap {
		padding-left: 10px;
		vertical-align: top
	}

	.product-list-wrap .pro-name {
		margin-bottom: 5px
	}

	.product-list-wrap .pro-name h2 {
		font-size: 14px;
		font-weight: 400;
		color: #333;
		overflow: hidden;
		-webkit-box-orient: vertical;
		margin: 0;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.product-list-wrap .price-wrap {
		color: #999
	}

	.product-list-wrap .value {
		color: #bd1a1d
	}

	.orange-ben {
		width: 25% !important;
		height: 24px !important;
		background: rgb(255, 149, 26);
		text-align: center;
		line-height: 24px !important;
		color: #fff !important;
	}

	.product-list-wrap .product-item .orange-ben {
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	.product-list-wrap .product-item .ui-btn {
		width: 25% !important;
		height: 24px !important;
		position: absolute;
		right: 0;
		bottom: 10px;
	}

	.product-list-wrap .pro-name {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.product-list-wrap .product-item {
		position: relative;
	}


	.detail-content .title {
		padding-top: 15px;
		font-size: 16px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #dedede
	}

	.detail-content .product-name-wrap h1 {
		padding: 8px;
		font-size: 1.3em;
		line-height: 1.3em;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		-webkit-margin-before: .83em;
		-webkit-margin-after: .83em
	}

	.detail-content .product-name-wrap h1.title-big {
		font-size: 18px
	}

	.detail-content .certify-talble {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #efefef
	}

	.detail-content .no-border {
		border-bottom: 0
	}

	.detail-content .table-wrap {
		padding: 0 5px 10px 5px
	}

	.detail-content .table-wrap:last-child {
		border-bottom: 0
	}

	.detail-content .product-table-view {
		background: #f5f5f5;
		margin-bottom: 15px
	}

	.detail-content .table-wrap .table {
		margin-bottom: 0
	}

	.detail-content .table-wrap3 {
		border-top: 1px solid #ddd
	}

	.detail-content .table-wrap .table th,
	.detail-content .table-wrap .table td {
		border: 0
	}

	.detail-content .table-wrap2 {
		padding-bottom: 0;
		margin: 10px 0 0 0;
		background: #f4f4f4
	}

	.detail-content .table-wrap2 a {
		font-size: 0;
	}

	.detail-content .table-wrap2 th,
	.detail-content .table-wrap3 th {
		width: 90px
	}

	.detail-content .table-wrap2 th,
	.detail-content .table-wrap2 td {
		line-height: 16px;
		padding: 5px 5px 5px 8px
	}

	.detail-content .table-wrap .bg-diffrent {
		background: #f4f4f4
	}

	.detail-content .table-wrap .img-wrap {
		padding-top: 7px
	}

	.detail-content .table-wrap td strong {
		color: #666;
		margin-right: 6px;
		font-weight: 400
	}

	.detail-content .table-wrap .image-wrap {
		width: 70px
	}

	.detail-content .table-wrap .detail-wrap {
		padding: 0 0 0 10px
	}

	.detail-content th {
		font-weight: normal;
		color: #666;
		width: 100px;
		line-height: 22px;
		padding: 1px 0;
		vertical-align: top
	}

	.detail-content .company-table-wrap th {
		width: 110px
	}

	.detail-content td {
		color: #000;
		padding-top: 4px;
		line-height: 16px;
		vertical-align: top;
		width: auto !important;
		min-width: 100px
	}

	.detail-content .subpage-entry a.title {
		display: block;
		background-position: 98% 14px;
		margin-bottom: 6px;
		text-decoration: none
	}

	.detail-content .subpage-entry div.title {
		display: block;
		background-position: 98% 14px;
		margin-bottom: 6px;
		text-decoration: none
	}

	.detail-content .subpage-entry a.icon-arrow {
		background-size: 14px 14px;
		background-repeat: no-repeat;
		/* background-image: url(/images/arrow-right-s.png) */
	}


	.detail-content .subpage-entry a.back-intro {
		padding-left: 27px;
		background-position: 8px 17px;
		background-size: 12px 12px;
		background-repeat: no-repeat;
		background-image: url(/images/back-arrow.png)
	}

	.detail-content h2 a {
		display: inline-block;
		font-size: 14px;
		margin: 0
	}

	.detail-content h2 {
		display: inline-block;
		font-size: 15px;
		margin: 0;
		font-weight: normal;
	}

	.detail-content .title {
		padding-top: 15px;
		font-size: 15px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #dedede;
	}

	.form_one {
		border: 0;
		border: 1px solid #ccc;
		display: block;
		margin: 0 auto;
		width: 90%;
		height: 26px;
		line-height: 26px;
		border-radius: 5px;
		margin-bottom: 5px;
		margin-left: 2%
	}

	.language {
		padding: 5px;
		width: 100%;
		background-color: #eee;
		margin-bottom: 60px
	}


	.product_swiper {
		position: relative;
		overflow: hidden;
		padding-bottom: 30px;
	}

	.product_swiper .swiper-container {}

	.product_swiper .swiper-slide {
		position: relative;
		overflow: hidden;
		z-index: 1;
		text-align: center;
		border-radius: 10px;
	}

	.product_swiper .swiper-slide.swiper-slide-active {
		z-index: 2;
	}

	.product_swiper .swiper-slide .img {
		padding-bottom: 100%;
		position: relative;
		overflow: hidden;
		background: #f9f9f9;
	}

	.product_swiper .swiper-slide .img img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto auto;
		transition: all .3s ease;
	}

	.product_swiper .swiper-slide:hover .img img {
		transform: scale(1.1);
	}

	.product_swiper .swiper-slide .txtbg {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.product_swiper .swiper-slide .txt {
		padding: var(--20px) 5%;
		color: #666;
	}

	.product_swiper .swiper-slide .txt .h2 {
		font-size: var(--18px);
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.product_swiper .swiper-slide .txt .h3 {
		display: none;
	}

	.product_swiper .swiper-pagination {
		width: 100%;
		height: 10px;
		bottom: 0;
	}

	.product_swiper .swiper-pagination span {
		display: inline-block;
		vertical-align: top;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		margin: 0 8px;
		background: #000;
		opacity: .5;
		transition: all .3s ease;
	}

	.product_swiper .swiper-pagination span.swiper-pagination-bullet-active {
		width: 20px;
		background: var(--primary-color);
		opacity: 1;
	}

	.product_swiper .swiper-button-prev,
	.product_swiper .swiper-button-next {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		background-color: rgba(0, 0, 0, .5);
		background-size: 15px 30px;
		opacity: 0;
		transition: all .3s ease;
		border-radius: 8px;
	}

	.product_swiper .swiper-button-prev {
		left: 0;
		transform: translateX(-100%);
	}

	.product_swiper .swiper-button-next {
		right: 0;
		transform: translateX(100%);
	}

	.product_swiper:hover .swiper-button-prev,
	.product_swiper:hover .swiper-button-next {
		opacity: .7;
		transform: translateX(0) !important;
	}

	.product_swiper .swiper-button-prev:hover,
	.product_swiper .swiper-button-next:hover {
		opacity: 1;
	}

	.product_swiper .swiper-slide .txt {
		padding: 10px 5%;
	}

	.product_swiper .swiper-slide .txt .h2 {
		font-size: 14px;
		line-height: 1.5em;
		height: 1.5em;
	}

	.product_swiper .swiper-button-prev,
	.product_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}



	.arrow-down,
	.arrow-up {
		padding-bottom: 26px;
		background-image: url(/images/arrow-down.png);
		background-size: 14px 14px;
		background-repeat: no-repeat;
		display: block;
		background-position: bottom center;
		margin-bottom: 10px;
		height: 26px
	}

	.arrow-up {
		background-image: url(/images/arrow-up.png);
		background-size: 14px 14px
	}

	.l-down {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		height: 383px;
	}

	.detail-txt {
		color: #444;
		overflow-x: scroll;
	}

	.f-content-title {
		font-size: 16px;
		font-weight: bold;
		text-transform: capitalize;
		padding: 15px 15px 15px 15px;
		margin: 0;
	}

	.f-content-inner {
		border-radius: 26px;
		margin: 16px 16px 0 16px;
	}

	.f-content-stitle {
		font-size: 14px;
		color: #333;
		margin-top: 16px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e4e4e4;
	}

	.f-content-des {
		color: #666;
		font-size: 12px;
		margin-top: 10px;
	}

	.f-content-bg {
		padding: 15px 15px;
	}

	.f-bg-tit {
		font-size: 16px;
		font-weight: 700;
		margin-top: 16px;
		text-transform: capitalize;
		padding-bottom: 10px;
		border-bottom: 1px solid #e4e4e4;
	}

	.f-content-bg .f-content-inner {
		border-radius: 26px;
		padding: 0px 0 20px 0;
		font-size: 14px;
	}

	.cert-wrap {
		background-color: #fff;
		border-radius: 26px;
		padding: 0px 0px 20px 0px;
		margin: 0 15px;
	}

	.cert-wrap .cert-box {
		display: flex;
		flex-wrap: wrap;
		margin-top: 16px;
	}

	.cert-wrap .cert-box .cert-item {
		margin-right: 15px;
		width: calc(33.3% - 10px);
		margin-bottom: 10px;
	}

	.cert-wrap .cert-box .cert-item .cert-img-box {
		height: 120px;
	}

	.cert-wrap .cert-box .cert-item .cert-img-box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.cert-wrap .cert-box .cert-item p {
		text-align: center;
		margin-top: 4px;
		color: #444444;
		font-size: 12px;
	}

	.cert-wrap .cert-box .cert-item:nth-child(3n) {
		margin-right: 0;
	}

	.company-name-box {
		font-size: 16px;
		font-weight: bold;
		color: #444;
		margin: 0px 0 6px;
		padding-left: 10px;
		line-height: 24px;
		padding-top: 22px;
	}

	.leave-message-dialog-fix .form #submitStart3 {
		margin: 0 auto;
		width: 150px;
		height: 30px;
		padding: 0;
		background-color: #FF9C00;
		background-repeat: no-repeat;
		background-position: 110px -35px;
	}

	.new-title {
		font-size: 16px;
		font-weight: 700;
		margin-top: 20px;
		padding: 0 16px;
	}

	.news-list-box {
		margin-top: 10px;
		padding: 0 16px;
		display: flex;
		flex-wrap: wrap;
	}

	.news-list-box .news-item:last-child {
		border-bottom: none;
	}

	.news-list-box .news-item {
		padding: 16px 0;
		border-radius: 26px;
		display: flex;
		width: 100%;
		border-bottom: 1px solid #e4e4e4;
		align-items: center;
	}

	.news-list-box .news-item .news-img {
		height: 80px;
		width: 100px;
		position: relative;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.news-list-box .news-item .news-img img {
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.news-list-box .news-item .news-text {
		flex-grow: 1;
	}

	.news-list-box .news-item .news-text .time {
		color: rgb(153, 153, 153);
		font-size: 14px;
	}

	.news-list-box .news-item .news-text .desc {
		margin: 6px 0 0 0;
		font-weight: bold;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 14px;
		color: #333;
	}

	.news-list-box .news-item .news-text a {
		color: inherit;
	}

	.cont_main_no {
		width: 100%;
	}

	#maskslide {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		z-index: 999999;
	}

	#pageslide {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;
		background-color: rgba(51, 51, 51, .95);
		box-shadow: 0px 5px 8px 4px rgba(0, 0, 0, .35);
		width: 260px;
		padding: 20px;
		padding-bottom: 0px;
		overflow-y: scroll;
	}

	#pageslide h2.title {
		color: #aaa;
		font-size: 18px;
		border-bottom: 1px solid #000;
		font-weight: 400;
		padding: 20px 8px;
		margin: 0;
	}

	#pageslide ul li {
		padding: 0 4px 0 0;
		border-bottom: 1px solid #222;
		border-top: 1px solid #555;
	}

	#pageslide ul li a {
		color: #fff;
		display: block;
		padding: 12px 8px;
		font-size: 16px;
		background-size: 16px 16px;
		background-repeat: no-repeat;
		background-image: url(/images/arrow-right-s.png);
		background-position: 99% 50%;
	}

	.news_content img {
		max-width: 100% !important;
	}

	.social-c i {
		font-size: 25px;
		color: #3baf34;
	}

	.social-c i {
		font-size: 27px;
		box-sizing: border-box;
		vertical-align: top;
		margin-top: 0;
	}

	.f_roll_exact_distance {
		width: 95%;
	}

	.f_roll_exact_distance li {
		float: left;
		margin-right: 13px;
		height: 60px;
	}

	.f_roll_exact_distance li a:before {
		content: "";
		position: absolute;
		left: 31%;
		bottom: -12px;
		width: 15px;
		height: 15px;
		background: #999;
		border: 2px solid #fff;
		border-radius: 12px;
	}

	.inbar,
	.f_company_show_moreV2,
	.f_company_show_moreV2 .cont_l,
	.f_company_show_moreV2 .cont_r,
	.f_company_show_detail .cont_box,
	.f_company_three_other .cont_box {
		width: 100%;
	}

	.f_company_show_moreV2 .cont_r {
		padding-right: 10px
	}

	.f_company_show_detail .main_market,
	.f_company_show_detail .business_type,
	.f_company_show_detail .others {
		width: 93%;
		float: none;
		margin: auto;
	}

	.f_company_show_detail .tit {
		padding: 0px;
	}

	.f_company_show_detail .icon {
		margin: auto;
		margin-bottom: 20px;
	}

	.f_company_show_detail .business_type .content p,
	.f_company_show_detail .others .content p {
		margin-left: 0px !important;
		text-align: center;
	}

	.f_company_show_detail p {
		margin-left: 0px;
	}

	.f_company_three_other .cont_box .l_box {
		float: left;
		width: 128px;
		position: relative;
	}

	.f_company_three_other .icon {
		width: 90px;
		height: 90px;
		border-radius: 60px;
		border: 3px solid #81511c;
		position: relative;
		margin-left: 17px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.f_company_three_other .icon img {
		object-fit: contain;
		width: 42px;
	}

	.f_company_three_other .tit {
		font-family: Georgia;
		text-transform: uppercase;
		color: #81511c;
		font-size: 24px;
		line-height: 2.5em;
		padding: 8px 0;
		font-weight: bold;
		position: absolute;
		top: -28px;
		left: 129px;
		width: max-content;
	}

	.f_company_three_other .cont_box .cont {
		float: none;
		width: 100%;
		margin-top: 35px;
	}

	.inbarbg {
		/* border-bottom: 1px solid #e7e7e7; */
		display: none;
	}

	.app_content .f_header_mid_nameV3 {
		display: block !important;
		    top: -36px;
			height: auto;
	}
}

body>div.pc_content>div.m11_insidebg.prodetail01bg>div>div>div.m11_inside_rt>div>div>div.list1>div.rt>table {
	border-collapse: collapse;
}