html {
	font-size: 62.5%;
	height: 100%
}

body {
	margin: 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

a:hover,
button:hover {
	color: #4646f7;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

input,
textarea {
	border: none;
	background: none;
}

input[type="submit"],
textarea[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"],
textarea[type="checkbox"] {
	cursor: pointer;
}

input[type="radio"],
textarea[type="radio"] {
	cursor: pointer;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.fix {
	zoom: 1; /* IE6/7 hack */
}

.fix:after,
.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

::selection {
	color: #fff;
	background: #4646f7;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.self-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.self-ellipsis-2 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.self-ellipsis-3 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.self-ellipsis-4 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.self-ellipsis-5 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.self-ellipsis-6 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.self-ellipsis-7 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.self-ellipsis-8 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.common-vc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.common-hc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.common-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.nlazy {
	min-width: 20%;
}

::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.email {
	word-break: break-all;
}

.scale-big img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.scale-big:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

[class*="-item"] .item-pic,
[class*="-item"] .item-pics {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-pic a,
[class*="-item"] .item-pics a {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

[class*="-item"] .item-title a {
	display: block;
	overflow: hidden;
	color: #333;
}

[class*="-item"] .item-title a:hover {
	color: #4646f7;
}

[class*="-item"] .item-subt {
	overflow: hidden;
}

[class*="-item"] .item-subt a {
	display: block;
}

[class*="-item"] .item-subt a:hover {
	color: #4646f7 !important;
}

[class*="-item"] .item-desc {
	overflow: hidden;
	color: #666;
}

[class*="-item"] .item-desc a {
	display: block;
	color: #666;
}

[class*="-item"] .item-desc a:hover {
	color: #4646f7;
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}


::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	opacity: 1
}

.f-form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	opacity: 1
}

.f-form :-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	opacity: 1
}

.f-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	opacity: 1
}

.f-form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	opacity: 1
}

.container {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.container {
		width: 1230px;
	}
}

@media (min-width:1460px) {
	.container {
		width: 1430px;
	}
}

.contain {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width:768px) {
	.contain {
		width: 750px;
	}
}

@media (min-width:992px) {
	.contain {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.contain {
		width: 1230px;
	}
}

.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.an-bd3 {
	position: relative;
}

.an-bd3 .item-backdrop {
	content: '';
	background-color: #000;
	background: rgba(14, 60, 171, .01);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 992px) {
	.an-bd3 .item-backdrop {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@media screen and (min-width: 992px) {
	.an-bd3:hover .item-backdrop {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.item-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*  head  */
.head {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
	background: #FFFFFF;
}

.logo {
	display: block;
	float: left;
	width: 200px;
	font-size: 0px;
	letter-spacing: 0;
}

.head-logo {
	display: block;
	float: left;
	height: 80px;
	font-size: 0px;
	text-align: center;
}

.head-logo img {
	display: block;
	max-height: 80px;
	width: 100%;
	max-width: 200px;
	margin: auto;
}

.yvn {
	position: relative;
	min-width: 100px;
	padding: 28px 0;
	margin-left: 60px;
}

.yvzhonga {
	display: block;
	padding-left: 30px;
	padding-right: 10px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	cursor: pointer;
	position: relative;
	z-index: 9
}

a.yvzhonga:hover {
	color: #4646f7;
}

.yvzhonga:before {
	content: "\e72f";
	font-family: iconfont;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 8px;
	line-height: 24px;
}

.yvn i {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%)
}

.yvul {
	min-width: 160px;
	position: absolute;
	top: 101%;
	left: 0px;
	background: #FFFFFF;
	display: none;
	padding: 8px 0;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.yvul a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	position: relative;
	padding-left: 50px;
	text-transform: uppercase;
	color: #333;
}

.yvul a i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.yvul a:hover {
	color: #4646f7;
}

/*  sousuo  */
.sousuo {
	position: relative;
	float: right;
	z-index: 9;
	padding: 28px 0;
	margin-left: 58px;
}

.sou2 {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 24px;
	line-height: 24px;
	font-size: 14px !important;
	text-align: center;
	color: #4646f7;
	cursor: pointer;
	font-weight: bold;
	z-index: 99990;
}

.sousuo form {
	width: 260px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 102%;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	color: #333;
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 210px;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}

.suo {
	width: 50px;
	height: 50px;
	float: right;
	background: none;
	position: relative;
	z-index: 9999999;
	cursor: pointer;
}

.sou1 {
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 0px;
	color: #0C1118;
	font-size: 16px !important;
	cursor: pointer;
	z-index: 99990
}

.sousuof form {
	height: 50px;
}

.ynav .dangqiandao>a {
	color: #4646f7 !important;
}

.ynav {
	float: right;
	padding: 30px 0;
	margin-left: 56px;
	position: relative;
	cursor: pointer;
}

.yvnava {
	position: relative;
	width: 20px;
	height: 20px;
}

.yvnava img {
	width: 100%;
}

.ysp1 {
	display: block;
	width: 20px;
	height: 3px;
	background: #4646f7;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}

.ysp2 {
	display: block;
	width: 20px;
	height: 3px;
	background: #4646f7;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ysp3 {
	display: block;
	width: 20px;
	height: 3px;
	background: #4646f7;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.yyiji {
	position: absolute;
	left: 0;
	top: -9999px;
	width: 180px;
	background: #FFFFFF;
	box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
	padding: 8px 0;
	z-index: 99;
}

.yerji {
	position: absolute;
	left: 102%;
	top: -9999px;
	width: 180px;
	background: #FFFFFF;
	box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
	padding: 8px 0;
	z-index: 99;
}

.yyiji>li {
	position: relative;
	width: 100%;
	word-break: break-word;
	padding: 8px 28px;
}

.yerji>li {
	position: relative;
	width: 100%;
	word-break: break-word;
	padding: 8px 28px;
}

.yyiji li a {
	position: relative;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0px;
	color: #333;
	z-index: 22;
}

.yyiji li a:hover {
	color: #4646f7;
}

.ynav:hover .yyiji {
	top: 101%;
}

.ynav:hover .yyiji>li>a {
	line-height: 30px;
}

.yyiji li:hover .yerji {
	top: 0px;
}

.yyiji li:hover .yerji>li>a {
	line-height: 30px
}

.daoz {
	float: right;
	position: relative;
	max-width: 960px;
}

.daohang {
	position: relative;
	width: 100%;
}

.daohang>li {
	float: left;
	position: relative;
	margin-right: 68px;
	padding: 24px 5px;
	transition: all .5s;
}

.daohang>li:nth-last-of-type(1) {
	margin-right: 0 !important;
}

.daohang>li>a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	line-height: 32px;
}

.daohang>li::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	width: 0px;
	height: 100%;
	background: #4646f7;
	transition: all .5s;
}

.daohang>li:hover>a {
	color: #fff;
}

.daohang>li:hover::before {
	min-width: 100px;
	width: 100%;
}

.dangqiandao>a {
	color: #fff !important;
}

.dangqiandao::before {
	min-width: 100px !important;
	width: 100% !important;
}

.yijiw {
	position: absolute;
	width: 300px;
	top: -99999px;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0px 1px 17px 0px rgba(3, 0, 0, 0.05);
	text-align: left;
	z-index: 9;
	max-height: 80pc;
	overflow: auto;
}

.yiji li {
	position: relative;
	transition: 0.5s;
}

.yiji>li>a>

.yiji>li>a {
	position: relative;
	display: block;
	padding: 8px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0px;
	color: #333;
	padding-left: 38px;
}

.yiji li:hover>a {
	color: #4646f7;
}

.yiji li:hover>a>

.erji {
	padding-left: 38px;
	display: none;
}

.sanji {
	padding-left: 52px;
	display: none;
}

.erji>li>a>

.erji>li>a {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 0px;
	color: #333;
	padding-left: 32px;
}

.sanji>li>a {
	position: relative;
	display: block;
	padding: 2px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 0px;
	color: #333;
}

.daohang>li:hover .yijiw {
	top: 101%;
}

.daohang>li:hover .yiji>li>a {
	line-height: 32px;
}

.yiji>li:hover .erji {
	display: block;
}

.yiji>li:hover .erji>li>a {
	line-height: 28px;
}

.erji>li:hover .sanji {
	display: block;
}

.erji>li:hover .sanji>li>a {
	line-height: 26px;
}

.matn {
	margin-top: auto !important;
}

.xnav {
	display: none
}

.banner {
	padding-top: 80px;
}

/*  banner  */
.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block !important;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	color: #fff;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .slick-arrow:hover {
	background: #4646f7;
	border-color: #4646f7;
}

.banner .slick-prev {
	left: 5.9375%;
}

.banner .slick-next {
	right: 5.9375%;
}

.banner .slick-prev::before {
	content: "\e72c";
	font-family: "iconfont";
	font-size: 20px;
}

.banner .slick-next::before {
	content: "\e72d";
	font-family: "iconfont";
	font-size: 20px;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 6px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.banner .slick-dots li a {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #FFFFFF;
	background: transparent;
	cursor: pointer;
	font-size: 0px;
	text-align: center;
}

.banner .slick-dots li.slick-active a {
	background: #4646f7;
	border-color: #4646f7;
}

.banner.hide {
	display: none;
}

@media screen and (max-width: 1559px) {
	.banner .slick-dots {
		bottom: 36px;
	}

	.banner .slick-dots li {
		margin: 0 6px;
	}

	.banner .slick-dots li a {
		width: 12px;
		height: 12px;
	}

	.banner .slick-arrow {
		width: 42px;
		height: 42px;
		line-height: 40px;
	}

	.banner .slick-prev {
		left: 5.5%;
	}

	.banner .slick-next {
		right: 5.5%;
	}

	.banner .slick-prev::before {
		font-size: 20px;
	}

	.banner .slick-next::before {
		font-size: 20px;
	}
}

@media screen and (max-width: 1259px) {
	.banner .slick-dots {
		bottom: 30px;
	}

	.banner .slick-dots li {
		margin: 0 5px;
	}

	.banner .slick-dots li a {
		width: 11px;
		height: 11px;
	}

	.banner .slick-arrow {
		width: 36px;
		height: 36px;
		line-height: 34px;
	}

	.banner .slick-prev {
		left: 5%;
	}

	.banner .slick-next {
		right: 5%;
	}

	.banner .slick-prev::before {
		font-size: 18px;
	}

	.banner .slick-next::before {
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 24px;
	}

	.banner .slick-dots li {
		margin: 0 4px;
	}

	.banner .slick-dots li a {
		width: 10px;
		height: 10px;
	}

	.banner .slick-dots li.slick-active::before {
		width: 16px;
		height: 16px;
	}

	.banner2 {
		display: none;
	}

	.banner .slick-arrow {
		width: 32px;
		height: 32px;
		line-height: 28px;
	}

	.banner .slick-prev {
		left: 3.5%;
	}

	.banner .slick-next {
		right: 3.5%;
	}

	.banner .slick-prev::before {
		font-size: 16px;
	}

	.banner .slick-next::before {
		font-size: 16px;
	}
}

@media screen and (max-width: 720px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 18px;
	}

	.banner .slick-dots li {
		margin: 0 3px;
	}

	.banner .slick-dots li a {
		width: 8px;
		height: 8px;
	}

	.banner .slick-dots li.slick-active::before {
		width: 14px;
		height: 14px;
	}

	.banner2 {
		display: none;
	}

	.banner .slick-arrow {
		width: 28px;
		height: 28px;
		line-height: 26px;
	}

	.banner .slick-prev {
		left: 2.5%;
	}

	.banner .slick-next {
		right: 2.5%;
	}

	.banner .slick-prev::before {
		font-size: 14px;
	}

	.banner .slick-next::before {
		font-size: 14px;
	}
}

@media screen and (max-width: 420px) {
	.banner .slick-dots {
		display: none !important;
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

@media screen and (max-width:1459px) {
	.logo {
		width: 175px;
	}

	.head-logo {
		height: 70px;
	}

	.head-logo img {
		max-height: 70px;
		max-width: 175px;
	}

	.yvn {
		min-width: 96px;
		padding: 24px 0;
		margin-left: 48px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 10px;
		line-height: 22px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.yvzhonga:before {
		line-height: 22px;
	}

	.yvul {
		min-width: 140px;
		padding: 6px 0;
	}

	.sousuo {
		padding: 24px 0;
		margin-left: 48px;
	}

	.sou2 {
		width: 14px;
		height: 22px;
		line-height: 22px;
		font-size: 14px !important;
	}

	.sousuo form {
		width: 240px;
	}

	.sou {
		width: 200px;
		height: 46px;
		line-height: 28px;
		padding: 9px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.suo {
		width: 40px;
		height: 46px;
	}

	.sou1 {
		width: 28px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
		right: 12px;
		font-size: 16px !important;
	}

	.sousuof form {
		height: 46px;
	}

	.ynav {
		padding: 25px 0;
		margin-left: 44px;
	}

	.yvnava {
		width: 20px;
		height: 20px;
	}

	.ysp1 {
		width: 20px;
		height: 3px;
	}

	.ysp2 {
		width: 20px;
		height: 3px;
	}

	.ysp3 {
		width: 20px;
		height: 3px;
	}

	.yyiji {
		width: 168px;
		padding: 6px 0;
	}

	.yerji {
		width: 168px;
		padding: 6px 0;
	}

	.yyiji>li {
		padding: 6px 24px;
	}

	.yerji>li {
		padding: 6px 24px;
	}

	.yyiji li a {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 28px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 28px
	}

	.daoz {
		max-width: 824px;
	}
    .inner-banner{
    margin-top: 70px;
    }
	.daohang>li {
		margin-right: 56px;
		padding: 20px 4px;
	}

	.daohang>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
	}

	.daohang>li:hover::before {
		min-width: 94px;
	}

	.dangqiandao::before {
		min-width: 94px !important;
	}

	.yijiw {
		width: 560px;
		padding: 14px 40px;
	}

	.yiji>li>a>

	.yiji>li>a {
		padding: 7px 0;
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 36px;
	}

	.erji {
		padding-left: 36px;
	}

	.sanji {
		padding-left: 40px;
	}

	.erji>li>a>

	.erji>li>a {
		padding: 8px 0;
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 30px;
	}

	.sanji>li>a {
		padding: 2px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 30px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 26px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 24px;
	}

	.banner {
		padding-top: 70px;
	}
}

@media screen and (max-width:1259px) {
	.logo {
		width: 150px;
	}

	.head-logo {
		height: 60px;
	}

	.head-logo img {
		max-height: 60px;
		max-width: 150px;
	}

	.yvn {
		min-width: 90px;
		padding: 20px 0;
		margin-left: 32px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 10px;
		line-height: 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.yvzhonga:before {
		line-height: 20px;
	}

	.yvul {
		min-width: 130px;
		padding: 5px 0;
	}

	.sousuo {
		padding: 20px 0;
		margin-left: 30px;
	}

	.sou2 {
		width: 14px;
		height: 20px;
		line-height: 20px;
		font-size: 14px !important;
	}

	.sousuo form {
		width: 220px;
	}

	.sou {
		width: 180px;
		height: 42px;
		line-height: 26px;
		padding: 8px;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.suo {
		width: 40px;
		height: 42px;
	}

	.sou1 {
		width: 28px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
		right: 12px;
		font-size: 16px !important;
	}

	.sousuof form {
		height: 42px;
	}

	.ynav {
		padding: 21px 0;
		margin-left: 28px;
	}

	.yvnava {
		width: 18px;
		height: 18px;
	}

	.ysp1 {
		width: 18px;
		height: 3px;
	}

	.ysp2 {
		width: 18px;
		height: 3px;
	}

	.ysp3 {
		width: 18px;
		height: 3px;
	}

	.yyiji {
		width: 156px;
		padding: 6px 0;
	}

	.yerji {
		width: 156px;
		padding: 6px 0;
	}

	.yyiji>li {
		padding: 4px 18px;
	}

	.yerji>li {
		padding: 4px 18px;
	}

	.yyiji li a {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 26px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 26px
	}

	.daoz {
		max-width: 560px;
	}

	.daohang>li {
		margin-right: 32px;
		padding: 17px 4px;
	}

	.daohang>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.daohang>li:hover::before {
		min-width: 82px;
	}

	.dangqiandao::before {
		min-width: 82px !important;
	}

	.yijiw {
		width: 480px;
		padding: 12px 28px;
	}

	.yiji>li>a>

	.yiji>li>a {
		padding: 6px 0;
		font-size: 15px;
		font-size: 1.5rem;
		padding-left: 32px;
	}

	.erji {
		padding-left: 32px;
	}

	.sanji {
		padding-left: 36px;
	}

	.erji>li>a>

	.erji>li>a {
		padding: 6px 0;
		font-size: 15px;
		font-size: 1.5rem;
		padding-left: 30px;
	}

	.sanji>li>a {
		padding: 2px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 28px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 26px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 24px;
	}

	.banner {
		padding-top: 60px;
	}
}

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

	.carousel,
	.nav,
	.clear3 {
		display: none
	}
}

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


	.logo {
		width: 125px;
	}

	.head-logo {
		height: 50px;
	}

	.head-logo img {
		max-height: 50px;
		max-width: 125px;
	}

	.banner {
		padding-top: 0px !important;
	}

	.yvn {
		min-width: 92px;
		padding: 15px 0;
		margin-left: 8px;
		margin-right: 36px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 12px;
		line-height: 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.yvzhonga:before {
		font-size: 8px;
		line-height: 20px;
	}

	.het {
		padding: 0px;
	}

	.daoz,
	.yijiw,
	.yiji2,
	.htag,
	.hexin,
	.shejiao,
	.sousuo {
		display: none
	}

	.clear3 {
		clear: both;
	}

	.ynav {
		display: none
	}

	.banner {
		margin-top: 0;
	}

	.xnav {
		display: block
	}

	

	.nav span {
		display: block;
		width: 18px;
		height: 3px;
		background: #4646f7;
		position: absolute;
		left: 50%;
		margin-left: -9px;
		top: 50%;
		transition: 0.5s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #000;
		background: rgba(0, 0, 0, 0.8);
		z-index: 9999999;
		transition: 0.5s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

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

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}

	ul.topnav ul li a:hover {}

	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.slick-dots {
		bottom: 10px;
	}

	.slick-dots li button {
		margin: 0 5px;
		width: 6px;
		height: 6px;
	}

	.slick-dots li.slick-active button::before {
		width: 12px;
		border: 3px solid #78B7FE;
		height: 12px;
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 26px;
		line-height: 26px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 5px;
	}
}

.footer {
	position: relative;
	overflow: hidden;
	background: #222;
}

@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 60px;
	}
}

.footer,
.footer a {
	color: #999;
}

.footer .footer-title {
	color: #FFFFFF;
}

.footer a:hover {
	color: #4646f7;
}

.footer .fo-top {
	font-size: 0;
	letter-spacing: 0;
	position: relative;
	width: 100%;
	padding-top: 52px;
	padding-bottom: 50px;
}

.footer .flist1 {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .flist2 {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}

@media (max-width: 1459px) {
	.footer .fo-top {
		padding-top: 44px;
		padding-bottom: 42px;
	}

	.footer .flist1 {
		margin-bottom: 24px;
	}

	.footer .flist2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 1259px) {
	.footer .fo-top {
		padding-top: 36px;
		padding-bottom: 34px;
	}

	.footer .flist1 {
		margin-bottom: 20px;
	}

	.footer .flist2 {
		margin-bottom: 16px;
	}
}

@media (max-width: 991px) {
	.footer .fo-top {
		padding-top: 28px;
		padding-bottom: 26px;
	}

	.footer .flist1 {
		margin-bottom: 16px;
	}

	.footer .flist2 {
		margin-bottom: 12px;
	}
}

@media (max-width: 767px) {
	.footer .fo-top {
		padding-top: 20px;
		padding-bottom: 18px;
	}

	.footer .flist1 {
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}

	.footer .flist2 {
		margin-bottom: 8px;
		display: block;
	}
}

@media (max-width:560px) {
	.footer .fo-top {
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.footer .flist1 {
		margin-bottom: 6px;
		display: block;
		text-align: center;
	}

	.footer .flist2 {
		margin-bottom: 4px;
		display: block;
	}
}

.footer .foot-logo {
	position: relative;
	width: 240px;
}

.footer .foot-logo .pic {
	display: block;
}

.footer .foot-logo img {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.footer .f-follow {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	text-align: right;
	max-width: calc(100% - 240px);
}

.footer .f-follow a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	width: 36px;
	height: 36px;
	margin-right: 11px;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.footer .f-follow a:last-child {
	margin-right: 0;
}

.footer .f-follow 

.footer .f-follow a:hover {}

.footer .f-follow a:hover 

.footer .foot-list {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 30px;
}

.footer .foot-list li {
	position: relative;
	padding-right: 24px;
	margin-right: 200px;
}

.footer .foot-list li:nth-of-type(4n) {
	margin-right: 0 !important;
}

.footer .foot-list li:nth-last-of-type(1) {
	width: 100%;
	margin-right: 0;
}

.footer .fo-bot {
	position: relative;
	width: 100%;
	border-top: 1px solid #999999;
	font-size: 16px;
	padding: 32px 0 38px;
	color: #999999;
	line-height: 30px;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.footer .foot-logo {
		width: 220px;
	}

	.footer .f-follow {
		max-width: calc(100% - 220px);
	}

	.footer .f-follow a {
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}

	.footer .f-follow 

	.footer .foot-list {
		font-size: 16px;
		line-height: 28px;
	}

	.footer .foot-list li {
		padding-right: 20px;
		margin-right: 110px;
	}

	.footer .foot-list li:nth-of-type(4n) {
		margin-right: 0;
	}

	.footer .foot-list li:nth-last-of-type(1) {
		width: 100%;
		margin-right: 0;
	}

	.footer .fo-bot {
		font-size: 16px;
		padding: 26px 0 30px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.footer .foot-logo {
		width: 200px;
	}

	.footer .f-follow {
		max-width: calc(100% - 200px);
	}

	.footer .f-follow a {
		width: 32px;
		height: 32px;
		margin-right: 8px;
	}

	.footer .f-follow 

	.footer .foot-list {
		font-size: 15px;
		line-height: 26px;
	}

	.footer .foot-list li {
		padding-right: 12px;
		margin-right: 40px;
	}

	.footer .foot-list li:nth-of-type(4n) {
		margin-right: 0;
	}

	.footer .foot-list li:nth-last-of-type(1) {
		width: 100%;
		margin-right: 0;
	}

	.footer .fo-bot {
		font-size: 15px;
		padding: 20px 0 24px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {
	.footer .foot-logo {
		width: 180px;
	}

	.footer .f-follow {
		max-width: calc(100% - 180px);
	}

	.footer .f-follow a {
		width: 30px;
		height: 30px;
		margin-right: 8px;
	}

	.footer .f-follow 

	.footer .foot-list {
		font-size: 14px;
		line-height: 26px;
		justify-content: flex-start;
	}

	.footer .foot-list li {
		padding-right: 10px;
		margin-right: 0px;
		width: 33.333333%;
	}

	.footer .foot-list li:nth-of-type(4n) {
		margin-right: 0;
	}

	.footer .foot-list li:nth-last-of-type(1) {
		width: 100%;
		margin-right: 0;
	}

	.footer .fo-bot {
		font-size: 14px;
		padding: 14px 0 18px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.footer .fo-bot {
		padding: 9px 0;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}

	.footer .foot-logo {
		width: 100%;
	}

	.footer .foot-list li {
		width: 50%;
	}

	.footer .f-follow {
		max-width: none;
		margin-top: 12px;
		width: 100%;
		text-align: center;
	}

	.footer .f-follow a {
		width: 28px;
		height: 28px;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.footer .f-follow 

	.footer .fo-bot .links {
		display: none;
	}
}

@media (max-width: 420px) {
	.footer .foot-list li {
		width: 100%;
	}
}

.pro-item {
	position: relative;
}

.pro-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.pro-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	background: #FFFFFF;
	overflow: hidden;
}

.pro-item .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.pro-item .item-body {
	position: relative;
	width: 100%;
	margin-top: 1px;
	padding: 14px 10px 23px;
	background: #FFFFFF;
}

.pro-item .item-body .item-title {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	font-family: Tahoma-Bold;
	text-align: center;
	overflow: hidden;
}

.pro-item .item-body .item-btn {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-top: 13px;
	text-align: center;
}

.pro-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	min-width: 151px;
	font-size: 14px;
	color: #4646f7;
	line-height: 29px;
	background: #FFFFFF;
	border-radius: 15px 0px 15px 0px;
	border: 1px solid #4646f7;
	text-align: center;
}

.pro-item .item-body .item-btn input {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	margin-top: 11px;
	margin-right: 8px;
}

.pro-item .item-body .item-btn a,
.pro-item .item-body .item-btn span {
	display: inline-block;
	vertical-align: top;
	color: #4646f7;
}

.pro-item .item-body .item-btn .btnn:hover {
	background: #4646f7;
	color: #fff;
}

.pro-item .item-body .item-btn .btnn:hover a {
	color: #fff;
}

.pro-list11 .pro-item .item-body .item-btn .btnn {
	padding-bottom: 1px;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-item .item-body {
		padding: 12px 8px 20px;
	}

	.pro-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
		height: 56px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 12px;
	}

	.pro-item .item-body .item-btn .btnn {
		min-width: 144px;
		font-size: 14px;
		line-height: 28px;
		border-radius: 14px 0px 14px 0px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 10px;
		margin-right: 6px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-item .item-body {
		padding: 10px 8px 16px;
	}

	.pro-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-item .item-body .item-btn .btnn {
		min-width: 136px;
		font-size: 14px;
		line-height: 26px;
		border-radius: 12px 0px 12px 0px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 9px;
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	.pro-item .item-body {
		padding: 10px 8px 16px;
	}

	.pro-item .item-body .item-title {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 8px;
	}

	.pro-item .item-body .item-btn .btnn {
		min-width: 130px;
		font-size: 13px;
		line-height: 26px;
		border-radius: 10px 0px 10px 0px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 9px;
		margin-right: 5px;
	}
}

/* ****************************    index    ********************************* */

.section {
	position: relative;
	width: 100%;
}

.sec-top {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}

.sec-title {
	position: relative;
	font-size: 48px;
	font-size: 4.8rem;
	font-family: Tahoma-Bold;
	color: #333;
	line-height: 60px;
}

.sec-title a {
	color: #333;
}

.sec-title a:hover {
	color: #4646f7;
}

.sec-title.white a {
	color: #fff;
}

.sec-title.white a:hover {
	color: #cbcbcb;
}

.sec-text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}

.sec-text.text-center {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.sec-text a {
	color: #666;
}

.sec-text a:hover {
	color: #4646f7;
}

.sec-text.white a {
	color: #fff;
}

.sec-text.white a:hover {
	color: #cbcbcb;
}

.sec-tbody-btn {
	position: relative;
}

.sec-tbody-btn .btnn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	min-width: 180px;
	padding: 6px 15px;
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	background: #4646f7;
	border: 1px solid #4646f7;
	font-family: Tahoma-Bold;
	border-radius: 18px 0px 18px 0px;
}

.sec-tbody-btn a.btnn:hover {
	color: #4646f7;
	background: #fff;
}

.sec-tbody-btn.white .btnn {
	color: #4646f7;
	background: #fff;
	border-color: #fff;
}

.sec-tbody-btn.white a.btnn:hover {
	color: #fff;
	background: #4646f7;
}

@media screen and (max-width: 1459px) {
	.sec-title {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 54px;
	}

	.sec-text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.sec-tbody-btn .btnn {
		min-width: 168px;
		padding: 5px 14px;
		line-height: 32px;
		font-size: 20px;
		border-radius: 16px 0px 16px 0px;
	}
}

@media screen and (max-width: 1259px) {
	.sec-title {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 48px;
	}

	.sec-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}

	.sec-tbody-btn .btnn {
		min-width: 156px;
		padding: 4px 12px;
		line-height: 30px;
		font-size: 18px;
		border-radius: 14px 0px 14px 0px;
	}
}

@media screen and (max-width: 991px) {
	.sec-title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 42px;
	}

	.sec-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}

	.sec-tbody-btn .btnn {
		min-width: 144px;
		padding: 4px 10px;
		line-height: 28px;
		font-size: 16px;
		border-radius: 12px 0px 12px 0px;
	}
}

@media screen and (max-width: 720px) {
	.sec-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.sec-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.sec-tbody-btn .btnn {
		min-width: 132px;
		padding: 3px 10px;
		line-height: 26px;
		font-size: 15px;
		border-radius: 10px 0px 10px 0px;
	}
}

@media screen and (max-width: 560px) {
	.sec-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.sec-text {
		font-size: 13px;
		line-height: 22px;
		margin-top: 4px;
	}

	.sec-tbody-btn .btnn {
		min-width: 120px;
		padding: 3px 10px;
		line-height: 26px;
		font-size: 15px;
		border-radius: 10px 0px 10px 0px;
	}
}

.sec1 {
	position: relative;
	width: 100%;
	padding-top: 91px;
	padding-bottom: 48px;
}

.sec1-tbody {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec1-tbody-left {
	position: relative;
	width: 47.15%;
	padding-bottom: 14px;
}

.sec1-tbody-right {
	position: relative;
	width: 50%;
}

.sec1-tbody-img {
	position: relative;
	width: 100%;
	padding-right: 23px;
	padding-bottom: 23px;
}

.sec1-tbody-img::before {
	content: "";
	position: absolute;
	left: 23px;
	top: 23px;
	right: 0;
	bottom: 0;
	background: #4646f7;
	border-radius: 0px 80px 0px 80px;
}

.sec1-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 68.85%;
	z-index: 22;
	overflow: hidden;
	border-radius: 0px 80px 0px 80px;
}

.sec1-tbody-img .item-pic .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec1-tbody-text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 32px;
}

.sec1-tbody-text a {
	color: #666;
}

.sec1-tbody-text a:hover {
	color: #4646f7;
}

.sec1-tbody-btn {
	position: relative;
	margin-top: 34px;
}

.sec1-tbody-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Tahoma;
}

.sec1-bottom-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 48px;
}

.sec1-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 220px;
	max-width: 25%;
	padding-right: 10px;
	margin-bottom: 10px;
}

.sec1-list-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	word-break: break-word;
}

.sec1-list-item .item-box .item-num {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 60px;
	color: #4646f7;
	font-family: Tahoma-Bold;
}

.sec1-list-item .item-box .item-name {
	font-size: 18px;
	font-size: 1.8rem;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}

.sec1-list-item .item-box .item-name a {
	color: #666;
}

.sec1-list-item .item-box .item-name a:hover {
	color: #4646f7;
}

.sec1-list-item .item-box a.item-num:hover {
	color: #333
}

@media screen and (max-width: 1459px) {
	.sec1 {
		padding-top: 78px;
		padding-bottom: 44px;
	}

	.sec1-tbody-left {
		width: 47.15%;
		padding-bottom: 10px;
	}

	.sec1-tbody-right {
		width: 50%;
	}

	.sec1-tbody-img {
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.sec1-tbody-img::before {
		left: 20px;
		top: 20px;
		border-radius: 0px 72px 0px 72px;
	}

	.sec1-tbody-img .item-pic {
		border-radius: 0px 72px 0px 72px;
	}

	.sec1-tbody-text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 28px;
	}

	.sec1-tbody-btn {
		margin-top: 30px;
	}

	.sec1-bottom-list {
		padding-top: 42px;
	}

	.sec1-list-item {
		min-width: 200px;
		max-width: 25%;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-box .item-num {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: 54px;
	}

	.sec1-list-item .item-box .item-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1259px) {
	.sec1 {
		padding-top: 64px;
		padding-bottom: 40px;
	}

	.sec1-tbody-left {
		width: 47.15%;
		padding-bottom: 8px;
	}

	.sec1-tbody-right {
		width: 50%;
	}

	.sec1-tbody-img {
		padding-right: 16px;
		padding-bottom: 16px;
	}

	.sec1-tbody-img::before {
		left: 16px;
		top: 16px;
		border-radius: 0px 54px 0px 54px;
	}

	.sec1-tbody-img .item-pic {
		border-radius: 0px 54px 0px 54px;
	}

	.sec1-tbody-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 24px;
	}

	.sec1-tbody-btn {
		margin-top: 28px;
	}

	.sec1-bottom-list {
		padding-top: 36px;
	}

	.sec1-list-item {
		min-width: 200px;
		max-width: 25%;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-box .item-num {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 48px;
	}

	.sec1-list-item .item-box .item-name {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 991px) {
	.sec1 {
		padding-top: 50px;
		padding-bottom: 34px;
	}

	.sec1-tbody-left {
		width: 100%;
		padding-bottom: 16px;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-tbody-img {
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.sec1-tbody-img::before {
		left: 0px;
		top: 0px;
		border-radius: 0px 48px 0px 48px;
	}

	.sec1-tbody-img .item-pic {
		border-radius: 0px 48px 0px 48px;
	}

	.sec1-tbody-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 16px;
	}

	.sec1-tbody-btn {
		margin-top: 20px;
	}

	.sec1-bottom-list {
		padding-top: 30px;
	}

	.sec1-list-item {
		min-width: 200px;
		max-width: 33.33333%;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-box .item-num {
		font-size: 30px;
		font-size: 3rem;
		line-height: 42px;
	}

	.sec1-list-item .item-box .item-name {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 720px) {
	.sec1 {
		padding-top: 36px;
		padding-bottom: 28px;
	}

	.sec1-tbody-left {
		width: 100%;
		padding-bottom: 16px;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-tbody-img {
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.sec1-tbody-img::before {
		left: 0px;
		top: 0px;
		border-radius: 0px 36px 0px 36px;
	}

	.sec1-tbody-img .item-pic {
		border-radius: 0px 36px 0px 36px;
	}

	.sec1-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.sec1-tbody-btn {
		margin-top: 12px;
	}

	.sec1-bottom-list {
		padding-top: 20px;
	}

	.sec1-list-item {
		min-width: auto;
		max-width: none;
		width: 50%;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-box .item-num {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.sec1-list-item .item-box .item-name {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 560px) {
	.sec1 {
		padding-top: 24px;
		padding-bottom: 20px;
	}

	.sec1-tbody-left {
		width: 100%;
		padding-bottom: 16px;
	}

	.sec1-tbody-right {
		width: 100%;
	}

	.sec1-tbody-img {
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.sec1-tbody-img::before {
		left: 0px;
		top: 0px;
		border-radius: 0px 30px 0px 30px;
	}

	.sec1-tbody-img .item-pic {
		border-radius: 0px 30px 0px 30px;
	}

	.sec1-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.sec1-tbody-btn {
		margin-top: 12px;
	}

	.sec1-bottom-list {
		padding-top: 20px;
	}

	.sec1-list-item {
		min-width: auto;
		max-width: none;
		width: 50%;
		padding-right: 10px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-box .item-num {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.sec1-list-item .item-box .item-name {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
	}
}

.sec2 {
	position: relative;
	width: 100%;
	padding-top: 28px;
}

.sec2-tbody {
	position: relative;
	width: 100%;
	padding-top: 24px;
}

.sec2-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	height: 600px;
	display: flex;
	flex-wrap: wrap;
}

.sec2-tbody-item {
	position: relative;
	width: calc((100% - 800px) / 4);
	transition: all .5s;
	height: 100%;
}

.sec2-tbody-item.active {
	width: 800px;
}

.sec2-tbody-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sec2-tbody-item .item-box .item-pic {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #000;
}

.sec2-tbody-item .item-box .item-pic .pic {
	display: block;
	width: 100%;
	height: 100%;
}

.sec2-tbody-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: none;
	height: 100%;
	opacity: .4;
	transition: all .5s;
}

.sec2-tbody-item .item-box .item-body {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -100%;
	padding: 18px 44px 19px;
	background: rgba(1, 91, 87, .8);
	transition: all .5s;
}

.sec2-tbody-item .item-box .item-title {
	font-size: 24px;
	font-family: Tahoma-Bold;
	color: #FFFFFF;
	line-height: 36px;
}

.sec2-tbody-item .item-box .item-desc {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 8px;
	height: 60px;
	overflow: hidden;
}

.sec2-tbody-item.active .item-box .item-pic img {
	opacity: 1;
}

.sec2-tbody-item.active .item-box .item-body {
	bottom: 0;
}

.sec2-tbody-item .item-box .item-title a,
.sec2-tbody-item .item-box .item-desc a {
	color: #fff;
}

.sec2-tbody-item .item-box .item-title a:hover,
.sec2-tbody-item .item-box .item-desc a:hover {
	color: #cdcdcd;
}

@media screen and (max-width: 1859px) {
	.sec2 {
		padding-top: 28px;
	}

	.sec2-tbody {
		padding-top: 24px;
	}

	.sec2-tbody-list {
		height: 540px;
	}

	.sec2-tbody-item {
		width: calc((100% - 720px) / 4);
	}

	.sec2-tbody-item.active {
		width: 720px;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 16px 32px;
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 22px;
		line-height: 34px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 8px;
		height: 60px;
	}
}

@media screen and (max-width: 1659px) {
	.sec2 {
		padding-top: 26px;
	}

	.sec2-tbody {
		padding-top: 22px;
	}

	.sec2-tbody-list {
		height: 480px;
	}

	.sec2-tbody-item {
		width: calc((100% - 640px) / 4);
	}

	.sec2-tbody-item.active {
		width: 640px;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 14px 28px;
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 20px;
		line-height: 32px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
		height: 56px;
	}
}

@media screen and (max-width: 1459px) {
	.sec2 {
		padding-top: 24px;
	}

	.sec2-tbody {
		padding-top: 20px;
	}

	.sec2-tbody-list {
		height: 420px;
	}

	.sec2-tbody-item {
		width: calc((100% - 560px) / 4);
	}

	.sec2-tbody-item.active {
		width: 560px;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 12px 22px;
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 6px;
		height: 56px;
	}
}

@media screen and (max-width: 1259px) {
	.sec2 {
		padding-top: 20px;
	}

	.sec2-tbody {
		padding-top: 16px;
	}

	.sec2-tbody-list {
		height: 360px;
	}

	.sec2-tbody-item {
		width: calc((100% - 480px) / 4);
	}

	.sec2-tbody-item.active {
		width: 480px;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 10px 15px;
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 6px;
		height: 52px;
	}
}

@media screen and (max-width: 991px) {
	.sec2 {
		padding-top: 16px;
	}

	.sec2-tbody {
		padding-top: 16px;
	}

	.sec2-tbody-list {
		height: auto;
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec2-tbody-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 16px;
	}

	.sec2-tbody-item.active {
		width: 50%;
	}

	.sec2-tbody-item .item-box .item-pic {
		height: 250px;
		background: #000;
	}

	.sec2-tbody-item .item-box .item-pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 1;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 10px 15px;
		position: relative;
		bottom: 0;
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 6px;
		height: 52px;
	}
}

@media screen and (max-width: 720px) {
	.sec2 {
		padding-top: 16px;
	}

	.sec2-tbody {
		padding-top: 16px;
	}

	.sec2-tbody-list {
		height: auto;
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec2-tbody-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 16px;
	}

	.sec2-tbody-item.active {
		width: 50%;
	}

	.sec2-tbody-item .item-box .item-pic {
		height: 200px;
		background: #000;
	}

	.sec2-tbody-item .item-box .item-pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 1;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 10px 12px;
		position: relative;
		bottom: 0;
		background: rgba(1, 91, 87, 0.9);
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 15px;
		line-height: 24px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 13px;
		line-height: 20px;
		margin-top: 4px;
		height: 40px;
	}
}

@media screen and (max-width: 480px) {
	.sec2-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-tbody-item {
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.sec2-tbody-item .item-box .item-pic {
		height: 160px;
	}

	.sec2-tbody-item .item-box .item-body {
		padding: 8px 10px;
	}

	.sec2-tbody-item .item-box .item-title {
		font-size: 14px;
		line-height: 22px;
	}

	.sec2-tbody-item .item-box .item-desc {
		font-size: 12px;
		line-height: 18px;
		margin-top: 3px;
		height: 36px;
	}
}

.sec3 {
	position: relative;
	width: 100%;
	padding: 88px 0 100px;
	background: #F4F4F4;
}

.sec3-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 28px;
}

.sec3-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.sec3-tbody-item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.sec3-tbody-item .item-box .item-body .item-btn .btnn {
	background: #4646f7;
	color: #fff;
	font-family: Tahoma-Bold
}

.sec3-tbody-item .item-box .item-body .item-btn a.btnn:hover {
	background: #fff;
	color: #4646f7;
}

.sec3-tbody-btn {
	position: relative;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1459px) {
	.sec3 {
		padding: 74px 0 84px;
	}

	.sec3-tbody {
		padding-top: 26px;
	}

	.sec3-tbody-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 28px;
	}

	.sec3-tbody-item {
		width: 20%;
		padding: 0 15px;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.sec3 {
		padding: 60px 0 68px;
	}

	.sec3-tbody {
		padding-top: 24px;
	}

	.sec3-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 26px;
	}

	.sec3-tbody-item {
		width: 25%;
		padding: 0 8px;
		margin-bottom: 24px;
	}
}

@media(max-width: 991px) {
	.sec3 {
		padding: 46px 0 52px;
	}

	.sec3-tbody {
		padding-top: 20px;
	}

	.sec3-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 24px;
	}

	.sec3-tbody-item {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media (max-width: 720px) {
	.sec3 {
		padding: 32px 0 36px;
	}

	.sec3-tbody {
		padding-top: 20px;
	}

	.sec3-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 20px;
	}

	.sec3-tbody-item {
		width: 33.3333333%;
		padding: 0 5px;
		margin-bottom: 20px;
	}
}

@media (max-width: 520px) {
	.sec3 {
		padding: 20px 0 20px;
	}

	.sec3-tbody {
		padding-top: 18px;
	}

	.sec3-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 20px;
	}

	.sec3-tbody-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 20px;
	}
}

@media (max-width: 380px) {
	.sec3-tbody-item {
		width: 100%;
	}
}

.sec-page {
	position: relative;
	width: 100%;
	padding: 60px 0 73px;
	background: url(../images/sec-page-bgi.png);
	background-size: cover;
	background-attachment: fixed;
}

.sec-page-box {
	position: relative;
	width: 100%;
	text-align: center;
}

.sec-page-title {
	position: relative;
	font-size: 40px;
	color: #FFFFFF;
	font-family: Tahoma-Bold;
	line-height: 52px;
}

.sec-page-text {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 22px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 36px;
}

.sec-page-title a,
.sec-page-text a {
	color: #fff;
}

.sec-page-title a:hover,
.sec-page-text a:hover {
	color: #cbcbcb;
}

.sec-page-btn {
	position: relative;
	margin-top: 34px;
	text-align: center;
}

@media screen and (max-width: 1459px) {
	.sec-page {
		padding: 52px 0 62px;
	}

	.sec-page-title {
		font-size: 36px;
		line-height: 48px;
	}

	.sec-page-text {
		margin-top: 20px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 32px;
	}

	.sec-page-btn {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1259px) {
	.sec-page {
		padding: 44px 0 50px;
	}

	.sec-page-title {
		font-size: 32px;
		line-height: 44px;
	}

	.sec-page-text {
		margin-top: 18px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
	}

	.sec-page-btn {
		margin-top: 24px;
	}
}

@media screen and (max-width: 991px) {
	.sec-page {
		padding: 36px 0 40px;
	}

	.sec-page-title {
		font-size: 28px;
		line-height: 40px;
	}

	.sec-page-text {
		margin-top: 16px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
	}

	.sec-page-btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 720px) {
	.sec-page {
		padding: 28px 0 30px;
	}

	.sec-page-title {
		font-size: 24px;
		line-height: 36px;
	}

	.sec-page-text {
		margin-top: 14px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.sec-page-btn {
		margin-top: 18px;
	}
}

@media screen and (max-width: 560px) {
	.sec-page {
		padding: 20px 0 20px;
	}

	.sec-page-title {
		font-size: 18px;
		line-height: 30px;
	}

	.sec-page-text {
		margin-top: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.sec-page-btn {
		margin-top: 16px;
	}
}

.sec4 {
	position: relative;
	width: 100%;
	padding: 90px 0 115px;
}

.sec4-tbody {
	position: relative;
	width: 100%;
	padding-top: 24px;
}

.sec4-tbody-swiper {
	position: relative;
	width: 100%;
}

.swiper-sec4 {
	position: relative;
	width: 100%;
}

.swiper-sec4 .swiper-pagination {
	bottom: 38px;
	left: 480px;
	width: 50%;
	right: auto;
	text-align: left;
}

.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin-right: 20px;
	width: 8px;
	height: 8px;
	background: #4646f7;
	border-radius: 4px;
	opacity: 1;
}

.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
	width: 56px;
}

.sec4-tbody-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.sec4-tbody-item .item-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec4-tbody-item .item-box .item-pic {
	position: relative;
	width: 440px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.sec4-tbody-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sec4-tbody-item .item-box .item-body {
	position: relative;
	width: calc(100% - 480px);
	padding: 10px 0 76px;
}

.sec4-tbody-item .item-body .item-date {
	position: relative;
	width: 100%;
	font-family: Calibri;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}

.sec4-tbody-item .item-body .item-date 

.sec4-tbody-item .item-body .item-title {
	font-size: 30px;
	font-size: 3rem;
	font-family: Tahoma-Bold;
	color: #333;
	line-height: 42px;
	margin-top: 16px;
}

.sec4-tbody-item .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 18px;
}

@media screen and (max-width: 1459px) {
	.sec4 {
		padding: 78px 0 100px;
	}

	.sec4-tbody {
		padding-top: 22px;
	}

	.swiper-sec4 .swiper-pagination {
		bottom: 28px;
		left: 450px;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		margin-right: 18px
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
		width: 50px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 420px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 450px);
		padding: 10px 0 68px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
	}

	.sec4-tbody-item .item-body .item-date 

	.sec4-tbody-item .item-body .item-title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 38px;
		margin-top: 14px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 16px;
	}
}

@media screen and (max-width: 1259px) {
	.sec4 {
		padding: 66px 0 85px;
	}

	.sec4-tbody {
		padding-top: 20px;
	}

	.swiper-sec4 .swiper-pagination {
		bottom: 20px;
		left: 420px;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		margin-right: 16px
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
		width: 46px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 400px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 420px);
		padding: 10px 0 56px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
	}

	.sec4-tbody-item .item-body .item-date 

	.sec4-tbody-item .item-body .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
		margin-top: 12px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 14px;
	}
}

@media screen and (max-width: 991px) {
	.sec4 {
		padding: 54px 0 70px;
	}

	.sec4-tbody {
		padding-top: 18px;
	}

	.swiper-sec4 {
		padding-bottom: 36px;
	}

	.swiper-sec4 .swiper-pagination {
		bottom: 2px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 6px
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
		width: 40px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding: 12px 0 0;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 22px;
	}

	.sec4-tbody-item .item-body .item-date 

	.sec4-tbody-item .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		margin-top: 10px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 720px) {
	.sec4 {
		padding: 42px 0 55px;
	}

	.sec4-tbody {
		padding-top: 16px;
	}

	.swiper-sec4 {
		padding-bottom: 32px;
	}

	.swiper-sec4 .swiper-pagination {
		bottom: 2px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 6px
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
		width: 40px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding: 12px 0 0;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 22px;
	}

	.sec4-tbody-item .item-body .item-date 

	.sec4-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		margin-top: 8px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 560px) {
	.sec4 {
		padding: 30px 0 40px;
	}

	.sec4-tbody {
		padding-top: 16px;
	}

	.swiper-sec4 {
		padding-bottom: 32px;
	}

	.swiper-sec4 .swiper-pagination {
		bottom: 2px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 6px
	}

	.swiper-sec4 .swiper-pagination .swiper-pagination-bullet-active {
		width: 40px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding: 12px 0 0;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 22px;
	}

	.sec4-tbody-item .item-body .item-date 

	.sec4-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		margin-top: 8px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
}

.sec5 {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background: #4646f7;
}

.sec5-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec5-tbody-left {
	position: relative;
	width: 25%;
	padding-top: 8px;
}

.sec5-tbody-right {
	position: relative;
	width: 71.5%;
}

.sec5-tbody-text {
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 18px;
}

.sec5-tbody-text a {
	color: #fff;
}

.sec5-tbody-text a:hover {
	color: #cdcdcd;
}

.sec5-tbody-btn {
	position: relative;
	margin-top: 26px;
}

.sec5-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -12px;
	margin-right: -11px;
	display: flex;
	flex-wrap: wrap;
}

.sec5-tbody-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 20px;
	padding-top: 40px;
}

.sec5-tbody-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	padding: 51px 36px 46px;
}

.sec5-tbody-item .item-box .item-icon {
	position: absolute;
	right: 36px;
	top: -40px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #80ADAB;
	color: #fff;
}

.sec5-tbody-item .item-box .item-icon img {
	display: block;
	width: 100%;
}

.sec5-tbody-item .item-name {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	font-family: Tahoma-Bold;
	border-bottom: 1px solid #CED4D8;
	/* cursor: pointer; */
}

.sec5-tbody-item .item-name span {
	display: inline-block;
	vertical-align: top;
	color: #4646f7;
}

.sec5-tbody-item .item-text {
	position: relative;
	width: 100%;
	padding-top: 26px;
}

.sec5-tbody-item .item-text .text {
	position: relative;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-left: 20px;
}

.sec5-tbody-item .item-text .text span {
	position: absolute;
	left: 0px;
	top: 0;
	display: inline-block;
	vertical-align: top;
	color: #4646f7;
	font-family: Tahoma-Bold;
}

@media screen and (max-width: 1459px) {
	.sec5 {
		padding: 58px 0;
	}

	.sec5-tbody-left {
		width: 26%;
	}

	.sec5-tbody-right {
		width: 72%;
	}

	.sec5-tbody-text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 16px;
	}

	.sec5-tbody-btn {
		margin-top: 24px;
	}

	.sec5-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec5-tbody-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 18px;
		padding-top: 32px;
	}

	.sec5-tbody-item .item-box {
		padding: 42px 30px 38px;
	}

	.sec5-tbody-item .item-box .item-icon {
		right: 30px;
		top: -32px;
		width: 58px;
		height: 58px;
		line-height: 58px;
	}

	.sec5-tbody-item .item-name {
		font-size: 16px;
		line-height: 34px;
	}

	.sec5-tbody-item .item-text {
		padding-top: 22px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 16px;
		line-height: 28px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 1259px) {
	.sec5 {
		padding: 46px 0;
	}

	.sec5-tbody-left {
		width: 26%;
	}

	.sec5-tbody-right {
		width: 72%;
	}

	.sec5-tbody-text {
		font-size: 15px;
		line-height: 26px;
		margin-top: 14px;
	}

	.sec5-tbody-btn {
		margin-top: 20px;
	}

	.sec5-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec5-tbody-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 18px;
		padding-top: 26px;
	}

	.sec5-tbody-item .item-box {
		padding: 32px 24px 30px;
	}

	.sec5-tbody-item .item-box .item-icon {
		right: 24px;
		top: -26px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.sec5-tbody-item .item-name {
		font-size: 16px;
		line-height: 32px;
	}

	.sec5-tbody-item .item-text {
		padding-top: 18px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 15px;
		line-height: 26px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 991px) {
	.sec5 {
		padding: 34px 0;
	}

	.sec5-tbody-left {
		width: 100%;
		text-align: center;
	}

	.sec5-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec5-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 12px;
	}

	.sec5-tbody-btn {
		margin-top: 18px;
	}

	.sec5-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec5-tbody-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 18px;
		padding-top: 26px;
	}

	.sec5-tbody-item .item-box {
		padding: 28px 18px 24px;
	}

	.sec5-tbody-item .item-box .item-icon {
		right: 18px;
		top: -26px;
		width: 42px;
		height: 42px;
		line-height: 42px;
	}

	.sec5-tbody-item .item-name {
		font-size: 16px;
		line-height: 30px;
	}

	.sec5-tbody-item .item-text {
		padding-top: 16px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 15px;
		line-height: 26px;
		padding-left: 18px;
	}
}

@media screen and (max-width: 720px) {
	.sec5 {
		padding: 22px 0;
	}

	.sec5-tbody-left {
		width: 100%;
		text-align: center;
	}

	.sec5-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec5-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.sec5-tbody-btn {
		margin-top: 15px;
	}

	.sec5-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec5-tbody-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
		padding-top: 20px;
	}

	.sec5-tbody-item .item-box {
		padding: 20px 15px 18px;
	}

	.sec5-tbody-item .item-box .item-icon {
		right: 16px;
		top: -20px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.sec5-tbody-item .item-name {
		font-size: 16px;
		line-height: 28px;
	}

	.sec5-tbody-item .item-text {
		padding-top: 12px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 14px;
		line-height: 24px;
		padding-left: 18px;
	}
}

@media screen and (max-width: 380px) {
	.sec5 {
		padding: 18px 0;
	}

	.sec5-tbody-left {
		width: 100%;
		text-align: center;
	}

	.sec5-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec5-tbody-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.sec5-tbody-btn {
		margin-top: 12px;
	}

	.sec5-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec5-tbody-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 18px;
		padding-top: 20px;
	}

	.sec5-tbody-item .item-box {
		padding: 20px 15px 18px;
	}

	.sec5-tbody-item .item-box .item-icon {
		right: 16px;
		top: -20px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.sec5-tbody-item .item-name {
		font-size: 15px;
		line-height: 28px;
	}

	.sec5-tbody-item .item-text {
		padding-top: 10px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 14px;
		line-height: 24px;
		padding-left: 18px;
	}
}

.sec6 {
	position: relative;
	width: 100%;
	padding: 88px 0 80px;
}

.sec6-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 24px;
}

