/*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);
}.swiper-container-free-mode>.swiper-wrapper .h2

.scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow:inset 0 0 2px #9.index_product1 ul li .txt .h299;*/
	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: #008aff;
	--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;
}

body {
	font-size: 12px;
	/* font-family: 'SourceHanSansCN';*/
	font-family: 微软雅黑, Microsoft YaHei;
	color: #333;
	overflow-x: hidden;
	/* height: 100vh; */
}

a {
	color: #666;
}

a:hover {
	/* color: var(--primary-color); */
	color: rgb(9, 59, 128);
	text-decoration: none;
}

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

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

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

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

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

.wapper4 {
	width: 90%;
	margin: 0 auto;
}

.wapper5 {
	width: 100%;
	margin: 0 auto;
	min-width: 100px;
}

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: 100%;
		margin: 0 auto;
		min-width: 0;
	}

	.wapper2 {
		width: 100%;
	}

	.wapper3 {
		width: 70%;
	}

	.wapper4 {
		width: 90%;
	}

	.wapper5 {
		width: 100%;
		margin: 0 auto;
		min-width: 0;
	}

	: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: calc(100vh - 24px);
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
	height: calc(100vh - 24px);
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:nth-child(1) {
	height: auto;
	position: relative;
}

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

.index_swiper>.swiper-pagination {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 11;
	right: 60px;
	width: max-content;
}

/* .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;
	}
}

@media(max-width:767px) {
	.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
		height: 100vh;
	}

	.index_swiper>.swiper-pagination {
		position: absolute;
		top: 10%;
		transform: translateY(-50%);
		z-index: 11;
		right: 60px;
	}
}

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

.m11_head {
	height: 60px;
	max-height: 400px;
	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: 60px;
	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: right;
	justify-content: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.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: block;
}

.h_search_close1 {}

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

.h_search_close2 {}

.h_search {
	/*padding:40px 0;*/
	background: none;
	background-color: rgba(0, 0, 0, 0);
	padding: 0px 27px 0 92px;
	width: 23.5%;
}

.h_search form {
	height: 35px;
	border: 1px solid #e8e8e8;
	/*border-radius:8px;*/
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.h_search form #search_type2 {
	float: left;
	border: none;
	background: none;
	height: 35px;
	line-height: 35px;
	width: 80px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-radius: 0;
}

.h_search form #search_keywords2 {
	float: left;
	border: none;
	background: none;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	width: max-content;
}

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

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

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

.m11_head .menu>ul {
	overflow-x: hidden;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	text-align: left;
}

.m11_head .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 20px;
	flex: 0 0 auto;
}

.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: rgb(9, 59, 128);
	font-weight: bold;
}

.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: 60px;
}

@media(max-width:1299px) {
	.m11_head .menu>ul>li>a {
		font-size: 15px;
	}
}

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

	.m11_headbg {
		background-color: #fff;
	}

	.m11_head {
		height: 48px;
	}

	.m11_head .logo {
		width: 50%;
		height: 48px;
		margin-left: 8pt;
	}

	.h_search {
		/* padding: 20px 0; */
		display: none;
	}

	.h_search form {
		height: 35px;
		border: 1px solid #e8e8e8;
		/* border-radius: 8px; */
		overflow: hidden;
		width: max-content;
		background-color: #fff;
	}

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

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

	.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 {
	position: relative;
	overflow: hidden;
}

.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: 100%;
	height: 25vw;
	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;
	}
}






.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;
	}
}


.swiper-pagination .swiper-pagination-bullet {
	width: auto;
	height: 20px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	color: rgb(9, 59, 128);
	font-size: 14px;
	background: none;
}

.swiper-pagination .swiper-pagination-bullet>span {
	opacity: 0;
	margin: 0 5px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: none;
}

.swiper-pagination .swiper-pagination-bullet-active>span {
	opacity: 1;
	margin: 0 5px;
}

.index_swiper .swiper-pagination .swiper-pagination-bullet:before {
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 20px;
	right: 0;
	border: 0;
	border-radius: 0;
	z-index: 1;
	transition: 0.3s ease 0s;
	background: #707070;
}

.index_swiper .swiper-pagination .swiper-pagination-bullet-active:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 20px;
	right: 0;
	border: 0;
	border-radius: 0;
	z-index: 1;
	transition: 0.3s ease 0s;
	background-color: rgb(9, 59, 128);
}

.index_swiper .swiper-pagination .swiper-pagination-bullet:after {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	right: -5px;
	top: 18px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.index_swiper .swiper-pagination .swiper-pagination-bullet-active:after {
	border-color: rgb(9, 59, 128);

}

/*客服*/
.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: 52px;
	position: fixed;
	/* top: 66%; */
	right: 30px;
	z-index: 44;
	bottom: 6rem;
}

.m1_side_kefu2 {}

.m1_side_kefu2 ul li {
	width: 52px;
	/* margin: 1px 0; */
	position: relative;
	cursor: default;
}

.m1_side_kefu2 ul li>a {
	/* display: block;
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	opacity: .9; */
	color: #999;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	margin: 4px 0;
	height: 48px;
	width: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #ccc;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: default;
}

.m1_side_kefu2 ul li>a:hover,
.m1_side_kefu2 ul li:hover>a {
	color: #fd6e27;
}

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

.m1_side_kefu2 ul li .ico i {
	font-size: 30px;
}

.m1_side_kefu2 ul li:nth-last-child(1)>a {
	color: #fd6e27;
}

.m1_side_kefu2 ul li:nth-last-child(1) .ico {
	line-height: 8px;
	font-size: 15px;
	height: 30px;
}

.m1_side_kefu2 ul li:nth-last-child(1) .ico>i {
	font-size: 26px;
	line-height: 15px;
}

.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: 1;
	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:nth-child(1) .box2 {
	width: 240px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	word-wrap: break-word !important;
	word-break: normal !important;
	top: 4px;
	right: 0;
	margin-right: 64px;
	position: absolute;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background: #fff;
	text-align: left;
	margin-top: 65px;
}

.m1_side_kefu2 ul li .box2 .box {
	border-top: 2px solid #fd6e27;
}

.m1_side_kefu2 ul li .box2 .IM-title.service-title {
	color: #010101;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.m1_side_kefu2 ul li .box2 .IM_list_title {
	padding: 10px 0px 12px 12px;
	color: #666;
	font-size: 12px;
}

.m1_side_kefu2 ul li .box2 .IM-list {
	padding: 0px 12px 18px 12px;
}

.m1_side_kefu2 ul li .box2 .IM-list .IM-item {
	width: 49%;
	display: inline-block;
}

.m1_side_kefu2 ul li .box2 .IM-item-link {
	font-size: 14px;
	width: 85px;
	overflow: hidden;
	display: block;
}

.m1_side_kefu2 ul li .box2 .service-title {
	color: #010101;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.m1_side_kefu2 ul li .box2 .contact-item {
	padding: 12px 12px 10px 12px;
	line-height: 1;
}

.m1_side_kefu2 ul li .box2 .contact-item-name {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.m1_side_kefu2 ul li .box2 .contact-item-content {
	color: #333;
	font-size: 12px;
}

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

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

.m1_side_kefu2 ul li:nth-child(2) .box2 {
	width: 180px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	word-wrap: break-word !important;
	word-break: normal !important;
	top: 7px;
	right: 0;
	margin-right: 64px;
	position: absolute;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background: #fff;
	text-align: left;
	margin-top: 114px;
}

.m1_side_kefu2 ul li:nth-child(3) .box2 {
	width: 162px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	word-wrap: break-word !important;
	word-break: normal !important;
	top: -23px;
	right: 0;
	margin-right: 64px;
	position: absolute;
	border: 1px solid #e5e5e5;
	border-top: 0;
	background: #fff;
	text-align: left;
	margin-top: 0;
}

.m1_side_kefu2 ul li .box2 .qrcode-content {
	text-align: center;
	padding-top: 16px;
	display: flex;
	flex-wrap: wrap;
}

.m1_side_kefu2 ul li .box2 .qrcode-content .qrcode-img {
	width: 84px;
	height: 84px;
	margin: 0 auto 16px auto;
}

.m1_side_kefu2 ul li .box2 .qrcodetips {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	padding: 0 10px;
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

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

	.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;
	height: 28vw;
	object-fit: fill;
	font-size: 50px;
	color: rgb(255, 255, 255);
	font-weight: 700;
}

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

.inbar {
	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;
}

.weizhi {
	font-size: 14px;
	line-height: 60px;
}

.weizhi>a {
	font-size: 14px;
	line-height: 60px;
}


.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;
		font-size: 22px;
		display: block;
		background: #f9f9f9;
		height: 45vw;
		object-fit: fill;
		color: rgb(255, 255, 255);
	}

	.inbar {
		height: 40px;
padding: 0 20px;
	}

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

	.inner_menu {
		display: none;
	}

}

/* .m11_insidebg {
	padding: 60px 0 80px 0;
	min-height: 40vh;
}

.m11_inside {}

.m11_inside_lt {
	float: left;
	width: 240px;
}

.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;
	border-radius: 10px;
	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: 20px;
	line-height: 24px;
	padding: 20px 15px;
	font-weight: normal;
	background: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	letter-spacing: 2px;
}

.m1_side_a>ul>li {}

.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 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:last-child {}

.m1_side_a>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 40px 7px 35px;
	background: url(../images/ico_list1.png) left 10px center no-repeat;
}

.m1_side_a>ul>li a:hover,
.m1_side_a>ul>li.hover>span a {
	color: #fff;
	background-color: var(--primary-color);
	background-image: url(../images/ico_list1_hover2.png);
}

.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: 400px;
	background: #f9f9f9;
	/* border-radius: 10px; */
}

@media(max-width:999px) {
	#allmap {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 300px;
		padding: 0;
	}
}


/*详情*/
.m11_newsdetail {}

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

.m11_newsdetail .tit .h2 {
	line-height: 1.4em;
	font-style: normal;
	text-decoration: none;
	color: rgb(12, 12, 12);
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 34px;
	padding: 20px 0 35px 0;
	font-weight: bold;
	text-align: left;
}

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

.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;
		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); */
	color: #000;
}

.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: 10px;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
}

.m11_proDetail .list1 .rt .h3 .keyword {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #f10215;
	font-size: 12px;
	border: 1px solid #f10215;
	display: inline-block;
	padding: 3px;
	color: red;
	border: 1px solid red;
	position: relative;
	top: -3px;
	border-radius: 4px;
	margin-top: 8px;
	margin-right: 10px;
	cursor: pointer;
	line-height: 1em;
}

.m11_proDetail .list1 .rt .h3 .keyword:nth-child(1) {
	margin-left: 10px;
}

.m11_proDetail .list1 .rt .h4 {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 150%;
}

.m11_proDetail .list1 .rt .nr_box .h2_h3 {
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 14px;
}

.m11_proDetail .phone {
	font-size: 1.04vw;
	line-height: 1em;
	margin-bottom: 1.6em;
	/* color: var(--primary-color); */
	color: #000;
	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 {
	padding: 0 20px;
	min-width: 80px;
	color: #333;
	display: inline-block;
	max-width: 100%;
	text-align: left;
	font-family: "Microsoft YaHei", "SimSun", Arial;
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m11_prevnext2 ul li a:hover {}

.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-bottom: none;
	color: #333;
	font-size: 16px;
}

.m11_proDetail .list2 .hd ul li.on a {
	color: #000;
	border: 0;
	border-bottom: 4px solid #000;
	font-size: 16px;
}


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

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

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

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

.m11_pro_related>.h2 span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 3em;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	border: 0;
	color: #000;
}

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

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

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

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

@media(max-width:999px) {
	.m11_proDetail .list1 .rt .nr_box .h2_h3 {
		padding-left: 14px;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.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%;
		padding-top: 15px;
	}

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

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

	.m11_proDetail .list1 .rt .h4 {
		margin-bottom: 20px;
		margin-top: 15px;
		padding-bottom: 14px;
		padding-left: 14px;
		padding-right: 10px;
		color: #666;
		font-size: 0.875rem;
		line-height: 150%;
		font-weight: normal;
		text-decoration: none;
		font-style: normal;
	}

	.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(5n-4) {
		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: 1;
}

@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); */
	border-color: #fd6e27;
	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;
	padding: 5px 5%;
}

.index_product1 ul li:hover .txt .h2 {
	/* color: var(--primary-color); */
	color: #fff;
	background-color: #fd6e27;
}

.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 {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

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

.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: 100%;
}

.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;
	}
}


/*news5*/
.index_news5 {
	display: flex;
	justify-content: space-between;
	max-width: 1550px;
	margin: 0 auto;
}

.index_news5 .news_content_left {
	width: 873px;
	background-color: #f7f7f7;
	/* padding: 2%; */
	position: relative;
}

.index_news5 .news_content_left img {
	width: 50%;
	height: 100%;
	/*auto*/
}

.footer_scroll {
	position: fixed;
	bottom: 59px;
	border: 1px solid rgb(9, 59, 128);
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1;
	margin: 0 auto;
}

.footer_scroll>i {
	font-size: 26px;
	color: rgb(9, 59, 128);
}

@media(min-width:999px) {
	.index_news5 .news_content_left .news_content_news {
		padding: 30px 15px 40px 40px;
		height: 50%;
		border: 1px solid #e8e8e8;
		overflow: hidden;
		width: 50%;
		position: absolute;
		right: 0;
		/* -webkit-transform: translateY(-118%); */
		background: #fff;
		margin-right: 3.1824%;
	}
}

.index_news5 ul {
	width: 34%;
}

.index_news5 ul li {
	float: left;
	width: calc(100% - 20px);
	border-bottom: 1px solid #eeeeee;
}

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

.index_news5 ul li .txt {
	padding: 0 10px;
}

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

.index_news5 ul li .txt .h2:before {
	content: "";
	position: absolute;
	left: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid black;
	margin: 21px 0;
}

.index_news5 ul li .txt .h2 a {
	float: left;
	width: 74%;
	overflow: hidden;
	color: #666;
	padding: 15px 0;
}

.index_news5 ul li:hover .txt .h2 a {
	color: rgb(9, 59, 128);
}

.index_news5 ul li:hover .txt .h2 {
	background-color: #eeeeee;
}

.index_news5 ul li .txt .h2 span {
	float: right;
	color: #666;
	padding: 17px 0;
	font-size: 12px;
}

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

/*footnav*/
.f_nav {
	/* padding: 40px 0; */
	width: calc(100% / 3);
	text-align: left;
}

.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: 1em;
	padding: 10px 0;
}

.f_nav>ul>li>a {
	font-size: 16px;
	line-height: 26px;
	/* font-weight: bold; */
	margin-bottom: 10px;
	color: rgb(12, 12, 12);
	line-height: 1.5em;
	padding: 10px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}



/*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;
	color: rgb(9, 59, 128);
}

.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;
	}
}


/*inpic4*/
.inside_picList4 {}

.inside_picList4 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_picList4 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_picList4 ul li .nr_box {}

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

.inside_picList4 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_picList4 ul li:hover .img img {
	transform: scale(1.1);
}

.inside_picList4 ul li .txtbg {
	position: relative;
	text-align: left;
}

.inside_picList4 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;
	color: rgb(9, 59, 128);
}

.inside_picList4 ul li:hover .txtbg:before {
	transform: scaleY(1);
	transform-origin: 50% 0 0;
	color: rgb(9, 59, 128);
}

.inside_picList4 ul li:hover .time:after {
	color: rgb(9, 59, 128);
}

.inside_picList4 ul li .txt {
	padding: 0;
	color: #666;
	position: relative;
	z-index: 2;
}

.inside_picList4 ul li .txt .time {
	color: rgb(9, 59, 128);
	margin: 11px 0 10px 0;
	font-size: 16px;
	font-family: tahoma;
}

.inside_picList4 ul li .txt .time:after {
	margin-bottom: 0px;
	transition: all 0.1s cubic-bezier(.23, 1, .38, 1) 0.1s;
	position: absolute;
	height: 1px;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 60px;
	left: 0;
	border-bottom: 1px solid rgb(242, 242, 242);
}

.inside_picList4 ul li .txt .h2 {
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.inside_picList4 ul li:hover .txt .h2 {
	color: rgb(9, 59, 128);
}

.inside_picList4 ul li .txt .h3 {
	height: 44px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 30px;
	color: #999;
	font-size: 15px;
	line-height: 22px;
}

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

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

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

	.inside_picList4 ul li .txt {
		/* padding: 15px 5%; */
	}

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

	.inside_picList4 ul li .txt .time:after {
		margin-bottom: 0px;
		transition: all 0.1s cubic-bezier(.23, 1, .38, 1) 0.1s;
		position: absolute;
		height: 1px;
		width: 100%;
		content: "";
		position: absolute;
		bottom: 75px;
		left: 0;
		border-bottom: 1px solid rgb(242, 242, 242);
	}
}

/*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% - 60px) / 4);
	margin: 0 0 20px 20px;
	text-align: center;
}

.inside_product1 ul li:nth-child(4n - 3) {
	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 {
	text-align: left;
}

.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,
.inside_product1 ul li:hover .txt .h3 {
	color: rgb(9, 59, 128);
}

.inside_product1 ul li .txt .h3 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media(max-width:768px) {
	.inside_product1 ul li {
		float: left;
		width: calc((100% - 20px) / 2);
		margin: 0 10px 20px 0;
		text-align: center;
	}

	.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;
}

/*------------------------------------------------------------------------Add CSS------------------------------------------------------------------------*/
.header_language {
	font-family: 微软雅黑, Microsoft YaHei;
	color: #666;
	font-size: 13px;
	width: max-content;
	background-color: #fff;
	margin-left: 2em;
	padding: 0 0.5em;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.header_language>a {
	font-family: 微软雅黑, Microsoft YaHei;
	color: #666;
}

.header_language>a.hover,
.header_language>a:hover {
	color: #f10215;
}

.my_banner {
	line-height: 1em;
	padding: 0;
	position: relative;
}

.my_banner .banner_texts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70%;
	zoom: 1;
}

.my_banner .banner_text {
	padding: 10px;
	max-width: 1200px;
	zoom: 1;
}

.my_banner .banner_text>.banner_text1,
.my_banner .banner_text>.banner_text2 {
	font-weight: 700;
	color: rgb(255, 255, 255);
	font-size: 60px;
	line-height: 150%;
	font-family: tahoma;
}

@media(min-width: 1000px) {
	.my_banner .banner_text {
		margin: 0 auto;
	}
}

@media(max-width: 1599px) {
	.my_banner .banner_texts {
		height: 80%;
	}
}

@media(max-width: 1199px) {

	.my_banner .banner_text>.banner_text1,
	.my_banner .banner_text>.banner_text2 {
		font-weight: 700;
		color: rgb(255, 255, 255);
		font-size: 3rem;
		line-height: 150%;
	}

	.my_banner .banner_text {
		margin: 0 auto;
		width: 90%;
	}
}

/*底部导航菜单 end*/
/*底部 start*/
.footer {
	background: none;
	background-color: rgba(242, 242, 242, 0.5);
	box-shadow: 0px 0px 0px 0px #ccc;
	padding: 1.5em 1em 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	width: calc(100% - 2em);
}

@media(max-width: 999px) {

	.my_banner .banner_text>.banner_text1,
	.my_banner .banner_text>.banner_text2 {
		font-weight: 700;
		color: rgb(255, 255, 255);
		font-size: 2rem;
		line-height: 150%;
	}

	.my_banner .banner_texts {
		/* height: 100%; */
	}

	.my_banner .banner_text>.banner_text3 {
		font-size: 1.375rem;
		line-height: 150%;
		color: rgb(255, 255, 255);
	}
}

.my_banner .banner_text>.banner_text3 {
	font-size: 40px;
	line-height: 150%;
	color: rgb(255, 255, 255);
}

.my_banner video::-webkit-media-controls-enclosure {
	display: none !important;
}

.f_info {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(248, 248, 248, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: initial;
}

.f_info_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	max-width: 1550px;
	width: 100%;
}

.f_info>.f_info_content>div {
	font-family: 微软雅黑;
	text-align: center;
	padding: 6px 6px 7px 6px;
	font-size: 12px;
	color: rgb(51, 51, 51);
	line-height: 150%;
	width: calc(100% / 3);
}

.f_info>.f_info_content>div>a {
	font-size: 12px;
}

.f_info>.f_info_content>div:nth-child(1) {
	padding-left: 0;
	text-align: left;
}

.f_info>.f_info_content>div:nth-last-child(1) {
	padding-right: 0;
	text-align: right;
}

.brief>div {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.brief .brief_lt {
	text-align: left;
	width: 56%;
}

.brief .brief_rt {
	width: 44%;
}

.brief .brief_lt>strong {
	color: rgb(9, 59, 128);
	font-weight: 700;
	font-family: Verdana;
	font-size: 32px;
	line-height: 1.5;
}

.brief .brief_lt>div {
	font-size: 26px;
	line-height: 150%;
}

.brief .brief_lt>div:nth-child(2) {
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 26px;
	line-height: 150%;
	font-weight: 700;
}

.brief .brief_lt>div:nth-child(3) {
	outline: none;
	font-family: Verdana;
	font-size: 20px;
	color: rgb(63, 63, 63);
	line-height: 150%;
}

.brief .brief_lt>div:nth-child(4) {
	margin-right: 7.7%;
	margin-top: 21px;
}

.brief .brief_lt>div:nth-child(4)>p {
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 2.5em;
	font-size: 16px;
	padding: 0;
	line-height: 218%;
}

.brief .brief_lt>div:nth-child(5) {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 180px;
	background-color: rgb(9, 59, 128);
	width: 100%;
}

.brief .brief_lt>div:nth-child(5) a {
	font-size: 15px;
	font-family: 微软雅黑, Microsoft YaHei;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.brief .brief_rt>.brief_rt_font {
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	font-size: 14px;
}

.banner_txt {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgb(255, 255, 255);
	font-size: 60px;
	line-height: 150%;
}

.index_proclass_box3 {}

.proclass_gallery2 {
	position: relative;
}

.proclass_gallery2 .proclass_gallery-thumbs {
	margin-bottom: var(--20px);
}

.proclass_gallery2 .proclass_gallery-thumbs .swiper-container {}

.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide {
	text-align: center;
	padding: 1px 0;
}

.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .h2 {
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc;
	color: #999;
	cursor: pointer;
	border-radius: 10px;
	font-size: var(--16px);
	line-height: 2em;
	padding: 0 var(--20px);
}

.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.proclass_gallery2 .proclass_gallery-top {}

.proclass_gallery2 .proclass_gallery-top .swiper-container {}

.proclass_gallery2 .proclass_gallery-top .swiper-slide {
	text-align: center;
}

.proclass_list {}

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

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

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

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

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

.proclass_list 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;
}

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

.proclass_list ul li .txtbg {}

.proclass_list ul li .txt {
	padding: var(--20px) 5%;
	color: #666;
}

.proclass_list ul li .txt .h2 {
	font-size: var(--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;
}

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

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


.m11_insidebg {
	padding: var(--60px) 0 var(--100px) 0;
	min-height: 40vh;
}

.m11_inside {
	margin: 2em;
}

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

.m1_side_a {
	width: 100%;
	background: #fff;
	margin-bottom: 4vw;
}

.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: 20px;
	line-height: 24px;
	padding: 20px 15px;
	font-weight: normal;
	color: #ccc;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	letter-spacing: 2px;
}

.m1_side_a h2 strong:nth-child(1) {
	display: block;
	font-size: 1.8em;
	line-height: 1em;
}

.m1_side_a h2 strong:nth-child(2) {
	display: block;
	font-size: 3em;
	line-height: 1.5em;
	color: #000;
}

.m1_side_a>ul>li {}

.m1_side_a>ul>li:nth-child(1) {
	width: 100%;
}

.m1_side_a>ul>li {
	width: max-content;
	float: left;
	margin-right: 1em;
	position: relative;
}

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

.m1_side_a>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 40px 7px 35px;
	/* background: url(../images/ico_list1.png) left 10px center no-repeat; */
	background: none;
	background-color: #F4F6F7;
}

.m1_side_a>ul>li a:hover,
.m1_side_a>ul>li.hover>span a {
	color: #333;
	font-weight: bold;
}

.m1_side_a>ul>li span:hover i {
	color: #333;
	font-weight: bold;
}

.m1_side_a>ul>li:hover {
	color: #333;
	font-weight: bold;
}

.m1_side_a>ul>li:hover ul {
	display: block;
}

.m1_side_a>ul>li ul li:hover a {
	color: #333;
	font-weight: bold;
}

.m1_side_a>ul>li:nth-child(1):hover {
	color: #333;
	font-weight: bold;
}

.m1_side_a>ul>.menu_down.active>span a {}

.m1_side_a>ul>.menu_down.active>span>i {}

.m1_side_a>ul>.menu_down>span {
	display: block;
	position: relative;
	font-size: 4vw;
}

.m1_side_a>ul>.menu_down>span>i {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.m1_side_a>ul>li.hover>span>i {
	font-weight: normal;
	transform: rotate(180deg);
}

.m1_side_a>ul>li:hover>span>i {
	font-weight: normal;
	transform: rotate(180deg);
}

.m1_side_a>ul>li.hover.active>span>i {}

.m1_side_a>ul>li ul {
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
	background: #ccc;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	background-color: #F4F6F7;
	width: max-content;
	position: absolute;
	left: 0;
	top: 100%;
	background: #F4F6F7;
	padding: 25px 30px 10px 30px;
	overflow: hidden;
}

.m1_side_a>ul>li ul li {
	float: left;
}

.m1_side_a>ul>li ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 15px;
}

.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;*/
	display: none;
}

.inLt_contact_btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	padding: 10px 5px;
	width: 20px;
	background: #fff;
	color: #333;
	font-weight: bold;
	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;
}

.m12_inside {
	margin: 2em;
}

.m12_inside .m1_side_a {
	width: 100%;
	background: #fff;
	margin-bottom: 4vw;
	z-index: 11;
}

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

.m12_inside .m1_side_a>ul {
	border-bottom: 1px solid rgb(242, 242, 242);
	float: left;
	width: 100%;
}

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

.m12_inside .m1_side_a h2 {
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	font-weight: normal;
	color: #ccc;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	letter-spacing: 2px;
}

.m12_inside .m1_side_a h2 strong:nth-child(1) {
	display: block;
	font-size: 1.8em;
	line-height: 1em;
}

.m12_inside .m1_side_a h2 strong:nth-child(2) {
	display: block;
	font-size: 3em;
	line-height: 1.5em;
	color: #000;
}

.m12_inside .m1_side_a>ul>li {}

.m12_inside .m1_side_a>ul>li:nth-child(1) {
	width: 100%;
}

.m12_inside .m1_side_a>ul>li {
	/* border-bottom:1px solid #eee; */
	width: max-content;
	float: left;
	margin-right: 1em;
}

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

.m12_inside .m1_side_a>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 40px 7px 35px;
	background: none;
}

.m12_inside .m1_side_a>ul>li a:hover,
.m12_inside .m1_side_a>ul>li.hover>span a {
	color: rgb(9, 59, 128);
	font-weight: normal;
	background: none;
	background-color: #fff;
}

.m12_inside .m1_side_a>ul>li span:hover i {
	color: rgb(9, 59, 128);
	font-weight: normal;
	background-image: none;
	background-color: #fff;
}

.m12_inside .m1_side_a>ul>li:hover {
	color: rgb(9, 59, 128);
	font-weight: normal;
	background-image: none;
	background-color: #fff;
}

.m12_inside .m1_side_a>ul>li:nth-child(1):hover {
	color: #333;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
}

.m12_inside .m1_side_a>ul>li.active>span a {
	background: none;
	background-color: #fff;
}

.m12_inside .m1_side_a>ul>li.active>span>i {
	background-image: none;
}

.m12_inside .m1_side_a>ul>li span {
	display: block;
	position: relative;
	font-size: 4vw;
}

.m12_inside .m1_side_a>ul>li span>i {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: none;
}

.m12_inside .m1_side_a>ul>li.hover span>i {
	background-image: none;
}

.m12_inside .m1_side_a>ul>li.hover.active>span>i {
	background-image: none;
}

.m12_inside .m1_side_a>ul>li ul {
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
	background: #ccc;
}

.m12_inside .m1_side_a>ul>li ul li {}

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

.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); */
	width: 100%;
}

.brief_rt_font .brief_rt_font1,
.brief_rt_font .brief_rt_font2 {
	width: 50%;
}

.digital-item {
	margin: auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	width: 50%;
}

.digital-num {
	font-style: normal;
	text-decoration: initial !important;
	font-weight: normal;
	color: rgb(7, 51, 111);
	font-family: impact, chicago !important;
	font-size: 40px;
	max-width: calc(100% - 61px);
	box-sizing: border-box;
	line-height: 1;
}

.digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
}

.digital-num-item sup {
	top: calc(-40px* 20 / 100);
	color: rgb(7, 51, 111);
	font-style: normal;
	text-decoration: initial;
	font-weight: normal;
	font-family: tahoma;
	font-size: 14px;
	padding-left: 5px;
	line-height: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	position: relative;
}

.digital-title {
	color: #666;
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 14px;
	text-align: center;
	outline: none;
	margin-top: 14px;
	text-align: center;
	padding: 0;
}

@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: 40px 0 60px 0; */
	}

	.m11_inside_lt {
		display: none;
	}

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

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

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

@media(max-width:999px) {
	.proclass_gallery2 .proclass_gallery-thumbs {
		margin-bottom: 20px;
	}

	.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .h2 {
		font-size: 12px;
		line-height: 2em;
		padding: 0 10px;
	}

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

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

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

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

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

.index_proclass_box2 {
	/* margin: 18% 12% 0; */
}

.proclass_title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: rgb(9, 59, 128);
	margin-bottom: 64px;
	margin-top: 6%;
}

.swiper-container-free-mode>.swiper-wrapper .h2 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}

.swiper-container-free-mode>.swiper-wrapper>.swiper-slide:hover {
	color: rgb(9, 59, 128);
	font-family: 微软雅黑, Microsoft YaHei;
	/*font-weight: bold;*/
	border-bottom: 1px solid rgb(9, 59, 128);
	cursor: pointer;
}

.proclass_gallery .proclass_gallery-thumbs {
	margin: 1em;
}

.proclass_gallery .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active:hover .h2 {
	color: rgb(9, 59, 128);
	font-family: 微软雅黑, Microsoft YaHei;
	font-weight: bold;
	border-bottom: 0px solid rgb(9, 59, 128);
	cursor: pointer;
}

.proclass_gallery .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
	color: rgb(9, 59, 128);
	font-family: 微软雅黑, Microsoft YaHei;
	font-weight: bold;
	border-bottom: 1px solid rgb(9, 59, 128);
	cursor: pointer;
}

.index_proclass_box2 ul>li {
	width: calc((100% - 12em) / 6);
	text-align: center;
	margin: 1em;
}

.index_proclass_box2 ul>li .nr_box>.txtbg {
	color: rgb(51, 51, 51);
}

.index_proclass_box2 ul>li .nr_box>.imgbg>.img img {
	width: 100%;
	height: 100%;
}

.footer_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
	width: 100%;
	max-width: 1550px;
}

.f_info2 {
	display: flex;
	justify-content: space-between;
	width: calc(100% / 3* 2);
	text-align: center;
}

.f_info2 .f_info2_left,
.f_info2 .f_info2_center,
.f_info2 .f_info2_right {
	margin: 0 1em;
}

.f_info2 .f_info2_left {
	text-align: left;
	width: 42%;
	margin-left: 0;
}

.f_info2 .f_info2_left>div {
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 0;
	color: #666666;
}

.f_info2 .f_info2_left>div:nth-child(1) {
	color: rgb(12, 12, 12);
	font-size: 16px;
	padding: 10px 0;
}

.f_info2 .f_info2_left>div>div {
	line-height: 1.5em;
}

.f_info2 .f_info2_center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.f_info2 .f_info2_right {
	width: 56%;
	margin-right: 0;
}

.f_info2 .f_info2_right .f_info2_right_title {
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	margin-bottom: 14px;
}

.f_info2 .f_info2_right .f_info2_right_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.f_info2 .f_info2_right .f_info2_right_content .f_info2_right_content_textarea {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
	border: 1px solid #ccc;
	padding-left: 16px;
	background-color: #fff;
	width: 90%;
}

.f_info2 .f_info2_right .f_info2_right_content .f_info2_right_content_textarea span {
	white-space: nowrap;
	margin-top: 3px;
}

.f_info2 .f_info2_right .f_info2_right_content .f_info2_right_content_textarea textarea {
	border: 0px;
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	width: -webkit-fill-available;
	color: #999;
	font-size: 14px;
	margin-top: 3px;
	padding: 8px;
}

.f_info2 .f_info2_right .f_info2_right_content .input_button {
	background-color: rgb(9, 59, 128);
	color: #fff;
	font-size: 16px;
	padding: 40px 10px;
	margin-left: 15px;
	border-radius: 0;
	cursor: pointer;
}

.f_info2 .f_info2_right .f_info2_right_content .input_button:hover {
	font-weight: bold;
}

.contact_left {
	display: none;
	width: 50%;
	height: calc(100% - 60px - 31px);
}

.contact_left img {
	width: 100%;
	height: 100%;
}

.contact_right {
	width: 50%;
	height: calc(100vh - 60px - 31px);
	background: url(../images/bg5.jpg) no-repeat;
	background-size: 100% 100%;
	padding-left: 50%;
}

.contact_right>div>div {
	width: 56%;
}

.contact_right>div>div>div:nth-child(1) {
	font-size: 61px;
	font-weight: 700;
	font-family: times New Roman;
	color: #333;
	word-break: break-all;
	margin: 59px 0 0 9px;
	padding: 10px;
	line-height: 1.43;
}

.contact_right>div>div>div:nth-child(2),
.contact_right>div>div>div:nth-child(3) {
	padding: 20px 0;
	display: flex;
	justify-items: left;
	align-items: center;
	text-align: left;
}

.contact_right>div>div>div>div>i {
	width: 17px;
	height: 17px;
	color: rgb(9, 59, 128);
	font-size: 21px;
}

.contact_right>div>div>div>div:nth-child(2) {
	padding-left: 15px;
}

.contact_right>div>div>div>div>div {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
	font-size: 16px;
}

.m13_inside .content {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	text-align: left;
}

.m14_inside .content .contact_content {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	height: calc(100vh - 60px - 31px);
}

.m14_inside .content .contact_content>div {
	max-width: 1200px;
	width: 1100px;
}

.m14_inside .content .contact_content>div>div {
	color: rgb(9, 59, 128);
	font-size: 34px;
	padding: 10px 0;
}

.m14_inside .content .contact_content>div>p {
	padding: 0;
	line-height: 1.5;
}

.m14_inside .content .contact_content>div>p:nth-child(2),
.m14_inside .content .contact_content>div>p:nth-child(7),
.m14_inside .content .contact_content>div>p:nth-child(12) {
	/*padding: 10px 10px 0 10px;*/
}

.m14_inside .content .contact_content>div>p>strong>span {
	color: #333;
}

.page-container {
	position: relative;
	top: 0;
	transition: all 1000ms ease;
	touch-action: none;
}

.page-item {
	height: calc(100vh - 60px - 31px);
}

.news .news_title {
	font-weight: 700;
	text-align: center;
	width: 100%;
	font-size: 36px;
	color: rgb(9, 59, 128);
	margin-top: 17vh;
}

.brief .brief_rt img {
	width: 100%;
}

.m16_inside .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}

.m16_inside .content .content_right {
	margin: 11% 0;
}

.m16_inside .content .content_left,
.m16_inside .content .content_right {
	width: 50%;
}

.m16_inside .content .content_left {
	padding: 10px;
	margin-top: 3%;
	margin-left: 7.5%;
	width: 50%;
}

.m16_inside .content .content_left .content_left_title1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
}

.m16_inside .content .content_left .content_left_title2 {
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	color: rgb(9, 59, 128);
	line-height: 1.5;
}

.m16_inside .content .content_left .content_left_content {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	margin-top: 9%;
	margin-right: 13%;
}

.m16_inside .content .content_left .content_left_content>span>p {
	text-indent: 2em;
	line-height: 2.5em;
}

.m16_inside .content .content_right>video {
	width: 677px;
	height: 380px;
}

.product_class {
	height: calc(100vh - 60px - 31px - 18%);
	/* margin: 6.5% auto; */
	margin: 0 auto;
}

.development_history_min_content {
	display: none;
}

.development_history {
	text-align: center;
}

.development_history_gallery {
	padding: 7.8% 0;
}

.development_history_gallery .development_history_title {
	font-weight: 700;
	font-size: 40px;
}

.development_history_gallery .development_history_gallery-thumbs {
	padding-top: 4.6%;
	font-family: 微软雅黑, Microsoft YaHei;
	color: #666;
	font-size: 22px !important;
	overflow: hidden;
	position: relative;
}

.development_history_gallery .development_history_gallery-thumbs hr {
	width: calc(100% / 3* 2 - 92px);
	height: 7px;
	background-color: rgb(233 233 233);
	border: 1px solid rgb(219 219 219);
	margin: 0 auto;
	margin-bottom: -16px;
}

.development_history_gallery .swiper-container-free-mode>.swiper-wrapper .h2 {
	font-family: 微软雅黑, Microsoft YaHei;
	color: #666;
	font-size: 22px !important;
	cursor: auto;
}

@media(min-width:999px) {
	.development_history_gallery .swiper-container-free-mode>.swiper-wrapper>.swiper-slide:nth-child(1) .h2 {
		float: left;
	}

	.development_history_gallery .swiper-container-free-mode>.swiper-wrapper>.swiper-slide:nth-child(3) .h2 {
		float: right;
	}
}

.development_history_gallery .development_history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
	font-family: 微软雅黑, Microsoft YaHei;
	color: #666;
	font-size: 22px !important;
	cursor: auto;
}

.development_history_gallery .swiper-container-free-mode>.swiper-wrapper>.swiper-slide:hover {
	font-weight: normal;
	border: 0;
	cursor: auto;
}

.development_history_gallery .development_history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active:hover .h2 {
	font-weight: normal;
	border: 0;
	cursor: auto;
}

.swiper-slide {
	/* margin: 0 auto; */
}

.item-icon {
	color: #fd6e27;
}

.development_history_icon {
	height: 54px;
	line-height: 0;
	position: relative;
}

.title-icon-line {
	border-bottom: 1px solid rgba(9, 59, 128, 0.9);
	display: block;
	width: 50px;
	height: 13px;
}

.development_history_content1 {
	color: #333;
	font-family: 微软雅黑, Microsoft YaHei !important;
	font-size: 26px !important;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}

.development_history_i {
	border-bottom: 2px solid #fd6e27;
	display: block;
	width: 20px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

.development_history_content2 {
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	min-height: 50px;
	overflow: hidden;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 24px;
	line-height: 26px;
}

@media(min-width:999px) {
	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide>.development_history_icon>i:nth-child(1) {
		color: #fd6e27;
		border: 1px solid #fd6e27;
		border-radius: 50%;
		padding: 3px 3px;
		font-size: 14px;
		display: flex;
		justify-content: center;
		width: 14px;
		height: 14px;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide:nth-child(2)>.development_history_icon>i:nth-child(1) {
		margin: 0 auto;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide:nth-child(3)>.development_history_icon>i:nth-child(1) {
		margin-right: 34px;
		position: absolute;
		right: 0;
		top: 0;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide:nth-child(3)>.development_history_icon>i:nth-child(3) {
		margin-right: 34px;
		position: absolute;
		right: 0;
		top: 22px;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide>.development_history_icon>i:nth-child(3) {
		display: none;
		color: #fd6e27;
		width: 22px;
		height: 22px;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide:nth-child(2)>.development_history_icon>i:nth-child(3) {
		color: #fd6e27;
		width: 22px;
		height: 22px;
		margin: 0 auto;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide.swiper-slide-thumb-active>.development_history_icon>i:nth-child(3) {
		display: block;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div>div>div.swiper-slide:nth-child(1)>div.development_history_icon {
		margin-left: 34px;
	}
}

.development_history_content1>i {
	color: rgba(9, 59, 128, 0.9);
	width: 20px;
	height: 30px;
	margin: 0 10px;
}

.menu_list {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	right: 60px;
	top: 45vh;
}

.menu_list>div {
	width: auto;
	height: 20px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	color: rgb(9, 59, 128);
	font-size: 14px;
}

.menu_list>div>span {
	opacity: 0;
	margin: 0 5px;
}

.menu_list>div.active>span {
	opacity: 1;
	margin: 0 5px;
}

.menu_list>div:before {
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 20px;
	right: 0;
	border: 0;
	border-radius: 0;
	z-index: 1;
	transition: 0.3s ease 0s;
	background: #707070;
}

.menu_list>div.active:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 20px;
	right: 0;
	border: 0;
	border-radius: 0;
	z-index: 1;
	transition: 0.3s ease 0s;
	background-color: rgb(9, 59, 128);
}

.menu_list>div:after {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	right: -5px;
	top: 18px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.menu_list>div.active:after {
	border-color: rgb(9, 59, 128);

}

.menu_list2 {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	right: 60px;
	top: 45%;
}

.menu_list2>div {
	width: auto;
	height: 20px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	color: rgb(9, 59, 128);
	font-size: 14px;
}

.menu_list2>div>span {
	opacity: 0;
	margin: 0 5px;
}

.menu_list2>div.active>span {
	opacity: 1;
	margin: 0 5px;
}

.menu_list2>div:before {
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 20px;
	right: 0;
	border: 0;
	border-radius: 0;
	z-index: 1;
	transition: 0.3s ease 0s;
	background: #707070;
}

.menu_list2>div.active:before {
	content: '';
	width: 100%;
	height: 0.5px;
	position: absolute;
	top: 20px;
	right: 0;
	border: 0;
	border-radius: 0;
	z-index: 1;
	transition: 0.3s ease 0s;
	background-color: rgb(9, 59, 128);
}

.menu_list2>div:after {
	content: '';
	width: 3px;
	height: 3px;
	position: absolute;
	right: -5px;
	top: 18px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.menu_list2>div.active:after {
	border-color: rgb(9, 59, 128);

}

.index_news5 .news_content_news_time1 {
	color: #333;
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 32px;
	font-weight: bold;
}

.index_news5 .news_content_news_time2 {
	color: #BABABA;
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 12px;
}

.index_news5 .news_content_news_title {
	margin-top: 16px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	height: 24px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #333;
}

.index_news5 .news_content_news_description {
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 14px;
	height: 42px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #666;
}

.footer_kefu {
	position: absolute;
	top: 66%;
	right: 20px;
	z-index: 10;
}

.footer_kefu .footer_kefu_i {
	color: #999;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
}

.footer_kefu .footer_kefu_i:hover {
	color: #fd6e27;
}

.footer_kefu .footer_kefu_i:nth-child(2n-1) {
	margin: 4px 0;
}

.footer_kefu .footer_kefu_i:nth-last-child(1) {
	color: #fd6e27;
}

.footer_kefu .footer_kefu_i>i {
	font-size: 30px;
}

.m17_inside {
	margin: 2em 0;
}

.proclass_button {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
}

.proclass_button>a {
	line-height: 40px;
	font-style: normal;
	color: rgb(51, 51, 51);
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 14px;
	text-align: center;
	width: 255px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	border: 1px solid rgb(51, 51, 51);
}

.proclass_button>a:hover {
	color: rgb(9, 59, 128);
	border: 1px solid rgb(9, 59, 128);
	font-weight: bold;
}

@media(min-width:1600px) {
	.wapper5 {
		width: 1600px;
		margin: 0 auto;
		min-width: 100px;
	}
}

@media(min-width:1400px) {
	.f_info2 .f_info2_center .logo img {
		width: 38%;
	}
}

@media(max-width:1500px) {
	.proclass_title {
		text-align: center;
		font-size: calc(0.3rem + 1.2vw);
		font-weight: bold;
		color: rgb(9, 59, 128);
		margin-bottom: 2vw;
		margin-top: 1vw;
	}

	.proclass_button {
		line-height: 30px;
	}

	.proclass_button>a {
		font-size: 0.8rem;
		line-height: 30px;
	}
}

@media(max-width:1400px) {
	.f_info2 .f_info2_center .logo img {
		width: 60%;
	}

	.f_info2 .f_info2_left {
		text-align: left;
		width: 51%;
		margin-left: 0;
	}

	.header_language {
		font-family: å¾®è½¯é›…é»‘, Microsoft YaHei;
		color: #666;
		font-size: 13px;
		width: max-content;
		background-color: #fff;
		margin-left: 2em;
		padding: 0 0.8em;
		line-height: 1.5;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.h_search {
		background: none;
		background-color: rgba(0, 0, 0, 0);
		padding: 0;
		padding-left: 18px;
		margin-right: -5px;
		width: auto;
	}

	.f_info>.f_info_content>div {
		font-family: 微软雅黑;
		text-align: center;
		padding: 0px;
		font-size: 0.6rem;
		color: rgb(51, 51, 51);
		line-height: 150%;
	}

	.f_info>.f_info_content>div>a {
		font-size: 0.6rem;
	}

	.footer_scroll {
		bottom: 3.5rem;
		width: 30px;
		height: 30px;
	}

	.footer_scroll>i {
		font-size: 18px;
	}
}

@media(max-width:1300px) {
	.f_info2 .f_info2_center .logo img {
		width: 70%;
	}

	.f_info>.f_info_content>div {
		font-size: 0.8rem;
	}

	.f_info>.f_info_content>div>a {
		font-size: 0.8rem;
	}
}

@media(max-width:1200px) {
	.f_info2 .f_info2_center .logo img {
		width: 80%;
	}

	.f_info2 .f_info2_left {
		text-align: left;
		width: 100%;
		margin-left: 0;
	}
}

@media(max-width:1100px) {
	.f_info2 .f_info2_center .logo img {
		width: 95%;
	}

	.proclass_title {
		text-align: center;
		font-size: calc(0.5rem + 1vw);
		font-weight: bold;
		color: rgb(9, 59, 128);
		margin-bottom: 0rem;
		margin-top: 0.4rem;
	}

	.m14_inside .content .contact_content {
		align-items: flex-start;
	}
}

@media(min-width:999px) {
	.my_banner>video {
		width: 100%;
		/* height: calc(100vh - 60px - 31px); */
		height: 100%;
	}

	.product_class {
		width: 70%;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container {
		width: calc(100% / 3*2);
	}
}

@media(max-width:999px) {
	.index_news5 ul li .txt .h2 {
		font-size: 1.2vw;
		overflow: hidden;
		padding-left: 25px;
		position: relative;
	}

	.header_language {
		display: none;
	}

	.index_proclass_box2 ul>li {
		float: left;
		width: calc((100% - 4em) / 2);
		text-align: center;
		margin: 1em;
	}

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

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

	.f_info>.f_info_content>div {
		font-family: 微软雅黑;
		text-align: center;
		/* padding: 16px 0; */
		font-size: 0.7rem;
		color: rgb(51, 51, 51);
		line-height: 150%;
		width: 100%;
	}

	.f_info>.f_info_content>div>a {
		font-size: 0.7rem;
	}

	.footer {
		background: none;
		background-color: rgba(242, 242, 242, 0.5);
		box-shadow: 0px 0px 0px 0px #ccc;
		padding: 0em;
		width: 100%;
	}

	.m16_inside .content {
		display: block;
		justify-content: space-between;
		align-items: flex-start;
		text-align: left;
	}

	.m16_inside .content .content_left {
		width: calc(100% - 20px);
	}

	.m16_inside .content .content_right {
		width: calc(100% - 5.6%);
	}

	.m16_inside .content .content_right {
		padding: 2.8% 2.8% 11.5% 2.8%;
	}

	.m16_inside .content .content_right>video {
		width: 100%;
		height: 380px;
	}

	.page-container {
		position: relative;
		top: 0;
		transition: all 1000ms ease;
		touch-action: none;
		height: calc(100% - 48px - 31px);
	}

	.f_info {
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
		background-color: rgba(248, 248, 248, 1);
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: initial;
	}

	.m14_insidebg {
		display: none;
	}

	.contact_right>div>div {
		width: 100%;
	}

	.f_info>.f_info_content>div:nth-child(1) {
		padding-left: 0;
		text-align: center;
	}

	.contact_right>div>div>div:nth-child(1) {
		font-family: "times New Roman";
		color: #333;
		word-break: break-all;
		padding: 10px;
		margin-top: 45vh;
		font-size: 1.375rem;
		font-family: tahoma;
		line-height: 150%;
		margin-left: 0;
		font-weight: normal;
		padding-left: 0;
	}

	.contact_right {
		width: 100%;
		height: calc(100vh - 60px - 31px);
		background: url(../images/bg5.jpg) no-repeat;
		background-size: 100% 100%;
		padding-left: 0;
		padding-left: 31.4%;
	}

	.contact_right>div>div>div>div>div {
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
		color: rgb(63, 63, 63);
		font-size: 0.875rem;
		line-height: 150%;
	}

	.contact_right>div>div>div>div:nth-child(2)>div:nth-child(2) {
		font-size: 1rem;
		line-height: 150%;
	}

	.contact_right>div>div>div:nth-child(3)>div>div:nth-child(2) {
		color: rgb(12, 12, 12);
		font-size: 0.875rem;
		line-height: 150%;
		width: 90%;
	}

	.contact_right>div>div>div>div>i {
		width: 35px;
		height: 35px;
		color: rgb(9, 59, 128);
	}

	.m16_inside .content .content_left .content_left_content>span>p {
		text-indent: 2em;
		line-height: 175%;
		font-size: 0.875rem;
	}

	.m16_inside .content .content_left {
		margin-left: 0;
	}

	.m16_inside .content .content_left .content_left_title1 {
		font-weight: 700;
		line-height: 1.5;
		font-size: 24px;
	}

	.m16_inside .content .content_left .content_left_content {
		margin-top: 4%;
		margin-right: 0;
	}

	.development_history_gallery .development_history_title {
		font-weight: 700;
		font-size: 24px;
		text-align: left;
	}

	.development_history_gallery .development_history_gallery-thumbs hr {
		width: 0px;
		background-color: #fff;
		border: 1px dashed rgb(219 219 219);
		margin: 0 auto;
		margin-top: -25px;
		margin-left: 11px;
		position: absolute;
		height: 100%;
	}

	.development_history_gallery .development_history_gallery-thumbs .swiper-container .swiper-wrapper {
		display: block;
	}

	.development_history_gallery .development_history_gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide {
		width: 100% !important;
		margin-right: 10px;
		display: block;
		padding-bottom: 6vh;
		line-height: calc(18px + (18px / 2));
		position: relative;
	}

	.development_history_icon {
		line-height: 0;
		text-align: left;
		float: left;
	}

	.development_history_gallery {
		padding: 0 10px;
	}

	.development_history_gallery .development_history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
		font-family: 微软雅黑, Microsoft YaHei;
		color: #FD6E27;
		font-size: 18px !important;
		cursor: auto;
		margin: 0 20px;
	}

	.development_history_gallery .development_history_gallery-thumbs .swiper-container .swiper-wrapper .swiper-slide .h2 {
		font-family: 微软雅黑, Microsoft YaHei;
		color: #FD6E27;
		font-size: 18px !important;
		cursor: auto;
		margin: 0 40px;
		width: 100%;
		text-align: left;
	}

	.development_history .development_history_gallery-top {
		display: none;
	}

	.development_history_icon>i {
		color: #999;
		border: 1px solid #999;
		border-radius: 50%;
		width: 2px;
		display: block;
		height: 2px;
		padding: 10px;
		font-size: 0.2em;
		margin: 0 auto;
	}

	body>div.development_history.wapper2>div>div.development_history_gallery-thumbs>div.swiper-container>div.swiper-wrapper>div.swiper-slide>.development_history_icon>i:nth-child(3) {
		display: none;
	}

	.footer_content {
		display: none;
	}

	.development_history_min_content {
		display: block;
		background-color: #fff;
		text-align: left;
		margin: 0 40px;
	}

	.min_content_time {
		color: #FD6E27;
		font-size: 15px;
		line-height: calc(15px + (15px / 2));
		font-weight: bold;
	}

	.min_content_text {
		word-break: break-all;
		margin-top: 12px;
		font-size: 14px;
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
	}

	.index_news5 {
		display: block;
		justify-content: space-between;
		height: max-content;
	}

	.index_news5 .news_content_left {
		width: 100%;
		background-color: #f7f7f7;
		padding: 2%;
		position: relative;
	}

	.index_news5 ul {
		width: 100%;
	}

	.index_news5 ul li .txt .h2 {
		font-size: 1.2em;
		overflow: hidden;
		padding-left: 25px;
		position: relative;
	}

	.proclass_title {
		color: rgb(9, 59, 128);
		font-size: 1.375rem;
		line-height: 150%;
		margin-top: 0.4rem;
		margin-bottom: 0.8rem;
	}

	.news .news_title {
		font-weight: 700;
		text-align: center;
		width: 100%;
		font-size: 22px;
		color: rgb(9, 59, 128);
		margin-top: 9vh;
	}

	.product_class {
		height: calc(100vh - 60px - 31px);
		margin: 6.5% auto;
	}

	.index_news5 .news_content_left .news_content_news {
		padding: 40px 30px;
		height: 153px;
		overflow: hidden;
		width: calc(96% - 60px);
		background: #fff;
	}

	.index_news5 ul {
		display: none;
	}

	.index_news5 .news_content_left img {
		width: 96%;
		height: 100%;
		/*auto*/
	}

	.menu_list {
		display: none;
	}

	.inside_product1 ul li:nth-child(2n) {
		margin: 0 0 20px 10px;
	}
}

@media(max-width:799px) {
	.my_banner>video {
		width: 100%;
		/* height: 41vh; */
	}

	.index_news5 {
		display: block;
		justify-content: space-between;
		height: max-content;
	}

	.brief>div {
		height: 100%;
		display: block;
		justify-content: space-between;
		align-items: center;
		text-align: center;
	}

	.brief .brief_lt,
	.brief .brief_rt {
		width: 100%;
	}

	.brief .brief_rt {
		margin-top: 2em;
	}

	.product_class {
		height: max-content;

	}

	.brief {
		height: max-content;
	}

	.news {
		height: max-content;
	}

	.banner_txt {
		width: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: rgb(255, 255, 255);
		font-size: 60px;
		line-height: 150%;
		display: none;
	}
}

.m1_side_a>ul>.level_1.min_menu_down {
	display: none;
}

@media(max-width:767px) {
	.m1_side_a>ul>.level_1.menu_down {
		display: none;
	}

	.m1_side_a>ul>.level_1.min_menu_down {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		width: calc(100% - 40px);
		padding: 0 20px;
		background: #F4F6F7;
		height: 50px;
		margin-right: 0;
	}

	.m1_side_a>ul>.min_menu_down>span {
		color: #333;
		line-height: 1.5;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		font-weight: 400;
		font-size: 20px;
	}

	.m1_side_a>ul>.min_menu_down>i {
		font-size: 20px;
		color: #333;
	}

	.m11_inside {
		margin: 0;
	}

	.m1_side_a {
		margin-bottom: 0;
	}

	.m1_side_kefu2_box {
		display: none;
	}

	.m1_side_a h2 {
		font-size: 20px;
		line-height: 24px;
		padding: 78px 10px 10px 10px;
		font-weight: normal;
		color: #ccc;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		letter-spacing: 1px;
	}

	.m1_side_a h2 strong:nth-child(1) {
		display: block;
		font-size: 1em;
		line-height: 1em;
	}

	.m1_side_a h2 strong:nth-child(2) {
		display: block;
		font-size: 1.5em;
		line-height: 1.5em;
		color: #000;
	}

	.m1_side_a>ul>li {
		margin-right: 0;
	}
}

.main-class-container {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 56;
	overflow-y: auto;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.main-class-container.active {
	left: 0;
}

.close-icon {
	display: block;
	font-size: 22px;
	line-height: 1;
	color: #333;
	margin-left: 23px;
}

.main-class-item-box {
	display: block;
	padding: 30px 20px 15px 20px;
	border-bottom: 1px dashed #e3e3e3;
	margin-right: 0 !important;
	max-width: 100%;
}

.main-class-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.2;
	background: #fff;
	padding: 20px 26px;
	cursor: pointer;
	width: 100%;
	padding: 0 !important;
	line-height: 1;
	border: unset !important;
	background: unset !important;
}

.main-class-text {
	display: block;
	width: calc(100% - 24px);
	font-size: 16px !important;
	color: #333 !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-family: initial !important;
	text-decoration: none !important;
	margin-right: 8px;
	text-align: left !important;
}

.main-class-icon {
	width: 16px;
	margin-top: 0;
	font-size: 16px;
}

.sub-class-item-box {
	display: none;
	overflow: hidden;
	width: 100%;
	position: unset;
	background: #fff !important;
	padding: 0;
	box-shadow: none !important;
}

.sub-class-item-box.two-classify {
	display: block;
	margin-top: 25px;
}

.sub-class-item {
	display: none;
	max-width: 100%;
	font-size: 12px !important;
	color: #555 !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-family: initial !important;
	text-decoration: none !important;
	padding: 10px 17px !important;
	margin: 0 10px 15px 0 !important;
	border-radius: 17px;
	background: transparent !important;
	border: 1px solid #e3e3e3 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sub-class-item.active {
	display: inline-block;
}

.content_top {
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
}

.content_top_img {
	width: 46px;
	height: 46px;
	margin-right: 20px;
}

.content_top_title {
	color: rgb(9, 59, 128);
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	text-align: left;
	font-size: 22px;
}

.m19_inside .content>p:nth-child(3n+2) {
	font-weight: bold;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
	font-size: 16px;
	word-wrap: break-word;
	padding: 0;
	line-height: 1.5em;
}

.m19_inside .content>p:nth-child(3n+1) {
	font-weight: bold;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
	font-size: 16px;
	word-wrap: break-word;
}

.m19_inside .content>p:nth-child(2) {
	margin-top: 6vh;
}

.content_left_title {
	margin-left: calc(1.7391% + 10px);
}

@media(min-width:1500px) {
	.content_left_title {
		margin-left: calc(8.3% + 10px);
	}
}

.content_right_content input {
	border-radius: 0px;
	display: flex;
	align-items: center;
	border: 1px solid #e5e5e5;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	background: #fbfbfb;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	min-height: 30px;
}

.content_right_content input:hover {
	border: 2px solid #fd6e27;
}

.content_right_content textarea {
	border-radius: 0px;
	border: 1px solid #e5e5e5;
	line-height: 22px;
	padding: 8px;
	width: 100%;
	background: #fbfbfb;
	height: 100px;
	box-sizing: border-box;
	outline: 0;
	padding-left: 8px !important;
}

.content_right_content textarea:hover {
	border: 2px solid #fd6e27;
}

#submit3 {
	font-size: min(0.7rem, 14px);
	text-align: center;
	margin-top: 1rem;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: rgb(9, 59, 128);
	border-radius: 0;
	color: #fff;
	display: block;
}

#submit3:hover {
	background-color: #fd6e27;
	cursor: pointer;
}

.banner_img img {
	width: 100%;
	height: auto;
}

.introduceBottom {
	padding-top: 20px;
}

.pro-row {
	position: relative;
	padding-right: 10px;
	line-height: 1;
	color: #999;
	font-size: 14px;
}

.pro-btn {
	background-color: #000;
	font-style: normal;
	color: #fff;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	width: auto;
	padding: 0 3%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 10px;
	border: 1px solid #666;
	font-size: 12px;
	cursor: pointer;
}

.pro-row .pro-btn:nth-child(2) {
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	width: auto;
	padding: 0 3%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	background: #fff;
	border: 1px solid #666;
	color: #333;
	margin-right: 10px;
}

.pro-row .pro-btn:nth-child(2):hover {
	border: 1px solid #ccc;
}

.verticalshare {
	line-height: 48px;
	white-space: nowrap;
	color: #333;
	font-size: 12px;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
}

.DialogTips {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border: 1px solid #ccc;
	opacity: .95;
	width: 95%;
	height: 40%;
	max-width: 580px;
	max-height: 218px;
	z-index: 100000;
	border-radius: 8px;
	display: none;
}

.DialogTips #alert_top {
	text-align: center;
	margin-top: 6%;
}

.DialogTips #alert_img {
	display: inline-block;
	vertical-align: middle;
}

.DialogTips img {
	max-width: 30px;
	height: auto;
}

.DialogTips #alert_tips {
	font-size: 16px;
	margin-left: 10px;
}

.DialogTips #alert_tips,
.DialogTips #alert_img {
	display: inline-block;
	vertical-align: middle;
}

.DialogTips .clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.DialogTips #alert_bottom {
	max-width: 492px;
	width: 90%;
	margin: 8% auto 0;
}

.DialogTips #alert_continue {
	float: left;
	width: 100%;
	max-width: 210px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background: rgb(87, 87, 87);
	font-size: 18px;
	cursor: pointer;
}

.DialogTips #alert_inquery {
	float: right;
	width: 100%;
	max-width: 210px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background: rgb(164, 164, 164);
	font-size: 18px;
	cursor: pointer;
}

/*-------------------------------------------------------------------------add css-----------------------------------------------------------------------*/

.DialogTips {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	border: 1px solid #ccc;
	opacity: .95;
	width: 95%;
	height: 40%;
	max-width: 580px;
	max-height: 218px;
	z-index: 100000;
	border-radius: 8px;
	display: none;
}

.DialogTips #alert_top {
	text-align: center;
	margin-top: 6%;
}

.DialogTips #alert_tips,
.DialogTips #alert_img {
	display: inline-block;
	vertical-align: middle;
}

.DialogTips #alert_tips {
	font-size: 16px;
	margin-left: 10px;
}

.DialogTips .clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.DialogTips #alert_bottom {
	max-width: 492px;
	width: 90%;
	margin: 8% auto 0;
}

.DialogTips #alert_inquery {
	float: right;
	width: 100%;
	max-width: 210px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background: rgb(164, 164, 164);
	font-size: 18px;
}

.DialogTips #alert_continue {
	float: left;
	width: 100%;
	max-width: 210px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background: rgb(87, 87, 87);
	font-size: 18px;
}

.daskhide {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	position: fixed;
	user-select: none;
	z-index: 999;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	display: none
}

.enquiryDailog ::-webkit-scrollbar-track {
	background: #fff;
}

.enquiryDailog ::-webkit-scrollbar-thumb {
	background: #efefef;
}

.enquiryProList {
	text-align: center;
}

.enquiryProList>li>img {
	width: 60px;
	height: 60px;
	float: left;
	margin: 10px 10px 10px 12px;
}

.enquiryProList .deleteitem {
	color: red;
	cursor: pointer;
}

.EnquiryForm li {
	padding-bottom: 14px;
}

.enquiryDailog {
	display: none;
	z-index: 999999;
	width: 900px;
	height: 600px;
	position: fixed;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mainEnquiryDiv {
	height: 100%;
	overflow: hidden;
}

.enquiryFormDiv {
	float: left;
	width: 55%;
	overflow-y: auto;
	height: 100%;
}

.enquiryDailog .ModuleCustomFormGiant {
	margin-top: 32px;
}

.enquiryDailog .ModuleCustomFormGiant .ModuleHead {
	text-align: center;
}

.enquiryDailog .Form-containt {
	padding: 0 32px 32px 32px;
}

.enquiryDailog .Form-list {
	padding-top: 14px !important;
}

.enquiryDailog .ModuleHead .HeadText {
	line-height: 1.5;
	font-size: 24px;
}

.enquiryDailog .ModuleCustomFormGiant.layout-101 .VerificationCodediv {
	top: 50%;
}

.enquiryFormDiv2 {
	padding-top: 97px;
}

.enquiryProDiv {
	float: right;
	width: calc(46% - 12px);
	height: 100%;
	background-color: #f7f8f9
}

.enquiryPro {
	float: left;
	padding-right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 85%;
	padding-left: 24px;
	width: 89%;
}

.enquiryClose {
	float: right;
	padding: 10px 12px 0px 0px;
	cursor: pointer;
}

.EnquiryForm {
	margin-left: 43px;
	width: 84%
}

.enquiryProTitle {
	margin-left: 26px;
	font-size: 16px;
	font-weight: bold;
	width: calc(100% - 10px);
	margin-top: 32px
}

.enquiryProHr {
	margin: 12px auto;
}

.mobileEnquriyHeader {
	display: none;
}

.enquriyFormTitle {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	width: 100%;
	line-height: 24px;
}

.enquiryLiDel {
	float: right;
	z-index: 10;
	margin-top: 12px;
	margin-right: 12px;
	background-color: #eeeeee;
	border-radius: 50%;
	color: #999999;
	width: 7%;
	height: 24px;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.enquiryLiDel:hover {
	color: red;
	background-color: #ffcbcb;
}

.enquiryLiDel img:nth-child(1) {
	display: block;
}

.enquiryLiDel img:nth-child(2) {
	display: none;
}

.enquiryLiDel img {
	width: 16px;
	height: 16px;
}

.enquiryLiDel:hover img:nth-child(1) {
	display: none;
}

.enquiryLiDel:hover img:nth-child(2) {
	display: block;
}

.enquiryProName {
	width: 60%;
	display: block;
	margin-top: 12px;
	float: left;
	color: #666666;
	text-align: left;
	word-wrap: break-word;
	word-break: normal;
	line-height: 1.5;
	font-size: 16px;
}

.enquiryNoProText {
	font-size: 18px;
	color: #999999;
	text-align: center;
	padding-top: 30px
}

.enquiryNonePorduct {
	display: none;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.enquiryDailog {
		width: 91%;
		height: 81%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.enquiryDailog {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.enquiryProList>li>img {
		width: 150px;
		height: 150px;
	}

	.enquiryFormDiv,
	.enquiryDailog [moduletype='ModuleCustomFormGiant'] {
		float: none;
		width: 100%
	}

	.enquiryProDiv {
		float: none;
		width: 100%;
		height: 100%;
		background-color: #ffffff
	}

	.enquiryFormDiv2 {
		padding-top: 25px;
	}

	.enquiryPro {
		float: none;
		margin-right: 0px;
		overflow-y: inherit;
		height: 100%;
		margin-left: 0px;
	}

	.enquiryClose {
		display: none;
	}

	.enquiryMobileCut {
		height: 10px;
		width: 100%;
		background-color: #f7f8f9;
	}

	.enquiryProList>li>img {
		width: 61px;
		height: 61px;
		float: left;
		margin: 8px 8px 8px 10px;
	}

	.EnquiryForm {
		margin-left: 16px;
		width: 96%
	}

	.enquiryProTitle {
		margin-left: 0px;
		font-size: 14px;
		font-weight: bold;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
		text-align: center;
	}

	.enquriyFormTitle {
		margin-left: 0px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px
	}

	.enquiryProHr {
		display: none;
	}

	.mobileEnquriyHeader {
		display: block;
		text-align: center;
		padding-top: 6px;
	}

	.enquiryLiDel {
		width: 4%;
	}

	.enquiryProName {
		width: 567px;
	}

	.mobileEnquirySpan {
		padding-right: 9%
	}

	.EnquiryForm li:last-child {
		padding-bottom: 25px;
	}

	.enquiryNoProText {
		font-size: 14px;
		color: #999999;
		text-align: center;
		padding-top: 30px
	}

	.enquiryNonePorduct {
		display: none;
		position: absolute;
		top: 29%;
		left: 50%;
		transform: translate(-50%)
	}
}

@media only screen and (max-width: 768px) {

	.DialogTips #alert_continue,
	.DialogTips #alert_inquery {
		width: 100%;
		margin: 10px 0;
		float: none;
		display: block;
		max-width: 100%;
	}

	.mainEnquiryDiv {
		overflow: initial;
	}

	.enquiryDailog {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.enquiryProList>li>img {
		width: 150px;
		height: 150px;
	}

	.enquiryFormDiv,
	.enquiryDailog [moduletype='ModuleCustomFormGiant'] {
		float: unset;
		width: 100%
	}

	.enquiryProDiv {
		float: none;
		width: 100%;
		height: 100%;
		background-color: #ffffff
	}

	.enquiryFormDiv2 {
		padding-top: 20px;
	}

	.enquiryPro {
		float: unset;
		margin-right: 0px;
		overflow-y: unset;
		height: 100%;
		margin-left: 0px;
	}

	.enquiryClose {
		display: none;
	}

	.enquiryMobileCut {
		height: 10px;
		width: 100%;
		background-color: #f7f8f9;
	}

	.enquiryProList>li>img {
		width: 61px;
		height: 61px;
		float: left;
		margin: 8px 8px 8px 10px;
	}

	.EnquiryForm {
		margin-left: 16px;
		width: 92%
	}

	.enquiryProTitle {
		margin-left: 0px;
		font-size: 14px;
		font-weight: normal;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 10px;
		text-align: center;
	}

	.enquriyFormTitle {
		margin-left: 0px;
		font-size: 14px;
		text-align: center;
		font-weight: normal;
		padding-bottom: 20px
	}

	.enquiryProHr {
		display: none;
	}

	.mobileEnquriyHeader {
		display: block;
		text-align: center;
		padding-top: 6px;
	}

	.mobileEnquirySpan {
		padding-right: 16%
	}

	.EnquiryForm li:last-child {
		padding-bottom: 25px;
	}

	.enquiryNoProText {
		font-size: 14px;
		color: #999999;
		text-align: center;
		padding-top: 30px
	}

	.enquiryNonePorduct {
		display: none;
		position: absolute;
		top: 29%;
		left: 50%;
		transform: translate(-50%)
	}
}

/*-------------------------------------------------------------------------add css-----------------------------------------------------------------------*/

/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"] {
	max-width: 1200px;
	width: auto;
}

@media screen and (max-width: 700px) {

	#HeaderZone,
	#FooterZone {
		display: none;
	}
}

.BodyMain2Zone {
	display: none;
}

.BodyMain3Zone {
	display: none;
}

.BodyMain4Zone {
	display: none;
}

@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-103 {
		display: none;
	}
}

@media only screen and (min-width: 768px) {

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant,
	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-hidden {
		display: none;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant {
		position: absolute;
		top: 0px;
		border: 1px solid #e5e5e5;
		border-top: 2px solid #fd6e27;
		background-color: #fff;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container.pos-right .online-service-giant {
		right: 0;
		margin-right: 64px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container.pos-left .online-service-giant {
		left: 0;
		margin-left: 64px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-IM {
		width: 240px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-contact {
		width: 180px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-qrcode {
		width: 162px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .service-title {
		color: #010101;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		border: 1px solid #ccc;
		border-radius: 25px;
		background-color: #fff;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .IM_list_title {
		padding: 10px 0px 12px 12px;
		color: #666;
		font-size: 12px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .IM-list {
		padding: 0px 12px 18px 12px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .IM-list .IM-item {
		width: 49%;
		display: inline-block;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .IM-list .IM-item .IM-item-link img {
		width: 24px;
		margin-right: 4px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .IM-list .IM-item .IM-ali img {
		margin-right: 0px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .contact-item {
		padding: 12px 12px 10px 12px;
		line-height: 1;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .contact-item-name {
		color: #666;
		font-size: 14px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .contact-item-content {
		color: #333;
		font-size: 12px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant .contact-item-name {
		margin-bottom: 10px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-qrcode .qrcode-content {
		text-align: center;
		padding-top: 16px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-qrcode .qrcode-content .qrcode-img {
		width: 84px;
		height: 84px;
		margin-bottom: 16px;
	}



	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn:nth-child(even) {
		margin-top: 4px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn:nth-child(even) {
		margin-bottom: 4px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn i.iconfont {
		font-size: 30px;
	}

	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-Contacts-btn i.iconfont,
	.ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-QrCode-btn i.iconfont {
		font-size: 25px;
	}

	.ModuleOnLineServiceGiant.layout-103 .IM-item-link {
		font-size: 14px;
		width: 85px;
		overflow: hidden;
		display: block;
	}

	.ModuleOnLineServiceGiant.layout-103 .qrcodetips {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		word-break: break-all;
		-webkit-box-orient: vertical;
		padding: 0 10px;
		text-align: center;
		color: #666;
		font-size: 14px;
	}
}

.module_446622173 .ModuleHead .HeadCenter {
	float: none;
}

#module_446622173 {
	padding: 0px;
}

#module_446622173 {
	position: absolute;
	z-index: 4001;
	top: 586px;
	left: 0px;
	width: 100%;
	height: 216px;
}

#module_446622173 .ModuleHead446622173 {
	display: none;
}

#module_446622173 .BodyCenter.BodyCenter446622173 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446622173>.module_446622173 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446622173>.module_446622173 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446622173 .BodyCenter.BodyCenter446622173 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446622173 .BodyCenter.BodyCenter446622173 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446622173>.module_446622173 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446622173>.module_446622173 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446622173>.module_446622173 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446622173:hover {
	border: none;
}

#module_446622173:hover>.module_446622173 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-top-color: #d1d1d1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-top-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-top-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-right-color: #d1d1d1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-right-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-right-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-bottom-color: #d1d1d1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-bottom-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-bottom-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-left-color: #d1d1d1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-left-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	border-left-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	color: #999;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn {
	background-color: #fff;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-ToTop-btn i {
	color: #fe671c;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-ToTop-btn {
	background-color: #fff;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-top-color: #e1e1e1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-top-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-top-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-right-color: #e1e1e1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-right-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-right-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-bottom-color: #e1e1e1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-bottom-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-bottom-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-left-color: #e1e1e1;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-left-style: solid;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn.online-service-giant-ToTop-btn {
	border-left-width: 1px;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant {
	border-top-color: #fd6e27;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-btn:hover {
	color: #fd6e27;
}

#module_446622173 .ModuleOnLineServiceGiant.layout-103 .online-service-giant-container .online-service-giant-ToTop-btn.service-active i {
	color: #fd6e27;
}

#FreeMainZone {
	height: 802px
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
	padding: 0;
	min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
	margin-right: 0px;
	margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
	padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.ModuleGridGiant.layout-101 {
	height: 100%;
}

.ModuleGridGiant.layout-101 .ModuleSubContainer {
	position: relative;
}

.ModuleGridGiant.layout-101 .gridBgVideo {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0, 0, 0);
}

.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo {
	display: none;
}

@media only screen and (max-width: 767px) {
	.ModuleGridGiant.layout-101 .ModuleGridItem {
		height: 100% !important;
	}
}

.module_446559567 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559567 {
	padding: 0px;
}

#module_446559567 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_446559567 .ModuleHead446559567 {
	display: none;
}

#module_446559567 .BodyCenter.BodyCenter446559567 {
	background: none;
	background-color: rgba(242, 242, 242, 0.5);
}

#module_446559567>.module_446559567 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559567>.module_446559567 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559567 .BodyCenter.BodyCenter446559567 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559567 .BodyCenter.BodyCenter446559567 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446559567>.module_446559567 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559567>.module_446559567 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446559567>.module_446559567 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559567:hover {
	border: none;
}

#module_446559567:hover>.module_446559567 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559567 .ModuleSubContainer {
	background-color: transparent;
}

#module_446559567 .ModuleSubContainer {
	background-image: none;
}

#module_446559567 .ModuleSubContainer {
	background-repeat: no-repeat;
}

#module_446559567 .ModuleSubContainer {
	background-position: 0% 0%;
}

#module_446559567 .ModuleSubContainer {
	background-attachment: scroll;
}

#module_446559567 .ModuleSubContainer {}

#module_446559567 {
	!bgVideo !
}

	{
	bgVideoUrl:
}

#module_446559567 .gridBgVideo .bgVideoMask {
	opacity: 0.2
}

#module_446559567 .ModuleSubContainer {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.5s ease;
}

#module_446559567 .ModuleSubContainer:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer446559567 {
	max-width: 1600px;
	width: auto;
}

.ModuleImageGiant.layout-101 .BodyCenter {
	text-align: center;
}

.ModuleImageGiant.layout-101 img {
	margin: auto;
	max-width: 100%;
	border: none;
}

.module_446644523 .ModuleHead .HeadCenter {
	float: none;
}

#module_446644523 {
	padding: 0px;
}

#module_446644523 {
	position: static;
	z-index: 0;
	top: 74px;
	left: 70px;
	width: 100%;
	height: auto;
}

#module_446644523 .ModuleHead446644523 {
	display: none;
}

#module_446644523 .BodyCenter.BodyCenter446644523 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446644523>.module_446644523 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446644523>.module_446644523 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446644523 .BodyCenter.BodyCenter446644523 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446644523 .BodyCenter.BodyCenter446644523 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446644523>.module_446644523 {
		margin-top: 1.4981%;
		margin-left: 0.0000%;
		margin-right: 35.5805%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446644523>.module_446644523 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 60.5187%;
		margin-bottom: 0.0000%;
	}
}

#module_446644523>.module_446644523 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446644523:hover {
	border: none;
}

#module_446644523:hover>.module_446644523 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446644523 img {
	border-top-color: transparent;
}

#module_446644523 img {
	border-top-style: none;
}

#module_446644523 img {
	border-top-width: 0px;
}

#module_446644523 img {
	border-right-color: transparent;
}

#module_446644523 img {
	border-right-style: none;
}

#module_446644523 img {
	border-right-width: 0px;
}

#module_446644523 img {
	border-bottom-color: transparent;
}

#module_446644523 img {
	border-bottom-style: none;
}

#module_446644523 img {
	border-bottom-width: 0px;
}

#module_446644523 img {
	border-left-color: transparent;
}

#module_446644523 img {
	border-left-style: none;
}

#module_446644523 img {
	border-left-width: 0px;
}

#module_446644523 img {
	border-top-left-radius: 0px;
}

#module_446644523 img {
	border-top-right-radius: 0px;
}

#module_446644523 img {
	border-bottom-left-radius: 0px;
}

#module_446644523 img {
	border-bottom-right-radius: 0px;
}

#module_446644523 .BodyCenter {
	text-align: left;
}

.ModuleNavGiant.layout-105 .main-nav-content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 0;
	overflow: hidden;
}

.ModuleNavGiant.layout-105 .aroundMune {
	position: absolute;
	display: flex;
	align-items: center;
	right: 0px;
	padding: 0 10px;
	height: 100%;
	z-index: 5;
	transform: rotateY(90deg);
}

.ModuleNavGiant.layout-105 .aroundMune.active {
	transform: rotateY(0deg);
}

.ModuleNavGiant.layout-105 .moveMenuRight,
.ModuleNavGiant.layout-105 .moveMenuLeft {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	cursor: pointer;
}

.ModuleNavGiant.layout-105 .main-nav-content .moveMenuRight {
	background-color: rgba(238, 238, 238, .6);
}

.ModuleNavGiant.layout-105 .main-nav-content .moveMenuLeft {
	display: none;
	background-color: rgba(238, 238, 238, .6);
	margin-right: 10px
}

.ModuleNavGiant.layout-105 .moveMenuRight:hover,
.ModuleNavGiant.layout-105 .moveMenuLeft:hover {
	color: #fff;
	background-color: rgba(204, 204, 204, .6);
}

.ModuleNavGiant.layout-105 .main-nav-content>.blank-solve {
	width: auto;
	display: inline-block;
	transition: all .4s;
	position: relative;
	left: 0;
}

.ModuleNavGiant.layout-105 .main-nav-item-group {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 80px;
	line-height: 80px;
	text-align: center;
	float: left;
}

.ModuleNavGiant.layout-105 .main-nav-item {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	padding: 0 25px;
	color: #000000;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.ModuleNavGiant.layout-105 .main-nav-item::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 50%;
	left: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ModuleNavGiant.layout-105 .main-nav-item-hover {
	color: #fff;
}

.ModuleNavGiant.layout-105 .main-nav-item-hover::before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.ModuleNavGiant.layout-105 .sub-nav-item-group {
	z-index: 3;
	height: 200px;
	bottom: -220px;
	left: -49px;
	width: 192px;
	padding-top: 20px;
	text-align: center;
	display: none;
}

.ModuleNavGiant.layout-105 .sub-nav-item-box {
	width: 100%;
	position: relative;
}

/*
.ModuleNavGiant.layout-105 .sub-nav-item-box ::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
*/
.ModuleNavGiant.layout-105 .sub-nav-item-group {
	position: relative;
}

.ModuleNavGiant.layout-105 .arrow {
	top: 13px;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	z-index: -1;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ModuleNavGiant.layout-105 .sub-nav-item:first-child {
	border-top: none !important;
}

.ModuleNavGiant.layout-105 .sub-nav-item:last-child {
	border-bottom: none !important;
}

.ModuleNavGiant.layout-105 .sub-nav-item {
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-size: 12px;
	padding-left: 0;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.ModuleNavGiant.layout-105 .sub-nav-item .inner {
	display: block;
	height: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ModuleNavGiant.layout-105 .sub-nav-item:hover {
	background-color: #f7f7f7;
}

.ModuleNavGiant.layout-105 .sub-nav-item:hover .inner {
	padding-left: 10px;
}

.ModuleNavGiant.layout-105 .sub-nav-item-group.current {
	display: block;
}

.ModuleNavGiant.layout-105 .main-nav-item-group.current .main-nav-item {
	color: #fff;
}

.ModuleNavGiant.layout-105 .main-nav-item-group.current .main-nav-item::after {
	content: '';
	width: 100%;
	left: 0;
	top: 20px;
	height: 40px;
	position: absolute;
	z-index: -1;
	background: #e91e63;
	border-radius: 20px;
}

.ModuleNavGiant.layout-105 .clearfix:after {
	content: '.';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.ModuleNavGiant.layout-105 .menu {
	font-size: 12px;
	opacity: 0.6;
	float: right;
	margin-left: 8px;
	margin-top: 1px;
	transform: rotate(0deg);
	transition: all .3s linear;
	-webkit-transform: rotate(0deg);
	-webkit-transition: all .3s linear;
}

.ModuleNavGiant.layout-105 .menuUp {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-top: -1px;
}

.ModuleNavGiant.layout-105 .sub-nav-item-group.sub-menu {
	display: none !important;
}

.module_446559939 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559939 {
	padding: 0px;
}

#module_446559939 {
	position: static;
	z-index: 0;
	top: 36px;
	left: 616px;
	width: 100%;
	height: auto;
}

#module_446559939 .ModuleHead446559939 {
	display: none;
}

#module_446559939 .BodyCenter.BodyCenter446559939 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446559939>.module_446559939 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559939>.module_446559939 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559939 .BodyCenter.BodyCenter446559939 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559939 .BodyCenter.BodyCenter446559939 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446559939>.module_446559939 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559939>.module_446559939 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446559939>.module_446559939 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559939:hover {
	border: none;
}

#module_446559939:hover>.module_446559939 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559939 .main-nav-item-group {
	height: 60px;
	line-height: 60px;
}

#module_446559939 .main-nav-content {
	height: 60px
}

#module_446559939 .main-nav-content {
	background-color: rgba(0, 0, 0, 0);
}

#module_446559939 .main-nav-content {
	background-image: none;
}

#module_446559939 .main-nav-content {
	background-repeat: no-repeat;
}

#module_446559939 .main-nav-content {}

#module_446559939 .main-nav-content {}

#module_446559939 .main-nav-content {}

#module_446559939 .main-nav-content {
	text-align: center;
}

#module_446559939 .main-nav-item {
	font-size: 16px;
}

#module_446559939 .main-nav-item {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559939 .main-nav-item {
	color: #333;
}

#module_446559939 .main-nav-item {
	font-weight: normal;
}

#module_446559939 .main-nav-item {
	text-decoration: none;
}

#module_446559939 .main-nav-item {
	font-style: normal;
}

#module_446559939 .main-nav-item {
	width: auto;
}

#module_446559939 .main-nav-item {
	padding-left: 20px;
	padding-right: 20px;
}

#module_446559939 .main-nav-item {
	background-image: none;
}

#module_446559939 .main-nav-item {
	background-color: transparent;
}

#module_446559939 .main-nav-item {
	background-repeat: no-repeat;
}

#module_446559939 .main-nav-item {}

#module_446559939 .main-nav-item {}

#module_446559939 .main-nav-item {}

#module_446559939 .main-nav-item-group {
	border-right-color: #f2f2f2;
}

#module_446559939 .main-nav-item-group {
	border-right-style: solid;
}

#module_446559939 .main-nav-item-group {
	border-right-width: 0px;
}

#module_446559939 .sub-nav-item-group {
	width: 192px;
}

#module_446559939 .sub-nav-item {
	height: 40px;
	line-height: 40px;
}

#module_446559939 .sub-nav-item .inner {
	line-height: calc(100% + (40px - 10px));
}

#module_446559939 .sub-nav-item .inner {
	font-size: 12px;
}

#module_446559939 .sub-nav-item .inner {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559939 .sub-nav-item .inner {
	color: #000;
}

#module_446559939 .sub-nav-item .inner {
	font-weight: normal;
}

#module_446559939 .sub-nav-item .inner {
	text-decoration: none;
}

#module_446559939 .sub-nav-item .inner {
	font-style: normal;
}

#module_446559939 .sub-nav-item .inner,
#module_446559939 .arrow,
#module_446559939 .sub-normal-color {
	background-color: #fff;
}

#module_446559939 .sub-nav-item .inner {
	background-image: none;
}

#module_446559939 .sub-nav-item .inner {
	background-repeat: no-repeat;
}

#module_446559939 .sub-nav-item .inner {}

#module_446559939 .sub-nav-item .inner {}

#module_446559939 .sub-nav-item .inner {}

#module_446559939 .sub-nav-item {
	border-bottom-color: #e6e6e6;
}

#module_446559939 .sub-nav-item {
	border-bottom-style: solid;
}

#module_446559939 .sub-nav-item {
	border-bottom-width: 1px;
}

#module_446559939 .sub-nav-item {
	margin-bottom: 0px;
}

#module_446559939 .main-nav-item-hover {
	font-size: 16px;
}

#module_446559939 .main-nav-item-hover {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559939 .main-nav-item-hover {
	color: rgb(9, 59, 128);
}

#module_446559939 .main-nav-item-hover {
	font-weight: bold;
}

#module_446559939 .main-nav-item-hover {
	text-decoration: none;
}

#module_446559939 .main-nav-item-hover {
	font-style: normal;
}

#module_446559939 .main-nav-item-hover::before {
	background-color: rgba(0, 0, 0, 0);
}

#module_446559939 .main-nav-item-hover::before {
	background-image: none;
}

#module_446559939 .main-nav-item-hover::before {
	background-repeat: no-repeat;
}

#module_446559939 .main-nav-item-hover::before {}

#module_446559939 .main-nav-item-hover::before {}

#module_446559939 .main-nav-item-hover::before {}

#module_446559939 .sub-nav-item:hover .inner {
	font-size: 12px;
}

#module_446559939 .sub-nav-item:hover .inner {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559939 .sub-nav-item:hover .inner {
	color: #000;
}

#module_446559939 .sub-nav-item:hover .inner {
	font-weight: normal;
}

#module_446559939 .sub-nav-item:hover .inner {
	text-decoration: none;
}

#module_446559939 .sub-nav-item:hover .inner {
	font-style: normal;
}

#module_446559939 .sub-nav-item:hover .inner,
#module_446559939 .sub-hover-color {
	background-color: #f2f2f2;
}

#module_446559939 .sub-nav-item:hover .inner {
	background-image: none;
}

#module_446559939 .sub-nav-item:hover .inner {
	background-repeat: no-repeat;
}

#module_446559939 .sub-nav-item:hover .inner {}

#module_446559939 .sub-nav-item:hover .inner {}

#module_446559939 .sub-nav-item:hover .inner {}


/*全局 layout 111*/
.ModuleSearchGiant.layout-111 .btn-group.open .dropdown-toggle {
	box-shadow: none
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle {
	padding: 0;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .content {
	display: table;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	overflow: hidden !important;
	background: rgba(0, 0, 0, 0);
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {
	position: relative;
	display: table-cell;
	height: 36px;
	border: 0px;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel {
	width: 1%;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel {
	border: 0;
	overflow: auto;
	border-left: 1px #ccc solid;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .ModuleSearchInput {
	vertical-align: middle;
	height: auto;
	width: 100%;
	border: 0;
	text-indent: 10px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel select {
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select {
	float: left;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn {
	padding-left: 16px;
	height: 100%;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	text-decoration: initial !important;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn:focus {
	outline: none !important;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {
	position: relative;
	width: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	text-align: center;
	line-height: 1;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchIcon {
	position: absolute;
	top: 2px;
	left: 20px;
	width: 20px;
	height: 20px;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .filter-option {
	overflow: inherit !important;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul {
	height: auto !important;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul {
	height: auto;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul li {
	margin: 0.6rem 0 0.6rem 0
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .btn-group {
	min-width: 78px;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .caret {
	margin-left: -2px;
}

.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .iconfont {
	font-size: 20px;
}

.module_446578270 .ModuleHead .HeadCenter {
	float: none;
}

#module_446578270 {
	padding: 0px;
}

#module_446578270 {
	position: static;
	z-index: 0;
	top: 15px;
	left: 1631px;
	width: 100%;
	height: auto;
}

#module_446578270 .ModuleHead446578270 {
	display: none;
}

#module_446578270 .BodyCenter.BodyCenter446578270 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446578270>.module_446578270 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446578270>.module_446578270 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446578270 .BodyCenter.BodyCenter446578270 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446578270 .BodyCenter.BodyCenter446578270 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446578270>.module_446578270 {
		margin-top: 2.7500%;
		margin-left: 11.2500%;
		margin-right: 5.5000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446578270>.module_446578270 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446578270>.module_446578270 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446578270:hover {
	border: none;
}

#module_446578270:hover>.module_446578270 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446578270 .search-item .searchInputPanel,
#module_446578270 .search-item .searchBtnPanel {
	height: 35px;
	line-height: 35px;
}

#module_446578270 .search-item .bootstrap-select .btn,
#module_446578270 .search-item .ModuleSearchInput,
#module_446578270 .search-item .searchInputPanel,
#module_446578270 .search-item .searchBtnPanel {
	background-color: #fff;
	box-shadow: inset 0 0 0 1000px #fff
}

#module_446578270 .searchTypePanel select {
	background: #fff;
}

#module_446578270 .ModuleSearchFormStyle .searchInputPanel {
	border-left-color: #e8e8e8;
}

#module_446578270 .search-item {
	border-top-color: #e8e8e8;
}

#module_446578270 .search-item {
	border-top-style: solid;
}

#module_446578270 .search-item {
	border-top-width: 1px;
}

#module_446578270 .search-item {
	border-right-color: #e8e8e8;
}

#module_446578270 .search-item {
	border-right-style: solid;
}

#module_446578270 .search-item {
	border-right-width: 1px;
}

#module_446578270 .search-item {
	border-bottom-color: #e8e8e8;
}

#module_446578270 .search-item {
	border-bottom-style: solid;
}

#module_446578270 .search-item {
	border-bottom-width: 1px;
}

#module_446578270 .search-item {
	border-left-color: #e8e8e8;
}

#module_446578270 .search-item {
	border-left-style: solid;
}

#module_446578270 .search-item {
	border-left-width: 1px;
}

#module_446578270 .search-item .ModuleSearchInput::placeholder,
#module_446578270 .search-item .ModuleSearchInput,
#module_446578270 .search-item .filter-option {
	font-size: 14px;
}

#module_446578270 .search-item .caret {
	margin-top: calc(14px - 11px);
}

#module_446578270 .search-item .bootstrap-select .btn,
#module_446578270 .search-item .ModuleSearchInput::placeholder,
#module_446578270 .search-item .ModuleSearchInput {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446578270 .search-item .bootstrap-select .btn,
#module_446578270 .search-item .ModuleSearchInput::placeholder,
#module_446578270 .search-item .ModuleSearchInput {
	color: #333;
	-webkit-text-fill-color: #333;
}

#module_446578270 .search-item .bootstrap-select .btn,
#module_446578270 .search-item .ModuleSearchInput::placeholder,
#module_446578270 .search-item .ModuleSearchInput {
	font-weight: normal;
}

#module_446578270 .search-item .bootstrap-select .btn,
#module_446578270 .search-item .ModuleSearchInput::placeholder,
#module_446578270 .search-item .ModuleSearchInput {
	text-decoration: none;
}

#module_446578270 .search-item .bootstrap-select .btn,
#module_446578270 .search-item .ModuleSearchInput::placeholder,
#module_446578270 .search-item .ModuleSearchInput {
	font-style: normal;
}

#module_446578270 .search-item .ModuleSearchInput::placeholder {
	color: #bababa;
	-webkit-text-fill-color: #bababa;
}

#module_446578270 .search-item {
	border-top-left-radius: 0px;
}

#module_446578270 .search-item {
	border-top-right-radius: 0px;
}

#module_446578270 .search-item {
	border-bottom-left-radius: 0px;
}

#module_446578270 .search-item {
	border-bottom-right-radius: 1px;
}

#module_446578270 .search-item .searchBtnPanel .searchIcon .icon-sousuo5 {
	font-size: 22px;
}

#module_446578270 .search-item .searchBtnPanel {
	width: calc(40px + 22px)
}

#module_446578270 .search-item .searchBtnPanel .searchIcon .icon-sousuo5 {
	font-family: ;
}

#module_446578270 .search-item .searchBtnPanel .searchIcon .icon-sousuo5 {
	color: #999;
}

#module_446578270 .search-item .searchBtnPanel .searchIcon .icon-sousuo5 {
	font-weight: normal;
}

#module_446578270 .search-item .searchBtnPanel .searchIcon .icon-sousuo5 {
	text-decoration: none;
}

#module_446578270 .search-item .searchBtnPanel .searchIcon .icon-sousuo5 {
	font-style: normal;
}

#module_446578270 .search-hot ul li a {
	font-size: 12px;
}

#module_446578270 .search-hot ul li a {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446578270 .search-hot ul li a {
	color: #666;
}

#module_446578270 .search-hot ul li a {
	font-weight: normal;
}

#module_446578270 .search-hot ul li a {
	text-decoration: none;
}

#module_446578270 .search-hot ul li a {
	font-style: normal;
}

#module_446578270 .search-hot ul li {
	border-right-color: #eee;
}

#module_446578270 .search-hot ul li {
	border-right-style: solid;
}

#module_446578270 .search-hot ul li {
	border-right-width: 1px;
}

#module_446578270 .search-item:hover .bootstrap-select .btn,
#module_446578270 .search-item:hover .ModuleSearchInput,
#module_446578270 .search-item:hover .searchInputPanel,
#module_446578270 .search-item:hover .searchBtnPanel {
	background-color: #fff;
	box-shadow: inset 0 0 0 1000px #fff
}

#module_446578270 .search-item:hover {
	border-top-color: #fd6e27;
}

#module_446578270 .search-item:hover {
	border-top-style: solid;
}

#module_446578270 .search-item:hover {
	border-right-color: #fd6e27;
}

#module_446578270 .search-item:hover {
	border-right-style: solid;
}

#module_446578270 .search-item:hover {
	border-bottom-color: #fd6e27;
}

#module_446578270 .search-item:hover {
	border-bottom-style: solid;
}

#module_446578270 .search-item:hover {
	border-left-color: #fd6e27;
}

#module_446578270 .search-item:hover {
	border-left-style: solid;
}

#module_446578270 .search-item:hover .searchIcon .icon-sousuo5 {
	font-size: 22px;
}

#module_446578270 .search-item .searchBtnPanel {
	width: calc(40px + 22px)
}

#module_446578270 .search-item:hover .searchIcon .icon-sousuo5 {
	font-family: ;
}

#module_446578270 .searchBtnPanel:hover .searchIcon .icon-sousuo5 {
	color: #f65e12;
}

#module_446578270 .search-item:hover .searchIcon .icon-sousuo5 {
	font-weight: normal;
}

#module_446578270 .search-item:hover .searchIcon .icon-sousuo5 {
	text-decoration: none;
}

#module_446578270 .search-item:hover .searchIcon .icon-sousuo5 {
	font-style: normal;
}

#module_446578270 .search-hot ul li:hover a {
	font-size: 12px;
}

#module_446578270 .search-hot ul li:hover a {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446578270 .search-hot ul li:hover a {
	color: #333;
}

#module_446578270 .search-hot ul li:hover a {
	font-weight: normal;
}

#module_446578270 .search-hot ul li:hover a {
	text-decoration: none;
}

#module_446578270 .search-hot ul li:hover a {
	font-style: normal;
}

.ModuleLangSwitchGiant.layout-103 .lang-list {
	display: inline-block;
	vertical-align: top;
}

.ModuleLangSwitchGiant.layout-103 .lang-list li {
	float: left
}

.ModuleLangSwitchGiant.layout-103 .lang-text {
	padding: 10px;
	position: relative;
}

.ModuleLangSwitchGiant.layout-103 .lang-text.current {
	color: #f10215;
}

.ModuleLangSwitchGiant.layout-103 .lang-text:hover {
	color: #f10215;
}

.ModuleLangSwitchGiant.layout-103 .lang-split {
	border-left: 1px solid #333;
}

.ModuleLangSwitchGiant.layout-103 li:nth-last-of-type(1)>.lang-split {
	border-left: none !important;
}

.ModuleLangSwitchGiant.layout-103 .lang-list .separatorTag {
	color: #ccc;
	padding: 10px 0;
}

.ModuleLangSwitchGiant.layout-103 .lang-list li:last-child .separatorTag {
	display: none;
	!important
}

.module_594973158 .ModuleHead .HeadCenter {
	float: none;
}

#module_594973158 {
	padding: 0px;
}

#module_594973158 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_594973158 .ModuleHead594973158 {
	display: none;
}

#module_594973158 .BodyCenter.BodyCenter594973158 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_594973158>.module_594973158 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_594973158>.module_594973158 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_594973158 .BodyCenter.BodyCenter594973158 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_594973158 .BodyCenter.BodyCenter594973158 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_594973158>.module_594973158 {
		margin-top: 13.5338%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_594973158>.module_594973158 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_594973158>.module_594973158 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_594973158:hover {
	border: none;
}

#module_594973158:hover>.module_594973158 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_594973158 .BodyCenter {
	text-align: right;
}

#module_594973158 .lang-text {
	font-size: 13px;
}

#module_594973158 .lang-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_594973158 .lang-text {
	color: #666;
}

#module_594973158 .lang-text {
	font-weight: normal;
}

#module_594973158 .lang-text {
	text-decoration: initial;
}

#module_594973158 .lang-text {
	font-style: normal;
}

#module_594973158 .separatorTag {
	color: #ccc;
}

#module_594973158 .lang-list {
	background-color: #fff;
}

#module_594973158 .lang-list {
	background-image: none;
}

#module_594973158 .lang-list {
	background-repeat: no-repeat;
}

#module_594973158 .lang-list {}

#module_594973158 .lang-list {}

#module_594973158 .lang-list {}

#module_594973158 .lang-text:hover,
#module_594973158 .lang-text.current {
	font-size: 13px;
}

#module_594973158 .lang-text:hover,
#module_594973158 .lang-text.current {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_594973158 .lang-text:hover,
#module_594973158 .lang-text.current {
	color: #f10215;
}

#module_594973158 .lang-text:hover,
#module_594973158 .lang-text.current {
	font-weight: normal;
}

#module_594973158 .lang-text:hover,
#module_594973158 .lang-text.current {
	text-decoration: initial;
}

#module_594973158 .lang-text:hover,
#module_594973158 .lang-text.current {
	font-style: normal;
}

.module_446644524 .ModuleHead .HeadCenter {
	float: none;
}

#module_446644524 {
	padding: 0px;
}

#module_446644524 {
	position: static;
	z-index: 0;
	top: 127px;
	left: 1412px;
	width: 100%;
	height: auto;
}

#module_446644524 .ModuleHead446644524 {
	display: none;
}

#module_446644524 .BodyCenter.BodyCenter446644524 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446644524>.module_446644524 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446644524>.module_446644524 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446644524 .BodyCenter.BodyCenter446644524 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446644524 .BodyCenter.BodyCenter446644524 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446644524>.module_446644524 {
		margin-top: 3.9185%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446644524>.module_446644524 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446644524>.module_446644524 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446644524:hover {
	border: none;
}

#module_446644524:hover>.module_446644524 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446644524 .ModuleSubContainer {
	background-color: transparent;
}

#module_446644524 .ModuleSubContainer {
	background-image: none;
}

#module_446644524 .ModuleSubContainer {
	background-repeat: no-repeat;
}

#module_446644524 .ModuleSubContainer {
	background-position: 0% 0%;
}

#module_446644524 .ModuleSubContainer {
	background-attachment: scroll;
}

#module_446644524 .ModuleSubContainer {}

#module_446644524 {
	!bgVideo !
}

	{
	bgVideoUrl:
}

#module_446644524 .gridBgVideo .bgVideoMask {
	opacity: 0.2
}

#module_446644524 .ModuleSubContainer {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.5s ease;
}

#module_446644524 .ModuleSubContainer:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer446644524 {
	max-width: 1200px;
	width: auto;
}

/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover {
	text-decoration: underline;
}

.ModuleBreadcrumbsGiant.layout-101 ol {
	margin: 0;
	padding: 10px;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb {
	background-color: transparent;
	margin: 0;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a {
	word-break: break-all;
	vertical-align: middle;
	display: inline-block;
	font-family: 'Microsoft YaHei', SimSun, Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before {
	content: "";
	padding: 0;
}

.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #333333;
}

.module_446649018 .ModuleHead .HeadCenter {
	float: none;
}

#module_446649018 {
	padding: 0px;
}

#module_446649018 {
	position: static;
	z-index: 0;
	top: 38px;
	width: 100%;
	height: auto;
}

#module_446649018 .ModuleHead446649018 {
	display: none;
}

#module_446649018 .BodyCenter.BodyCenter446649018 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446649018>.module_446649018 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446649018>.module_446649018 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446649018 .BodyCenter.BodyCenter446649018 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446649018 .BodyCenter.BodyCenter446649018 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446649018>.module_446649018 {
		margin-top: 0.6667%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446649018>.module_446649018 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446649018>.module_446649018 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446649018:hover {
	border: none;
}

#module_446649018:hover>.module_446649018 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446649018 .BreadIcon {
	font-size: 16px;
}

#module_446649018 .BreadsvgIcon svg {
	width: 16px;
	height: 16px;
}

#module_446649018 .BreadIcon {
	color: #666;
}

#module_446649018 .BreadsvgIcon svg>* {
	fill: #666;
}

#module_446649018 .BreadIcon,
#module_446649018 .BreadsvgIcon {
	margin-left: 0px;
}

#module_446649018 .BreadIcon,
#module_446649018 .BreadsvgIcon {
	margin-right: 10px;
}

#module_446649018 .bcs-item,
#module_446649018 .bcs-item a {
	font-size: 14px;
}

#module_446649018 .bcs-item,
#module_446649018 .bcs-item a {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446649018 .bcs-item,
#module_446649018 .bcs-item a {
	color: rgb(127, 127, 127);
}

#module_446649018 .bcs-item,
#module_446649018 .bcs-item a {
	font-weight: normal;
}

#module_446649018 .bcs-item,
#module_446649018 .bcs-item a {
	text-decoration: none;
}

#module_446649018 .bcs-item,
#module_446649018 .bcs-item a {
	font-style: normal;
}

#module_446649018 .breadcrumb {
	text-align: left;
}

#module_446649018 .breadcrumb .separator {
	margin-left: 10px;
	margin-right: 10px;
}

#module_446649018 .breadcrumb .separator {
	font-size: 12px;
}

#module_446649018 .breadcrumb .separator {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446649018 .breadcrumb .separator {
	color: rgb(216, 216, 216);
}

#module_446649018 .breadcrumb .separator {
	font-weight: normal;
}

#module_446649018 .breadcrumb .separator {
	text-decoration: none;
}

#module_446649018 .breadcrumb .separator {
	font-style: normal;
}

#module_446649018 .breadcrumb:hover .BreadIcon {
	color: #666
}

#module_446649018 .breadcrumb:hover .BreadsvgIcon svg>* {
	fill: #666;
}

#module_446649018 .bcs-item:hover,
#module_446649018 .bcs-item a:hover {
	font-size: 14px;
}

#module_446649018 .bcs-item:hover,
#module_446649018 .bcs-item a:hover {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446649018 .bcs-item:hover,
#module_446649018 .bcs-item a:hover {
	color: rgb(9, 59, 128);
}

#module_446649018 .bcs-item:hover,
#module_446649018 .bcs-item a:hover {
	font-weight: normal;
}

#module_446649018 .bcs-item:hover,
#module_446649018 .bcs-item a:hover {
	text-decoration: none;
}

#module_446649018 .bcs-item:hover,
#module_446649018 .bcs-item a:hover {
	font-style: normal;
}

.ModuleProductDetailGiant.layout-108 .pro-btn {
	height: auto;
}

.ModuleProductDetailGiant.layout-108 a {
	text-decoration: unset;
	outline: 0;
}

.ModuleProductDetailGiant.layout-108 .icon-qrcode img {
	width: 100%;
	position: relative;
	top: -4px;
}

.ModuleProductDetailGiant.layout-108 .mobile-share-dow {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.ModuleProductDetailGiant.layout-108 .watch-more {
	padding: 0;
	height: 32px;
	width: 32px;
	line-height: 1.3;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

.ModuleProductDetailGiant.layout-108 .watch-more:active {
	box-shadow: none;
}

.ModuleProductDetailGiant.layout-108 .watch-more:focus {
	outline: none;
}

.ModuleProductDetailGiant.layout-108 .pro_pic_specification {
	display: none;
}

.ModuleProductDetailGiant.layout-108 .specification_have_pic .pro_text_specification {
	display: none
}

.ModuleProductDetailGiant.layout-108 .specification_have_pic .pro_pic_specification {
	display: block;
}

.ModuleProductDetailGiant.layout-108 .inSwiper-slide {
	background-size: cover;
	-moz-background-size: cover;
}

.ModuleProductDetailGiant.layout-108 .inSwiper-slide i.boshiweb_bofang {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ModuleProductDetailGiant.layout-108 .inSwiper-slide i.boshiweb_bofang:after {
	content: '';
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translate(-7px, -9px);
}

.ModuleProductDetailGiant.layout-108 .gallery-thumbs .swiper-slide {
	width: 70px;
}

.ModuleProductDetailGiant.layout-108 .gallery-thumbs .swiper-slide .inSwiper-slide {
	border: 2px solid rgba(0, 0, 0, 0);
}

.ModuleProductDetailGiant.layout-108 .gallery-thumbs .swiper-slide.active .inSwiper-slide {
	border: 2px solid #000000;
}

.ModuleProductDetailGiant.layout-108 .mobile-model {
	line-height: 1.5;
	/*display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 58px;*/
}

.ModuleProductDetailGiant.layout-108 .mobile-model.pro-row {
	margin-bottom: 20px;
}

.ModuleProductDetailGiant.layout-108 .pro-desc.mobile-model {
	max-height: unset;
}

.ModuleProductDetailGiant.layout-108 .pro-desc .mobile-model {
	word-wrap: break-word;
	word-break: normal;
	max-height: unset;
}

.ModuleProductDetailGiant.layout-108 .introduceTop {
	border-bottom: 0;
}

.ModuleProductDetailGiant.layout-108 .border-b-pc {
	border-bottom: 1px solid #eee;
}

.ModuleProductDetailGiant.layout-108 .downloadoncBox,
.ModuleProductDetailGiant.layout-108 .downloadonc {
	display: inline-block;
	font-size: 13px
}

.ModuleProductDetailGiant.layout-108 .particulars {
	padding-top: 30px;
}

.ModuleProductDetailGiant.layout-108 .downloadonc:hover {
	text-decoration: none
}

.ModuleProductDetailGiant.layout-108 .attachment {
	padding-right: 5px
}

.ModuleProductDetailGiant.layout-108 .downloadoncBox .downloadoncle {
	padding-right: 10px;
}

.ModuleProductDetailGiant.layout-108 .downloadoncBox {
	padding-top: 22px;
	border-top: 1px solid #eee
}

.ShareIcon {
	display: none !important;
}

.ModuleProductDetailGiant.layout-108 .pro-big-pic-wb {
	position: relative;
}

.ModuleProductDetailGiant.layout-108 .specification-AttrKeyName {
	padding-right: 10px;
	float: left;
	line-height: 22px;
}

.ModuleProductDetailGiant.layout-108 .specification_have_pic .specification-AttrKeyName {
	line-height: 38px;
}

.ModuleProductDetailGiant.layout-108 .mobile-title-parameter {
	line-height: 44px;
	padding-left: 14px;
	border-bottom: 1px solid #eee;
	display: none;
	margin-bottom: 20px;
}

.ModuleProductDetailGiant.layout-108 .specification-box {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.ModuleProductDetailGiant.layout-108 .mobile-back,
.ModuleProductDetailGiant.layout-108 .img-text-detail {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 16px;
	left: 16px;
	display: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.ModuleProductDetailGiant.layout-108 .img-text-detail {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: auto;
	top: auto;
	right: 18px;
	bottom: 18px;
	padding: 16px 0px;
	text-decoration: none;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	color: #fff;
	border: none;
}

.ModuleProductDetailGiant.layout-108 .mobile-back img {
	display: block;
	position: relative;
	height: 18px;
	top: 7px;
	margin: auto;
}

.ModuleProductDetailGiant.layout-108 .pro-row .pro-name {
	display: inline;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
}

.ModuleProductDetailGiant.layout-108 .nav-tabs>li>a:hover {
	background-color: unset;
	border-color: unset
}

.ModuleProductDetailGiant.layout-108 .pro-row .pro-name.webkitbox {
	display: -webkit-box;
}

.ModuleProductDetailGiant.layout-108 .pro-row .stress:nth-child(2) {
	margin-left: 10px;
}

.ModuleProductDetailGiant.layout-108 .pro-row .stress {
	display: inline-block;
	padding: 3px;
	font-size: 14px;
	color: red;
	border: 1px solid red;
	position: relative;
	top: -3px;
	border-radius: 4px;
	margin-right: 10px;
	margin-top: 8px;
	cursor: pointer;
	color: #df1b1b;
}

.ModuleProductDetailGiant.layout-108 .pro-row.stress-content {
	display: none;
	padding-bottom: 14px;
}

.ModuleProductDetailGiant.layout-108 .pro-row.stress-content .stress {
	margin-top: 0;
	margin-bottom: 8px;
	top: 0;
}

.ModuleProductDetailGiant.layout-108 .pro-row.stress-content .stress:nth-child(2) {
	margin-left: 0px;
}

.ModuleProductDetailGiant.layout-108 .particularsMain {
	margin-top: 25px
}

.ModuleProductDetailGiant.layout-108 .particularsNav {
	top: 0;
}

.ModuleProductDetailGiant.layout-108 .particulars .particularsNavBox {
	border: none;
}

.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li {
	padding: 0 24px;
	display: inline-block;
	float: none;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	width: auto;
}

.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li a {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
}

.ModuleProductDetailGiant.layout-108 .nav-tabs>li.active>a,
.ModuleProductDetailGiant.layout-108 .nav-tabs>li.active>a:focus,
.ModuleProductDetailGiant.layout-108 .nav-tabs>li.active>a:hover {
	background-color: unset !important;
	color: unset !important;
}

.ModuleProductDetailGiant.layout-108 .param {
	width: 100%;
	line-height: 2.6;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.ModuleProductDetailGiant.layout-108 .icon-qrcode {
	margin-left: 10px;
	width: 18px;
	display: inline-block;
}

.ModuleProductDetailGiant.layout-108 .particularsNav {
	border-bottom: unset;
}

.ModuleProductDetailGiant.layout-108 .particularsNavBox .active {
	border-bottom: 4px solid #000;
}

.ModuleProductDetailGiant.layout-108 .collect-icon {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.ModuleProductDetailGiant.layout-108 .collect-icon.icon-pic-share {
	font-size: 19px;
	color: #333;
}

.ModuleProductDetailGiant.layout-108 .popover {
	padding: 0;
	width: 104px;
	border-color: transparent;
}

.ModuleProductDetailGiant.layout-108 .popover .arrow {
	border-bottom-color: rgba(0, 0, 0, 0.05);
}

.ModuleProductDetailGiant.layout-108 .popover .popover-content {
	padding: 0;
}

.ModuleProductDetailGiant.layout-108 .popover .popover-content>span {
	display: block;
	padding: 0 20px;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	color: #333;
	cursor: pointer;
}

.ModuleProductDetailGiant.layout-108 .popover .popover-content>span i {
	margin-right: 16px;
	width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.ModuleProductDetailGiant.layout-108 .mob-enquiry {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ModuleProductDetailGiant.layout-108 .popover .mob-enquiry .icon-xiaoxi1:before {
	margin-left: -10px;
}

.ModuleProductDetailGiant.layout-108 .popover .popover-content>span+span {
	border-top: 1px solid #ededed;
}

.ModuleProductDetailGiant.layout-108 .pro-btn img {
	position: relative;
	top: -2px;
	padding-right: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ModuleProductDetailGiant.layout-108 .pro-btn.active img {
	top: -2px;
}

.ModuleProductDetailGiant.layout-108 .introduceBottom {
	padding-top: 20px;
}

/* .ModuleProductDetailGiant.layout-108 .introduceBottom .pro-row{display: flex;} */
.ModuleProductDetailGiant.layout-108 .sharAndCollect {
	display: none;
}

.ModuleProductDetailGiant.layout-108 .dian {
	display: inline-block;
	height: 8px;
	width: 8px;
	background: #999;
	margin-bottom: 1px;
	margin-right: 15px;
}

.ModuleProductDetailGiant.layout-108 .introduce {
	margin-bottom: 8px;
	font-size: 14px;
}

.ModuleProductDetailGiant.layout-108 {
	background: #fff
}

.ModuleProductDetailGiant.layout-108 .sharAndCollect strong {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	font-weight: normal;
	color: #333;
}

.ModuleProductDetailGiant.layout-108 .icon-pic {
	position: relative;
	top: 1px;
	font-size: 16px;
	color: #333;
}

.ModuleProductDetailGiant.layout-108 .sharAndCollect strong b {
	font-weight: normal;
	font-size: 12px;
}

.ModuleProductDetailGiant.layout-108 .sharAndCollect strong img {
	display: block;
	width: 16px;
	margin: 0 auto;
	margin-bottom: 4px;
}

.ModuleProductDetailGiant.layout-108 .pro-btn {
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	width: auto;
	padding: 0 3%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ModuleProductDetailGiant.layout-108 .gallery-thumbswb {
	position: relative;
}

.ModuleProductDetailGiant.layout-108 .pro-thumbnail-direction.pro-thumbnail-prev {
	left: auto;
	right: 0;
}

.ModuleProductDetailGiant.layout-108 .pro-thumbnail-direction {
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	margin-top: -18px;
	cursor: pointer;
	font-size: 24px;
	color: #ccc;
	font-weight: bold;
	width: 24px
}

.ModuleProductDetailGiant.layout-108 .gallery-thumbswb {
	padding-left: 47px;
	padding-right: 47px;
	margin-top: 10px;
}

.ModuleProductDetailGiant.layout-108 .huiSeJianXi {
	display: none
}

/* 分享S */
.ModuleProductDetailGiant.layout-108 .pro-btn-share {
	position: relative;
	overflow: unset;
}

.ModuleProductDetailGiant.layout-108 .pc-share-list-wb {
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
}

.ModuleProductDetailGiant.layout-108 .pro-btn-share:hover .pc-share-list-wb {
	display: block;
}

.ModuleProductDetailGiant.layout-108 .pc-share-list .pc-share-list-text {
	line-height: 24px;
	margin-right: 8px;
	color: #666;
}

.ModuleProductDetailGiant.layout-108 .pc-share-list li {
	list-style: none;
	float: left;
	height: 24px;
	line-height: 28px;
}

.ModuleProductDetailGiant.layout-108 .pc-share-list li img {
	width: 24px;
	margin-right: 8px;
	cursor: pointer;
	padding-bottom: 1px;
}

.ModuleProductDetailGiant .pro-btn1 {
	width: 80px;
	height: 30px;
	font-size: 12px;
	background: #fff;
	color: #333;
	line-height: 28px;
}

/* 分享E */
.ModuleProductDetailGiant.layout-108 .ProVideoDiv {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 11;
	background: #fff;
}

.ModuleProductDetailGiant.layout-108 .ProVideo {
	left: 50%;
	top: 50%;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%)
}

.ModuleProductDetailGiant.layout-108 .ProVideoIcon {
	font-size: 45px;
	position: absolute;
	left: 48.8%;
	top: 45%;
	z-index: 1;
}

.ModuleProductDetailGiant.layout-108 .params-phone-content {
	display: none;
}

.ModuleProductDetailGiant.layout-108 .params-content {
	padding-top: 10px;
	border-top: 1px solid #999;
}

.ModuleProductDetailGiant.layout-108 .dummy {
	padding-top: 100%;
}

.ModuleProductDetailGiant.layout-108 .mobile-inSlide-size {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ModuleProductDetailGiant.layout-108 .pc-inSlide-size {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.ModuleProductDetailGiant.layout-108 #pro-thumbnail .mobile-inSlide-size {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ModuleProductDetailGiant.layout-108 #pro-thumbnail .pc-inSlide-size {
	opacity: 0;
	z-index: -1;
	position: relative;
}

.ModuleProductDetailGiant.layout-108 .active-transparent {
	border: transparent !important;
}

.ModuleProductDetailGiant.layout-108 .nav-tabs>li>a {
	border: 0;
}

.ModuleProductDetailGiant.layout-108 .swiperBox {
	background: rgba(255, 255, 255, 0);
}

.ModuleProductDetailGiant.layout-108 .particulars {
	background: rgba(255, 255, 255, 0);
}

.ModuleProductDetailGiant.layout-108 .share-pc .horizontal {
	display: none;
}

.ModuleProductDetailGiant.layout-108 .share-pc .vertical {
	display: none;
}

.ModuleProductDetailGiant.layout-108 .VRDiv {
	z-index: 9;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	left: 15px;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	margin-right: 5px;
	padding: 8px 12px;
}

.ModuleProductDetailGiant.layout-108 .VRDiv>svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.ModuleProductDetailGiant.layout-108 .VRTipstxt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 8px;
}

.ModuleProductDetailGiant.layout-108 .vr-pc {
	display: block;
}

.ModuleProductDetailGiant.layout-108 .vr-mobile {
	display: none;
}

.ModuleProductDetailGiant.layout-108 .OutsideLinkListMoble {
	display: none;
}

@media only screen and (min-width: 768px) {
	.ModuleProductDetailGiant.layout-108 .swiperBox {
		width: 40.57%;
		min-width: 40.57%;
		max-width: 60%;
		display: inline-block;
		vertical-align: top;
	}

	.ModuleProductDetailGiant.layout-108 .pro-row {
		padding-right: 10px;
	}

	.ModuleProductDetailGiant.layout-108 .introduce {
		padding-top: 0;
		width: calc(59.43% - 85px);
		min-width: calc(40% - 85px);
		max-width: calc(59.43% - 85px);
		display: inline-block;
		margin-left: 85px;
	}

	.ModuleProductDetailGiant.layout-108 .introduce.hasntMarginRight {
		margin-left: 0;
	}

	.ModuleProductDetailGiant.layout-108 .ModuleProduteDetailMain {
		padding: 0 70px;
	}

	.ModuleProductDetailGiant.layout-108 .inModuleProduteDetailTop {
		font-size: 0;
	}

	.ModuleProductDetailGiant.layout-108 .mobile-download {
		display: none
	}

	.ModuleProductDetailGiant.layout-108 .xunpan-wrapper {
		margin-top: 10px;
	}

	.ModuleProductDetailGiant.layout-108 .watch-more {
		display: none !important;
	}

	.ModuleProductDetailGiant.layout-108 .introduceTop {
		min-height: 356px;
	}

	.ModuleProductDetailGiant.layout-108 .pro-chang-box {
		margin-top: 30px;
	}
}


@media only screen and (max-width: 767px) {
	.ModuleProductDetailGiant.layout-108 .OutsideLinkListMoble {
		padding-left: 18px;
		display: block;
	}

	.ModuleProductDetailGiant.layout-108 .vr-pc {
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 .vr-mobile {
		display: block;
		left: auto;
		right: auto;
		top: auto;
		position: relative;
		margin-bottom: 15px;
		width: max-content;
	}

	.ModuleProductDetailGiant .mobile-footer {
		display: block;
		background: #fff;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 25;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		transition: all .3s ease-out;
	}

	.ModuleProductDetailGiant.layout-108 .flooter-icon {
		width: 100px;
		height: 100%;
		vertical-align: middle;
		height: 50px;
		text-align: center;
		color: #666;
		cursor: pointer;
		position: relative;
	}

	.ModuleProductDetailGiant.layout-108 .pro-thumbnail-direction,
	.ModuleProductDetailGiant.layout-108 .gallery-thumbswb {
		display: none
	}

	.ModuleProductDetailGiant.layout-108 .downloadoncBox {
		padding-left: 14px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.ModuleProductDetailGiant.layout-108 .swiperBox {
		width: 100% !important;
	}

	.ModuleProductDetailGiant.layout-108 .introduce {
		width: 100% !important;
	}

	.ModuleProductDetailGiant.layout-108 .introduceBottom {
		padding-top: 0;
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 .huiSeJianXi {
		height: 8px;
		background: #eee;
		display: block;
	}

	.ModuleProductDetailGiant.layout-108 .specification-mobile {
		padding-top: 12px;
	}

	.ModuleProductDetailGiant.layout-108 .mobile-title-parameter,
	.ModuleProductDetailGiant.layout-108 .inModuleProduteDetailTop .mobile-back,
	.ModuleProductDetailGiant.layout-108 .img-text-detail {
		display: block;
	}

	.ModuleProductDetailGiant.layout-108 .specification-AttrKeyName {
		display: block;
		float: none;
		padding-bottom: 15px;
	}

	.ModuleProductDetailGiant.layout-108 .gallery-thumbs,
	.ModuleProductDetailGiant.layout-108 .maohao-specification {
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 .mobilepd {
		padding-bottom: 10px;
	}

	.ModuleProductDetailGiant.layout-108 .sharAndCollect {
		display: inline-block;
		float: right;
	}

	.ModuleProductDetailGiant.layout-108 .pcSharAndCollect {
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 {
		background: #eee
	}

	.ModuleProductDetailGiant.layout-108 .pro-row {
		padding-left: 14px;
		padding-right: 10px;
	}

	.ModuleProductDetailGiant.layout-108 .mobile-model.pro-row {
		margin-bottom: 0;
		padding-bottom: 14px;
	}

	.ModuleProductDetailGiant.layout-108 .pro-row .stress {
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 .pro-row.stress-content .stress {
		display: inline-block;
	}

	.ModuleProductDetailGiant.layout-108 .pro-row.stress-content {
		display: block;
	}

	.ModuleProductDetailGiant.layout-108 .particularsMain {
		margin-top: 15px
	}

	.ModuleProductDetailGiant.layout-108 .mobile-download {
		float: left;
		height: 32px;
		width: 32px;
		line-height: 32px;
		border-radius: 50%;
		padding: 0;
		text-align: center;
		border: 1px solid rgba(0, 0, 0, .2);
	}

	.ModuleProductDetailGiant.layout-108 .attachment {
		padding-right: 0px;
	}

	.ModuleProductDetailGiant.layout-108 .icon-qrcode {
		display: none;
	}

	.ShareIcon {
		display: none !important;
	}

	#HeaderZoneContainer,
	#FooterContainer {
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ModuleProductDetailGiant.layout-108 .liji-xunpan,
	.ModuleProductDetailGiant.layout-108 .release-pd {
		display: none !important;
	}

	.ModuleProductDetailGiant.layout-108 .enquiry {
		display: none !important;
	}

	.ModuleProductDetailGiant.layout-108 .params-phone-content {
		display: block;
	}

	.ModuleProductDetailGiant.layout-108 .params-phone-content .params-name ul {
		padding-left: 18px;
	}

	.ModuleProductDetailGiant.layout-108 .params-phone-content .params-name li {
		padding: 12px 0;
	}

	.ModuleProductDetailGiant.layout-108 .params-phone-content .param-list {
		padding: 8px 18px 13px 18px;
	}

	.ModuleProductDetailGiant.layout-108 .params-content {
		display: none;
	}

	.ModuleProductDetailGiant.layout-108 .particulars {
		padding-top: 0;
	}

	.ModuleProductDetailGiant.layout-108 .ProVideo {
		height: 37vh;
	}

	.ModuleProductDetailGiant.layout-108 .ProVideoIcon {
		font-size: 32px;
		left: 45.8%;
		top: 46%;
	}
}

.module_446559951 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559951 {
	padding: 0px;
}

#module_446559951 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_446559951 .ModuleHead446559951 {
	display: none;
}

#module_446559951 #alert_continue {
	background-color: ;
}

#module_446559951 #alert_continue {
	font-size: px;
}

#module_446559951 #alert_continue {
	font-family: ;
}

#module_446559951 #alert_continue {
	color: ;
}

#module_446559951 #alert_continue {}

#module_446559951 #alert_continue {}

#module_446559951 #alert_continue {}

#module_446559951 #alert_inquery {
	background-color: ;
}

#module_446559951 #alert_inquery {
	font-size: px;
}

#module_446559951 #alert_inquery {
	font-family: ;
}

#module_446559951 #alert_inquery {
	color: ;
}

#module_446559951 #alert_inquery {}

#module_446559951 #alert_inquery {}

#module_446559951 #alert_inquery {}

#module_446559951 .VRDiv {
	background-color: rgba(0, 0, 0, 0.4);
}

#module_446559951 .VRDiv {}

#module_446559951 .VRDiv {
	background-repeat: no-repeat;
}

#module_446559951 .VRDiv {}

#module_446559951 .VRDiv {}

#module_446559951 .VRDiv {}

#module_446559951 .VRDiv {
	border-top-left-radius: 8px;
}

#module_446559951 .VRDiv {
	border-top-right-radius: 8px;
}

#module_446559951 .VRDiv {
	border-bottom-left-radius: 8px;
}

#module_446559951 .VRDiv {
	border-bottom-right-radius: 8px;
}

#module_446559951 .vrIcon {
	font-size: 16px;
}

#module_446559951 .vrIcon>svg {
	width: 16px;
	height: 16px
}

#module_446559951 .vrIcon {
	color: #fff;
}

#module_446559951 .vrIcon>svg {
	fill: #fff;
}

#module_446559951 .VRDiv {
	padding-top: 8px;
}

#module_446559951 .VRDiv {
	padding-bottom: 8px;
}

#module_446559951 .VRDiv {
	padding-left: 12px;
}

#module_446559951 .VRDiv {
	padding-right: 12px;
}

#module_446559951 .VRTipstxt {
	font-size: 14px;
}

#module_446559951 .VRTipstxt {
	font-family: ;
}

#module_446559951 .VRTipstxt {
	color: #fff;
}

#module_446559951 .VRTipstxt {
	font-weight: normal;
}

#module_446559951 .VRTipstxt {
	text-decoration: none;
}

#module_446559951 .VRTipstxt {
	font-style: normal;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	max-width: 1200px;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	background-color: #fff;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	background-repeat: no-repeat;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {}

#module_446559951 .params-content {
	border-top-color: #999;
}

#module_446559951 .params-content {
	border-top-style: solid;
}

#module_446559951 .params-content {
	border-top-width: 1px;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	padding-top: 0px;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	padding-bottom: 0px;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	padding-left: 10px;
}

#module_446559951 .ModuleProductDetailGiant .ModuleProduteDetailMain {
	padding-right: 10px;
}

#module_446559951 .pro-btn-share.active {
	color: #fff;
}

#module_446559951 .common-border-color {
	border-color: #000000;
}

#module_446559951 .swiperBox {
	width: 40.57%;
}

#module_446559951 .introduce {
	width: calc(100% - 40.57% - 85px);
}

#module_446559951 .dummy {
	padding-top: 100%;
}

#module_446559951 .mobile-inSlide-size {
	object-fit: unset;
}

#module_446559951 .mobile-inSlide-size {
	width: auto;
}

#module_446559951 .mobile-inSlide-size {
	height: auto;
}

#module_446559951 .pro-big-pic-wb {
	border: 1px solid rgba(0, 0, 0, 0);
}

#module_446559951 .gallery-thumbs .swiper-slide .inSwiper-slide {
	border-color: rgba(0, 0, 0, 0);
}

#module_446559951 .pro-thumbnail-direction {
	color: #ccc;
}

#module_446559951 .pro-name {
	font-size: 24px;
}

#module_446559951 .pro-name {
	font-family: ;
}

#module_446559951 .pro-name {
	color: #333;
}

#module_446559951 .pro-name {
	font-weight: normal;
}

#module_446559951 .pro-name {
	text-decoration: none;
}

#module_446559951 .pro-name {
	font-style: normal;
}

#module_446559951 .pro-desc span {
	font-size: 14px;
}

#module_446559951 .pro-desc span {
	font-family: ;
}

#module_446559951 .pro-desc span {
	color: #666;
}

#module_446559951 .pro-desc span {
	font-weight: normal;
}

#module_446559951 .pro-desc span {
	text-decoration: none;
}

#module_446559951 .pro-desc span {
	font-style: normal;
}

#module_446559951 .pro-desc {
	margin-top: 15px;
}

#module_446559951 .pro-desc {
	margin-bottom: 20px;
}

#module_446559951 .pro-desc {
	margin-left: 0px;
}

#module_446559951 .pro-desc {
	margin-right: 0px;
}

#module_446559951 .pro-row .stress {
	border-top-color: #f10215;
}

#module_446559951 .pro-row .stress {
	border-top-style: solid;
}

#module_446559951 .pro-row .stress {
	border-top-width: 1px;
}

#module_446559951 .pro-row .stress {
	border-right-color: #f10215;
}

#module_446559951 .pro-row .stress {
	border-right-style: solid;
}

#module_446559951 .pro-row .stress {
	border-right-width: 1px;
}

#module_446559951 .pro-row .stress {
	border-bottom-color: #f10215;
}

#module_446559951 .pro-row .stress {
	border-bottom-style: solid;
}

#module_446559951 .pro-row .stress {
	border-bottom-width: 1px;
}

#module_446559951 .pro-row .stress {
	border-left-color: #f10215;
}

#module_446559951 .pro-row .stress {
	border-left-style: solid;
}

#module_446559951 .pro-row .stress {
	border-left-width: 1px;
}

#module_446559951 .pro-row .stress {
	font-size: 12px;
}

#module_446559951 .pro-row .stress {
	font-family: ;
}

#module_446559951 .pro-row .stress {
	color: #f10215;
}

#module_446559951 .pro-row .stress {
	font-weight: normal;
}

#module_446559951 .pro-row .stress {
	text-decoration: none;
}

#module_446559951 .pro-row .stress {
	font-style: normal;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-top-color: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-top-style: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-top-width: px;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-right-color: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-right-style: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-right-width: px;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-bottom-color: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-bottom-style: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-bottom-width: px;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-left-color: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-left-style: ;
}

#module_446559951 .enquiry,
#module_446559951 .tb-viewer-btn {
	border-left-width: px;
}

#module_446559951 .enquiry,
#module_446559951 .mob-enquiry,
#module_446559951 .mob-enquirylink,
#module_446559951 .enquirylink,
#module_446559951 .pro-btn.active,
#module_446559951 .tb-viewer-btn {
	background-color: #000;
}

#module_446559951 .enquiry,
#module_446559951 .enquirylink,
#module_446559951 .pro-btn.active,
#module_446559951 .tb-viewer-btn {}

#module_446559951 .enquiry,
#module_446559951 .enquirylink,
#module_446559951 .pro-btn.active,
#module_446559951 .tb-viewer-btn {
	background-repeat: no-repeat;
}

#module_446559951 .enquiry,
#module_446559951 .enquirylink,
#module_446559951 .pro-btn.active,
#module_446559951 .tb-viewer-btn {}

#module_446559951 .enquiry,
#module_446559951 .enquirylink,
#module_446559951 .pro-btn.active,
#module_446559951 .tb-viewer-btn {}

#module_446559951 .enquiry,
#module_446559951 .enquirylink,
#module_446559951 .pro-btn.active,
#module_446559951 .tb-viewer-btn {}

#module_446559951 .enquiry,
#module_446559951 .enquirylink {
	font-size: 12px;
}

#module_446559951 .enquiry,
#module_446559951 .enquirylink {
	font-family: ;
}

#module_446559951 .enquiry,
#module_446559951 .mob-enquiry,
#module_446559951 .mob-enquirylink,
#module_446559951 .enquirylink,
#module_446559951 .tb-viewer-btn {
	color: #fff;
}

#module_446559951 .enquiry,
#module_446559951 .enquirylink {
	font-weight: normal;
}

#module_446559951 .enquiry,
#module_446559951 .enquirylink {
	text-decoration: none;
}

#module_446559951 .enquiry,
#module_446559951 .enquirylink {
	font-style: normal;
}

#module_446559951 .params-name li {
	font-size: 16px;
}

#module_446559951 .params-name li {
	font-family: ;
}

#module_446559951 .params-name li {
	color: #333;
}

#module_446559951 .params-name li {
	font-weight: normal;
}

#module_446559951 .params-name li {
	text-decoration: none;
}

#module_446559951 .params-name li {
	font-style: normal;
}

#module_446559951 .param .spec-text,
#module_446559951 .params-content {
	font-size: 14px;
}

#module_446559951 .param .spec-text,
#module_446559951 .params-content {
	font-family: ;
}

#module_446559951 .param .spec-text,
#module_446559951 .params-content {
	color: #999;
}

#module_446559951 .param .spec-text,
#module_446559951 .params-content {
	font-weight: normal;
}

#module_446559951 .param .spec-text,
#module_446559951 .params-content {
	text-decoration: none;
}

#module_446559951 .param .spec-text,
#module_446559951 .params-content {
	font-style: normal;
}

#module_446559951 .param .spec-title {
	font-size: 14px;
}

#module_446559951 .param .spec-title {
	font-family: ;
}

#module_446559951 .param .spec-title {
	color: #999;
}

#module_446559951 .param .dian {
	background-color: #999;
}

#module_446559951 .param .spec-title {
	font-weight: normal;
}

#module_446559951 .param .spec-title {
	text-decoration: none;
}

#module_446559951 .param .spec-title {
	font-style: normal;
}

#module_446559951 ul.particularsNavBox .particularsNav a {
	font-size: 16px;
}

#module_446559951 ul.particularsNavBox .particularsNav a {
	font-family: ;
}

#module_446559951 ul.particularsNavBox .particularsNav a {
	color: #333;
}

#module_446559951 ul.particularsNavBox .particularsNav a {
	font-weight: normal;
}

#module_446559951 ul.particularsNavBox .particularsNav a {
	text-decoration: none;
}

#module_446559951 ul.particularsNavBox .particularsNav a {
	font-style: normal;
}

#module_446559951 .pro-btn-share .share-text {
	font-size: 12px;
}

#module_446559951 .pro-btn-share .share-text {
	font-family: ;
}

#module_446559951 .pro-btn-share .share-text {
	color: #333;
}

#module_446559951 .pro-btn-share .share-text {
	font-weight: normal;
}

#module_446559951 .pro-btn-share .share-text {
	text-decoration: none;
}

#module_446559951 .pro-btn-share .share-text {
	font-style: normal;
}

#module_446559951 .pro-btn-share .iconfont {
	font-size: 16px;
}

#module_446559951 .pro-btn-share .iconfont {
	color: #333;
}

#module_446559951 .pro-btn-share {
	border-top-color: #666;
}

#module_446559951 .pro-btn-share {
	border-top-style: solid;
}

#module_446559951 .pro-btn-share {
	border-top-width: 1px;
}

#module_446559951 .pro-btn-share {
	border-right-color: #666;
}

#module_446559951 .pro-btn-share {
	border-right-style: solid;
}

#module_446559951 .pro-btn-share {
	border-right-width: 1px;
}

#module_446559951 .pro-btn-share {
	border-bottom-color: #666;
}

#module_446559951 .pro-btn-share {
	border-bottom-style: solid;
}

#module_446559951 .pro-btn-share {
	border-bottom-width: 1px;
}

#module_446559951 .pro-btn-share {
	border-left-color: #666;
}

#module_446559951 .pro-btn-share {
	border-left-style: solid;
}

#module_446559951 .pro-btn-share {
	border-left-width: 1px;
}

#module_446559951 .downloadonc span {
	font-size: 13px;
}

#module_446559951 .downloadonc span {
	font-family: ;
}

#module_446559951 .downloadonc span {
	color: #333;
}

#module_446559951 .downloadonc span {
	font-weight: normal;
}

#module_446559951 .downloadonc span {
	text-decoration: none;
}

#module_446559951 .downloadonc span {
	font-style: normal;
}

#module_446559951 .downloadonc .iconfont {
	font-size: 16px;
}

#module_446559951 .downloadonc .iconfont {
	color: #333;
}

#module_446559951 .downloadonc {
	border-top-color: #666;
}

#module_446559951 .downloadonc {
	border-top-style: solid;
}

#module_446559951 .downloadonc {
	border-top-width: 1px;
}

#module_446559951 .downloadonc {
	border-right-color: #666;
}

#module_446559951 .downloadonc {
	border-right-style: solid;
}

#module_446559951 .downloadonc {
	border-right-width: 1px;
}

#module_446559951 .downloadonc {
	border-bottom-color: #666;
}

#module_446559951 .downloadonc {
	border-bottom-style: solid;
}

#module_446559951 .downloadonc {
	border-bottom-width: 1px;
}

#module_446559951 .downloadonc {
	border-left-color: #666;
}

#module_446559951 .downloadonc {
	border-left-style: solid;
}

#module_446559951 .downloadonc {
	border-left-width: 1px;
}

#module_446559951 .por-prev a,
#module_446559951 .por-next a {
	font-size: 14px;
}

#module_446559951 .por-prev a,
#module_446559951 .por-next a {
	font-family: ;
}

#module_446559951 .por-prev a,
#module_446559951 .por-next a {
	color: #333;
}

#module_446559951 .por-prev a,
#module_446559951 .por-next a {
	font-weight: normal;
}

#module_446559951 .por-prev a,
#module_446559951 .por-next a {
	text-decoration: none;
}

#module_446559951 .por-prev a,
#module_446559951 .por-next a {
	font-style: normal;
}

#module_446559951 .VRDiv:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

#module_446559951 .VRDiv:hover {}

#module_446559951 .VRDiv:hover {
	background-repeat: no-repeat;
}

#module_446559951 .VRDiv:hover {}

#module_446559951 .VRDiv:hover {}

#module_446559951 .VRDiv:hover {}

#module_446559951 .VRDiv:hover .vrIcon {
	font-size: 16px;
}

#module_446559951 .VRDiv:hover .vrIcon>svg {
	width: 16px;
	height: 16px
}

#module_446559951 .VRDiv:hover .vrIcon {
	color: #fff;
}

#module_446559951 .VRDiv:hover .vrIcon>svg {
	fill: #fff;
}

#module_446559951 .gallery-thumbs .swiper-slide.active .inSwiper-slide {
	border-color: #000;
}

#module_446559951 ul.particularsNavBox .particularsNav.active a {
	font-size: 16px;
}

#module_446559951 ul.particularsNavBox .particularsNav.active a {
	font-family: ;
}

#module_446559951 ul.particularsNavBox .particularsNav.active a {
	color: #000 !important;
}

#module_446559951 ul.particularsNavBox .particularsNav.active a {
	font-weight: normal;
}

#module_446559951 ul.particularsNavBox .particularsNav.active a {
	text-decoration: none;
}

#module_446559951 ul.particularsNavBox .particularsNav.active a {
	font-style: normal;
}

#module_446559951 ul.particularsNavBox .particularsNav.active {
	border-bottom-color: #000;
}

#module_446559951 ul.particularsNavBox .particularsNav.active {
	border-bottom-style: solid;
}

#module_446559951 ul.particularsNavBox .particularsNav.active {
	border-bottom-width: 4px;
}

#module_446559951 .pro-btn-share:hover .iconfont {
	font-size: 16px;
}

#module_446559951 .pro-btn-share:hover .iconfont {
	color: #333;
}

#module_446559951 .pro-btn-share:hover {
	border-top-color: #ccc;
}

#module_446559951 .pro-btn-share:hover {
	border-top-style: solid;
}

#module_446559951 .pro-btn-share:hover {
	border-top-width: 1px;
}

#module_446559951 .pro-btn-share:hover {
	border-right-color: #ccc;
}

#module_446559951 .pro-btn-share:hover {
	border-right-style: solid;
}

#module_446559951 .pro-btn-share:hover {
	border-right-width: 1px;
}

#module_446559951 .pro-btn-share:hover {
	border-bottom-color: #ccc;
}

#module_446559951 .pro-btn-share:hover {
	border-bottom-style: solid;
}

#module_446559951 .pro-btn-share:hover {
	border-bottom-width: 1px;
}

#module_446559951 .pro-btn-share:hover {
	border-left-color: #ccc;
}

#module_446559951 .pro-btn-share:hover {
	border-left-style: solid;
}

#module_446559951 .pro-btn-share:hover {
	border-left-width: 1px;
}

#module_446559951 .pro-btn-share:hover .share-text {
	font-size: 12px;
}

#module_446559951 .pro-btn-share:hover .share-text {
	font-family: ;
}

#module_446559951 .pro-btn-share:hover .share-text,
#module_446559951 .pro-btn-share:hover .pc-share-list-text span {
	color: #333;
}

#module_446559951 .pro-btn-share:hover .share-text {
	font-weight: normal;
}

#module_446559951 .pro-btn-share:hover .share-text {
	text-decoration: none;
}

#module_446559951 .pro-btn-share:hover .share-text {
	font-style: normal;
}

#module_446559951 .downloadonc span:hover {
	font-size: 13px;
}

#module_446559951 .downloadonc span:hover {
	font-family: ;
}

#module_446559951 .downloadonc span:hover {
	color: #333;
}

#module_446559951 .downloadonc span:hover {
	font-weight: normal;
}

#module_446559951 .downloadonc span:hover {
	text-decoration: none;
}

#module_446559951 .downloadonc span:hover {
	font-style: normal;
}

#module_446559951 .downloadonc .iconfont:hover {
	font-size: 16px;
}

#module_446559951 .downloadonc .iconfont:hover {
	color: #333;
}

#module_446559951 .downloadonc:hover {
	border-top-color: #666;
}

#module_446559951 .downloadonc:hover {
	border-top-style: solid;
}

#module_446559951 .downloadonc:hover {
	border-top-width: 1px;
}

#module_446559951 .downloadonc:hover {
	border-right-color: #666;
}

#module_446559951 .downloadonc:hover {
	border-right-style: solid;
}

#module_446559951 .downloadonc:hover {
	border-right-width: 1px;
}

#module_446559951 .downloadonc:hover {
	border-bottom-color: #666;
}

#module_446559951 .downloadonc:hover {
	border-bottom-style: solid;
}

#module_446559951 .downloadonc:hover {
	border-bottom-width: 1px;
}

#module_446559951 .downloadonc:hover {
	border-left-color: #666;
}

#module_446559951 .downloadonc:hover {
	border-left-style: solid;
}

#module_446559951 .downloadonc:hover {
	border-left-width: 1px;
}

.ModuleCustomFormGiant.layout-101 .submitbtnbox {
	display: flex;
}

.ModuleCustomFormGiant.layout-101 .smsvaldatebox,
.ModuleCustomFormGiant.layout-101 .frist_item,
.ModuleCustomFormGiant.layout-101 input.input-text-color,
.ModuleCustomFormGiant.layout-101 .customFormDatetime,
.ModuleCustomFormGiant.layout-101 .pcCitybox select {
	height: 38px;
	line-height: 38px;
}

/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline {
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
	display: none;
}

.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
	transform: rotate(180deg);
	transition: all 0.5s;
}

.ModuleCustomFormGiant.layout-101 .VCClose {
	position: relative;
	margin-right: 20px;
	width: 30px;
	float: right;
	margin-top: 17px;
	height: 30px;
	cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .VCLine1 {
	border-top: #ccc solid 2px;
	width: 18px;
	transform: rotate(45deg);
	right: 0;
	position: absolute;
	top: 9px;

}

.ModuleCustomFormGiant.layout-101 .VCLine2 {
	border-top: #ccc solid 2px;
	width: 18px;
	transform: rotate(-45deg);
	right: 0;
	position: absolute;
	top: 9px;

}

.ModuleCustomFormGiant.layout-101 .VCTitle {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 41px;
	margin-bottom: 25px;

}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn {
	margin-top: 22px;
	text-align: right;
}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1 {

	width: 80px;
	height: 36px;
	background: #1e88e5;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	font-size: 16px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2 {
	width: 80px;
	height: 36px;
	background: #fff;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	color: #666666;
	border: 1px #ccc solid;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder {
	color: #999999
}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput {
	border: none;
	padding: 20px 0;
	background: #fff !important;
	border-bottom: solid #ccc 1px;
	color: #666;
}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn {
	text-align: right;
	display: block;

}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode {
	width: 100%;
	height: 100px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCodecontext {
	padding: 0 33px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCodediv {

	position: absolute;
	bottom: 0;
	z-index: 999999999;
	background: #fff;
	transform: translate(-50%, -50%);
	top: auto;
	left: 50%;
	max-width: 350px;
	height: 380px;
	border-radius: 6px;
	box-shadow: 9.9px 9.9px 49px 0px rgba(0, 0, 0, 0.11);
	display: none;
	width: 100%;
}

/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #333;
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: normal;
	max-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 15px;
	display: flex;
	align-content: center;
	align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	width: 100%;
	padding: 0 10px 0 16px;
	box-sizing: border-box;
	max-height: 30px;
	border-radius: 0;
}

.ModuleCustomFormGiant.layout-101 textarea {
	-webkit-appearance: none;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox {
	display: -webkit-flex;
	/* Safari */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: -5px;
	display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label {
	line-height: 2;
}

.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

	height: 38px;
	line-height: 38px;
}

.ModuleCustomFormGiant.layout-101 .smsvaldatebox {
	height: 40px;
	line-height: 40px;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
	height: 38px;
	line-height: 38px;
}

.ModuleCustomFormGiant.layout-101 .Browse-img {
	height: 80px;

}

.ModuleCustomFormGiant.layout-101 .multi-row-text {
	border-radius: 0;
}

.ModuleCustomFormGiant.layout-101 .Form-list {
	width: 100%;
	padding-top: 20px;
}

.ModuleCustomFormGiant.layout-101 .areabox .area {
	height: 38px;
	line-height: 38px;
}

.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item {
	padding: 0 16px;
}

.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
	float: right;
	margin-top: 16px;
	/* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	margin-right: 10px;
	height: 34px;
	line-height: 34px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0 10px;
	cursor: pointer;
	background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right #fbfbfb;
	font-size: 14px;
	border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
	box-sizing: border-box;
	background: #fbfbfb;
	width: 100%;
	text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
	font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
	margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
	width: 188px;
	line-height: 34px;
	margin-right: 10px;
	float: left;
	min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
	width: 86px;
	height: 34px;
	float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
	/* width: 90px; height: 32px; line-height: 32px;*/
	color: #333;
	background: #f8f8f8;
	border: 1px solid #eee;
	font-size: 12px;
	text-align: center;
	flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	-moz-flex-grow: 0;
	box-sizing: border-box;
	cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
	color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
	color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
	color: #fff;
	background: #000;
	cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .icon-riqixuanze {
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #b3b6b7;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
	color: #fff;
	background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text,
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item,
.ModuleCustomFormGiant.layout-101 .choose-time {
	background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked,
.ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
	background: #f10215;
	border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
	font-weight: normal;
	color: #666
}

.ModuleCustomFormGiant.layout-101 .verticalalign {
	margin-bottom: 12px;
}

.ModuleCustomFormGiant.layout-101 .customform-upload-img-preview {
	border-radius: 0
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox {
	display: flex;
	flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
	width: calc(100% - 34px);
	display: initial;
	/* vertical-align: middle; */
	min-width: 36px;
	flex: 1;
	word-break: break-all;
}

@media screen and (max-width: 767px) {

	.ModuleCustomFormGiant.layout-101 .verticalalign span {
		width: calc(100% - 34px);
		display: initial;
		vertical-align: middle;
		min-width: 36px;
	}

	.ModuleCustomFormGiant.layout-101 input[type=text],
	.ModuleCustomFormGiant.layout-101 .smsvaldatebox,
	.ModuleCustomFormGiant.layout-101 .cityval,
	.ModuleCustomFormGiant.layout-101 .choose-time {
		line-height: 38px !important;
		height: 38px !important;
		min-height: 38px;
	}

	.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
		width: 120px;
	}

	.ModuleCustomFormGiant.layout-101 .VerificationCode {
		height: 40px
	}

	.ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
		line-height: 40px;
		min-height: 40px;
	}

	.ModuleCustomFormGiant.layout-101 .describe {
		margin-top: 10px
	}

	.ModuleCustomFormGiant.layout-101 .customFormTextarea {
		width: 100%
	}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,
.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
	height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
	display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
	line-height: 30px;
	font-size: 12px;
	/* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
	padding: 0 10px;
	box-sizing: border-box;
	max-height: 30px;
	width: 316px;
	display: none;
	padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101 .iconfont-fujian {
	font-size: 19px !important;
}

.ModuleCustomFormGiant.layout-101 .imgclose {
	right: -9px;
	position: absolute;
	top: -10px;
}

.module_9988446559951 .ModuleHead .HeadCenter {
	float: none;
}

#module_9988446559951 {
	padding: 0px;
}

#module_9988446559951 {}

#module_9988446559951 .ModuleHead0 {
	display: block;
}

#module_9988446559951 .InsidePage-list-content span,
#module_9988446559951 .in-formList-checkbox span {
	font-size: px;
}

#module_9988446559951 .InsidePage-list-content span,
#module_9988446559951 .in-formList-checkbox span {
	font-family: ;
}

#module_9988446559951 .InsidePage-list-content span,
#module_9988446559951 .in-formList-checkbox span {
	color: ;
}

#module_9988446559951 .InsidePage-list-content span,
#module_9988446559951 .in-formList-checkbox span {}

#module_9988446559951 .InsidePage-list-content span,
#module_9988446559951 .in-formList-checkbox span {}

#module_9988446559951 .InsidePage-list-content span,
#module_9988446559951 .in-formList-checkbox span {}

#module_9988446559951 .title {
	font-size: px;
}

#module_9988446559951 .title {
	font-family: ;
}

#module_9988446559951 .title {
	color: ;
}

#module_9988446559951 .title {}

#module_9988446559951 .title {}

#module_9988446559951 .title {}

#module_9988446559951 .title {
	background-color: ;
}

#module_9988446559951 .title {}

#module_9988446559951 .title {}

#module_9988446559951 .title {}

#module_9988446559951 .title {}

#module_9988446559951 .title {}

#module_9988446559951 .title {
	height: px;
	line-height: px;
}

#module_9988446559951 .title {
	text-align: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	background-color: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-top-color: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-top-style: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-top-width: px;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-right-color: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-right-style: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-right-width: px;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-bottom-color: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-bottom-style: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-bottom-width: px;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-left-color: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-left-style: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 .customFormCheckbox,
#module_9988446559951 input[type=radio],
#module_9988446559951.customFormDatetime,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .multi-row-text,
#module_9988446559951 .cityval {
	border-left-width: px;
}

#module_9988446559951 .smsbtn,
#module_9988446559951 .customFormTextarea,
#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 input.input-text-color,
#module_9988446559951.customFormDatetime,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .cityval {
	border-top-left-radius: px;
}

#module_9988446559951 .smsbtn,
#module_9988446559951 .customFormTextarea,
#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 input.input-text-color,
#module_9988446559951.customFormDatetime,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .cityval {
	border-top-right-radius: px;
}

#module_9988446559951 .smsbtn,
#module_9988446559951 .customFormTextarea,
#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 input.input-text-color,
#module_9988446559951.customFormDatetime,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .cityval {
	border-bottom-left-radius: px;
}

#module_9988446559951 .smsbtn,
#module_9988446559951 .customFormTextarea,
#module_9988446559951 .smsvcode,
#module_9988446559951 .frist_item,
#module_9988446559951 .VerificationCodeinput,
#module_9988446559951 input.input-text-color,
#module_9988446559951.customFormDatetime,
#module_9988446559951 .Browse-file,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select,
#module_9988446559951 .cityval {
	border-bottom-right-radius: px;
}

#module_9988446559951 .Describ-text-color {
	font-size: px;
}

#module_9988446559951 .Describ-text-color {
	font-family: ;
}

#module_9988446559951 .Describ-text-color {
	color: ;
}

#module_9988446559951 .Describ-text-color {}

#module_9988446559951 .Describ-text-color {}

#module_9988446559951 .Describ-text-color {}

#module_9988446559951 .smsvcode,
#module_9988446559951 .smsbtn,
#module_9988446559951 .input-text-color,
#module_9988446559951 .cityval {
	font-size: px;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .smsbtn,
#module_9988446559951 .input-text-color,
#module_9988446559951 .cityval {
	font-family: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .input-text-color,
#module_9988446559951 .cityval {
	color: ;
}

#module_9988446559951 .smsvcode,
#module_9988446559951 .smsbtn,
#module_9988446559951 .input-text-color,
#module_9988446559951 .cityval {}

#module_9988446559951 .smsvcode,
#module_9988446559951 .smsbtn,
#module_9988446559951 .input-text-color,
#module_9988446559951 .cityval {}

#module_9988446559951 .smsvcode,
#module_9988446559951 .smsbtn,
#module_9988446559951 .input-text-color,
#module_9988446559951 .cityval {}

#module_9988446559951 .smsvaldatebox,
#module_9988446559951 .frist_item,
#module_9988446559951 input.input-text-color,
#module_9988446559951 .customFormDatetime,
#module_9988446559951 .pcCitybox select {
	line-height: px;
	height: px;
}

#module_9988446559951 .input-text-color::placeholder,
#module_9988446559951 .smsvcode::placeholder {
	font-size: px;
}

#module_9988446559951 .input-text-color::placeholder,
#module_9988446559951 .smsvcode::placeholder {
	font-family: ;
}

#module_9988446559951 .input-text-color::placeholder,
#module_9988446559951 .smsvcode::placeholder {
	color: ;
}

#module_9988446559951 .input-text-color::placeholder,
#module_9988446559951 .smsvcode::placeholder {}

#module_9988446559951 .input-text-color::placeholder,
#module_9988446559951 .smsvcode::placeholder {}

#module_9988446559951 .input-text-color::placeholder,
#module_9988446559951 .smsvcode::placeholder {}

#module_9988446559951 .submitbtn {
	font-size: px;
}

#module_9988446559951 .submitbtn {
	font-family: ;
}

#module_9988446559951 .submitbtn {
	color: ;
}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {
	background-color: ;
}

#module_9988446559951 input[type=radio]:checked,
#module_9988446559951 input[type=checkbox]:checked {
	background: ;
	border: 1px solid
}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtn {}

#module_9988446559951 .submitbtnbox {
	justify-content: ;
}

#module_9988446559951 .submitbtn {
	width: %;
}

#module_9988446559951 .submitbtn {
	height: px;
	line-height: px;
}

#module_9988446559951 .submitbtn {
	border-top-left-radius: px;
}

#module_9988446559951 .submitbtn {
	border-top-right-radius: px;
}

#module_9988446559951 .submitbtn {
	border-bottom-left-radius: px;
}

#module_9988446559951 .submitbtn {
	border-bottom-right-radius: px;
}

#module_9988446559951 .vcbtn1 {
	background-color: ;
}

#module_9988446559951 .vcbtn1 {
	color: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-top-color: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-top-style: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-right-color: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-right-style: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-bottom-color: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-bottom-style: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-left-color: ;
}

#module_9988446559951 .frist_item:hover,
#module_9988446559951 .smsvcode:hover,
#module_9988446559951 .VerificationCodeinput:hover,
#module_9988446559951 .customFormCheckbox:hover,
#module_9988446559951 input[type=radio]:hover,
#module_9988446559951 input.input-text-color:hover,
#module_9988446559951.customFormDatetime:hover,
#module_9988446559951 .Browse-file:hover,
#module_9988446559951 .customFormDatetime:hover,
#module_9988446559951 .pcCitybox select:hover,
#module_9988446559951 .multi-row-text:hover,
#module_9988446559951 .cityval:hover {
	border-left-style: ;
}

#module_9988446559951 .submitbtn:hover {
	font-size: px;
}

#module_9988446559951 .submitbtn:hover {
	font-family: ;
}

#module_9988446559951 .submitbtn:hover {
	color: ;
}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {
	background-color: ;
}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {}

#module_9988446559951 .submitbtn:hover {}

.module_446644865 .ModuleHead .HeadCenter {
	float: none;
}

#module_446644865 {
	padding: 0px;
}

#module_446644865 {
	position: static;
	z-index: 0;
	top: 0px;
	width: 100%;
	height: auto;
}

#module_446644865 .ModuleHead446644865 {
	display: none;
}

#module_446644865 .ModuleSubContainer {
	background-color: transparent;
}

#module_446644865 .ModuleSubContainer {}

#module_446644865 .ModuleSubContainer {
	background-repeat: no-repeat;
}

#module_446644865 .ModuleSubContainer {
	background-position: 0% 0%;
}

#module_446644865 .ModuleSubContainer {
	background-attachment: scroll;
}

#module_446644865 .ModuleSubContainer {}

#module_446644865 {
	!bgVideo !
}

	{
	bgVideoUrl:
}

#module_446644865 .gridBgVideo .bgVideoMask {
	opacity: 0.2
}

#module_446644865 .ModuleSubContainer {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.5s ease;
}

#module_446644865 .ModuleSubContainer:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer446644865 {
	max-width: 1200px;
	width: auto;
}

.ModuleHorizontalGiant.layout-101 .hrbox {
	display: flex;
	justify-content: center;
}

.ModuleHorizontalGiant.layout-101 .hr-line {
	margin: unset;
	width: 100%;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}

.ModuleHorizontalGiant.layout-101 {
	position: relative;
}

.module_447330211 .ModuleHead .HeadCenter {
	float: none;
}

#module_447330211 {
	padding: 0px;
}

#module_447330211 {
	position: static;
	z-index: 0;
	top: 0px;
	width: 100%;
	height: auto;
}

#module_447330211 .ModuleHead447330211 {
	display: none;
}

#module_447330211 .BodyCenter.BodyCenter447330211 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_447330211>.module_447330211 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_447330211>.module_447330211 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_447330211 .BodyCenter.BodyCenter447330211 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_447330211 .BodyCenter.BodyCenter447330211 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_447330211>.module_447330211 {
		margin-top: 0.4167%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.4167%;
	}
}

@media screen and (max-width: 767px) {
	#module_447330211>.module_447330211 {
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
	}
}

#module_447330211>.module_447330211 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_447330211:hover {
	border: none;
}

#module_447330211:hover>.module_447330211 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_447330211 .hrbox {
	justify-content: ;
}

#module_447330211 .hr-line {
	width: autopx;
	max-width: autopx;
}

#module_447330211 .hr-line {
	border-bottom-color: rgba(0, 0, 0, 0);
}

#module_447330211 .hr-line {
	border-bottom-style: solid;
}

#module_447330211 .hr-line {
	border-bottom-width: 2px;
}

.ModuleRelevanceGiant.layout-101 .relevance-content {
	position: relative;
	padding-bottom: 20px;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-title {
	display: block;
	font-size: 16px;
	/* padding: 26px 3px 1px 3px; */
	margin-bottom: 40px;
	border-bottom: 2px solid;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 2.5em;
	line-height: 2.5em;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list {
	margin: 0 42px;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list .relevance-img {
	position: relative;
	padding-top: 85%;
	border: 1px solid #dddee1;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list .relevance-img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list .relevance-img img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list .relevance-name {
	background: #dddee1;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list .relevance-name a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 6px 10px;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-prev,
.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-next {
	position: absolute;
	width: 46px;
	height: 50px;
	z-index: 999;
	transition: all .3s;
	top: 50%;
	cursor: pointer;
	transform: translatey(-50%);
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-prev {
	left: 0;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-next {
	right: 0;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-prev:before {
	content: "";
	position: absolute;
	top: 16%;
	left: 21%;
	width: 2px;
	height: 22px;
	background: #dddee1;
	transform: rotate(45deg);
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-prev:after {
	content: "";
	position: absolute;
	top: 44%;
	left: 21%;
	width: 2px;
	height: 22px;
	background: #dddee1;
	transform: rotate(135deg);
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-next:before {
	content: "";
	position: absolute;
	top: 16%;
	right: 21%;
	width: 2px;
	height: 22px;
	background: #dddee1;
	transform: rotate(-45deg);
}

.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-next:after {
	content: "";
	position: absolute;
	top: 44%;
	right: 21%;
	width: 2px;
	height: 22px;
	background: #dddee1;
	transform: rotate(-135deg);
}

.ModuleRelevanceGiant.layout-101 .relevance-content .add-more {
	margin: 20px auto 0;
	width: 200px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	border: 1px solid #dddee1;
	cursor: pointer;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .add-more:hover {
	color: #fff;
}

.ModuleRelevanceGiant.layout-101 .relevance-content .not-data {
	margin-bottom: -20px;
	font-size: 16px;
	line-height: 80px;
	background: #dddee1;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-prev {
		display: none;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .swiper-button-new-next {
		display: none;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list {
		margin: 0;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list .swiper-wrapper {
		display: block;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list ul li {
		width: calc(50% - 9px);
		float: left;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list ul li+li {
		margin-left: 18px;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list ul li:nth-child(n+3) {
		margin-top: 20px;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .relevance-list ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	.ModuleRelevanceGiant.layout-101 .relevance-content .add-more {
		color: red;
		border: 1px solid red;
	}
}

.module_447330210 .ModuleHead .HeadCenter {
	float: none;
}

#module_447330210 {
	padding: 0px;
}

#module_447330210 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_447330210 .ModuleHead447330210 {
	display: none;
}

#module_447330210 .BodyCenter.BodyCenter447330210 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_447330210>.module_447330210 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_447330210>.module_447330210 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_447330210 .BodyCenter.BodyCenter447330210 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_447330210 .BodyCenter.BodyCenter447330210 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_447330210>.module_447330210 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_447330210>.module_447330210 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_447330210>.module_447330210 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_447330210:hover {
	border: none;
}

#module_447330210:hover>.module_447330210 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_447330210 .layout-101 .add-more:hover {
	color: #fff
}

#module_447330210 .layout-101 .relevance-content .relevance-title {
	border-bottom-color: #fd6e27;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-img {
	border-color: #dddee1;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name {
	background: #dddee1;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name {}

#module_447330210 .relevance-img img,
#fixed_module_447330210.layout-101 .relevance-img img {
	object-fit: unset;
}

#module_447330210 .relevance-img {
	padding-top: 80%;
}

#module_447330210 .relevance-img img,
#fixed_module_447330210.layout-101 .relevance-img img {
	width: auto;
}

#module_447330210 .relevance-img img,
#fixed_module_447330210.layout-101 .relevance-img img {
	height: auto;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name a {
	font-size: 14px;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name a {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name a {
	color: #333;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name a {
	font-weight: normal;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name a {
	text-decoration: none;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li .relevance-name a {
	font-style: normal;
}

#module_447330210 .layout-101 .relevance-title {
	font-size: 16px;
}

#module_447330210 .layout-101 .relevance-title {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_447330210 .layout-101 .relevance-title {
	color: #333;
}

#module_447330210 .layout-101 .relevance-title {
	font-weight: normal;
}

#module_447330210 .layout-101 .relevance-title {
	text-decoration: none;
}

#module_447330210 .layout-101 .relevance-title {
	font-style: normal;
}

#module_447330210 .layout-101 .add-more:hover {
	border-color: #fd6e27;
	background: #fd6e27;
}

#module_447330210 .layout-101 .relevance-content .swiper-button-new-prev:hover:before,
#module_447330210 .layout-101 .relevance-content .swiper-button-new-prev:hover:after,
#module_447330210 .layout-101 .relevance-content .swiper-button-new-next:hover:before,
#module_447330210 .layout-101 .relevance-content .swiper-button-new-next:hover:after {
	background: #fd6e27
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-img {
	border-color: #fd6e27;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name {
	background: #fd6e27;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name {}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name a {
	font-size: 14px;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name a {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name a {
	color: #fff;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name a {
	font-weight: normal;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name a {
	text-decoration: none;
}

#module_447330210 .layout-101 .relevance-content .relevance-list li:hover .relevance-name a {
	font-style: normal;
}

.module_463129408 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129408 {
	padding: 0px;
}

#module_463129408 {
	position: static;
	z-index: 2;
	top: 1797px;
	left: 0px;
	width: 100%;
	height: auto;
}

#module_463129408 .ModuleHead463129408 {
	display: none;
}

#module_463129408 .BodyCenter.BodyCenter463129408 {
	background: none;
	background-color: rgba(242, 242, 242, 0.5);
}

#module_463129408>.module_463129408 {
	border-top-style: solid;
	border-top-color: rgb(242, 242, 242);
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129408>.module_463129408 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129408 .BodyCenter.BodyCenter463129408 {
		padding-top: 0.7837%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.3918%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129408 .BodyCenter.BodyCenter463129408 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129408>.module_463129408 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129408>.module_463129408 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_463129408>.module_463129408 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129408:hover {
	border: none;
}

#module_463129408:hover>.module_463129408 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129408 .ModuleSubContainer {
	background-color: transparent;
}

#module_463129408 .ModuleSubContainer {
	background-image: none;
}

#module_463129408 .ModuleSubContainer {
	background-repeat: no-repeat;
}

#module_463129408 .ModuleSubContainer {
	background-position: 0% 0%;
}

#module_463129408 .ModuleSubContainer {
	background-attachment: scroll;
}

#module_463129408 .ModuleSubContainer {}

#module_463129408 {
	!bgVideo !
}

	{
	bgVideoUrl:
}

#module_463129408 .gridBgVideo .bgVideoMask {
	opacity: 0.2
}

#module_463129408 .ModuleSubContainer {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.5s ease;
}

#module_463129408 .ModuleSubContainer:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer463129408 {
	max-width: 1600px;
	width: auto;
}

.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container {
	overflow: hidden;
	visibility: visible;
}

.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container .tabContainerGiantGrid {
	flex-shrink: 0;
}

div[id ^="tab_content_clone_"] {
	display: block;
	position: absolute;
	height: 0;
	overflow: hidden;
	width: 100% !important;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	z-index: 900;
}

.tabContentGiant.tab-content-clone .ModuleContainer {
	padding: 0
}

.ModuleTabContainerV2Giant.layout-111 .Nav-Container {
	display: flex;
	position: absolute;
	z-index: 99;
	align-items: center;
}

.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav {
	margin: 0 20px;
}

.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel {
	width: 30px;
	height: 2px;
	float: left;
	background: #ccc;
	margin: 0;
}

.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel .OneRow {
	width: 0;
	height: 0;
	border-radius: 0;
	padding: 0;
	transition: all 0.2s ease-in;
}

.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel.active .OneRow {
	width: 100%;
	height: 100%;
	background: #333;
	transition: all 0.2s ease-in;
}

.ModuleTabContainerV2Giant.layout-111 .Nav-Container .glyphicon {
	width: auto;
	height: auto;
	display: inline-block;
	background: unset;
	position: static;
	font-size: 16px;
	color: #333;
	line-height: 1;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.ModuleTabContainerV2Giant.layout-111 .Nav-Container {
		position: static;
		justify-content: center;
		margin-top: 28px;
	}
}

.module_463129410 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129410 {
	padding: 0px;
}

#module_463129410 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_463129410 .ModuleHead463129410 {
	display: none;
}

#module_463129410 .BodyCenter.BodyCenter463129410 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129410>.module_463129410 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129410>.module_463129410 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129410 .BodyCenter.BodyCenter463129410 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129410 .BodyCenter.BodyCenter463129410 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129410>.module_463129410 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129410>.module_463129410 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_463129410>.module_463129410 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129410:hover {
	border: none;
}

#module_463129410:hover>.module_463129410 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129410 .tabContainerGiantGrid {
	background-color: transparent;
}

#module_463129410 .tabContainerGiantGrid {
	background-image: none;
}

#module_463129410 .tabContainerGiantGrid {
	background-repeat: no-repeat;
}

#module_463129410 .tabContainerGiantGrid {}

#module_463129410 .tabContainerGiantGrid {}

#module_463129410 .tabContainerGiantGrid {}

#module_463129410 .tabContainerGiantGrid {
	padding-top: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	padding-bottom: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	padding-left: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	padding-right: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	border-top-color: transparent;
}

#module_463129410 .tabContainerGiantGrid {
	border-top-style: solid;
}

#module_463129410 .tabContainerGiantGrid {
	border-top-width: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	border-right-color: transparent;
}

#module_463129410 .tabContainerGiantGrid {
	border-right-style: solid;
}

#module_463129410 .tabContainerGiantGrid {
	border-right-width: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	border-bottom-color: transparent;
}

#module_463129410 .tabContainerGiantGrid {
	border-bottom-style: solid;
}

#module_463129410 .tabContainerGiantGrid {
	border-bottom-width: 0px;
}

#module_463129410 .tabContainerGiantGrid {
	border-left-color: transparent;
}

#module_463129410 .tabContainerGiantGrid {
	border-left-style: solid;
}

#module_463129410 .tabContainerGiantGrid {
	border-left-width: 0px;
}

#module_463129410 .Nav-Container {
	bottom: 10px;
	top: auto;
	left: 10px;
	transform: none;
}

#module_463129410 .Nav-Container .glyphicon {
	font-size: 16px;
}

#module_463129410 .Nav-Container .glyphicon {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129410 .Nav-Container .glyphicon {
	color: #333;
}

#module_463129410 .Nav-Container .glyphicon {
	font-weight: normal;
}

#module_463129410 .Nav-Container .glyphicon {
	text-decoration: none;
}

#module_463129410 .Nav-Container .glyphicon {
	font-style: normal;
}

#module_463129410 .Nav-Container .commonLabel {
	background-color: #ccc;
}

#module_463129410 .Nav-Container .glyphicon:hover {
	font-size: 16px;
}

#module_463129410 .Nav-Container .glyphicon:hover {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129410 .Nav-Container .glyphicon:hover {
	color: #333;
}

#module_463129410 .Nav-Container .glyphicon:hover {
	font-weight: normal;
}

#module_463129410 .Nav-Container .glyphicon:hover {
	text-decoration: none;
}

#module_463129410 .Nav-Container .glyphicon:hover {
	font-style: normal;
}

#module_463129410 .Nav-Container .commonLabel.active .OneRow {
	background-color: #333;
}

#module_463129410__tabPane_5911 #Sub463129410_5911 {
	display: table;
	width: 100%;
	position: relative;
	table-layout: fixed;
}

#module_463129410__tabPane_5911 #Sub463129410_5911>.SubContainer {
	display: table-cell;
	vertical-align: top;
}

#module_463129410__tabPane_5911 .SubPadding {
	width: 0px;
	height: 100%;
	position: relative;
	display: table-cell;
}

#module_463129410__tabPane_5911 .SubDrag {
	width: 6px;
	cursor: e-resize;
	position: absolute;
	z-index: 99;
	min-height: 66px;
	height: 100%;
	background-color: rgba(75, 151, 255, 0);
}

#module_463129410__tabPane_5911 .SubDrag:after {
	display: block;
	content: '';
	width: 1px;
	border-left: 1px dashed rgba(75, 151, 255, 0);
	height: 100%;
	margin: auto;
}

#module_463129410__tabPane_5911:hover .SubDrag:after {
	border-left: 1px dashed rgba(75, 151, 255, .8);
}

#module_463129410__tabPane_5911 .SubDrag:hover {
	background-color: rgba(75, 151, 255, .8);
}

#module_463129410__tabPane_5911 .SubDrag:hover:after {
	border-left: 1px dashed rgba(75, 151, 255, .8);
}

@media only screen and (max-width: 767px) {
	#module_463129410__tabPane_5911 #Sub463129410_5911 {
		display: block;
	}

	#module_463129410__tabPane_5911 #Sub463129410_5911>.SubPadding {
		float: left;
		height: 10px;
	}

	#module_463129410__tabPane_5911 #Sub463129410_5911>.SubContainer {
		float: left;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#module_463129410__tabPane_5911 #Sub463129410_5911>.SubContainer .SubDrag {
		display: none;
	}

	#module_463129410__tabPane_5911 #Sub463129410_5911>.SubPadding {
		width: 0px;
		display: none;
	}

	#module_463129410__tabPane_5911 #Sub463129410_5911>.SubContainer {
		width: 100% !important;
		height: auto;
	}
}

#module_463129410__tabPane_5911 #Sub463129410_Tab5911_1 {
	width: 33.3333%;
}

/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {
	font-size: 14px;
}

.ModuleImageTextGiant.layout-101 .imageTextGiant-Container {
	height: auto;
	word-wrap: break-word;
	max-height: 100%;
	padding: 10px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.module_463129414 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129414 {
	padding: 0px;
}

#module_463129414 {
	position: static;
	z-index: 0;
	top: 1674px;
	left: 229px;
	width: 100%;
	height: auto;
}

#module_463129414 .ModuleHead463129414 {
	display: none;
}

#module_463129414 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_463129414 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_463129414 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_463129414 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_463129414 .imageTextGiant-Container {
	padding-top: 10px;
}

#module_463129414 .imageTextGiant-Container {
	padding-bottom: 10px;
}

#module_463129414 .imageTextGiant-Container {
	padding-left: 10px;
}

#module_463129414 .imageTextGiant-Container {
	padding-right: 10px;
}

#module_463129414 .showHandle .btn {
	font-size: 14px;
}

#module_463129414 .showHandle .btn {
	font-family: ;
}

#module_463129414 .showHandle .btn {
	color: #333;
}

#module_463129414 .showHandle .btn {
	font-weight: 400;
}

#module_463129414 .showHandle .btn {
	text-decoration: none;
}

#module_463129414 .showHandle .btn {
	font-style: normal;
}

#module_463129414 .showHandle div {
	border-top-color: #ddd !important;
}

#module_463129414 .showHandle div {
	border-top-style: solid !important;
}

#module_463129414 .showHandle div {
	border-top-width: 1px !important;
}

#module_463129414 .showHandle {
	background-color: transparent;
}

#module_463129414 .showHandle {}

#module_463129414 .showHandle {
	background-repeat: no-repeat;
}

#module_463129414 .showHandle {}

#module_463129414 .showHandle {}

#module_463129414 .showHandle {}

#module_463129414 a {
	font-size: unset;
	font-family: unset
}

.ModuleCommonClsGiant.layout-102 .class-title {
	height: 60px;
	line-height: 60px;
	background: #0072d4;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center
}

.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
	display: none
}

.ModuleCommonClsGiant.layout-102 .main-class-item {
	box-sizing: border-box;
	background: #fff;
	position: relative;
}

.ModuleCommonClsGiant.layout-102 .one-classify {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.ModuleCommonClsGiant.layout-102 .main-class-item:nth-last-of-type(1) {
	border: none !important;
}

.ModuleCommonClsGiant.layout-102 .main-class-item a {
	color: #666;
	font-size: 14px;
	line-height: 1;
	display: block;
}

.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
	display: block;
	width: 100%;
	padding-left: 45px;
	display: block;
	max-width: 100%;
	line-height: 45px;
}

.ModuleCommonClsGiant.layout-102 .icon {
	background: none
}

.ModuleCommonClsGiant.layout-102 .class-title-icon {
	background: none;
	width: 16px;
	fill: #fff;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active {
	background: #f9f9f9;
}

.ModuleCommonClsGiant.layout-102 .main-class-item .main-class-colorlump {
	width: 4px;
	height: 14px;
	background-color: #0072d4;
	display: none;
	vertical-align: middle;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-colorlump {
	display: inline-block;
}

.ModuleCommonClsGiant.layout-102 .main-class-item.active .main-class-text {
	color: #0072d4;
}

.ModuleCommonClsGiant.layout-102 .colorlumpbox {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ModuleCommonClsGiant.layout-102 .forceheight {
	height: auto !important;
	line-height: 1.5 !important;
}

@media (max-width: 767px) {
	.ModuleCommonClsGiant.layout-102 .class-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}

	.ModuleCommonClsGiant.layout-102 .class-title .class-title-icon {
		display: inline-block;
	}

	.ModuleCommonClsGiant.layout-102 .main-class-item a .main-class-text {
		padding-left: 20px !important;
	}

	.ModuleCommonClsGiant.layout-102 .one-classify {
		display: none
	}
}

@media (min-width: 768px) {
	.ModuleCommonClsGiant.layout-102 .one-classify {
		display: block !important;
	}
}


.module_463129411 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129411 {
	padding: 0px;
}

#module_463129411 {
	position: static;
	z-index: 0;
	top: 1055px;
	left: 567px;
	width: 100%;
	height: auto;
}

#module_463129411 .ModuleHead463129411 {
	display: none;
}

#module_463129411 .BodyCenter.BodyCenter463129411 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129411>.module_463129411 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129411>.module_463129411 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129411 .BodyCenter.BodyCenter463129411 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129411 .BodyCenter.BodyCenter463129411 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129411>.module_463129411 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129411>.module_463129411 {
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
}

#module_463129411>.module_463129411 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129411:hover {
	border: none;
}

#module_463129411:hover>.module_463129411 {
	border-color: #ccc;
}

#module_463129411:hover>.module_463129411 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129411 .class-title-text {
	padding-left: px;
}

#module_463129411 {}

@media (max-width: 767px) {
	#module_463129411 .class-title-text {
		padding-left: px;
	}
}

#module_463129411 .class-title .class-title-text {
	font-size: 16px;
}

#module_463129411 .class-title .class-title-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129411 .class-title .class-title-text,
#module_463129411 .class-title .class-title-icon {
	color: #fff;
}

#module_463129411 .class-title .class-title-text {
	font-weight: normal;
}

#module_463129411 .class-title .class-title-text {
	text-decoration: none;
}

#module_463129411 .class-title .class-title-text {
	font-style: normal;
}

#module_463129411 .class-title {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129411 .class-title {
	background-image: none;
}

#module_463129411 .class-title {}

#module_463129411 .class-title {}

#module_463129411 .class-title {}

#module_463129411 .class-title {}

#module_463129411 .class-title {
	height: auto;
	line-height: initial;
}

#module_463129411 .main-class-text {
	height: px;
	line-height: px;
}

#module_463129411 .one-classify {
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-right-color: #e5e5e5;
}

#module_463129411 .one-classify {
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

#module_463129411 .one-classify {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#module_463129411 .main-class-item {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129411 .main-class-item {
	background-image: none;
}

#module_463129411 .main-class-item {}

#module_463129411 .main-class-item {}

#module_463129411 .main-class-item {}

#module_463129411 .main-class-item {}

#module_463129411 .main-class-item {
	border-bottom-color: #e5e5e5;
}

#module_463129411 .main-class-item {
	border-bottom-style: solid;
}

#module_463129411 .main-class-item {
	border-bottom-width: 0px;
}

#module_463129411 .main-class-item .main-class-text {
	font-size: 14px;
}

#module_463129411 .main-class-item .main-class-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129411 .main-class-item .main-class-text {
	color: #666;
}

#module_463129411 .main-class-item .main-class-text {
	font-weight: normal;
}

#module_463129411 .main-class-item .main-class-text {
	text-decoration: none;
}

#module_463129411 .main-class-item .main-class-text {
	font-style: normal;
}

#module_463129411 .main-class-item .main-class-text {
	text-align: left;
}

#module_463129411 .main-class-item .main-class-text {
	padding-left: 10px;
}

#module_463129411 .main-class-item .main-class-text {
	padding-right: 0px;
}

#module_463129411 .main-class-item .main-class-text.forceheight {
	padding-top: px;
}

#module_463129411 .main-class-item .main-class-text.forceheight {
	padding-bottom: px;
}

#module_463129411 .main-class-item.active {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129411 .main-class-item.active {
	background-image: none;
}

#module_463129411 .main-class-item.active {}

#module_463129411 .main-class-item.active {}

#module_463129411 .main-class-item.active {}

#module_463129411 .main-class-item.active {}

#module_463129411 .main-class-item.active {
	border-bottom-color: #e5e5e5;
}

#module_463129411 .main-class-item.active {
	border-bottom-style: solid;
}

#module_463129411 .main-class-item.active {
	border-bottom-width: 0px;
}

#module_463129411 .main-class-item.active .main-class-text {
	font-size: 14px;
}

#module_463129411 .main-class-item.active .main-class-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129411 .main-class-item.active .main-class-text {
	color: rgb(9, 59, 128);
}

#module_463129411 .main-class-item.active .main-class-text {
	font-weight: normal;
}

#module_463129411 .main-class-item.active .main-class-text {
	text-decoration: none;
}

#module_463129411 .main-class-item.active .main-class-text {
	font-style: normal;
}

#module_463129411 .main-class-item.active .main-class-text {
	text-align: left;
}

#module_463129411 .main-class-item.active .main-class-text {
	padding-left: 10px;
}

#module_463129411 .main-class-item.active .main-class-text {
	padding-right: 0px;
}

#module_463129411 .main-class-item.active .main-class-colorlump {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129411 .main-class-item.active .main-class-colorlump {
	height: 14px;
}


#module_463129410__tabPane_5911 #Sub463129410_Tab5911_2 {
	width: 33.3333%;
}

.module_463129415 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129415 {
	padding: 0px;
}

#module_463129415 {
	position: static;
	z-index: 0;
	top: 30px;
	left: 0px;
	width: 100%;
	height: auto;
}

#module_463129415 .ModuleHead463129415 {
	display: none;
}

#module_463129415 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_463129415 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_463129415 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_463129415 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_463129415 .imageTextGiant-Container {
	padding-top: 10px;
}

#module_463129415 .imageTextGiant-Container {
	padding-bottom: 10px;
}

#module_463129415 .imageTextGiant-Container {
	padding-left: 10px;
}

#module_463129415 .imageTextGiant-Container {
	padding-right: 10px;
}

#module_463129415 .showHandle .btn {
	font-size: 14px;
}

#module_463129415 .showHandle .btn {
	font-family: ;
}

#module_463129415 .showHandle .btn {
	color: #333;
}

#module_463129415 .showHandle .btn {
	font-weight: 400;
}

#module_463129415 .showHandle .btn {
	text-decoration: none;
}

#module_463129415 .showHandle .btn {
	font-style: normal;
}

#module_463129415 .showHandle div {
	border-top-color: #ddd !important;
}

#module_463129415 .showHandle div {
	border-top-style: solid !important;
}

#module_463129415 .showHandle div {
	border-top-width: 1px !important;
}

#module_463129415 .showHandle {
	background-color: transparent;
}

#module_463129415 .showHandle {}

#module_463129415 .showHandle {
	background-repeat: no-repeat;
}

#module_463129415 .showHandle {}

#module_463129415 .showHandle {}

#module_463129415 .showHandle {}

#module_463129415 a {
	font-size: unset;
	font-family: unset
}

.module_463129413 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129413 {
	padding: 0px;
}

#module_463129413 {
	position: static;
	z-index: 0;
	top: 30px;
	left: 0px;
	width: 100%;
	height: auto;
}

#module_463129413 .ModuleHead463129413 {
	display: none;
}

#module_463129413 .BodyCenter.BodyCenter463129413 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129413>.module_463129413 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129413>.module_463129413 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129413 .BodyCenter.BodyCenter463129413 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129413 .BodyCenter.BodyCenter463129413 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129413>.module_463129413 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129413>.module_463129413 {
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
}

#module_463129413>.module_463129413 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129413:hover {
	border: none;
}

#module_463129413:hover>.module_463129413 {
	border-color: #ccc;
}

#module_463129413:hover>.module_463129413 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129413 .class-title-text {
	padding-left: px;
}

#module_463129413 {}

@media (max-width: 767px) {
	#module_463129413 .class-title-text {
		padding-left: px;
	}
}

#module_463129413 .class-title .class-title-text {
	font-size: 16px;
}

#module_463129413 .class-title .class-title-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129413 .class-title .class-title-text,
#module_463129413 .class-title .class-title-icon {
	color: #fff;
}

#module_463129413 .class-title .class-title-text {
	font-weight: normal;
}

#module_463129413 .class-title .class-title-text {
	text-decoration: none;
}

#module_463129413 .class-title .class-title-text {
	font-style: normal;
}

#module_463129413 .class-title {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129413 .class-title {
	background-image: none;
}

#module_463129413 .class-title {}

#module_463129413 .class-title {}

#module_463129413 .class-title {}

#module_463129413 .class-title {}

#module_463129413 .class-title {
	height: auto;
	line-height: initial;
}

#module_463129413 .main-class-text {
	height: px;
	line-height: px;
}

#module_463129413 .one-classify {
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-right-color: #e5e5e5;
}

#module_463129413 .one-classify {
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

#module_463129413 .one-classify {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#module_463129413 .main-class-item {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129413 .main-class-item {
	background-image: none;
}

#module_463129413 .main-class-item {}

#module_463129413 .main-class-item {}

#module_463129413 .main-class-item {}

#module_463129413 .main-class-item {}

#module_463129413 .main-class-item {
	border-bottom-color: #e5e5e5;
}

#module_463129413 .main-class-item {
	border-bottom-style: solid;
}

#module_463129413 .main-class-item {
	border-bottom-width: 0px;
}

#module_463129413 .main-class-item .main-class-text {
	font-size: 14px;
}

#module_463129413 .main-class-item .main-class-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129413 .main-class-item .main-class-text {
	color: #666;
}

#module_463129413 .main-class-item .main-class-text {
	font-weight: normal;
}

#module_463129413 .main-class-item .main-class-text {
	text-decoration: none;
}

#module_463129413 .main-class-item .main-class-text {
	font-style: normal;
}

#module_463129413 .main-class-item .main-class-text {
	text-align: left;
}

#module_463129413 .main-class-item .main-class-text {
	padding-left: 10px;
}

#module_463129413 .main-class-item .main-class-text {
	padding-right: 0px;
}

#module_463129413 .main-class-item .main-class-text.forceheight {
	padding-top: px;
}

#module_463129413 .main-class-item .main-class-text.forceheight {
	padding-bottom: px;
}

#module_463129413 .main-class-item.active {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129413 .main-class-item.active {
	background-image: none;
}

#module_463129413 .main-class-item.active {}

#module_463129413 .main-class-item.active {}

#module_463129413 .main-class-item.active {}

#module_463129413 .main-class-item.active {}

#module_463129413 .main-class-item.active {
	border-bottom-color: #e5e5e5;
}

#module_463129413 .main-class-item.active {
	border-bottom-style: solid;
}

#module_463129413 .main-class-item.active {
	border-bottom-width: 0px;
}

#module_463129413 .main-class-item.active .main-class-text {
	font-size: 14px;
}

#module_463129413 .main-class-item.active .main-class-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129413 .main-class-item.active .main-class-text {
	color: rgb(9, 59, 128);
}

#module_463129413 .main-class-item.active .main-class-text {
	font-weight: normal;
}

#module_463129413 .main-class-item.active .main-class-text {
	text-decoration: none;
}

#module_463129413 .main-class-item.active .main-class-text {
	font-style: normal;
}

#module_463129413 .main-class-item.active .main-class-text {
	text-align: left;
}

#module_463129413 .main-class-item.active .main-class-text {
	padding-left: 10px;
}

#module_463129413 .main-class-item.active .main-class-text {
	padding-right: 0px;
}

#module_463129413 .main-class-item.active .main-class-colorlump {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129413 .main-class-item.active .main-class-colorlump {
	height: 14px;
}


#module_463129410__tabPane_5911 #Sub463129410_Tab5911_3 {
	width: 33.3333%;
}

.module_463129416 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129416 {
	padding: 0px;
}

#module_463129416 {
	position: static;
	z-index: 0;
	top: 994px;
	left: 933px;
	width: 100%;
	height: auto;
}

#module_463129416 .ModuleHead463129416 {
	display: none;
}

#module_463129416 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_463129416 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_463129416 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_463129416 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_463129416 .imageTextGiant-Container {
	padding-top: 10px;
}

#module_463129416 .imageTextGiant-Container {
	padding-bottom: 10px;
}

#module_463129416 .imageTextGiant-Container {
	padding-left: 10px;
}

#module_463129416 .imageTextGiant-Container {
	padding-right: 10px;
}

#module_463129416 .showHandle .btn {
	font-size: 14px;
}

#module_463129416 .showHandle .btn {
	font-family: ;
}

#module_463129416 .showHandle .btn {
	color: #333;
}

#module_463129416 .showHandle .btn {
	font-weight: 400;
}

#module_463129416 .showHandle .btn {
	text-decoration: none;
}

#module_463129416 .showHandle .btn {
	font-style: normal;
}

#module_463129416 .showHandle div {
	border-top-color: #ddd !important;
}

#module_463129416 .showHandle div {
	border-top-style: solid !important;
}

#module_463129416 .showHandle div {
	border-top-width: 1px !important;
}

#module_463129416 .showHandle {
	background-color: transparent;
}

#module_463129416 .showHandle {}

#module_463129416 .showHandle {
	background-repeat: no-repeat;
}

#module_463129416 .showHandle {}

#module_463129416 .showHandle {}

#module_463129416 .showHandle {}

#module_463129416 a {
	font-size: unset;
	font-family: unset
}

.module_463129412 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129412 {
	padding: 0px;
}

#module_463129412 {
	position: static;
	z-index: 0;
	top: 1042px;
	left: 926px;
	width: 100%;
	height: auto;
}

#module_463129412 .ModuleHead463129412 {
	display: none;
}

#module_463129412 .BodyCenter.BodyCenter463129412 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129412>.module_463129412 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129412>.module_463129412 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129412 .BodyCenter.BodyCenter463129412 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129412 .BodyCenter.BodyCenter463129412 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129412>.module_463129412 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129412>.module_463129412 {
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
}

#module_463129412>.module_463129412 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129412:hover {
	border: none;
}

#module_463129412:hover>.module_463129412 {
	border-color: #ccc;
}

#module_463129412:hover>.module_463129412 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129412 .class-title-text {
	padding-left: px;
}

#module_463129412 {}

@media (max-width: 767px) {
	#module_463129412 .class-title-text {
		padding-left: px;
	}
}

#module_463129412 .class-title .class-title-text {
	font-size: 16px;
}

#module_463129412 .class-title .class-title-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129412 .class-title .class-title-text,
#module_463129412 .class-title .class-title-icon {
	color: #fff;
}

#module_463129412 .class-title .class-title-text {
	font-weight: normal;
}

#module_463129412 .class-title .class-title-text {
	text-decoration: none;
}

#module_463129412 .class-title .class-title-text {
	font-style: normal;
}

#module_463129412 .class-title {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129412 .class-title {
	background-image: none;
}

#module_463129412 .class-title {}

#module_463129412 .class-title {}

#module_463129412 .class-title {}

#module_463129412 .class-title {}

#module_463129412 .class-title {
	height: auto;
	line-height: initial;
}

#module_463129412 .main-class-text {
	height: px;
	line-height: px;
}

#module_463129412 .one-classify {
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-right-color: #e5e5e5;
}

#module_463129412 .one-classify {
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

#module_463129412 .one-classify {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#module_463129412 .main-class-item {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129412 .main-class-item {
	background-image: none;
}

#module_463129412 .main-class-item {}

#module_463129412 .main-class-item {}

#module_463129412 .main-class-item {}

#module_463129412 .main-class-item {}

#module_463129412 .main-class-item {
	border-bottom-color: #e5e5e5;
}

#module_463129412 .main-class-item {
	border-bottom-style: solid;
}

#module_463129412 .main-class-item {
	border-bottom-width: 0px;
}

#module_463129412 .main-class-item .main-class-text {
	font-size: 14px;
}

#module_463129412 .main-class-item .main-class-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129412 .main-class-item .main-class-text {
	color: #666;
}

#module_463129412 .main-class-item .main-class-text {
	font-weight: normal;
}

#module_463129412 .main-class-item .main-class-text {
	text-decoration: none;
}

#module_463129412 .main-class-item .main-class-text {
	font-style: normal;
}

#module_463129412 .main-class-item .main-class-text {
	text-align: left;
}

#module_463129412 .main-class-item .main-class-text {
	padding-left: 10px;
}

#module_463129412 .main-class-item .main-class-text {
	padding-right: 0px;
}

#module_463129412 .main-class-item .main-class-text.forceheight {
	padding-top: px;
}

#module_463129412 .main-class-item .main-class-text.forceheight {
	padding-bottom: px;
}

#module_463129412 .main-class-item.active {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129412 .main-class-item.active {
	background-image: none;
}

#module_463129412 .main-class-item.active {}

#module_463129412 .main-class-item.active {}

#module_463129412 .main-class-item.active {}

#module_463129412 .main-class-item.active {}

#module_463129412 .main-class-item.active {
	border-bottom-color: #e5e5e5;
}

#module_463129412 .main-class-item.active {
	border-bottom-style: solid;
}

#module_463129412 .main-class-item.active {
	border-bottom-width: 0px;
}

#module_463129412 .main-class-item.active .main-class-text {
	font-size: 14px;
}

#module_463129412 .main-class-item.active .main-class-text {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129412 .main-class-item.active .main-class-text {
	color: rgb(9, 59, 128);
}

#module_463129412 .main-class-item.active .main-class-text {
	font-weight: normal;
}

#module_463129412 .main-class-item.active .main-class-text {
	text-decoration: none;
}

#module_463129412 .main-class-item.active .main-class-text {
	font-style: normal;
}

#module_463129412 .main-class-item.active .main-class-text {
	text-align: left;
}

#module_463129412 .main-class-item.active .main-class-text {
	padding-left: 10px;
}

#module_463129412 .main-class-item.active .main-class-text {
	padding-right: 0px;
}

#module_463129412 .main-class-item.active .main-class-colorlump {
	background-color: rgba(0, 0, 0, 0);
}

#module_463129412 .main-class-item.active .main-class-colorlump {
	height: 14px;
}




.module_463129420 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129420 {
	padding: 0px;
}

#module_463129420 {
	position: static;
	z-index: 1;
	top: 39px;
	left: 0px;
	width: 100%;
	height: auto;
}

#module_463129420 .ModuleHead463129420 {
	display: none;
}

#module_463129420 .BodyCenter.BodyCenter463129420 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129420>.module_463129420 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129420>.module_463129420 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129420 .BodyCenter.BodyCenter463129420 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129420 .BodyCenter.BodyCenter463129420 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129420>.module_463129420 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129420>.module_463129420 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_463129420>.module_463129420 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129420:hover {
	border: none;
}

#module_463129420:hover>.module_463129420 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129420 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_463129420 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_463129420 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_463129420 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_463129420 .imageTextGiant-Container {
	padding-top: 10px;
}

#module_463129420 .imageTextGiant-Container {
	padding-bottom: 10px;
}

#module_463129420 .imageTextGiant-Container {
	padding-left: 10px;
}

#module_463129420 .imageTextGiant-Container {
	padding-right: 10px;
}

#module_463129420 .showHandle .btn {
	font-size: 14px;
}

#module_463129420 .showHandle .btn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129420 .showHandle .btn {
	color: rgb(102, 102, 102);
}

#module_463129420 .showHandle .btn {
	font-weight: 400;
}

#module_463129420 .showHandle .btn {
	text-decoration: none;
}

#module_463129420 .showHandle .btn {
	font-style: normal;
}

#module_463129420 .showHandle div {
	border-top-color: #ddd !important;
}

#module_463129420 .showHandle div {
	border-top-style: solid !important;
}

#module_463129420 .showHandle div {
	border-top-width: 1px !important;
}

#module_463129420 .showHandle {
	background-color: transparent;
}

#module_463129420 .showHandle {
	background-image: none;
}

#module_463129420 .showHandle {
	background-repeat: no-repeat;
}

#module_463129420 .showHandle {}

#module_463129420 .showHandle {}

#module_463129420 .showHandle {}

#module_463129420 a {
	font-size: unset;
	font-family: unset
}

/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container {
	max-height: 100%;
	max-width: 100%;
	padding: 10px;
}

.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper {
	text-align: center;
}

.ModuleImageTextGiant.layout-103 .ModuleImageTextContent {
	width: 100%;
}

.module_463129417 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129417 {
	padding: 0px;
}

#module_463129417 {
	position: static;
	z-index: 0;
	top: 1665px;
	left: 1385px;
	width: 100%;
	height: auto;
}

#module_463129417 .ModuleHead463129417 {
	display: none;
}

#module_463129417 .BodyCenter.BodyCenter463129417 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129417>.module_463129417 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129417>.module_463129417 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129417 .BodyCenter.BodyCenter463129417 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129417 .BodyCenter.BodyCenter463129417 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129417>.module_463129417 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129417>.module_463129417 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_463129417>.module_463129417 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129417:hover {
	border: none;
}

#module_463129417:hover>.module_463129417 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129417 .GraphicUpper .TextImage {
	border-top-left-radius: 0px;
}

#module_463129417 .GraphicUpper .TextImage {
	border-top-right-radius: 0px;
}

#module_463129417 .GraphicUpper .TextImage {
	border-bottom-left-radius: 0px;
}

#module_463129417 .GraphicUpper .TextImage {
	border-bottom-right-radius: 0px;
}

#module_463129417 .GraphicUpper .TextImage {
	margin-top: 0px;
}

#module_463129417 .GraphicUpper .TextImage {
	margin-bottom: 10px;
}

#module_463129417 .GraphicUpper .TextImage {
	margin-left: 0px;
}

#module_463129417 .GraphicUpper .TextImage {
	margin-right: 0px;
}

#module_463129417 .TextImage {
	width: 60%;
}

#module_463129417 .MobileTextImage {
	width: 50%;
}

#module_463129417 .imageTextGiant-Container .GraphicUpper {
	text-align: center;
}

#module_463129417 .imageTextGiant-Container {
	padding-top: 10px;
}

#module_463129417 .imageTextGiant-Container {
	padding-bottom: 10px;
}

#module_463129417 .imageTextGiant-Container {
	padding-left: 10px;
}

#module_463129417 .imageTextGiant-Container {
	padding-right: 10px;
}

#module_463129417 .ModuleImageTextGiantContent {
	padding-top: 0px;
}

#module_463129417 .ModuleImageTextGiantContent {
	padding-bottom: 0px;
}

#module_463129417 .ModuleImageTextGiantContent {
	padding-left: 0px;
}

#module_463129417 .ModuleImageTextGiantContent {
	padding-right: 0px;
}

#module_463129417 .imageTextGiant-Container {
	padding-top: 0px;
}

#module_463129417 .imageTextGiant-Container {
	padding-bottom: 0px;
}

#module_463129417 .imageTextGiant-Container {
	padding-left: 0px;
}

#module_463129417 .imageTextGiant-Container {
	padding-right: 0px;
}

#module_463129417 .showHandle .btn {
	font-size: 14px;
}

#module_463129417 .showHandle .btn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129417 .showHandle .btn {
	color: #333;
}

#module_463129417 .showHandle .btn {
	font-weight: 400;
}

#module_463129417 .showHandle .btn {
	text-decoration: none;
}

#module_463129417 .showHandle .btn {
	font-style: normal;
}

#module_463129417 .showHandle div {
	border-top-color: #ddd !important;
}

#module_463129417 .showHandle div {
	border-top-style: solid !important;
}

#module_463129417 .showHandle div {
	border-top-width: 1px !important;
}

#module_463129417 .showHandle {
	background-color: transparent;
}

#module_463129417 .showHandle {
	background-image: none;
}

#module_463129417 .showHandle {
	background-repeat: no-repeat;
}

#module_463129417 .showHandle {}

#module_463129417 .showHandle {}

#module_463129417 .showHandle {}

#module_463129417 a {
	font-size: unset;
	font-family: unset
}

.ModuleCustomFormGiant.layout-107 .smsvaldatebox,
.ModuleCustomFormGiant.layout-107 .frist_item,
.ModuleCustomFormGiant.layout-107 .VerificationCodeinput,
.ModuleCustomFormGiant.layout-107 .formList-content.textbox,
.ModuleCustomFormGiant.layout-107 .customFormDatetime,
.ModuleCustomFormGiant.layout-107 .pcCitybox select {
	height: 44px;
	line-height: 44px;
}

.ModuleCustomFormGiant.layout-107 .submitbtnbox {
	display: flex;
	width: 20%;
	margin-bottom: 0px;
}

.ModuleCustomFormGiant.layout-107 .icon-riqixuanze {
	padding-right: 10px;
	position: absolute;
	right: 0;
	color: #b3b6b7;
}

/*新验证码开始*/
.ModuleCustomFormGiant.layout-107 .vciline {
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine1 {
	display: none;
}

.ModuleCustomFormGiant.layout-107 .VCClose:hover .VCLine2 {
	transform: rotate(180deg);
	transition: all 0.5s;
}

.ModuleCustomFormGiant.layout-107 .VCClose {
	position: relative;
	margin-right: 20px;
	width: 30px;
	float: right;
	margin-top: 17px;
	height: 30px;
	cursor: pointer;
}

.ModuleCustomFormGiant.layout-107 .VCLine1 {
	border-top: #ccc solid 2px;
	width: 18px;
	transform: rotate(45deg);
	right: 0;
	position: absolute;
	top: 9px;

}

.ModuleCustomFormGiant.layout-107 .VCLine2 {
	border-top: #ccc solid 2px;
	width: 18px;
	transform: rotate(-45deg);
	right: 0;
	position: absolute;
	top: 9px;

}

.ModuleCustomFormGiant.layout-107 .VCTitle {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 41px;
	margin-bottom: 25px;

}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn {
	margin-top: 22px;
	text-align: right;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn1 {

	width: 80px;
	height: 36px;
	background: #1e88e5;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	font-size: 16px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcbtn2 {

	width: 80px;
	height: 36px;
	background: #fff;
	border-radius: 18px;
	line-height: 36px;
	text-align: center;
	color: #666666;
	border: 1px #ccc solid;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcinput::placeholder {
	color: #999999
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .vcinput {
	border: none;
	padding: 20px 0;
	background: #fff !important;
	border-bottom: solid #ccc 1px;
	color: #666;
	line-height: 1;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .changebtn {
	text-align: right;
	display: block;

}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv .VerificationCode {
	width: 100%;
	height: 100px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodecontext {
	padding: 0 33px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodediv {

	position: absolute;
	;
	bottom: 0;
	z-index: 999999999;
	background: #fff;
	transform: translate(-50%, -50%);
	top: auto;
	left: 50%;
	max-width: 350px;
	height: 380px;
	border-radius: 6px;
	box-shadow: 9.9px 9.9px 49px 0px rgba(0, 0, 0, 0.11);
	display: none;
	width: 100%;
}

/*新验证码结束*/


.ModuleCustomFormGiant.layout-107 .title {
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #333;
	font-size: 24px;
	margin-bottom: 14px;
	font-weight: normal;
	max-height: 30px;
}

.ModuleCustomFormGiant.layout-107 .multi-row-text {
	width: 90%;
}

.ModuleCustomFormGiant.layout-107 input[type=text] {
	font-size: 14px;
	border: none;
	background: #fff;
	padding: 0 0 0 10px;
	/* flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .customFormicon {
	width: 20px;
	height: 20px;
	margin-top: -5px;
	margin-right: 5px;
	display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-107 .Select_Simulate li:hover {
    color: #fff
} */

.ModuleCustomFormGiant.layout-107 .content-title {
	font-size: 14px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-moz-flex-shrink: 0;
	/* max-width: 30%; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ModuleCustomFormGiant.layout-107 .in-formList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: inline-flex;
	/* -webkit-box-pack: justify; */
	/* -webkit-justify-content: space-between; */
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.ModuleCustomFormGiant.layout-107 .formList-content {
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 16px;
	width: 100%;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .areabox .area ul {
	top: 55px
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .City-select,
.ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
	flex-grow: 1;
	flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	margin-right: 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* padding: 0 10px; */
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #ccc;
	/* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select select {
	border: 0;
	border-radius: 0;
	margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select .frist-city-title {
	font-size: 14px;
	margin-left: 16px;
	white-space: nowrap;
}

.ModuleCustomFormGiant.layout-107 .Browse-file {
	line-height: 44px;
	height: 44px;
}

.ModuleCustomFormGiant.layout-107 .Browse-img {

	height: 80px;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .frist-city-select {
	border-radius: 5px;
	border: 1px solid #ccc;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	margin-right: 10px;
	/* background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .choose-time-mobile {
	font-size: 14px;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .Couty-select {
	margin-right: 0;
}

.ModuleCustomFormGiant.layout-107 .pcCitybox .Province-select {
	margin-top: 1px;
	width: 100%
}

.ModuleCustomFormGiant.layout-107 .areabox .frist_item {
	height: 100%;
}

.ModuleCustomFormGiant.layout-107 input.VerificationCodeinput {
	width: 188px;
	line-height: 34px;
	margin-right: 10px;
	float: left;
}

.ModuleCustomFormGiant.layout-107 .VerificationCode {
	width: 90px;
	height: 50px;
	display: inline-block;
}

.ModuleCustomFormGiant.layout-107 .file-box .Browse-file-input {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-moz-flex-grow: 1;
	margin-right: 10px;
	border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .file-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .Browse-file {
	border: 1px solid #eee;
	border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .Browse-file:hover {
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-107 .flex {
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .input-text-color {
	color: #999;
	display: flex;
	align-items: center;
	/* line-height: 1.5; */
}

.ModuleCustomFormGiant.layout-107 .smsvaldatebox {
	height: 44px;
	line-height: 44px;
}

.ModuleCustomFormGiant.layout-107 .smsvcode,
.ModuleCustomFormGiant.layout-107 .smsbtn {
	border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .Describ-text-color {
	color: #333;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color {
	color: #fff;
	background: #1e88e5;
	border-radius: 5px;
	cursor: pointer;
}

.ModuleCustomFormGiant.layout-107 .areabox .frist_item {
	padding-right: 4px;
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate .Select_sanjiao {
	border: 0;
	height: 44px;
	width: 30px;
	background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow2.png) no-repeat center right;
	line-height: 44px;
	margin: 0;
	margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .formList-content.mgb0 {
	margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .in-formList-content.pdLf0 {
	padding-left: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 li {
	padding: 0 16px;
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate .frist_item {
	padding-right: 0;
}

.ModuleCustomFormGiant.layout-107 .submitbtn {
	min-height: 50px;
	text-align: center;
	margin-left: 15px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .submibtn-color:hover {
	color: #fff;
	background: #1976d2;
}

.ModuleCustomFormGiant.layout-107 .pd-0 {
	padding: 0;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-style .in-formList {
	align-items: flex-start;
}

.ModuleCustomFormGiant.layout-107 .multi-row-text {
	margin-top: 3px;
	border: 0;
	padding-left: 10px;
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border {
	border: none;
	padding-left: 0;
}

.ModuleCustomFormGiant.layout-107 .in-formList-checkbox {
	white-space: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107 .vertical {
	width: auto;
	display: initial;
}

.ModuleCustomFormGiant.layout-107 input[type=radio],
.ModuleCustomFormGiant.layout-107 input[type=checkbox] {
	top: 0;
	margin-top: 0
}

.ModuleCustomFormGiant.layout-107 .formList-content-no-border .in-formList {
	/* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-107 .content-title-checkbox {
	margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

.ModuleCustomFormGiant.layout-107 .choose-time {
	border: none;
	line-height: 44px;
	height: 44px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .chooseTimeicon {
	margin-top: 0;
	margin-right: 10px;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: auto;
	margin-right: 8px;
	padding-left: 16px;
	display: inline-block;
	height: 50px;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .verifica {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
	width: 66.5%;
	vertical-align: top;
	margin-top: 1px;
}

.ModuleCustomFormGiant.layout-107 .changebtn {
	line-height: 50px
}

.ModuleCustomFormGiant.layout-107 .cityPickerBox {
	border: 0;
}

.ModuleCustomFormGiant.layout-107 .cityval {
	line-height: 48px;
	height: 48px;
	display: none;
	width: 100%;
}

.ModuleCustomFormGiant.layout-107 .choose-city-content {
	font-size: 14px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 97%;
	display: block;
}

.ModuleCustomFormGiant.layout-107 .cityPickerBoxwb {
	height: 44px;
}

.ModuleCustomFormGiant.layout-107 .padL16 {
	padding-left: 16px;
	line-height: 1;
	height: auto;
	margin-top: 0;
	margin-right: 16px;
}

.ModuleCustomFormGiant.layout-107 .padL16.radioBox {
	margin-top: 8px
}

.ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
	margin-bottom: 0
}

.ModuleCustomFormGiant.layout-107 .Select_Simulate.layout2 .frist_item {
	padding-left: 0;
}

.ModuleCustomFormGiant.layout-107 .in-formList-content {
	border: 1px solid #ccc;
	padding-left: 16px;
	border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ModuleCustomFormGiant.layout-107 .select_box {
	display: none;
}

.ModuleCustomFormGiant.layout-107 .in-formList-img {
	min-height: 60px;
	height: auto;
}

.ModuleCustomFormGiant.layout-107 .file-operation {
	display: flex;
}

.ModuleCustomFormGiant.layout-107 .file-operation .content-title {
	max-width: 100%;
}

.ModuleCustomFormGiant.layout-107 .UploadFileSpan {
	line-height: 30px;
	font-size: 12px;
	/* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
	padding: 0 10px;
	box-sizing: border-box;
	max-height: 30px;
	width: 316px;
	display: none;
	padding-left: 0px;
}

.ModuleCustomFormGiant.layout-107 .textbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107 .w-100 {
	width: 100%;
	flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-107 .desctxt {
	max-width: 100%;
	overflow: inherit;
	white-space: normal;
	line-height: 1.5;
	height: 100%;
}

.ModuleCustomFormGiant.layout-107 .customform-upload-img-preview {
	border-radius: 5px;
}

.ModuleCustomFormGiant.layout-107 .in-formList-checkbox label span {
	min-width: 36px;
	display: initial;
	word-break: break-all;
}

.ModuleCustomFormGiant.layout-107 .customFormTextarea::placeholder {
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ModuleCustomFormGiant.layout-107 .formbox {
	text-align: left;
	display: flex;
}

.ModuleCustomFormGiant.layout-107 .Special {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {

	/* .ModuleCustomFormGiant.layout-107 .smsvaldatebox,
    .ModuleCustomFormGiant.layout-107 .frist_item,
    .ModuleCustomFormGiant.layout-107 .formList-content,
    .ModuleCustomFormGiant.layout-107 .customFormDatetime,
    .ModuleCustomFormGiant.layout-107 .pcCitybox select
    {
        height: 44px !important;
        line-height: 44px !important;
    } */
	.ModuleCustomFormGiant.layout-107 .smsvaldatebox {
		margin-left: 10px;
		margin-top: 0px;
	}

	.ModuleCustomFormGiant.layout-107 .submitbtnbox {
		width: 100% !important
	}

	.ModuleCustomFormGiant.layout-107 .submitbtn {
		line-height: 50px !important;
		margin-left: 0;
	}

	.ModuleCustomFormGiant.layout-107 .formbox {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.ModuleCustomFormGiant.layout-107 .vertical {
		margin-left: 16px;
	}

	.ModuleCustomFormGiant.layout-107 .textbox {
		flex-wrap: wrap;
	}

	.ModuleCustomFormGiant.layout-107 .multi-row-text {
		padding: 5px 10px 10px 10px;
	}


	.ModuleCustomFormGiant.layout-107 .content-title {
		max-width: 75%;
	}

	.ModuleCustomFormGiant.layout-107 .desctxt {
		max-width: 100%;
	}

	.ModuleCustomFormGiant.layout-107 .choose-time-mobile {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: calc(100% - 30px);
		display: block;

	}

	.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
		width: 120px;
	}

	.ModuleCustomFormGiant.layout-107 .dq {
		margin-bottom: 0;
	}

	.ModuleCustomFormGiant.layout-107 .VerificationCode {
		width: 90px;
		height: 50px;
	}

	.ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
		margin-bottom: 16px;
	}

	.ModuleCustomFormGiant.layout-107 .InsidePage-title-text {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: calc(100% - 76px);
		display: inline-block;
	}
}


@media screen and (max-width: 768px) {
	.ModuleCustomFormGiant.layout-107 .vertical {
		display: flex;
	}

	.ModuleCustomFormGiant.layout-107 .Pc-formList-content {
		flex-wrap: wrap;
	}

	.ModuleCustomFormGiant.layout-107 .in-formList-checkbox {
		flex-wrap: wrap;
	}

	.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .input-text-checking {
		width: 65%;
		padding: 0;
	}

	.ModuleCustomFormGiant.layout-107 .textbox {
		flex-wrap: wrap;
	}

	.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb .Describ-text-color {
		padding-left: 13px;


	}

	.ModuleCustomFormGiant.layout-107 .VerificationCodeinputWb {
		width: 100%;
		padding-left: 5px;
	}

	.ModuleCustomFormGiant.layout-107 .VerificationCode {
		width: 90px;
		height: 50px;
	}

	.ModuleCustomFormGiant.layout-107 .formList-content.mg0 {
		margin-bottom: 16px;
	}
}

.module_463129422 .ModuleHead .HeadCenter {
	float: none;
}

#module_463129422 {
	padding: 0px;
}

#module_463129422 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_463129422 .ModuleHead463129422 {
	display: none;
}

#module_463129422 .BodyCenter.BodyCenter463129422 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_463129422>.module_463129422 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_463129422>.module_463129422 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_463129422 .BodyCenter.BodyCenter463129422 {
		padding-top: 1.1257%;
		padding-left: 1.1257%;
		padding-right: 1.1257%;
		padding-bottom: 1.1257%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129422 .BodyCenter.BodyCenter463129422 {
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 768px) {
	#module_463129422>.module_463129422 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_463129422>.module_463129422 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_463129422>.module_463129422 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_463129422:hover {
	border: none;
}

#module_463129422:hover>.module_463129422 {
	border-color: #ccc;
}

#module_463129422:hover>.module_463129422 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_463129422 .InsidePage-list-content span,
#module_463129422 .in-formList-checkbox span {
	font-size: 14px;
}

#module_463129422 .InsidePage-list-content span,
#module_463129422 .in-formList-checkbox span {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129422 .InsidePage-list-content span,
#module_463129422 .in-formList-checkbox span {
	color: #999;
}

#module_463129422 .InsidePage-list-content span,
#module_463129422 .in-formList-checkbox span {
	font-weight: normal;
}

#module_463129422 .InsidePage-list-content span,
#module_463129422 .in-formList-checkbox span {
	text-decoration: none;
}

#module_463129422 .InsidePage-list-content span,
#module_463129422 .in-formList-checkbox span {
	font-style: normal;
}

#module_463129422 .vcbtn1 {
	background-color: #000000;
}

#module_463129422 .vcbtn1 {
	color: #fff;
}

#module_463129422 .title {
	font-size: 16px;
}

#module_463129422 .title {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129422 .title {
	color: #333;
}

#module_463129422 .title {
	font-weight: normal;
}

#module_463129422 .title {
	text-decoration: none;
}

#module_463129422 .title {
	font-style: normal;
}

#module_463129422 .title {
	background-color: transparent;
}

#module_463129422 .title {
	background-image: none;
}

#module_463129422 .title {
	background-repeat: no-repeat;
}

#module_463129422 .title {
	background-position: 50% 50%;
}

#module_463129422 .title {
	background-attachment: scroll;
}

#module_463129422 .title {}

#module_463129422 .title {
	height: 30px;
	line-height: 30px;
}

#module_463129422 .title {
	text-align: left;
}

#module_463129422 .Describ-text-color {
	font-size: 14px;
}

#module_463129422 .Describ-text-color {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129422 .Describ-text-color {
	color: #333;
}

,
#module_463129422 .Describ-text-color {
	font-weight: normal;
}

#module_463129422 .Describ-text-color {
	text-decoration: none;
}

#module_463129422 .Describ-text-color {
	font-style: normal;
}

#module_463129422 .submitbtn {
	font-size: 16px;
}

#module_463129422 .submitbtn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129422 .submitbtn {
	color: #fff;
}

#module_463129422 .submitbtn {
	font-weight: normal;
}

#module_463129422 .submitbtn {
	text-decoration: none;
}

#module_463129422 .submitbtn {
	font-style: normal;
}

#module_463129422 .submitbtnbox {
	width: 20%;
}

#module_463129422 .submitbtnbox .submitbtn {
	text-align: center;
}

#module_463129422 .submitbtn {
	background-color: rgb(9, 59, 128);
}

#module_463129422 input[type=radio]:checked,
#module_463129422 input[type=checkbox]:checked {
	background: rgb(9, 59, 128);
	border: 1px solid rgb(9, 59, 128)
}

#module_463129422 .submitbtn {
	background-image: none;
}

#module_463129422 .submitbtn {
	background-repeat: no-repeat;
}

#module_463129422 .submitbtn {
	background-position: 50% 50%;
}

#module_463129422 .submitbtn {
	background-attachment: scroll;
}

#module_463129422 .submitbtn {}

#module_463129422 .smsvcode,
#module_463129422 .VerificationCodeinput,
#module_463129422 .Browse-file,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .formList-content-no-style,
#module_463129422 .customFormTextarea,
#module_463129422 .in-formList-content,
#module_463129422 .frist_item,
#module_463129422 .Browse-file-input,
#module_463129422 input[type=text],
#module_463129422 .VerificationCodeinputWb,
#module_463129422 .frist-city-select,
#module_463129422 .pcCitybox select {
	background-color: #fff;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-top-color: #ccc;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-top-style: solid;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-top-width: 1px;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-right-color: #ccc;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-right-style: solid;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-right-width: 1px;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-bottom-color: #ccc;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-bottom-style: solid;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-bottom-width: 1px;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-left-color: #ccc;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-left-style: solid;
}

#module_463129422 .smsvcode,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .customFormCheckbox,
#module_463129422 input[type=radio],
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-left-width: 1px;
}

#module_463129422 .smsvcode,
#module_463129422 .formList-content-no-style,
#module_463129422 .frist_item,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-top-left-radius: 0px;
}

#module_463129422 .smsvcode,
#module_463129422 .formList-content-no-style,
#module_463129422 .frist_item,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-top-right-radius: 0px;
}

#module_463129422 .smsvcode,
#module_463129422 .formList-content-no-style,
#module_463129422 .frist_item,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-bottom-left-radius: 0px;
}

#module_463129422 .smsvcode,
#module_463129422 .formList-content-no-style,
#module_463129422 .frist_item,
#module_463129422 .Pc-formList-content .in-formList-content,
#module_463129422 .Browse-file,
#module_463129422 .VerificationCodeinput,
#module_463129422 .in-formList-content,
#module_463129422 .frist-city-select,
#module_463129422 .Couty-select,
#module_463129422 .City-select,
#module_463129422 .VerificationCodeinputWb {
	border-bottom-right-radius: 0px;
}

#module_463129422 .smsbtn,
#module_463129422 .smsvcode,
#module_463129422 .input-text-color {
	font-size: 14px;
}

#module_463129422 .smsbtn,
#module_463129422 .smsvcode,
#module_463129422 .input-text-color {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129422 .smsvcode,
#module_463129422 .input-text-color {
	color: #999;
}

#module_463129422 .smsbtn,
#module_463129422 .smsvcode,
#module_463129422 .input-text-color {
	font-weight: normal;
}

#module_463129422 .smsbtn,
#module_463129422 .smsvcode,
#module_463129422 .input-text-color {
	text-decoration: none;
}

#module_463129422 .smsbtn,
#module_463129422 .smsvcode,
#module_463129422 .input-text-color {
	font-style: normal;
}

#module_463129422 .input-text-color::placeholder,
#module_463129422 .smsvcode::placeholder {
	font-size: px;
}

#module_463129422 .input-text-color::placeholder,
#module_463129422 .smsvcode::placeholder {
	font-family: ;
}

#module_463129422 .input-text-color::placeholder,
#module_463129422 .smsvcode::placeholder {
	color: ;
}

#module_463129422 .input-text-color::placeholder,
#module_463129422 .smsvcode::placeholder {}

#module_463129422 .input-text-color::placeholder,
#module_463129422 .smsvcode::placeholder {}

#module_463129422 .input-text-color::placeholder,
#module_463129422 .smsvcode::placeholder {}

#module_463129422 .submitbtn {
	border-top-left-radius: 0px;
}

#module_463129422 .submitbtn {
	border-top-right-radius: 0px;
}

#module_463129422 .submitbtn {
	border-bottom-left-radius: 0px;
}

#module_463129422 .submitbtn {
	border-bottom-right-radius: 0px;
}

#module_463129422 .smsvaldatebox,
#module_463129422 .frist_item,
#module_463129422 .VerificationCodeinput,
#module_463129422 .formList-content.textbox,
#module_463129422 .customFormDatetime,
#module_463129422 .pcCitybox select {
	line-height: px;
	height: px;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-top-color: #333333;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-top-style: solid;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-right-color: #333333;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb {
	border-right-style: solid;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-bottom-color: #333333;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-bottom-style: solid;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-left-color: #333333;
}

#module_463129422 .smsvcode:hover,
#module_463129422 .Pc-formList-content .in-formList-content:hover,
#module_463129422 .Browse-file:hover,
#module_463129422 .VerificationCodeinput:hover,
#module_463129422 .customFormCheckbox:hover,
#module_463129422 input[type=radio]:hover,
#module_463129422 .in-formList-content:hover,
#module_463129422 .frist-city-select:hover,
#module_463129422 .Couty-select:hover,
#module_463129422 .City-select:hover,
#module_463129422 .VerificationCodeinputWb:hover {
	border-left-style: solid;
}

#module_463129422 .submitbtn:hover {
	font-size: 16px;
}

#module_463129422 .submitbtn:hover {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_463129422 .submitbtn:hover {
	color: #fff;
}

#module_463129422 .submitbtn:hover {
	font-weight: bold;
}

#module_463129422 .submitbtn:hover {
	text-decoration: none;
}

#module_463129422 .submitbtn:hover {
	font-style: normal;
}

#module_463129422 .submitbtn:hover {
	background-color: rgb(9, 59, 128);
}

#module_463129422 .submitbtn:hover {
	background-image: none;
}

#module_463129422 .submitbtn:hover {
	background-repeat: no-repeat;
}

#module_463129422 .submitbtn:hover {
	background-position: 50% 50%;
}

#module_463129422 .submitbtn:hover {
	background-attachment: scroll;
}

#module_463129422 .submitbtn:hover {}

.module_446559574 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559574 {
	padding: 0px;
}

#module_446559574 {
	position: static;
	z-index: 0;
	width: 100%;
	height: auto;
}

#module_446559574 .ModuleHead446559574 {
	display: none;
}

#module_446559574 .BodyCenter.BodyCenter446559574 {
	background: none;
	background-color: rgba(242, 242, 242, 0.5);
}

#module_446559574>.module_446559574 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559574>.module_446559574 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559574 .BodyCenter.BodyCenter446559574 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559574 .BodyCenter.BodyCenter446559574 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446559574>.module_446559574 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559574>.module_446559574 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446559574>.module_446559574 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559574:hover {
	border: none;
}

#module_446559574:hover>.module_446559574 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559574 .ModuleSubContainer {
	background-color: transparent;
}

#module_446559574 .ModuleSubContainer {
	background-image: none;
}

#module_446559574 .ModuleSubContainer {
	background-repeat: no-repeat;
}

#module_446559574 .ModuleSubContainer {
	background-position: 0% 0%;
}

#module_446559574 .ModuleSubContainer {
	background-attachment: scroll;
}

#module_446559574 .ModuleSubContainer {}

#module_446559574 {
	!bgVideo !
}

	{
	bgVideoUrl:
}

#module_446559574 .gridBgVideo .bgVideoMask {
	opacity: 0.2
}

#module_446559574 .ModuleSubContainer {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.5s ease;
}

#module_446559574 .ModuleSubContainer:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ModuleGridContainer.ModuleGridContainer446559574 {
	max-width: 1600px;
	width: auto;
}

.module_446559669 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559669 {
	padding: 0px;
}

#module_446559669 {
	position: static;
	z-index: 0;
	top: 1193px;
	left: 493px;
	width: 100%;
	height: auto;
}

#module_446559669 .ModuleHead446559669 {
	display: none;
}

#module_446559669 .BodyCenter.BodyCenter446559669 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446559669>.module_446559669 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559669>.module_446559669 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559669 .BodyCenter.BodyCenter446559669 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559669 .BodyCenter.BodyCenter446559669 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446559669>.module_446559669 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559669>.module_446559669 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446559669>.module_446559669 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559669:hover {
	border: none;
}

#module_446559669:hover>.module_446559669 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559669 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_446559669 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_446559669 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_446559669 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_446559669 .imageTextGiant-Container {
	padding-top: 5px;
}

#module_446559669 .imageTextGiant-Container {
	padding-bottom: 5px;
}

#module_446559669 .imageTextGiant-Container {
	padding-left: 5px;
}

#module_446559669 .imageTextGiant-Container {
	padding-right: 5px;
}

#module_446559669 .showHandle .btn {
	font-size: 14px;
}

#module_446559669 .showHandle .btn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559669 .showHandle .btn {
	color: #333;
}

#module_446559669 .showHandle .btn {
	font-weight: 400;
}

#module_446559669 .showHandle .btn {
	text-decoration: none;
}

#module_446559669 .showHandle .btn {
	font-style: normal;
}

#module_446559669 .showHandle div {
	border-top-color: #ddd !important;
}

#module_446559669 .showHandle div {
	border-top-style: solid !important;
}

#module_446559669 .showHandle div {
	border-top-width: 1px !important;
}

#module_446559669 .showHandle {
	background-color: transparent;
}

#module_446559669 .showHandle {
	background-image: none;
}

#module_446559669 .showHandle {
	background-repeat: no-repeat;
}

#module_446559669 .showHandle {}

#module_446559669 .showHandle {}

#module_446559669 .showHandle {}

#module_446559669 a {
	font-size: unset;
	font-family: unset
}

.module_446559688 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559688 {
	padding: 0px;
}

#module_446559688 {
	position: static;
	z-index: 0;
	top: 22px;
	left: 0px;
	width: 100%;
	height: auto;
}

#module_446559688 .ModuleHead446559688 {
	display: none;
}

#module_446559688 .BodyCenter.BodyCenter446559688 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446559688>.module_446559688 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559688>.module_446559688 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559688 .BodyCenter.BodyCenter446559688 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	#module_446559688 .BodyCenter.BodyCenter446559688 {
		padding-top: 2.8818%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 2.8818%;
	}
}

@media screen and (min-width: 768px) {
	#module_446559688>.module_446559688 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	#module_446559688>.module_446559688 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

#module_446559688>.module_446559688 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559688:hover {
	border: none;
}

#module_446559688:hover>.module_446559688 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559688 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_446559688 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_446559688 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_446559688 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_446559688 .imageTextGiant-Container {
	padding-top: 10px;
}

#module_446559688 .imageTextGiant-Container {
	padding-bottom: 10px;
}

#module_446559688 .imageTextGiant-Container {
	padding-left: 10px;
}

#module_446559688 .imageTextGiant-Container {
	padding-right: 10px;
}

#module_446559688 .showHandle .btn {
	font-size: 14px;
}

#module_446559688 .showHandle .btn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559688 .showHandle .btn {
	color: #333;
}

#module_446559688 .showHandle .btn {
	font-weight: 400;
}

#module_446559688 .showHandle .btn {
	text-decoration: none;
}

#module_446559688 .showHandle .btn {
	font-style: normal;
}

#module_446559688 .showHandle div {
	border-top-color: #ddd !important;
}

#module_446559688 .showHandle div {
	border-top-style: solid !important;
}

#module_446559688 .showHandle div {
	border-top-width: 1px !important;
}

#module_446559688 .showHandle {
	background-color: transparent;
}

#module_446559688 .showHandle {
	background-image: none;
}

#module_446559688 .showHandle {
	background-repeat: no-repeat;
}

#module_446559688 .showHandle {}

#module_446559688 .showHandle {}

#module_446559688 .showHandle {}

#module_446559688 a {
	font-size: unset;
	font-family: unset
}

.module_446633794 .ModuleHead .HeadCenter {
	float: none;
}

#module_446633794 {
	padding: 0px;
}

#module_446633794 {
	position: static;
	z-index: 1;
	top: -120px;
	left: 0px;
	width: 100%;
	height: auto;
}

#module_446633794 .ModuleHead446633794 {
	display: none;
}

#module_446633794 .BodyCenter.BodyCenter446633794 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446633794>.module_446633794 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446633794>.module_446633794 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446633794 .BodyCenter.BodyCenter446633794 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446633794 .BodyCenter.BodyCenter446633794 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446633794>.module_446633794 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446633794>.module_446633794 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446633794>.module_446633794 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446633794:hover {
	border: none;
}

#module_446633794:hover>.module_446633794 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446633794 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_446633794 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_446633794 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_446633794 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_446633794 .imageTextGiant-Container {
	padding-top: 5px;
}

#module_446633794 .imageTextGiant-Container {
	padding-bottom: 5px;
}

#module_446633794 .imageTextGiant-Container {
	padding-left: 5px;
}

#module_446633794 .imageTextGiant-Container {
	padding-right: 5px;
}

#module_446633794 .showHandle .btn {
	font-size: 14px;
}

#module_446633794 .showHandle .btn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446633794 .showHandle .btn {
	color: rgb(51, 51, 51);
}

#module_446633794 .showHandle .btn {
	font-weight: 400;
}

#module_446633794 .showHandle .btn {
	text-decoration: none;
}

#module_446633794 .showHandle .btn {
	font-style: normal;
}

#module_446633794 .showHandle div {
	border-top-color: #ddd !important;
}

#module_446633794 .showHandle div {
	border-top-style: solid !important;
}

#module_446633794 .showHandle div {
	border-top-width: 1px !important;
}

#module_446633794 .showHandle {
	background-color: transparent;
}

#module_446633794 .showHandle {
	background-image: none;
}

#module_446633794 .showHandle {
	background-repeat: no-repeat;
}

#module_446633794 .showHandle {}

#module_446633794 .showHandle {}

#module_446633794 .showHandle {}

#module_446633794 a {
	font-size: unset;
	font-family: unset
}

.module_446559670 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559670 {
	padding: 0px;
}

#module_446559670 {
	position: static;
	z-index: 0;
	top: 1779px;
	left: 1366px;
	width: 100%;
	height: auto;
}

#module_446559670 .ModuleHead446559670 {
	display: none;
}

#module_446559670 .BodyCenter.BodyCenter446559670 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446559670>.module_446559670 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559670>.module_446559670 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559670 .BodyCenter.BodyCenter446559670 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559670 .BodyCenter.BodyCenter446559670 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	#module_446559670>.module_446559670 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

@media screen and (max-width: 767px) {
	#module_446559670>.module_446559670 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

#module_446559670>.module_446559670 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559670:hover {
	border: none;
}

#module_446559670:hover>.module_446559670 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559670 .ModuleImageTextGiantContent {
	margin-top: 0px;
}

#module_446559670 .ModuleImageTextGiantContent {
	margin-bottom: 0px;
}

#module_446559670 .ModuleImageTextGiantContent {
	margin-left: 0px;
}

#module_446559670 .ModuleImageTextGiantContent {
	margin-right: 0px;
}

#module_446559670 .imageTextGiant-Container {
	padding-top: 5px;
}

#module_446559670 .imageTextGiant-Container {
	padding-bottom: 5px;
}

#module_446559670 .imageTextGiant-Container {
	padding-left: 5px;
}

#module_446559670 .imageTextGiant-Container {
	padding-right: 5px;
}

#module_446559670 .showHandle .btn {
	font-size: 14px;
}

#module_446559670 .showHandle .btn {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559670 .showHandle .btn {
	color: rgb(51, 51, 51);
}

#module_446559670 .showHandle .btn {
	font-weight: 400;
}

#module_446559670 .showHandle .btn {
	text-decoration: none;
}

#module_446559670 .showHandle .btn {
	font-style: normal;
}

#module_446559670 .showHandle div {
	border-top-color: #ddd !important;
}

#module_446559670 .showHandle div {
	border-top-style: solid !important;
}

#module_446559670 .showHandle div {
	border-top-width: 1px !important;
}

#module_446559670 .showHandle {
	background-color: transparent;
}

#module_446559670 .showHandle {
	background-image: none;
}

#module_446559670 .showHandle {
	background-repeat: no-repeat;
}

#module_446559670 .showHandle {}

#module_446559670 .showHandle {}

#module_446559670 .showHandle {}

#module_446559670 a {
	font-size: unset;
	font-family: unset
}

.ModuleMobileNavGiant.layout-101 p {
	color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
	font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
	-ms-transform: translateX(17rem) !important;
	-khtml-transform: translateX(17rem) !important;
	-webkit-transform: translateX(17rem) !important;
	-o-transform: translateX(17rem) !important;
	-moz-transform: translateX(17rem) !important;
	transform: translateX(17rem) !important;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
	-ms-transform: translateX(17rem) !important;
	-khtml-transform: translateX(17rem) !important;
	-webkit-transform: translateX(17rem) !important;
	-o-transform: translateX(17rem) !important;
	-moz-transform: translateX(17rem) !important;
	transform: translateX(17rem) !important;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
	max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
	max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
	width: 100%;
	height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
	background: #333333;
	max-height: calc(100vh);
	z-index: 99999;
	-webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
	display: block;
	visibility: hidden;
	width: 17rem;
	height: 100%;
	-ms-transform: translateX(-17rem);
	-khtml-transform: translateX(-17rem);
	-webkit-transform: translateX(-17rem);
	-o-transform: translateX(-17rem);
	-moz-transform: translateX(-17rem);
	transform: translateX(-17rem);
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
	-ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
	-moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
	-o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
	box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
	z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
	color: #fff;
	border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
	border-left: 5px solid #888888;
	transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
	padding-left: 15%;
	font-size: 15px;
	color: #fff;
	display: block;
	height: 65px;
	position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
	width: 10px;
	height: 66px;
	background-color: #888;
	display: none;
	vertical-align: middle;
	top: unset;
	margin-right: 0;
	transform: unset;
	position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
	width: 18.5px;
	height: 20px;
	display: inline-block;
	margin-right: 1.06rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
	content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
	z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
	position: absolute;
	top: 50px;
	width: 100%;
	display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
	line-height: 65px;
	z-index: 999;
	font-size: 20px;
	text-align: center;
	width: 50px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
	padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
	overflow: auto;
	height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
	position: relative;
	top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
	padding-left: 25%;
	display: block;
	font-size: 15px;
	position: relative;
	height: 65px;
	/*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
	display: flex;
	height: 50px !important;
	background: #000;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
	box-sizing: border-box;
	width: 100%
}



.bodyfixd {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.bodyabstre {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
	border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
	border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
	border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
	margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 0;
	width: 100%;
	/* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
	max-height: 40px;
	padding-right: 8pt;
	padding-left: 8pt;
	/* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
	display: flex;
	width: calc(100% - 60px);
	margin-left: 50px;
	margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
	width: 56px;
	text-align: center;
	display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
	font-size: 16pt;
	color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
	width: 16pt;
	height: 16pt;
	position: relative;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.mobileNav {
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		text-align: center;
		position: fixed;
	}

	.mobileNavFloatLayer_1 {
		display: block;
		visibility: hidden;
		width: 17rem;
		height: 100%;
		-ms-transform: translateX(-17rem);
		-khtml-transform: translateX(-17rem);
		-webkit-transform: translateX(-17rem);
		-o-transform: translateX(-17rem);
		-moz-transform: translateX(-17rem);
		transform: translateX(-17rem);
		-ms-transition: 0.5s;
		-webkit-transition: 0.5s;
		-khtml-transition: 0.5;
		-o-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
		-webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
		-ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
		-moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
		-o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
		box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
		z-index: 9999
	}

	.mobileNavFloatLayer_r {
		right: 0;
		-ms-transform: translateX(17rem);
		-khtml-transform: translateX(17rem);
		-webkit-transform: translateX(17rem);
		-o-transform: translateX(17rem);
		-moz-transform: translateX(17rem);
		transform: translateX(17rem);
	}
}

@media only screen and (min-width: 768px) {
	.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
		margin-top: 0px;
	}

	.ModuleMobileNavGiant.layout-101 .header-model {
		display: none;
	}
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
	font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
	font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer {
	top: 0;
	z-index: 9998;
	opacity: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
}

.module_446559938 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559938 {
	padding: 0px;
}

#module_446559938 {}

#module_446559938 .ModuleHead446559938 {
	display: none;
}

#module_446559938 .BodyCenter.BodyCenter446559938 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446559938>.module_446559938 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559938>.module_446559938 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559938 .BodyCenter.BodyCenter446559938 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	#module_446559938 .BodyCenter.BodyCenter446559938 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (min-width: 768px) {
	#module_446559938>.module_446559938 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	#module_446559938>.module_446559938 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

#module_446559938>.module_446559938 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559938:hover {
	border: none;
}

#module_446559938:hover>.module_446559938 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559938 .langlistbox {
	background-color: #fff
}

#module_446559938 .langlistbox .jt {
	border-bottom-color: #fff
}

#module_446559938 .langlistbox .langinfo {
	color: #333333
}

#module_446559938 .langlistbox .langinfo {
	background-color: #fff
}

#module_446559938 .langlistbox .langinfo {
	border-color: #333333
}

#module_446559938 .langlistbox .langtxt {
	font-size: 16px
}

#module_446559938 .langlistbox .langtxt {
	color: #333333
}

#module_446559938 {}

#module_446559938.layout-101 #header {
	border-bottom-color: transparent;
}

#module_446559938 {}

#module_446559938.layout-101 #header {
	border-bottom-style: none;
}

#module_446559938 {}

#module_446559938.layout-101 #header {
	border-bottom-width: 0px;
}

#module_446559938 {}

#module_446559938.layout-101 #header {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#module_446559938 {}

#module_446559938.layout-101 #MobileNav {
	background-color: transparent;
}

#module_446559938.layout-101 #header {
	background-color: rgb(255, 255, 255);
}

#module_446559938 {}

#module_446559938.layout-101 #header {}

#module_446559938 {}

#module_446559938.layout-101 #header p {
	font-Family: 微软雅黑, Microsoft YaHei;
}

#module_446559938 {}

#module_446559938.layout-101 #header p {
	font-size: 16px;
}

#module_446559938 {}

#module_446559938.layout-101 #header p {
	color: rgb(9, 59, 128);
}

#module_446559938 {}

#module_446559938.layout-101 #header p {
	font-weight: bold;
}

#module_446559938 {}

#module_446559938.layout-101 #header p {
	text-decoration: none;
}

#module_446559938 {}

#module_446559938.layout-101 #header p {
	font-style: normal;
}

#module_446559938 {}

#module_446559938.layout-101 .lcitem .rect {
	background: rgb(9, 59, 128);
}

#module_446559938.layout-101 .icons {
	color: rgb(9, 59, 128);
}

#module_446559938.layout-101 .svgdiv svg>* {
	fill: rgb(9, 59, 128);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item ul li {
	border-bottom-color: rgba(255, 255, 255, 0.05);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item,
#module_446559938.layout-101 #MobileNavFloatLayer {
	background-color: rgba(9, 59, 128, 0.9);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item,
#module_446559938.layout-101 #MobileNavFloatLayer {}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a {
	background: rgba(0, 0, 0, 0);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a {}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a,
#module_446559938.layout-101 .micro-nav-item>ul>li>a p {
	color: #fff;
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a {
	background: rgba(0, 0, 0, 0);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a {}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a,
#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a p {
	color: #fff;
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a,
#module_446559938.layout-101 .micro-nav-item>ul>li>a p {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a,
#module_446559938.layout-101 .micro-nav-item>ul>li>a p {
	font-size: 14px;
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a,
#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a p {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a,
#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a p {
	font-size: 15px;
}

#module_446559938 .langlistbox li:hover .langinfo,
#module_446559938 .langactive .langinfo {
	color: #fff
}

#module_446559938 .langlistbox li:hover .langinfo,
#module_446559938 .langactive .langinfo {
	background-color: #333333
}

#module_446559938 .langlistbox li:hover .langinfo,
#module_446559938 .langactive .langinfo {
	border-color: #333333
}

#module_446559938 .langlistbox li:hover .langtxt,
#module_446559938 .langactive .langtxt {
	color: #333333
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a:hover {}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a:hover,
#module_446559938.layout-101 .micro-nav-item>ul>li>a:hover p {
	color: #fff;
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump {
	display: block;
	background-color: rgba(255, 255, 255, 0.05);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a:hover {
	background: rgba(0, 0, 0, 0);
}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a:hover {}

#module_446559938 {}

#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a:hover,
#module_446559938.layout-101 .micro-nav-item>ul>li .subnav a:hover p {
	color: #fff;
}

.ModuleMobileFloatNavGiant {
	position: fixed;
	z-index: 4998;
}

.ModuleMobileFloatNavGiant .defaultbtn {
	position: relative;
	box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.ModuleMobileFloatNavGiant .spotgroup,
.ModuleMobileFloatNavGiant .itemicon {
	position: absolute;
	color: green;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	font-size: 16px;
}

.ModuleMobileFloatNavGiant svg {
	width: 22px;
	height: 22px;
	margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon {
	color: black;
}

.ModuleMobileFloatNavGiant .itembtn {
	display: block;
	position: relative;
	box-shadow: 0pt 1.5pt 3pt 0pt rgba(0, 0, 0, 0.16);
	background-color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.ModuleMobileFloatNavGiant .itemtext {
	position: relative;
	left: -60px;
	background: #fff;
	padding: 5px 14px;
	border-radius: 4px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	box-shadow: 0px 1.5px 10px 0px rgba(0, 0, 0, 0.16);
	color: #666;
	box-sizing: content-box;
	white-space: nowrap;
	/* min-width: 80px; */
}

.ModuleMobileFloatNavGiant .defaultbtnbghover {
	transform: rotate(180deg);
	transition: all 0.5s;
}

.ModuleMobileFloatNavGiant .itemtextright {
	text-align: right;
}

.ModuleMobileFloatNavGiant .itemtextleft {
	text-align: left;
}

.ModuleMobileFloatNavGiant .itemtextright::before {
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	right: -8px;
	position: absolute;
	transform: translateY(-50%);
	content: '';
}

.ModuleMobileFloatNavGiant .itemtextleft::before {
	border-right: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	left: -7px;
	position: absolute;
	transform: translateY(-50%);
	content: '';
}

.ModuleMobileFloatNavGiant .FloatNavitemlist {
	height: 0;
	display: none;
	transition: all
}

.itemimg {
	max-height: 25px;
	max-width: 25px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	width: 100%;
	height: 100%
}

.FloatNavMask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.50;
	background: #000;
	z-index: 15;
}

.FloatNavQRCode span img {
	border: solid 0.625rem #fff;
}

.FloatNavQRCode span {
	display: block;
	overflow: hidden;
	bottom: 3.750rem;
	right: 0.625rem;
	position: fixed;
	z-index: 20;
}

.FloatNavQRCode {
	display: none;
	position: fixed;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}

.module_446559936 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559936 {
	padding: 0px;
}

#module_446559936 {}

#module_446559936 .ModuleHead0 {
	display: none;
}

#module_446559936 .defaultbtn {
	background-color: #fff
}

#module_446559936 .defaultbtn {}

#module_446559936 .spotgroup {
	color: #000
}

#module_446559936 .itembtn {
	background-color: #fff
}

#module_446559936 .itembtn {}

#module_446559936 .itemicon {
	color: #666
}

#module_446559936 svg>* {
	fill: #666
}

#module_446559936 .itemtext {
	background-color: #fff
}

#module_446559936 .itemtextright::before {
	border-left-color: #fff
}

#module_446559936 .itemtextleft::before {
	border-right-color: #fff
}

#module_446559936 .itemtext {}

#module_446559936 .itemtext {
	font-size: 12px;
}

#module_446559936 .itemtext {
	font-family: ;
}

#module_446559936 .itemtext {
	color: #666 !important;
}

#module_446559936 .itemtext {
	font-weight: normal;
}

#module_446559936 .itemtext {
	text-decoration: none;
}

#module_446559936 .itemtext {
	font-style: normal;
}

#module_446559936 .defaultbtnbghover {
	background-color: #000000
}

#module_446559936 .defaultbtnbghover {}

#module_446559936 .defaultbtniconbghover {
	color: #fff
}

.module_446559937 .ModuleHead .HeadCenter {
	float: none;
}

#module_446559937 {
	padding: 0px;
}

#module_446559937 {}

#module_446559937 .ModuleHead446559937 {
	display: none;
}

#module_446559937 .BodyCenter.BodyCenter446559937 {
	background: none;
	background-color: rgba(0, 0, 0, 0);
}

#module_446559937>.module_446559937 {
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 0px;
}

#module_446559937>.module_446559937 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media screen and (min-width: 768px) {
	#module_446559937 .BodyCenter.BodyCenter446559937 {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	#module_446559937 .BodyCenter.BodyCenter446559937 {
		padding-top: 0.0000%;
		padding-left: 0.0000%;
		padding-right: 0.0000%;
		padding-bottom: 0.0000%;
	}
}

@media screen and (min-width: 768px) {
	#module_446559937>.module_446559937 {
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	#module_446559937>.module_446559937 {
		margin-top: 0.0000%;
		margin-left: 0.0000%;
		margin-right: 0.0000%;
		margin-bottom: 0.0000%;
	}
}

#module_446559937>.module_446559937 {
	box-shadow: 0px 0px 0px 0px #ccc
}

#module_446559937:hover {
	border: none;
}

#module_446559937:hover>.module_446559937 {
	box-shadow: 0px 0px 0px 0px #ccc;
	transition: box-shadow 0.5s ease 0s;
}

#module_446559937 .foot-nav-list {
	background-color: rgb(255, 255, 255) !important;
}

#module_446559937 .foot-nav-list {
	border-top-color: transparent;
}

#module_446559937 .foot-nav-list {
	border-top-style: none;
}

#module_446559937 .foot-nav-list {
	border-top-width: 0px;
}

#module_446559937 #MobileFootNav {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

#module_446559937 .icon {
	color: rgb(191, 191, 191) !important;
}

#module_446559937 .icon svg>* {
	fill: rgb(191, 191, 191)
}

#module_446559937 .itemText {
	font-size: 12px;
}

#module_446559937 .itemText {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559937 .itemText {
	color: rgb(127, 127, 127) !important;
}

#module_446559937 .itemText {
	font-weight: normal;
}

#module_446559937 .itemText {
	text-decoration: none;
}

#module_446559937 .itemText {
	font-style: normal;
}

#module_446559937 .iconh {
	color: rgb(9, 59, 128) !important;
}

#module_446559937 .iconh svg>* {
	fill: rgb(9, 59, 128)
}

#module_446559937 .itemTexth {
	font-size: 12px;
}

#module_446559937 .itemTexth {
	font-family: 微软雅黑, Microsoft YaHei;
}

#module_446559937 .itemTexth {
	color: rgb(9, 59, 128) !important;
}

#module_446559937 .itemTexth {
	font-weight: bold;
}

#module_446559937 .itemTexth {
	text-decoration: none;
}

#module_446559937 .itemTexth {
	font-style: normal;
}

/*-------------------------------------------------------------------------add css-----------------------------------------------------------------------*/

@charset "utf-8";
/*========== 请谨慎修改reset css STRAT ==========*/
/* 禁用iPhone中Safari的字号自动调整 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	top: 0 !important;
	word-wrap: break-word !important;
	word-break: normal !important;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}

/*取消chrome表单自动填充颜色*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset
}

/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
	-webkit-appearance: none;
	resize: none;
}

html {
	height: 100%;
	font-size: 16px;
}

body {
	height: 100%;
	color: #333;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
}

/* 因为文章和产品详情会有表格 margin:0表格无法居中 */
.ModuleNewsDetailGiant .news-details-item table,
.ModuleProductDetailGiant .particularsMain table {
	margin: auto;
}

em,
i {
	font-style: normal;
}

textarea,
select {
	border: 1px solid #ddd;
}

a {
	text-decoration: none;
	font-size: 1rem;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
	cursor: pointer !important;
}

a:hover {
	color: #333;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
	;
}

img {
	border: none;
}

p {
	font-size: 16px;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	outline: none;
	;
}

select {
	border: 1px solid #ddd;
}

form {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}

hr {
	margin: 5px auto;
}

.horizontal {
	border-style: initial;
	border-width: 1px;
	border-color: #000;
}

.img-responsive {
	margin: 0 auto;
}

/*动画效果，初始隐藏*/
.wow {
	visibility: hidden;
}

.moduleWow {
	visibility: hidden !important;
}

.manageNava a:focus {
	outline: none;
}

input[type=checkbox] {
	position: relative;
	top: 0.188rem;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid #a0a0a0;
	border-radius: 0;
	background: -webkit-linear-gradient(#fafafa, #dcdcdc);
	-webkit-box-shadow: inset 0 1px 2px #fff, 0 1px 2px rgba(0, 0, 0, .2);
	vertical-align: baseline;
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 3px
}

input[type=checkbox] {
	border-color: #c4c4c4;
	background: #fff;
	-webkit-box-shadow: none
}

input[type=checkbox]:checked::before {
	position: absolute;
	top: 0.0625rem;
	left: 0.25rem;
	height: 1rem;
	color: grey;
	content: url(/images/checkmark.png);
	font-size: 0.75rem;
}

input[type=radio] {
	position: relative;
	top: 0.188rem;
	display: inline-block;
	margin-bottom: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid #a0a0a0;
	border-radius: 100%;
	background: -webkit-linear-gradient(#fafafa, #dcdcdc);
	-webkit-box-shadow: inset 0 1px 2px #fff, 0 1px 2px rgba(0, 0, 0, .2);
	vertical-align: baseline;
	-webkit-transition: border 500ms;
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 10px;
}

input[type=radio] {
	width: 1rem;
	height: 1rem;
	border-color: #c5c5c5;
	background: #fff;
	-webkit-box-shadow: none
}

/* 旧的代码使用rem去做before的点，是十分不正确的做法 */
input[type=radio]:checked::before {
	position: absolute;
	top: 2px;
	left: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #F65E49;
	border-radius: 50%;
	content: '';
	vertical-align: top;
	opacity: 1;
}

/*=== 定义百度编辑器的表格样式 S ===*/
table.uetable {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}

table.uetable caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

table.uetable td,
table.uetable th {
	padding: 5px;
	border: 1px solid #DDD;
	word-break: break-word !important;
}

table.uetable th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

table.uetable td p {
	margin: 0;
	padding: 0;
}

table.uetable.noBorderTable td,
table.uetable.noBorderTable th,
table.uetable.noBorderTable caption {
	border: 1px dashed #ddd !important;
}

table.uetable .selectTdClass {
	background-color: #edf5fa !important;
}

table.uetable tr.firstRow th {
	border-top-width: 2px;
}

table.uetable .ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

table.uetable .ue-table-interlace-color-double {
	background-color: #f7faff;
}

table.uetable.uetable-hideborder td {
	border-width: 0;
}

/*=== 定义百度编辑器的表格样式 E ===*/

/*========== 请谨慎修改reset css END ==========*/

/*========== 加载模板前加载START ==========*/

.hideZone {
	height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

.hideZone .GridFloat,
.hideZone .GridFloatBottom {
	display: none !important;
}

/* 背景默认属性 */
#mobileDesignerContainer #pagebody {
	margin: 0px auto;
	padding: 0px;
	min-height: 100%;
	position: relative;
}

#pagebody {
	position: relative;
	padding-right: 0;
	padding-left: 0;
}

/*#pagebody,#pagebody #HeaderContainer,#pagebody #BodyContainer,#pagebody #FooterContainer{-moz-background-size: 100% auto; -o-background-size:100% auto; -webkit-background-size:100% auto !important; background-size:100% auto !important; background-repeat:no-repeat; background-position:50% 0%;}*/
/* 背景默认属性 */

.HeaderContainer,
.BodyContainer,
.FooterContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*.FooterContainer{padding-bottom:2.813rem;}*/
.ModuleItem {
	/*overflow: hidden;*/
	float: left;
	display: table-cell;
	width: 100%;
	text-align: left;
	table-layout: fixed;
}

.ModuleHead {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ModuleHead .HeadText {
	position: relative;
	height: auto;
	padding: 0 0.714rem;
	font-size: 1rem;
	font-weight: bold;
}

.ModuleHead .HeadLeft {
	float: left;
	height: auto;
}

.ModuleHead .HeadCenter {
	position: relative;
	float: left;
	height: auto;
	height: 2.250rem;
	line-height: 2.250rem;
}

.ModuleHead .HeadIcon {
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-left: 0.5rem;
}

.ModuleHead .HeadCenter .ModuleMoreLink i {
	padding-right: 0.714rem;
}

.ModuleHead .HeadRight {
	float: right;
	height: auto;
}

.ModuleHead .HeadTextMore {
	display: none;
	height: auto;
}

.ModuleHead .HeadCenter .spanMore {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
}

.ModuleNewsList .ModuleHead .HeadCenter .spanMore .ModuleMoreLink,
.ModuleDownList .ModuleHead .HeadCenter .spanMore .ModuleMoreLink,
.ModuleNewsTop .ModuleHead .HeadCenter .spanMore .ModuleMoreLink,
.ModuleProductList .ModuleHead .HeadCenter .spanMore .ModuleMoreLink {
	display: block;
	_height: auto;
}

.ModuleProductList .Param-4 .KV-Value {
	text-decoration: line-through;
}

.BodyCenter {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
}

.ModuleFoot {
	width: 100%;
	position: absolute;
	height: auto;
}

.ModuleFoot,
.ModuleFoot .FootCenter,
.ModuleFoot .FootLeft {
	float: left;
	height: auto;
}

.ModuleFoot .FootRight {
	float: right;
	height: auto;
}

.ModuleNav {
	overflow: visible !important;
}

.ModuleTitle,
.ModuleFoot {
	clear: both;
}

.ModuleBody {
	table-layout: fixed;
	width: 100%;
}

.ModuleContainer {
	position: relative;
	zoom: 1;
	/*overflow:visible;*/
}

.SubContainer {
	max-width: 100%;
	height: 100%;
}

.tabContainer .SubContainer {
	height: auto;
}

.CertTitle {
	width: 100%;
	display: block;
	font-size: 1.286rem;
	clear: both;
	text-align: center;
	padding: 0.714rem 0;
}

.CertImg {
	width: 100%;
	clear: both;
	text-align: center;
}

.CertImg img {
	width: 96%;
	clear: both;
	margin: auto;
}

.CertContent {
	display: block;
	width: 90%;
	padding: 0.714rem;
	margin: auto;
}

/*========== 加载模板的样式前加载 ==========*/

/*========== 区域模块样式开始 ==========*/
.HeaderZoneContainer,
.BodyZoneContainer,
.FooterZoneContainer {
	margin: 0 auto;
	/*overflow:hidden;zoom:1;*/
}

.ModuleItrem {
	margin: 0;
}

.BodyTopZone,
.BodyFootZone,
.BodyMainZoneContainer,
.BodyLeftZone,
.BodyRightZone {
	margin: 0;
}

/*左右局部设置*/
#pagebody.isPageFlowLayout {
	display: flex;
	flex-wrap: wrap;
}

#pagebody.isPageFlowLayout .BodyMainZoneContainer {
	flex: 1;
	width: 0;
	/*overflow: hidden;*/
}

.BodyLeftZone,
.BodyRightZone {
	width: 200px;
	min-width: 80px;
	height: 100%;
	display: inline-block;
	flex: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
}

.BodyLeftZone {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}

.BodyRightZone {
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-right-width: 0 !important;
}

.BodyLeftZone {
	left: 0;
}

.BodyLeftZone .addnewhelper,
.BodyRightZone .addnewhelper {
	width: 100%;
	height: 100% !important;
	margin-bottom: 0 !important;
}

.BodyLeftZone::-webkit-scrollbar,
.BodyRightZone::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

/*滚屏页设置*/
#pagebody.pagefull {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#pagebody.pagefull .HeaderContainer,
#pagebody.pagefull .FooterContainer {
	max-height: 400px;
	overflow: hidden;
}

#pagebody.pagefull .BodyContainer {
	height: 100%;
	min-height: calc(100% - 800px);
	overflow: hidden;
	flex: 1;
}

#pagebody.pagefull .slideOverflow {
	overflow-y: hidden !important
}

@media screen and (max-width:767px) {
	#pagebody.isPageFlowLayout {
		display: block;
	}

	.BodyLeftZone,
	.BodyRightZone {
		display: none !important;
	}

	#pagebody.isPageFlowLayout .BodyMainZoneContainer {
		width: 100% !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#freead {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 16px !important;
		line-height: 16px !important;
		font-size: 10px;
	}

	#pagebody.pagefull {
		padding-right: 0 !important;
	}

	#pagebody.pagefull .HeaderContainer,
	#pagebody.pagefull .FooterContainer {
		max-height: 150px;
		overflow: hidden;
	}

	#pagebody.pagefull .BodyContainer {
		min-height: calc(100% - 300px);
		overflow: hidden;
		flex: 1;
	}
}

/*========== 区域模块样式结束 ==========*/

/*========== 通用样式 Start ==========*/
/*.form-control{border-radius: 0;}*/
/*清除*/
.clear {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0
}

.clearfix {
	zoom: 1;
	*zoom: 1;
}

/*文字超出隐藏*/
.g-textOverflow,
.textOverflow {
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.g-textOverflow1,
.textOverflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-all;
}

.g-textOverflow2,
.textOverflow2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-all;
}

/*验证码*/
.VCodeCont {
	position: relative;
}

.VCodeCont .input-group {
	width: 100%;
}

.VCodeCont .captchaImg,
.VCodeCont .vCodeImg {
	position: absolute;
	right: 2px;
	bottom: 50%;
	margin-bottom: -15px;
}

/*验证码*/
.captchaImg {
	vertical-align: middle;
}

/*显示更多链接样式*/
.ModuleHead .spanMore {
	font-size: 1rem;
	font-weight: normal;
}

/*基本表单样式*/
.moduleInput {
	vertical-align: middle;
	border: 1px solid #ddd;
	outline: none;
}

/*按钮*/
.ModuleSearchButton,
.ModuleSubmitButton,
.ModuleRegButton,
.ModuleLoginButton {
	margin-right: 0.714rem;
	padding: 0 0.714rem;
	height: 2.143rem;
	width: 8.125rem;
	border: 0;
	line-height: 1.714rem;
	cursor: pointer;
	color: #ffffff;
	background: #333;
	margin: 0 auto;
	border-radius: 5px;
}

.ModuleSearchButton:hover,
.ModuleSubmitButton:hover,
.ModuleRegButton:hover,
.ModuleLoginButton:hover {
	color: #fff;
}

/*上/下一条记录*/
.PrevNext {
	overflow: hidden;
	padding: 2.5rem 0;
	display: inline-block\9;
	margin: auto;
	clear: both;
}

@media screen and (max-width:767px) {
	.ModuleProductDetailGiant .mobile-pro-details-main {
		padding-bottom: 50px;
	}

	.PrevNext {
		padding-top: 0;
	}

	.PrevNext .prev {
		float: left;
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.PrevNext .next {
		float: left;
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}
}

@media screen and (min-width:768px) {
	.PrevNext .prev {
		float: left;
		display: block;
		max-width: 40%;
		padding: 0 0.714rem;
		text-align: left;
	}

	.PrevNext .next {
		float: right;
		display: block;
		max-width: 40%;
		padding: 0 0.714rem;
		text-align: right;
	}

	/*产品详情上下页*/
	.ModuleProductDetailGiant .por-next,
	.ModuleProductDetailGiant .por-prev {
		max-width: 40%;
	}
}

.PrevNext .prev a,
.PrevNext .next a {
	float: left;
	display: inline-block;
	max-width: 100%;
	text-align: left;
	font-family: "Microsoft YaHei", "SimSun", Arial;
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*产品详情上下页*/
.ModuleProductDetailGiant .por-next a,
.ModuleProductDetailGiant .por-prev a {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	font-family: "Microsoft YaHei", "SimSun", Arial;
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.PrevNext .prev a:hover,
.PrevNext .next a:hover {
	text-decoration: underline;
}

/*========== 通用样式 End ==========*/


/*----------------------------- 模块样式START -------------------------------*/

/*========== 响应式分栏模块START ==========*/

.ModuleGrid .row {
	margin-right: -5px;
	margin-left: -5px;
}

.ModuleGrid .ModuleGridCol {
	padding: 0 5px 10px 5px;
}

.ModuleGrid .ModuleGridItem {
	padding: 0px;
}

.ModuleGridItem {
	min-height: 1px;
}

.ModuleGridContainer {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.HeaderContainer .ModuleGrid .ModuleGridItem {
	padding: 0 5px;
}

/*========== 响应式分栏模块END ========== */

/*========== 导航模块START ==========*/
.ModuleNav .pre_nav {
	width: 100%;
}

.ModuleNav .navLeft {
	float: left;
}

.ModuleNav .navRight {
	float: right;
}

.ModuleNav .nav {
	width: 100%;
	display: none;
	overflow: hidden;
}

.ModuleNav .nav dl {
	list-style-type: none;
}

.ModuleNav .nav dl dd {
	height: 3.0625rem;
	line-height: 3.0625rem;
	float: left;
	text-align: center;
}

.ModuleNav .BodyCenter {
	display: none;
}

/*--横向样式--*/
.ModuleNav .navMainItemGroup {
	display: none;
}

.ModuleNav .navMainItem,
.ModuleNav .navMainItemGroup {
	width: 100px;
}

.ModuleNav .nav dl dt {
	float: left;
	text-align: center;
	overflow: hidden;
}

.ModuleNav .nav .navMainItem {
	height: 3.0625rem;
	line-height: 3.0625rem;
	font-size: 0.875rem;
	color: #333;
	display: block;
	clear: both;
	text-align: left;
	padding-left: 1.250rem;
	_border-bottom: 1px dashed #cccccc;
}

/*--横向样式--*/
.ModuleNav .nav dl .NavHorizontalDD a {
	text-align: center;
	padding-left: 0;
}

.ModuleNav .nav dl dd a:link,
.ModuleNav .nav dl dd a:visited,
.ModuleNav .nav dl dd a:hover {
	color: #333;
}

.ModuleNav .nav .navSubItemGroup {
	width: 100px;
}

.ModuleNav .nav .navSubItem {
	height: 2.4375rem;
	line-height: 2.4375rem;
	font-size: 0.875rem;
	display: block;
	color: #333;
}

/*========== 导航模块END ==========*/


/*========== 幻灯片模块END ==========*/
.flexShow {
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.flex-direction-nav {
		display: none;
	}
}

/*幻灯片内自由容器内的模块超出不显示*/
.ModuleSlideContainer .ModuleItem {
	overflow: hidden;
}

/*========== 幻灯片模块END ==========*/

/*========== 响应式导航模块 START ==========*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
}

.ModuleNav .mobilenav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.ModuleNav .mobilenav>li {
	position: relative;
	display: block;
}

.ModuleNav .navbar {
	border-radius: 0;
}

.ModuleNav .navbar-nav {
	margin: 0 -15px;
}

.ModuleNav .mobilenav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 0.875rem;
}

.ModuleNav .navbar-nav>li>a {
	padding: 0 15px;
	line-height: 42px;
}

.ModuleNav .navMainItemGroup {
	height: 42px;
	line-height: 42px;
}

.ModuleNav .navItem {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	background: 0;
	background: transparent;
	width: 100%;
	z-index: 100;
}

.ModuleNav .navbar {
	border: none;
	margin-bottom: 0;
	min-height: 12px;
}

.ModuleNav .navbar-default .navbar-collapse {
	border: none;
}

.ModuleNav .navbar-default,
.dropdown-menu {
	background-color: transparent;
}

.ModuleNav .navbar-default .navbar-nav>li>a {
	color: #666;
}

.ModuleNav .mores {
	font-size: 1rem;
	font-family: "microsoft yahei";
}

.ModuleNav .dropdown-menu {
	padding: 0;
	min-width: 0;
}

.ModuleNav .dropdown-menu>li>a {
	font-size: 0.75rem;
	padding: 3px 15px;
	background-color: #DDD;
}

.ModuleNav .navbar-default .navbar-nav>li>a:hover {
	text-decoration: underline;
}

.ModuleNav .dropdown-menu>li>a:hover {
	font-size: 0.875rem;
	background-color: transparent;
	color: #333;
}

.ModuleNav .navbar-default .navbar-brand {
	color: #000;
}

.ModuleNav .navbar-header {
	background-color: #DDD;
}

@media (min-width: 768px) {
	.ModuleNav .navbar-header {
		display: none;
	}

	.ModuleNav .navbar-nav>li:last-of-type>a {
		border: 0;
	}

	.ModuleNav .navbar-collapse {
		padding: 0;
	}

	.ModuleNav .dropdown-menu {
		border: none;
		box-shadow: none;
	}

	.ModuleNav .navbar-nav {
		margin: 0;
	}
}

/*========== 响应式导航模块END ==========*/

/*========== 响应式相册模块START ==========*/
.ModuleSiteGallery .demo-gallery-poster {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.ModuleSiteGallery .demo-gallery-poster>img {
	left: 50%;
	margin: -10px 0 0 -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.ModuleSiteGallery .grid-item>a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.ModuleSiteGallery .grid-item>a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.ModuleSiteGallery .grid-cont {
	display: block;
}

.ModuleSiteGallery .imgTitle {
	display: block;
	text-align: center;
	font-size: 0.875rem;
	padding: 5px;
	line-height: 24px;
	word-wrap: break-word;
	background: #fff;
}

/*========== 响应式相册模块END ==========*/

/*========== 会员登录模块START ==========*/



.ModuleUserLogin {
	padding: 0.625rem
}

.ModuleUserLogin ul {
	display: block;
	width: 100%;
	margin-top: 0.714rem;
	list-style-type: none;
}

.ModuleUserLogin li {
	display: block;
	width: 100%;
	margin: 0 0.714rem;
	padding: 0.188rem 0;
	float: left;
	height: 2.143rem;
	line-height: 2.143rem;
}

.ModuleUserLogin li span {
	display: block;
	overflow: hidden;
	float: left;
}

.ModuleUserLogin .InputContainer {
	margin-right: 0.313rem;
	padding: 0.313rem 0;
}

.ModuleUserLogin .userLoginBtn {
	float: right;
	margin: 0.313rem;
}

.ModuleUserLogin .btnFillet {
	position: relative;
	z-index: 2;
	border: 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/share/PIE.htc);
}

/* 其他登陆方式图标按扭 */
.ModuleUserLogin .qqLoginBtn,
.ModuleUserLogin .alipayLoginBtn,
.ModuleUserLogin .wxLoginBtn {
	float: left;
	margin: 0 0.313rem;
}

.ModuleUserLogin .qqLoginBtn img,
.ModuleUserLogin .alipayLoginBtn img,
.ModuleUserLogin .wxLoginBtn img {
	width: 1.25rem;
	height: 1.25rem;
}

/* 登陆后样式 */
.ModuleUserLogin .alNormal,
.ModuleUserLogin .alControl {
	float: left;
	margin: 0 0.625rem 0 0.313rem;
}

.ModuleUserLogin .afterLogin a:hover {
	text-decoration: underline;
}

/* 登陆后样式 */
.ModuleUserLogin .alNormal,
.ModuleUserLogin .alControl {
	float: left;
	margin: 0 0.625rem 0 0.313rem;
}

.ModuleUserLogin .afterLogin a:hover {
	text-decoration: underline;
}

/* 竖排 */
.ModuleUserLogin .beforeLogin1 .otherLoginBtnGroup {
	float: left;
	line-height: 2.25rem;
}

/* 竖排2 */
/* 竖排2 */
.ModuleUserLogin .beforeLogin4 .InputContainer {
	margin: 0 0 0.625rem 0;
}

.ModuleUserLogin .form-control {
	padding: 0 12px;
}

.ModuleUserLogin .beforeLogin4 .userInput,
.ModuleUserLogin .beforeLogin4 .passInput {
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}

.ModuleUserLogin .beforeLogin4 .InputContainer .userIco {
	height: 1.625rem;
	margin-right: 0.313rem;
	background: url(/images/userlogin/username.png) 50% no-repeat;
}

.ModuleUserLogin .beforeLogin4 .InputContainer .passIco {
	height: 1.625rem;
	margin-right: 0.313rem;
	background: url(/images/userlogin/pwd.png) 50% no-repeat;
}

.ModuleUserLogin .beforeLogin4 .username,
.ModuleUserLogin .beforeLogin4 .password {
	float: left;
	padding: 0;
	width: 60%;
	border: none;
}

.ModuleUserLogin .beforeLogin4 .ModuleLoginButton {
	width: 100%;
	height: 2.125rem;
}

.ModuleUserLogin .beforeLogin4 .ModuleRegButton {
	float: right;
	background: none;
	color: #333;
}

/* 横排 */
.ModuleUserLogin .beforeLogin2 .qqLoginBtn,
.ModuleUserLogin .beforeLogin2 .alipayLoginBtn,
.ModuleUserLogin .beforeLogin2 .wxLoginBtn {
	float: none;
	margin: 0 0.313rem;
}

/* 弹出 */
.ModuleUserLogin3_dialog.ui-dialog .ui-dialog-titlebar {
	background: #000;
	border: 1px solid #000;
}

.ModuleUserLogin3_dialog.ui-dialog .ui-icon-closethick {
	background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ModuleUserLogin3_dialog label {
	font-size: 0.8rem;
}

/*========== 会员登录模块END ==========*/

/*==========会员注册页面+修改会员信息默认样式==========*/
.ModuleUserReg .moduleInput {
	float: none;
	width: 100%;
	height: 2.3rem;
}

.ModuleUserReg .vCodeImg {
	position: absolute;
	z-index: 2;
	top: initial;
	bottom: 0.2rem;
	right: 1.1rem;
	height: 1.8rem;
}

.ModuleUserReg p.error {
	float: none;
	padding-left: 0px;
	display: block;
	width: 100%;
	margin: 0.2rem 0;
	font-size: 0.8rem;
	color: red;
	font-weight: normal;
}

.ModuleUserReg .ModuleSubmitButton {
	float: none;
	width: 100%;
}

.ModuleUserReg .btn:hover {
	color: #FFF;
}

.ModuleUserReg ul li {
	position: relative;
	display: block;
	padding: 0.714rem 0.714rem 0;
	width: auto;
	height: auto;
	/*min-height: 5rem;*/
}

.ModuleUserReg ul li span {
	display: block;
	margin-right: 0.714rem;
	float: left;
	width: 4.375rem;
	text-align: right;
}

.ModuleUserReg ul li input {
	float: none;
}

.ModuleUserReg ul li i {
	float: left;
	padding-left: 0.714rem;
	color: red;
}

.ModuleUserReg ul li label {
	float: left;
	padding-left: 0.714rem;
	color: red;
}

.ModuleUserReg ul li img {
	vertical-align: top;
}

.ModuleUserReg .UserRegOK div,
.ModuleUserReg .UserRegOK span {
	line-height: 1.875rem;
	padding: 0.188rem;
}

.ModuleUserReg .UserRegOK .UserRegOKMsg {
	font-weight: bold;
	font-size: 1rem;
	color: green;
}

.ModuleUserReg .UserRegOK .UserRegGoToUserCenter {
	font-weight: bold;
	font-size: 0.875rem;
	color: #236b92;
}

.ModuleUserReg .ui-widget-content {
	border: none;
	background: none;
}

.ModuleUserReg .ui-state-default {
	height: 1.875rem;
	line-height: 1.250rem;
}

.ModuleUserReg .ui-state-hover {
	border-color: #ccc;
	background: #fff;
}

.ModuleUserReg .ui-state-active,
.ModuleUserReg .ui-widget-content .ui-state-active,
.ModuleUserReg .ui-widget-header .ui-state-active {
	border-color: #ccc;
	background: #fff;
	font-weight: bold;
	color: #eb8f00;
}

.ModuleUserReg .ui-state-default .ui-tabs-anchor {
	color: black;
	font-weight: normal;
}

.ModuleUserReg .ui-state-active .ui-tabs-anchor {
	color: black;
	font-weight: bold;
}

.ModuleUserReg .ui-corner-all {
	border-radius: 0;
}

.ModuleUserReg .ui-widget-header {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background: none;
	color: #fff;
	font-weight: bold;
}

.ModuleText .menuicon {
	height: 3.571rem;
	line-height: 3.571rem;
	width: 13.571rem;
	text-align: center;
	padding-top: 0.714rem;
	border: 0;
	background-repeat: no-repeat;
}

.ModuleUserReg ul li span {
	float: none;
	padding: 0.313rem 0;
	font-weight: normal;
	font-size: 0.875rem;
	clear: both;
	display: block;
	overflow: hidden;
	text-align: left;
}

.ModuleUserReg p.error {
	padding-left: 0px;
}

.ModuleUserReg .requiredSyx {
	color: red;
}

.ModuleUserReg .userRegForm .customFormItem .customFormTextarea {
	width: 100%;
	min-height: 5rem;
}

.ModuleUserReg .userRegForm .customFormItem .customFormRadioGroup {
	float: none;
	width: 100%;
}

.ModuleUserReg .userRegForm .customFormItem .customFormRadioGroup .customFormRadioLabel {
	padding: 0;
	color: #333;
	margin: 0 10px 0 5px;
	font-weight: normal;
}

.ModuleUserReg .userRegForm .customFormItem .customFormCheckboxGroup {
	display: block;
	float: none;
	width: 100%;
}

.ModuleUserReg .userRegForm .customFormItem .customFormCheckboxGroup .customFormCheckboxLabel {
	margin-right: 0.714rem;
	padding: 0px;
	color: #333;
	font-weight: normal;
}

.ModuleUserReg .userRegForm .customFormItem .customFormCheckboxGroup .customFormCheckboxLabel .customFormCheckbox {
	margin-right: 0.388rem;
}

.ModuleUserReg .userRegForm .customFormItem .customFormSelect {
	float: none;
}

/*========== 会员注册页面+修改会员信息默认样式 END ==========*/


/*========== 新会员登录模块START ==========*/
/*样式5*/
.ModuleUserLogin .beforeLogin5 {
	overflow: hidden;
}

.ModuleUserLogin .beforeLogin5 .ModuleRegButton {
	float: left;
	text-decoration: underline;
	color: #666;
	background: none;
	font-size: 0.875rem;
	padding: 0;
}

.ModuleUserLogin .beforeLogin5 .ModuleForgetPswButton {
	float: right;
	text-decoration: underline;
	color: #666;
	font-size: 0.875rem;
	padding: 0;
}

.ModuleUserLogin .beforeLogin5 .checkbox {
	margin: 0;
}

.ModuleUserLogin .beforeLogin5 .checkbox label {
	color: #666;
	font-size: 0.875rem;
	line-height: 1.375rem;
}

.ModuleUserLogin .beforeLogin5 .ModuleLoginButton {
	color: #666;
	display: block;
	background: #ddd;
}

.ModuleUserLogin .beforeLogin5 .ModuleLoginButton.affirm {
	background: #57C719;
	color: #fff;
}

.ModuleUserLogin .beforeLogin5 .otherLogin a {
	background: url(../images/otherlogin.png) 0 0;
	background-size: cover;
	float: left;
	display: inline-block;
	width: 2.25rem;
	height: 2.375rem;
	margin: 0.625rem 0.625rem 0 0;
}

.ModuleUserLogin .beforeLogin5 .otherLogin .otherzfb {
	background-position: 0 -2.5rem;
}

.ModuleUserLogin .beforeLogin5 .otherLogin .otherwx {
	background-position: 0 -79px;
}

.ModuleUserLogin .beforeLogin5 .otherLogin p {
	font-size: 1rem;
	line-height: 2rem;
}

/*样式6*/
.ModuleUserLogin .beforeLogin6 .inputBox {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.ModuleUserLogin .beforeLogin6 .InputContainer {
	margin: 0;
	padding: 0
}

.ModuleUserLogin .beforeLogin6 .moduleInput {
	border: 0;
	width: auto;
}

.ModuleUserLogin .beforeLogin6 .userInput,
.ModuleUserLogin .beforeLogin6 .passInput {
	background: #fff;
	overflow: hidden;
}

.ModuleUserLogin .beforeLogin6 .passInput {
	border: none;
}

.ModuleUserLogin .beforeLogin6 .InputContainer .userIco {
	min-width: 1.625rem;
	height: 2.125rem;
	background: url(../images/username.png) 50% no-repeat;
}

.ModuleUserLogin .beforeLogin6 .InputContainer .passIco {
	min-width: 1.625rem;
	height: 2.125rem;
	background: url(../images/pwd.png) 50% no-repeat;
}

.ModuleUserLogin .beforeLogin6 .username,
.ModuleUserLogin .beforeLogin6 .password {
	float: left;
	padding: 0;
	border: none;
	line-height: 2.5rem;
}

.ModuleUserLogin .beforeLogin6 .username {
	border-bottom: 1px solid #ddd;
}

.ModuleUserLogin .beforeLogin6 .checkbox {
	float: left;
	margin: 0;
}

.ModuleUserLogin .beforeLogin6 .checkbox label {
	font-size: 0.875rem;
	line-height: 1.375rem;
}

.ModuleUserLogin .beforeLogin6 .ForgetPswbox {
	float: right;
}

.ModuleUserLogin .beforeLogin6 .ModuleForgetPswButton {
	font-size: 0.875rem;
	padding: 0;
}

.ModuleUserLogin .beforeLogin6 .ModuleLoginButton {
	float: left;
	width: 45%;
	background: #57C719;
	color: #fff;
}

.ModuleUserLogin .beforeLogin6 .ModuleRegButton {
	float: right;
	width: 45%;
	background: #fff;
	border: 1px solid #57C719;
	color: #57C719;
}

.ModuleUserLogin .beforeLogin6 .otherLogin p {
	font-size: 1rem;
	line-height: 2rem;
}

.ModuleUserLogin .beforeLogin6 .otherLogin a {
	background: url(../images/otherlogin.png) 0 0;
	background-size: cover;
	float: left;
	display: inline-block;
	width: 2.25rem;
	height: 2.375rem;
	margin: 0.625rem 0.625rem 0 0;
}

.ModuleUserLogin .beforeLogin6 .otherLogin .otherzfb {
	background-position: 0 -2.5rem;
}

.ModuleUserLogin .beforeLogin6 .otherLogin .otherwx {
	background-position: 0 -79px;
}

/*========== 新会员登录模块END ==========*/

/*========== 新注册样式START ==========*/
/*样式1*/
.ModuleUserReg .regStyle1 {
	overflow: hidden;
}

.ModuleUserReg .regStyle1 .existButton {
	float: right;
	color: #666;
	font-size: 0.875rem;
}

.ModuleUserReg .regStyle1 .ModuleConfirmButton {
	background: #ddd;
	display: block;
	color: #fff;
}

.ModuleUserReg .regStyle1 .ModuleConfirmButton.affirm {
	background: #57C719;
}

/*样式2*/
.ModuleUserReg .regStyle2 {
	overflow: hidden;
}

.ModuleUserReg .regStyle2 .inputBox {
	margin-top: 0.938rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.ModuleUserReg .regStyle2 .passInput {
	border: none;
}

.ModuleUserReg .regStyle2 .InputContainer .userIco {
	min-width: 1.625rem;
	height: 2.125rem;
	background: url(../images/username.png) 50% no-repeat;
}

.ModuleUserReg .regStyle2 .InputContainer .passIco {
	min-width: 1.625rem;
	height: 2.125rem;
	background: url(../images/pwd.png) 50% no-repeat;
}

.ModuleUserReg .regStyle2 .username,
.ModuleUserReg .regStyle2 .password {
	float: left;
	padding: 0;
	border: none;
	line-height: 2.5rem;
}

.ModuleUserReg .regStyle2 .username {
	border-bottom: 1px solid #ddd;
}

.ModuleUserReg .regStyle2 .existButton {
	float: right;
	color: #666;
	font-size: 0.875rem;
}

.ModuleUserReg .regStyle2 .ModuleConfirmButton {
	background: #ddd;
	display: block;
	color: #fff;
}

.ModuleUserReg .regStyle2 .ModuleConfirmButton.affirm {
	background: #57C719;
}

.ModuleUserReg .liModuleVCode td {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
}

.ModuleUserReg .liModuleVCode .tdGetRegSmsVCode {
	width: 1%;
	padding-right: 0px;
}

/*========== 新注册样式END ==========*/

/*========== 搜索模块START ==========*/
/*通用*/
.ModuleSearchForm {
	padding: 0.625rem;
}

.ModuleSearchForm .ModuleSearchInput {
	border: 0.188rem solid #333;
}

.ModuleSearchForm .ModuleSearchButton {
	background-color: #333;
	width: auto;
}

/*select 下拉框*/
.ModuleSearchSelectDropdownContainer .dropdown-menu {
	background-color: #fff;
}

.ModuleSearchSelectDropdownContainer .bootstrap-select.btn-group .dropdown-menu {
	background-color: #fff;
	z-index: 99999;
}

.ModuleSearchSelectDropdownContainer .bootstrap-select.btn-group .dropdown-menu li {
	border-bottom: 1px solid #ccc;
}

.ModuleSearchSelectDropdownContainer .bootstrap-select.btn-group .dropdown-menu li:last-child {
	border-bottom: 0
}

.ModuleSearchForm2,
.ModuleSearchForm3,
.ModuleSearchForm4,
.ModuleSearchForm5,
.ModuleSearchForm6,
.ModuleSearchForm7 {
	padding: 0;
}

.ModuleSearchForm .searchIcon {
	cursor: pointer;
}

/*样式1*/
.ModuleSearchForm1 .select {
	width: 60px;
	height: 28px;
	position: relative;
	top: -31px;
	left: 3px;
	z-index: 100;
}

/*样式2*/
.ModuleSearchForm2 .content {
	display: table;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0px;
	overflow: hidden;
}

.ModuleSearchForm2 .group {
	display: table;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0px;
	overflow: hidden;
}

.ModuleSearchForm2 .searchInputPanel,
.ModuleSearchForm2 .searchTypePanel {
	position: relative;
	display: table-cell;
	height: auto;
	border: 0px;
	vertical-align: middle;
}

.ModuleSearchForm2 .searchTypePanel {
	width: 1%;
}

.ModuleSearchForm2 .searchBtnPanel {
	position: relative;
	display: block;
	height: 36px;
	border: 0px;
}

.ModuleSearchForm2 .searchIcon {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
}

.ModuleSearchForm2 .ModuleSearchInput {
	float: none;
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #ccc;
	border-right: 0px !important;
	border-radius: 0;
	text-indent: 40px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchForm2 .searchTypePanel select {
	height: 100%;
}

.ModuleSearchForm2 .bootstrap-select {
	float: left;
	height: auto;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm2 .bootstrap-select .btn {
	padding-top: 0;
	padding-bottom: 0;
	height: 36px;
	border: 1px solid #ccc;
	border-left-width: 1px;
	border-radius: 0;
}

.ModuleSearchForm2 .ModuleSearchButton {
	float: left;
	display: block;
	min-width: 65px;
	width: 100%;
	height: 100% !important;
	border: 0;
	border-radius: 0;
	font-family: "微软雅黑,Microsoft YaHei";
	font-size: 12px;
}

/*样式3*/
.ModuleSearchForm3 .content {
	display: table;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 34px;
	overflow: hidden;
}

.ModuleSearchForm3 .searchInputPanel,
.ModuleSearchForm3 .searchTypePanel,
.ModuleSearchForm3 .searchBtnPanel {
	position: relative;
	display: table-cell;
	height: 36px;
	border: 0px;
	vertical-align: middle;
}

.ModuleSearchForm3 .searchTypePanel,
.ModuleSearchForm3 .searchBtnPanel {
	width: 1%;
	border-left: 1px #ccc solid;
}

.ModuleSearchForm3 .ModuleSearchInput {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: 0;
	text-indent: 14px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchForm3 .searchTypePanel select {
	height: 100%;
	border: 0;
}

.ModuleSearchForm3 .bootstrap-select {
	float: left;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm3 .bootstrap-select .btn {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm3 .ModuleSearchButton {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 100% !important;
	background: #fff;
	border-radius: 0;
	text-align: center;
}

.ModuleSearchForm3 .searchIcon {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
}

/*样式4*/
.ModuleSearchForm4 .content {
	display: table;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0px;
	overflow: hidden;
}

.ModuleSearchForm4 .group {
	display: table;
	width: 100%;
	height: auto;
	border: 0px;
	border-radius: 0px;
	overflow: hidden;
}

.ModuleSearchForm4 .searchInputPanel,
.ModuleSearchForm4 .searchTypePanel {
	position: relative;
	display: table-cell;
	height: auto;
	border: 0px;
	vertical-align: middle;
}

.ModuleSearchForm4 .searchTypePanel {
	width: 1%;
}

.ModuleSearchForm4 .ModuleSearchInput {
	float: left;
	width: 100%;
	height: 36px;
	border-radius: 0;
	border: 1px solid #ccc;
	text-indent: 36px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchForm4 .searchTypePanel select {
	height: 100%;
}

.ModuleSearchForm4 .bootstrap-select {
	float: left;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm4 .bootstrap-select .btn {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	height: 36px;
	border: 1px solid #ccc;
	border-right-width: 0px !important;
	border-radius: 0;
}

.ModuleSearchForm4 .space {
	width: 10px;
}

.ModuleSearchForm4 .searchBtnPanel {
	width: 1%;
	height: 36px;
}

.ModuleSearchForm4 .ModuleSearchButton {
	position: relative;
	display: inline-block;
	min-width: 50px;
	height: 100% !important;
	line-height: inherit !important;
	background: #000;
	border: 1px none;
	border-radius: 6px;
	text-align: center;
}

.ModuleSearchForm4 .searchIcon {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
}

/*样式5*/
.ModuleSearchForm5 .content {
	display: table;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 34px;
	overflow: hidden;
}

.ModuleSearchForm5 .searchInputPanel,
.ModuleSearchForm5 .searchTypePanel,
.ModuleSearchForm5 .searchBtnPanel {
	position: relative;
	display: table-cell;
	height: 36px;
	border: 0px;
	vertical-align: middle;
	background: #fff;
}

.ModuleSearchForm5 .searchTypePanel,
.ModuleSearchForm5 .searchBtnPanel {
	width: 1%;
}

.ModuleSearchForm5 .searchInputPanel {
	border-left: 1px #ccc solid;
}

.ModuleSearchForm5 .ModuleSearchInput {
	float: left;
	width: 100%;
	border-radius: 0;
	border: 0;
	text-indent: 15px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchForm5 .searchTypePanel select {
	height: 100%;
}

.ModuleSearchForm5 .bootstrap-select {
	float: left;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm5 .bootstrap-select .btn {
	padding-left: 16px;
	height: 100%;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.ModuleSearchForm5 .ModuleSearchButton {
	position: relative;
	display: inline-block;
	padding: 0;
	min-width: initial;
	margin-right: 4px;
	width: 30px;
	height: 30px !important;
	line-height: 30px !important;
	border: 0;
	border-radius: 30px;
	font-size: 12px;
	text-align: center;
	background: #fff;
}

.ModuleSearchForm5 .searchIcon {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
}

/*样式6*/
.ModuleSearchForm6 .content {
	display: table;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 34px;
	overflow: hidden;
}

.ModuleSearchForm6 .searchInputPanel,
.ModuleSearchForm6 .searchTypePanel,
.ModuleSearchForm6 .searchBtnPanel {
	position: relative;
	display: table-cell;
	height: 36px;
	border: 0px;
	vertical-align: middle;
	background: #fff;
}

.ModuleSearchForm6 .searchTypePanel {
	width: 1%;
}

.ModuleSearchForm6 .searchInputPanel {
	border: 0;
}

.ModuleSearchForm6 .ModuleSearchInput {
	float: left;
	width: 100%;
	border-radius: 0;
	border: 0;
	text-indent: 10px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchForm6 .searchTypePanel select {
	height: 100%;
}

.ModuleSearchForm6 .bootstrap-select {
	float: left;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm6 .bootstrap-select .btn {
	padding-left: 16px;
	height: 100%;
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.ModuleSearchForm6 .searchBtnPanel {
	position: relative;
	width: 50px;
	background: #fff;
	border-radius: 0;
	text-align: center;
}

.ModuleSearchForm6 .searchIcon {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 14px;
	width: 20px;
	height: 20px;
}

/*样式7*/
.ModuleSearchForm7 .content {
	display: table;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0px;
	overflow: hidden;
}

.ModuleSearchForm7 .group {
	display: table;
	width: 100%;
	height: auto;
	/*border: 1px solid #ccc;*/
	border-radius: 0px;
	overflow: hidden;
}

.ModuleSearchForm7 .searchInputPanel,
.ModuleSearchForm7 .searchTypePanel {
	position: relative;
	display: table-cell;
	height: auto;
	border: 0px;
	vertical-align: middle;
}

.ModuleSearchForm7 .searchTypePanel {
	width: 1%;
}

.ModuleSearchForm7 .ModuleSearchInput {
	float: left;
	width: 100%;
	height: 36px;
	border-radius: 0;
	border: 1px solid #ccc;
	border-radius: 8px 0 0 8px;
	text-indent: 12px;
	font-size: 14px;
	outline: none;
}

.ModuleSearchForm7.withSelect .ModuleSearchInput {
	border-radius: 0 !important;
}

.ModuleSearchForm7 .searchTypePanel select {
	height: 34px;
	border: 0;
}

.ModuleSearchForm7 .bootstrap-select {
	float: left;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.ModuleSearchForm7 .bootstrap-select .btn {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	height: 36px;
	border: 1px solid #ccc;
	border-right-width: 0px !important;
	border-radius: 8px 0 0 8px;
}

.ModuleSearchForm7 .searchBtnPanel {
	width: 1%;
	height: 36px;
}

.ModuleSearchForm7 .ModuleSearchButton {
	position: relative;
	display: inline-block;
	min-width: 50px;
	height: 100% !important;
	line-height: inherit !important;
	background: #000;
	border: 1px none;
	border-radius: 0 8px 8px 0;
	text-align: center;
}

.ModuleSearchForm7 .searchIcon {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
}

/*========== 搜索模块END ==========*/

/*========== 友情链接模块START ==========*/
.ModuleLinkList .LinkHor {
	float: left;
	display: inline-block;
	white-space: nowrap;
}

.ModuleLinkList .LinkVer {
	display: block;
}

.ModuleLinkList .btn:hover {
	text-decoration: underline;
}

/*========== 友情链接模块END ==========*/

/*========== 产品展示模块START ==========*/
.clear_x:after {
	content: '.';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.Module_select {
	padding: 10px 10px 0;
}

.selectselfattr {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
	height: 30px;
	line-height: 30;
}

.selectselfattr.even {
	float: right;
}

/*.ModuleProductList .ProductBox{float:left;display: inline-block;overflow:hidden;width:46%;height:auto;text-align:center;}*/
.ModuleProductList .spliter {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.ModuleProductList .ProductBox center {
	border: solid #e2e2e2 1px;
	margin: 0.188rem;
	overflow: hidden;
	background: #fff;
}

.ModuleProductList .ProductBox a.PIMG {
	clear: both;
}

/*.ModuleProductList .ProductBox a.PIMG img{width: 8.571rem;height: 8.571rem;}*/
.ModuleProductList .ProductBox a.PIMG img {
	max-width: 100%;
	max-height: 100%;
}

.ModuleProductList .ProductBox a.PIMG,
.ModuleProductList .PTITLE {
	overflow: hidden;
	text-align: center;
	display: block;
}

.ModuleProductList .ProductBox dl.PDetail {
	list-style-type: none;
	display: block;
	padding: 0.313rem;
	text-align: left;
	margin-bottom: 1.875rem;
}

.ModuleProductList .ProductBox dl.PDetail dd {
	display: block;
	clear: both;
	line-height: 1.250rem;
	text-align: left;
}

.ModuleProductList .ProductBox .PDetail .proName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-size: 1rem;
}

.ModuleProductList .ProductBox .PDetail .proPrice {
	color: #d60706;
	font-size: 1rem;
	margin: 0.313rem 0;
}

.ModuleProductList .ProductBox .PDetail .ProDesc {
	color: #999;
	font-size: 0.875rem
}

.ModuleProductList #prevBtn,
.ModuleProductList #nextBtn {
	display: none;
}

.ModuleProductList .PLabel,
.ModuleProductDetail .PLabel {
	margin: 0 0.188rem;
	padding: 0.1rem 0.313rem;
	color: white;
	background: #ca0000;
	font-size: 0.75rem;
}

.ModuleProductList .ProductBox.ShowStyle_6 .PicWrapper {
	float: left
}

.ModuleProductList .ProductBox.ShowStyle_6 dl.PDetail {
	float: left;
	width: 200px;
	clear: none;
	padding-left: 0.625rem
}

.ModuleProductList .ProductBox.ShowStyle_6 a.PIMG {
	padding: 0
}

.ModuleProductList .Shop_Join {
	background: red;
	height: 30px;
	width: 60%;
	border-radius: 5px;
	text-align: center;
}

.ModuleProductList .Shop_Join {
	color: #fff;
	line-height: 30px;
	font-size: 12px;
}

/*========== 产品展示模块END ==========*/

/*========== 产品详细模块 START ==========*/
.pDetail {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
}

.pDetail .swiper-container {
	background: #fff;
}

.pDetail dt {
	text-align: left;
}

.pDetail dt img {
	margin: auto;
	width: 19.375rem;
}

.pDetail dd {
	text-align: left;
	font-size: 0.875rem;
}

.pDetail {
	height: 100%;
	color: #838383;
	font-size: 0.75rem;
}

.pDetail .goods_cont {
	line-height: 1.875rem;
}

.pDetail .goodsintro_mobile {
	line-height: 1.3rem;
	margin-bottom: 0.625rem;
	padding: 0 0.625rem 0 0.625rem;
	border-bottom: 1px dashed #ddd;
	background: #fff;
	font-size: 1rem;
	color: #333;
	margin-top: 16px;
}

.goodsintro_mobile li {
	overflow: hidden;
	list-style: none;
}

.pDetail .globalPurchaseFlag {
	float: left;
	display: block;
	height: 1.1875rem;
	line-height: 0.9375rem;
	margin: 0 0.375rem 0.375rem 0.188rem;
	color: #9118cc;
	border: 2px solid #9118cc;
	padding: 0px 3px;
	font-size: 12px;
}

.pDetail .goods-price_mobile,
.pDetail .pro_count {
	overflow: hidden;
	margin-bottom: 0.625rem;
	background: #fff;
	height: auto;
}

/*修改过*/
.pDetail .pro_count li {
	overflow: hidden;
}

.pDetail .freightMoney {
	color: #777;
	font-size: 0.8rem;
}

.pDetail .goods-props_mobile {
	overflow: hidden;
	color: #999;
	font-size: 0.75rem;
}

.pDetail .goods-props_mobile span {
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1.8rem;
	color: #999;
}

.pDetail .goods-props_mobile span.title {
	width: 4.5rem;
	display: inline-block;
	text-align: right;
}

.pDetail .Norms {
	float: left;
	display: block;
	overflow: hidden;
	margin: 0.313rem 0.313rem 0 0;
	padding: 0 0.625rem;
	border: solid 1px #ccc;
	text-indent: 0rem;
	white-space: nowrap;
	font-weight: normal;
	cursor: pointer;
}

.goods-attr-name {
	display: block;
	float: left;
	height: 2rem;
	line-height: 1.2rem;
}

.goods-attrval {
	display: block;
}

.goods-attrval-name {
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 0.3125rem 0.3125rem 0;
	padding: 0.313rem 0.625rem;
	border: solid 1px #ccc;
	text-indent: 0rem;
	/*white-space: nowrap;font-weight: normal;*/
	font-size: 12px;
	cursor: pointer;
}

.goods-attrval-name.selected {
	border: solid 1px #E40E0E;
	color: #E40E0E;
}

.pDetail .Phtml {
	color: #cb0404;
	font-weight: normal;
	font-size: 1.5rem;
	font-weight: bold;
}

.pDetail .goods-detail-tab {
	margin-top: 0.625rem;
	background: #e7e7e7;
	overflow: hidden;
	clear: both;
	line-height: 30px;
}

/*修改过*/
.pDetail .goods-detail-content {
	background: #fff;
	padding: 0.625rem;
	line-height: 1.875rem;
	font-size: 0.875rem;
}

.pDetail .goods-detail-content img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.pDetail .marketPrice,
.pDetail .marketPriceTitle,
.pDetail .PhtmlTitle {
	font-family: "microsoft yahei";
	color: #999;
	font-size: 0.75rem;
}

.goods-num-add {
	line-height: 1.875rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.625rem;
	padding: 0.625rem;
}

/*修改过*/
.goods-num-add .goods-props_mobile {
	float: left;
	width: 33.333334%;
}

.goods-detail-tab .active {
	display: block;
	background: #fff;
	text-align: left;
	font-size: 0.875rem;
	padding: 0.625rem 0;
}

.goods-detail-tab .deactive {
	display: block;
	float: left;
	height: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	padding: 0 0.625rem;
}

.goods-comment-tab {
	line-height: 1em;
}

.goods-num_mobile {
	float: left;
	display: inline-block;
	width: auto;
	border: 1px solid #ddd;
}

/*修改过*/
.goods-num_mobile span {
	float: left;
}

.goods_num {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-size: 0.75rem;
}

/*修改过*/
.goods-num_mobile .jian,
.goods-num_mobile .jia {
	float: left;
	display: inline-block;
	width: 1.375rem;
	height: 1.875rem;
	background: #eee;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.875rem;
	cursor: pointer;
}

/*修改过*/
.goods-name {
	width: 100%;
	display: block;
	line-height: 1.5rem;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

/*修改过*/
.goods-brief {
	color: #999;
	font-size: 0.75rem;
	line-height: 20px;
	margin-bottom: 0.5rem;
}

.goods-shop {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-top: 1px solid #dddddd;
	background: white;
	line-height: 3.125rem;
	z-index: 99;
}

/*修改过*/
.goods-shop .goods-price {
	color: #FE710E;
	font-size: 16px;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
}

.goods-ordernow,
.goods-pay,
.goods-addcart {
	float: right;
	display: inline-block;
	padding: 0 0.625rem;
	height: 3.125rem;
	color: white;
	text-align: center;
	line-height: 3.125rem;
	cursor: pointer;
}

.goods-ordernow {
	height: 49px;
	line-height: 49px;
	background: #dd2726;
	width: 35%;
}

.goods-addcart {
	float: right;
	height: 49px;
	background: #ff9501;
	line-height: 49px;
	width: 35%;
	margin-left: 0.625rem;
}

.goods-pay {
	background: #FF9500;
}

.goods-shop .shopCart {
	background: url(/skinp/common/mobile/images/Cart2x.png) no-repeat;
}

.goods-shop .icon {
	display: block;
	height: 100%;
	width: 100%;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
}

.goods-shop .icon {
	position: relative;
	display: block;
	height: 32px;
	width: 25%;
	float: left;
	margin-top: 0.575rem;
}

/*修改过*/
@media screen and (min-width: 992px) {
	.btnBuyGroup {
		display: block;
		margin-top: 15px;
		margin-left: 4.5rem;
	}

	.goods-shop {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.btnBuyGroup {
		display: none;
	}

	.goods-shop {
		display: block;
	}

}

.btnBuyGroup[flowType="0"] {
	display: block !important;
}

.btnBuyGroup[flowType="1"] {
	display: none !important;
}

.goods-shop[flowType="0"] {
	display: none !important;
}

.goods-shop[flowType="1"] {
	display: block !important;
}

.goods-params .goods-props_mobile {
	background: #fff;
	padding-top: 2.125rem;
	padding-left: 2.75rem;
}

.goods-params .goods-props_mobile span {
	color: #323232;
}

.goods-num-add .goods-addcart,
.goods-num-add .goods-ordernow,
.goods-num-add .goods-pay {
	float: left;
	margin-top: 1rem;
}

.goods-num-add .goods-pay {
	color: #CA120F;
	background: none;
	height: 2.1875rem;
	line-height: 2.1875rem;
}

.goodsjian {
	margin-left: 0.3125rem;
	display: none;
}

.goods-btn {
	display: none;
}

/*========== 产品详细模块 END ==========*/
#pro-detail-content table {
	margin: 0 auto;
}

.pro_content table {
	margin: 0 auto;
}

/*========== 产品评价通用START ==========*/
.ProductComment {
	background: #f0f2f5;
}

.ProductComment table {
	background: #fff;
}

.ProductComment table tr {
	border-bottom: 1px solid #e4e4e4;
}

.ProductComment .ProductCommentScore {
	border-bottom: 1px solid #ededed;
	background: #fff;
	overflow: hidden;
	clear: both;
	padding: 0.313rem 0;
}

.ProductComment .ProductCommentScore .PCTotalScore {
	margin: 0.313rem auto;
	min-width: 13.750rem;
	width: 25%;
	float: left;
	padding-top: 1.250rem;
	padding-left: 8rem;
}

.PCTotalScore .bigScore {
	font-size: 3.188rem;
	color: #FF8F00;
	font-family: Tahoma;
}

.PCTotalScore .branch {
	font-size: 1em;
	color: #666;
	font-family: Tahoma;
}

.ProductComment .ProductCommentScore .Satisfaction {
	min-width: 300px;
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.Satisfaction .SatisfactionScore {
	overflow: hidden;
}

.Satisfaction .SatisfactionScore .distance {
	float: left;
	height: 1.25rem;
}

.Satisfaction .SatisfactionScore .smallscore {
	float: left;
	background: url(/images/commentarrow.gif) no-repeat;
	width: 1.5rem;
	height: 1.25rem;
	text-align: center;
	color: white;
	font-family: Tahoma;
	font-size: 0.7em;
}

.Visual_graph {
	color: #fff;
	font-family: Tahoma;
	width: 21.5em;
	height: 1.375rem;
	line-height: 1.375rem;
	background: #CCC;
	text-align: center;
	position: relative;
	clear: both;
}

.Visual_graph .actualwidth {
	position: absolute;
	height: 100%;
	overflow: hidden;
}

.Visual_graph .actualwidth .satisfied_Bar {
	width: 21.5rem;
	height: 100%;
}

.actualwidth .satisfied_Bar .satisfiedbg {
	width: 4.2em;
	height: 100%;
	float: left;
	display: inline;
}

.actualwidth .satisfied_Bar .first {
	background: #FFC57B;
}

.actualwidth .satisfied_Bar .second {
	background: #FFB659;
}

.actualwidth .satisfied_Bar .three {
	background: #FFAA3E;
}

.actualwidth .satisfied_Bar .four {
	background: #FF9A19;
}

.actualwidth .satisfied_Bar .five {
	background: #F68A00;
}

.Visual_graph .satisfied {
	position: relative;
	width: 4.2em;
	height: 100%;
	float: left;
	line-height: 1.375rem
}

.Satisfaction .totalUsers {
	color: #666;
	font-family: Tahoma;
	padding: 0.313rem;
}

.Satisfaction .totalUsers b {
	color: #FF8F00;
}

.ProductComment table tr .actual_date {
	width: 9.375rem;
	line-height: 140%;
	color: #929496;
	font-size: 0.750rem;
	width: 27%;
	padding: 0.625rem 0.313rem 0.625rem 0;
	text-align: right;
}

.ProductComment table tr td {
	width: 69%;
}

.ProductComment table tr td .satisfied_degree {
	clear: both;
	color: #666;
	padding: 0.625rem 0.313rem 0.313rem 0.313rem;
	overflow: hidden;
}

.satisfied_degree .Product_stars {
	float: left;
	width: 5.000rem;
}

.satisfied_degree .Product_stars .stars_number {
	height: 0.75rem;
	background: url(/images/5star.gif);
}

.satisfied_degree .ProductactualScore {
	float: left;
}

.ProductCommentcontent {
	clear: both;
	color: #666;
	padding: 0.313rem 0.313rem 0.625em 0.313rem;
	line-height: 1.125em;
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-family: SimSun
}

.ProductCommentImages {
	padding: 0.625rem 0.313rem 0.313rem 0.313rem;
}

.product_comment_img_wrapper {
	display: inline-block;
	margin-right: 6px;
	padding: 2px;
	border: 2px solid #F0F0F0;
}

.product_comment_img_wrapper img {
	width: 40px;
	height: 40px;
}


/*商品评论*/
.EvaluateX {
	padding: 4px 0;
	background: #f7f7f7;
	margin-bottom: 20px;
}

/* .EvaluateX li,.product_pic li{float: left;width:20%;padding:16px 0;color:#333;font-size: 14px;text-align: center;}*/
.EvaluateX li:hover {
	cursor: pointer;
}

.EvaluateX li span {
	font-size: 14px;
	display: inline-block;
}

.EvaluateX li p {
	font-size: 0.875rem;
	display: inline-block;
}

.EvaluateX li.selected,
.EvaluateX li.selected p {
	color: #c40000
}

.template-clear:after {
	content: '.';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.template-clear .left {
	float: left
}

/* 评论头部*/
.EvaluateX_nav_top {
	padding: 0 10px;
	background: #fff;
	margin: 5px 0;
	border-bottom: 1px solid #f7f7f7
}

.EvaluateX_nav_top dl {
	padding: 10px 0;
	border-bottom: 1px solid rgba(242, 242, 242, 0.5)
}

.EvaluateX_nav_top dt {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/user_index_03.jpg)
}

.EvaluateX_nav_top dd {
	padding-left: 35px;
	line-height: 1;
}

.EvaluateX_nav_top dd p,
.EvaluateX_nav_bot {
	font-size: 12px;
	color: #333;
	padding-bottom: 2px;
}

.EvaluateX_nav_top dd span {
	font-size: 12px;
	color: #666
}

.EvaluateX_nav_top dd .in_dd {
	line-height: 30px;
	text-align: right;
	color: #999
}

.EvaluateX_nav_bot {
	line-height: 15px;
	padding: 10px 0;
}

.EvaluateX li {
	float: left;
	width: 20%;
	text-align: center;
}

/* 小swiper*/
.ImgCenterbox {
	height: 60px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ImgCenter {
	max-height: 100%;
	max-width: 100%;
}

.product_pic_box {
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

/* 弹出窗样式*/
.bigpictopwb {
	min-height: 50px;
}

.bigpictop {
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.bigpictop img {
	width: 10px;
	position: absolute;
	top: 17px;
	left: 10px;
	z-index: 100012;
}

#bigpicbox .swiper-pagination-fraction {
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	line-height: 50px;
	font-size: 16px;
}

#bigpicbox .swiper-pagination {
	z-index: 100011;
}

.bigpictop p {
	width: 100%;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.productbig-swiper .ImgCenterbox {
	height: 100%;
	width: 100%;
}

.product_pic li {
	margin: 0;
	border-radius: 5px;
	height: 80px;
	width: 80px;
}

.productbig-swiper .product_pic li {
	margin: 0;
}

.productbig_Wb {
	height: 83%;
	overflow: hidden;
}

#bigpicbox {
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100010;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.productbig-swiper {
	height: 100%;
	position: relative;
}

.product_pic_box ul li {
	width: 80px !important;
	margin: 0 2px;
	cursor: pointer;
}

@media screen and (min-width:760px) {
	.product_pic_box li.show {
		border: 2px solid #e60012;
	}

	.product_pic_box li {
		border: 1px solid #dfdfdf;
		padding: 1px;
		margin-right: 10px;
		background-clip: content-box;
	}

	.product_pic_box li img {
		position: absolute;
		bottom: -6px;
		left: 36px;
	}
}

/* 弹窗评论*/
.pingfen img {
	margin-right: 7px;
	width: 20px;
}

.pingfenwb {
	padding: 0 10px;
	position: relative;
}

.pingfenwb .inpingfenwb {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
	z-index: 1;
}

.pingfenwb p {
	font-size: 12px;
	color: #fff;
	line-height: 15px
}

.pingfenwb2 {
	min-height: 60px;
}

.pengfen2 img {
	width: 12px;
	padding-top: 2px;
	margin: 0;
}

.swiper-pagination {
	width: 100%
}

.big_picbox {
	position: relative;
	margin: 16px 0;
	padding-bottom: 20px;
}

.inbig_picbox {
	height: 420px;
	width: 420px;
	background: #fff;
	padding: 4px;
	border: 1px solid #bfbfbf;
	top: 0;
	left: 10px;
	margin-left: 10px;
	background-clip: content-box;
	padding: 4px;
}

/*========== 产品评价通用END ==========*/
/* 产品详情公共样式 start*/
.ModuleProductDetailGiant .close-buycar-warnning {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: 12px;
	color: #898989;
	cursor: pointer;
	transform: scale(0.8);
	display: none;
}

.ModuleProductDetailGiant .introduce-warnning {
	position: relative;
	border: 1px solid transparent;
}

.ModuleProductDetailGiant .xunpan-wrapper {
	margin-top: 30px;
}

.ModuleProductDetailGiant .pro-btn.active.liji-xunpan {
	width: 125px;
	height: 40px;
}

.ModuleProductDetailGiant .tb-choice {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	display: none;
}

/* 产品详情公共样式end*/
/*========== 新产品展示模块START ==========*/

/*通用*/
.ModuleProductList {
	width: auto;
	height: auto;
}

.ModuleProductList .productsBox {
	border-radius: 0;
	background: none;
	position: relative;
}

.ModuleProductList .proCont {
	display: block;
	overflow: hidden;
	background: #fff;
}

.ModuleProductList .proCont .proImg {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ModuleProductList .proCont .proImg img {
	max-width: 100%;
	max-height: 100%;
}

.ModuleProductList .proCont .proInfo {
	padding: 0.313rem;
}

.ModuleProductList .proCont .proInfo .proTitle {
	display: block;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: .875rem;
	word-break: break-all;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
}

.ModuleProductList .proCont .proInfo .proTitle:hover {
	text-decoration: underline;
}

.ModuleProductList .proCont .proInfo .proDec {
	display: block;
	margin-bottom: .08rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ModuleProductList .proCont .proInfo p {
	overflow: hidden;
	margin-top: 0.313rem;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 0.75rem;
	min-height: 0.75rem;
}

.ModuleProductList .proCont .proInfo .proPrice span {
	color: #ED0808;
	font-size: 1rem;
	line-height: 1rem;
}

.ModuleProductList .proCont .proInfo .proMPrice span {
	color: #999;
	text-decoration: line-through;
}

.ModuleProductList .proMore {
	margin: 0.63rem 0;
}

.ModuleProductList .proMore .ProductListMore {
	display: block;
	margin: 0 auto;
	width: 98%;
	color: #fff;
	color: #666;
	overflow: hidden;
}

.ModuleProductList .proMore .moreLoad {
	color: #1084F9;
}

.ModuleProductList .globalPurchaseIcon {
	position: absolute;
	left: auto;
	right: 3%;
	top: 0;
}

.ModuleProductList .globalPurchaseIcon img {
	width: 42px;
}

/*自定义参数*/
.ModuleProductList .proInfo .Left {
	float: left
}

.ModuleProductList .proInfo .Right {
	float: right
}

.ModuleProductList .proInfo p.KV {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: normal;
}

.ModuleProductList .proCont .proImg {
	position: relative;
}

/*样式1*/
.productStyle1 {
	color: #ff0000;
}

.productStyle1 .productsBox {
	display: block;
	padding: 0.313rem 0;
	overflow: hidden;
	margin-bottom: 0;
	border: none;
}

.productStyle1 .proCont .proImg {
	padding: 0;
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
}

.productStyle1 .proCont .proImg img {
	max-width: 100%;
	max-height: 100%;
}

/*样式2*/
.productStyle2 {
	overflow: hidden;
}

.productStyle2 .productsBox {
	margin-bottom: 0;
	padding: 0.313rem;
}

.productStyle2 .proCont .proInfo .proDec {
	height: 1.5rem;
	display: block;
}

.productStyle2 .proCont .proInfo .proTitle {
	margin: 0;
	display: block;
}

.productStyle2 .proCont .proImg {
	overflow: hidden;
	margin: 0 auto;
	height: 10rem;
	min-width: 7.5rem;
	text-align: center;
}

.productStyle2 .proCont .proImg img {
	max-width: 100%;
	max-height: 100%;
}

/*样式3*/
.productStyle3 {
	overflow: hidden;
}

.productStyle3 .productsBox .proCont {
	box-shadow: 0 0 8px #ddd;
}

.productStyle3 .productsBox {
	margin: 0;
	border: none;
	padding: 4px;
}

/*样式4*/
.productStyle4 {
	color: #ff0000
}

.productStyle4 .productsBox {
	display: block;
	overflow: hidden;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.productStyle4 .proCont .proImg {
	padding: 0.1875rem;
	height: 122px;
	width: 122px;
	text-align: center;
	float: left;
}

.productStyle4 .proCont .proImg img {
	max-width: 100%;
	max-height: 100%;
}

/*========== 新产品展示模块END ==========*/

/*========== 新产品分类START ==========*/
/*通用*/
.ModuleProductClsV2 {
	height: 100%;
	background: #eee;
}

.ModuleProductClsV2 .MainClassItem .firstClsName {
	text-overflow: ellipsis;
	white-space: nowrap
}

/*文本超出隐藏...显示*/
.subClsName.style6,
.reClssubordinate .reClsName {
	text-overflow: ellipsis;
	white-space: nowrap
}

/*样式1*/
.proClassifyStyle1 {
	overflow: hidden;
	height: 100%;
	background: #EEE
}

.proClassifyStyle1 .proLeftNav ul {
	border-bottom: none;
}

.proClassifyStyle1 .proLeftNav {
	float: left;
	width: 30%;
	height: 100%;
	background: #EFEFEF;
	text-align: center;
	font-size: .875rem
}

.proClassifyStyle1 .proClsNav>li {
	margin-bottom: 0;
	float: none;
	display: block;
	border-bottom: 1px solid #D8D8D8;
}

.proClassifyStyle1 .proClsNav>li>a {
	display: block;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	font-size: .875rem
}

.proClassifyStyle1 .proClsNav>li.active {
	border-bottom: 1px solid #ff4d6a;
}

.proClassifyStyle1 .proClsNav>li.active>a,
.proClassifyStyle1 .proClsNav>li.active>a:focus,
.proClassifyStyle1 .proClsNav>li.active>a:hover {
	border: 0;
	background: #eee;
	color: #ff4d6a;
}

.proClassifyStyle1 .proRightContent {
	float: left;
	width: 70%;
	height: 100%;
}

.proClassifyStyle1 .proClsTabPane {
	overflow: hidden;
}

.proClassifyStyle1 .proClsTabPane .proClsCont {
	overflow: hidden;
}

.proClassifyStyle1 .proClsTabPane .subClsName {
	display: block;
	overflow: hidden;
	text-align: left;
	padding-left: 0.625rem;
	color: #333;
	height: 2.625rem;
	line-height: 2.625rem;
	font-size: 0.875rem;
	border-bottom: 1px solid #D9D9D9;
	background-color: #F9F9F9;
}

.proClassifyStyle1 .proClsTabPane .subClsName span {
	float: left;
	border-left: 3px solid #FF3838;
	padding-left: 0.313rem;
}

.proClassifyStyle1 .proClsTabPane ul {
	padding-left: 0.313rem;
	overflow: hidden;
	background-color: #fff;
}

.proClassifyStyle1 .proClsTabPane li {
	float: left;
	display: inline;
	padding: 0 .313rem .313rem 0;
	text-align: center
}

.proClassifyStyle1 .proClsTabPane a {
	display: block;
	font-size: .875rem;
	background-color: #fff;
}

.proClassifyStyle1 .proClsTabPane .proClsImg {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	height: 120px;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	padding: 10px 0;
}

.proClassifyStyle1 .proClsTabPane .proClsImg img {
	max-width: 100%;
	max-height: 100%
}

.proClassifyStyle1 .proClsTabPane .reClsName {
	padding: .25rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .875rem;
	line-height: 1.5rem
}

/*样式2*/
.proClassifyStyle2 .proClassifyBox {
	overflow: hidden;
	margin: .625rem;
	padding: .313rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.proClassifyStyle2 .proClassifyBox .firstClsName {
	display: block;
	overflow: hidden;
	margin: 0;
	line-height: 34px;
	text-align: center;
	font-size: 1.25rem;
	padding-bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proClassifyStyle2 .proClassifyBox .subClsName {
	display: block;
	overflow: hidden;
	margin: 0;
	line-height: 24px;
	text-align: center;
	font-size: 1rem;
	clear: both;
	text-align: left;
	padding-left: 0.625rem;
	margin: 0.625rem 0;
	border-left: 3px solid #FF3838;
}

.proClassifyStyle2 .proClassifyBox ul {
	overflow: hidden;
}

.proClassifyStyle2 .proClassifyBox li {
	margin-bottom: .625rem;
	padding: 0 .313rem
}

.proClassifyStyle2 .proClassifyBox a {
	display: block;
	text-align: center;
	font-size: .875rem
}

.proClassifyStyle2 .proClassifyBox .proClsImg {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	height: 120px;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	padding: 10px 0;
}

.proClassifyStyle2 .proClassifyBox .proClsImg img {
	max-width: 100%;
	max-height: 100%
}

.proClassifyStyle2 .proClassifyBox .reClsName {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2rem
}

/*样式3*/
.proClassifyStyle3 ul li {
	float: left;
	display: inline-block;
	overflow: hidden;
	padding: .125rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem
}

.proClassifyStyle3 ul li a {
	display: block;
	overflow: hidden;
	height: 2.25rem;
	background: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .875rem;
	line-height: 2.25rem
}

/*样式4*/
.proClassifyStyle4 {
	overflow: hidden;
	height: 100%;
	background: #EEE
}

.proClassifyStyle4 .proLeftNav {
	float: left;
	width: 30%;
	height: 100%;
	background: #fff;
	text-align: center;
	font-size: .875rem
}

.proClassifyStyle4 .proClsNav>li {
	float: none;
	display: block;
	border-bottom: 1px solid #E1E1E1;
	border-left: .188rem solid #fff;
}

.proClassifyStyle4 .proClsNav>li>a {
	display: block;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	font-size: .875rem
}

.proClassifyStyle4 .proClsNav>li.active {
	border-left: .188rem solid #FF3838;
}

.proClassifyStyle4 .proClsNav>li.active>a,
.proClassifyStyle4 .proClsNav>li.active>a:focus,
.proClassifyStyle4 .proClsNav>li.active>a:hover {
	border: 0;
	background: #eee;
	color: #FF3838;
}

.proClassifyStyle4 .proRightContent {
	float: left;
	width: 70%;
	height: 100%;
}

.proClassifyStyle4 .proClsTabPane {
	overflow: hidden;
}

.proClassifyStyle4 .proClsTabPane .proClsCont {
	overflow: hidden;
}

.proClassifyStyle4 .proClsTabPane .subClsName {
	display: block;
	overflow: hidden;
	text-align: left;
	padding-left: 0.625rem;
	margin: .625rem 0;
	color: #333;
	line-height: 1.25rem;
	font-size: 0.875rem;
	background: url(/images/newsRightIcon.png) right 0.625rem center no-repeat;
}

.proClassifyStyle4 .proClsTabPane .subClsName span {
	float: left;
	border-left: 3px solid #FF3838;
	padding-left: 0.313rem;
}

.proClassifyStyle4 .proClsTabPane ul {
	padding-left: 0.313rem;
	overflow: hidden;
}

.proClassifyStyle4 .proClsTabPane li {
	float: left;
	display: inline;
	padding: 0 .313rem .313rem 0;
	text-align: center
}

.proClassifyStyle4 .proClsTabPane a {
	display: block;
	font-size: .875rem;
	background-color: #fff;
}

.proClassifyStyle4 .proClsTabPane .proClsImg {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	height: 120px;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	padding: 10px 0;
}

.proClassifyStyle4 .proClsTabPane .proClsImg img {
	max-width: 100%;
	max-height: 100%
}

.proClassifyStyle4 .proClsTabPane .reClsName {
	padding: .25rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: .875rem;
	line-height: 1.5rem
}

/*样式5*/
.proClassifyStyle5 .proClassifyBox {
	overflow: hidden;
}

.proClassifyStyle5 .proClassifyBox .firstClsName {
	overflow: hidden;
	padding: 0 0.625rem;
	line-height: 2.125rem;
	text-align: left;
	font-size: 1rem;
	padding-bottom: 0;
	width: 90%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proClassifyStyle5 .proClassifyBox i {
	text-align: center;
	font-size: 1.625rem;
}

.proClassifyStyle5 .proClassifyBox .subClsName i {
	font-size: 1.250rem;
	float: right;
	width: 3.125rem;
	height: 2.188rem;
	line-height: 2.188rem;
}

.proClassifyStyle5 .proClassifyBox .subClsName {
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 0.875rem;
	clear: both;
	text-align: left;
	padding-left: 25px;
	border-bottom: 1px solid #E6E6E6;
	height: 2.188rem;
	line-height: 2.188rem;
}

.proClassifyStyle5 .proClassifyBox .subClsName:last-child {
	border: none;
}

.proClassifyStyle5 .proClassifyBox .firstClsNamediv {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.proClassifyStyle5 .proClassifyBox .firstClsNamediv i {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	width: 50px;
}

.proClassifyStyle5 .proClassifyBox ul {
	overflow: hidden;
}

.proClassifyStyle5 .proClassifyBox li {
	overflow: hidden;
}

.proClassifyStyle5 .proClassifyBox li a {
	display: block;
	text-align: left;
	font-size: 0.813rem;
	width: 95%;
	background: url(http://a0.leadongcdn.cn/static/assets/widget/images/category/listsubthumbdot.png) 2px center no-repeat;
	padding-left: 10px;
	margin-left: 25px;
}

.proClassifyStyle5 .proClassifyBox .proClsImg {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	height: 120px;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	padding: 10px 0;
}

.proClassifyStyle5 .proClassifyBox .proClsImg img {
	max-width: 100%;
	max-height: 100%
}

.proClassifyStyle5 .proClassifyBox .reClsName {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.750rem
}

.sitewidget-hd {
	position: relative;
	padding-left: 0.625rem;
	display: block;
	background: repeat center center;
	background-size: initial;
	background-color: rgb(28, 69, 97);
}

.sitewidget-hd>h2 {
	font-size: 1.25rem;
	;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
	line-height: 3rem;
	text-align: left;
}

.sitewidget-hd .sitewidget-thumb {
	position: absolute;
	right: 8px;
	height: 20px;
	width: 30px;
	cursor: pointer;
	top: 18%;
}

.sitewidget-hd .sitewidget-thumb i {
	font-size: 1.875rem;
	color: #fff;
}

/*弹跳商品详细页*/

/*快速购买按钮*/
.pro_join {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.shopCartModal .modal-header {
	border-bottom: 0
}

.shopCartModal .modal-body {
	padding: 0 15px 30px;
}

.shopCartModal .Jump_header {
	display: block;
	width: 100%;
}

.shopCartModal .Jump_header li {
	overflow: hidden;
}

.shopCartModal .Jump_header .pro_appeal {
	display: block;
	float: left;
	width: 30%;
	min-width: 20%;
	padding: 1px;
	text-align: center;
}

.shopCartModal .Jump_header .pro_appeal img {
	padding: 2px;
	/*width:100%;height:100%;*/
	max-height: 10rem;
	max-width: 100%;
	border: 1px #ddd solid;
	overflow: hidden;
}

.shopCartModal .Jump_header .ming {
	display: block;
	padding: 0 0rem 0 2rem;
	width: auto;
}

.shopCartModal .Jump_header .ming .price {
	font-size: 1.4rem;
	color: red;
}

.shopCartModal .Jump_header .ming .proTitle {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.shopCartModal .Jump_header .ming .marketPrice {
	color: #A7A7A7;
	text-decoration: line-through;
}

.shopCartModal .Jump_header .ming label {
	float: left;
	min-width: 3.5rem;
	text-align: right;
	font-weight: normal;
	color: #333;
}

.shopCartModal .pro_content {
	margin-left: 0;
}

.ShopCart_button {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 1.75rem;
}

.shopCartModal .pro_amount {
	clear: both;
	overflow: hidden;
	margin: 0 0 1rem 0;
}

.shopCartModal .pro_amount li {
	float: left;
	line-height: 30px;
}

.shopCartModal .pro_amount .add,
.pro_amount .reduce {
	float: left;
	width: 1.875rem;
	height: 2rem;
	background: #eee;
	text-align: center;
	font-weight: bold;
	font-size: 1.250rem;
	line-height: 1.875rem;
	cursor: pointer;
}

.shopCartModal .pro_amount .amount {
	float: left;
	display: inline-block;
	border: 1px solid #ddd;
	margin-right: 2.6rem;
}

.shopCartModal .pro_amount .amount span {
	float: left;
}

.shopCartModal .Buy,
.shopCartModal .ShopCart {
	float: left;
	width: 7.500rem;
	height: 2.500rem;
	line-height: 2.500rem;
	border-radius: .313rem;
	text-align: center;
}

.shopCartModal .Buy {
	margin-right: 1rem;
	margin-right: 1rem;
	color: #fff;
	background: #BD0000;
	line-height: 1rem;
}

.shopCartModal .Buy:hover {
	background: #CE0303;
}

.shopCartModal .Buy a {
	color: #fff !important;
	cursor: pointer;
}

.shopCartModal .ShopCart {
	color: #BD0000;
	border: 1px solid;
	line-height: 1rem;
}

@media screen and (min-width: 768px) {
	.shopCartModal .modal-dialog {
		width: 630px;
	}
}

@media screen and (max-width: 768px) {
	.shopCartModal .Jump_header .pro_appeal {
		display: none;
	}

	.shopCartModal .Jump_header .ming {
		padding: 0;
	}

	.shopCartModal .Buy,
	.shopCartModal .ShopCart {
		width: 6rem;
	}

	/*相册字体*/
	.lg .lg-sub-html {
		bottom: 10%;
	}

	.lg .lg-sub-html>h4 {
		font-size: 16px;
		line-height: 1.5;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 630px) {

	.shopCartModal .modal-header h4,
	.shopCartModal .ViewCart {
		display: none;
	}

	.shopCartModal .pro_amount {
		padding-top: 1rem;
	}

	.shopCartModal .btnSet {
		text-align: center;
	}

	.shopCartModal .btnSet button {
		float: none !important;
	}
}

/*快速购买按钮*/

/*iteminfo*/
.iteminfo_parameter dt {
	display: inline;
	white-space: nowrap;
	font-weight: normal;
	float: left;
	line-height: 2.6rem;
	margin-right: .5rem;
}

.iteminfo_buying {
	padding: 1rem 0;
	float: left;
}

.sys_item_spec dl.iteminfo_parameter dl {
	margin-bottom: none;
}

.sys_spec_text {
	margin-left: 0.6rem;
	width: 100%;
}

.sys_spec_text li {
	float: left;
	text-align: center;
	position: relative;
	margin: 2px 6px 2px 0;
	outline: none;
}

.sys_spec_text li a {
	color: #313131;
	font-size: 0.75rem;
	padding: 6px 6px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 2.5rem;
	border-radius: 2px;
}

.sys_spec_text li a:hover {
	border: 1px solid #e4393c;
	text-decoration: none;
}

.sys_spec_text li i {
	position: absolute;
	width: .625rem;
	height: .625rem;
	font-size: 0;
	line-height: 0;
	right: 2px;
	bottom: 2px;
	z-index: 99;
	display: none;
}

.sys_spec_text li.selected a {
	border: 1px solid #e4393c;
}

.sys_spec_text li.selected i {
	display: block;
}

.sys_spec_text li.outOfStock a {
	border: 1px dashed #D6D6D8;
	cursor: not-allowed;
	color: #CDCDCD;
}

/*========== 新产品分类END ==========*/

/*========== 新文章列表模块START ==========*/
/*通用*/
.ModuleNewsList ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%
}

.ModuleNewsList li {
	display: block;
	overflow: hidden;
	padding: 0.625rem;
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #DBDBDB;
}

.ModuleNewsList .newsLink {
	display: block;
	overflow: hidden;
	max-height: 100px;
}

.ModuleNewsList .news-thumb {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ModuleNewsList .news-title {
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: auto;
	flex-basis: 1px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	height: 2.25rem;
	line-height: 2.25rem;
}

.ModuleNewsList .news-title:hover {
	text-decoration: underline;
}

.ModuleNewsList .news-time {
	float: right;
	font-size: 0.75rem;
	line-height: 1.5rem;
}

/*样式1*/
.ShowStyle_0 li {
	padding: 0;
}

.ShowStyle_0 .news-title {
	float: left;
	line-height: 2.25rem;
	height: 2.25rem;
	font-size: 0.875rem;
}

.ShowStyle_0 .news-rightIcon {
	float: right;
	padding-right: 0.938rem;
	line-height: 2.25rem;
}

/*样式2*/
.ShowStyle_1 .news-cont-top,
.ShowStyle_1 .news-cont-main {
	overflow: hidden;
}

.ShowStyle_1 .news-title {
	font-size: 0.875rem;
	font-weight: normal;
}

.ShowStyle_1 .news-time {
	float: none;
}

.ShowStyle_1 .news-time span {
	display: block;
	color: #9D9D9D;
}

.ShowStyle_1 .news-scheme {
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: auto;
	flex-basis: 1px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	color: #9D9D9D;
	line-height: 1.25rem;
	font-size: 0.875rem;
}

/*样式3*/
.ShowStyle_2 .news-thumb {
	padding: 0;
	max-height: 120px;
	min-height: 5rem;
	width: 5rem;
	height: 5rem;
	float: left;
}

.ShowStyle_2 .news-thumb img {
	max-width: 100%;
	max-height: 100%;
}

.ShowStyle_2 .news-title {
	font-size: 0.875rem;
	font-weight: bold;
}

.ShowStyle_2 .news-scheme {
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: auto;
	flex-basis: 1px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.15rem;
	font-size: 0.875rem;
	color: #999;
	margin-top: -2px;
}

.ShowStyle_2 .news-time {
	color: #999;
	text-align: left;
	display: block;
	float: none;
}

.ShowStyle_2 .media-body {
	padding: 0 0.625rem;
}

/*样式4*/
.ShowStyle_3 li {
	padding: 0;
}

.ShowStyle_3 .news-thumb {
	float: left;
	padding: 0 0.313rem;
	min-height: 4.063rem;
	width: 5rem;
	height: 5rem;
}

.ShowStyle_3 li:first-child {
	padding: 0.625rem;
}

.ShowStyle_3 li:first-child .news-title {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
}

.ShowStyle_3 .news-title {
	font-size: 0.875rem;
	font-weight: normal;
}

.ShowStyle_3 .news-thumb img {
	max-width: 100%;
	max-height: 100%;
}

.ShowStyle_3 .news-scheme {
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: auto;
	flex-basis: 1px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.375rem;
	color: #9D9D9D;
	font-size: 0.875rem;
}

.ShowStyle_3 .news-rightIcon {
	float: right;
	padding-right: 0.938rem;
	line-height: 2.25rem;
}

.ShowStyle_3 .col-xs-7 {
	padding: 0;
}

.ShowStyle_3 .media-body {
	padding: 0 0.625rem;
}

/*样式5*/
.ShowStyle_4 li:first-child .newsLink {
	position: relative;
	max-height: 200px;
}

.ShowStyle_4 li:first-child {
	padding: 0.625rem;
}

.ShowStyle_4 li {
	padding: 0;
}

.ShowStyle_4 .news-thumb {
	display: block;
	padding: 0;
}

.ShowStyle_4 .news-thumb img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.ShowStyle_4 .news-thumb .news-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #FFF;
	background-color: #333;
	text-align: center;
	line-height: 2rem;
	height: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: auto;
	flex-basis: 1px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.ShowStyle_4 .news-rightIcon {
	float: right;
	padding-right: 0.938rem;
	line-height: 2.25rem;
}

/*样式6*/
.ShowStyle_5 li {
	padding: 0.625rem;
}

.ShowStyle_5 .news-title {
	-webkit-line-clamp: 2;
	height: auto;
	line-height: 1.8rem;
}

.ShowStyle_5 .news-thumb {
	padding: 0;
	width: 5rem;
	height: 5rem;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ShowStyle_5 .news-thumb img {
	max-width: 100%;
	max-height: 100%;
}

.ShowStyle_5 .media-body {
	padding: 0 0.625rem;
}

/*==========  新文章列表模块END ==========*/

/*========== 文章详细模块START ==========*/
/*通用*/
.ModuleNewsDetail {
	max-width: 1200px;
	margin: 0 auto;
}

.ModuleNewsDetail .previewImg img {
	max-width: 100%;
}

.ModuleNewsDetail .newsDetailTitle {
	font-size: 1.125rem;
	line-height: 1.625rem;
	font-weight: bold;
	padding: 0 0.313rem;
	margin: 0.714rem;
	border-left: 0.313rem solid #E52121;
}

.ModuleNewsDetail .newsSource {
	margin: 0 0.714rem;
	color: #999;
	line-height: 1.875rem;
	font-size: 0.75rem;
	border-bottom: solid #CCC 1px;
}

.ModuleNewsDetail .newsSource span {
	padding-right: 0.313rem;
}

.ModuleNewsDetail .newsSummarize {
	display: inline-block;
	margin: 0.714rem 1.250rem;
	padding: 0.714rem;
	text-indent: 2rem;
	border: solid 1px #ddd;
}

.ModuleNewsDetail .septalLine {
	border-bottom: solid #CCC 1px;
	width: 100%;
	padding: 0.313rem 0;
}

.ModuleNewsDetail .NewsContent {
	padding: 0.714rem;
	font-size: 1rem;
	line-height: 1.875rem;
}

.ModuleNewsDetail .NewsContent img {
	max-width: 100%;
	/*min-width:320px;*/
	width: auto !important;
	height: auto !important;
}

.ModuleNewsDetail .recommendPanel {
	margin-left: 15px;
}

.ModuleNewsDetail .recommendPanel .recommendTitle {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: left;
}

.ModuleNewsDetail .recommendPanel .recommendList li {
	margin-bottom: 8px;
}

.ModuleNewsDetail .recommendPanel .recommendList li a {
	font-size: 14px;
}

/*========== 文章详细模块END ==========*/

/*========== 文章、产品、下载分类模块START ==========*/
.SubMask {
	border: 1px solid #ccc;
}

.SubClass {
	background: #fff;
	margin-top: 0.625rem;
}

.SubClass li {
	display: block;
	width: 6.250em;
	height: 1.875rem;
	text-align: center;
}

.SubMaskColor {
	background-color: #fff;
}

.ModuleNewsCls .SubMaskBorder1 {
	border: 1px solid #ccc !important;
	border-right: none !important;
}

/*中间*/
.SHOWSUB,
.SHOWSUB li ul {
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.SHOWSUB li {
	display: block;
	height: 2.143rem;
	line-height: 2.143rem;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 2%;
}

.SHOWSUB li a {
	display: block;
	padding: 0 2%;
	clear: both;
}

/* style1 */
.MainClass.ModuleClsShowStyle1 .MainClassItem {
	padding: 0 0 0 0.625rem;
}

.MainClass.ModuleClsShowStyle1 .MainClassText {
	display: block;
}

.MainClass.ModuleClsShowStyle1 .SubClassItem {
	padding: 0 0 0 0.938rem;
}

.MainClass.ModuleClsShowStyle1 .SubClassText {
	display: block;
}


/* style2 */
.MainClass.ModuleClsShowStyle2 {
	width: 100%;
}

.MainClass.ModuleClsShowStyle2 .MainClassItem {
	padding: 0 0.938rem;
	vertical-align: top;
	width: 1%;
}

.MainClass.ModuleClsShowStyle2 .MainClassText {
	display: inline-block;
	clear: none;
	white-space: nowrap;
}

.MainClass.ModuleClsShowStyle2 .SubClassItem {
	padding: 0 0.625rem;
}

.MainClass.ModuleClsShowStyle2 .SubClassText {
	display: inline-block;
	float: left;
	clear: none;
	min-width: initial;
	height: auto;
}

.MainClass.ModuleClsShowStyle2 .SeparateLine {
	display: inline-block;
	float: left;
	clear: none;
	width: auto;
	min-width: initial;
	margin: 0 6px;
}

/* style3 */
.MainClass.ModuleClsShowStyle3 {
	padding: 0 0.938rem;
}

.MainClass.ModuleClsShowStyle3 .MainClassItem {
	height: auto;
	padding: 0 0 0 0;
	text-indent: 0;
	border-right: 0;
	background: initial;
}

.MainClass.ModuleClsShowStyle3 .MainClassItem:last-child {
	border-bottom: 0 !important;
}

.MainClass.ModuleClsShowStyle3 .MainClassText {
	display: block;
	text-indent: 0;
}

.MainClass.ModuleClsShowStyle3 .SubClass {
	display: block;
	overflow: hidden;
	margin: 0;
	background-color: transparent;
	padding-bottom: 0.625rem;
}

.MainClass.ModuleClsShowStyle3 .SubClassItem {
	width: auto;
	float: left;
	clear: none;
	border: 0;
	min-width: initial;
	text-indent: 0;
}

.MainClass.ModuleClsShowStyle3 .SeparateLine {
	display: inline-block;
	float: left;
	clear: none;
	width: auto;
	border: 0;
	margin: 0 6px;
	text-indent: 0;
}

/* style7 */
.ModuleClsShowStyle7 .clsTitle {
	display: block;
	padding: 0 10px;
	height: 42px;
	background: #B1191A;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 42px
}

.ModuleClsShowStyle7 .clsAllList {
	position: relative;
}

.ModuleClsShowStyle7 .clsAllList .clsItem {
	height: 32px;
	background-color: #c81623;
	line-height: 32px;
}

.ModuleClsShowStyle7 .clsAllList .clsItem.bo {
	border-top: none;
}

.ModuleClsShowStyle7 .clsAllList .clsItem.hover {}

.ModuleClsShowStyle7 .clsAllList .clsItem .mainItem {
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.ModuleClsShowStyle7 .clsAllList .clsItem .mainItem span {
	float: right;
	padding: 0 5px;
}

.ModuleClsShowStyle7 .clsAllList .clsItem.hover .mainItem span {
	display: none;
}

.ModuleClsShowStyle7 .clsAllList .clsItem .mainItem a {
	float: left;
}

.ModuleClsShowStyle7 .clsAllList .clsItem a {
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
}

.ModuleClsShowStyle7 .clsAllList .subItem dd a {
	padding: 3px 8px;
	border-left: 1px solid #ddd;
}

.ModuleClsShowStyle7 .clsAllList .clsItem a:hover {
	color: #B1191A;
}

.ModuleClsShowStyle7 .clsAllList .clsItemList {
	position: absolute;
	left: 198px;
	z-index: 30;
	display: none;
	width: 500px;
	min-height: 200px;
}

.ModuleClsShowStyle7 .clsAllList .clsItemList dd a {
	float: left;
	color: #999;
	margin: 3px 0;
}

.ModuleClsShowStyle7 .clsItemList .subItem {
	padding: 0 4px 0 8px;
}

.ModuleClsShowStyle7 .clsItemList .subItem dl {
	overflow: hidden;
	padding: 6px 0;
	border-top: 1px solid #EEE;
	zoom: 1;
}

.ModuleClsShowStyle7 .clsItemList .subItem .fore1 {
	border-top: none !important;
}

.ModuleClsShowStyle7 .clsItemList .subItem dt {
	display: block;
	color: #E4393C;
	text-align: left;
	font-weight: 700;
	line-height: 22px;
}

.ModuleClsShowStyle7 .clsItemList .subItem dt a {
	color: #666;
	padding-left: 0;
}

.ModuleClsShowStyle7 .clsItemList .subItem dd {
	float: left;
	overflow: hidden;
	padding: 3px 0 0;
}

.ModuleClsShowStyle7 .clsItemList .subItem dd em {
	float: left;
	margin-top: 5px;
	padding: 0 8px;
	height: 14px;
	line-height: 14px;
	font-style: normal;
}

.ModuleClsShowStyle7 .clsItemList .subItem dd em a,
.clsItemList .cat-right dd a {
	color: #666;
	text-decoration: none;
}

.ModuleClsShowStyle7 .clsItemList .subItem dd em a:hover,
.clsItemList .cat-right dd a:hover {
	text-decoration: underline;
	font-weight: 400;
}

/*========== 文章、产品、下载分类模块END ==========*/

/*========== 头条资讯模块START ==========*/
.ModuleNewsTop ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
	margin: 0 2%;
}

.ModuleNewsTop ul li {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.ModuleNewsTop ul li dl.NewsTopP {
	float: left;
	overflow: hidden;
	width: 100%;
	padding-bottom: 0.714rem;
	padding-top: 0.714rem;
	border-bottom: 1px dashed #cccccc;
}

.ModuleNewsTop ul li dl.NewsTopP a {
	display: block;
	width: auto;
	overflow: hidden;
	zoom: 1;
	height: auto;
	text-align: left;
}

.ModuleNewsTop ul li dl.NewsTopP dd p {
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

.ModuleNewsTop ul li dl.NewsTopP dd a strong {
	font-size: 1rem;
}

.ModuleNewsTop ul li dl.NewsTopP dt {
	float: left;
	width: auto;
	height: auto;
}

.ModuleNewsTop ul li dl.NewsTopP dd {
	width: auto;
	height: auto;
}

.ModuleNewsTop ul li dl.NewsTopP dt a.NImg {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 0.714rem;
	width: 5.000rem;
	height: 5.000rem;
	overflow: hidden;
	text-align: center;
}

.ModuleNewsTop ul li dl.NewsTopP dt a.NImg img {
	width: 5.000rem;
	height: 5.000rem;
	overflow: hidden;
}

.ModuleNewsTop ul li dl.NewsTopP dd p a.more {
	color: red;
	font-size: 1rem;
}

/*========== 头条资讯模块END ==========*/

/*========== 下载列表模块START ==========*/
.ModuleDownList dl {
	display: block;
	clear: both;
	overflow: hidden;
}

.ModuleDownList dl dt {
	display: block;
	clear: both;
	text-align: center;
}

.ModuleDownList dl dd {
	display: block;
	margin: 0 0.714rem;
	padding: 0 0.714rem;
	border-bottom: solid 1px #ddd;
	height: 2.143rem;
	line-height: 2.143rem;
	overflow: hidden;
}

.ModuleDownList dl dd a,
.ModuleDownList dl dd b,
.ModuleDownList dl dd i,
.ModuleDownList dl dd u {
	display: block;
	float: left;
	font-style: normal;
	text-decoration: none;
}

.ModuleDownList dl dd b,
.ModuleDownList dl dd i,
.ModuleDownList dl dd u {
	padding: 0 0.714rem;
	float: right;
	font-weight: normal;
}

.ModuleDownList dl dd u {
	width: 2.143rem;
	text-align: center;
}

.ModuleDownList dl dd i {
	width: 4.375rem;
	text-align: right;
}

.ModuleDownList dl dd i,
.ModuleDownList dl dd u {
	display: none;
}

/*==========下载列表模块END ==========*/

/*========== 购物车模块START ==========*/
.ModuleShopCart .BodyCenter a {
	padding: 0.714rem;
}

/*========== 购物车模块END ==========*/

/*========== 地图模块START ==========*/
.ModuleMap iframe {
	overflow: hidden;
}

a.IMPanel:link,
a.IMPanel:visited,
a.IMPanel:hover {
	color: #000;
}

/*========== 地图模块END ==========*/

/*========== 图片模块START ==========*/
/*通用*/
.ModuleImage .BodyCenter {
	text-align: center;
}

.ModuleImage img {
	margin: auto;
	max-width: 100%;
}

/*特效*/
.showShadeTop {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
}

.hideShadeTop {
	display: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.showShadeBottom {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 1px;
	left: 1px;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
}

.hideShadeBottom {
	display: none
}

.msgAddText {
	clear: both;
	line-height: 25px
}

.msgTitle {
	float: left;
	width: 100%;
	min-height: 22px;
	line-height: 22px
}

/*========== 图片模块END ==========*/

/*========== 二维码模块 START ==========*/
.codeImage,
.codeContent {
	padding: 0.714rem;
	text-align: center;
}

/*中间*/
.ModuleQRCode .codeImage img {
	border: solid 0.714rem #fff
}

/*========== 二维码模块 END ==========*/

/*========== 图文模块START ==========*/
/* .imageTextContainer{overflow: hidden;} */
.imageTextContainer {
	max-height: 100%;
	max-width: 100%;
}

.ModuleImageText .BodyCenter {
	float: none;
}

.ModuleImageText .showHandle .btn {
	background: transparent;
	color: #333;
	border: 0;
	outline: none;
	padding: 0 0 10px 0;
}

/*图片左上角*/
.GraphicUpperLeft {
	width: 96%;
	height: auto;
	float: left;
}

.GraphicUpperLeft img {
	width: auto;
	height: auto;
	float: left;
}

.GraphicUpperLeftImg {
	float: left;
	margin-right: 0.714rem;
}

.GraphicUpperLeft p {
	width: auto;
	height: auto;
	_float: right;
}

/*图片右上角*/
.GraphicUpperRight {
	width: 96%;
	height: auto;
	float: left;
}

.GraphicUpperRight img {
	width: auto;
	height: auto;
	float: right;
}

.GraphicUpperRightImg {
	float: right;
	margin-left: 0.714rem;
}

.GraphicUpperRight p {
	width: auto;
	height: auto;
	_float: right;
}

/*图片上部*/
.GraphicUpper {
	text-align: center;
}

/*图片左部*/
.GraphicLeft {
	float: left;
}

/*图片右部*/
.GraphicRight {
	float: right;
}

/*=============== 图文模块End ================*/

/* ========== 留言板模块START ========== */
/*通用*/
.ModuleGuestBook {
	padding: 0 0.625rem;
}

.ModuleGuestBook ul li {
	display: block;
	padding: 0.313rem 0;
}

.ModuleGuestBook .gbTitle {
	display: block;
	padding: 0.313rem 0;
}

.ModuleGuestBook .ModuleSubmitButton {
	margin: 0 auto;
	float: none;
}

/* ========== 留言板模块END ========== */

/* ========== 留言列表模块START ========== */
/*通用*/
.ModuleGuestBookList {
	padding: 0.625rem;
}

.ModuleGuestBookList .gblGroup {
	margin-bottom: 29px;
	border-bottom: 1px solid #dcdcdc;
}

.ModuleGuestBookList .gblCont {
	padding: 0.625rem 0;
}

.ModuleGuestBookList .gblAuthor {
	float: left;
	color: #0070C0;
	font-weight: bolder;
	font-size: 0.875rem;
}

.ModuleGuestBookList .gblTitle {
	float: left;
	color: #000105;
}

.ModuleGuestBookList .gblReplyBg {
	position: relative;
	margin-bottom: 28px;
	margin-top: 0.625rem;
	padding: 1.25rem 19px;
	height: 100%;
	border-radius: 0.313rem;
	background-color: #F3EFEF;
}

.ModuleGuestBookList .gblReplyBg:before {
	position: absolute;
	top: -4px;
	left: 0.625rem;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	background: #F3EFEF;
	content: " ";
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
	-ms-transform: rotate(45deg) translate(0, 0);
}

.ModuleGuestBookList .gblPostTime {
	float: right;
	color: #8C8C8C;
	font-weight: normal;
}

.ModuleGuestBookList .gblReplyContent {
	padding-bottom: 0.938rem;
}

.ModuleGuestBookList .gblReplyTime {
	float: right;
	color: #0B0B0D;
	text-align: right;
	font-size: 0.625rem;
}

/* ========== 留言列表模块END ========== */

/*========== 视频模块START ==========*/
/*中间*/
.ModuleVideo {
	text-align: center;
}

.ModuleVideo .videoWrapper {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ModuleVideo iframe,
.ModuleVideo embed,
.ModuleVideo object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*========== 视频模块END ==========*/

/*========== 九宫格模块START ==========*/
.ModuleJiuGong .JiuGongItem {
	position: relative;
	height: 6.9rem;
	background: #333;
}

.ModuleJiuGong .JiuGongItem a {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 0.875rem;
	height: 100%;
}

.ModuleJiuGong .JiuGongItem .JiuGongItemImg {
	margin: 0 auto;
}

.ModuleJiuGong .JiuGongItem a div {
	color: #fff;
	text-align: center;
}

/*==========九宫格模块End ==========*/

/*========== 全屏切换模块 ==========*/
/*通用*/
.ModuleFullSwitch {
	width: 100%;
	height: 100%;
	background: #fff;
}

.ModuleFullSwitch .ModuleContainer {
	height: 100%;
}

.ModuleFullSwitch .swiper-container {
	width: 100%;
	height: 100%;
}

.ModuleFullSwitch .swiper-slide {}

.ModuleFullSwitch .swiper-pagination {
	padding: 0.125rem;
}

/* swiper2 专用的分页样式 */
.ModuleFullSwitch .swiper-pagination {
	position: absolute;
	text-align: center;
	top: 45%;
	right: 0;
}

.ModuleFullSwitch .swiper-pagination>span {
	display: block;
	margin: 0.625rem 0;
	cursor: pointer;
}

.ModuleFullSwitch .swiper-pagination-switch .icon {
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 100%;
	background: #555;
	margin: 0 0.313rem;
	opacity: 0.6;
	border: 1px solid #fff;
	cursor: pointer;
	font-weight: bold;
	color: white;
}

.ModuleFullSwitch .swiper-active-switch .icon {
	background: yellow;
	color: black;
}

.ModuleFullSwitch .swiper-pagination-switch .text {
	padding: 0.625rem 0 0 0.625rem;
	font-weight: bold;
	font-size: 1rem;
	opacity: 1;
}

/* END OF swiper2 专用的分页样式 */
.ModuleFullSwitch .swiper-pagination-bullet {
	background: none;
	opacity: 0.6;
	width: auto;
	height: auto;
}

.ModuleFullSwitch .swiper-pagination-bullet .icon {
	width: 1.125rem;
	height: 1.125rem;
	display: inline-block;
	border-radius: 100%;
	background: white;
	opacity: 1;
}

.ModuleFullSwitch .swiper-pagination {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.313rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 0.625rem 1.250rem;
	right: 0 !important;
}

.ModuleFullSwitch .swiper-pagination-bullet .text {
	padding: 0.625rem 0 0 0.625rem;
	font-weight: bold;
	font-size: 1rem;
	opacity: 1;
}

.ModuleFullSwitch .swiper-pagination-bullet-active {
	background: none;
	opacity: 1;
}

.ModuleFullSwitch .swiper-pagination-bullet-active .icon {
	background: yellow;
}

.ModuleFullSwitch .swiper-pagination-bullet-active .text {
	color: #ca0000;
}

.ModuleFullSwitch .pagetitle {
	margin: 0.313rem 0 0 0.313rem;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
}

/*========== 全屏切换模块 END ==========*/
/*========== 分页样式 ==========*/
.IpowerPager1 a {
	text-decoration: none;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 1px 0.313rem;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-border-radius: 0.188rem;
	-moz-border-radius: 0.188rem;
	border-radius: 0.188rem;
	behavior: url(/share/PIE.htc);
}

.IpowerPager1 .curpage {
	text-decoration: none;
	border: 1px solid rgb(51, 122, 183);
	margin: 1px;
	padding: 1px 0.313rem;
	background: rgb(51, 122, 183);
	color: white;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-border-radius: 0.188rem;
	-moz-border-radius: 0.188rem;
	border-radius: 0.188rem;
	behavior: url(/share/PIE.htc);
}

.PageNavigate {
	/*position:absolute;*/
	bottom: 0.625rem;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0.714rem;
	clear: both;
	display: block;
}

.PageNavigate font {
	text-decoration: underline;
}

.page-nav .page-item a {
	text-decoration: none;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 1px 0.313rem;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-border-radius: 0.188rem;
	-moz-border-radius: 0.188rem;
	border-radius: 0.188rem;
	behavior: url(/share/PIE.htc);
}

.page-nav .page-current {
	text-decoration: none;
	border: 1px solid rgb(51, 122, 183);
	margin: 1px;
	padding: 1px 0.313rem;
	background: rgb(51, 122, 183);
	color: white;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-border-radius: 0.188rem;
	-moz-border-radius: 0.188rem;
	border-radius: 0.188rem;
	behavior: url(/share/PIE.htc);
}

.page-nav {
	/*position:absolute;*/
	bottom: 0.625rem;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0.714rem;
	clear: both;
	display: block;
}

.page-more {
	text-align: center;
}

.page-more a {
	margin: 0 auto;
	color: #666 !important;
	font-size: 16px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #eee;
	height: 50px;
}

.StaticModule .PageNavigate,
.StaticModule .PageNavGiant {
	position: static;
}

.pagerGiant * {
	box-sizing: border-box;
	font-size: 12px;
	vertical-align: middle;
}

.pagerGiant .prev,
.pagerGiant .next {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	width: 18px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	line-height: 30px;
	color: #ccc;
}

.pagerGiant .next {
	margin-left: -4px;
}

.pagerGiant .num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fff;
}

.pagerGiant .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	width: 30px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #000;
	background: #333333;
}

.pagerGiant .ellipsis {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	width: auto;
	height: 30px;
	line-height: 24px;
	font-size: 12px;
}

.pagerGiant .splitline {
	display: inline-block;
	margin: 0px;
	margin-right: 16px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ccc;
}

.pagerGiant .text {
	display: inline-block;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.pagerGiant .inputer {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	margin: 0 10px;
	text-align: center;
	color: #666;
	font-size: 12px;
}

.pagerGiant .submit {
	display: inline-block;
	margin-left: 10px;
	width: 55px;
	height: 30px;
	background: #333;
	color: #fff;
	font-size: 12px;
}

.pageMore {
	color: #fff;
	background: #fd6e27;
	width: 6rem;
	border-radius: 0.4rem;
	margin: 0 auto;
	padding: 0.2rem;
}

/*分页layout color样式统一*/
.layout-color-blue .pagerGiant .current,
.layout-color-blue .pagerGiant .submit,
.layout-color-blue .pageMore {
	background-color: #1e88e5;
	border-color: #1e88e5;
}

.layout-color-black .pagerGiant .current,
.layout-color-black .pagerGiant .submit,
.layout-color-black .pageMore {
	background-color: #000000;
	border-color: #000000;
}

.layout-color-brown .pagerGiant .current,
.layout-color-brown .pagerGiant .submit,
.layout-color-brown .pageMore {
	background-color: #6b3a2b;
	border-color: #6b3a2b;
}

.layout-color-cyan .pagerGiant .current,
.layout-color-cyan .pagerGiant .submit,
.layout-color-cyan .pageMore {
	background-color: #10aa9c;
	border-color: #10aa9c;
}

.layout-color-green .pagerGiant .current,
.layout-color-green .pagerGiant .submit,
.layout-color-green .pageMore {
	background-color: #4caf50;
	border-color: #4caf50;
}

.layout-color-orange .pagerGiant .current,
.layout-color-orange .pagerGiant .submit,
.layout-color-orange .pageMore {
	background-color: #fd6e27;
	border-color: #fd6e27;
}

.layout-color-pink .pagerGiant .current,
.layout-color-pink .pagerGiant .submit,
.layout-color-pink .pageMore {
	background-color: #ed1f65;
	border-color: #ed1f65;
}

.layout-color-purple .pagerGiant .current,
.layout-color-purple .pagerGiant .submit,
.layout-color-purple .pageMore {
	background-color: #a41ebb;
	border-color: #a41ebb;
}

.layout-color-red .pagerGiant .current,
.layout-color-red .pagerGiant .submit,
.layout-color-red .pageMore {
	background-color: #f10215;
	border-color: #f10215;
}

.layout-color-yellow .pagerGiant .current,
.layout-color-yellow .pagerGiant .submit,
.layout-color-yellow .pageMore {
	background-color: #ffd231;
	border-color: #ffd231;
	color: #000;
}

@media only screen and (max-width: 768px) {
	.pagerGiant .splitline {
		display: none
	}

	.pagerGiant .text {
		display: none;
	}

	.pagerGiant .inputer {
		display: none;
	}

	.pagerGiant .submit {
		display: none;
	}
}

@media only screen and (max-width: 991px) {

	.page-nav,
	.page-more,
	.page-more-loading {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 992px) {

	.page-nav,
	.page-more,
	.page-more-loading {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.PageLoading {
	position: absolute !important;
	display: block;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100% !important;
	height: 100% !important;
	text-align: center;
	font-size: 0;
}

.PageLoading .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-m-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.PageLoading .content .loading-icon {
	font-size: 34px;
	color: #333;
	vertical-align: middle;
	margin-right: 10px;
}

.PageLoading .content .loading-text {
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}

.page-more-loading .content {
	margin: 0 auto;
	color: #666 !important;
	font-size: 16px;
	width: 300px;
	display: block;
	border: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.page-more-loading .content .loading-icon {
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.page-more-loading .content .loading-text {
	font-size: 16px;
	vertical-align: middle;
}

/*旋转*/
.myrotateall {
	-webkit-animation: loading 1s linear infinite;
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0);
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0);
	}
}

/*==========分页样式 ==========*/

/*========== 标签模块 ==========*/
/******* 默认样式 灰色体系 ***************/
.tabs-default .ui-tabs-nav {
	line-height: 1.125rem;
}

.tabs-default .tab-content {
	overflow: hidden;
	padding-bottom: 0.938rem;
}

.tabs-default .tab-content>div {
	overflow: hidden;
	border: 1px solid #DDD;
	border-top: none;
	background: #fff;
	zoom: 1;
	padding: 0.625rem;
}

.tabs-default .ui-tabs {
	padding: 0
}

.tabs-default .ui-widget {
	font-family: 'Microsoft YaHei';
}

.tabs-default .ui-widget-header {
	background: #E1E1E1;
}

.tabs-default .ui-widget-content {
	background: #fff;
}

.tabs-default {
	background: #fff !important
}

.tabs-default .ui-state-default .ui-tabs-anchor {
	color: #666;
	line-height: 1.125rem;
}

.tabs-default .ui-tabs-active .ui-tabs-anchor {
	color: #09F;
}

.tabs-default .ui-state-active a {
	float: left;
	background: #fff;
	color: #337ab7;
	margin-left: 0;
	line-height: 1.875rem;
}

.tabs-default .ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #666;
}

.tabs-default .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #2779aa;
}

.tabs-default .ui-tabs .ui-tabs-nav {
	padding: 0;
}

.tabs-default .ui-widget-header {
	border: none;
}

.tabs-default .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}

.tabs-default .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}

.tabs-default .ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}

.tabs-default .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

.tabs-default .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: none;
	border: none;
}

.tabs-default .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.tabs-default .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-weight: normal;
}

.tabs-default .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.625rem 1.250rem;
}

.tabs-default .ui-tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
}

.tabs-default .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1rem;
}

[TabsTplClassName=tabs-default] .tplPreviewImg {
	background: url(tabsTpl/tabs-default.jpg);
}

/******* 样式二 ***************/
.tabs-two .ui-tabs-nav {
	line-height: 1.875rem;
}

.tabs-two .tab-content {
	overflow: hidden;
	padding-bottom: 1rem;
}

.tabs-two .tab-content>div {
	overflow: hidden;
	border: 1px solid #ca0000;
	border-top: none;
	background: #fff;
	zoom: 1;
	padding: 0.625rem;
}

.tabs-two .ui-tabs {
	padding: 0
}

.tabs-two .ui-widget {
	font-family: 'Microsoft YaHei';
}

.tabs-two .ui-widget-header {
	background: #E1E1E1;
}

.tabs-two .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	color: #fff;
}

.tabs-two {
	background: #fff !important
}

.tabs-two .ui-state-default .ui-tabs-anchor {
	color: #666;
}

.tabs-two .ui-tabs-active .ui-tabs-anchor {
	color: #fff;
}

.tabs-two .ui-state-active a {
	float: left;
	background: #808080 !important;
	color: #fff;
	margin-left: 0;
	border-radius: 0.625rem;
	margin-bottom: 0;
}

.tabs-two .ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
}

.tabs-two .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
}

.tabs-two .ui-tabs .ui-tabs-nav {
	padding: 0;
}

.tabs-two .ui-widget-header {
	border: none;
}

.tabs-two .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}

.tabs-two .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}

.tabs-two .ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}

.tabs-two .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

.tabs-two .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: none;
	border: none;
}

.tabs-two .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.tabs-two .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-weight: normal;
}

.tabs-two .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.625rem 1.250rem;
}

.tabs-two .ui-tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
}

.tabs-two .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1rem;
}

[TabsTplClassName=tabs-two] .tplPreviewImg {
	background: url(tabsTpl/tabs-two.jpg);
}

/******* 样式三 ***************/
.tabs-three .ui-tabs-nav {
	border-bottom: solid #F33 0.188rem;
	line-height: 1.875rem;
	background: #fff;
}

.tabs-three .tab-content {
	overflow: hidden;
	padding-bottom: 0.938rem;
}

.tabs-three .tab-content>div {
	overflow: hidden;
	border: 1px solid #ca0000;
	border-top: none;
	background: #fff;
	zoom: 1;
	padding: 0.625rem;
}

.tabs-three .ui-tabs {
	padding: 0
}

.tabs-three .ui-widget {
	font-family: 'Microsoft YaHei';
}

.tabs-three .ui-widget-header {
	background: #fff;
}

.tabs-three .ui-widget-content {
	background: #fff;
}

.tabs-three .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	color: #fff;
}

.tabs-three {
	background: #fff !important
}

.tabs-three .ui-state-default .ui-tabs-anchor {
	color: #666;
}

.tabs-three .ui-tabs-active .ui-tabs-anchor {
	color: #F33;
	border-bottom: 0.188rem solid #f33 !important;
}

.tabs-three .ui-state-active {
	float: left;
	border-bottom: solid #666 0.188rem;
}

.tabs-three .ui-state-active a {
	float: left;
	background: #fff !important;
	color: #666;
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: solid #F33 0.188rem;
	text-align: center;
}

.tabs-three .ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
}

.tabs-three .ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
}

.tabs-three .ui-tabs .ui-tabs-nav {
	padding: 0;
}

.tabs-three .ui-widget-header {
	border: none;
}

.tabs-three .ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}

.tabs-three .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}

.tabs-three .ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}

.tabs-three .ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

.tabs-three .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: none;
	border: none;
}

.tabs-three .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.tabs-three .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-weight: normal;
}

.tabs-three .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0.625rem 1.250rem;
}

.tabs-three .ui-tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
}

.tabs-three .ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1rem;
}

[TabsTplClassName=tabs-three] .tplPreviewImg {
	background: url(tabsTpl/tabs-three.jpg);
}

.tabs-three .ui-tabs-nav .ui-state-default a {
	border-bottom: 0.188rem solid transparent;
}

/*========== 标签模块 END==========*/

/*========== 响应式标签模块 ==========*/
/*通用*/
.ModuleTabs .wrap {
	margin: 100px auto 0 auto
}

.ModuleTabs .tabs {
	border-bottom: 1px solid #eee;
}

.ModuleTabs .tabs a {
	display: block;
	margin-bottom: -1px;
	float: left;
	border-top: 2px solid transparent;
	color: #333;
	padding: 10px 20px;
	text-align: center;
	background: #eee;
	font-size: 14px;
	text-decoration: none
}

.ModuleTabs .tabs a:first-child {
	border-left: 1px solid #eee;
}

.ModuleTabs .tabs .active {
	color: #333;
	background: #fff;
	border-top: 2px solid #0C67C3;
}

.ModuleTabs .swiper-container {
	border: 1px solid #eee;
	border-top: none;
	width: 100%;
}

.ModuleTabs .swiper-slide {
	width: 100%;
	background: 0 0;
	color: #fff
}

.ModuleTabs .swiper-slide>.SubContainer {
	padding: 10px;
}

.ModuleTabs .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.ModuleTabs .swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0, 0);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.ModuleTabs .swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.ModuleTabs .swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

/*==========  响应式标签模块 END==========*/

/*========== 语言模块 ==========*/
.ModuleLangSwitch .lang1 .langHor {
	float: left;
	display: inline-block;
}

.ModuleLangSwitch .lang1 a:hover {
	text-decoration: underline;
}

.ModuleLangSwitch .lang3 .form-control {
	width: auto;
}

/*========== 语言模块 END ==========*/

/*========== 自定义表单模块 ==========*/
.ModuleCustomForm {
	padding: 0.625rem;
}

.ModuleCustomForm .siteFormItemCheckItem {
	float: left;
	margin-right: .6rem;
}

.ModuleCustomForm .customFieldName {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0.313rem 0;
	font-size: 0.875rem;
}

.ModuleCustomForm .customFieldName font {
	color: #ff0000;
}

.ModuleCustomForm .customFormText {
	width: 99%;
	height: 2rem;
	border: 1px solid #ddd;
	line-height: 2rem;
}

.ModuleCustomForm .customFormSelect {
	height: 2rem;
	border: 1px solid #ddd;
	line-height: 2rem;
	padding: 0 0.625rem;
}

.ModuleCustomForm .customFormTextarea {
	width: 99%;
	min-height: 5rem;
	border: 1px solid #ddd;
}

.ModuleCustomForm .customFormRadio,
.ModuleCustomForm .customFormCheckbox {
	width: 1.125rem;
	height: 1.125rem;
	margin: 0 0.188rem 0.313rem 0;
	vertical-align: middle;
}

.ModuleCustomForm label {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-weight: normal;
}

.ModuleCustomForm .submitBox {
	padding: 0.313rem;
	text-align: center;
}

.ModuleCustomForm .customFormSubmit {
	margin-top: 0.313rem;
	width: 100px;
	background: #478AF6;
	color: #fff;
	font-size: 1rem;
	border: #478AF6;
	border-radius: 5px;
}

.ModuleCustomForm .customFormSubmit:hover {
	background: #1F70F3;
}

/*========== 自定义表单模块 END ==========*/

/*========== 面包屑导航模块 ==========*/
.ModuleBreadcrumbs .menu:hover {
	text-decoration: underline;
}

.ModuleBreadcrumbs ol {
	margin: 0;
	padding: 10px;
}

.ModuleBreadcrumbs .breadcrumb {
	background-color: transparent;
	margin: 0;
}

.ModuleBreadcrumbs .breadcrumb>li {
	display: inline;
}

.ModuleBreadcrumbs .breadcrumb>li+li:before {
	content: "";
	padding: 0;
}

/*========== 面包屑导航模块 END ==========*/

/*==========底部导航菜单 start==========*/

.FootNavMenu,
.FootNavQRCode,
.QQServices {
	display: none;
	position: fixed;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}

.FootNavMask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.50;
	background: #000;
	z-index: 15;
}

.FootNavQRCode span {
	display: block;
	overflow: hidden;
	bottom: 3.750rem;
	right: 0.625rem;
	position: fixed;
	z-index: 20;
}

.FootNavQRCode span img {
	border: solid 0.625rem #fff;
}

.QQServices {
	z-index: 999;
}

.QQList {
	position: fixed;
	display: block;
	overflow: hidden;
	bottom: 3.750rem;
	width: 100%;
	list-style-type: none;
	background-color: #fff;
	overflow: hidden;
	border: solid 1px #ddd;
	z-index: 20;
}

.QQList li {
	height: 3.5rem;
	width: 100%;
	margin-left: 50%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow: hidden;
	margin: auto;
	border-bottom: solid 1px #ddd;
}

.QQServices li.QQCancel {
	width: 90%;
	line-height: 2rem;
	clear: both;
	padding-left: 0px;
	text-align: center
}

.QQList a li img {
	height: 40%;
	width: 40%;
	margin-bottom: 4px;
	vertical-align: middle;
}

.QQList a li span {
	line-height: 2.5rem;
}

.FootNavMenu ul {
	background: #333;
	bottom: 3.125rem;
	position: fixed;
	width: 100%;
	display: block;
	overflow: hidden;
	z-index: 20;
}

.FootNavMenu ul li {
	display: block;
	margin: auto;
	line-height: 2.563rem;
	padding: 0;
	text-align: center;
}

.FootNavMenu ul li a,
.FootNavMenu ul li a:link,
.FootNavMenu ul li a:visited,
.FootNavMenu ul li a:active {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	border-bottom: 1px #181818 solid;
	border-top: 1px #515151 solid;
}

.footer.iconAndText {
	height: 3.125rem;
}

.footer .Textcenter {
	line-height: 50px;
	height: 50px;
}

/*底部占位*/
.mobileNavRenderElem {
	height: 2.813rem;
}

.mobileNavRenderElem.iconAndText {
	height: 3.4rem;
}

/*底部快捷工具 start*/
.foot-nav-list {
	display: -webkit-box;
	-webkit-box-flex: 1;
	height: 100%;
	line-height: 100%;
	background-color: rgb(255, 255, 255) !important;
}

.foot-nav-list li {
	display: block;
	-webkit-box-flex: 1;
	height: 100%;
	line-height: 100%;
	width: auto;
	float: left;
}

.foot-nav-list li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	-webkit-touch-callout: none;
	cursor: pointer;
	outline: 0;
	outline-offset: 0;
	text-decoration: unset;
}

.footer .icon {
	color: #fff;
	font-size: 22px;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-size: 1.625rem 1.625rem;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer .icon svg>* {
	fill: rgb(191, 191, 191);
}

.footer .icon svg {
	width: 22px;
	height: 24px;
	margin: 0 auto;
	transform: translateY(12%);
}

.footer.iconAndText .icon {
	color: rgb(191, 191, 191);
	font-size: 22px;
	position: relative;
	display: block;
	line-height: 2rem;
	height: 2rem;
	width: 2rem;
	margin: 0 auto;
}

.itemText {
	display: block;
	color: rgb(127, 127, 127);
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.750rem;
}

.Stressbox {
	display: flex !important;
	align-items: center;
	border-radius: 20px;
	height: 40px !important;
	justify-content: center;
	margin: auto;
	padding: 4px;
	background: linear-gradient(90deg, #ff9900 100%, #ff4e50 100%);
	text-align: left;
}

.Stress {
	width: auto;
	display: flex !important;
	margin: 0 8px;
}

.Stress .icon {
	margin: 0 !important;
	;
	width: 24px !important;
	margin-right: 5px !important;
	;
}

.Stress .itemText {
	margin: 0;
}

.StressAnimation {
	animation: Stressscale 4s linear infinite !important;
	-webkit-animation: Stressscale 4s linear infinite !important;
	-o-animation: Stressscale 4s linear infinite !important;
	-moz-animation: Stressscale 4s linear infinite !important;
}

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

	12.5% {
		transform: scale(1.05);
	}

	25% {
		transform: scale(1);
	}

	37.5% {
		transform: scale(1.05);
	}

	50% {
		transform: scale(1);
	}

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

@-webkit-keyframes Stressscale {
	0% {
		-webkit-transform: scale(1);
	}

	12.5% {
		-webkit-transform: scale(1.05);
	}

	25% {
		-webkit-transform: scale(1);
	}

	37.5% {
		-webkit-transform: scale(1.05);
	}

	50% {
		-webkit-transform: scale(1);
	}

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

@-o-keyframes Stressscale {
	0% {
		-o-transform: scale(1);
	}

	12.5% {
		-o-transform: scale(1.05);
	}

	25% {
		-o-transform: scale(1);
	}

	37.5% {
		-o-transform: scale(1.05);
	}

	50% {
		-o-transform: scale(1);
	}

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

@-moz-keyframes Stressscale {
	0% {
		-moz-transform: scale(1);
	}

	12.5% {
		-moz-transform: scale(1.05);
	}

	25% {
		-moz-transform: scale(1);
	}

	37.5% {
		-moz-transform: scale(1.05);
	}

	50% {
		-moz-transform: scale(1);
	}

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

.foot-nav-list .footNav {
	background: url(../images/footbar/blackFootNavIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .footTel {
	background: url(../images/footbar/blackFootTelIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .footGuestbook {
	background: url(../images/footbar/blackFootGuestbookIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .footToTop {
	background: url(../images/footbar/blackFootBacktoTopIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .footQRCode {
	background: url(/images/footbar/QRCode.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .prevPage {
	background: url(/images/footbar/blackFootPrevIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .nextPage {
	background: url(/images/footbar/blackFootNextIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .homePage {
	background: url(/images/footbar/blackFootHomeIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .StoreListPage {
	background: url(/images/footbar/blackStoreIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .ProductClassPage {
	background: url(/images/footbar/ProductClassPageIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .customService {
	background: url(/images/footbar/blackFootqqIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.foot-nav-list .shopCart {
	background: url(/images/footbar/blackFootShopCartIcon.png) center center no-repeat;
	background-size: 1.625rem 1.625rem
}

.customService table tr td {
	padding: 8px 3px;
}

.customService table tbody tr td * {
	margin-right: 0.625rem;
	cursor: pointer;
}

.customService table tbody tr td i.glyphicon {
	color: #666;
}

.customService table tbody tr:first-child td .glyphicon-arrow-up {
	color: #aaa;
	cursor: not-allowed;
}

.customService table tbody tr:last-child td .glyphicon-arrow-down {
	color: #aaa;
	cursor: not-allowed;
}

.customService table tbody tr td {
	font-size: .825rem;
}

#QQDialog>div {
	margin-top: 0.625rem;
	margin-left: 0.625rem;
}

#QQDialog>div:last-child {
	margin-bottom: 1.25rem;
}

#QQDialog .input-group input {
	width: 200px;
}

#QQDialog .input-group input:focus {
	border: #ccc
}

.footNavShopCartNum {
	position: absolute;
	left: 52%;
	top: 4px;
	height: 1rem;
	line-height: 16px;
	padding: 0 0.313rem;
	border-radius: 8px;
	background-color: #fd4609;
	color: #fff;
	font-size: 0.75rem;
}

/*底部快捷工具CSS end*/
/*==========底部CSS end==========*/

/*========== 营销活动开奖提示 ==========*/
.BgOpacity {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 9000;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.BalanceMsg {
	display: block;
	width: 95%;
	position: absolute;
	overflow: hidden;
	border: 0;
	z-index: 9100;
	background-color: #fff;
	font-size: 1.313rem;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .5);
}

.Box_title {
	width: 100%;
	height: 1.875rem;
	clear: both;
	background-color: #31a5f6;
	border-bottom: solid 1px #ddd;
	position: absolute;
	top: 0;
}

span.Box_close {
	width: 1.875rem;
	height: 1.875rem;
	display: inline-block;
	padding: 0;
	overflow: hidden;
	text-align: center;
	font-size: 1.500em;
	line-height: 20.313rem;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	cursor: pointer;
}

span.Box_close:hover {
	background: #f02121;
}

.BalanceMsg div.body {
	width: 17.500rem;
	padding: 0.313rem 0;
	margin: auto;
	margin-top: 1.875rem;
}

.BalanceMsg p {
	display: inline-block;
	width: 17.500rem;
	position: absolute;
	padding: 10.313rem 0;
	top: 1.875rem;
	left: 0;
	color: #333;
	text-align: center;
}

.BalanceMsg p span {
	display: inline-block;
	width: 100%;
}

.Box_button {
	display: inline-block;
	width: 17.500rem;
	height: 1.875rem;
	position: absolute;
	left: 0.625rem;
	top: 11.250rem;
}

.BodyUl {
	list-style: none;
	display: block;
	overflow: hidden;
	width: 100%;
}

.BodyUl li {
	width: 100%;
	display: block;
	clear: both;
	padding: 0.313rem 0;
	line-height: 1.875rem;
	color: #ff0000;
	text-align: center;
}

.BodyUl li.phone,
.BodyUl li.pass {
	height: 1.875rem;
	position: relative;
	margin: 0 auto;
	width: 210.313rem;
}

.phone i,
.pass i {
	display: block;
	font-style: normal;
	width: 50.313rem;
	float: left;
	text-align: right;
	padding: 0 0.313rem;
	position: absolute;
	z-index: 10;
	color: gray;
}

.pass i {
	width: 3.125rem;
}

.phone input,
.pass input {
	padding-left: 50.313rem;
	float: left;
}

.butGet {
	width: 5rem;
	height: 1.750rem;
	background-color: #1092fe;
	color: #fff;
	cursor: pointer;
	border: 0;
}

.txtInput {
	width: 13.125rem;
	border: solid 1px #ddd;
	height: 1.750rem;
	line-height: 1.750rem;
	vertical-align: middle;
	padding: 0 0.313rem;
	border-radius: 0.188rem;
}

input.error {
	border-color: #ff0000;
}

label.error {
	color: #ff0000;
	font-size: 1.125rem;
	float: left;
	padding-left: 0.625rem;
}

/*========== 营销活动开奖提示end ==========*/

/*====刮刮卡=====*/
.LuckCard {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.LuckCardbg {
	position: relative;
	width: 31.250rem;
	height: 10.625rem;
	background: url(/images/PartyImage/luckcard.jpg) no-repeat;
	margin: 0 auto;
}

.mycar {
	overflow: hidden;
	position: absolute;
	width: 12.500rem;
	height: 1.875rem;
	border-radius: 0.188rem;
	cursor: pointer;
	top: 110.313rem;
	right: 1.250rem
}

.result {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.result strong {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.875rem;
	font-size: 1.125rem;
	font-family: Arial, Helvetica, sans-serif;
}

.canvas {
	position: absolute;
}

.result {
	background-color: #970000;
}

.reset {
	position: absolute;
	top: 11rem;
	right: 1.250rem;
	width: 3.125rem;
	height: 1.750rem;
	border-radius: 0.188rem;
	text-align: center;
	cursor: pointer;
	display: none;
	background-color: white;
}

.cardText {
	display: block;
	overflow: hidden;
	border-radius: 0.313rem;
	margin: 0.625rem 3%;
	clear: both;
	background-color: #fff8ae;
}

.cardText h5,
.cardText dt {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 2rem;
	background-color: #e96800;
	color: white;
	width: 6.250em;
	text-indent: 0.5rem;
}

.cardText ul {
	padding: 0.313rem 0.625rem;
}

.cardText p {
	padding: 0.313rem 0.625rem;
}

/*====刮刮卡End====*/

/*====幸运转盘====*/
.Rotate {
	width: 99.5%;
	list-style-type: none;
	display: block;
	overflow: hidden;
}

.Rotate dd {
	display: block;
	overflow: hidden;
	border-radius: 0.313rem;
	margin: 0.625rem 3%;
	clear: both;
}

.Rotate dd h5 {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 2rem;
	background-color: #e96800;
	color: white;
	width: 6.250em;
	text-indent: 0.5rem;
}

.Rotate dd.rotePlate {
	padding: 0;
}

.Rotate dd.prizeList {
	background-color: #fff8ae;
}

.Rotate dd.prizeList ul {
	padding: 0.313rem 0.625rem;
}

.Rotate dd.description {
	margin: 0 3%;
	width: auto;
	background-color: #fff8ae;
}

.Rotate dd.description p {
	padding: 0.313rem 0.625rem;
	;
}

.RImage {
	height: 23.125rem;
	width: 23.125rem;
	display: block;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.BackImage {
	position: absolute;
	max-width: 100%;
}

.RImage i,
.PShadow {
	width: 5.000rem;
	height: 5.000rem;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 90.125rem;
	top: 80.125rem;
	cursor: pointer;
}

.RImage i img {
	max-height: 100%;
}

.PShadow {
	z-index: 100;
	top: 0;
	left: 0;
}

/*====幸运转盘end====*/

/*====砸金蛋====*/
.egg {
	margin: auto;
	overflow: hidden;
	width: 99.5%;
}

.eggList {
	overflow: hidden;
	list-style-type: none;
	display: block;
	width: 16.875rem;
	margin: 0 auto;
	margin-top: 2.500rem;
}

.eggList li {
	float: left;
	position: relative;
	background: url(/images/GoldEgg/egg_1.png) no-repeat center bottom;
	width: 5.625em;
	height: 10.625rem;
	display: block;
	cursor: pointer;
}

.eggList li span {
	width: 1.875rem;
	height: 3.750rem;
	display: block;
	color: #ff0;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 3.750rem auto;
}

.hammer {
	background: url(/images/GoldEgg/img-6.png) no-repeat;
	background-size: contain;
	width: 3.125rem;
	height: 3.125rem;
	position: absolute;
	left: 50%;
	margin-left: -20.313rem;
	z-index: 10;
	display: none;
}

.eggList li.curr {
	background: url(/images/GoldEgg/egg_2.png) no-repeat bottom;
	cursor: default;
	z-index: 300;
	background-size: 70%;
	width: 5.625em;
}

.eggList li.curr sup {
	background: url(/images/GoldEgg/img-4.png) -1.875rem -1.875rem no-repeat;
	width: 100%;
	height: 181px;
	display: block;
	z-index: 800;
}

.eggList li,
.eggList li.curr,
.eggList li.curr sup {
	background-size: 70%;
}

.RTip {
	position: absolute;
	background: #f60;
	width: 95%;
	margin-left: 0.250rem;
	padding: 0.313rem;
	font-size: 0.875rem;
	line-height: 1.500rem;
	z-index: 500;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
	border-radius: 0.188rem;
}

.eggText {
	display: block;
	overflow: hidden;
	border-radius: 0.313rem;
	margin: 0.625rem 3%;
	clear: both;
	background-color: #fff8ae;
}

.eggText h5 {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 2rem;
	background-color: #e96800;
	color: white;
	width: 6.250rem;
	text-indent: 0.5rem;
}

.eggText ul {
	padding: 0.313rem 0.625rem;
}

.eggText p {
	padding: 0.313rem 0.625rem;
}

/*====砸金蛋End====*/

/*====翻板====*/
.ModulePlate {
	margin: auto;
	overflow: hidden;
	width: 99.5%;
}

.Plate {
	list-style-type: none;
	overflow: hidden;
	display: block;
	width: 99%;
	margin: auto;
}

.Plate li {
	display: block;
	width: 48%;
	height: 5.000rem;
	float: left;
	background-color: #ff6a00;
	margin: 0 0.125rem 0.125rem 0;
	cursor: pointer;
	text-align: center;
	line-height: 1.5;
}

.PlateList,
.PlateDetail {
	display: block;
	overflow: hidden;
	border-radius: 0.313rem;
	margin: 0.625rem 3%;
	clear: both;
	background-color: #fff8ae;
}

.PlateList h5,
.PlateDetail dt {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 2rem;
	background-color: #e96800;
	color: white;
	width: 6.250rem;
	text-indent: 0.5rem;
}

.PlateList ul,
.PlateDetail p {
	padding: 0.313rem 0.625rem;
}

/*====翻板End====*/

/*====产品详情模块====*/
.ModuleProductDetail .mainHint {
	text-align: center;
	font-size: 1rem;
	color: rgb(102, 102, 102);
	margin-left: 3.125rem;
	font-weight: bold;
	margin: 0.5rem 0;
}

.ModuleProductDetail .subHint {
	text-align: center;
	font-size: 0.4rem;
	color: #999;
}

.ModuleProductDetail .ReserveStartTime,
.ModuleProductDetail .ReserveEndTime {
	padding-left: 4px;
	width: 7rem;
	border: 1px solid #ccc;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.8rem;
	background: #fff !important;
	text-align: center;
}

.ModuleProductDetail .ReserveStartTime {
	margin-right: 5px;
}

.ModuleProductDetail .ReserveEndTime {
	margin-left: 5px;
}

.ModuleProductDetail .goods-attrval-name.outOfStock {
	border: 1px dashed #D6D6D8;
	cursor: not-allowed;
	color: #CDCDCD;
}

.ModuleProductDetail .pDetail .picshow {
	padding-left: 0px;
	padding-right: 0px;
}

.ModuleProductDetail .icon-qrcode {
	display: none;
}

@media screen and (min-width:992px) {
	.ModuleProductDetail .icon-qrcode {
		display: inline;
	}
}

.easyzoom-flyout img {
	max-width: none;
}

/*====产品详情模块End====*/

/*====音乐模块====*/
.musicImg.playing {
	-webkit-animation: music_rotating 1.2s linear infinite;
	-moz-animation: music_rotating 1.2s linear infinite;
	-o-animation: music_rotating 1.2s linear infinite;
	animation: music_rotating 1.2s linear infinite;
}

@-webkit-keyframes music_rotating {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes music_rotating {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@-moz-keyframes music_rotating {
	from {
		-moz-transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

/*========== 音乐模块End ==========*/

/*========== 分享模块 ==========*/
.ModuleShareContainer {
	width: 100%;
	z-index: 99999;
	background: white
}

.ModuleShare .title {
	margin: 0 auto;
	width: 100%;
	display: block;
	padding: 0.625rem 0;
	text-align: center;
	font-size: 1rem;
	position: relative;
	box-shadow: 0px -3px 8px 0px #efefef;
}

.ModuleShare .close {
	font-size: 1.25rem;
	position: absolute;
	display: inline-block;
	right: 0.625rem;
	width: 1.875rem;
}

.ModuleShare .shareitem {
	width: 24%;
	display: inline-block;
	padding: 0.5rem 0.2rem;
	text-align: center;
	cursor: pointer;
}

.ModuleShare .ShareIcon {
	position: fixed;
	z-index: 99999;
	right: 1rem;
	bottom: 7rem;
	display: block;
	width: 3.125rem;
	height: 3.125rem;
	text-align: center;
	border-radius: 3.125rem;
	background-color: #FF9500;
	opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	color: white;
	padding-top: 0.313rem;
	border: 1px #FF952F solid;
}

.ModuleShare .ShareIcon a {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.25rem;
	display: block;
}

.ShareTipsModal .jiantou {
	height: 69px;
	width: 100%;
	margin-top: 2%;
	position: relative;
}

.ShareTipsModal .jiantou img {
	position: absolute;
	right: 5%;
}

/*========== 分享模块 END ==========*/

/*----------------------------- 模块样式END -------------------------------*/

/*分销用户顶部工具条*/
.UserBar {
	position: fixed;
	display: block;
	width: 100%;
	padding: .3125rem 0;
	z-index: 951;
	height: 3.625rem;
}

.Backlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.UserBar-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 952;
}

.UserBar .Userhead {
	height: 3rem;
	border-radius: 1.5rem;
	float: left;
	margin-left: .625rem;
}

.NameText {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 0 0 .625rem;
}

.NameText li {
	display: block;
	width: 100%;
	clear: both;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
}

.subtn {
	float: right;
	margin-right: .625rem;
	margin-top: .5rem;
}

.WXQRCode {
	position: static;
	display: none;
	width: 90%;
	margin-left: 5%;
	margin-top: .3125rem;
	border: solid 1px #ddd;
}

/*单品分销按钮*/
.fenxiao {
	position: absolute;
	right: 1rem;
	display: block;
	width: 3rem;
	height: 3rem;
	margin-top: -6.875rem;
	text-align: center;
	border-radius: 2rem;
	background-color: #00a522;
}

.fenxiao a:link,
.fenxiao a:hover,
.fenxiao a:visited,
.fenxiao a:active {
	display: block;
	line-height: 1rem;
	color: #fff;
	padding-top: .5rem;
}



/*========== 优惠券 ==========*/
@media (min-width: 768px) {
	.ModuleCouponList .modal-dialog {
		margin: 6%;
	}

	.CouponItem .CouponItemimg {
		max-height: 185px;
	}
}

@media (max-width: 551px) {
	.CouponItem .CouponItemimg {
		max-height: 200px;
	}
}

@media (min-width: 551px) and (max-width: 767px) {
	.CouponItem .CouponItemimg {
		max-height: 152px;
	}
}

.CouponItem .CouponItemimg {
	overflow: hidden;
}

.CouponItem {
	font-size: 12px;
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
	box-shadow: 0 1px 8px #ddd;
	padding: 0;
}

.CouponItem img {
	padding: 8px 8px 1px 8px;
}

.GetCoupon {
	float: right;
	margin-right: 7px;
}

.GetCoupon .btnGetCoupon {
	background: #ff7c00;
	border: 1px solid #ff7c00;
	color: #fff;
	padding: 5px 18px;
	border-radius: 2px;
	box-shadow: 0 0px 2px rgba(255, 124, 0, 0.73);
}

.GetCoupon .btnGotCoupon {
	background: gray;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 18px;
	border-radius: 2px;
	box-shadow: 0 0px 2px rgba(255, 124, 0, 0.73);
}

.CouponDetail {
	font-size: 12px;
}

.btnGetCoupon {
	width: 100%;
	border-radius: 5px;
	border: none;
	height: 30px;
	background: #ff7c00;
	color: #fff;
	margin-top: 10px;
}

.btnGotCoupon {
	width: 100%;
	border-radius: 5px;
	border: none;
	height: 30px;
	background: gray;
	color: #fff;
	margin-top: 10px;
}

.DetailBox {
	top: 20%;
	left: 4%;
}

.DetailBox .modal-header {
	padding: 10px;
}

/*========== 优惠券 END ==========*/
/*模块隐藏 START*/
/*去掉两个平板端 把平板端强制隐藏 pc的隐藏扩大到768*/
@media (min-width: 768px) {
	.mhidden-lg {
		display: none;
	}

	.mhidden-md.mhidden-lg {
		display: none;
	}

	.mhidden-sm.mhidden-lg {
		display: none;
	}
}

@media (max-width: 767px) {
	.mhidden-xs {
		display: none
	}
}

/*模块隐藏 END*/

/*手机导航显示控制（顶部、底部、响应式导航） START*/

@media screen and (min-width:768px) {

	#MobileNav,
	#MobileNavRenderElem,
	#MobileNavFloatLayer,
	#MobileNavMask,
	.FootNavMask,
	.FootNavQRCodeImg,
	.QQList,
	#MobileFootNav {
		display: none;
	}

	.ModuleNav,
	.ModuleNavGiant {
		display: block;
	}

	.ModuleNav .pre_nav .nav,
	.ModuleNav .navMainItemGroup,
	.ModuleNav .BodyCenter,
	.ModuleNavGiant .pre_nav .nav,
	.ModuleNavGiant .main-nav-item-group,
	.ModuleNavGiant .BodyCenter {
		display: block;
	}
}

@media screen and (max-width:767px) {

	#MobileNav,
	#MobileNavRenderElem,
	#MobileNavFloatLayer,
	#MobileNavMask,
	.FootNavMask,
	.FootNavQRCodeImg,
	.QQList,
	#MobileFootNav {
		display: block;
	}

	.ModuleNav,
	.ModuleNavGiant {
		display: none;
	}

	div[ModuleType=ModuleNav],
	div[ModuleType=ModuleNavGiant] {
		display: none;
	}

	.ModuleMobileNavGiant a:focus {
		text-decoration: none
	}

	/*旋转动画stat */
	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody0 .center {
		opacity: 0;
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody0 .top {
		-webkit-transform: translateY(10px) translateY(-50%) rotate(-45deg);
		transform: translateY(10px) translateY(-50%) rotate(-45deg);
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody0 .bottom {
		-webkit-transform: translateY(-10px) translateY(50%) rotate(45deg);
		transform: translateY(-10px) translateY(50%) rotate(45deg);
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody1 {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody1 .top {
		-webkit-transform: rotate(-90deg) translateX(3px);
		transform: rotate(-90deg) translateX(3px);
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody1 .bottom {
		-webkit-transform: rotate(-90deg) translateX(-3px);
		transform: rotate(-90deg) translateX(-3px);
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody2 .bottom {
		top: -11px;
		width: 100%;
		opacity: 0;
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody2 .top {
		top: 11px;
		width: 100%;
		opacity: 0;
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody3 .top {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 10px
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody3,
	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody4 {
		height: 25px;
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody3 .bottom {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 10.5px;
	}

	.ModuleMobileNavGiant .view-change .lcbody3 .rect {
		/* -webkit-transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
		transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; */
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody4 .bottom {
		width: 100%;
		-webkit-transform: translateY(-1px) translateY(-50%) rotate(-45deg);
		transform: translateY(-1px) translateY(-50%) rotate(-45deg);
	}

	.ModuleMobileNavGiant .view-change header .mm-hbtn .lcbody4 .top {
		-webkit-transform: translateY(10px) translateY(50%) rotate(45deg);
		transform: translateY(10px) translateY(50%) rotate(45deg);
	}

	/*旋转动画end */
	/*默认样式 start*/
	.ModuleMobileNavGiant,
	.ModuleMobileNavGiant .navcontent {
		min-height: 48px;
	}

	.ModuleMobileNavGiant.layout-108,
	.ModuleMobileNavGiant.layout-108 .navcontent {
		min-height: 0;
	}

	.ModuleMobileNavGiant header a.mm-hbtn {
		background: center center no-repeat transparent;
		display: flex;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
		left: auto;
		margin: 10px
	}

	.ModuleMobileNavGiant .lcbody {
		width: 24px;
		position: relative;
		margin: auto;
		height: 20px;
	}

	.ModuleMobileNavGiant .lcbody0 .rect {
		height: 2px;
		width: 100%;
		border-radius: 2px;
		position: absolute;
		left: 0;
		transition: all 0.25s ease-in-out;
		background-color: #fff;
	}

	.ModuleMobileNavGiant .lcbody0 .rect.center {
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.ModuleMobileNavGiant .lcbody0 .rect.bottom {
		bottom: 0;
	}

	.ModuleMobileNavGiant .lcbody1,
	.ModuleMobileNavGiant .lcbody2 {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-transition: -webkit-transform 330ms ease-out;
		transition: -webkit-transform 330ms ease-out;
		transition: transform 330ms ease-out;
		transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
		/* margin-top: 5px; */
		height: 20px;
	}

	.ModuleMobileNavGiant .lcbody1 .rect,
	.ModuleMobileNavGiant .lcbody2 .rect {
		background: #fff;
		border-radius: 1.5px;
		width: 100%;
		height: 2px;
	}

	.ModuleMobileNavGiant .lcbody1 .rect.top {
		-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		-webkit-transform-origin: right;
		transform-origin: right;
	}

	.ModuleMobileNavGiant .lcbody1 .rect.bottom {
		-webkit-align-self: flex-end;
		align-self: flex-end;
		-webkit-transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		-webkit-transform-origin: left;
		transform-origin: left;
	}

	.ModuleMobileNavGiant .lcbody2 .rect {
		position: relative;
		transition: 0.5s width, 0.8s top, 0.8s opacity;
		top: 0;
	}

	.ModuleMobileNavGiant .lcbody3 .rect,
	.ModuleMobileNavGiant .lcbody4 .rect {
		height: 2px;
		left: 0;
		top: 0;
		width: 100%;
		position: absolute;
		background-color: #fff;
		-webkit-transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		/* transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s; */
		transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

	}

	/*默认样式end*/
	/*按钮风格2*/
	.ModuleMobileNavGiant .lcbody1 .top {
		width: 50%;
	}

	.ModuleMobileNavGiant .lcbody1 .bottom {
		width: 50%;
	}

	/*按钮风格3*/
	.ModuleMobileNavGiant .lcbody2 .top {
		width: 50%;
	}

	.ModuleMobileNavGiant .lcbody2 .bottom {
		width: 70%;
	}

	/*按钮风格4*/
	.ModuleMobileNavGiant .lcbody3 .bottom {
		top: 15px;
	}

	.ModuleMobileNavGiant .lcbody3 .center {
		display: none;
	}

	/*按钮风格5*/
	.ModuleMobileNavGiant .lcbody4 .center {
		display: none;
	}

	.ModuleMobileNavGiant .lcbody4 .bottom {
		width: 70%;
		top: 13.5px;
	}

	/*end*/
	.ModuleMobileNavGiant .langlistboxshadow {
		background-color: #000;
		opacity: 0.7;
		position: fixed;
		height: 100%;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
		z-index: -1;
	}

	.ModuleMobileNavGiant .langlistbox {
		width: 100%;
		position: fixed;
		background-color: #fff;
		display: none;
		left: 0;
		text-align: left;
		top: 48px;
		max-height: 300px;
		overflow-y: auto;
	}

	.ModuleMobileNavGiant .langlistbox .jt {
		content: '';
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #fff;
		position: fixed;
		top: 42px;
		display: none;
	}

	.ModuleMobileNavGiant .langlistbox a {
		width: 100% !important;
		text-align: left !important;
	}

	.ModuleMobileNavGiant .langlistbox li {
		height: 48px;
		line-height: 48px;
		padding: 0 19px;
	}

	.ModuleMobileNavGiant .langlistbox li span {
		display: inline-block;
		font-weight: normal;
		vertical-align: middle;
	}

	.ModuleMobileNavGiant .langlistbox li .langinfo {
		border-radius: 50%;
		width: 28px;
		height: 28px;
		font-size: 12px;
		margin-right: 10px;
		vertical-align: middle;
		line-height: 25px;
		text-align: center;
		border: 1px solid #333333;
		overflow: hidden;
	}

	.ModuleMobileNavGiant .langlistbox li .langinfo.active {
		background: #333333;
		color: #ffffff;
	}

	.ModuleNav .pre_nav .nav,
	.ModuleNav .navMainItemGroup,
	.ModuleNav .BodyCenter,
	.ModuleNavGiant .pre_nav .nav,
	.ModuleNavGiant .main-nav-item-group,
	.ModuleNavGiant .BodyCenter {
		display: none;
	}

	.ModuleMobileNavGiant .MobileNavfadeout {
		top: 0;
		opacity: 1;
		transition: all 0.5s;
	}
}

.ModuleItem[alwaysshow="1"],
.ModuleItem[alwaysshow="1"] .ModuleNav,
.ModuleItem[alwaysshow="1"] .ModuleNav .pre_nav .nav,
.ModuleItem[alwaysshow="1"] .ModuleNav .navMainItemGroup,
.ModuleItem[alwaysshow="1"] .ModuleNav .BodyCenter,
.ModuleItem[alwaysshow="1"] .ModuleNavGiant,
.ModuleItem[alwaysshow="1"] .ModuleNavGiant .pre_nav .nav,
.ModuleItem[alwaysshow="1"] .ModuleNavGiant .main-nav-item-group,
.ModuleItem[alwaysshow="1"] .ModuleNavGiant .BodyCenter {
	display: block !important;
}

/*========== 手机导航显示控制 END ==========*/

/*新的标签模块 START*/
/*图标标签按钮样式*/
.ModuleTabContainerGiant .tabContainer110 .btnScrollLeft,
.ModuleTabContainerGiant .tabContainer110 .btnScrollRight {
	display: none;
}

@media (max-width: 767px) {

	.ModuleTabContainerGiant .tabContainer110 .btnScrollLeft,
	.ModuleTabContainerGiant .tabContainer110 .btnScrollRight {
		display: inline-block;
		top: 0px;
		width: 19px;
		height: 26px;
		line-height: 26px;
		color: #fff;
		font-size: 12px;
		border-radius: 4px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 99
	}

	.ModuleTabContainerGiant .tabContainer110 .btnScrollLeft {
		position: absolute;
		top: 50px;
		left: 8px;
	}

	.ModuleTabContainerGiant .tabContainer110 .btnScrollRight {
		position: absolute;
		top: 50px;
		right: 8px;
	}
}

@media (min-width: 768px) {

	.ModuleTabContainerGiant .tabContainer110 .btnScrollLeft,
	.ModuleTabContainerGiant .tabContainer110 .btnScrollRight {
		display: inline-block;
		top: 0px;
		width: 26px;
		height: 33px;
		line-height: 33px;
		color: #fff;
		font-size: 12px;
		border-radius: 4px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 99
	}

	.ModuleTabContainerGiant .tabContainer110 .btnScrollLeft {
		position: absolute;
		top: 62px;
		left: 8px;
	}

	.ModuleTabContainerGiant .tabContainer110 .btnScrollRight {
		position: absolute;
		top: 62px;
		right: 8px;
	}
}

/* 新的标签分栏样式 end */
/*风格1*/
.ModuleTabContainer .tabContainer1 {
	position: relative;
}

.ModuleTabContainer .tabContainer1 .nav {
	overflow: hidden;
	overflow-y: hidden;
	white-space: nowrap
}

.ModuleTabContainer .tabContainer1 .nav>li {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.ModuleTabContainer .tabContainer1 .nav>li.active>a,
.ModuleTabContainer .tabContainer1 .nav>li.active>a:focus,
.ModuleTabContainer .tabContainer1 .nav>li.active>a:hover,
.ModuleTabContainer .tabContainer1 .nav>li>a {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.ModuleTabContainer .tabContainer1 .nav>li>a:focus,
.ModuleTabContainer .tabContainer1 .nav>li>a:hover {
	background: transparent
}

.ModuleTabContainer .tabContainer1 .nav>li.active>a,
.ModuleTabContainer .tabContainer1 .nav>li.active>a:focus,
.tabContainer1 .nav>li.active>a:hover {
	background-color: transparent
}

.ModuleTabContainer .tabContainer1 .panelBtnScroll,
.ModuleTabContainerGiant .TabContainer-Container .panelBtnScroll,
.ModuleTabContainerV2Giant .TabContainer-Container .panelBtnScroll {
	position: absolute;
	top: 0px;
	width: auto;
	display: none;
	left: initial;
	right: 0px;
	z-index: 99;
	margin: 0px;
	padding-right: 10px;
	height: auto;
	padding-top: -10000px;
	background-color: transparent;
}

.ModuleTabContainer .tabContainer1 .panelBtnScroll .btnScrollLeft,
.ModuleTabContainer .tabContainer1 .panelBtnScroll .btnScrollRight {
	display: inline-block;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.ModuleTabContainer .tabContainer1 .tab-content>.tab-pane {
	background: transparent
}

/*新增标签拨快按钮样式*/
.ModuleTabContainerGiant .tabContainerCommon .btnScrollLeft,
.ModuleTabContainerGiant .tabContainerCommon .btnScrollRight,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollLeft,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollRight {
	display: inline-block;
	top: 0px;
	width: 19px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99
}

.ModuleTabContainerGiant .tabContainerCommon .btnScrollLeft,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollLeft {
	position: absolute;
	top: 15px;
	left: 8px;
}

.ModuleTabContainerGiant .tabContainerCommon .btnScrollRight,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollRight {
	position: absolute;
	top: 15px;
	right: 8px;
}

/*风格2*/
.ModuleTabContainer .tabContainer2 {
	position: static;
	display: table;
}

.ModuleTabContainer .tabContainer2 .nav-tabs {
	float: none;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
}

.ModuleTabContainer .tabContainer2 .tabs-left,
.ModuleTabContainer .tabContainer2 .tabs-right {
	border: 0;
	padding: 0px;
}

.ModuleTabContainer .tabContainer2 .nav li {
	text-align: center;
	cursor: pointer;
}

.ModuleTabContainer .tabContainer2 .nav li a {
	display: inline-block;
	width: auto;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.ModuleTabContainer .tabContainer2 .tab-content {
	display: table-cell;
	float: none;
	vertical-align: top;
}

.ModuleTabContainer .tabContainer2 .tab-content>.tab-pane {
	background: transparent;
}

/*风格3*/
.ModuleTabContainer .tabContainer3 {
	position: static;
}

.ModuleTabContainer .tabContainer3 .panel {
	border: 0;
}

.ModuleTabContainer .tabContainer3 .panel>.panel-heading>.panel-title {
	position: relative;
	cursor: pointer;
}

.ModuleTabContainer .tabContainer3 .panel>.panel-heading>.panel-title:after {
	content: "\002b";
	position: absolute;
	left: initial;
	right: 0px;
	top: 0px;
	font-size: 12px;
	line-height: 16px;
	font-family: Glyphicons Halflings;
	color: #333;
}

.ModuleTabContainer .tabContainer3 .panel.active>.panel-heading>.panel-title:after {
	content: "\2212";
	color: #f5f5f5;
}

/*风格5*/
@media (max-width: 767px) {
	.ModuleTabContainerGiant .tabContainer5 .btnScrollLeft {
		position: absolute;
		top: 10px;
		left: 8px;
	}

	.ModuleTabContainerGiant .tabContainer5 .btnScrollRight {
		position: absolute;
		top: 10px;
		right: 8px;
	}
}

/*========== 新的标签模块 END ==========*/
/* 标签Giant */
.ModuleTabContainerGiant .addnewhelper {
	padding: 10px;
	line-height: 40px !important;
}

.ModuleTabContainerGiant .portrait .TabConOption {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-right: 0;
	position: relative;
	border-left: 1px solid #eee;
	z-index: 2;
	box-sizing: border-box;
}

.ModuleTabContainerGiant .portrait .Nav-Container:nth-last-of-type(1) .TabConOption {
	border-bottom: 1px solid #eee;
}

.ModuleTabContainerGiant .portrait .tabContentGiantWb.active {
	display: block
}

.ModuleTabContainerGiant .portrait .Nav-Container:first-child .TabConOption {
	border-top: 1px solid #eee;
}

.ModuleTabContainerGiant .portrait .tabContentGiantWb {
	margin-right: 1px;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.ModuleTabContainerGiant .portrait .Nav-Container {
	float: left;
	width: 100%;
}

.ModuleTabContainerGiant .portrait .inTabContentGiant {
	padding: 5px;
	background: #f7f7f5;
	border: 1px solid #eee;
	margin-left: -1px;
}

.ModuleTabContainerGiant .portrait .TabConContainer.active {
	display: block
}

.ModuleTabContainerGiant .portrait .TabConcontentWb {
	position: relative;
}

.ModuleTabContainerGiant .portrait .iconimg {
	display: none
}

@media (max-width: 767px) {
	.ModuleTabContainerGiant .portrait .iconimg {
		display: block;
		float: right;
		padding-right: 30px;
	}

	.ModuleTabContainerGiant .portrait .Nav-Container .TabConOption {
		float: none;
		width: 100% !important;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding-left: 30px;
		background: #fff;
		color: #333;
		border: 0;
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}

	.ModuleTabContainerGiant .portrait .Nav-Container .TabConOption.active {
		border-left: 3px solid #1976d2;
		background: #1976d2;
		color: #fff;
	}

	.ModuleTabContainerGiant .portrait .Nav-Container {
		margin-bottom: 6px;
	}

	.ModuleTabContainerGiant .portrait .Nav-Container .TabConContainer {
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
		border: 0;
	}

	.ModuleTabContainerGiant .portrait .TabConContainer {
		position: static;
	}

	.ModuleTabContainerGiant .portrait .Nav-Container:nth-last-of-type(1) .TabConOption {
		border-bottom: 0;
	}

	.ModuleTabContainerGiant .portrait .Nav-Container:first-child .TabConOption {
		border-top: 0;
	}
}


/* 新的标签分栏样式V2 start */
.ModuleTabContainerV2Giant .tabContainer.TabContainer-Container {
	position: relative;
}

.ModuleTabContainerV2Giant .addnewhelper {
	padding: 10px;
	line-height: 40px !important;
}

.ModuleTabContainerV2Giant .portrait .TabConOption {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-right: 0;
	position: relative;
	border-left: 1px solid #eee;
	z-index: 2;
	box-sizing: border-box;
}

.ModuleTabContainerV2Giant .portrait .Nav-Container:nth-last-of-type(1) .TabConOption {
	border-bottom: 1px solid #eee;
}

.ModuleTabContainerV2Giant .portrait .tabContentGiantWb.active {
	display: block
}

.ModuleTabContainerV2Giant .portrait .Nav-Container:first-child .TabConOption {
	border-top: 1px solid #eee;
}

.ModuleTabContainerV2Giant .portrait .tabContentGiantWb {
	margin-right: 1px;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.ModuleTabContainerV2Giant .portrait .Nav-Container {
	float: left;
	width: 100%;
}

.ModuleTabContainerV2Giant .portrait .inTabContentGiant {
	padding: 5px;
	background: #f7f7f5;
	border: 1px solid #eee;
	margin-left: -1px;
}

.ModuleTabContainerV2Giant .portrait .TabConContainer.active {
	display: block
}

.ModuleTabContainerV2Giant .portrait .TabConcontentWb {
	position: relative;
}

.ModuleTabContainerV2Giant .portrait .iconimg {
	display: none
}

@media (max-width: 767px) {
	.ModuleTabContainerV2Giant .portrait .iconimg {
		display: block;
		float: right;
		padding-right: 30px;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container .TabConOption {
		float: none;
		width: 100% !important;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding-left: 30px;
		background: #fff;
		color: #333;
		border: 0;
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container .TabConOption.active {
		border-left: 3px solid #1976d2;
		background: #1976d2;
		color: #fff;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container {
		margin-bottom: 6px;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container .TabConContainer {
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
		border: 0;
	}

	.ModuleTabContainerV2Giant .portrait .TabConContainer {
		position: static;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container:nth-last-of-type(1) .TabConOption {
		border-bottom: 0;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container:first-child .TabConOption {
		border-top: 0;
	}
}

.ModuleTabContainerV2Giant .TabSubGridContainer {
	padding: 0px;
	min-height: 0px;
}

.ModuleTabContainerV2Giant .tabContainer110 .btnScrollLeft,
.ModuleTabContainerV2Giant .tabContainer110 .btnScrollRight {
	display: none;
}

@media (max-width: 767px) {

	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollLeft,
	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollRight {
		display: inline-block;
		top: 0px;
		width: 19px;
		height: 26px;
		line-height: 26px;
		color: #fff;
		font-size: 12px;
		border-radius: 4px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 99
	}

	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollLeft {
		position: absolute;
		top: 50px;
		left: 8px;
	}

	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollRight {
		position: absolute;
		top: 50px;
		right: 8px;
	}
}

@media (min-width: 768px) {

	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollLeft,
	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollRight {
		display: inline-block;
		top: 0px;
		width: 26px;
		height: 33px;
		line-height: 33px;
		color: #fff;
		font-size: 12px;
		border-radius: 4px;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 99
	}

	.tabContainer1 .panelBtnScroll .ModuleTabContainerV2Giant .tabContainer110 .btnScrollLeft {
		position: absolute;
		top: 62px;
		left: 8px;
	}

	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollRight {
		position: absolute;
		top: 62px;
		right: 8px;
	}

	.ModuleTabContainerV2Giant .tabContainer110 .btnScrollLeft {
		position: absolute;
		top: 62px;
		left: 8px;
	}
}

@media (max-width: 767px) {
	.ModuleTabContainerGiant .tabContainer5 .btnScrollLeft {
		position: absolute;
		top: 10px;
		left: 8px;
	}

	.ModuleTabContainerGiant .tabContainer5 .btnScrollRight {
		position: absolute;
		top: 10px;
		right: 8px;
	}
}

/*新增标签拨快按钮样式*/
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollLeft,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollRight,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollLeft,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollRight {
	display: inline-block;
	top: 0px;
	width: 19px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99
}

.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollLeft,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollLeft {
	position: absolute;
	top: 15px;
	left: 8px;
}

.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollRight,
.ModuleTabContainerV2Giant .tabContainerCommon .btnScrollRight {
	position: absolute;
	top: 15px;
	right: 8px;
}

/*========== 风格5 ==========*/
/* 标签Giant */
.ModuleTabContainerV2Giant .addnewhelper {
	padding: 10px;
	line-height: 40px !important;
}

.ModuleTabContainerV2Giant .portrait .TabConOption {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-right: 0;
	position: relative;
	border-left: 1px solid #eee;
	z-index: 2;
	box-sizing: border-box;
}

.ModuleTabContainerV2Giant .portrait .Nav-Container:nth-last-of-type(1) .TabConOption {
	border-bottom: 1px solid #eee;
}

.ModuleTabContainerV2Giant .portrait .tabContentGiantWb.active {
	display: block
}

.ModuleTabContainerV2Giant .portrait .Nav-Container:first-child .TabConOption {
	border-top: 1px solid #eee;
}

.ModuleTabContainerV2Giant .portrait .tabContentGiantWb {
	margin-right: 1px;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.ModuleTabContainerV2Giant .portrait .Nav-Container {
	float: left;
	width: 100%;
}

.ModuleTabContainerV2Giant .portrait .inTabContentGiant {
	padding: 5px;
	background: #f7f7f5;
	border: 1px solid #eee;
	margin-left: -1px;
}

.ModuleTabContainerV2Giant .portrait .TabConContainer.active {
	display: block
}

.ModuleTabContainerV2Giant .portrait .TabConcontentWb {
	position: relative;
}

.ModuleTabContainerV2Giant .portrait .iconimg {
	display: none
}

.ModuleProductDetailGiant .productshowdiv {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	top: 15px;
	position: absolute;
	z-index: 9
}

.ModuleProductDetailGiant .productshowdiv.mobile {
	display: none;
}

.ModuleProductDetailGiant .catalogDiv {
	z-index: 9;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
	margin-right: 5px;
	padding: 8px 12px;
}

.ModuleProductDetailGiant .catalogtxt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 8px;
}

.ModuleProductDetailGiant .catalog-pc {
	display: block;
}

.ModuleProductDetailGiant .catalog-mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.ModuleProductDetailGiant .productshowdiv.pc {
		display: none;
	}

	.ModuleProductDetailGiant .productshowdiv.mobile {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		top: 0;
		position: relative;
		z-index: 9
	}

	.ModuleProductDetailGiant .catalog-pc {
		display: none;
	}

	.ModuleProductDetailGiant .catalog-mobile {
		display: flex;
		left: auto;
		right: auto;
		top: auto;
		position: relative;
		margin-bottom: 15px;
		width: max-content;
	}

	.ModuleTabContainerV2Giant .portrait .iconimg {
		display: block;
		float: right;
		padding-right: 30px;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container .TabConOption {
		float: none;
		width: 100% !important;
		height: 48px;
		line-height: 48px;
		text-align: left;
		padding-left: 30px;
		background: #fff;
		color: #333;
		border: 0;
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container .TabConOption.active {
		border-left: 3px solid #1976d2;
		background: #1976d2;
		color: #fff;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container {
		margin-bottom: 6px;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container .TabConContainer {
		margin-left: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
		border: 0;
	}

	.ModuleTabContainerV2Giant .portrait .TabConContainer {
		position: static;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container:nth-last-of-type(1) .TabConOption {
		border-bottom: 0;
	}

	.ModuleTabContainerV2Giant .portrait .Nav-Container:first-child .TabConOption {
		border-top: 0;
	}
}

/*   新的标签分栏样式V2  END */

/*菜单导航样式更改*/
#pageSetMainClass.pageSetMainClass {
	padding: 0px;
}

.pageSetMainClass>ul.nav-tabs {
	background-color: #eee;
	min-height: 35px
}

#pageSetMainClass.pageSetMainClass .nav-tabs>li {
	margin-bottom: 0;
}

#pageSetMainClass.pageSetMainClass .nav-tabs>li>a {
	font-size: 14px;
	line-height: 35px;
	padding: 0 15px;
	border: 0;
}

#pageSetMainClass.pageSetMainClass .nav-tabs>li.active>a {
	border-bottom: 3px solid #52A1F9;
}

.nav-tabs>li>a {
	border: 0;
}

#pageSetMainClass.pageSetMainClass .nav-tabs>li a:foucs {
	border: 0;
}

#pageSetMainClass.pageSetMainClass .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #fff;
}


/*微导航模块样式*/
.microNavigation {
	text-align: left;
	padding-left: 10px;
}

.microNavigation input[type=radio]:checked::before {
	background: rgba(250, 92, 30, 1);
	border-radius: 100%;
	top: 0rem;
	left: 0rem;
}

/*选项框样式更改*/
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #fff;
}

/*更改菜单弹框中的padding值*/
#pageSetMainClass .panel-body {
	padding: 0px
}

/**/
#pageframe body {
	background: #ccc;
}

/* 新版本通用样式 */
/*自适应图片*/

/* a标签 */
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/* 定义浮动*/
.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

/*水平居中*/
.center {
	margin: 0 auto;
}

/*字体居中*/
.centera {
	text-align: center;
}

/*重复div标签*/
.DIV {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.DIVA {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

/* 重置h标签 */
h1 {
	font-size: 30px;
	font-weight: normal;
}

.h1 {
	color: #2a2a2a;
	font-family: "Arial";
	text-align: right;
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 19px
}

.h3 {
	color: #2a2a2a;
	font-family: "Arial";
}

h4 {
	font-size: 16px;
}

.h4 {
	color: #313131;
	margin-top: 65px;
	font-weight: 100;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* 字体大小 */
.fonta {
	font-size: 30px;
}

.fontb {
	font-size: 28px;
}

.fontc {
	font-size: 24px;
}

.fontdd {
	font-size: 22px;
}

.fontf {
	font-size: 20px;
}

.fonth {
	font-size: 18px;
}

.fontl {
	font-size: 16px;
}

.fontm {
	font-size: 14px;
}

.fontn {
	font-size: 12px;
}

/* 主色 */
.role_color {
	color: #3fb560
}

/* 所有颜色 */
.color {
	color: #d0292a;
	/*主色*/
}

.c2 {
	color: #333333;
	/*字体主色*/
}

.c3 {
	color: #666666;
}

.c4 {
	color: #ffffff
}

.c5 {
	color: #ff7200;
}

.c6 {
	color: #000;
}

/* 定义边距  padding margin*/
.p1 {
	padding-top: 25px;
}

.p3 {
	padding-top: 30px;
}

.m1 {
	margin-top: 5px;
}

.m2 {
	margin-top: 20px;
}

.me {
	margin-top: -1px;
}

.m3 {
	margin-top: 30px;
}

.m-r {
	margin-bottom: 30px;
}

.m-b {
	margin-bottom: 70px;
}

.p1 {
	padding-top: 20px;
}

.p2 {
	padding-top: 10px;
}

.p-r-z {
	margin-right: 20px;
}

.p-r-v {
	padding: 76px 0 45px;
}

/*line-height*/
.line1 {
	line-height: 20px;
}

.line2 {
	line-height: 24px;
}

.font-w {
	font-weight: bold;
}

/*  鼠标样式 */
.pointer {
	cursor: pointer;
}

/* 取消边框 */
.NoBorder {
	border: 0 none;
}

/*  文本对齐方式  */
.t-l {
	text-align: left;
}

.t-c {
	text-align: center;
}

.t-r {
	text-align: right;
}

/*  定义文本下划线  */
.UnLine {
	text-decoration: underline;
}

.DisunLine {
	text-decoration: none;
}

/*    定位关系     */
.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

/*
* 隐藏元素
*/
.o-hidden {
	overflow: hidden;
}

/*
* 隐藏元素
*/
.invisible {
	visibility: hidden;
}

/* 从页面布局上隐藏元素*/
.hidden {
	display: none;
}

.block {
	display: block;
}

/* @end */

/*多余的文字变成省略号*/
.OneRow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.TowRow {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ThreeRow {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 定义行高*/
.lh1 {
	line-height: 1px;
}

.lh10 {
	line-height: 10px;
}

.lh15 {
	line-height: 15px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh25 {
	line-height: 25px;
}

.lh30 {
	line-height: 30px;
}

.lh35 {
	line-height: 35px;
}

/*
一行超出显示省略号
 */

/*
* 标题样式定义
* @Pro PTit
* @desc 在定义p标签元素或其它元素时,需要同时定义行高和高度,一般使用在标题显示中.
*/

.ptit25,
.ptit20,
.ptit18,
.ptit30,
.ptit,
.ptit1,
.ptit22 {
	width: 100%;
	overflow: hidden;
}

.ptit30 {
	line-height: 45px;
	height: 45px;
}

.ptit28 {
	line-height: 40px;
	height: 40px;
}

.ptit27 {
	line-height: 30px;
	height: 30px;
}

.ptit25 {
	line-height: 25px;
	height: 25px;
}

.ptit22 {
	line-height: 22px;
	height: 22px;
}

.ptit20 {
	line-height: 20px;
	height: 20px;
}

.ptit18 {
	line-height: 18px;
	height: 18px;
}

.ptit15 {
	line-height: 15px;
	height: 15px;
}

.ptit10 {
	line-height: 10px;
	height: 10px;
}

.ptit1 {
	line-height: 1px;
	height: 1px;
}


/*padding*/
.p-t-v {
	padding-top: 5px;
}

.p-t-l {
	padding-top: 10px;
}

.p-t-n {
	padding-top: 15px;
}

.p-t-r {
	padding-top: 20px;
}

.p-t-p {
	padding-top: 25px;
}

.p-t-b {
	padding-top: 30px;
}

.p-t-m {
	padding-top: 35px;
}

.p-m-v {
	padding-bottom: 5px;
}

.p-m-l {
	padding-bottom: 10px;
}

.p-m-n {
	padding-bottom: 15px;
}

.p-m-r {
	padding-bottom: 20px;
}

.p-m-p {
	padding-bottom: 25px;
}

.p-m-b {
	padding-bottom: 30px;
}

.p-m-m {
	padding-bottom: 35px;
}

.p-l-v {
	padding-left: 5px;
}

.p-l-l {
	padding-left: 10px;
}

.p-l-n {
	padding-left: 15px;
}

.p-l-r {
	padding-left: 20px;
}

.p-l-p {
	padding-left: 25px;
}

.p-l-b {
	padding-left: 30px;
}

.p-l-m {
	padding-left: 35px;
}

.p-l-v {
	padding-left: 5px;
}

.p-r-v {
	padding-right: 5px;
}

.p-r-l {
	padding-right: 10px;
}

.p-r-n {
	padding-right: 15px;
}

.p-r-r {
	padding-right: 20px;
}

.p-r-p {
	padding-right: 25px;
}

.p-r-b {
	padding-right: 30px;
}

.p-r-m {
	padding-right: 35px;
}

.p-e-v {
	padding: 0 5px;
}

.p-e-l {
	padding: 0 10px;
}

.p-e-n {
	padding: 0 15px;
}

.p-e-r {
	padding: 0 20px;
}

.p-e-p {
	padding: 0 25px;
}

.p-e-b {
	paddingt: 0 30px;
}

.p-e-m {
	padding: 0 35px;
}

.p-f-v {
	padding: 5px 0;
}

.p-f-l {
	padding: 10px 0;
}

.p-f-n {
	padding: 15px 0;
}

.p-f-r {
	padding: 20px 0;
}

.p-f-p {
	padding: 25px 0;
}

.p-f-b {
	padding: 30px 0;
}

.p-f-m {
	padding: 35px 0;
}


/*margin*/
.m-t-v {
	margin-top: 5px;
}

.m-t-l {
	margin-top: 10px;
}

.m-t-n {
	margin-top: 15px;
}

.m-t-r {
	margin-top: 20px;
}

.m-t-p {
	margin-top: 25px;
}

.m-t-b {
	margin-top: 30px;
}

.m-t-m {
	margin-top: 35px;
}

.m-m-v {
	margin-bottom: 5px;
}

.m-m-l {
	margin-bottom: 10px;
}

.m-m-n {
	margin-bottom: 15px;
}

.m-m-r {
	margin-bottom: 20px;
}

.m-m-p {
	margin-bottom: 25px;
}

.m-m-b {
	margin-bottom: 30px;
}

.m-m-m {
	margin-bottom: 35px;
}

.m-l-v {
	margin-left: 5px;
}

.m-l-l {
	margin-left: 10px;
}

.m-l-n {
	margin-left: 15px;
}

.m-l-r {
	margin-left: 20px;
}

.m-l-p {
	margin-left: 25px;
}

.m-l-b {
	margin-left: 30px;
}

.m-l-m {
	margin-left: 35px;
}

.m-l-v {
	margin-left: 5px;
}

.m-r-v {
	margin-right: 5px;
}

.m-r-l {
	margin-right: 10px;
}

.m-r-n {
	margin-right: 15px;
}

.m-r-r {
	margin-right: 20px;
}

.m-r-p {
	margin-right: 25px;
}

.m-r-b {
	margin-right: 30px;
}

.m-r-m {
	margin-right: 35px;
}

.m-e-v {
	margin: 0 5px;
}

.m-e-l {
	margin: 0 10px;
}

.m-e-n {
	margin: 0 15px;
}

.m-e-r {
	margin: 0 20px;
}

.m-e-p {
	margin: 0 25px;
}

.m-e-b {
	margin: 0 30px;
}

.m-e-m {
	margin: 0 35px;
}

.m-f-v {
	margin: 5px 0;
}

.m-f-l {
	margin: 10px 0;
}

.m-f-n {
	margin: 15px 0;
}

.m-f-r {
	margin: 20px 0;
}

.m-f-p {
	margin: 25px 0;
}

.m-f-b {
	margin: 30px 0;
}

.m-f-m {
	margin: 35px 0;
}

@media only screen and (max-width: 480px) {
	.p-t-v {
		padding-top: 5px;
	}

	.p-t-l {
		padding-top: 5px;
	}

	.p-t-n {
		padding-top: 5px;
	}

	.p-t-r {
		padding-top: 8px;
	}

	.p-m-v {
		padding-bottom: 5px;
	}

	.p-m-l {
		padding-bottom: 5px;
	}

	.p-m-n {
		padding-bottom: 5px;
	}


	.p-l-v {
		padding-left: 5px;
	}

	.p-l-l {
		padding-left: 5px;
	}

	.p-l-n {
		padding-left: 5px;
	}

	.p-l-r {
		padding-left: 8px;
	}

	.p-r-v {
		padding-right: 5px;
	}

	.p-r-l {
		padding-right: 5px;
	}

	.p-r-n {
		padding-right: 5px;
	}

	.p-r-r {
		padding-right: 8px;
	}

	.p-e-v {
		padding: 0 5px;
	}

	.p-e-l {
		padding: 0 5px;
	}

	.p-e-n {
		padding: 0 5px;
	}

	.p-e-r {
		padding: 0 8px;
	}

	.p-f-v {
		padding: 5px 0;
	}

	.p-f-l {
		padding: 5px 0;
	}

	.p-f-n {
		padding: 5px 0;
	}

	.p-f-r {
		padding: 8px 0;
	}

	/*margin*/
	.m-t-v {
		margin-top: 5px;
	}

	.m-t-l {
		margin-top: 5px;
	}

	.m-t-n {
		margin-top: 5px;
	}

	.m-t-r {
		margin-top: 8px;
	}


	.m-m-v {
		margin-bottom: 5px;
	}

	.m-m-l {
		margin-bottom: 5px;
	}

	.m-m-n {
		margin-bottom: 5px;
	}

	.m-m-r {
		margin-bottom: 8px;
	}


	.m-l-v {
		margin-left: 5px;
	}

	.m-l-l {
		margin-left: 5px;
	}

	.m-l-n {
		margin-left: 5px;
	}

	.m-l-r {
		margin-left: 8px;
	}


	.m-r-v {
		margin-right: 5px;
	}

	.m-r-l {
		margin-right: 5px;
	}

	.m-r-n {
		margin-right: 5px;
	}

	.m-r-r {
		margin-right: 8px;
	}


	.m-e-l {
		margin: 0 5px;
	}

	.m-e-n {
		margin: 0 5px;
	}

	.m-e-r {
		margin: 0 8px;
	}


	.m-f-v {
		margin: 5px 0;
	}

	.m-f-l {
		margin: 10px 0;
	}

	.m-f-n {
		margin: 15px 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 960px) {
	.p-m-n {
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 961px)and (max-width: 1024px) {
	.p-m-n {
		padding-bottom: 5px;
	}
}

.flexs {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.swiper-butto-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	z-index: 10;
	cursor: pointer;
	transform: translate(0, -50%);
}

.swiper-butto-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	z-index: 10;
	cursor: pointer;
	transform: translate(0, -50%);
}

.swiper-butto-next {
	background-image: url(/images/pre.png);
	left: 0;
	right: auto;
}

.swiper-butto-prev {
	background-image: url(/images/next.png);
	right: 0;
	left: auto;
}

/* end of 新版本通用样式*/

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('iconfont.woff') format('woff');
	/* chrome, firefox */
	/*url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	/*url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*	-webkit-text-stroke-width: 0.2px;*/
	-moz-osx-font-smoothing: grayscale;
}


/*排序方式选择*/
.productListOrderCtrlTab {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

@media screen and (min-width:768px) {
	.productListOrderCtrlTabEx {
		border: 0px;
		margin-bottom: 0px;
	}
}

.productListOrderCtrlTab .orderCtrlPanel {
	float: left;
}

.productListOrderCtrlTab .orderCtrlPanel li {
	float: left;
	width: 6rem;
	padding: 0.6rem 0;
	/*padding: 0.6rem 1.8rem;*/
	color: #000;
	font-size: 0.8rem;
	text-align: center;
	cursor: pointer !important;
}

.productListOrderCtrlTab .orderCtrlPanel li.selected {
	background-color: #C70202;
	color: #fff;
}

.productListOrderCtrlTab .orderCtrlPanel li:hover {
	background-color: #DE0202;
	color: #fff;
}

.productListOrderCtrlTab .orderCtrlPanel li.sort.selected:after {
	position: relative;
	display: inline-block;
	top: 1px;
	margin-left: 4px;
	content: "\e113";
	font-size: 12px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.productListOrderCtrlTab .orderCtrlPanel li.sort.selected.descent:after {
	content: "\e114";
}

.productListOrderCtrlTab .summary {
	position: absolute;
	display: block;
	top: 0;
	left: initial;
	right: 0;
	padding: 0.6rem 1rem 0.6rem 1.8rem;
}

.productListOrderCtrlTab .summary .totalProduct {
	margin: 0;
	margin-right: 0.2rem;
	color: #D20E0E;
}

@media screen and (max-width:480px) {
	.productListOrderCtrlTab .orderCtrlPanel {
		width: 100%;
	}

	.productListOrderCtrlTab .orderCtrlPanel li {
		width: 20%;
	}

	.productListOrderCtrlTab .summary {
		display: none;
	}
}

/* 图文模块显示更多 */
.ModuleImageTextGiant .showHandle .btn {
	background: transparent;
	color: #333;
	border: 0;
	outline: none;
	padding: 0 0 10px 0;
}

/*微信二维码弹出框*/
.wx-plug {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .5)
}

.wx-plug .wx-plug-content {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -300px;
	width: 700px;
	height: 600px;
	border: 1px solid #fff;
	background-color: #333;
	border-radius: 10px
}

.wx-plug .wx-plug-content .wx-plug-title {
	padding-left: 12px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 10px 10px 0 0
}

.wx-plug .wx-plug-content .wx-plug-title>span.wx-title {
	font-size: 14px;
	color: #333
}

.wx-plug .wx-plug-content .wx-plug-title>span.close-wx {
	float: right;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url(/skinp/modules/ModuleUserLoginGiant/images/close.png) no-repeat 2px 7px;
	cursor: pointer
}

.wx-plug .wx-plug-content .wx-barcode {
	text-align: center;
	box-sizing: border-box
}

.wx-plug .wx-plug-content .wx-barcode .wx-item {
	margin: 90px auto 0;
	width: 280px;
	height: 280px;
	line-height: 280px;
	text-align: center;
	background-color: #fff
}

.wx-plug .wx-plug-content .wx-barcode>p {
	margin: 20px auto 0;
	width: 280px;
	height: 66px;
	line-height: 66px;
	border-radius: 33px;
	color: #fff;
	background-color: #000;
	text-align: center;
	cursor: pointer
}

.wx-plug .wx-plug-content iframe {
	margin-top: 10px;
	width: 270px;
	height: 270px;
	border: 0;
}

img#imgid {
	margin: 16px 16px 10px;
}

.ModuleImageTextGiant em {
	font-style: italic;
}

/* 按钮模块公用css */

a.moduleButton {
	border: none;
	background: none;
	display: inline-block;
	box-sizing: content-box;
}

/* .moduleButton.nohover:hover{
	color:inherit!important;
} */
/* horizontal */
.moduleButton.horizontal:hover {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.moduleButton.horizontal {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* float*/
.moduleButton.float {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.moduleButton.float:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

/* hvr-sweep-to-right */

.moduleButton.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.moduleButton.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
}

.moduleButton.hvr-sweep-to-right:hover {
	color: white;
}

.moduleButton.hvr-sweep-to-right:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* hvr-wobble-horizontal */
.moduleButton.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

/* faded */
.moduleButton.faded {
	position: relative;
}

.moduleButton.faded:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all .3s ease-out;
}


/* hvr-sweep-to-top */
.moduleButton.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	transition: all .3s ease-out;
}

.moduleButton.hvr-sweep-to-top:hover {
	color: white;
}

.moduleButton.hvr-sweep-to-top,
.moduleButton.Radial-Out,
.moduleButton.faded,
.moduleButton.Shutter-Out-Horizontal,
.moduleButton.Shutter-Out-Vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.moduleButton.hvr-sweep-to-top:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Radial-Out */
.moduleButton.Radial-Out {
	position: relative;
}

.moduleButton.Radial-Out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: all .3s ease-out;
}

.moduleButton.Radial-Out:hover {
	color: white;
}

.moduleButton.Radial-Out:hover:before {
	border-radius: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/* Shutter-Out-Horizontal */
.moduleButton.Shutter-Out-Horizontal {
	position: relative;
}

.moduleButton.Shutter-Out-Horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: all .3s ease-out;
}

.moduleButton.Shutter-Out-Horizontal:hover {
	color: white;
}

.moduleButton.Shutter-Out-Horizontal:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

/* Shutter-Out-Vertical */
.moduleButton.Shutter-Out-Vertical {
	position: relative;
}

.moduleButton.Shutter-Out-Vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f65e52;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
}

.moduleButton.Shutter-Out-Vertical:hover {
	color: white;
}

.moduleButton.Shutter-Out-Vertical:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* 需要处理效果 layout101*/
.moduleButton.Radial-Out.laylout-101,
.Shutter-Out-Horizontal.laylout-101,
.Shutter-Out-Vertical.laylout-101 {
	border: 1px solid #ddd;
	color: #ddd;
}



.moduleButton.hvr-sweep-to-top.laylout-101:hover:before {
	background: #c62828;
}


/* 需要处理效果 layout102 */
.moduleButton.Radial-Out.laylout-102,
.moduleButton.Shutter-Out-Horizontal.laylout-102,
.moduleButton.Shutter-Out-Vertical.laylout-102 {
	background: none;
}

/* 需要处理效果 layout105 */
.moduleButton.faded.laylout-105,
.Radial-Out.laylout-105,
.Shutter-Out-Horizontal.laylout-105,
.Shutter-Out-Vertical.laylout-105 {
	background: none;
}

/* 需要处理效果 layout106 */


@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX:;

	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	30% {
		-webkit-transform: translateX(-8px);
		-ms-transform: translateX(-8px);
		transform: translateX(-8px)
	}

	50% {
		-webkit-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	20% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	40% {
		-webkit-transform: translateX(8px);
		-ms-transform: translateX(8px);
		transform: translateX(8px)
	}

	60% {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		transform: translateX(5px)
	}

	80% {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px)
	}
}

.moduleButton.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

.moduleButton.horizontal:hover {
	animation: 1s shake ease-in-out;
}

/* 标签模块公用样式 */
.ModuleTabContainerGiant .noModule {
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #999999;
	background: #eee;
}

.ModuleTabContainerGiant .TabContainer-Container .Nav-Container .TabConOption {
	white-space: nowrap
}

.ModuleTabContainerGiant .TabContainer-Container {
	position: relative;
}

.ModuleTabContainerGiant .panelBtnScroll {
	position: absolute;
	display: none;
	top: 0px;
	left: initial;
	right: 0px;
	z-index: 99;
	margin: 0px;
	padding-top: -10000px;
	padding-right: 10px;
	width: auto;
	height: auto;
	background-color: transparent;
}

.ModuleTabContainerGiant .panelBtnScroll .btnScrollLeft,
.ModuleTabContainerGiant .panelBtnScroll .btnScrollRight {
	display: inline-block;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

/* 自定义表单 */
.ModuleCustomFormGiant .Form-containt {
	overflow: unset
}

.ModuleCustomFormGiant p,
input,
.ModuleCustomFormGiant * {
	margin: 0;
	padding: 0;
}

.ModuleCustomFormGiant p,
input {
	margin: 0;
	padding: 0;
}

.ModuleCustomFormGiant li {
	list-style: none
}

.ModuleCustomFormGiant .hide_box {
	display: none
}

.ModuleCustomFormGiant .clear_x:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ModuleCustomFormGiant .colorred {
	color: red;
}

.ModuleCustomFormGiant .pd-0 {
	padding: 0;
}

.ModuleCustomFormGiant input[type=color],
.ModuleCustomFormGiant input[type=date],
.ModuleCustomFormGiant input[type=datetime-local],
.ModuleCustomFormGiant input[type=datetime],
.ModuleCustomFormGiant input[type=email],
.ModuleCustomFormGiant input[type=month],
.ModuleCustomFormGiant input[type=number],
.ModuleCustomFormGiant input[type=password],
.ModuleCustomFormGiant input[type=search],
.ModuleCustomFormGiant input[type=tel],
.ModuleCustomFormGiant input[type=text],
.ModuleCustomFormGiant input[type=time],
.ModuleCustomFormGiant input[type=url],
.ModuleCustomFormGiant input[type=week],
.ModuleCustomFormGiant select,
.ModuleCustomFormGiant textarea {
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: none;
}

.ModuleCustomFormGiant .mui-backdrop {
	position: fixed;
	z-index: 998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
}

.ModuleCustomFormGiant .choose-time {
	line-height: 32px;
	height: 32px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	display: block;
	cursor: pointer;
}

.ModuleCustomFormGiant .chooseTimeicon {
	float: right;
	margin-top: 9px;
	cursor: pointer;
}

.ModuleCustomFormGiant .changebtn {
	color: #f10215;
	line-height: 34px;
	font-size: 12px;
	margin-left: 8px;
	cursor: pointer;
}

.ModuleCustomFormGiant input[type=radio]::before {
	transform: scale(0);
	transition: transform .15s ease-in;
	content: ''
}

.ModuleCustomFormGiant input[type=checkbox]::before {
	transform: scale(0);
	transition: all .2s ease-in-out;
}

.ModuleCustomFormGiant input[type=radio],
.ModuleCustomFormGiant input[type=checkbox] {
	margin-right: 12px;
	vertical-align: baseline;
	-webkit-appearance: none;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	cursor: pointer;
	border-radius: 4px;
}

.ModuleCustomFormGiant input[type=radio],
.ModuleCustomFormGiant input[type=checkbox]:focus,
.ModuleCustomFormGiant input[type=radio],
.ModuleCustomFormGiant input[type=checkbox]:active,
.ModuleCustomFormGiant input[type=text]:active,
.ModuleCustomFormGiant input[type=text]:focus,
.ModuleCustomFormGiant .pcCitybox select:focus,
.ModuleCustomFormGiant select:active {
	outline: none;
}

.ModuleCustomFormGiant input[type=radio] {
	border-radius: 50%;
	width: 16px;
	height: 16px;
}

.ModuleCustomFormGiant label {
	margin-right: 48px;
	font-size: 14px;
	font-weight: normal;
	color: #666
}

.ModuleCustomFormGiant input[type=radio]:checked::before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(250, 92, 30, 1);
}

/* .ModuleCustomFormGiant input[type=checkbox]:checked::before{content:'';display: block;position: absolute;width: 8px;height: 8px;background: rgba(250,92,30,1);}
.ModuleCustomFormGiant input[type=checkbox]:checked::before{background:url(/skinp/modules/ModuleCustomFormGiant/images/check.png) no-repeat center;} */
.ModuleCustomFormGiant input[type=radio]:checked,
.ModuleCustomFormGiant input[type=checkbox]:checked {
	background: #1e88e5;
	border: 1px solid #1e88e5;
}

.ModuleCustomFormGiant input[type=checkbox]::before {
	opacity: 0;
	color: #fff
}

.ModuleCustomFormGiant input[type=radio]:checked::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-top: 4px;
	width: 8px;
	height: 8px;
	vertical-align: top;
	font-weight: 400;
	font-size: 13px;
	opacity: 1;
	-webkit-margin-start: 4px;
}

.ModuleCustomFormGiant input[type=checkbox]:checked::before {
	content: "\e6ab";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	opacity: 1;
}

.ModuleCustomFormGiant input[type=radio]:checked::before {
	transform: scale(1);
	background: #fff;
	content: '';
	margin-top: 3px;
	margin-left: 3px;
	width: 6px;
	height: 6px;
	top: 1px;
	left: 1px;
	-webkit-margin-start: 3px;
	border-radius: 3px;
}

.ModuleCustomFormGiant .Browse-file {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
}

.ModuleCustomFormGiant input[type=checkbox]:checked::before {
	transform: scale(1)
}

.ModuleCustomFormGiant .Browse-file input[type=file] {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.ModuleCustomFormGiant .customform-upload-img-preview {
	position: relative;
	display: inline-block;
	box-sizing: content-box;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
}

.ModuleCustomFormGiant .customform-upload-img-preview img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.ModuleCustomFormGiant .UploadFileSpan {
	background: #f1f5f8;
	border-radius: 4px;
	font-size: 12px;
	padding: 3px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ModuleCustomFormGiant .ImgMore .customform-upload-img-preview {
	margin-right: 16px;
}

.ModuleCustomFormGiant input[type=text],
.ModuleCustomFormGiant .customFormTextarea {
	padding-left: 8px !important;
}

.ModuleCustomFormGiant .verticalalign {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.5;
}

.ModuleCustomFormGiant .verticalalign:last-child {
	margin-bottom: 0;
}

.ModuleCustomFormGiant .describe {
	font-size: 14px;
	color: #999999;
}

.ModuleCustomFormGiant .multi-row-text {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100px;
	border: 1px solid #e5e5e5;
	line-height: 22px;
	padding: 8px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	outline: 0;
}

.ModuleCustomFormGiant .multi-row-text:active,
.ModuleCustomFormGiant .multi-row-text:focus {
	outline: none
}

.ModuleCustomFormGiant ul .formList-content.formList-content-widthauto {
	height: auto;
}

.ModuleCustomFormGiant .posit-List {
	position: relative;
	cursor: pointer;
}

.ModuleCustomFormGiant .posit-List {
	position: relative;
}

.ModuleCustomFormGiant .mareimg {
	position: absolute;
	right: 10px;
	top: 50%;
	height: 10px;
	margin-top: -5px;
}

.ModuleCustomFormGiant .CustomFormGiant-err {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #666;
	background: #fff4d7;
	padding: 0 10px;
	margin-top: 11px;
	position: relative;
}

.ModuleCustomFormGiant p.CustomFormGiant-err:after {
	content: '';
	position: absolute;
	left: 20px;
	height: 0;
	border: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff4d7;
	top: -7px;
}

.ModuleCustomFormGiant .Browse-img {
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-right: 16px;
}

.ModuleCustomFormGiant .addupload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ModuleCustomFormGiant .in-formList-checkbox label {
	margin-right: 48px;
}

.ModuleCustomFormGiant input[type=radio] {
	margin-top: 0
}

/* 手机内页 */
.ModuleCustomFormGiant .InsidePage {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	overflow: auto;
	display: none;
	background: #fff;
	width: 100%;
	z-index: 999999
}

.ModuleCustomFormGiant .InsidePage .InsidePage-title .backImg,
.ModuleCustomFormGiant .InsidePage .InsidePage-title .ensure {
	width: 32px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.ModuleCustomFormGiant .InsidePage .InsidePage-title .ensure {
	font-size: 14px;
	width: 44px;
	left: auto;
	right: 8px;
}

.ModuleCustomFormGiant .InsidePage .InsidePage-title .backImg img {
	height: 14px;
}

.ModuleCustomFormGiant .InsidePage .InsidePage-title {
	height: 44px;
	line-height: 44px;
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	position: relative;
}

.ModuleCustomFormGiant .InsidePage .InsidePage-title .InsidePage-title-text {
	display: inline-block;
	width: calc(100% - 110px);
	margin-right: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ModuleCustomFormGiant .InsidePage .CustomForm-icon-radio {
	top: 0;
	/*float: right;height: 44px;width:44px;text-align: center;font-size: 12px;display: none;*/
}

/* .ModuleCustomFormGiant .InsidePage-list-radio input[type=radio]{display: none;} */
.ModuleCustomFormGiant .InsidePage input[type=checkbox],
.ModuleCustomFormGiant .InsidePage input[type=radio] {
	margin-right: 15px;
}

.ModuleCustomFormGiant .InsidePage input[type=checkbox] {
	margin-top: -4px;
}

.ModuleCustomFormGiant .InsidePage input[type=checkbox]:checked::before {
	font-size: 14px;
}

.ModuleCustomFormGiant .InsidePage .InsidePage-list-content span {
	word-break: break-word;
	width: calc(100% - 20px);
	line-height: 1.5;
	padding: 10px 0;
}

.ModuleCustomFormGiant .InsidePage li {
	/*height: 44px;*/
	display: flex;
	align-items: center;
	line-height: 44px;
	border-bottom: 1px solid #eee;
	padding: 0 16px;
	font-size: 14px;
	cursor: pointer;
}

.ModuleCustomFormGiant .clonecustomInsidePageFormGiant {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.ModuleCustomFormGiant ul li.formList-content div.mobile-formList-content {
	display: none;
}

.ModuleCustomFormGiant div.mobile-formList-content {
	display: none;
}

.ModuleCustomFormGiant .goToInsidePage {
	cursor: pointer;
}

.ModuleCustomFormGiant textarea {
	-webkit-appearance: none;
}

.ModuleCustomFormGiant .smsvaldatebox {
	display: flex;
}

.ModuleCustomFormGiant .smsvcode::placeholder {
	color: #61656a !important
}


.ModuleCustomFormGiant .smsvcode {
	background: #ffffff;
	border: 1px solid #eceef2;
	/* border-radius: 4px; */
	font-size: 16px;
	color: #61656a;
	margin-left: 10px;
	padding: 0px 10px;
	width: 120px;
	display: none;
}

.ModuleCustomFormGiant .smsbtn {
	font-size: 16px;
	color: #fff;
	padding: 0 16px;
	background: #439FFF;
	/* border-radius: 4px; */
	margin-left: 10px;
	white-space: nowrap;
	cursor: pointer;
	line-height: 1;
}

.ModuleCustomFormGiant .issend {
	cursor: not-allowed;
}

.ModuleCustomFormGiant input:focus,
.ModuleCustomFormGiant button:focus {
	outline: none;
}

.ModuleCustomFormGiant input[fieldtype="3"] {
	display: inline-block;
}

.ModuleCustomFormGiant .inputflex {
	display: flex;
	align-items: center;
}

.ModuleCustomFormGiant .file-box {
	cursor: pointer;
}

.ModuleCustomFormGiant .flex {
	display: flex;
	align-items: baseline;
}

.ModuleCustomFormGiant .flex-important {
	display: flex !important;
	align-items: baseline;
}

.enquiryFormDiv .ModuleCustomFormGiant .submitbtn {
	width: 100%
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-red .submitbtn {
	background-color: #F10215;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-pink .submitbtn {
	background-color: #ED1F65;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-orange .submitbtn {
	background-color: #FD6E27;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-yellow .submitbtn {
	background-color: #FFD231;
	color: #3E3B31
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-green .submitbtn {
	background-color: #4CAF50;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-cyan .submitbtn {
	background-color: #10AA9C;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-blue .submitbtn {
	background-color: #1E88E5;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-purple .submitbtn {
	background-color: #A41EBB;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-brown .submitbtn {
	background-color: #6B3A2B;
}

.enquiryFormDiv .ModuleCustomFormGiant.layout-color-black .submitbtn {
	background-color: #000;
}

/*
 短信按钮色系
*/
.ModuleCustomFormGiant.layout-color-red .smsbtn {
	background-color: #F10215;
}

.ModuleCustomFormGiant.layout-color-pink .smsbtn {
	background-color: #ED1F65;
}

.ModuleCustomFormGiant.layout-color-orange .smsbtn {
	background-color: #FD6E27;
}

.ModuleCustomFormGiant.layout-color-yellow .smsbtn {
	background-color: #FFD231;
	color: #3E3B31
}

.ModuleCustomFormGiant.layout-color-green .smsbtn {
	background-color: #4CAF50;
}

.ModuleCustomFormGiant.layout-color-cyan .smsbtn {
	background-color: #10AA9C;
}

.ModuleCustomFormGiant.layout-color-blue .smsbtn {
	background-color: #1E88E5;
}

.ModuleCustomFormGiant.layout-color-purple .smsbtn {
	background-color: #A41EBB;
}

.ModuleCustomFormGiant.layout-color-brown .smsbtn {
	background-color: #6B3A2B;
}

.ModuleCustomFormGiant.layout-color-black .smsbtn {
	background-color: #000;
}

/*新日期色系*/
.ModuleCustomFormGiant.layout-color-red .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-red .is-today:after {
	background-color: #F10215;
}

.ModuleCustomFormGiant.layout-color-red .next>span:hover,
.ModuleCustomFormGiant.layout-color-red .prev>span:hover {
	color: #F10215;
}

.ModuleCustomFormGiant.layout-color-pink .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-pink .is-today:after {
	background-color: #ED1F65;
}

.ModuleCustomFormGiant.layout-color-pink .next>span:hover,
.ModuleCustomFormGiant.layout-color-pink .prev>span:hover {
	color: #ED1F65;
}

.ModuleCustomFormGiant.layout-color-orange .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-orange .is-today:after {
	background-color: #FD6E27;
}

.ModuleCustomFormGiant.layout-color-orange .next>span:hover,
.ModuleCustomFormGiant.layout-color-orange .prev>span:hover {
	color: #FD6E27;
}

.ModuleCustomFormGiant.layout-color-yellow .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-yellow .is-today:after {
	background-color: #FFD231;
}

.ModuleCustomFormGiant.layout-color-yellow .next>span:hover,
.ModuleCustomFormGiant.layout-color-yellow .prev>span:hover {
	color: #FFD231;
}

.ModuleCustomFormGiant.layout-color-green .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-green .is-today:after {
	background-color: #4CAF50;
}

.ModuleCustomFormGiant.layout-color-green .next>span:hover,
.ModuleCustomFormGiant.layout-color-green .prev>span:hover {
	color: #4CAF50;
}

.ModuleCustomFormGiant.layout-color-cyan .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-cyan .is-today:after {
	background-color: #10AA9C;
}

.ModuleCustomFormGiant.layout-color-cyan .next>span:hover,
.ModuleCustomFormGiant.layout-color-cyan .prev>span:hover {
	color: #10AA9C;
}

.ModuleCustomFormGiant.layout-color-blue .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-blue .is-today:after {
	background-color: #1E88E5;
}

.ModuleCustomFormGiant.layout-color-blue .next>span:hover,
.ModuleCustomFormGiant.layout-color-blue .prev>span:hover {
	color: #1E88E5;
}

.ModuleCustomFormGiant.layout-color-purple .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-purple .is-today:after {
	background-color: #A41EBB;
}

.ModuleCustomFormGiant.layout-color-purple .next>span:hover,
.ModuleCustomFormGiant.layout-color-purple .prev>span:hover {
	color: #A41EBB;
}

.ModuleCustomFormGiant.layout-color-brown .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-brown .is-today:after {
	background-color: #6B3A2B;
}

.ModuleCustomFormGiant.layout-color-brown .next>span:hover,
.ModuleCustomFormGiant.layout-color-brown .prev>span:hover {
	color: #6B3A2B;
}

.ModuleCustomFormGiant.layout-color-black .dater>span.active-day.cur-date,
.ModuleCustomFormGiant.layout-color-black .is-today:after {
	background-color: #000;
}

.ModuleCustomFormGiant.layout-color-black .next>span:hover,
.ModuleCustomFormGiant.layout-color-black .prev>span:hover {
	color: #000;
}

.ModuleCustomFormGiant.layout-color-red .dater>span.active-day:hover {
	background-color: #FEEBEC;
}

.ModuleCustomFormGiant.layout-color-pink .dater>span.active-day:hover {
	background-color: #FEEDF3;
}

.ModuleCustomFormGiant.layout-color-orange .dater>span.active-day:hover {
	background-color: #FFF4EE;
}

.ModuleCustomFormGiant.layout-color-yellow .dater>span.active-day:hover {
	background-color: #FFFCEF;
}

.ModuleCustomFormGiant.layout-color-green .dater>span.active-day:hover {
	background-color: #F1F9F1;
}

.ModuleCustomFormGiant.layout-color-cyan .dater>span.active-day:hover {
	background-color: #ECF8F7;
}

.ModuleCustomFormGiant.layout-color-blue .dater>span.active-day:hover {
	background-color: #F1F5F8;
}

.ModuleCustomFormGiant.layout-color-purple .dater>span.active-day:hover {
	background-color: #F8EDFA;
}

.ModuleCustomFormGiant.layout-color-brown .dater>span.active-day:hover {
	background-color: #F3EFEE;
}

.ModuleCustomFormGiant.layout-color-black .dater>span.active-day:hover {
	background-color: #F6F6F6;
}

.ModuleCustomFormGiant.layout-color-red .Browse-img:hover .icon-tianjia {
	color: #F10215;
}

.ModuleCustomFormGiant.layout-color-pink .Browse-img:hover .icon-tianjia {
	color: #ED1F65;
}

.ModuleCustomFormGiant.layout-color-orange .Browse-img:hover .icon-tianjia {
	color: #FD6E27;
}

.ModuleCustomFormGiant.layout-color-yellow .Browse-img:hover .icon-tianjia {
	color: #FFD231;
}

.ModuleCustomFormGiant.layout-color-green .Browse-img:hover .icon-tianjia {
	color: #4CAF50;
}

.ModuleCustomFormGiant.layout-color-cyan .Browse-img:hover .icon-tianjia {
	color: #10AA9C;
}

.ModuleCustomFormGiant.layout-color-blue .Browse-img:hover .icon-tianjia {
	color: #1E88E5;
}

.ModuleCustomFormGiant.layout-color-purple .Browse-img:hover .icon-tianjia {
	color: #A41EBB;
}

.ModuleCustomFormGiant.layout-color-brown .Browse-img:hover .icon-tianjia {
	color: #6B3A2B;
}

.ModuleCustomFormGiant.layout-color-black .Browse-img:hover .icon-tianjia {
	color: #000;
}

.ModuleCustomFormGiant .customform-upload-img-preview .imgclose {
	opacity: 0;
}

.ModuleCustomFormGiant .customform-upload-img-preview:hover .imgclose {
	opacity: 0.8;
}

/*地区*/
.ModuleCustomFormGiant .areabox {
	display: flex;
	width: 100%;
	align-items: center;
}

.ModuleCustomFormGiant .areabox .area {
	width: calc(100% / 2 - 10px);
	;
	margin-right: 10px;
	position: relative;
	height: 100%;
}

.ModuleCustomFormGiant .areabox .frist_item {
	padding-right: 10px;
	cursor: pointer;
	padding-left: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ModuleCustomFormGiant .areabox .sel_County {
	margin-right: 0 !important
}

/* .ModuleCustomFormGiant .areabox .xilaImg{
	margin-right: 8px;
} */

.ModuleCustomFormGiant_area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ModuleCustomFormGiant .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f2f2f2 !important;
}

.ModuleCustomFormGiant_area .mCSB_inside>.mCSB_container,
.ModuleCustomFormGiant .mCSB_inside>.mCSB_container {
	margin-right: 0;
	position: inherit !important;

}

.ModuleCustomFormGiant .mCustomScrollBox {
	outline: 0;
}

.ModuleCustomFormGiant_area .mCSB_scrollTools .mCSB_draggerRail,
.ModuleCustomFormGiant .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent !important;
}

.ModuleCustomFormGiant_area {
	overflow-y: auto;
	border-radius: 5px;
	max-height: 300px;
	z-index: 100000;
	position: absolute;
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	border: 1px solid #e8eaf0;
	top: 40px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ModuleCustomFormGiant_area li {
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	font-size: 14px;
	color: #61656A;
}

.ModuleCustomFormGiant_area li:hover {
	cursor: pointer;
	background: #f1f5f8;
}

.ModuleCustomFormGiant .Select_Simulate li:hover {
	border-bottom: none !important;
}

.ModuleCustomFormGiant_area.layout-color-red li:hover,
.ModuleCustomFormGiant.layout-color-red .Select_Simulate li:hover {
	background-color: #f5f5f5;
}

.ModuleCustomFormGiant_area.layout-color-pink li:hover,
.ModuleCustomFormGiant.layout-color-pink .Select_Simulate li:hover {
	background-color: #FEEDF3;
}

.ModuleCustomFormGiant_area.layout-color-orange li:hover,
.ModuleCustomFormGiant.layout-color-orange .Select_Simulate li:hover {
	background-color: #FFF4EE;
}

.ModuleCustomFormGiant_area.layout-color-yellow li:hover,
.ModuleCustomFormGiant.layout-color-yellow .Select_Simulate li:hover {
	background-color: #FFFCEF;
}

.ModuleCustomFormGiant_area.layout-color-green li:hover,
.ModuleCustomFormGiant.layout-color-green .Select_Simulate li:hover {
	background-color: #F1F9F1;
}

.ModuleCustomFormGiant_area.layout-color-cyan li:hover,
.ModuleCustomFormGiant.layout-color-cyan .Select_Simulate li:hover {
	background-color: #ECF8F7;
}

.ModuleCustomFormGiant_area.layout-color-blue li:hover,
.ModuleCustomFormGiant.layout-color-blue .Select_Simulate li:hover {
	background-color: #F1F5F8;
}

.ModuleCustomFormGiant_area.layout-color-purple li:hover,
.ModuleCustomFormGiant.layout-color-purple .Select_Simulate li:hover {
	background-color: #F8EDFA;
}

.ModuleCustomFormGiant_area.layout-color-brown li:hover,
.ModuleCustomFormGiant.layout-color-brown .Select_Simulate li:hover {
	background-color: #F3EFEE;
}

.ModuleCustomFormGiant_area.layout-color-black li:hover,
.ModuleCustomFormGiant.layout-color-black .Select_Simulate li:hover {
	background-color: #F6F6F6;
}

.ModuleCustomFormGiant_area.layout-color-red li,
.ModuleCustomFormGiant.layout-color-red .Select_Simulate li {
	color: #434242;
}

.ModuleCustomFormGiant_area.layout-color-pink li,
.ModuleCustomFormGiant.layout-color-pink .Select_Simulate li {
	color: #3B3135;
}

.ModuleCustomFormGiant_area.layout-color-orange li,
.ModuleCustomFormGiant.layout-color-orange .Select_Simulate li {
	color: #3A322D;
}

.ModuleCustomFormGiant_area.layout-color-yellow li,
.ModuleCustomFormGiant.layout-color-yellow .Select_Simulate li {
	color: #3E3B31;
}

.ModuleCustomFormGiant_area.layout-color-green li,
.ModuleCustomFormGiant.layout-color-green .Select_Simulate li {
	color: #3B4A3C;
}

.ModuleCustomFormGiant_area.layout-color-cyan li,
.ModuleCustomFormGiant.layout-color-cyan .Select_Simulate li {
	color: #303A39;
}

.ModuleCustomFormGiant_area.layout-color-blue li,
.ModuleCustomFormGiant.layout-color-blue .Select_Simulate li {
	color: #445464;
}

.ModuleCustomFormGiant_area.layout-color-purple li,
.ModuleCustomFormGiant.layout-color-purple .Select_Simulate li {
	color: #4F4950;
}

.ModuleCustomFormGiant_area.layout-color-brown li,
.ModuleCustomFormGiant.layout-color-brown .Select_Simulate li {
	color: #56504F;
}

.ModuleCustomFormGiant_area.layout-color-black li,
.ModuleCustomFormGiant.layout-color-black .Select_Simulate li {
	color: #575757;
}

.ModuleCustomFormGiant_area.layout-color-red li.curvalue {
	color: #F10215 !important;
}

.ModuleCustomFormGiant_area.layout-color-pink li.curvalue {
	color: #ED1F65 !important;
}

.ModuleCustomFormGiant_area.layout-color-orange li.curvalue {
	color: #FD6E27 !important;
}

.ModuleCustomFormGiant_area.layout-color-yellow li.curvalue {
	color: #FFD231 !important;
}

.ModuleCustomFormGiant_area.layout-color-green li.curvalue {
	color: #4CAF50 !important;
}

.ModuleCustomFormGiant_area.layout-color-cyan li.curvalue {
	color: #10AA9C !important;
}

.ModuleCustomFormGiant_area.layout-color-blue li.curvalue {
	color: #1E88E5 !important;
}

.ModuleCustomFormGiant_area.layout-color-purple li.curvalue {
	color: #A41EBB !important;
}

.ModuleCustomFormGiant_area.layout-color-brown li.curvalue {
	color: #6B3A2B !important;
}

.ModuleCustomFormGiant_area.layout-color-black li.curvalue {
	color: #000000 !important;
}


@media screen and (max-width: 767px) {
	.ModuleCustomFormGiant .mobile-formList-content {
		display: block;
	}

	.ModuleCustomFormGiant ul .in-formList.mobile-formList-content,
	.ModuleCustomFormGiant ul .choose-timewb.mobile-formList-content {
		display: -webkit-flex;
		/* Safari */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.ModuleCustomFormGiant ul .mobile-formList-content {
		display: block;
	}

	.ModuleCustomFormGiant ul li.formList-content div.mobile-formList-content {
		display: block
	}

	.ModuleCustomFormGiant ul .Pc-formList-content {
		display: none !important;
	}

	.ModuleCustomFormGiant .choose-time {
		height: 40px;
		line-height: 40px;
	}

	.ModuleCustomFormGiant .chooseTimeicon {
		margin-top: 12px;
	}

	.ModuleCustomFormGiant .smsvcode {
		margin-left: 0;
		margin-right: 10px;
	}

	.ModuleCustomFormGiant .inputflex {
		flex-wrap: wrap;
	}

	.ModuleCustomFormGiant .smsvaldatebox {
		width: 100%;
		margin-top: 8px;
	}

	.ModuleCustomFormGiant .smsbtn {
		margin-left: 0;
		width: 100%;
	}
}


/*分栏置顶悬浮 by hui*/
.GridFloat {
	position: fixed !important;
	z-index: 4000 !important;
	top: 0px !important;
	left: 0px !important;
	width: 100%;
	/* max-height: 400px !important; */
	overflow: hidden !important;
	transition: 0.3s;
}

/*分栏置底悬浮*/
.GridFloatBottom {
	position: fixed !important;
	z-index: 4000 !important;
	top: auto !important;
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	/* max-height: 400px !important; */
	overflow: auto !important;
}

/* 修改： 将背景色改成字体颜色选中效果*/
.moduleContainerHelper .ItemCancelFloat .icon-wechaticon09,
.moduleContainerHelper .ItemCancelFloatBottom .icon-wechaticon09 {
	color: #62acff;
}

/*分栏悬浮 end*/

.ModuleSlideGiant .swiper-container {
	z-index: 0;
}

/*新产品详情模块公用css*/
/*.ModuleProductDetailGiant div,ul,p,li,img,html,body,input,button{
	margin: 0;
	padding:0;
	font-family: "微软雅黑"
}*/
.ModuleProductDetailGiant .inSlide-size {
	width: 100%;
}

.ModuleProductDetailGiant .fl {
	float: left;
}

.ModuleProductDetailGiant .fr {
	float: right;
}

.ModuleProductDetailGiant .clear_floatx:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.ModuleProductDetailGiant .introduce .pro-row {
	line-height: 1;
	color: #999;
	font-size: 14px;
}

.ModuleProductDetailGiant .gallery-thumbs .swiper-slide {
	width: 70px;
	height: 100%;
}

.ModuleProductDetailGiant input:focus,
.ModuleProductDetailGiant button:focus {
	outline: none;
}

.ModuleProductDetailGiant .guoguo {
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 14px solid transparent;
	border-bottom: 12px solid red;
	background-position: 2px 2px;
	display: none;
}

.ModuleProductDetailGiant .pro-style .pro-style-containt .gouimg {
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 7px;
	display: none;
}

.ModuleProductDetailGiant .pro-style .pro-style-containt.repertory-active .gouimg {
	display: block;
}

.ModuleProductDetailGiant .pro-row .pro-name {
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	white-space: pre-wrap;
}

.ModuleProductDetailGiant .position {
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: #fff;
	z-index: 12;
}

.ModuleProductDetailGiant .swiper-button-next.swiper-button-white,
.ModuleProductDetailGiant .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(../images/arrow.png);
	background-size: cover;
}

.ModuleProductDetailGiant .swiper-button-prev.swiper-button-white,
.ModuleProductDetailGiant .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url(../images/back.png);
	background-size: cover;
}

.ModuleProductDetailGiant .mobile-introduce {
	position: absolute;
	bottom: -16px;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	padding: 0 10px;
	z-index: 13;
}

.ModuleProductDetailGiant .swiper-pagination-fraction {
	color: #fff;
	line-height: 50px;
	top: 0;
}

.ModuleProductDetailGiant .bigpictop {
	min-height: 50px;
}

.ModuleProductDetailGiant .back-btn {
	position: absolute;
	left: 10px;
	width: 10px;
	top: 17px;
	z-index: 11;
}

.ModuleProductDetailGiant .fot16 {
	font-size: 16px
}

.ModuleProductDetailGiant .swiper-pagination-bullet-active {
	background: #333;
}

.ModuleProductDetailGiant .fot12 {
	font-size: 12px
}

.ModuleProductDetailGiant .pd-b14 {
	padding-bottom: 14px
}

.ModuleProductDetailGiant .pd-l16 {
	padding-left: 14px
}

.ModuleProductDetailGiant .pd-b6 {
	padding-bottom: 6px
}

.ModuleProductDetailGiant .pd-b9 {
	padding-bottom: 9px
}

.ModuleProductDetailGiant .pd-b7 {
	padding-bottom: 7px
}

.ModuleProductDetailGiant .col333 {
	color: #333
}

.ModuleProductDetailGiant .pd-t20 {
	padding-top: 20px
}

.ModuleProductDetailGiant .pd-t7 {
	padding-top: 7px
}

.ModuleProductDetailGiant .pd-b12 {
	padding-bottom: 12px
}

.ModuleProductDetailGiant .pd-b28 {
	padding-bottom: 22px
}

.ModuleProductDetailGiant .pd-b7 {
	padding-bottom: 7px;
}

.ModuleProductDetailGiant .pd-b18 {
	padding-bottom: 22px
}

.ModuleProductDetailGiant .introduceTop {
	border-bottom: 1px solid #eee
}

.ModuleProductDetailGiant .introduceBottom {
	padding-top: 20px;
}

.ModuleProductDetailGiant .pd-b16 {
	padding-bottom: 16px
}

.ModuleProductDetailGiant .pd-b20 {
	padding-bottom: 20px;
}

.ModuleProductDetailGiant .pd-b12 {
	padding-bottom: 12px;
}

.ModuleProductDetailGiant .pd-b10 {
	padding-bottom: 10px;
}

.ModuleProductDetailGiant .pd-b4 {
	padding-bottom: 4px;
}

.ModuleProductDetailGiant .pd-t20 {
	padding-top: 20px;
}

.ModuleProductDetailGiant .pd-t40 {
	padding-top: 40px;
}

.ModuleProductDetailGiant .pro-price {
	font-size: 30px;
	color: #000;
}

.ModuleProductDetailGiant .pro-btn {
	width: 80px;
	height: 30px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #666;
	color: #333;
	margin-right: 10px;
	line-height: 28px;
}

.ModuleProductDetailGiant .pro-btn.active {
	background: #666;
	color: #fff;
}

.ModuleProductDetailGiant .particulars .particularsNavBox {
	border-bottom: 1px solid #dbdbdb;
}

.ModuleProductDetailGiant .particulars {
	background: #fff;
}

.ModuleProductDetailGiant .modulePro-top-nav .nav-list-top li {
	cursor: pointer;
}

.bd_weixin_popup {
	z-index: 100001 !important;
	height: 315px !important
}

.ModuleProductDetailGiant .mobile-parameter-choose,
.ModuleProductDetailGiant .mobile-specification-choose {
	cursor: pointer;
}

.ModuleProductDetailGiant .particularsNav {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 40px;
	border-bottom: 4px solid #000;
	position: relative;
	top: 1px;
}

.ModuleProductDetailGiant .particularsNav.layout1 {
	width: 70px;
}

.ModuleProductDetailGiant .mobile-specification {
	display: none;
	line-height: 44px;
	color: #333;
	font-size: 14px;
	padding-left: 10px;
	background: #fff;
	margin-bottom: 8px;
}

.ModuleProductDetailGiant .mobile-right-pic {
	float: right;
	width: 45px
}

.ModuleProductDetailGiant .pro-mobile-title {
	padding-right: 18px;
}

.ModuleProductDetailGiant .mobile-dialog-content-top .mobile-price {
	color: red;
	font-size: 22px;
	font-weight: bold;
	line-height: 1
}

.ModuleProductDetailGiant .mobile-dialog-content-top .mobile-price em {
	font-size: 14px;
	font-weight: normal;
}

.ModuleProductDetailGiant .mobile-dialog-content-top .mobile-price strong {
	font-weight: normal;
}

.ModuleProductDetailGiant .close-dialog {
	text-align: right;
	position: absolute;
	width: 30px;
	top: 0;
	right: 0;
}

.ModuleProductDetailGiant .close-dialog img {
	width: 30px;
	display: block;
	cursor: pointer;
}

.ModuleProductDetailGiant .mobile-dialog-content-top {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px
}

.ModuleProductDetailGiant .mobile-dialog-priceAndRepertory {
	margin-left: 150px;
	padding-top: 30px;
}

.ModuleProductDetailGiant .mobile-dialog-content-top .mobile-Repertory,
.ModuleProductDetailGiant .mobile-dialog-content-top .mobile-Repertory2 {
	font-size: 14px;
	color: #999;
	line-height: 40px
}

.ModuleProductDetailGiant .mobile-footer {
	display: none;
	background: #fff;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 25;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	transition: all .3s ease-out;
}

.ModuleProductDetailGiant .mobile-footer .mobile-joincarAndBuynow-left img {
	width: 50px;
	padding: 5px;
}

.ModuleProductDetailGiant .mobile-footer .mobile-joincarAndBuynow-right {
	margin: 5px 10px 5px 110px;
}

.ModuleProductDetailGiant .mobile-footer .mobile-joincarAndBuynow-right button {
	width: 48%;
	line-height: 38px;
	/* border:1px solid red; */
	background: #fff;
	margin-left: 2%;
	color: red;
	font-size: 16px;
}

.ModuleProductDetailGiant .mobile-footer .mobile-joincarAndBuynow-right .mobile-joinCar {
	margin-left: 0;
	margin-right: 2%;
}

.ModuleProductDetailGiant .mobile-footer .mobile-joincarAndBuynow-right button.active {
	background: red;
	color: #fff;
}

.ModuleProductDetailGiant .EvaluateX_nav_top {
	padding: 0 10px;
	background: #fff;
	margin: 5px 0;
}

.ModuleProductDetailGiant .EvaluateX_nav_top dl {
	padding: 10px 0;
	border-bottom: 1px solid rgba(242, 242, 242, 0.5)
}

.ModuleProductDetailGiant .EvaluateX_nav_top dt {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.ModuleProductDetailGiant .EvaluateX_nav_top dd {
	padding-left: 35px;
	line-height: 1;
}

.ModuleProductDetailGiant .EvaluateX_nav_top dd p {
	padding-bottom: 2px;
}

.ModuleProductDetailGiant .EvaluateX_nav_top dd p,
.EvaluateX_nav_bot {
	font-size: 12px;
	color: #333;
	padding-bottom: 2px;
}

.ModuleProductDetailGiant .pengfen2 img {
	width: 12px;
	padding-top: 2px;
	margin-right: 0;
}

.ModuleProductDetailGiant .EvaluateX_nav_top dd .in_dd {
	line-height: 30px;
	text-align: right;
	color: #666
}

.ModuleProductDetailGiant .EvaluateX_nav_bot {
	line-height: 15px;
	padding: 10px 0;
}

.ModuleProductDetailGiant .product_pic_box li {
	list-style: none;
	float: left;
	margin-left: 10px;
	position: relative;
}

.ModuleProductDetailGiant .product_pic_box li .inproduct_pic {
	border: 1px solid #dfdfdf;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.ModuleProductDetailGiant .product_pic_box li img {
	width: 100%;
}

.ModuleProductDetailGiant .product_pic_box .sanjiao {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid red;
	left: 50%;
	margin-left: -4px;
	bottom: -5px;
	display: none;
}

.ModuleProductDetailGiant .product_pic_box li.active .sanjiao {
	display: block;
}

.ModuleProductDetailGiant .ImgCenter {
	max-height: 100%;
	max-width: 100%;
}

.ModuleProductDetailGiant .ImgCenterbox {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ModuleProductDetailGiant .ImgCenterboxwb {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ModuleProductDetailGiant .product_pic_box li.active .inproduct_pic {
	border: 2px solid #e60012;
}

.ModuleProductDetailGiant .big_picbox {
	position: relative;
	margin: 16px 0;
	padding-bottom: 20px;
}

.ModuleProductDetailGiant .inbig_picbox {
	height: 420px;
	width: 420px;
	background: #fff;
	padding: 4px;
	border: 1px solid #bfbfbf;
	top: 0;
	left: 10px;
	margin-left: 10px;
	background-clip: content-box;
	padding: 4px;
}

.ModuleProductDetailGiant .mobile-harebin {
	padding: 13px 10px;
	background: #fff;
	margin-bottom: 8px;
}

.ModuleProductDetailGiant .evaluate-pro-name {
	font-size: 12px;
	color: #666;
	padding-top: 12px;
	line-height: 1;
	padding: 12px 10px 12px;
}

.ModuleProductDetailGiant .manager-reply {
	font-size: 14px;
	color: #ff5600;
	line-height: 20px;
	padding: 0px 10px 14px;
}

.ModuleProductDetailGiant .evaluate-container {
	border-bottom: 1px solid #ddd;
}

.ModuleProductDetailGiant .mobile-harebin-top-right {
	margin-left: 60px;
}

.ModuleProductDetailGiant .shop-namewb {
	padding-bottom: 6px;
}

.ModuleProductDetailGiant .mobile-harebin-top-right .shop-name {
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
}

.ModuleProductDetailGiant .mobile-footer.mobile-joincarAndBuynow .mobile-joincarAndBuynow-left span .subn {
	position: absolute;
	width: 16px;
	height: 16px;
	background: red;
	line-height: 8px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleProductDetailGiant .mobile-harebin-top-right .inShop {
	float: right;
	font-size: 12px;
	color: #fff;
	background: red;
	padding: 5px 10px;
	line-height: 18px;
	border-radius: 3px;
	text-decoration: none
}

.ModuleProductDetailGiant .mobile-harebin-top-right .inShop img {
	position: relative;
	padding-right: 5px;
	width: 16px;
	top: -2px;
}

.ModuleProductDetailGiant .harebin-dj {
	font-size: 12px;
	color: #999;
	display: inline-block;
	width: 62px;
	line-height: 18px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 9px;
	text-align: center;
	padding: 2px 5px;
}

.ModuleProductDetailGiant .mobile-harebin-bottom {
	line-height: 1;
	font-size: 12px;
	color: #999;
	padding: 10px 0px 13px 60px;
}

.ModuleProductDetailGiant .ifNoPro {
	background: #fff;
}

.ModuleProductDetailGiant .ifNoPro p {
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #333
}

.ModuleProductDetailGiant .mobile-pro-details {
	display: none;
}

.ModuleProductDetailGiant .gallery-thumbs-box {
	width: 260px;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-top: 25px;
}

.ModuleProductDetailGiant .gallery-thumbs-box .pro-thumbnail-direction {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 50px;
	margin-top: -25px;
	cursor: pointer;
}

.ModuleProductDetailGiant .gallery-thumbs-box .pro-thumbnail-prev {
	left: auto;
	right: -50px;
}

/*.ModuleProductDetailGiant .ifNoPro img{
    position: absolute;
    top: 50%;
    margin-top: -207px;
    left: 50%;
    margin-left: -217px;
}*/
.ModuleProductDetailGiant .ifNoPro .inifNoPro {
	text-align: center;
}

.ModuleProductDetailGiant .ModuleProduteDetailMain {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.ModuleProductDetailGiant .lineh15 {
	line-height: 1.5 !important
}

.ModuleProductDetailGiant .swiperBox {
	background: #fff
}

.ModuleProductDetailGiant .pc-share-list {
	border: 1px solid #bdbdbd;
	padding: 3px 12px;
	font-size: 14px;
	width: 242px;
}

.ModuleProductDetailGiant .no_comment_text {
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	margin-top: 100px
}

.ModuleProductDetailGiant .no_comment_pic {
	display: none;
	margin: 0 auto;
}

.ModuleProductDetailGiant .join-success {
	position: fixed;
	line-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	background: rgba(0, 0, 0, .8);
	left: 50%;
	top: 200px;
	color: #fff;
	border-radius: 5px;
	margin-left: -60px;
}

.ModuleProductDetailGiant .swiper-pagination {
	display: none;
}

.ModuleProductDetailGiant .downloadonc {
	font-size: 12px;
	text-decoration: none;
}

.ModuleProductDetailGiant .downloadonc:hover {
	text-decoration: underline;
}

.ModuleProductDetailGiant .ImgCenterbox {
	height: 100%;
	width: 100%;
}

.ModuleProductDetailGiant .harebin-pic-box {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {

	.ModuleProductDetailGiant .mobile-specification,
	.ModuleProductDetailGiant .swiper-pagination,
	.ModuleProductDetailGiant .mobile-pro-details,
	.ModuleProductDetailGiant .mobile-pro-pic-dialog,
	.ModuleProductDetailGiant .mobile-dialog-content-top,
	.ModuleProductDetailGiant .mobile-footer,
	.ModuleProductDetailGiant .mobile-harebin {
		display: block;

	}

	.ModuleProductDetailGiant.layout-102 .buy-btn .repertory,
	.ModuleProductDetailGiant .mobile-dialog-container,
	.ModuleProductDetailGiant .gallery-thumbs-box {
		display: none
	}

	.ModuleProductDetailGiant .mobile-dialog-bottom {
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		/* Firefox */
		-webkit-box-sizing: content-box;
		/* Safari */
		overflow: auto;
	}

	.ModuleProductDetailGiant .no_comment_pic {
		width: 500px;
		display: block;
		margin: 0 auto;
	}

	.ModuleProductDetailGiant .no_comment_text {
		margin-top: 0
	}

	.ModuleProductDetailGiant .ifNoPro img {
		/*position: absolute;

		top:24%;
		margin:0;
		left:0;*/
		width: 100%;
	}

	.ModuleProductDetailGiant .mobile-dialog-maskLayer {
		position: absolute;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, .7);
		z-index: 1;
		display: none;
	}

	.ModuleProductDetailGiant .introduceTop {
		padding-top: 15px;
	}

	.ModuleProductDetailGiant .mobile-specification-dialog {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 26;
	}

	.ModuleProductDetailGiant .product_pic_box li .inproduct_pic {
		width: 100%;
	}

	.ModuleProductDetailGiant .mobile-dialog-content {
		position: absolute;
		height: 70%;
		overflow: hidden;
		bottom: 0;
		left: 0;
		width: 100%;
		padding-top: 30%;
		z-index: 2;
		min-height: 50%;
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		/* Firefox */
		-webkit-box-sizing: content-box;
		/* Safari */
	}

	.ModuleProductDetailGiant .inmobile-dialog-content {
		background: #fff;
		padding-bottom: 50px;
		position: relative;
	}

	.ModuleProductDetailGiant.layout-102 .introduceBottom {
		padding: 0 10px;
	}

	.ModuleProductDetailGiant .inmobile-dialog-content .introduceBottom .pro-row .price-title {
		display: block;
		float: none;
	}

	.ModuleProductDetailGiant .product_pic_box li {
		width: 20%;
		padding-right: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
		margin: 0;
	}
}

@media only screen and (max-width: 425px) {
	.ModuleProductDetailGiant .no_comment_pic {
		width: 100%;
	}
}

/*搜索结果 没有数据样式 start*/
.no-data-container {
	padding: 100px 20px 100px 20px;
	text-align: center;
}

.no-data-container .no-data-img img {
	width: 50px;
}

.no-data-container .no-data-msg {
	margin-top: 20px;
	font-size: 16px;
}

/*end*/

/* 新增锚文本超链接样式 */
.anchor-link {
	font-size: inherit;
	color: inherit;
}

/* 引导页 按钮悬停样式 */
#tooltipInner .hold {
	border-radius: 10px;
	transition: all ease .3s;
}

#tooltipInner .hold.active {
	background-image: url('/scripts/jquery.pagewalkthrough/css/images/front-s1/kuang_bg.png');
	opacity: 1 !important;
	background-size: cover;
	z-index: -1 !important;
}

#tooltipInner .kuang_prev {
	transition: all ease .3s;
}

#tooltipInner .kuang_prev.active {
	background-image: url(/scripts/jquery.pagewalkthrough/css/images/front-s1/kuang_prev.png);
	opacity: 1 !important;
	background-size: cover;
	z-index: 1 !important;
	background-repeat: no-repeat;
}

/*苹果X*/
@media only screen and (max-width: 376px) and (min-height:723px) {
	.footer.iconAndText {
		height: 4.125rem
	}
}

[moduletype=ModuleImageTextGiant] .BodyCenter,
.ModuleImageTextGiant .BodyCenter {
	transform: translateZ(0px);
}

/* 口令营销 S */
#passwordModalBox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 4999;
}

#passwordModalBox .passwordContainer {
	width: 250px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#passwordModalBox .passwordHead {
	width: 100%;
	height: 86px;
	display: flex;
	align-items: center;
	background-image: url(/images/passwordBg.jpg);
	background-size: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
}

#passwordModalBox .passwordClose {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 14px;
	right: 18px;
	background: url(/images/dialogclose.png) no-repeat;
	background-size: 100%;
}

#passwordModalBox .passwordContent {
	padding: 16px 24px;
	font-size: 14px;
	line-height: 24px;
}

#passwordModalBox .passwordContent span {
	color: #2497E8;
}

#passwordModalBox .passwordBtn {
	width: 160px;
	height: 30px;
	background: #2497E8;
	margin-left: 45px;
	font-size: 12px;
	color: #fff;
	border-radius: 14px;
}

/* 口令营销 E */

/* 企业名片 S */
#enterpriseCardBox {
	display: none;
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, .6);
}

#enterpriseCardBox.enterpriseCardBoxShow {
	width: 100%;
	height: 100%;
}

#enterpriseCardBox .enterpriseCardContainer {
	height: 55px;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	line-height: 55px;
	padding: 0 10px 0 15px;
	background: rgba(255, 255, 255, 1);
	border-radius: 0px 28px 28px 0px;
	border: 1px solid #e7e7e7;
	border-left-width: 0px;
}

#enterpriseCardBox.enterpriseCardBoxLeft .enterpriseCardContainer {
	left: 0 !important;
}

#enterpriseCardBox.enterpriseCardBoxRight .enterpriseCardContainer {
	left: unset !important;
	right: 0;
	padding: 0 15px 0 10px;
	border-radius: 28px 0px 0px 28px;
}

#enterpriseCardBox .enterpriseCardContainer.onDrag {
	width: 55px;
	padding: 8.5px 6.5px 6.5px 6.5px;
	border-radius: 100%;
	border-left-width: 1px;
	line-height: 1;
}

#enterpriseCardBox .enterpriseCardContainer a {
	width: 0;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0.1s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#enterpriseCardBox.enterpriseCardBoxShow .enterpriseCardContainer a {
	width: auto;
	margin-right: 14px;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#enterpriseCardBox .enterpriseCardContainer.onDrag a {
	width: 0;
	margin-right: 0;
}

#enterpriseCardBox.enterpriseCardBoxRight .enterpriseCardContainer a {
	float: right;
	margin-right: 0 !important;
}

#enterpriseCardBox.enterpriseCardBoxShow.enterpriseCardBoxRight .enterpriseCardContainer a {
	margin-left: 14px;
}

#enterpriseCardBox .enterpriseCardContainer div {
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 100%;
}

#enterpriseCardBox .enterpriseCardContainer div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
	margin-top: -2px;
}

/* 企业名片 E */

/* 开屏广告 S */
#openScreenAdvertBox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5006;
	background: #fff;
	overflow: hidden;
	display: none;
}

#openScreenAdvertBox .templateCommon {
	width: 100%;
	height: 100%;
	position: relative;
}

#openScreenAdvertBox .templateSkipBtn {
	width: 70px;
	height: 32px;
	position: absolute;
	right: 12px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	border-radius: 16px;
	z-index: 10;
}

#openScreenAdvertBox .templateContent {
	width: 100%;
	height: calc(100% - 126px);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	background: #fff;
	overflow: hidden;
}

#openScreenAdvertBox .templateBanner {
	width: 100%;
	height: 100%;
	max-width: 100vw;
	object-fit: cover;
}

#openScreenAdvertBox .templateLogo {
	width: 100%;
	height: 126px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

#openScreenAdvertBox .templateLogo img {
	max-width: 100%;
	max-height: 100%;
}

#openScreenAdvertBox .template-1 .templateSkipBtn,
#openScreenAdvertBox .template-1 .templateContent,
#openScreenAdvertBox .template-2 .templateLogo {
	display: none;
}

#openScreenAdvertBox .template-1 .templateLogo {
	height: 100%;
	padding: 0;
	-webkit-animation: fadeIn 2s linear;
	animation: fadeIn 2s linear;
}

#openScreenAdvertBox .template-1 .templateLogo img {
	-webkit-animation: fadeInUp 1s linear;
	animation: fadeInUp 1s linear;
}

#openScreenAdvertBox .template-2 .templateContent {
	height: 100%;
}

#openScreenAdvertBox .template-4 .templateContent {
	background-color: #fff;
	content: '';
	width: 160%;
	margin-left: -30%;
	border-radius: 0 0 50% 50%;
}

.datatagcontent {
	display: inline;
}

.datatagcontent>p:first-child {
	display: inline;
}

.ModuleProductDetailGiant em,
.ModuleNewsDetailGiant em {
	font-style: italic;
}

@media (min-width: 768px) {
	#openScreenAdvertBox {
		display: none;
	}
}

/* 开屏广告 E */

@media (max-width: 767px) {

	.ModuleProductDetailGiant video,
	.ModuleNewsDetailGiant video {
		height: auto !important;
		width: 100% !important;
	}

	.ModuleCustomFormGiant .ImgMore .customform-upload-img-preview {
		margin-bottom: 10px;
	}

	.ModuleCustomFormGiant .ImgMore .Browse-img {
		margin-bottom: 10px;
	}

	.ModuleCustomFormGiant .mobile-formList-top input[type="text"] {
		padding-right: 20px !important;
		text-overflow: ellipsis;
	}

	.ModuleCustomFormGiant input[type=checkbox]:checked::before {
		/* top: -2px; */
	}

	.ModuleCustomFormGiant .in-formList-checkbox label {
		margin-right: 0;
	}
}

.ModuleCustomFormGiant .flex-wrap {
	flex-wrap: wrap;
}

.ModuleSearchButton:focus {
	outline: none !important;
}

.ModuleSearchButton:active {
	box-shadow: none;
}

.WeixinPupop {
	text-align: center;
	position: fixed;
	z-index: 99999;
	display: none;
}

.wxPupopMask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}

.pcwxinfo,
.mobilewxinfo {
	display: none;
}

.pcwxinfo .wxnumber {
	width: 240px;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
}

.pcwxinfo .wxtext {
	text-align: center;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.wxqrcode img {
	width: 100%;
	height: 100%;
}

.wxqrcode {
	border: 2px solid #e3e9ee;
	border-radius: 8px;
	padding: 15px;
	width: 210px;
	height: 210px;
	margin: 0 auto;
}

.wxInfoBox {
	position: fixed;
	top: 40%;
	left: 50%;
	border-radius: 10px;
	width: 280px;
	/* height: 297px; */
	overflow-y: auto;
	background: #ffffff;
	transform: translate(-50%, -50%);
	padding: 36px 0;
}

.wxInfoBoxpc {
	width: 560px;
	background: #ffffff;
	border-radius: 12px;
}

.wxinfo {
	margin-bottom: 24px;
	padding: 0 30px;
}

.wxsuccesstips {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px
}

.wxsuccessimg {
	width: 46px;
	height: 46px;
}

.wxnumber {
	color: #666666;
	font-size: 14px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wxtext {
	color: #666666;
	font-size: 14px;
	word-break: break-all;
}

.wxpupopclose {
	position: fixed;
	right: 16px;
	top: 10px;
	color: #BABABA;
	cursor: pointer;
}

.wxtips {
	display: none;
	color: #999;
	font-size: 14px;
	margin-top: 14px;
}

.pcwxinfo {
	margin-bottom: 0;
}

.wxpupopbtn {
	display: block;
	width: 144px;
	height: 48px;
	background: #3fcb40;
	border-radius: 28px;
	color: #fff !important;
	text-align: center;
	line-height: 48px;
	margin: 0 auto;
}

.diywx {
	display: none;
}

/*视频背景*/
.CommonBgVideo {
	display: flex;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.CommonBgVideo .bgVideoMask {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0, 0, 0);
}

.CommonBgVideo .bgVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.ModuleImageGiant .CommonBgVideo {
	z-index: -1;
}

.ModuleSlideV2Giant div[animate],
.ModuleSlideGiant div[animate] {
	visibility: hidden;
}

/*start 主动会话*/
.ModuleOnLineServiceGiant .popuptips1 {
	display: flex;
}

.ModuleOnLineServiceGiant .popuptips1,
.ModuleOnLineServiceGiant .popuptips2 {
	width: 450px;
	height: 189px;
	opacity: 1;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 24px 0px rgba(75, 76, 79, 0.10);
	padding: 28px 40px 24px 28px;
	text-align: left;
}

.ModuleOnLineServiceGiant .popuptips2 {
	height: 218px;
	padding: 0;
	border-radius: 0;
}

.ModuleOnLineServiceGiant .popuptips2 .icon-advisory {
	position: absolute;
	right: 13px;
	top: 95px;
	color: #fff;
}

.ModuleOnLineServiceGiant .popuptips1-head,
.ModuleOnLineServiceGiant .popuptips2-head {
	width: 72px;
	height: 72px;
	margin-right: 24px;
}

.ModuleOnLineServiceGiant .popuptips1-head img,
.ModuleOnLineServiceGiant .popuptips2-head img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant .popuptips2-head img {
	border: 2px solid #ffffff;
}

.ModuleOnLineServiceGiant .popuptips1box {
	width: calc(100% - 96px);
}

.ModuleOnLineServiceGiant .popuptips1-btnbox {
	display: flex;
	position: absolute;
	bottom: 24px;
}

.ModuleOnLineServiceGiant .popuptips2-btnbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95px;
}

.ModuleOnLineServiceGiant .popuptips-btn {
	width: 140px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	/* text-overflow:ellipsis; */
	padding: 0 12px;
	transition: all 0.4s;
}

.ModuleOnLineServiceGiant .popuptips2-btnbox .popuptips-btn {
	width: 190px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}

.ModuleOnLineServiceGiant .popuptips-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.ModuleOnLineServiceGiant .popuptips-btn.active a {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	text-decoration: none;
}

.ModuleOnLineServiceGiant .popuptips2-btnbox .popuptips-btn.btnclose {
	line-height: 42px;
}

.ModuleOnLineServiceGiant .popuptips1-btnbox .popuptips-btn.btnclose {
	line-height: 39px;
	border: 1px solid #62adff;
	font-size: 14px;
}

.ModuleOnLineServiceGiant .popuptips-btn.btnclose {
	border: 2px solid #62adff;
	background: #ffffff;
	color: #62adff;
}

.ModuleOnLineServiceGiant .popuptips1-btnbox .popuptips-btn.active {
	line-height: 40px;
}

.ModuleOnLineServiceGiant .popuptips-btn.active {
	background: #62adff;
	color: #62adff;
	margin-left: 10px;
	border: none;
}

.ModuleOnLineServiceGiant .popuptips-btn.active a {
	color: #fff;
}

.ModuleOnLineServiceGiant .popuptips1-title,
.ModuleOnLineServiceGiant .popuptips2-title {
	color: #333333;
	font-size: 18px;
	line-height: 2;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ModuleOnLineServiceGiant .popuptips2-title {
	color: #fff;
}

.ModuleOnLineServiceGiant .popuptips1-content,
.ModuleOnLineServiceGiant .popuptips2-content {
	color: #787878;
	font-size: 16px;
	line-height: 1.5;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
}

.ModuleOnLineServiceGiant .popuptipstc {
	width: calc(100% - 96px);
}

.ModuleOnLineServiceGiant .popuptips2-content {
	color: #fff;
}

.ModuleOnLineServiceGiant .popuptips-close .icon-guanbi3 {
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color: #d0d0d0;
	position: absolute;
	top: 12px;
	right: 18px;
	cursor: pointer;
}

.ModuleOnLineServiceGiant .popuptips2-close .icon-guanbi3 {
	background-color: #fff;
}

.ModuleOnLineServiceGiant .popuptips-close .icon-guanbi3:before {
	content: '';
}

.ModuleOnLineServiceGiant .popuptips-close .topline {
	/* visibility: hidden; */
	transform: rotate(45deg);
}

.ModuleOnLineServiceGiant .popuptips-close .bottomline {
	/* visibility: hidden; */
	transform: rotate(-45deg);
}

.ModuleOnLineServiceGiant .popuptips-close:hover .topline {
	animation: 0.5s topline forwards
}

.ModuleOnLineServiceGiant .popuptips-close:hover .bottomline {
	animation: 0.5s bottomline forwards
}

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

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

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

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

.ModuleOnLineServiceGiant .popuptips2box {
	height: 126px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 30px;
}

.ModuleOnLineServiceGiant .popuptips1-btnbox .popuptips-btn.btnclose {
	border-color: #ccc;
	color: #777;
}

.ModuleOnLineServiceGiant.layout-color-red .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #ff7c7a;
	color: #ff7c7a
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #ff6e9f;
	color: #ff6e9f
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #ff9e6e;
	color: #ff9e6e
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #eae8e1;
	color: #9a9892
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #dbdedc;
	color: #969696
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #e6e6e6;
	color: #ababab
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #73bdff;
	color: #73bdff
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #e16ee8;
	color: #e16ee8
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #e4e4e4;
	color: #6d6d6d
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips2-btnbox .popuptips-btn.btnclose {
	border-color: #e4e4e4;
	color: #6d6d6d
}

.ModuleOnLineServiceGiant.layout-color-red .popuptips-btn.btnclose:hover {
	border-color: #E50B1C;
	color: #E50B1C
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips-btn.btnclose:hover {
	border-color: #EC3774;
	color: #EC3774
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips-btn.btnclose:hover {
	border-color: #F65E12;
	color: #F65E12
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips-btn.btnclose:hover {
	border-color: #FFC905;
	color: #FFC905
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips-btn.btnclose:hover {
	border-color: #4CAF50;
	color: #4CAF50
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips-btn.btnclose:hover {
	border-color: #139D8F;
	color: #139D8F
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips-btn.btnclose:hover {
	border-color: #1976D2;
	color: #1976D2
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips-btn.btnclose:hover {
	border-color: #8B08A2;
	color: #8B08A2
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips-btn.btnclose:hover {
	border-color: #5C2E20;
	color: #5C2E20
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips-btn.btnclose:hover {
	border-color: #333333;
	color: #333333
}


.ModuleOnLineServiceGiant.layout-color-red .popuptips1 .popuptips-btn.active {
	background-color: #F10215;
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips1 .popuptips-btn.active {
	background-color: #ED1F65;
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips1 .popuptips-btn.active {
	background-color: #FD6E27;
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips1 .popuptips-btn.active {
	background-color: #FFD231;
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips1 .popuptips-btn.active a {
	color: #3E3B31
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips1 .popuptips-btn.active {
	background-color: #4CAF50;
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips1 .popuptips-btn.active {
	background-color: #10AA9C;
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips1 .popuptips-btn.active {
	background-color: #1E88E5;
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips1 .popuptips-btn.active {
	background-color: #A41EBB;
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips1 .popuptips-btn.active {
	background-color: #6B3A2B;
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips1 .popuptips-btn.active {
	background-color: #000;
}


.ModuleOnLineServiceGiant.layout-color-red .popuptips1 .popuptips-btn.active:hover {
	background-color: #E50B1C;
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips1 .popuptips-btn.active:hover {
	background-color: #EC3774;
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips1 .popuptips-btn.active:hover {
	background-color: #F65E12;
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips1 .popuptips-btn.active:hover {
	background-color: #FFC905;
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips1 .popuptips-btn.active:hover {
	background-color: #4CAF50;
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips1 .popuptips-btn.active:hover {
	background-color: #139D8F;
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips1 .popuptips-btn.active:hover {
	background-color: #1976D2;
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips1 .popuptips-btn.active:hover {
	background-color: #8B08A2;
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips1 .popuptips-btn.active:hover {
	background-color: #5C2E20;
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips1 .popuptips-btn.active:hover {
	background-color: #333333;
}


.ModuleOnLineServiceGiant.layout-color-red .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg01.jpg)
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg01.jpg)
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg04.jpg)
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg06.jpg)
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg07.jpg)
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg02.jpg)
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg03.jpg)
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg08.jpg)
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg05.jpg)
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips2box {
	background: url(/skinp/modules/ModuleOnLineServiceGiant/images/service_bg05.jpg)
}


.ModuleOnLineServiceGiant.layout-color-red .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270deg, #FF0C1F 12.77%, #FD6E27 91.68%);
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips2 .popuptips-btn.active {
	background: linear-gradient(90deg, #FF558B 5.89%, #ED1F65 93.17%);
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips2 .popuptips-btn.active {
	background: linear-gradient(90deg, #FE7C0C 5.61%, #FD3801 101.28%);
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270.28deg, #FE9A03 5.09%, #FFC805 93.03%);
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270deg, #47AE4D 29.56%, #A2E844 96.19%);
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270deg, #00C4B1 0%, #B1E870 100%);
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270deg, #0062E4 4.8%, #0094FF 91.18%);
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270.17deg, #8B08A2 6.93%, #D635F2 104.59%);
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips2 .popuptips-btn.active {
	background: linear-gradient(270.62deg, #85584A 0.53%, #B98574 103.58%);
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips2 .popuptips-btn.active {
	background: linear-gradient(90deg, #FF912C 5.61%, #FF3636 101.28%);
}



.ModuleOnLineServiceGiant.layout-color-red .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(229, 11, 28, 0.44);
	background: linear-gradient(270deg, #FF0C1F 45.63%, #FD6E27 91.68%);
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(255, 15, 96, 0.4);
	background: linear-gradient(90deg, #FF558B 5.89%, #FF0F60 66.26%);
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(253, 110, 39, 0.4);
	background: linear-gradient(90deg, #FE7C0C 8.84%, #FD3801 40.01%);
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(251, 182, 78, 0.4);
	background: linear-gradient(269.74deg, #FE9A03 52.22%, #FFC805 92.97%);
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(76, 175, 80, 0.4);
	background: linear-gradient(270deg, #47AE4D 50.72%, #A2E844 96.19%);
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(19, 157, 142, 0.4);
	background: linear-gradient(270deg, #00C4B1 37.64%, #B1E870 100%);
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(48, 130, 221, 0.4);
	background: linear-gradient(270deg, #0062E4 61.08%, #0094FF 102.47%);
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips2 .popuptips-btn.active:hover {
	box-shadow: (2px 4px 16px rgba(139, 8, 162, 0.4));
	background: linear-gradient(270deg, #8B08A2 41.59%, #D635F2 104.75%);
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(133, 88, 74, 0.4);
	background: linear-gradient(270deg, #85584A 38.27%, #B98574 104.4%);
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips2 .popuptips-btn.active:hover {
	box-shadow: 2px 4px 16px rgba(254, 80, 56, 0.4);
	background: linear-gradient(90deg, #FF912C 5.61%, #FF3636 49.05%);
}

.ModuleOnLineServiceGiant .popuptips3 {
	width: 300px;
	opacity: 1;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 24px 0px rgba(75, 76, 79, 0.10);
	text-align: center;
	padding-top: 48px;
	overflow: hidden;
}

.ModuleOnLineServiceGiant .popuptips3-head {
	width: 140px;
	height: 140px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ModuleOnLineServiceGiant .popuptips3-head img {
	border-radius: 50%;
	width: 100%;
	border: 2px solid #f4f4f4;
	height: 100%;
}

.ModuleOnLineServiceGiant .popuptips3-title {
	font-size: 24px;
	color: #333;
	line-height: 2;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 24px;
}

.ModuleOnLineServiceGiant .popuptips3-content {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	padding: 0 24px;
	word-break: break-all;
	padding-bottom: 80px;
}

.ModuleOnLineServiceGiant .popuptips3-btnbox {
	height: 64px;
	width: 100%;
	line-height: 64px;
	background: red;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 24px;
	font-size: 18px;
	position: absolute;
	bottom: -1px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.ModuleOnLineServiceGiant .popuptips3-btnbox a {
	color: #fff;
	display: block;
}

.ModuleOnLineServiceGiant.layout-color-red .popuptips3-btnbox {
	background-color: #F10215;
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips3-btnbox {
	background-color: #ED1F65;
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips3-btnbox {
	background-color: #FD6E27;
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips3-btnbox {
	background-color: #FFD231;
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips3-btnbox a {
	color: #3E3B31
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips3-btnbox {
	background-color: #4CAF50;
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips3-btnbox {
	background-color: #10AA9C;
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips3-btnbox {
	background-color: #1E88E5;
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips3-btnbox {
	background-color: #A41EBB;
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips3-btnbox {
	background-color: #6B3A2B;
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips3-btnbox {
	background-color: #000;
}

.ModuleOnLineServiceGiant.layout-color-red .popuptips3-btnbox:hover {
	background-color: #E50B1C;
}

.ModuleOnLineServiceGiant.layout-color-pink .popuptips3-btnbox:hover {
	background-color: #DF2468;
}

.ModuleOnLineServiceGiant.layout-color-orange .popuptips3-btnbox:hover {
	background-color: #F65E12;
}

.ModuleOnLineServiceGiant.layout-color-yellow .popuptips3-btnbox:hover {
	background-color: #FFC905;
}

.ModuleOnLineServiceGiant.layout-color-green .popuptips3-btnbox:hover {
	background-color: #43A047;
}

.ModuleOnLineServiceGiant.layout-color-cyan .popuptips3-btnbox:hover {
	background-color: #139D8F;
}

.ModuleOnLineServiceGiant.layout-color-blue .popuptips3-btnbox:hover {
	background-color: #1976D2;
}

.ModuleOnLineServiceGiant.layout-color-purple .popuptips3-btnbox:hover {
	background-color: #8B08A2;
}

.ModuleOnLineServiceGiant.layout-color-brown .popuptips3-btnbox:hover {
	background-color: #5C2E20;
}

.ModuleOnLineServiceGiant.layout-color-black .popuptips3-btnbox:hover {
	background-color: #333;
}

/*end 主动会话*/


a:focus {
	text-decoration: none !important;
	outline-offset: 0 !important;
	outline: none !important;
}

.ModuleProductListGiant .pro-desc>span {
	display: block;
}

.ui-dialog .ui-dialog-titlebar-close:before {
	content: "\2716";
	position: absolute;
	top: -2px;
	right: 0.3em;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: transparent;
}

.imdialogbox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: none;
	top: 0;
	z-index: 9000;
}

.imdialogmask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}

.imdialoginfo {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 10px;
	padding: 44px 23px;
}

.imdialoginfo .imdialogclose {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#google_translate_element2,
#goog-gt-tt,
.skiptranslate {
	display: none !important;
}

.ModuleLangSwitchGiant a {
	cursor: pointer;
}

.uetable-mobile-responsive-2 .uetable-mobile-row {
	display: flex;
}

@media screen and (max-width:767px) {

	.uetable.uetable-mobile-1,
	.uetable.uetable-mobile-2 {
		display: none;
	}

	.uetable-mobile-responsive {
		display: block;
	}
}

@media screen and (min-width:768px) {

	.uetable-mobile-1,
	.uetable-mobile-2 {
		display: block;
	}

	.uetable-mobile-responsive {
		display: none;
	}
}

/*star 热点模块公共样式*/
.ModuleHotSpotGiant .HotSpotsvgIcon {
	flex-direction: column;
	justify-content: center;
}

.ModuleHotSpotGiant .HotSpotsvgIcon>* {
	width: 16px;
	height: 16px;
}

.ModuleHotSpotGiant .HotSpotIcon {
	font-size: 16px;
}

.ModuleHotSpotGiant .buttonbox {
	display: flex;
	align-items: center;
	border-radius: 50px;
	padding: 12px 16px 12px 20px;
	width: max-content;
	width: -moz-max-content;
	margin-left: 15px;
	position: relative;
	font-size: 14px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.ModuleHotSpotGiant .buttonbox .HotSpotIcon {
	font-size: 14px;
	margin-right: 3px;
}

.ModuleHotSpotGiant .buttonbox .HotSpotIcon {
	font-size: 14px;
	margin-right: 3px;
}

.ModuleHotSpotGiant .buttonbox .HotSpotIcon>* {
	width: 14px;
	height: 14px;
}

.ModuleHotSpotGiant .buttonbox span {
	opacity: 0;
}

.ModuleHotSpotGiant .buttonbox .ButtonText {
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}

.ModuleHotSpotGiant .HotSpotbox.active .buttonbox:before {
	width: 100%;
	transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
	visibility: visible;
}

.ModuleHotSpotGiant .HotSpotbox.active .buttonbox span {
	opacity: 1;
	transition: all .36s .4s;
}

.ModuleHotSpotGiant .buttonbox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: rgba(62, 129, 218, .8);
	border-radius: 50px;
}

.ModuleHotSpotGiant .HotSpotbox .cardbox {
	padding: 20px 30px;
	opacity: 0;
	background: rgba(51, 51, 51, 0.90);
	border-radius: 10px;
	left: 15px;
	color: #fff;
	min-width: 320px;
	font-size: 16px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.ModuleHotSpotGiant .HotSpotbox .cardbox .CardText {
	margin-bottom: 10px;
	display: block;
}

.ModuleHotSpotGiant .HotSpotbox .cardbox .CardDesc {
	display: block;
	margin-bottom: 50px;
}

.ModuleHotSpotGiant .HotSpotbox .cardbox .ButtonText {
	display: flex;
	align-items: center;
	color: #fff;
}

.ModuleHotSpotGiant .HotSpotbox .iconfont {
	line-height: 1.5 !important;
}

.ModuleHotSpotGiant .HotSpotbox .cardbox .icon-jiantou1 {
	margin-left: 8px;
}

.ModuleHotSpotGiant .HotSpotbox.active .cardbox {
	opacity: 0.9;
	transition: opacity 1s ease-in-out 0s;
}

.ModuleHotSpotGiant .popupbox {
	visibility: hidden;
	opacity: 0;
	padding: 20px 25px;
	background: #3e64b4;
	min-width: 400px;
	height: auto;
	position: absolute;
	transition: all .5s ease-in-out;
	font-size: 16px;
	z-index: 9999999;
}

.ModuleHotSpotGiant .HotSpotbox.active .popupbox {
	opacity: 1;
	visibility: visible;
}

.ModuleHotSpotGiant .popupbox .hspopupclose {
	transition: all 0.3s;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
	cursor: pointer;
}

.ModuleHotSpotGiant .popupbox .hspopupclose:hover {
	transform: rotate(180deg);
}

/*end 热点模块公共样式*/
.counter-container {
	width: 100%;
	display: block;
}

.imageTextContainer.mCustomScrollbar .mCSB_scrollTools {
	width: 8px !important;
}

.imageTextContainer.mCustomScrollbar .mCSB_outside+.mCSB_scrollTools {
	right: 0 !important;
}

.imageTextContainer.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(174, 211, 251, 1) !important;
}

.imageTextContainer.mCustomScrollbar .mCSB_draggerRail {
	background-color: #fff !important;
}

.ModuleProductDetailGiant .OutsideLinkList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.ModuleProductDetailGiant .OutsideLinkList a {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

.ModuleProductDetailGiant .OutsideLinkList a:hover {
	color: #6b97ce;
}

.ModuleProductDetailGiant .OutsideLinkList img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.ModuleNewsDetailGiant video {
	max-width: 100%;
}

.ModuleProductListGiant video {
	max-width: 100%;
}

.ModuleLangSwitchV2Giant .mCustomScrollBox {
	outline: 0 !important;
}

.ModuleLangSwitchV2Giant .mCSB_inside>.mCSB_container {
	margin-right: 0 !important;
}

.ModuleLangSwitchV2Giant .mCSB_scrollTools {
	width: 2px !important;
}

.ModuleLangSwitchV2Giant .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(174, 211, 251, 1) !important;
}

.ModuleLangSwitchV2Giant .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff !important;
}

.ModuleLangSwitchV2Giant .LangSvgIcon,
.ModuleLangSwitchV2Giant .PullSvgIcon {
	display: block;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew {
	display: block;
	background-color: #000;
	overflow: hidden;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .navcontent a {
	margin: 0 5pt;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .navcontent {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	width: calc(100% - 60px);
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .navcontent img {
	margin-right: 10px;
}

.ModuleMobileNavGiant.MobileNavNew.layout-109 .mobileNavNew header p {
	width: 100%;
	text-align: center;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .navcontent p {
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .svgdiv {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .svgdiv svg {
	width: 16pt;
	height: 16pt;
	position: relative;
	z-index: -1;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist {
	width: 185px;
	max-height: 50vh;
	height: auto;
	background: #ffffff;
	border: 1px solid #ebebeb;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 80px;
	z-index: 999999;
	border-radius: 5px;
	display: none;
	right: 5pt;
	overflow: hidden;
	overflow-y: auto;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew.left .toplanglist {
	left: 5pt;
	right: 0;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .langitem {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist a.active {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.ModuleMobileNavGiant.MobileNavNew.fixed.animation {
	transform: translateY(-100%);
	visibility: hidden;
}

.ModuleMobileNavGiant.MobileNavNew {
	position: relative;
	z-index: 9999;
}

.ModuleMobileNavGiant.MobileNavNew.fixed {
	position: fixed;
	width: 100%;
	z-index: 9999;
	transition: 0.3s transform ease-in-out;
	transform: translateY(0px);
	visibility: visible;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist a {
	display: flex;
	padding: 0 16px;
	margin: 20px 0 !important;
	align-items: center;
	font-size: 14px;
	color: #666;
	line-height: 1.2;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist img {
	width: 24px !important;
	height: 24px;
	margin-right: 10px;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .jt {
	position: fixed;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .jt::before,
.ModuleMobileNavGiant.MobileNavNew .toplanglist .jt::after {
	content: '';
	border: 8px solid transparent;
	position: absolute;
	background: transparent;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent !important;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #4d90fe;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .mCSB_scrollTools {
	width: 2px !important;
	right: 0 !important;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .jt::before {
	top: -16px;
	border-bottom: 8px solid #ebebeb;
}

.ModuleMobileNavGiant.MobileNavNew .mobileNavNew .toplanglist .jt::after {
	top: -15px;
	border-bottom: 8px solid #fff;
}

.ModuleMobileNavGiant.MobileNavNew .langlist img,
.ModuleMobileNavGiant.MobileNavNew .langbox img {
	width: 24px;
	margin-right: 10px;
}

.ModuleMobileNavGiant.MobileNavNew .view-change .langbox {
	opacity: 1;
}

.ModuleMobileNavGiant.MobileNavNew .langbox {

	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	margin: 0 20px;
	border-radius: 4px;
	opacity: 0;
	transition: 0.5s all;

}

.ModuleMobileNavGiant.MobileNavNew .langlist .langblock {
	overflow: auto;
	padding: 0 30px;
	height: 0;
}

.ModuleMobileNavGiant.MobileNavNew .langlist .backmenu {
	height: 44px;
	line-height: 44px;
	position: fixed;
	background: #2841c8;
	width: calc(100% - 40px);
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	border-radius: 4px;
}

.ModuleMobileNavGiant.MobileNavNew .langbox .curlang {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ModuleMobileNavGiant.MobileNavNew .langlist .tips {
	text-align: center;
	border-bottom: 1px solid #333333;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 60px);
	margin: 0 auto 10px auto;

}

.ModuleMobileNavGiant.MobileNavNew .langlist .mCSB_scrollTools {
	right: 0 !important;
}

.ModuleMobileNavGiant.MobileNavNew .langlist.show {
	transform: translateY(0);
	visibility: visible;
}

.ModuleMobileNavGiant.MobileNavNew .langlist {
	width: 100%;
	background-color: #000;
	visibility: hidden;
	text-align: left;
	height: 100%;
	transform: translateY(100%);
	transition: 0.5s all ease-in-out;
}

.ModuleMobileNavGiant.MobileNavNew .langlist a {
	color: #fff;
	display: flex;
	height: 50px;
	line-height: 50px;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.ModuleMobileNavGiant.MobileNavNew .langlist a .icon-dagou {
	display: none;
}

.ModuleMobileNavGiant.MobileNavNew .langlist a.active .icon-dagou {
	display: block;
}

.ModuleMobileNavGiant.MobileNavNew #accordion {
	visibility: hidden;
}

.ModuleMobileNavGiant.MobileNavNew.view-change #accordion {
	visibility: visible;
}

.ModuleMobileNavGiant.MobileNavNew .titlename {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.ModuleMobileNavGiant.MobileNavNew .subnav {
	height: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

.ModuleMobileNavGiant.MobileNavNew .showlist {
	visibility: visible;
	height: 100%;
	opacity: 1;
}

.vertical {
	display: none;
	width: 142px;
	position: absolute;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0px 18px 10px rgba(0, 0, 0, 0.09);
	margin-top: 15px;
	left: 35%;
	transform: translateX(-100%);
	z-index: 999;
}

.vertical.active {
	display: block;
}

.vertical .social-share .icon-default-WeChat,
.vertical .social-share .type-douban {
	color: #3dbe5b !important;
	border-color: #3dbe5b !important;
}

.vertical .social-share-icon {
	text-align: left;
	padding-left: 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border: none !important;
	border-radius: unset;
}

.vertical .social-share-icon>img {
	width: 20px;
}

.gnshare,
.gwshare {
	text-align: left;
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none;
}

.social-share .social-share-icon {
	text-align: left;
	padding-left: 20px;
	display: block;
	height: 40px;
	line-height: 40px;
	width: auto;
	border: none !important;
	border-radius: unset;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: center;
}

.social-share-icon .tipstxt {
	font-size: 14px;
	color: #999;
	margin-left: 12px;
}

.share-wx-tips {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 10px;
	right: 35px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.share-pc .horizontal {
	display: none;
}

.horizontal {
	border-style: initial;
	border-width: 1px;
	border-color: #000;
}

.share-wx-qrcode-img,
.wechat-qrcode {
	border-radius: 5px;
	top: 0px;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.09);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 270px;
	background: #fff;
	visibility: hidden;
}

#module_446559951 .share-wx-qrcode-img h4 {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #F7F8FA;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 13px;
}

.shareMask {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.6;
	display: none;
}

.share-wx-qrcode-img h4 {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #F7F8FA;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 13px;
}

.share-wx-qrcode-img .help {
	margin-top: 12px;
	margin-bottom: 19px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
}

.share-wx-qrcode-img .help p {
	width: 270px;
	margin: 0 auto;
	color: #999;
	display: block;
	line-height: 20px;
	height: auto;
}

#wx-qrcode>img {
	width: 100%;
	height: 100%;
}

.moreshare {
	transition: all 0.5s;
	visibility: hidden;
	position: fixed;
	bottom: 0;
	opacity: 0;
	z-index: 99999;
	left: 0;
	width: 100%;
	background: #F7F8FA;
}

.m12_insidebg {
	padding: 0 10px;
}

.m11_proDetail .list1 .rt .h5 .keyword {
	display: none;
}

.m12_insidebg .swiper-pagination {
	display: none;
}

.m11_insidebg .m18_inside .content {
	height: calc(100vh - 91px);
	width: 100%;
	display: flex;
	justify-content: left;
}

.m11_insidebg .m18_inside .content .content_left {
	width: 70%;
	height: 100%;
}

.m11_insidebg .m18_inside .content .content_left .content_left_title {
	font-size: 2rem;
	color: rgb(9, 59, 128);
	margin-top: 3rem;
	margin-left: 1.5rem;
}

.m11_insidebg .m18_inside .content .content_left .content_left_content {
	width: 100%;
	margin-top: 14.5vh;
	text-align: center;
	margin-left: 5.8%;
}

.m11_insidebg .m18_inside .content .content_left .content_left_content>img {
	width: 148px;
	height: 148px;
	background: none;
}

.m11_insidebg .m18_inside .content .content_left .content_left_content>div {
	margin-top: 17px;
	font-size: 16px;
}

.m11_insidebg .m18_inside .content .content_right {
	width: 26%;
	height: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.m11_insidebg .m18_inside .content .content_right_content {
	width: 100%;
	padding-top: 8.5714%;
	padding-left: 4.2857%;
	padding-right: calc(4.2857% + 1.7391%);
	padding-bottom: 4.2857%;
}

.m11_insidebg .m18_inside .content .content_right_content .content_right_title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-family: 微软雅黑, Microsoft YaHei;
	min-height: 30px;
	margin-bottom: 14px;
}

.m11_insidebg .m18_inside .content .content_right_content .content_right_content_con>form>ul>li>div {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #595959;
	font-family: 微软雅黑, Microsoft YaHei;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 15px;
	display: flex;
	padding-top: 20px;
}

.m11_insidebg .m19_inside {
	display: flex;
	justify-content: right;
	align-items: self-start;
	height: calc(100vh - 91px);
	position: relative;
}

.m11_insidebg .m19_inside .content {
	width: 40%;
	margin-left: 65.5%;
	margin-top: 23vh;
	position: absolute;
}

@media(max-width: 999px) {
	.proclass_button {
		line-height: 2rem;
	}

	.m11_proDetail .list1 .rt .h3 .keyword {
		display: none;
	}

	.m11_proDetail .list1 .rt .h5 .keyword {
		font-style: normal;
		text-decoration: none;
		font-weight: normal;
		color: #f10215;
		font-size: 12px;
		border: 1px solid #f10215;
		display: inline-block;
		padding: 3px;
		color: red;
		border: 1px solid red;
		position: relative;
		top: -3px;
		border-radius: 4px;
		margin-top: 8px;
		margin-right: 10px;
		cursor: pointer;
		line-height: 1em;
	}

	.m11_proDetail .list1 .rt .h5 .keyword:nth-child(1) {
		margin-left: 10px;
	}

	.m12_insidebg .m11_proDetail .m1_galleryThumbs .swiper-wrapper {
		display: none;
	}

	.m12_insidebg .swiper-pagination {
		display: block;
	}

	.m12_insidebg .swiper-pagination {
		position: absolute;
		text-align: center;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 10;
	}

	.m12_insidebg .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
		background: #333;
		opacity: 1;
		cursor: pointer;
		margin: 0 5px;
	}

	.m11_insidebg .m18_inside .content {
		/* height: calc(100vh - 91px); */
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: left;
	}
}

@media(max-width: 1299px) {
	#submit3 {
		font-size: 0.7rem;
		text-align: center;
		margin-top: 1rem;
		height: 2rem;
		line-height: 2rem;
		width: 100%;
		background-color: rgb(9, 59, 128);
		border-radius: 0;
		color: #fff;
		display: block;
	}

	.m11_insidebg .m18_inside .content .content_right_content .content_right_title {
		height: 1rem;
		line-height: 1rem;
		text-align: center;
		color: #333;
		font-size: 18px;
		font-family: 微软雅黑, Microsoft YaHei;
		max-height: 30px;
		margin-bottom: 14px;
	}

	.m11_insidebg .m19_inside .content {
		width: calc((100% - 34.0434%) / 2);
		margin-left: 0;
		margin-top: 3rem;
		padding-left: 31.9130%;
		padding-right: 2.1304%;
	}

	.m19_inside .content>p:nth-child(3n + 2) {
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
		font-size: 1rem;
		word-wrap: break-word;
		font-weight: bold;
	}

	.m19_inside .content>p:nth-child(3n + 1) {
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
		font-size: 1rem;
		word-wrap: break-word;
		font-weight: normal;
		padding: 0;
		line-height: 1.5em;
	}

	.m19_inside .content>p:nth-child(2),
	.m19_inside .content>p:nth-child(5) {
		line-height: 2;
	}

	.content_top_img {
		width: 1.4rem;
		height: auto;
		margin-right: 0.8rem;
	}

	.content_top_title {
		color: rgb(9, 59, 128);
		box-sizing: border-box;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		text-align: left;
		font-size: 1.2rem;
	}

	.content_right_content input {
		border-radius: 0px;
		display: flex;
		align-items: center;
		border: 1px solid #e5e5e5;
		color: #333;
		font-size: 14px;
		line-height: 2rem;
		background: #fbfbfb;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		max-height: 30px;
	}

	.m11_insidebg .m18_inside .content .content_right_content .content_right_content_con>form>ul>li>div {
		font-style: normal;
		text-decoration: none;
		font-weight: normal;
		color: #595959;
		font-family: 微软雅黑, Microsoft YaHei;
		font-size: 0.7rem;
		line-height: 1.5;
		padding-bottom: 0.75rem;
		display: flex;
		padding-top: 0.75rem;
	}

	.content_right_content input:hover {
		border: 1px solid #fd6e27;
	}
}

@media(max-width: 999px) {
	#submit3 {
		font-size: 0.7rem;
		text-align: center;
		margin-top: 1rem;
		height: 2rem;
		line-height: 2rem;
		width: 100%;
		background-color: rgb(9, 59, 128);
		border-radius: 0;
		color: #fff;
		display: block;
	}

	.m11_insidebg .m18_inside .content .content_right_content .content_right_title {
		height: 1rem;
		line-height: 1rem;
		text-align: center;
		color: #333;
		font-size: 1rem;
		font-family: 微软雅黑, Microsoft YaHei;
		max-height: 30px;
		margin-bottom: 14px;
	}

	.m11_insidebg .m19_inside .content {
		width: calc(100% - 11.5274%);
		margin-left: 0;
		margin-top: 0;
		height: 100%;
		padding-top: 3rem;
		background-color: rgba(255, 255, 255, 0.6);
		padding-left: 5.7637%;
		padding-right: 5.7637%;
	}

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

	.m19_inside .content>p:nth-child(2) {
		margin-top: 1vh;
	}

	.m19_inside .content>p:nth-child(3n + 2) {
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
		font-size: 2vw;
		word-wrap: break-word;
		font-weight: bold;
	}

	.m19_inside .content>p:nth-child(3n + 1) {
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
		font-size: 2vw;
		word-wrap: break-word;
		font-weight: normal;
		padding: 0;
		line-height: 1.5em;
	}

	.m19_inside .content>p:nth-child(2 + 3n) {
		line-height: 2;
		font-weight: bold;
	}

	p {
		font-size: 2vw;
		color: #333;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		outline: none;
	}

	.content_top_img {
		width: 1.4rem;
		height: auto;
		margin-right: 0.8rem;
	}

	.content_top_title {
		color: rgb(9, 59, 128);
		box-sizing: border-box;
		font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
		text-align: left;
		font-size: 2.5vw;
	}

	.content_right_content input {
		border-radius: 0px;
		display: flex;
		align-items: center;
		border: 1px solid #e5e5e5;
		color: #333;
		font-size: 14px;
		line-height: 2rem;
		background: #fbfbfb;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		max-height: 30px;
	}

	.m11_insidebg .m18_inside .content .content_right_content .content_right_content_con>form>ul>li>div {
		font-style: normal;
		text-decoration: none;
		font-weight: normal;
		color: #595959;
		font-family: 微软雅黑, Microsoft YaHei;
		font-size: 0.7rem;
		line-height: 1.5;
		padding-bottom: 0.5rem;
		display: flex;
		padding-top: 0.5rem;
	}

	.m11_insidebg .m18_inside .content .content_right_content {
		width: 100%;
		padding-top: 0;
		padding-left: 4.2857%;
		padding-right: calc(4.2857% + 1.7391%);
		padding-bottom: 0;
	}
}

#MobileFootNav {
	display: none;
}

@media screen and (max-width: 767px) {
	#module_447325781 .BodyCenter.BodyCenter447325781 {
		width: calc(100% - 30px);
	}

	.m11_insidebg .m19_inside {
		justify-content: left;
		height: 100vh;
		width: 100%;
	}

	.m11_insidebg .m19_inside .content {
		width: calc(100% - 11.5274%);
		margin-left: 0;
		margin-top: 0;
		padding-top: 5.4092%;
		padding-left: 5.7637%;
		padding-right: 5.7637%;
		padding-bottom: 5.4092%;
		height: calc(100% - 10.8184%);
	}

	#MobileFootNav {
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
		padding: 0;
		z-index: 1;
	}
}

@media(min-width: 768px) {
	.m11_insidebg .m18_inside {
		height: calc(100vh - 48px);
	}

	.m11_insidebg .m19_inside {
		height: calc(100vh - 48px);
	}
}

.itemText1 {
	color: rgb(127, 127, 127) !important;
}

.m11_inside_content>.content>.inside_picList4 {
	margin-top: 3.1250%;
}

@media (min-width:1000px) and (max-width:1300px) {
	.my_banner .banner_texts {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: left;
		align-items: flex-start;
		zoom: 1;
		padding-top: 18vh;
	}
}

.header .m11_headbg>.wapper5>.m11_head>.rt>button {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	cursor: pointer;
}

.scroll-btn.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.ModuleGridItem {
	min-height: 1px;
}

.ModuleContainer {
	position: relative;
	zoom: 1;
}

.ModuleGridItem {
	padding: 0;
	min-height: 0.1px;
}

.SubContainer {
	max-width: 100%;
	height: 100%;
}

.module_446559946 {
	margin-top: 5.2500%;
	margin-left: 2.7500%;
	margin-right: 0.0000%;
	margin-bottom: 0.0000%;
}

.m14_insidebg .m11_inside>.m11_news1>.m11_news1_lt {
	width: 75%;
}

.m14_insidebg .m11_inside>.m11_news1>.m11_news1_rt {
	width: 25%;
}

.h_search form #search_type2>option:hover,
.h_search form #search_type2>option:checked {
	color: #fd6e27;
	background-color: #fff4ee;
	margin: 0 5px;
	padding: 10px 0;
}

body.scroll-locked {
	overflow: hidden;
}

@media (max-width: 999px) {
	.header .m11_headbg>.wapper5>.m11_head>.rt>button {
		display: none;
	}
}

@media (max-width: 768px) {
	.f_info {
		margin-bottom: 50px;
	}

	.f_info>.f_info_content>div:nth-child(n + 2) {
		display: none;
	}

	.f_info_content {
		padding: 25px 0;
	}
}

@media (max-width: 999px) {
.m16_inside .content .content_right{margin: 0;}
}