.sec6-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -14px;
	margin-right: -14px;
	display: flex;
	flex-wrap: wrap;
}

.sec6-tbody-item {
	display: inline-block;
	vertical-align: top;
	width: 33.33333333%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.sec6-tbody-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F4F4F4;
}

.sec6-tbody-item .item-box .item-title {
	position: relative;
	width: 100%;
	padding: 28px 18px 24px;
	border-bottom: 1px solid #CDCDCD;
	font-family: Tahoma-Bold;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}

.sec6-tbody-item .item-box .item-body {
	position: relative;
	width: 100%;
	padding: 22px 18px 30px;
	text-align: center;
}

.sec6-tbody-item .item-box .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.sec6-tbody-item .item-box .item-body .item-btn {
	position: relative;
	margin-top: 15px;
}

.sec6-tbody-item .item-box .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	padding: 14px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #4646f7;
	background: #FFFFFF;
	font-family: Tahoma-Bold;
	border-radius: 18px 0px 18px 0px;
	border: 1px solid #4646f7;
}

.sec6-tbody-item .item-box .item-body .item-btn a.btnn:hover {
	background: #4646f7;
	color: #fff;
}

@media screen and (max-width: 1459px) {
	.sec6 {
		padding: 74px 0 68px;
	}

	.sec6-tbody {
		padding-top: 22px;
	}

	.sec6-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec6-tbody-item {
		width: 33.33333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.sec6-tbody-item .item-box .item-title {
		padding: 28px 16px 24px;
		font-size: 20px;
		line-height: 32px;
	}

	.sec6-tbody-item .item-box .item-body {
		padding: 18px 16px 26px;
	}

	.sec6-tbody-item .item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		height: 56px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn {
		margin-top: 14px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn .btnn {
		min-width: 148px;
		padding: 12px;
		line-height: 28px;
		font-size: 16px;
		border-radius: 15px 0px 15px 0px;
	}
}
@media screen and (max-width: 1259px) {
	.sec6 {
		padding: 60px 0 56px;
	}

	.sec6-tbody {
		padding-top: 20px;
	}

	.sec6-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec6-tbody-item {
		width: 33.33333333%;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.sec6-tbody-item .item-box .item-title {
		padding: 24px 16px 20px;
		font-size: 18px;
		line-height: 30px;
	}

	.sec6-tbody-item .item-box .item-body {
		padding: 15px 16px 22px;
	}

	.sec6-tbody-item .item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn {
		margin-top: 12px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn .btnn {
		min-width: 148px;
		padding: 11px;
		line-height: 26px;
		font-size: 15px;
		border-radius: 12px 0px 12px 0px;
	}
}
@media screen and (max-width: 991px) {
	.sec6 {
		padding: 46px 0 44px;
	}

	.sec6-tbody {
		padding-top: 18px;
	}

	.sec6-tbody-list {
		margin-left: -20px;
		margin-right: -20px;
	}

	.sec6-tbody-item {
		width: 50%;
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.sec6-tbody-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 18px;
		line-height: 30px;
	}

	.sec6-tbody-item .item-box .item-body {
		padding: 12px 15px 18px;
	}

	.sec6-tbody-item .item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn .btnn {
		min-width: 136px;
		padding: 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}
}
@media screen and (max-width: 720px) {
	.sec6 {
		padding: 32px 0 32px;
	}

	.sec6-tbody {
		padding-top: 16px;
	}

	.sec6-tbody-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec6-tbody-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 18px;
	}

	.sec6-tbody-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec6-tbody-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.sec6-tbody-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn .btnn {
		min-width: 124px;
		padding: 8px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

@media screen and (max-width: 600px) {
	.sec6 {
		padding: 24px 0 24px;
	}

	.sec6-tbody {
		padding-top: 16px;
	}

	.sec6-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec6-tbody-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec6-tbody-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec6-tbody-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.sec6-tbody-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn .btnn {
		min-width: 124px;
		padding: 8px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

@media screen and (max-width: 460px) {
	.sec6 {
		padding: 20px 0;
	}

	.sec6-tbody {
		padding-top: 16px;
	}

	.sec6-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec6-tbody-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec6-tbody-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec6-tbody-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.sec6-tbody-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.sec6-tbody-item .item-box .item-body .item-btn .btnn {
		min-width: 124px;
		padding: 8px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

.sec7 {
	position: relative;
	width: 100%;
	padding: 47px 0 40px;
}

.sec7::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 400px;
	background: #4646f7;
}

.sec7-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding-top: 25px;
}

.sec7-tbody-img {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 22;
}

.sec7-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 47.1428572%;
	height: 0;
	z-index: 22;
}

.sec7-tbody-img .item-pic .video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1459px) {
	.sec7 {
		padding: 42px 0 36px;
	}

	.sec7::before {
		height: 372px;
	}

	.sec7-tbody {
		padding-top: 24px;
	}
}

@media screen and (max-width: 1259px) {
	.sec7 {
		padding: 36px 0 30px;
	}

	.sec7::before {
		height: 340px;
	}

	.sec7-tbody {
		padding-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.sec7 {
		padding: 30px 0 24px;
	}

	.sec7::before {
		height: 310px;
	}

	.sec7-tbody {
		padding-top: 18px;
	}
}

@media screen and (max-width: 700px) {
	.sec7 {
		padding: 24px 0 18px;
	}

	.sec7::before {
		height: 280px;
	}

	.sec7-tbody {
		padding-top: 18px;
	}
}

.sec8 {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 78px;
	background: #fff;
}

.sec8-tbody {
	position: relative;
	width: 100%;
	padding-top: 24px;
}

.sec8-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -42px;
	margin-right: -42px;
	display: flex;
	flex-wrap: wrap;
}

.sec8-tbody-list .list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 42px;
	margin-bottom: 20px;
}

.sec8-tbody-list .list-item .list-item-box {
	position: relative;
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	padding: 49px 55px 25px;
}

.sec8-tbody-list .list-item .list-item-box:hover {
	background: #4646f7;
}

.sec8-tbody-list .list-item .item-pics {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: #FFFFFF;
	text-align: center;
}

.sec8-tbody-list .list-item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sec8-tbody-list .list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.sec8-tbody-list .list-item .item-backdrop 

.sec8-tbody-list .list-item .item-body {
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.sec8-tbody-list .list-item .item-body .item-name {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	text-align: center;
	font-family: Tahoma-Bold;
}

.sec8-tbody-list .list-item .list-item-box:hover .item-body .item-name {
	color: #fff;
}

@media screen and (max-width: 1459px) {
	.sec8 {
		padding-top: 44px;
		padding-bottom: 66px;
	}

	.sec8-tbody {
		padding-top: 22px;
	}

	.sec8-tbody-list {
		margin-left: -32px;
		margin-right: -32px;
	}

	.sec8-tbody-list .list-item {
		width: 33.333333%;
		padding: 0 32px;
		margin-bottom: 20px;
	}

	.sec8-tbody-list .list-item .list-item-box {
		padding: 40px 44px 20px;
	}

	.sec8-tbody-list .list-item .item-backdrop 

	.sec8-tbody-list .list-item .item-body {
		padding-top: 18px;
	}

	.sec8-tbody-list .list-item .item-body .item-name {
		font-size: 18px;
		line-height: 32px;
	}
}

@media screen and (max-width: 1259px) {
	.sec8 {
		padding-top: 38px;
		padding-bottom: 54px;
	}

	.sec8-tbody {
		padding-top: 20px;
	}

	.sec8-tbody-list {
		margin-left: -20px;
		margin-right: -20px;
	}

	.sec8-tbody-list .list-item {
		width: 33.333333%;
		padding: 0 20px;
		margin-bottom: 18px;
	}

	.sec8-tbody-list .list-item .list-item-box {
		padding: 32px 30px 16px;
	}

	.sec8-tbody-list .list-item .item-backdrop 

	.sec8-tbody-list .list-item .item-body {
		padding-top: 16px;
	}

	.sec8-tbody-list .list-item .item-body .item-name {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width: 991px) {
	.sec8 {
		padding-top: 32px;
		padding-bottom: 42px;
	}

	.sec8-tbody {
		padding-top: 18px;
	}

	.sec8-tbody-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec8-tbody-list .list-item {
		width: 33.333333%;
		padding: 0 12px;
		margin-bottom: 18px;
	}

	.sec8-tbody-list .list-item .list-item-box {
		padding: 24px 18px 16px;
	}

	.sec8-tbody-list .list-item .item-backdrop 

	.sec8-tbody-list .list-item .item-body {
		padding-top: 16px;
	}

	.sec8-tbody-list .list-item .item-body .item-name {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 720px) {
	.sec8 {
		padding-top: 24px;
		padding-bottom: 30px;
	}

	.sec8-tbody {
		padding-top: 16px;
	}

	.sec8-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec8-tbody-list .list-item {
		width: 33.333333%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec8-tbody-list .list-item .list-item-box {
		padding: 16px 10px 14px;
	}

	.sec8-tbody-list .list-item .item-backdrop 

	.sec8-tbody-list .list-item .item-body {
		padding-top: 14px;
	}

	.sec8-tbody-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width: 560px) {
	.sec8 {
		padding-top: 18px;
		padding-bottom: 24px;
	}

	.sec8-tbody {
		padding-top: 18px;
	}

	.sec8-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec8-tbody-list .list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.sec8-tbody-list .list-item .list-item-box {
		padding: 12px 10px 14px;
	}

	.sec8-tbody-list .list-item .item-backdrop 

	.sec8-tbody-list .list-item .item-body {
		padding-top: 12px;
	}

	.sec8-tbody-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

.bread {
	position: relative;
	width: 100%;
}

.bread-href {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 30px;
	padding: 12px 0 11px;
	border-bottom: 1px solid rgba(1, 91, 87, .3);
}

.bread-href a {
	color: #333;
}

.bread a:hover,
.bread a.bread-active {
	color: #4646f7;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.bread-href {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 11px 0 10px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.bread-href {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 9px 0;
	}
}

@media (max-width: 991px) {
	.bread-href {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 7px 0;
	}
}

@media (max-width: 767px) {
	.bread-href {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 5px 0;
	}
}

.page-con-top {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.boxs-titles {
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	font-family: Tahoma-Bold;
	line-height: 48px;
}

.page-con-top .przhan {
	position: relative;
	overflow: hidden;
	max-height: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	margin-top: 11px;
	margin-bottom: 21px;
	word-wrap: break-word;
}

.przhanh {
	max-height: none !important;
}

.page-con-top .przhan a {
	color: #4646f7;
}

.page-con-top .przhan a:hover {
	color: #333;
}

.page-con-top .more {
	position: relative;
	width: 100%;
}

.page-con-top .more .zhankai {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	min-width: 121px;
	padding: 5px 14px;
	line-height: 25px;
	font-size: 14px;
	background: #FFFFFF;
	color: #4646f7;
	border-radius: 18px 0px 18px 0px;
	border: 1px solid #4646f7;
	font-family: Tahoma-Bold;
}

.page-con-top .more .zhankai:hover {
	background: #4646f7;
	color: #fff;
}

.page-bottom {
	position: relative;
	width: 100%;
}

.page-bottom-tbody {
	position: relative;
	width: 100%;
	background: #4646f7;
	padding: 28px 0 46px;
	text-align: center;
}

.page-bottom-title {
	position: relative;
	width: 100%;
	font-size: 40px;
	font-size: 4rem;
	font-family: Tahoma-Bold;
	color: #fff;
	line-height: 52px;
}

.page-bottom-title a {
	color: #fff;
}

.page-bottom-title a:hover {
	color: #dbdbdb;
}

.page-bottom-btn {
	position: relative;
	text-align: center;
	margin-top: 28px;
}

@media screen and (max-width: 1459px) {
	.page-con-top {
		margin-bottom: 26px;
	}

	.boxs-titles {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.page-con-top .przhan {
		max-height: 56px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 10px;
		margin-bottom: 18px;
	}

	.page-con-top .more .zhankai {
		min-width: 116px;
		padding: 4px 14px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 16px 0px 16px 0px;
	}

	.page-bottom-tbody {
		padding: 24px 0 40px;
	}

	.page-bottom-title {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 48px;
	}

	.page-bottom-btn {
		margin-top: 24px;
	}
}

@media screen and (max-width: 1259px) {
	.page-con-top {
		margin-bottom: 22px;
	}

	.boxs-titles {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.page-con-top .przhan {
		max-height: 52px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 8px;
		margin-bottom: 14px;
	}

	.page-con-top .more .zhankai {
		min-width: 110px;
		padding: 3px 12px;
		line-height: 22px;
		font-size: 14px;
		border-radius: 14px 0px 14px 0px;
	}

	.page-bottom-tbody {
		padding: 20px 0 34px;
	}

	.page-bottom-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.page-bottom-btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.page-con-top {
		margin-bottom: 18px;
	}

	.boxs-titles {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.page-con-top .przhan {
		max-height: 48px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		margin-bottom: 12px;
	}

	.page-con-top .more .zhankai {
		min-width: 104px;
		padding: 3px 12px;
		line-height: 22px;
		font-size: 14px;
		border-radius: 12px 0px 12px 0px;
	}

	.page-bottom-tbody {
		padding: 18px 0 28px;
	}

	.page-bottom-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.page-bottom-btn {
		margin-top: 18px;
	}
}

@media screen and (max-width: 720px) {
	.page-con-top {
		margin-bottom: 14px;
	}

	.boxs-titles {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.page-con-top .przhan {
		max-height: 48px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		margin-bottom: 12px;
	}

	.page-con-top .more .zhankai {
		min-width: 104px;
		padding: 3px 12px;
		line-height: 22px;
		font-size: 13px;
		border-radius: 12px 0px 12px 0px;
	}

	.page-bottom-tbody {
		padding: 16px 0 24px;
	}

	.page-bottom-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.page-bottom-btn {
		margin-top: 16px;
	}
}

@media screen and (max-width: 560px) {
	.page-con-top {
		margin-bottom: 10px;
	}

	.boxs-titles {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.page-con-top .przhan {
		max-height: 48px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		margin-bottom: 12px;
	}

	.page-con-top .more .zhankai {
		min-width: 104px;
		padding: 3px 12px;
		line-height: 22px;
		font-size: 13px;
		border-radius: 10px 0px 10px 0px;
	}

	.page-bottom-tbody {
		padding: 16px 0 24px;
	}

	.page-bottom-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.page-bottom-btn {
		margin-top: 16px;
	}
}

.cer-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 30px;
	padding-bottom: 16px;
	margin-left: -21px;
	margin-right: -21px;
}

.cer-list .list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 21px;
	margin-bottom: 41px;
}

.cer-list .list-item .list-item-box {
	position: relative;
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #F4F4F4;
	padding: 53px 59px 28px;
}

.cer-list .list-item .list-item-box:hover {
	background: #4646f7;
}

.cer-list .list-item .item-pics {
	position: relative;
	padding-bottom: 100%;
	background: #FFFFFF;
	overflow: hidden;
}

.cer-list .list-item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.cer-list .list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

@media screen and (max-width: 999px) {
	.list-item .item-backdrop {
		display: none;
	}
}

.cer-list .list-item .item-body {
	padding-top: 24px;
	text-align: center;
	position: relative;
}

.cer-list .list-item .item-body .item-name {
	font-size: 18px;
	color: #333;
	line-height: 34px;
	text-align: center;
	font-family: Tahoma-Bold;
}

.cer-list .list-item .list-item-box:hover .item-body .item-name {
	color: #fff;
}

@media screen and (max-width: 1459px) {
	.cer-list {
		padding-top: 28px;
		padding-bottom: 14px;
		margin-left: -14px;
		margin-right: -14px;
	}

	.cer-list .list-item {
		width: 33.33333%;
		padding: 0 14px;
		margin-bottom: 32px;
	}

	.cer-list .list-item .list-item-box {
		padding: 40px 42px 24px;
	}

	.cer-list .list-item .item-icon 

	.cer-list .list-item .item-body {
		padding-top: 22px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 18px;
		line-height: 32px;
	}
}

@media screen and (max-width: 1259px) {
	.cer-list {
		padding-top: 24px;
		padding-bottom: 12px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.cer-list .list-item {
		width: 33.33333%;
		padding: 0 6px;
		margin-bottom: 28px;
	}

	.cer-list .list-item .list-item-box {
		padding: 28px 24px 20px;
	}

	.cer-list .list-item .item-icon 

	.cer-list .list-item .item-body {
		padding-top: 20px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 16px;
		line-height: 30px;
	}
}

@media screen and (max-width: 991px) {
	.cer-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 24px;
	}

	.cer-list .list-item .list-item-box {
		padding: 16px 15px 14px;
	}

	.cer-list .list-item .item-icon 

	.cer-list .list-item .item-body {
		padding-top: 16px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 700px) {
	.cer-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.cer-list .list-item .list-item-box {
		padding: 14px 15px 12px;
	}

	.cer-list .list-item .item-icon 

	.cer-list .list-item .item-body {
		padding-top: 14px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 560px) {
	.cer-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 16px;
	}

	.cer-list .list-item .list-item-box {
		padding: 10px;
	}

	.cer-list .list-item .item-body {
		padding-top: 12px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 360px) {
	.cer-list .list-item {
		width: 100%;
	}
}

.about {
	position: relative;
	padding-top: 42px;
}

.about-top {
	position: relative;
	width: 100%;
	padding-bottom: 54px;
}

.about-name {
	position: relative;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: Tahoma-Bold;
	color: #333;
	line-height: 48px;
}

.about-top-text {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.about-top-text a {
	color: #4646f7;
}

.about-top-text a:hover {
	color: #666;
}

.about-top-text img {
	display: inline-block;
	vertical-align: top;
}

.contact-top-list {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}

.contact-top-list a {
	color: #666;
}

.contact-top-list a:hover {
	color: #4646f7;
}

.about-form {
	position: relative;
	width: 100%;
	background: rgba(171, 198, 197, .1);
	padding: 36px 55px 48px;
	margin-bottom: 61px;
}

.about-form .xunbiao {
	font-size: 30px;
	font-size: 3rem;
	font-family: Tahoma-Bold;
	color: #333;
	line-height: 40px;
	margin-bottom: 42px;
	text-align: center;
}

.about-form-box {
	position: relative;
	width: 100%;
}

.about-form form {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 18px;
}

.about-form .item-input {
	position: relative;
	width: 48.05%;
	margin-bottom: 24px;
	height: 58px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
}

.about-form .item-input:hover {
	border-color: #4646f7;
}

.about-form .item-input1 {
	width: 100%;
	height: 235px;
	margin-bottom: 27px;
}

.about-form .item-code {
	position: relative;
	padding-right: 150px;
	margin-bottom: 0;
}

.about-form .attachment {
	width: 100%;
	cursor: pointer;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	height: auto !important;
	border: 0 !important;
	margin-bottom: 24px;
	background: transparent !important;
}

.about-form .item-input.star::before {
	position: absolute;
	left: -18px;
	top: 20px;
	content: "*";
	font-size: 18px;
	color: #FF0000;
	line-height: 24px;
}

.about-form .item-input input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding: 8px 20px;
	display: block;
}

.about-form .item-input1 textarea {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding: 10px 20px;
	display: block;
}

.attachment .file-group {
	width: 100%;
	height: 58px;
	position: relative;
	overflow: hidden;
}

.attachment .file-group .file-btn {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #4646f7;
	font-size: 16px;
	font-size: 1.6rem;
	transition: 0.5s;
	text-align: left;
	padding: 0 24px;
}

.attachment .file-group .file-single {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}

.about-form .item-code-img {
	position: absolute;
	right: -2px;
	top: -2px;
	bottom: -2px;
	width: 140px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-form .item-code-img .yanzheng {
	text-align: center;
	height: 100%;
	max-height: 58px;
}

.about-form .item-input-btn {
	width: 48.05%;
	height: 58px;
	position: relative;
}

.about-form .item-input-btn .item-btn {
	max-width: 100%;
	height: 100%;
	width: 100%;
	border: 1px solid #4646f7;
	background: #4646f7;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-family: Tahoma-Bold;
	text-transform: uppercase;
}

.about-form .item-input-btn .item-btn:hover {
	background: #fff;
	color: #4646f7;
}

.map {
	display: block;
	width: 100%;
	position: relative;
}

.map img {
	display: block;
	width: 100%;
}

.map iframe {
	display: block;
	width: 100%;
	height: 500px;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.about {
		padding-top: 38px;
	}

	.about-top {
		padding-bottom: 48px;
	}

	.about-name {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.about-top-text {
		margin-top: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.contact-top-list {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.about-form {
		padding: 32px 36px 42px;
		margin-bottom: 48px;
	}

	.about-form .xunbiao {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 38px;
		margin-bottom: 38px;
	}

	.about-form form {
		padding-left: 18px;
	}

	.about-form .item-input {
		width: 48.05%;
		margin-bottom: 22px;
		height: 54px;
		border-width: 2px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 230px;
		margin-bottom: 26px;
	}

	.about-form .item-code {
		padding-right: 150px;
		margin-bottom: 0;
	}

	.about-form .attachment {
		width: 100%;
		margin-bottom: 22px;
	}

	.about-form .item-input.star::before {
		left: -18px;
		top: 18px;
		font-size: 18px;
		line-height: 24px;
	}

	.about-form .item-input input {
		font-size: 16px;
		line-height: 28px;
		padding: 8px 18px;
	}

	.about-form .item-input1 textarea {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 18px;
	}

	.attachment .file-group {
		width: 100%;
		height: 54px;
	}

	.attachment .file-group .file-btn {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 20px;
	}

	.about-form .item-code-img {
		right: -2px;
		top: -2px;
		bottom: -2px;
		width: 140px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 54px;
	}

	.about-form .item-input-btn {
		width: 48.05%;
		height: 54px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 20px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.about {
		padding-top: 34px;
	}

	.about-top {
		padding-bottom: 42px;
	}

	.about-name {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.about-top-text {
		margin-top: 10px;
		font-size: 15px;
		line-height: 26px;
	}

	.contact-top-list {
		font-size: 15px;
		line-height: 26px;
		margin-top: 10px;
	}

	.about-form {
		padding: 28px 24px 36px;
		margin-bottom: 36px;
	}

	.about-form .xunbiao {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
		margin-bottom: 32px;
	}

	.about-form form {
		padding-left: 18px;
	}

	.about-form .item-input {
		width: 48.05%;
		margin-bottom: 18px;
		height: 50px;
		border-width: 1px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 220px;
		margin-bottom: 20px;
	}

	.about-form .item-code {
		padding-right: 136px;
		margin-bottom: 0;
	}

	.about-form .attachment {
		width: 100%;
		margin-bottom: 18px;
	}

	.about-form .item-input.star::before {
		left: -18px;
		top: 16px;
		font-size: 18px;
		line-height: 22px;
	}

	.about-form .item-input input {
		font-size: 15px;
		line-height: 26px;
		padding: 8px 16px;
	}

	.about-form .item-input1 textarea {
		font-size: 15px;
		line-height: 26px;
		padding: 8px 16px;
	}

	.attachment .file-group {
		width: 100%;
		height: 50px;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0 20px;
	}

	.about-form .item-code-img {
		right: -1px;
		top: -1px;
		bottom: -1px;
		width: 132px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 50px;
	}

	.about-form .item-input-btn {
		width: 48.05%;
		height: 50px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.about {
		padding-top: 28px;
	}

	.about-top {
		padding-bottom: 36px;
	}

	.about-name {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.about-top-text {
		margin-top: 8px;
		font-size: 15px;
		line-height: 26px;
	}

	.contact-top-list {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}

	.about-form {
		padding: 24px 18px 30px;
		margin-bottom: 24px;
	}

	.about-form .xunbiao {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		margin-bottom: 24px;
	}

	.about-form form {
		padding-left: 16px;
	}

	.about-form .item-input {
		width: 48%;
		margin-bottom: 16px;
		height: 46px;
		border-width: 1px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 220px;
		margin-bottom: 18px;
	}

	.about-form .item-code {
		padding-right: 130px;
		margin-bottom: 0;
	}

	.about-form .attachment {
		width: 100%;
		margin-bottom: 16px;
	}

	.about-form .item-input.star::before {
		left: -16px;
		top: 16px;
		font-size: 16px;
		line-height: 22px;
	}

	.about-form .item-input input {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 16px;
	}

	.about-form .item-input1 textarea {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 16px;
	}

	.attachment .file-group {
		width: 100%;
		height: 46px;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0 20px;
	}

	.about-form .item-code-img {
		right: -1px;
		top: -1px;
		bottom: -1px;
		width: 126px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 46px;
	}

	.about-form .item-input-btn {
		width: 48%;
		height: 46px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 18px;
	}
}

@media (max-width: 720px) {
	.about {
		padding-top: 24px;
	}

	.about-top {
		padding-bottom: 30px;
	}

	.about-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.about-top-text {
		margin-top: 8px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact-top-list {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
	}

	.about-form {
		padding: 20px 15px 24px;
		margin-bottom: 20px;
	}

	.about-form .xunbiao {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.about-form form {
		padding-left: 16px;
	}

	.about-form .item-input {
		width: 100%;
		margin-bottom: 16px;
		height: 46px;
		border-width: 1px;
	}

	.about-form .item-input1 {
		width: 100%;
		height: 220px;
		margin-bottom: 18px;
	}

	.about-form .item-code {
		padding-right: 130px;
		margin-bottom: 0;
	}

	.about-form .attachment {
		width: 100%;
		margin-bottom: 16px;
	}

	.about-form .item-input.star::before {
		left: -16px;
		top: 16px;
		font-size: 16px;
		line-height: 22px;
	}

	.about-form .item-input input {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 16px;
	}

	.about-form .item-input1 textarea {
		font-size: 14px;
		line-height: 24px;
		padding: 8px 16px;
	}

	.attachment .file-group {
		width: 100%;
		height: 46px;
	}

	.attachment .file-group .file-btn {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0 20px;
	}

	.about-form .item-code-img {
		right: -1px;
		top: -1px;
		bottom: -1px;
		width: 126px;
	}

	.about-form .item-code-img .yanzheng {
		max-height: 46px;
	}

	.about-form .item-input-btn {
		width: 100%;
		height: 46px;
	}

	.about-form .item-input-btn .item-btn {
		font-size: 16x;
	}
}


/**************** product *****************/
.page-product {
	position: relative;
	width: 100%;
	background: #f4f4f4;
}

.product {
	position: relative;
	width: 100%;
	padding-top: 38px;
}

.pro-contain {
	width: 100%;
	position: relative;
}

/* .pro-contain .pro-main{float: right;width: 1000px;margin-top: -8px;}
.pro-contain .pro-slide{float: left;width: 360px;} */

@media screen and (max-width: 1459px) {
	.product {
		padding-top: 34px;
	}

	/* .pro-contain .pro-main{width: 830px;margin-top: -6px;}
	.pro-contain .pro-slide{width: 340px;} */
}

@media screen and (max-width: 1259px) {
	.product {
		padding-top: 30px;
	}

	/* .pro-contain .pro-main{width: 610px;margin-top: -6px;}
	.pro-contain .pro-slide{width: 310px;} */
}

@media (max-width: 991px) {
	.product {
		padding-top: 26px;
	}

	/* .pro-contain .pro-main{float: none;width: 100%;margin-top: 0px;}
	.pro-contain .pro-slide{float: none;width: 100%;margin-top: 20px;} */
}

@media (max-width: 600px) {
	.product {
		padding-top: 22px;
	}

	/* .pro-contain .pro-main{float: none;width: 100%;margin-top: 0px;}
	.pro-contain .pro-slide{float: none;width: 100%;margin-top: 16px;} */
}

.pro-main-tbody {
	position: relative;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 30px;
}

.pro-tbody-title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	line-height: 48px;
	font-family: Tahoma-Bold;
}

.pro-tbody-swiper {
	position: relative;
	width: 100%;
	padding-top: 25px;
}

.pro-tbody-swiper .swiper-pro {
	position: relative;
	width: 100%;
}

.pro-tbody-swiper .swiper-button {
	width: 60px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	background: #FFFFFF;
	top: 0;
	transform: translateY(-100%);
	margin-top: -9px;
	font-size: 11px;
	color: #4646f7;
	font-weight: bold;
}

.pro-tbody-swiper .swiper-button:hover {
	background: #4646f7;
	color: #fff;
}

.pro-tbody-swiper .swiper-button-prev {
	left: auto;
	right: 80px;
}

.pro-list11-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.pro-list11-item .item-box {
	position: relative;
	width: 100%;
	padding: 30px 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #FFFFFF;
}

.pro-list11-item .item-box:hover {
	background: #4646f7;
	color: #fff;
}

.pro-list11-item .item-box .item-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	text-align: center;
	background: #FFFFFF;
	overflow: hidden;
}

.pro-list11-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.pro-list11-item .item-box .item-body {
	position: relative;
	width: calc(100% - 220px);
	padding-left: 38px;
}

.pro-list11-item .item-body .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	line-height: 30px;
	font-family: Tahoma-Bold;
}

.pro-list11-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	margin-top: 6px;
}

.pro-list11-item .item-body .item-btn {
	position: relative;
	margin-top: 14px;
}

.pro-list11-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	min-width: 120px;
	line-height: 34px;
	padding: 0 14px;
	font-size: 14px;
	text-align: center;
	color: #4646f7;
	background: #FFFFFF;
	border-radius: 18px 0px 18px 0px;
	font-family: Tahoma-Bold;
	border: 1px solid #4646f7;
}

.pro-list11-item .item-box:hover .item-body .item-title,
.pro-list11-item .item-box:hover .item-body .item-title a,
.pro-list11-item .item-box:hover .item-body .item-desc,
.pro-list11-item .item-box:hover .item-body .item-desc a {
	color: #fff;
}

.pro-list11-item .item-box:hover .item-body .item-btn .btnn {
	border-color: #fff;
}

.pro-form {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(1, 91, 87, .3);
}

.pro-list11 {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: 0.5s;
	padding-bottom: 32px;
	margin-left: -15px;
	margin-right: -15px;
}

.fenye {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.fenyen {
	display: inline-block;
	vertical-align: top;
}

.fenyen a {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	min-width: 36px;
	line-height: 26px;
	padding: 0 4px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	background: #F4F4F4;
	margin-bottom: 10px;
	margin-right: 7px;
}

.page-product .fenyen a {
	background: #fff;
}

.fenyen a

.fenyen a:hover,
.fenyen a.active {
	color: #fff;
	background: #4646f7;
}

.fenyen a.active {
	cursor: default;
}

.fuxuan {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

.fuxuan>div {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.fuxuan input {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 0px 6px;
	padding-right: 16px;
	background: url(../images/jian.png) no-repeat right center;
	background-color: #4646f7;
}

.fuxuan>div input {
	margin-bottom: 0 !important;
}

.fuxuan input:hover {
	background-color: rgba(1, 91, 87, .5);
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-main-tbody {
		padding-top: 10px;
		padding-bottom: 28px;
	}

	.pro-tbody-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.pro-tbody-swiper {
		padding-top: 22px;
	}

	.pro-tbody-swiper .swiper-button {
		width: 54px;
		line-height: 30px;
		height: 30px;
		margin-top: -7px;
		font-size: 10px;
	}

	.pro-tbody-swiper .swiper-button-prev {
		left: auto;
		right: 72px;
	}

	.pro-list11-item .item-box {
		padding: 26px 18px;
		;
	}

	.pro-list11-item .item-box .item-pic {
		width: 200px;
	}

	.pro-list11-item .item-box .item-body {
		width: calc(100% - 200px);
		padding-left: 30px;
	}

	.pro-list11-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-list11-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 6px;
	}

	.pro-list11-item .item-body .item-btn {
		margin-top: 12px;
	}

	.pro-list11-item .item-body .item-btn .btnn {
		min-width: 112px;
		line-height: 32px;
		padding: 0 12px;
		font-size: 14px;
		border-radius: 16px 0px 16px 0px;
	}

	.pro-form {
		padding-bottom: 18px;
	}

	.pro-list11 {
		padding-bottom: 28px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.pro-list11 .pro-item {
		width: 20%;
		padding: 0 8px;
		margin-bottom: 26px;
	}

	.fenyen a {
		min-width: 32px;
		line-height: 24px;
		padding: 0 4px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 7px;
	}

	.fenyen a

	.fuxuan {
		padding-left: 10px;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 5px;
		padding-right: 14px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-main-tbody {
		padding-top: 10px;
		padding-bottom: 24px;
	}

	.pro-tbody-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.pro-tbody-swiper {
		padding-top: 18px;
	}

	.pro-tbody-swiper .swiper-button {
		width: 48px;
		line-height: 28px;
		height: 28px;
		margin-top: -7px;
		font-size: 10px;
	}

	.pro-tbody-swiper .swiper-button-prev {
		left: auto;
		right: 60px;
	}

	.pro-list11-item .item-box {
		padding: 22px 15px;
		;
	}

	.pro-list11-item .item-box .item-pic {
		width: 200px;
	}

	.pro-list11-item .item-box .item-body {
		width: calc(100% - 200px);
		padding-left: 24px;
	}

	.pro-list11-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pro-list11-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 6px;
	}

	.pro-list11-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-list11-item .item-body .item-btn .btnn {
		min-width: 112px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 14px 0px 14px 0px;
	}

	.pro-form {
		padding-bottom: 16px;
	}

	.pro-list11 {
		padding-bottom: 24px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.pro-list11 .pro-item {
		width: 25%;
		padding: 0 10px;
		margin-bottom: 22px;
	}

	.fenyen a {
		min-width: 30px;
		line-height: 24px;
		padding: 0 4px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 6px;
	}

	.fenyen a

	.fuxuan {
		padding-left: 10px;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px 5px;
		padding-right: 14px;
	}
}

@media (max-width: 991px) {
	.pro-main-tbody {
		padding-top: 8px;
		padding-bottom: 20px;
	}

	.pro-tbody-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.pro-tbody-swiper {
		padding-top: 16px;
	}

	.pro-tbody-swiper .swiper-button {
		width: 42px;
		line-height: 28px;
		height: 28px;
		margin-top: -6px;
		font-size: 10px;
	}

	.pro-tbody-swiper .swiper-button-prev {
		left: auto;
		right: 54px;
	}

	.pro-list11-item .item-box {
		padding: 18px 12px;
		;
	}

	.pro-list11-item .item-box .item-pic {
		width: 100%;
	}

	.pro-list11-item .item-box .item-body {
		width: 100%;
		padding-left: 0;
		padding-top: 12px;
	}

	.pro-list11-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pro-list11-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
	}

	.pro-list11-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-list11-item .item-body .item-btn .btnn {
		min-width: 112px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 12px 0px 12px 0px;
	}

	.pro-form {
		padding-bottom: 14px;
	}

	.pro-list11 {
		padding-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.pro-list11 .pro-item {
		width: 33.33333333%;
		padding: 0 10px;
		margin-bottom: 18px;
	}

	.fenyen a {
		min-width: 30px;
		line-height: 24px;
		padding: 0 4px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 6px;
	}

	.fenyen a

	.fuxuan {
		padding-left: 10px;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px 5px;
		padding-right: 14px;
	}
}

@media (max-width: 720px) {
	.pro-main-tbody {
		padding-top: 8px;
		padding-bottom: 16px;
	}

	.pro-tbody-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.pro-tbody-swiper {
		padding-top: 16px;
	}

	.pro-tbody-swiper .swiper-button {
		width: 42px;
		line-height: 28px;
		height: 28px;
		margin-top: -6px;
		font-size: 10px;
	}

	.pro-tbody-swiper .swiper-button-prev {
		left: auto;
		right: 54px;
	}

	.pro-list11-item .item-box {
		padding: 10px 12px;
		;
	}

	.pro-list11-item .item-box .item-pic {
		width: 100%;
	}

	.pro-list11-item .item-box .item-body {
		width: 100%;
		padding-left: 0;
		padding-top: 12px;
	}

	.pro-list11-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pro-list11-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
	}

	.pro-list11-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-list11-item .item-body .item-btn .btnn {
		min-width: 112px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 12px 0px 12px 0px;
	}

	.pro-form {
		padding-bottom: 10px;
	}

	.pro-list11 {
		padding-bottom: 20px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.pro-list11 .pro-item {
		width: 33.3333%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.fenyen a {
		min-width: 30px;
		line-height: 24px;
		padding: 0 4px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 6px;
	}

	.fenyen a

	.fuxuan {
		padding-left: 10px;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px 5px;
		padding-right: 14px;
	}
}

@media (max-width: 560px) {
	.pro-main-tbody {
		padding-top: 8px;
		padding-bottom: 16px;
	}

	.pro-tbody-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.pro-tbody-swiper {
		padding-top: 16px;
	}

	.pro-tbody-swiper .swiper-button {
		width: 36px;
		line-height: 28px;
		height: 28px;
		margin-top: -6px;
		font-size: 10px;
	}

	.pro-tbody-swiper .swiper-button-prev {
		left: auto;
		right: 48px;
	}

	.pro-list11-item .item-box {
		padding: 10px 12px;
		;
	}

	.pro-list11-item .item-box .item-pic {
		width: 100%;
	}

	.pro-list11-item .item-box .item-body {
		width: 100%;
		padding-left: 0;
		padding-top: 12px;
	}

	.pro-list11-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pro-list11-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
	}

	.pro-list11-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-list11-item .item-body .item-btn .btnn {
		min-width: 112px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 14px;
		border-radius: 12px 0px 12px 0px;
	}

	.pro-form {
		padding-bottom: 8px;
	}

	.pro-list11 {
		padding-bottom: 20px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.pro-list11 .pro-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.fenyen a {
		min-width: 30px;
		line-height: 24px;
		padding: 0 4px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 6px;
	}

	.fenyen a

	.fuxuan {
		padding-left: 10px;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px 5px;
		padding-right: 14px;
	}
}

@media (max-width: 360px) {
	.pro-list11 .pro-item {
		width: 100%;
	}

	.pro-list11-item {
		width: 100%;
	}
}

.j-nextshow {
	position: relative;
}

.proslide_menubtn {
	display: none;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.proslide_menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #fff;
}

@media screen and (max-width: 991px) {
	.proslide_menubtn {
		display: block;
	}
}


.pro-slide-title {
	position: relative;
	font-size: 30px;
	font-size: 3rem;
	line-height: 42px;
	padding: 9px 18px;
	font-family: Roboto-Bold;
	color: #fff;
	background: #4646f7;
	border-radius: 6px;
}

.pro-slide-title a {
	color: #fff;
}

.pro-slide-title a:hover {
	color: #dedede;
}

.pryiji {
	position: relative;
	width: 100%;
	background: #F3F6FF;
}

.pryiji>li {
	position: relative;
	transition: 0.5s;
	padding-right: 30px;
	padding-left: 60px;
}

.pryiji>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 31px;
	color: #333;
	padding: 15px 0;
	padding-right: 20px;
	border-bottom: 1px solid #ccc;
}

.pryiji>li:nth-last-of-type(1)>a {
	border-bottom: 0;
}

.pryiji>li>a img {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.pryiji>li>

.pryiji>li>a 

.pryiji>li>a:hover {
	color: #4646f7;
}

.pryiji>li>a:hover img {
	border-color: #4646f7;
}

.pryiji>li:hover>

.pryiji>li>a:hover 

.pryiji>li>a span {
	transition: 0.5s;
	position: relative;
}

.prerji {
	position: relative;
}

.prerji>li {
	position: relative;
	transition: 0.5s;
	border-bottom: 1px solid #ccc;
}

.prerji>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	padding: 15px 0;
	padding-right: 20px;
}

.prerji>li>

.prerji>li>a 

.prerji>li>a:hover {
	color: #4646f7;
}

.prerji>li:hover>

.prerji>li>a:hover 

.prsanji {
	padding-left: 10px;
	padding-bottom: 12px;
}

.prsanji>li>a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	padding: 4px 0;
	position: relative;
	color: #666;
}

.prsanji>li>a:hover {
	color: #4646f7;
}

.prsanji>li>a:hover::before {
	display: block;
}

a.prbiao:hover {
	color: #4646f7;
}

.dangpryi>a {
	color: #4646f7 !important;
}

.dangpryi>a img {
	border-color: #4646f7 !important;
}

.dangpryi>

.dangpryi>a 

.pryiji>li.dangpryi>a::before {
	display: block;
}

/* .dangpryi>.iconfont::before, .dangpryi>a .iconfont::before {content: "\e600" !important;} */
/* .dangpryi>a i{ transform:rotate(180deg) !important; color:#fff !important} */
.dangprer>a {
	color: #4646f7 !important;
}

.dangprer>

.dangprer>a 

.dangprer>a::before {
	display: block !important;
}

/* .dangprer>.iconfont::before, .dangprer>a .iconfont::before {content: "\e600" !important;} */

.attribute {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	z-index: 222;
}

.attribute .menu-form {
	padding-top: 20px;
}

.attribute .box {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.attribute .box .box-item {
	position: relative;
	width: calc(50% - 15px);
	margin-bottom: 10px;
}

.attribute .name {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	font-size: 18px;
	color: #4646f7;
	line-height: 30px;
	padding: 15px 30px;
	word-wrap: break-word;
	word-break: break-word;
	cursor: pointer;
	font-family: Tahoma-Bold;
}

.attribute .name i {
	margin-left: 4px;
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 24px;
}

.attribute .name.active,
.attribute .name:hover {
	color: #fff;
	background: #4646f7;
}

/* .attribute .name i{position: absolute; right: 12px;top:50%; margin-top:-10px; width: 20px; height: 20px;}
.attribute .name i:before{ content: ""; position: absolute; width: 12px; height: 2px; background: #333; left: 50%; top: 50%; margin-left: -6px; margin-top: -1px;}
.attribute .name i:after{ content: ""; position: absolute; width: 12px; height: 2px; background: #333; left: 50%; top: 50%; margin-left: -6px; margin-top: -1px; transform: rotate(90deg);} */
/* .attribute .name:hover i:before, .attribute .name:hover i:after{background: #fff;}
.attribute .name.active span{color: #fff;} */
/* .attribute .name.active i:after{ transform:rotate(180deg);background: #fff; }*/
.attribute .item-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFFFFF;
	padding: 8px 54px;
	box-sizing: border-box;
	max-height: 292px;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 2;
}

.attribute .item-box label {
	display: inline-block;
	cursor: pointer;
}

.attribute .item-box>div {
	color: #333;
	display: block;
	vertical-align: top;
	margin-bottom: 0px;
	position: relative;
	padding: 8px 0;
}

.attribute .item-box p input {}

.attribute .item-box div span {
	overflow-y: hidden;
	display: inline-block;
	vertical-align: middle;
	max-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 30px;
}

.attribute .check-box-div {
	display: inline-block;
	vertical-align: middle;
}

.attribute .check-box-div .icon {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.attribute .item-box.active {
	display: block
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-slide-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
		padding: 8px 16px;
	}

	.pryiji>li {
		padding-right: 20px;
		padding-left: 54px;
	}

	.pryiji>li>a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 13px 0;
		padding-right: 18px;
	}

	.pryiji>li>a img {
		left: -46px;
		width: 38px;
		height: 38px;
	}

	.pryiji>li>

	.pryiji>li>a 

	.prerji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 13px 0;
		padding-right: 20px;
	}

	.prerji>li>

	.prerji>li>a 

	.prsanji {
		padding-left: 6px;
		padding-bottom: 10px;
	}

	.prsanji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 3px 0;
	}

	.attribute {
		padding-bottom: 26px;
	}

	.attribute .menu-form {
		padding-top: 18px;
	}

	.attribute .box .box-item {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}

	.attribute .name {
		font-size: 18px;
		line-height: 30px;
		padding: 13px 26px;
	}

	.attribute .name i {
		font-size: 12px;
		line-height: 24px;
	}

	.attribute .item-box {
		padding: 8px 40px;
		max-height: 256px;
	}

	.attribute .item-box>div {
		padding: 6px 0;
	}

	.attribute .item-box div span {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		max-height: 28px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-slide-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
		padding: 6px 14px;
	}

	.pryiji>li {
		padding-right: 15px;
		padding-left: 48px;
	}

	.pryiji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 11px 0;
		padding-right: 16px;
	}

	.pryiji>li>a img {
		left: -42px;
		width: 36px;
		height: 36px;
	}

	.pryiji>li>

	.pryiji>li>a 

	.prerji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 10px 0;
		padding-right: 20px;
	}

	.prerji>li>

	.prerji>li>a 

	.prsanji {
		padding-left: 6px;
		padding-bottom: 10px;
	}

	.prsanji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 3px 0;
	}

	.attribute {
		padding-bottom: 22px;
	}

	.attribute .menu-form {
		padding-top: 16px;
	}

	.attribute .box .box-item {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}

	.attribute .name {
		font-size: 18px;
		line-height: 28px;
		padding: 11px 20px;
	}

	.attribute .name i {
		font-size: 12px;
		line-height: 24px;
	}

	.attribute .item-box {
		padding: 6px 28px;
		max-height: 192px;
	}

	.attribute .item-box>div {
		padding: 5px 0;
	}

	.attribute .item-box div span {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		max-height: 26px;
	}

	.prnews {
		margin-top: 40px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 18px 16px;
	}

	.pro-news-item .item-title {
		font-size: 15px;
		line-height: 24px;
		padding-left: 24px;
	}

	.pro-news-item .item-title 

	.pro-news-item .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
	}
}

@media (max-width: 991px) {
	.pro-slide-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding: 6px 12px;
	}

	.pryiji>li {
		padding-right: 14px;
		padding-left: 42px;
	}

	.pryiji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 9px 0;
		padding-right: 16px;
	}

	.pryiji>li>a img {
		left: -38px;
		width: 34px;
		height: 34px;
	}

	.pryiji>li>

	.pryiji>li>a 

	.prerji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 8px 0;
		padding-right: 20px;
	}

	.prerji>li>

	.prerji>li>a 

	.prsanji {
		padding-left: 6px;
		padding-bottom: 10px;
	}

	.prsanji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 3px 0;
	}

	.attribute {
		padding-bottom: 18px;
	}

	.attribute .menu-form {
		padding-top: 14px;
	}

	.attribute .box .box-item {
		width: 100%;
		margin-bottom: 10px;
	}

	.attribute .name {
		font-size: 16px;
		line-height: 28px;
		padding: 8px 16px;
	}

	.attribute .name i {
		font-size: 12px;
		line-height: 22px;
	}

	.attribute .item-box {
		padding: 6px 24px;
		max-height: 162px;
		position: relative;
		top: 0;
	}

	.attribute .item-box>div {
		padding: 3px 0;
	}

	.attribute .item-box div span {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		max-height: 24px;
	}

	.prtags {
		margin-top: 16px;
	}

	.prtags .tags-list {
		margin-top: 16px;
		margin-right: -8px;
	}

	.prtags .tags-list a {
		padding: 4px 10px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
		margin-right: 8px;
	}

	.prnews {
		margin-top: 32px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 16px 12px;
	}

	.pro-news-item .item-title {
		font-size: 14px;
		line-height: 24px;
		padding-left: 24px;
	}

	.pro-news-item .item-title 

	.pro-news-item .item-desc {
		font-size: 13px;
		line-height: 22px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.pryiji {
		display: none;
		margin-bottom: 0;
	}
}

.pro-related {
	position: relative;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 61px;
}

.news-related {
	position: relative;
	width: 100%;
	padding: 52px 0 60px;
}

.app-related {
	position: relative;
	width: 100%;
	padding-top: 38px;
	padding-bottom: 60px;
}

.faq-related {
	position: relative;
	width: 100%;
	padding-top: 56px;
	padding-bottom: 53px;
}

.related-box>div:nth-of-type(even) {
	background: #fff;
}

.news-related-box .news-related {
	padding-top: 40px;
	padding-bottom: 0 !important;
}

.news-related-box .pro-related {
	padding-top: 50px;
	padding-bottom: 0 !important;
}

.related-title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	line-height: 48px;
	font-family: Tahoma-Bold;
}

.related-title a {
	display: inline-block;
	vertical-align: top;
}

.related-swiper {
	position: relative;
	width: 100%;
	padding-top: 22px;
}

.app-related .related-swiper {
	padding-top: 20px;
}

.related-swiper .swiper-button {
	width: 60px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	background: #FFFFFF;
	top: 0;
	transform: translateY(-100%);
	margin-top: -9px;
	font-size: 11px;
	color: #4646f7;
	font-weight: bold;
}

.related-swiper .swiper-button:hover {
	background: #4646f7;
	color: #fff;
}

.related-swiper .swiper-button-prev {
	left: auto;
	right: 80px;
}

.related-box>div:nth-of-type(even) .related-swiper .swiper-button {
	background: #f4f4f4;
}

.news-related-box .related-swiper .swiper-button {
	background: #f4f4f4;
}

.related-box>div:nth-of-type(even) .related-swiper .swiper-button:hover {
	background: #4646f7;
}

.news-related-box .related-swiper .swiper-button:hover {
	background: #4646f7;
}

.news .related-swiper .swiper-button {
	background: #f4f4f4;
}

.news .related-swiper .swiper-button:hover {
	background: #4646f7;
}

.related-swiper .swiper-related {
	position: relative;
	width: 100%;
}

.related-swiper .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 100%;
}

.related-swiper .swiper-slide>* {
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}

.app-item {
	position: relative;
	width: 100%;
}

.app-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.app-item .item-box .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.app-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.app-item .item-box .item-body {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 30px 14px;
	background: rgba(1, 91, 87, .8);
	transition: all .5s;
}

.app-item .item-box .item-title {
	font-size: 24px;
	font-family: Tahoma-Bold;
	color: #FFFFFF;
	line-height: 36px;
}

.app-item .item-box .item-desc {
	position: relative;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 8px;
	height: 60px;
	overflow: hidden;
}

.app-item .item-box .item-title a,
.app-item .item-box .item-desc a {
	color: #fff;
}

.app-item .item-box .item-title a:hover,
.app-item .item-box .item-desc a:hover {
	color: #cdcdcd;
}

.pro-related .pro-item .item-box {
	border: 1px solid #F4F4F4;
}

.pro-related .pro-item .item-body {
	border-top: 1px solid #F4F4F4;
}

.pro-related .pro-item .item-body .item-btn .btnn {
	background: #4646f7;
	color: #fff;
}

.pro-related .pro-item .item-body .item-btn a.btnn:hover {
	background: #fff;
	color: #4646f7;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-related {
		padding-top: 28px;
		padding-bottom: 52px;
	}

	.news-related {
		padding: 48px 0 52px;
	}

	.app-related {
		padding-top: 34px;
		padding-bottom: 52px;
	}

	.faq-related {
		padding-top: 50px;
		padding-bottom: 48px;
	}

	.news-related-box .news-related {
		padding-top: 36px;
	}

	.news-related-box .pro-related {
		padding-top: 44px;
	}

	.related-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.related-swiper {
		padding-top: 20px;
	}

	.app-related .related-swiper {
		padding-top: 20px;
	}

	.related-swiper .swiper-button {
		width: 54px;
		line-height: 30px;
		height: 30px;
		margin-top: -8px;
	}

	.related-swiper .swiper-button-prev {
		right: 72px;
	}

	.app-item .item-box .item-body {
		padding: 12px 26px 14px;
	}

	.app-item .item-box .item-title {
		font-size: 22px;
		line-height: 34px;
	}

	.app-item .item-box .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
		height: 56px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-related {
		padding-top: 24px;
		padding-bottom: 44px;
	}

	.news-related {
		padding: 42px 0 46px;
	}

	.app-related {
		padding-top: 30px;
		padding-bottom: 44px;
	}

	.faq-related {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.news-related-box .news-related {
		padding-top: 30px;
	}

	.news-related-box .pro-related {
		padding-top: 38px;
	}

	.related-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.related-swiper {
		padding-top: 20px;
	}

	.app-related .related-swiper {
		padding-top: 20px;
	}

	.related-swiper .swiper-button {
		width: 48px;
		line-height: 28px;
		height: 28px;
		margin-top: -6px;
	}

	.related-swiper .swiper-button-prev {
		right: 60px;
	}

	.app-item .item-box .item-body {
		padding: 10px 22px 12px;
	}

	.app-item .item-box .item-title {
		font-size: 20px;
		line-height: 32px;
	}

	.app-item .item-box .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 6px;
		height: 52px;
	}
}

@media(max-width: 991px) {
	.pro-related {
		padding-top: 20px;
		padding-bottom: 36px;
	}

	.news-related {
		padding: 36px 0 38px;
	}

	.app-related {
		padding-top: 26px;
		padding-bottom: 36px;
	}

	.faq-related {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	.news-related-box .news-related {
		padding-top: 24px;
	}

	.news-related-box .pro-related {
		padding-top: 24px;
	}

	.related-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.related-swiper {
		padding-top: 18px;
	}

	.app-related .related-swiper {
		padding-top: 18px;
	}

	.related-swiper .swiper-button {
		width: 48px;
		line-height: 28px;
		height: 28px;
		margin-top: -6px;
	}

	.related-swiper .swiper-button-prev {
		right: 60px;
	}

	.app-item .item-box .item-body {
		padding: 10px 18px 12px;
	}

	.app-item .item-box .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.app-item .item-box .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
		height: 48px;
	}
}

@media(max-width: 720px) {
	.pro-related {
		padding-top: 20px;
		padding-bottom: 28px;
	}

	.news-related {
		padding: 30px 0 30px;
	}

	.app-related {
		padding-top: 20px;
		padding-bottom: 28px;
	}

	.faq-related {
		padding-top: 28px;
		padding-bottom: 30px;
	}

	.news-related-box .news-related {
		padding-top: 20px;
	}

	.news-related-box .pro-related {
		padding-top: 20px;
	}

	.related-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.related-swiper {
		padding-top: 18px;
	}

	.app-related .related-swiper {
		padding-top: 18px;
	}

	.related-swiper .swiper-button {
		width: 42px;
		line-height: 26px;
		height: 26px;
		margin-top: -5px;
	}

	.related-swiper .swiper-button-prev {
		right: 54px;
	}

	.app-item .item-box .item-body {
		padding: 10px 18px 12px;
		position: relative;
	}

	.app-item .item-box .item-title {
		font-size: 18px;
		line-height: 30px;
	}

	.app-item .item-box .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
		height: 48px;
	}
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.m-prob {
	position: relative;
	width: 100%;
	padding-bottom: 44px;
	padding-top: 14px;
}

.m-propic {
	margin: 0 auto;
	width: 640px;
	float: left;
}

.m-propic .pic-big {
	width: 520px;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9
}

.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	background: #FFFFFF;
	border: 1px solid #F5F5F5;
}

.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-propic .zoomWrapperImage img {
	max-width: 1920px;
	z-index: 99
}

.m-propic .pic-small {
	position: relative;
	float: right;
	width: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	z-index: 1
}

.m-propic .pic-btn {
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	background: rgba(1, 91, 87, .1);
	color: #fff;
	cursor: pointer;
	z-index: 9
}

.m-propic .pic-btn.prev {
	top: 0px;
}

.m-propic .pic-btn.next {
	bottom: 0px;
}

.m-propic .pic-btn:hover {
	background: #4646f7;
	color: #fff;
}

.m-propic .pic-list {
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.m-propic .pic-list ul {
	height: 50000px;
}

.m-propic .list-item {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.m-propic .item-pics,
.m-propic .pic-list .item-video {
	position: relative;
	display: block;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
}

/* .m-propic .item-pics:before,.m-propic .pic-list .item-video:before{ content:""; position:absolute; width:8px; height:15px; background:url() no-repeat center left; left:0px; top:50%; margin-top:-7px; z-index:-1} */
.m-propic .item-pics img,
.m-propic .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.m-propic .item-pics:hover {}

.m-propic .item-pics.zoomThumbActive {
	border: 1px solid #4646f7;
}

.m-propic .item-pics.zoomThumbActive:before,
.m-propic .item-video.active:before {
	left: -8px;
}

.m-propic2 {
	display: none;
}

.m-propic .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.m-propic .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.m-propic .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.m-propic .item-pics:hover,
.m-propic .item-pics.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
	border-color: #4646f7;
}

@media screen and (max-width:1459px) {
	.m-prob {
		padding-bottom: 38px;
		padding-top: 12px;
	}

	.m-propic {
		width: 580px;
	}

	.m-propic .pic-big {
		width: 472px;
	}

	.m-propic .pic-small {
		width: 95px;
		padding-top: 20px;
		padding-bottom: 21px;
	}

	.m-propic .pic-btn {
		font-size: 20px;
		line-height: 18px;
		height: 18px;
	}

	.m-propic .pic-list {
		height: 430px;
	}

	.m-propic .list-item {
		margin-bottom: 17px;
	}
}

@media screen and (max-width:1259px) {
	.m-prob {
		padding-bottom: 32px;
		padding-top: 10px;
	}

	.m-propic {
		width: 480px;
	}

	.m-propic .pic-big {
		width: 386px;
	}

	.m-propic .pic-small {
		width: 78px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.m-propic .pic-btn {
		font-size: 18px;
		line-height: 18px;
		height: 18px;
	}

	.m-propic .pic-list {
		height: 346px;
	}

	.m-propic .list-item {
		margin-bottom: 11px;
	}
}

@media screen and (max-width:999px) {
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prob-pic {
		float: none;
		margin: 0 auto;
	}

	.m-prob {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:991px) {
	.m-prob {
		padding-bottom: 24px;
		padding-top: 8px;
	}

	.m-propic1 {
		display: none;
	}

	.m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
	}

	.m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -12px;
		display: block;
		width: 17px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		color: #aaa;
		font-size: 18px;
		line-height: 32px;
	}

	.m-propic2 .box-btn.prev {
		left: 0;
	}

	.m-propic2 .box-btn.next {
		right: 0;
		;
	}

	.m-propic2 .box-btn.prev:hover {
		color: #4646f7;
	}

	.m-propic2 .box-btn.next:hover {
		color: #4646f7;
	}

	.m-propic2 .box-list {
		overflow: hidden;
	}

	.m-propic2 .box-list ul {
		width: 1000%;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 3.13%;
		padding: 0px;
	}

}

@media only screen and (max-width:500px) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 4.8%;
	}
}

@media only screen and (max-width:350px) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 9.8%;
	}
}

.prob-info {
	position: relative;
	width: 700px;
	float: right;
	margin-top: -8px;
}

.jianjie h1 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	line-height: 36px;
	font-family: Tahoma-Bold;
}

.jiann {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	margin-top: 18px;
	margin-bottom: 30px;
	height: 330px;
	overflow: auto;
}

.jiann p,
.jiann span,
.jiann li,
.jiann strong {
	color: #666;
}

.jiann a {
	color: #4646f7;
}

.jiann a:hover {
	color: #666;
}

.inno {
	letter-spacing: 0;
	font-size: 0px;
	padding-top: 31px;
	margin-left: -10px;
	margin-right: -10px;
}

.inno a {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	padding: 10px 11px;
	line-height: 35px;
	font-size: 20px;
	font-size: 2rem;
	color: #666;
	background: #fff;
	font-family: Tahoma-Bold;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.inno a:hover {
	color: #fff;
	background: #4646f7;
}

.inno a.prpdf {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
}

.inno a.prpdf 

.sharen {
	display: inline-block;
	padding: 0 20px;
}

.share1 {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	vertical-align: middle;
	color: #999;
}

.share2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}

.share2 img {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:1459px) {
	.prob-info {
		width: 600px;
		margin-top: -8px;
	}

	.jianjie h1 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.jiann {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 16px;
		margin-bottom: 26px;
		height: 280px;
	}

	.inno {
		padding-top: 24px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.inno a {
		min-width: 140px;
		padding: 8px 10px;
		line-height: 32px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.inno a.prpdf {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.inno a.prpdf 

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width:1259px) {
	.prob-info {
		width: 450px;
		margin-top: -8px;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 14px;
		margin-bottom: 20px;
		height: 234px;
	}

	.inno {
		padding-top: 20px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.inno a {
		min-width: 134px;
		padding: 6px 10px;
		line-height: 32px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.inno a.prpdf {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.inno a.prpdf 

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width:991px) {
	.prob-info {
		width: 100%;
		margin-top: 18px;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 14px;
		margin-bottom: 20px;
		height: auto;
	}

	.inno {
		padding-top: 20px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.inno a {
		min-width: 134px;
		padding: 6px 10px;
		line-height: 32px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.inno a.prpdf {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.inno a.prpdf 

	.share1 {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width:767px) {
	.prob-info {
		width: 100%;
		margin-top: 18px;
	}

	.jianjie h1 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 12px;
		margin-bottom: 18px;
		height: auto;
	}

	.inno {
		padding-top: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.inno a {
		min-width: 130px;
		padding: 6px 10px;
		line-height: 32px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 10px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.inno a.prpdf {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.inno a.prpdf 

	.share1 {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

.prob-img {
	position: relative;
	width: 100%;
	padding-top: 40px;
}

.prob-img .swiper-pros {
	position: relative;
	width: 100%;
}

.prob-img .swiper-pros .swiper-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.pros-img-item {
	position: relative;
	width: 100%;
}

.pros-img-item .item-pic {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #F3F6FF;
}

.pros-img-item .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.pros-img-item .item-video {
	position: relative;
	width: 100%;
	padding-bottom: calc(100% - 2px);
	z-index: 22;
}

.pros-img-item .item-video .video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pros-img-item .item-pic:hover {
	border-color: #4646f7;
}

.prob-img .swiper-pros .swiper-button {
	top: 50%;
	margin: 0 16px;
	transform: translateY(-50%);
	width: 35px;
	line-height: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background: #F3F6FF;
	font-size: 18px;
	color: #4646f7;
}

.prob-img .swiper-pros .swiper-button:hover {
	background: #4646f7;
	color: #fff;
}

@media screen and (max-width:1459px) {
	.prob-img {
		padding-top: 34px;
	}

	.prob-img .swiper-pros .swiper-button {
		margin: 0 15px;
		width: 32px;
		line-height: 32px;
		height: 32px;
		font-size: 17px;
	}
}

@media screen and (max-width:1259px) {
	.prob-img {
		padding-top: 28px;
	}

	.prob-img .swiper-pros .swiper-button {
		margin: 0 12px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.prob-img {
		padding-top: 22px;
	}

	.prob-img .swiper-pros .swiper-button {
		margin: 0 10px;
		width: 28px;
		line-height: 28px;
		height: 28px;
		font-size: 15px;
	}
}

@media screen and (max-width:720px) {
	.prob-img {
		padding-top: 16px;
	}

	.prob-img .swiper-pros .swiper-button {
		margin: 0 8px;
		width: 26px;
		line-height: 26px;
		height: 26px;
		font-size: 14px;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 24px;
}

.table table tr td {
	padding: 5px;
	border: 1px solid #eaeaea;
	/* font-size:14px; font-size:1.4rem; color:#333; */
}

.pro-main-title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	line-height: 48px;
	font-family: Tahoma-Bold;
	border-bottom: 1px solid #ABC6C5;
	padding-bottom: 20px;
}

.product-attribute {
	position: relative;
	width: 100%;
	margin-bottom: 36px;
}

.product-attribute .pattlist {
	padding-top: 26px;
}

.patitem {
	position: relative;
	width: 100%;
	margin-bottom: 14px;
}

.patitem span {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	margin-right: 28px;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.patitem-name {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin-right: 10px;
	font-family: Tahoma-Bold;
}

.product-detail {
	position: relative;
	z-index: 1;
}

.prodetails-desc {
	position: relative;
	padding-top: 14px;
	padding-bottom: 31px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	border-bottom: 1px solid rgba(1, 91, 87, .3);
}

.prodetails-desc a {
	color: #4646f7;
}

.prodetails-desc a:hover {
	color: #666;
}

.prodetails-desc img {
	display: inline-block;
	vertical-align: top;
}

.tags {
	position: relative;
	width: 100%;
	padding-top: 52px;
}

.tag-list {
	position: relative;
	margin-bottom: 12px;
	font-size: 0;
	letter-spacing: 0;
}

.tag-list .tags-title {
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	color: #333333;
	line-height: 48px;
	font-family: Tahoma-Bold;
	margin-right: 16px;
}

.tag-list a {
	display: inline-block;
	vertical-align: top;
	min-width: 140px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	padding: 0 8px;
	margin: 8px 0;
	margin-right: 22px;
	color: #666;
	background: #fff;
	text-align: center;
}

.tag-list a:hover {
	color: #fff;
	background: #4646f7;
}

.tags .prtag {
	position: relative;
	max-height: 144px;
	overflow: hidden;
}

.tags .prtagh {
	max-height: none !important;
}

.tags .mores .zhankais {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	min-width: 121px;
	padding: 5px 14px;
	line-height: 25px;
	font-size: 14px;
	background: #FFFFFF;
	color: #4646f7;
	border-radius: 18px 0px 18px 0px;
	border: 1px solid #4646f7;
	font-family: Tahoma-Bold;
}

.tags .mores .zhankais:hover {
	background: #4646f7;
	color: #fff;
}

@media screen and (max-width:1459px) {
	.pro-main-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
		padding-bottom: 18px;
	}

	.product-attribute {
		margin-bottom: 32px;
	}

	.product-attribute .pattlist {
		padding-top: 22px;
	}

	.patitem {
		margin-bottom: 12px;
	}

	.patitem span {
		line-height: 26px;
		margin-right: 24px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.patitem-name {
		font-size: 18px;
		line-height: 26px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 12px;
		padding-bottom: 28px;
		font-size: 16px;
		line-height: 28px;
	}

	.tags {
		padding-top: 44px;
	}

	.tag-list {
		margin-bottom: 10px;
	}

	.tag-list .tags-title {
		font-size: 32px;
		line-height: 44px;
		margin-right: 14px;
	}

	.tag-list a {
		min-width: 132px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		padding: 0 6px;
		margin: 7px 0;
		margin-right: 18px;
	}

	.tags .prtag {
		max-height: 132px;
	}

	.tags .mores .zhankais {
		min-width: 120px;
		padding: 4px 12px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 16px 0px 16px 0px;
	}
}

@media screen and (max-width:1259px) {
	.pro-main-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
		padding-bottom: 16px;
	}

	.product-attribute {
		margin-bottom: 28px;
	}

	.product-attribute .pattlist {
		padding-top: 18px;
	}

	.patitem {
		margin-bottom: 10px;
	}

	.patitem span {
		line-height: 26px;
		margin-right: 20px;
		font-size: 15px;
		margin-bottom: 8px;
	}

	.patitem-name {
		font-size: 17px;
		line-height: 26px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 10px;
		padding-bottom: 24px;
		font-size: 15px;
		line-height: 26px;
	}

	.tags {
		padding-top: 36px;
	}

	.tag-list {
		margin-bottom: 10px;
	}

	.tag-list .tags-title {
		font-size: 28px;
		line-height: 40px;
		margin-right: 12px;
	}

	.tag-list a {
		min-width: 124px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 0 5px;
		margin: 6px 0;
		margin-right: 16px;
	}

	.tags .prtag {
		max-height: 120px;
	}

	.tags .mores .zhankais {
		min-width: 112px;
		padding: 3px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 14px 0px 14px 0px;
	}
}

@media screen and (max-width:991px) {
	.pro-main-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
		padding-bottom: 14px;
	}

	.product-attribute {
		margin-bottom: 24px;
	}

	.product-attribute .pattlist {
		padding-top: 16px;
	}

	.patitem {
		margin-bottom: 10px;
	}

	.patitem span {
		line-height: 24px;
		margin-right: 16px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.patitem-name {
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 8px;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.tags {
		padding-top: 28px;
	}

	.tag-list {
		margin-bottom: 10px;
	}

	.tag-list .tags-title {
		font-size: 24px;
		line-height: 36px;
		margin-right: 10px;
	}

	.tag-list a {
		min-width: 120px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 0 5px;
		margin: 5px 0;
		margin-right: 14px;
	}

	.tags .prtag {
		max-height: 108px;
	}

	.tags .mores .zhankais {
		min-width: 110px;
		padding: 3px 10px;
		line-height: 22px;
		font-size: 14px;
		border-radius: 12px 0px 12px 0px;
	}
}

@media screen and (max-width:600px) {
	.pro-main-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-bottom: 14px;
	}

	.product-attribute {
		margin-bottom: 20px;
	}

	.product-attribute .pattlist {
		padding-top: 16px;
	}

	.patitem {
		margin-bottom: 10px;
	}

	.patitem span {
		line-height: 24px;
		margin-right: 14px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.patitem-name {
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 8px;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.tags {
		padding-top: 20px;
	}

	.tag-list {
		margin-bottom: 10px;
	}

	.tag-list .tags-title {
		font-size: 20px;
		line-height: 32px;
		margin-right: 10px;
	}

	.tag-list a {
		min-width: 120px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding: 0 4px;
		margin: 4px 0;
		margin-right: 12px;
	}

	.tags .prtag {
		max-height: 96px;
	}

	.tags .mores .zhankais {
		min-width: 110px;
		padding: 3px 10px;
		line-height: 22px;
		font-size: 14px;
		border-radius: 12px 0px 12px 0px;
	}
}

/* ************** news ***************** */
.news {
	position: relative;
	padding: 40px 0 112px;
}

.news-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.news-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid rgba(1, 91, 87, .3);
}

.new-item-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list .news-list-item:nth-of-type(odd) .new-item-box {
	flex-direction: row;
}

.news-list .news-list-item:nth-of-type(even) .new-item-box {
	flex-direction: row-reverse;
}

.new-item-box .item-pic {
	position: relative;
	width: 440px;
	text-align: center;
	overflow: hidden;
	background: #F6F9F8;
}

.new-item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.new-item-box .item-body {
	position: relative;
	width: calc(100% - 480px);
	padding: 10px 0;
}

.new-item-box .item-body .item-date {
	position: relative;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 14px;
}

.new-item-box .item-body .item-date 

.new-item-box .item-body .item-title {
	font-size: 30px;
	font-size: 3rem;
	font-family: Tahoma-Bold;
	color: #333;
	line-height: 42px;
}

.new-item-box .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 18px;
	overflow: hidden;
}

.new-item-box .item-body .item-btn {
	position: relative;
	width: 100%;
	margin-top: 24px;
}

@media screen and (max-width:1459px) {
	.news {
		padding: 36px 0 96px;
	}

	.news-list {
		padding-bottom: 28px;
	}

	.news-list-item {
		padding: 28px 0;
	}

	.new-item-box .item-pic {
		width: 400px;
	}

	.new-item-box .item-body {
		width: calc(100% - 430px);
		padding: 10px 0;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.new-item-box .item-body .item-date 

	.new-item-box .item-body .item-title {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 38px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 16px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 20px;
	}

}

@media screen and (max-width:1259px) {
	.news {
		padding: 32px 0 80px;
	}

	.news-list {
		padding-bottom: 26px;
	}

	.news-list-item {
		padding: 24px 0;
	}

	.new-item-box .item-pic {
		width: 360px;
	}

	.new-item-box .item-body {
		width: calc(100% - 384px);
		padding: 10px 0;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.new-item-box .item-body .item-date 

	.new-item-box .item-body .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 12px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 18px;
	}

}

@media screen and (max-width:991px) {
	.news {
		padding: 28px 0 64px;
	}

	.news-list {
		padding-bottom: 22px;
	}

	.news-list-item {
		padding: 20px 0;
	}

	.new-item-box .item-pic {
		width: 320px;
	}

	.new-item-box .item-body {
		width: calc(100% - 340px);
		padding: 10px 0;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.new-item-box .item-body .item-date 

	.new-item-box .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 10px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 16px;
	}
}

@media screen and (max-width:750px) {
	.news {
		padding: 24px 0 48px;
	}

	.news-list {
		padding-bottom: 16px;
		margin-left: -8px;
		margin-right: -8px;
		padding-top: 8px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
		border-bottom: 0;
	}

	.new-item-box .item-pic {
		width: 100%;
	}

	.new-item-box .item-body {
		width: 100%;
		padding: 0;
		padding-top: 14px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 4px;
	}

	.new-item-box .item-body .item-date 

	.new-item-box .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 12px;
	}
}

@media screen and (max-width:560px) {
	.news {
		padding: 20px 0 36px;
	}

	.news-list {
		padding-bottom: 12px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
		border-bottom: 0;
	}

	.new-item-box .item-pic {
		width: 100%;
	}

	.new-item-box .item-body {
		width: 100%;
		padding: 0;
		padding-top: 14px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 4px;
	}

	.new-item-box .item-body .item-date 

	.new-item-box .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 10px;
	}
}

@media screen and (max-width:374px) {
	.news-list-item {
		width: 100%;
	}
}

.new-contain {
	width: 100%;
	position: relative;
}

.news-title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	line-height: 48px;
	font-family: Tahoma-Bold;
}

.new-contain .share {
	margin-top: 20px;
	padding-bottom: 48px;
}

.new-contain .share>div {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
}

.new-contain .share .date {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 20px;
	margin-right: 16px;
}

.news-text {
	position: relative;
	width: 100%;
	border-top: 1px solid #B2CDCC;
	border-bottom: 1px solid #B2CDCC;
	padding: 30px 0 22px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #757575;
	line-height: 36px;
}

.news-text img {
	display: inline-block;
	vertical-align: top;
}

.news-text a {
	color: #4646f7;
}

.news-text a:hover {
	color: #333;
}

.fanpian {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

.fanpian li {
	position: relative;
	max-width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px;
	color: #666;
	padding: 10px 0;
	cursor: pointer;
	padding-left: 80px;
}

.fanpian li span,
.fanpian li a {
	color: #757575;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}

.fanpian li span.no {
	color: #999;
	width: 100%;
}

.fanpian li span.name {
	font-family: Tahoma-Bold;
	color: #333;
	margin-right: 8px;
}

.fanpian li:hover span,
.fanpian li:hover a {
	color: #4646f7;
}

.fanpian li:hover span.no {
	color: #999;
	width: 100%;
}

.fanpian li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 60px;
	height: 32px;
	background: #F4F4F4;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #4646f7;
}

.fanpian li:hover i {
	background: #4646f7;
	color: #FFFFFF;
}


@media screen and (max-width:1459px) {
	.news-title {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 44px;
	}

	.new-contain .share {
		margin-top: 18px;
		padding-bottom: 42px;
	}

	.new-contain .share>div {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.new-contain .share .date {
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 16px;
	}

	.news-text {
		padding: 26px 0 20px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 32px;
	}

	.fanpian {
		padding-top: 16px;
	}

	.fanpian li {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 8px 0;
		padding-left: 72px;
	}

	.fanpian li i {
		width: 56px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width:1259px) {
	.news-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.new-contain .share {
		margin-top: 15px;
		padding-bottom: 36px;
	}

	.new-contain .share>div {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.new-contain .share .date {
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 16px;
	}

	.news-text {
		padding: 22px 0 18px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
	}

	.fanpian {
		padding-top: 12px;
	}

	.fanpian li {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 6px 0;
		padding-left: 64px;
	}

	.fanpian li i {
		width: 50px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
}

@media screen and (max-width:991px) {
	.news-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.new-contain .share {
		margin-top: 12px;
		padding-bottom: 30px;
	}

	.new-contain .share>div {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 12px;
	}

	.news-text {
		padding: 16px 0 14px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpian li {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 28px;
		padding: 6px 0;
		padding-left: 62px;
	}

	.fanpian li i {
		width: 50px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
}

@media screen and (max-width:720px) {
	.news-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-contain .share {
		margin-top: 12px;
		padding-bottom: 20px;
	}

	.new-contain .share>div {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 12px;
	}

	.news-text {
		padding: 12px 0 10px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.fanpian {
		padding-top: 10px;
	}

	.fanpian li {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		padding: 6px 0;
		padding-left: 60px;
	}

	.fanpian li i {
		width: 50px;
		height: 26px;
		line-height: 26px;
		font-size: 10px;
	}
}

/* ***************   Download   *************** */
.downs {
	position: relative;
	padding: 38px 0 111px;
}

.down-list {
	position: relative;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
	padding: 30px 0 32px;
}

.down-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.down-list-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F4F4F4;
}

.down-list-item .item-box .item-title {
	position: relative;
	width: 100%;
	padding: 28px 18px 24px;
	border-bottom: 1px solid #CDCDCD;
	font-family: Tahoma-Bold;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}

.down-list-item .item-box .item-body {
	position: relative;
	width: 100%;
	padding: 22px 18px 30px;
	text-align: center;
}

.down-list-item .item-box .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.down-list-item .item-box .item-body .item-btn {
	position: relative;
	margin-top: 15px;
}

.down-list-item .item-box .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	padding: 14px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #4646f7;
	background: #FFFFFF;
	font-family: Tahoma-Bold;
	border-radius: 18px 0px 18px 0px;
	border: 1px solid #4646f7;
}

.down-list-item .item-box .item-body .item-btn a.btnn:hover {
	background: #4646f7;
	color: #fff;
}

@media screen and (max-width: 1459px) {
	.downs {
		padding: 34px 0 96px;
	}

	.down-list {
		margin-left: -10px;
		margin-right: -10px;
		padding: 26px 0 28px;
	}

	.down-list-item {
		width: 33.33333333%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.down-list-item .item-box .item-title {
		padding: 28px 16px 24px;
		font-size: 20px;
		line-height: 32px;
	}

	.down-list-item .item-box .item-body {
		padding: 18px 16px 26px;
	}

	.down-list-item .item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		height: 56px;
	}

	.down-list-item .item-box .item-body .item-btn {
		margin-top: 14px;
	}

	.down-list-item .item-box .item-body .item-btn .btnn {
		min-width: 148px;
		padding: 12px;
		line-height: 28px;
		font-size: 16px;
		border-radius: 15px 0px 15px 0px;
	}
}

@media screen and (max-width: 1259px) {
	.downs {
		padding: 30px 0 80px;
	}

	.down-list {
		margin-left: -5px;
		margin-right: -5px;
		padding: 22px 0 24px;
	}

	.down-list-item {
		width: 33.33333333%;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.down-list-item .item-box .item-title {
		padding: 24px 16px 20px;
		font-size: 18px;
		line-height: 30px;
	}

	.down-list-item .item-box .item-body {
		padding: 15px 16px 22px;
	}

	.down-list-item .item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
	}

	.down-list-item .item-box .item-body .item-btn {
		margin-top: 12px;
	}

	.down-list-item .item-box .item-body .item-btn .btnn {
		min-width: 148px;
		padding: 11px;
		line-height: 26px;
		font-size: 15px;
		border-radius: 12px 0px 12px 0px;
	}
}

@media screen and (max-width: 991px) {
	.downs {
		padding: 26px 0 64px;
	}

	.down-list {
		margin-left: -18px;
		margin-right: -18px;
		padding: 18px 0 20px;
	}

	.down-list-item {
		width: 50%;
		padding: 0 18px;
		margin-bottom: 20px;
	}

	.down-list-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 18px;
		line-height: 30px;
	}

	.down-list-item .item-box .item-body {
		padding: 12px 15px 18px;
	}

	.down-list-item .item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		height: 52px;
	}

	.down-list-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.down-list-item .item-box .item-body .item-btn .btnn {
		min-width: 136px;
		padding: 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

@media screen and (max-width: 720px) {
	.downs {
		padding: 22px 0 48px;
	}

	.down-list {
		margin-left: -12px;
		margin-right: -12px;
		padding: 14px 0 16px;
	}

	.down-list-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 18px;
	}

	.down-list-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.down-list-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.down-list-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.down-list-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.down-list-item .item-box .item-body .item-btn .btnn {
		min-width: 124px;
		padding: 8px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

@media screen and (max-width: 600px) {
	.downs {
		padding: 18px 0 32px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding: 14px 0 16px;
	}

	.down-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.down-list-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.down-list-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.down-list-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.down-list-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.down-list-item .item-box .item-body .item-btn .btnn {
		min-width: 124px;
		padding: 8px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

@media screen and (max-width: 460px) {
	.downs {
		padding: 16px 0 20px;
	}

	.down-list {
		margin-left: -6px;
		margin-right: -6px;
		padding: 10px 0 12px;
	}

	.down-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.down-list-item .item-box .item-title {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.down-list-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.down-list-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.down-list-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.down-list-item .item-box .item-body .item-btn .btnn {
		min-width: 124px;
		padding: 8px 10px;
		line-height: 24px;
		font-size: 14px;
		border-radius: 10px 0px 10px 0px;
	}

}

.video-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 31px;
	padding-top: 30px;
	margin-left: -14px;
	margin-right: -14px;
}

.video-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 15px;
	margin-bottom: 26px;
}

.video-item-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.video-item-pic {
	position: relative;
	width: 100%;
}

.video-item-pic .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 56.278%;
	height: 0;
}

.video-item-pic .item-pic .video-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.video-list-item .item-body {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 22px;
}

.video-list-item .item-body .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	line-height: 30px;
	font-family: Tahoma-Bold;
}

.video-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 4px;
	color: #666;
	line-height: 30px;
}


.faq-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 30px;
	padding-bottom: 50px;
}

.faq-list .faq-item {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.faq-item .item-box {
	position: relative;
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #999999;
	padding: 12px 10px;
}

.faq-item-name {
	position: relative;
	width: 100%;
	padding: 6px 20px 8px;
	padding-right: 66px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	font-family: Tahoma-Bold;
	color: #333;
	cursor: pointer;
}

.faq-item-name::before {
	content: "\e72f";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	text-align: center;
	font-family: "iconfont";
	text-align: center;
	display: block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	box-sizing: border-box;
	font-weight: bold;
}

.faq-item-name.active:before {
	content: "\e72e";
	color: #4646f7;
}

.faq-item-name.active {
	color: #4646f7;
}

.faq-item-name:hover {
	color: #4646f7;
}

.faq-item-name:hover::before {
	content: "\e72e";
	color: #4646f7;
}

.faq-item-text {
	position: relative;
	width: 100%;
	display: none;
}

.faq-item-text .text {
	font-size: 18px;
	padding: 0px 20px 8px;
	color: #666666;
	line-height: 30px;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.video-list {
		padding-bottom: 28px;
		padding-top: 26px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.video-list-item {
		width: 33.3333333%;
		padding: 0 10px;
		margin-bottom: 24px;
	}

	.video-list-item .item-body {
		padding-top: 20px;
	}

	.video-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 4px;
		line-height: 28px;
	}

	.faq-list {
		padding-top: 28px;
		padding-bottom: 44px;
	}

	.faq-list .faq-item {
		margin-bottom: 10px;
	}

	.faq-item .item-box {
		padding: 10px 8px;
	}

	.faq-item-name {
		padding: 6px 16px 8px;
		padding-right: 60px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.faq-item-name::before {
		right: 20px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 16px;
		padding: 0px 16px 6px;
		line-height: 30px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.video-list {
		padding-bottom: 24px;
		padding-top: 22px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.video-list-item {
		width: 33.3333333%;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.video-list-item .item-body {
		padding-top: 18px;
	}

	.video-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 4px;
		line-height: 26px;
	}

	.faq-list {
		padding-top: 24px;
		padding-bottom: 38px;
	}

	.faq-list .faq-item {
		margin-bottom: 10px;
	}

	.faq-item .item-box {
		padding: 8px 6px;
	}

	.faq-item-name {
		padding: 6px 12px 8px;
		padding-right: 54px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.faq-item-name::before {
		right: 16px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 16px;
		padding: 0px 12px 6px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.video-list {
		padding-bottom: 20px;
		padding-top: 18px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.video-list-item .item-body {
		padding-top: 16px;
	}

	.video-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 4px;
		line-height: 26px;
	}

	.faq-list {
		padding-top: 20px;
		padding-bottom: 32px;
	}

	.faq-list .faq-item {
		margin-bottom: 10px;
	}

	.faq-item .item-box {
		padding: 8px 5px;
	}

	.faq-item-name {
		padding: 6px 10px 8px;
		padding-right: 54px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.faq-item-name::before {
		right: 14px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 15px;
		padding: 0px 10px 6px;
		line-height: 26px;
	}
}

@media (max-width: 720px) {
	.video-list {
		padding-bottom: 16px;
		padding-top: 14px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.video-list-item .item-body {
		padding-top: 14px;
	}

	.video-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 4px;
		line-height: 24px;
	}

	.faq-list {
		padding-top: 18px;
		padding-bottom: 28px;
	}

	.faq-list .faq-item {
		margin-bottom: 10px;
	}

	.faq-item .item-box {
		padding: 7px 5px;
	}

	.faq-item-name {
		padding: 6px 10px 8px;
		padding-right: 40px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.faq-item-name::before {
		right: 10px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 14px;
		padding: 0px 10px 6px;
		line-height: 24px;
	}
}

@media (max-width: 560px) {
	.video-list {
		padding-bottom: 16px;
		padding-top: 14px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}

	.video-list-item .item-body {
		padding-top: 12px;
	}

	.video-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 4px;
		line-height: 24px;
	}
}

/* ****************** application ****************** */

.page-app {
	position: relative;
	padding: 38px 0 48px;
}

.app-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: all .5s;
	padding-top: 30px;
	padding-bottom: 30px;
}

.app-list-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.app-list-item .item-box {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.app-list-item .item-box::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: calc(100% - 540px);
	height: 100%;
	background: #F4F4F4;
	transition: all .3s;
}

.app-list .app-list-item:nth-of-type(odd) .item-box {
	flex-direction: row;
}

.app-list .app-list-item:nth-of-type(even) .item-box {
	flex-direction: row-reverse;
}

.app-list .app-list-item:nth-of-type(odd) .item-box::before {
	right: 0;
}

.app-list .app-list-item:nth-of-type(even) .item-box::before {
	left: 0;
}

.app-list-item .item-box:hover::before {
	background: #4646f7;
}

.app-list-item .item-box .item-pic {
	position: relative;
	width: 520px;
	text-align: center;
	overflow: hidden;
}

.app-list-item .item-box .item-pic img {
	position: relative;
	width: 100%;
	display: block;
}

.app-list-item .item-box .item-body {
	position: relative;
	width: calc(100% - 540px);
	padding: 10px 52px 19px;
}

.app-list-item .item-body .item-title {
	font-size: 30px;
	font-family: Tahoma-Bold;
	color: #333;
	line-height: 42px;
}

.app-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	margin-top: 18px;
}

.app-list-item .item-body .item-btn {
	position: relative;
	margin-top: 24px;
}

.app-list-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	min-width: 180px;
	padding: 6px 15px;
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	background: #4646f7;
	border: 1px solid #4646f7;
	font-family: Tahoma-Bold;
	border-radius: 18px 0px 18px 0px;
}

.app-list-item .item-body .item-btn a.btnn:hover {
	color: #4646f7;
	background: #fff;
}

.app-list-item .item-box:hover .item-title a,
.app-list-item .item-box:hover .item-desc a,
.app-list-item .item-box:hover .item-title,
.app-list-item .item-box:hover .item-desc {
	color: #fff;
}

.app-list-item .item-box:hover .item-body .item-btn .btnn {
	background: #FFFFFF;
	color: #4646f7;
	border-color: #fff;
}

.app-list-item .item-box:hover .item-body .item-btn a.btnn:hover {
	color: #fff;
	background: #4646f7;
}

@media (min-width:1260px) and (max-width: 1459px) {
	.page-app {
		padding: 34px 0 42px;
	}

	.app-list {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.app-list-item {
		margin-bottom: 28px;
	}

	.app-list-item .item-box::before {
		width: calc(100% - 500px);
	}

	.app-list-item .item-box .item-pic {
		width: 480px;
	}

	.app-list-item .item-box .item-body {
		width: calc(100% - 500px);
		padding: 10px 36px 18px;
	}

	.app-list-item .item-body .item-title {
		font-size: 28px;
		line-height: 40px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 16px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 22px;
	}

	.app-list-item .item-body .item-btn .btnn {
		min-width: 168px;
		padding: 6px 15px;
		line-height: 30px;
		font-size: 20px;
		border-radius: 16px 0px 16px 0px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.page-app {
		padding: 30px 0 36px;
	}

	.app-list {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.app-list-item {
		margin-bottom: 24px;
	}

	.app-list-item .item-box::before {
		width: calc(100% - 440px);
	}

	.app-list-item .item-box .item-pic {
		width: 420px;
	}

	.app-list-item .item-box .item-body {
		width: calc(100% - 440px);
		padding: 8px 22px 16px;
	}

	.app-list-item .item-body .item-title {
		font-size: 24px;
		line-height: 36px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 14px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 18px;
	}

	.app-list-item .item-body .item-btn .btnn {
		min-width: 156px;
		padding: 5px 14px;
		line-height: 28px;
		font-size: 18px;
		border-radius: 14px 0px 14px 0px;
	}
}

@media (max-width: 991px) {
	.page-app {
		padding: 26px 0 30px;
	}

	.app-list {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.app-list-item {
		margin-bottom: 20px;
	}

	.app-list-item .item-box::before {
		width: calc(100% - 340px);
	}

	.app-list-item .item-box .item-pic {
		width: 320px;
	}

	.app-list-item .item-box .item-body {
		width: calc(100% - 340px);
		padding: 8px 15px 12px;
	}

	.app-list-item .item-body .item-title {
		font-size: 20px;
		line-height: 32px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 12px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 16px;
	}

	.app-list-item .item-body .item-btn .btnn {
		min-width: 144px;
		padding: 4px 12px;
		line-height: 28px;
		font-size: 16px;
		border-radius: 12px 0px 12px 0px;
	}
}

@media (max-width: 720px) {
	.page-app {
		padding: 22px 0 24px;
	}

	.app-list {
		padding-top: 18px;
		padding-bottom: 18px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.app-list-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.app-list-item .item-box .item-pic {
		width: 100%;
	}

	.app-list-item .item-box .item-body {
		width: 100%;
		padding: 14px 15px;
	}

	.app-list-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
		overflow: hidden;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 14px;
	}
}

@media (max-width: 510px) {
	.page-app {
		padding: 18px 0 18px;
	}

	.app-list {
		padding-top: 14px;
		padding-bottom: 14px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.app-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.app-list-item .item-box .item-pic {
		width: 100%;
	}

	.app-list-item .item-box .item-body {
		width: 100%;
		padding: 12px 10px;
	}

	.app-list-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
		overflow: hidden;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 12px;
	}
}

@media (max-width: 370px) {
	.app-list-item {
		width: 100%;
	}
}

.tankaung {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

/*.tankaungn{ position:fixed; left:50%; top:0px; transform:translateX(-50%); width:50%; height:100%; overflow:auto;}
.tankaungn2{position:fixed; top:50%; transform:translateY(-50%); left:0px; width:100%; padding-bottom:75%;height: 0; max-height:100%; background:#fff;}*/
.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.famain {
	padding-top: 70px;
	padding-bottom: 90px;
}

.top {
	width: 45px;
	height: 45px;
	margin: auto;
	background: #4646f7;
	border-radius: 16px 0px 16px 0px;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: -100px;
	color: #fff;
	font-size: 20px !important;
	text-align: center;
	line-height: 45px;
	transition: 0.9s;
	z-index: 999;
	-webkit-animation-name: top;
	animation-name: top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.bottom {
	bottom: 80px;
}

.top:hover {
	border-radius: 0px 16px 0px 16px;
}

@media screen and (max-width:767px) {
	.top {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 10px 0px 10px 0px;
		bottom: 80px;
	}

	.fotag {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 15%;
		right: 5%;
		bottom: 15%;
	}
}
