html {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

*, *:after, *:before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	background: transparent
}

a {
	color: currentColor;
	text-decoration: none
}

ol, ul {
	list-style: none
}

[type='button'], [type='color'], [type='date'], [type='datetime-local'], [type='email'], [type='file'], [type='month'], [type='number'], [type='password'], [type='range'], [type='reset'], [type='search'], [type='submit'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], select, textarea, button {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}

::-webkit-input-placeholder {
	color: currentColor;
	opacity: 0.5
}

:-moz-placeholder {
	color: currentColor;
	opacity: 0.5
}

::-moz-placeholder {
	color: currentColor;
	opacity: 0.5
}

:-ms-input-placeholder {
	color: currentColor;
	opacity: 0.5
}

table, td, th, tr {
	border-collapse: collapse;
	border-spacing: 0
}

.row {
	display: block;
	width: 100%;
	margin: 0 auto;
	clear: both
}

.row:after, .row:before {
	content: ' ';
	display: table;
	clear: both
}

.row.left {
	float: left
}

.row.right {
	float: right
}

.row.xs {
	max-width: 32rem
}

.row.sm {
	max-width: 48rem
}

.row.md {
	max-width: 64rem
}

.row.lg {
	max-width: 80rem
}

.row.xl {
	max-width: 96rem
}

.row.Custom {
	max-width: 90rem
}

.col {
	display: block;
	width: 100%;
	float: left
}

.xs-0 {
	display: none
}

.xs-1, .xs-10, .xs-11, .xs-12, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9 {
	display: block
}

.xs-1 {
	width: 8.3333%
}

.xs-2 {
	width: 16.6667%
}

.xs-3 {
	width: 25%
}

.xs-4 {
	width: 33.3333%
}

.xs-5 {
	width: 41.6667%
}

.xs-6 {
	width: 50%
}

.xs-7 {
	width: 58.3333%
}

.xs-8 {
	width: 66.6667%
}

.xs-9 {
	width: 75%
}

.xs-10 {
	width: 83.3333%
}

.xs-11 {
	width: 91.6667%
}

.xs-12 {
	width: 100%
}

@media (min-width: 32em) {
	.sm-0 {
		display: none
	}

	.sm-1, .sm-10, .sm-11, .sm-12, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9 {
		display: block
	}

	.sm-1 {
		width: 8.3333%
	}

	.sm-2 {
		width: 16.6667%
	}

	.sm-3 {
		width: 25%
	}

	.sm-4 {
		width: 33.3333%
	}

	.sm-5 {
		width: 41.6667%
	}

	.sm-6 {
		width: 50%
	}

	.sm-7 {
		width: 58.3333%
	}

	.sm-8 {
		width: 66.6667%
	}

	.sm-9 {
		width: 75%
	}

	.sm-10 {
		width: 83.3333%
	}

	.sm-11 {
		width: 91.6667%
	}

	.sm-12 {
		width: 100%
	}
}

@media (min-width: 48em) {
	.md-0 {
		display: none
	}

	.md-1, .md-10, .md-11, .md-12, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9 {
		display: block
	}

	.md-1 {
		width: 8.3333%
	}

	.md-2 {
		width: 16.6667%
	}

	.md-3 {
		width: 25%
	}

	.md-4 {
		width: 33.3333%
	}

	.md-5 {
		width: 41.6667%
	}

	.md-6 {
		width: 50%
	}

	.md-7 {
		width: 58.3333%
	}

	.md-8 {
		width: 66.6667%
	}

	.md-9 {
		width: 75%
	}

	.md-10 {
		width: 83.3333%
	}

	.md-11 {
		width: 91.6667%
	}

	.md-12 {
		width: 100%
	}
}

@media (min-width: 64em) {
	.lg-0 {
		display: none
	}

	.lg-1, .lg-10, .lg-11, .lg-12, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9 {
		display: block
	}

	.lg-1 {
		width: 8.3333%
	}

	.lg-2 {
		width: 16.6667%
	}

	.lg-3 {
		width: 25%
	}

	.lg-4 {
		width: 33.3333%
	}

	.lg-5 {
		width: 41.6667%
	}

	.lg-6 {
		width: 50%
	}

	.lg-7 {
		width: 58.3333%
	}

	.lg-8 {
		width: 66.6667%
	}

	.lg-9 {
		width: 75%
	}

	.lg-10 {
		width: 83.3333%
	}

	.lg-11 {
		width: 91.6667%
	}

	.lg-12 {
		width: 100%
	}
}

@media (min-width: 80em) {
	.xl-0 {
		display: none
	}

	.xl-1, .xl-10, .xl-11, .xl-12, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9 {
		display: block
	}

	.xl-1 {
		width: 8.3333%
	}

	.xl-2 {
		width: 16.6667%
	}

	.xl-3 {
		width: 25%
	}

	.xl-4 {
		width: 33.3333%
	}

	.xl-5 {
		width: 41.6667%
	}

	.xl-6 {
		width: 50%
	}

	.xl-7 {
		width: 58.3333%
	}

	.xl-8 {
		width: 66.6667%
	}

	.xl-9 {
		width: 75%
	}

	.xl-10 {
		width: 83.3333%
	}

	.xl-11 {
		width: 91.6667%
	}

	.xl-12 {
		width: 100%
	}
}

@media (min-width: 90em) {
	.ct-0 {
		display: none
	}

	.ct-1, .ct-10, .ct-11, .ct-12, .ct-2, .ct-3, .ct-4, .ct-5, .ct-6, .ct-7, .ct-8, .ct-9 {
		display: block
	}

	.ct-1 {
		width: 8.3333%
	}

	.ct-2 {
		width: 16.6667%
	}

	.ct-3 {
		width: 25%
	}

	.ct-4 {
		width: 33.3333%
	}

	.ct-5 {
		width: 41.6667%
	}

	.ct-6 {
		width: 50%
	}

	.ct-7 {
		width: 58.3333%
	}

	.ct-8 {
		width: 66.6667%
	}

	.ct-9 {
		width: 75%
	}

	.ct-10 {
		width: 83.3333%
	}

	.ct-11 {
		width: 91.6667%
	}

	.ct-12 {
		width: 100%
	}
}

html {
	font-family: "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	color: #333333;
	background-color: white;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

svg:not(:root) {
	overflow: hidden
}

a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #0088cc
}

a:active {
	outline: 0
}

a:active {
	color: #006699
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

code, kbd, pre, samp {
	font-family: "Montserrat", "microsoft yahei";
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible;
	border: none
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

html, button, input, select, textarea {
	font-family: "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif"
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
	margin: 0
}

ul, ol, li, dl, dd {
	margin: 0;
	padding: 0
}

ul, ol {
	list-style: none outside none
}

h1, h2, h3 {
	font-weight: normal
}

h1 {
	font-size: 1.8rem
}

h2 {
	font-size: 1.6rem
}

h3 {
	font-size: 1.4rem
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #000
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #000
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #000
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:before, .clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

*:focus {
	outline: none
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	border: 0
}

input, textarea {
	outline: none
}

.nohighlight:focus {
	outline: none
}

i {
	font-style: normal
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://public.mtnets.com/Font/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://public.mtnets.com/Font/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://public.mtnets.com/Font/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://public.mtnets.com/Font/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://public.mtnets.com/Font/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://public.mtnets.com/Font/montserrat/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://public.mtnets.com/Font/montserrat/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://public.mtnets.com/Font/montserrat/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://public.mtnets.com/Font/montserrat/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://public.mtnets.com/Font/montserrat/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("https://public.mtnets.com/Font/openSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://public.mtnets.com/Font/openSans/OpenSans-Regular-webfont.woff") format("woff"), url("https://public.mtnets.com/Font/openSans/OpenSans-Regular-webfont.ttf") format("truetype")
}

@font-face {
	font-family: 'iconfont';
	src: url("//at.alicdn.com/t/c/font_804260_fcvnjztdis.woff2?t=1669108405735") format("woff2"), url("//at.alicdn.com/t/c/font_804260_fcvnjztdis.woff?t=1669108405735") format("woff"), url("//at.alicdn.com/t/c/font_804260_fcvnjztdis.ttf?t=1669108405735") format("truetype")
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url("https://public.mtnets.com/Font/openSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://public.mtnets.com/Font/openSans/OpenSans-Regular-webfont.woff") format("woff"), url("https://public.mtnets.com/Font/openSans/OpenSans-Regular-webfont.ttf") format("truetype")
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.product-show .product-left .product-top .image img, .product-show .product-left .product-bot .swiper .swiper-slide .image img, .company-main .certificates ul li .item .image img, .video-show .video-play .image .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.p_red {
	background-color: red
}

.p_green {
	background-color: green
}

.p_yellow {
	background-color: #ff0
}

.p_blue {
	background-color: blue
}

body {
	line-height: 1
}

.header {
	height: 36px;
	background-color: #fff;
	font-size: 0;
	line-height: 36px;
	position: relative;
	border-bottom: 1px solid #e6e6e6
}

.header span {
	font-size: 14px
}

.header .membership {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	position: relative;
	font-size: 14px
}

.header .membership p {
	display: inline-block
}

.header .membership i {
	font-size: 8px;
	color: #999;
	margin-left: 6px;
	display: inline-block
}

.header .membership .membershipBot {
	position: absolute;
	top: 36px;
	left: 0;
	display: none;
	width: 100%;
	font-size: 12px;
	z-index: #999
}

.header .membership .membershipBot li {
	line-height: 30px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-top: none;
	text-align: center;
	background-color: #fff
}

.header .membership .membershipBot li a {
	color: #333;
	border-top: none
}

.header .membership .membershipBot li:hover {
	background-color: #2b82d9;
	border-color: #2b82d9
}

.header .membership .membershipBot li:hover a {
	color: #fff
}

.header .membership.help .membershipBot {
	width: 77px
}

.header .membership.en .membershipBot li {
	text-align: left;
	padding-left: 15px
}

.header .membership.en .membershipBot li b {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background: url("/Images/en.png") no-repeat;
	background-size: auto;
	background-size: cover;
	margin-top: 5px
}

.header .membership.en .membershipBot li b.cn {
	background: url("/Images/cn.png") no-repeat;
	background-size: cover
}

.header .membership:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header .header-right {
	position: absolute;
	right: 0;
	top: 0
}

.header .header-right a {
	font-size: 14px;
	margin-left: 20px;
	color: #333
}

.header .header-right a i {
	font-size: 14px;
	margin-right: 5px
}

.header .header-right a:hover {
	color: #2b82d9
}

.main-top {
	background: url(/Images/earth.png) no-repeat;
	background-size: cover;
	padding: 65px 0 120px
}

.main-top .w {
	overflow: hidden;
	position: relative
}

.main-top .logo {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	overflow: hidden
}

.main-top .logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff
}

.main-top .company-data {
	overflow: hidden;
	color: #fff;
	padding-right: 584px
}

.main-top .company-data .name {
	font-size: 28px;
	font-weight: bold;
	margin-top: 8px;
	line-height: 1.2
}

.main-top .company-data .companyItem {
	margin-top: 25px
}

.main-top .company-data .companyItem .vip, .main-top .company-data .companyItem .vip-vip {
	display: inline-block
}

.main-top .company-data .companyItem .vip i, .main-top .company-data .companyItem .vip-vip i {
	display: inline-block;
	width: 27px;
	height: 32px;
	background: url(/Images/vipIcon.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: -6px
}

.main-top .company-data .companyItem .vip span, .main-top .company-data .companyItem .vip-vip span {
	padding: 0 6px 0 3px;
	line-height: 20px;
	height: 20px;
	border-radius: 0 0 10px 0;
	background-image: -moz-linear-gradient(0deg, #fcc12d 0%, #f87b27 100%);
	background-image: -webkit-linear-gradient(0deg, #fcc12d 0%, #f87b27 100%);
	background-image: -ms-linear-gradient(0deg, #fcc12d 0%, #f87b27 100%);
	font-size: 14px;
	display: inline-block;
	margin-left: -2px
}

.main-top .company-data .companyItem .free-vip {
	display: inline-block
}

.main-top .company-data .companyItem .free-vip i {
	display: none
}

.main-top .company-data .companyItem .free-vip span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	background-color: rgba(255, 255, 255, 0.35);
	border-radius: 10px
}

.main-top .company-data .companyItem .standard-vip {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	background-color: #2b82d9;
	border-radius: 10px
}

.main-top .company-data .companyItem .standard-vip i {
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(/Images/vipIcon2.png) no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 2px
}

.main-top .company-data .companyItem .country {
	display: inline-block;
	margin-left: 6px;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	background-color: rgba(246, 246, 246, 0.35);
	border-radius: 20px;
	font-size: 14px;
	vertical-align: top
}

.main-top .company-data .companyItem .country img {
	display: inline-block;
	width: 20px;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 3px
}

.main-top .company-data .companyItem .custom {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px
}

.main-top .company-data .companyItem .custom i {
	font-weight: normal;
	font-size: 12px;
	margin-right: 4px
}

.main-top .company-data p {
	font-size: 14px;
	margin-top: 8px
}

.main-top .search {
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 42px
}

.main-top .search .search-top .item {
	margin-right: 28px;
	display: inline-block;
	margin-top: 6px;
	vertical-align: top
}

.main-top .search .search-top .item .icon {
	float: left;
	margin-right: 8px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 42px;
	color: #fff
}

.main-top .search .search-top .item .icon i {
	font-size: 24px
}

.main-top .search .search-top .item .text {
	overflow: hidden;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	padding-top: 2px
}

.main-top .search .search-top .item .text span {
	display: block
}

.main-top .search .search-box {
	margin-top: 24px;
	font-size: 0;
	position: relative;
	width: 520px
}

.main-top .search .search-box input {
	width: 100%;
	height: 44px;
	border-radius: 22px;
	border: 0;
	font-size: 14px;
	color: #999;
	text-indent: 16px;
	padding-right: 65px;
	box-sizing: border-box;
	background-color: #fff
}

.main-top .search .search-box input:focus {
	color: #333
}

.main-top .search .search-box button {
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 44px;
	border-radius: 0 22px 22px 0;
	background-image: -moz-linear-gradient(0deg, #2b82d9 0%, #2b82d9 100%);
	background-image: -webkit-linear-gradient(0deg, #2b82d9 0%, #2b82d9 100%);
	background-image: -ms-linear-gradient(0deg, #2b82d9 0%, #2b82d9 100%);
	color: #fff;
	border: 0;
	cursor: pointer
}

.main-top .search .search-box button i {
	font-size: 20px
}

.main-top .search::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 124px;
	background-color: rgba(255, 255, 255, 0.2)
}

.nav {
	margin-top: -54px;
	background-color: rgba(255, 255, 255, 0.1);
	height: 54px
}

.nav ul {
	overflow: hidden
}

.nav ul li {
	float: left;
	margin-right: 50px
}

.nav ul li a {
	padding: 0 28px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	position: relative
}

.nav ul li a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #fff;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.nav ul li.active a::after, .nav ul li:hover a::after {
	width: 20px
}

.ease, .contact-main .textarea-box button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.gray-bg {
	background-color: #f6f6f6
}

body {
	font-family: "Open Sans";
	word-wrap: break-word;
	word-break: break-all
}

.w {
	width: 1500px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box
}

.public-title i {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #2b82d9
}

.public-title p {
	margin-top: 12px;
	font-size: 30px;
	font-weight: bold;
	position: relative
}

.public-title p a {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	color: #999;
	font-weight: normal
}

.public-title p a:hover {
	color: #2b82d9;
	border-color: #2b82d9
}

.select-products {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #fff;
	overflow: hidden
}

.select-products ul {
	overflow: hidden;
	margin-right: -48px
}

.select-products ul li {
	float: left;
	width: 16.66%;
	margin-top: 30px
}

.select-products ul li .item {
	margin-right: 48px
}

.select-products ul li .item .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	background-color: #f7f7f7
}

.select-products ul li .item .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.select-products ul li .item p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 15px
}

.select-products ul li .item p a {
	color: #333
}

.select-products ul li .item p a:hover {
	color: #2b82d9
}

.select-products ul li .item .price {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.select-products ul li .item .price b {
	font-size: 20px;
	color: #e03c3c;
	margin-right: 4px;
	font-weight: bold
}

.index-news {
	padding: 60px 0;
	background: url(/Images/newsbg.png) no-repeat;
	background-size: cover
}

.index-news .w {
	overflow: hidden
}

.index-news .news-item {
	width: calc(50% - 24px);
	float: left;
	background-color: #fff;
	border-bottom: 4px solid #e9e9e9;
	padding: 34px 34px 42px;
	box-sizing: border-box
}

.index-news .news-item ul {
	margin-top: 50px
}

.index-news .news-item ul li {
	margin-top: 45px;
	overflow: hidden
}

.index-news .news-item ul li .time {
	float: left;
	text-align: right;
	padding-right: 20px
}

.index-news .news-item ul li .time b {
	font-size: 20px
}

.index-news .news-item ul li .time p {
	font-size: 14px;
	margin-top: 12px
}

.index-news .news-item ul li .text {
	padding-left: 20px;
	position: relative;
	overflow: hidden
}

.index-news .news-item ul li .text p {
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-top: -4px
}

.index-news .news-item ul li .text p a {
	color: #333
}

.index-news .news-item ul li .text p a:hover {
	color: #2b82d9
}

.index-news .news-item ul li .text .content {
	font-size: 14px;
	color: #999;
	margin-top: 6px;
	line-height: 20px;
	height: 40px;
	overflow: hidden
}

.index-news .news-item ul li .text::after {
	content: "";
	width: 1px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #e6e6e6
}

.index-news .news-item ul li:hover {
	color: #2b82d9
}

.index-news .news-item ul li:hover .text p a {
	color: #2b82d9
}

.index-news .news-item ul li:hover .text .content {
	color: #2b82d9
}

.index-news .news-item ul li:hover .text::after {
	background-color: #f7e0c6
}

.index-news .news-item ul li:first-of-type {
	margin-top: 0
}

.index-news .news-item:last-of-type {
	float: right
}

.company-profile {
	background-color: #fff;
	padding: 50px 0 60px
}

.company-profile .company-box {
	margin-top: 35px;
	padding-right: 168px;
	position: relative
}

.company-profile .company-box .item {
	background-color: #f7f7f7;
	padding: 50px 580px 50px 42px
}

.company-profile .company-box .item .title {
	font-size: 28px;
	font-weight: bold
}

.company-profile .company-box .item .title a {
	color: #2b82d9
}

.company-profile .company-box .item .content {
	line-height: 20px;
	margin-top: 25px;
	color: #999;
	font-size: 14px
}

.company-profile .company-box .item .content a {
	color: #2b82d9;
	text-decoration: underline;
	margin-left: 5px
}

.company-profile .company-box .item .data {
	margin-top: 45px
}

.company-profile .company-box .item .data dl {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden
}

.company-profile .company-box .item .data dl dt {
	width: 160px;
	float: left
}

.company-profile .company-box .item .data dl dd {
	overflow: hidden
}

.company-profile .company-box .item .data dl:first-of-type {
	margin-top: 0
}

.company-profile .company-box .item .btn {
	margin-top: 80px
}

.company-profile .company-box .item .btn a {
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	border-radius: 22px;
	background-color: #2b82d9;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	border: 1px solid #2b82d9
}

.company-profile .company-box .item .btn a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 18px;
	font-size: 9px;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 12px
}

.company-profile .company-box .item .btn a:hover {
	background-color: transparent;
	color: #2b82d9
}

.company-profile .company-box .item .btn a:hover i {
	border-color: #2b82d9
}

.company-profile .company-box .image {
	position: absolute;
	bottom: 25px;
	right: 15px;
	z-index: 9;
	width: 550px
}

.company-profile .company-box .image a {
	display: block;
	height: 0;
	padding-bottom: 86.5%;
	overflow: hidden
}

.company-profile .company-box .image a img {
	width: 100%;
	max-height: none
}

.company-profile .company-box::after {
	bottom: 0;
	right: 0;
	position: absolute;
	content: "";
	background-color: #2b82d9;
	width: 168px;
	height: 358px
}

.contact-us {
	padding: 50px 0 20px
}

.contact-us .box {
	margin-top: 30px;
	overflow: hidden
}

.contact-us .box .image {
	float: left;
	margin-right: 24px;
	width: 414px;
	height: 550px
}

.contact-us .box .image img {
	width: 100%;
	height: 100%
}

.contact-us .box .text {
	overflow: hidden;
	border-top: 3px solid #2b82d9;
	background: url(/Images/talk.png) no-repeat;
	padding: 0 36px 47px
}

.contact-us .box .text ul {
	overflow: hidden;
	margin-top: 10px
}

.contact-us .box .text ul li {
	margin-top: 20px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px
}

.contact-us .box .text ul li p {
	overflow: hidden
}

.contact-us .box .text ul li span i {
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top
}

.contact-us .box .text ul li:nth-child(odd) {
	width: 325px;
	margin-right: 68px
}

.contact-us .box .text ul li:nth-child(odd) span {
	width: 160px;
	float: left
}

.contact-us .box .text ul li:nth-child(even) {
	width: 590px
}

.contact-us .box .text ul li:nth-child(even) span {
	width: 120px;
	float: left
}

.contact-us .box .send-message {
	border-top: 1px solid #f2f2f2;
	margin-top: 28px
}

.contact-us .box .send-message .title {
	font-size: 22px;
	font-weight: bold;
	color: #2b82d9;
	margin-top: 26px
}

.contact-us .box .send-message .title i {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	vertical-align: top;
	margin-top: 7px
}

.contact-us .box .send-message .item {
	overflow: hidden;
	font-size: 14px;
	line-height: 44px;
	margin-top: 20px
}

.contact-us .box .send-message .item.email {
	margin-top: 30px
}

.contact-us .box .send-message .item.email input {
	width: 430px
}

.contact-us .box .send-message .item.email b {
	font-weight: normal;
	margin: 0 20px
}

.contact-us .box .send-message span {
	float: left;
	width: 74px
}

.contact-us .box .send-message .input {
	overflow: hidden
}

.contact-us .box .send-message .input input {
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	text-indent: 12px
}

.contact-us .box .send-message .input textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	height: 116px;
	padding: 12px
}

.contact-us .box .send-message .btn {
	margin-top: 20px;
	padding-left: 74px
}

.contact-us .box .send-message .btn a {
	display: inline-block;
	width: 160px;
	line-height: 36px;
	border-radius: 19px;
	text-align: center;
	background-color: #2b82d9;
	color: #fff;
	font-size: 16px;
	border: 1px solid #2b82d9
}

.contact-us .box .send-message .btn a:hover {
	background-color: #fff;
	color: #2b82d9
}

.location {
	line-height: 60px;
	height: 60px;
	font-size: 15px;
	color: #999
}

.location a {
	color: #999;
	margin: 0 6px
}

.location a:hover {
	color: #2b82d9
}

.location a:first-of-type {
	margin-left: 0
}

.main-left {
	float: left;
	width: 320px;
	margin-right: 20px
}

.main-left .products-type {
	padding: 35px 0 16px 0;
	background-color: #fff
}

.main-left .products-type .title {
	font-size: 20px;
	font-weight: bold;
	padding: 0 28px
}

.main-left .products-type .title b {
	display: inline-block;
	width: 4px;
	height: 14px;
	background-image: -moz-linear-gradient(-90deg, #2b82d9 0%, #719cd3 100%);
	background-image: -webkit-linear-gradient(-90deg, #2b82d9 0%, #719cd3 100%);
	background-image: -ms-linear-gradient(-90deg, #2b82d9 0%, #719cd3 100%);
	vertical-align: top;
	margin-right: 6px;
	margin-top: 3px
}

.main-left .products-type ul {
	margin-top: 20px
}

.main-left .products-type ul li a {
	padding: 0 28px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	display: block
}

.main-left .products-type ul li a:hover {
	color: #2b82d9
}

.main-left .products-type ul li a.focus {
	background-color: #d9ecff;
	color: #2b82d9
}

.main-left .company-box {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 0 0 10px 10px
}

.main-left .company-box .name {
	padding: 15px 28px;
	background: url(/Images/companybg.png) no-repeat;
	background-size: cover;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold
}

.main-left .company-box .name span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	background-color: #2b82d9;
	margin-left: 8px;
	border-radius: 10px
}

.main-left .company-box .name span.free-vip {
	background-color: rgba(255, 255, 255, 0.35)
}

.main-left .company-box .name span.vip-vip {
	border-radius: 10px 0 10px 10px;
	background-image: -moz-linear-gradient(0deg, #fcc12d 0%, #f87b27 100%);
	background-image: -webkit-linear-gradient(0deg, #fcc12d 0%, #f87b27 100%);
	background-image: -ms-linear-gradient(0deg, #fcc12d 0%, #f87b27 100%)
}

.main-left .company-box .content {
	padding: 0 28px 30px
}

.main-left .company-box .content li {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
	font-size: 14px
}

.main-left .company-box .content li span {
	color: #999;
	display: block
}

.main-left .company-box .content li p {
	margin-top: 6px;
	line-height: 22px
}

.main-left .company-box .content li:last-of-type {
	border-bottom: 0
}

.main-left .company-box .content a {
	display: block;
	border-radius: 18px;
	background-color: #2b82d9;
	border: 1px solid #2b82d9;
	line-height: 32px;
	height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff
}

.main-left .company-box .content a i {
	margin-right: 5px;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	margin-top: 2px
}

.main-left .company-box .content a:hover {
	color: #2b82d9;
	background-color: #fff
}

.main-right {
	overflow: hidden
}

.newspages {
	width: 100%;
	height: 40px;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	box-sizing: content-box
}

.newspages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	line-height: 38px;
	margin: 0 10px;
	vertical-align: middle
}

.newspages a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	color: #666;
	vertical-align: middle;
	font-size: 16px;
	line-height: 32px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 4px
}

.newspages a.next i, .newspages a.prev i {
	font-size: 12px
}

.newspages a:hover {
	color: #2b82d9
}

.newspages a.on {
	background: #2b82d9;
	color: #fff
}

.newspages button {
	width: 60px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 0;
	font-size: 15px;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	background: #2b82d9;
	color: #fff;
	border-radius: 2px
}

.intro-page {
	margin-top: 40px;
	padding: 22px 24px;
	background-color: #f6f6f6;
	font-size: 14px
}

.intro-page p {
	margin-top: 15px
}

.intro-page p a {
	color: #3658b8
}

.intro-page p a:hover {
	color: #2b82d9
}

.intro-page p:first-child {
	margin-top: 0
}

.main {
	overflow: hidden
}

.product-center {
	background-color: #fff;
	padding-top: 5px
}

.product-center .title {
	padding: 20px 30px;
	position: relative;
	border-bottom: 1px solid #eee
}

.product-center .title b {
	font-size: 22px
}

.product-center .title .title-page {
	position: absolute;
	right: 30px;
	top: 15px;
	line-height: 32px;
	font-size: 14px;
	color: #999
}

.product-center .title .title-page span {
	color: #2b82d9
}

.product-center .title .title-page p {
	font-size: 0;
	display: inline-block;
	margin-left: 40px;
	border-radius: 3px;
	overflow: hidden;
	vertical-align: top
}

.product-center .title .title-page p a {
	display: inline-block;
	width: 40px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #f6f6f6;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	color: #999
}

.product-center .title .title-page p a i {
	font-size: 10px
}

.product-center .title .title-page p a:last-of-type {
	margin-left: -1px
}

.product-center .title .title-page p a:hover {
	background-color: #fcf5ec;
	color: #2b82d9
}

.product-list {
	overflow: hidden;
	margin-top: -1px
}

.product-list ul {
	overflow: hidden;
	padding-top: 1px;
	width: calc(100% + 5px)
}

.product-list ul li {
	float: left;
	width: 25%;
	border: 1px solid #eee;
	margin-left: -1px;
	margin-top: -1px;
	padding: 20px 30px;
	box-sizing: border-box
}

.product-list ul li .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative
}

.product-list ul li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.product-list ul li .text {
	margin-top: 10px;
	font-size: 14px
}

.product-list ul li .text p {
	line-height: 22px;
	height: 44px;
	overflow: hidden
}

.product-list ul li .text p a {
	color: #333
}

.product-list ul li .text p a:hover {
	color: #2b82d9
}

.product-list ul li .text .price {
	margin-top: 10px;
	color: #999;
	text-align: center
}

.product-list ul li .text .price b {
	font-size: 18px;
	color: #e03c3c;
	font-weight: bold;
	margin-right: 4px
}

.product-list ul li .text .price i {
	font-style: normal
}

.product-list ul li .text .btn {
	margin-top: 14px
}

.product-list ul li .text .btn a {
	display: block;
	text-align: center;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	background-color: #f6f6f6;
	color: #333
}

.product-list ul li .text .btn a:hover {
	background-color: #2b82d9;
	color: #fff;
	border-color: #2b82d9
}

.product-show {
	padding: 40px 30px;
	background-color: #fff;
	overflow: hidden
}

.product-show .product-img {
	overflow: hidden
}

.product-show .product-left {
	width: 374px;
	float: left;
	overflow: hidden;
	margin-right: 45px
}

.product-show .product-left .swiper {
	display: none
}

.product-show .product-left .product-top .image {
	position: relative;
	height: 374px
}

.product-show .product-left .product-bot {
	margin-top: 18px
}

.product-show .product-left .product-bot .swiper .swiper-slide .image {
	position: relative;
	height: 0;
	padding-bottom: 100%
}

.product-show .product-left .product-bot .swiper .swiper-slide .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 3px solid #2b82d9;
	display: none
}

.product-show .product-left .product-bot .swiper .swiper-slide.swiper-slide-thumb-active .image::after {
	display: block
}

.product-show .product-right {
	overflow: hidden
}

.product-show .product-right h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 44px
}

.product-show .product-right .price {
	margin-top: 25px;
	line-height: 80px;
	height: 80px;
	padding: 0 27px 0 22px;
	font-size: 14px;
	color: #999;
	background-color: #fcf0ee;
	overflow: hidden
}

.product-show .product-right .price b {
	font-size: 32px;
	margin-right: 12px;
	font-weight: 700;
	color: #e03c3c
}

.product-show .product-right .price a {
	float: right;
	line-height: 80px;
	font-size: 14px;
	color: #e1b77e
}

.product-show .product-right .model dl {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 26px
}

.product-show .product-right .model dl dt {
	float: left;
	width: 210px;
	margin-right: 26px;
	color: #999
}

.product-show .product-right .model dl dd {
	overflow: hidden
}

.product-show .product-right .product-btn {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #eee
}

.product-show .product-right .product-btn a {
	margin-right: 20px;
	display: inline-block;
	width: 178px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 3px;
	background-color: #2b82d9;
	color: #fff;
	font-size: 16px
}

.product-show .product-right .product-btn a.pro_btn2 {
	background-color: #366fb6
}

.product-show .product-right .product-btn a:last-child {
	margin-right: 0
}

.product-show .product-detail {
	margin-top: 45px
}

.product-show .product-detail .title {
	font-size: 22px;
	margin-top: 36px;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e6e6
}

.product-show .product-detail .title i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color: #2b82d9;
	margin-right: 7px;
	vertical-align: top;
	margin-top: 4px
}

.product-show .product-detail .title:first-child {
	margin-top: 0
}

.product-show .product-detail .Content {
	padding-top: 16px;
	font-size: 14px;
	line-height: 26px
}

.product-show .similar-products {
	margin-top: 58px
}

.product-show .similar-products .title {
	font-size: 24px;
	font-weight: bold
}

.product-show .similar-products .products-list {
	margin-top: 22px
}

.product-show .similar-products .products-list ul {
	overflow: hidden;
	margin-right: -30px
}

.product-show .similar-products .products-list ul li {
	float: left;
	width: 20%
}

.product-show .similar-products .products-list ul li .item {
	margin-right: 30px
}

.product-show .similar-products .products-list ul li .image {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f7f7f7
}

.product-show .similar-products .products-list ul li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.product-show .similar-products .products-list ul li .text {
	margin-top: 10px
}

.product-show .similar-products .products-list ul li .text p {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.product-show .similar-products .products-list ul li .text p a {
	color: #333
}

.product-show .similar-products .products-list ul li .text p a:hover {
	color: #2b82d9
}

.product-show .similar-products .products-list ul li .text .price {
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.product-show .similar-products .products-list ul li .text .price b {
	font-size: 20px;
	color: #e03c3c;
	margin-right: 2px;
	font-weight: bold
}

.product-show .similar-products .products-list ul li .text .btn {
	margin-top: 15px
}

.product-show .similar-products .products-list ul li .text .btn a {
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #2b82d9;
	background-color: #2b82d9;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	height: 32px;
	display: block
}

.product-show .similar-products .products-list ul li .text .btn a:hover {
	color: #2b82d9;
	background-color: #fff
}

.company-main {
	padding: 35px 30px;
	background-color: #fff;
	margin-top: 20px
}

.company-main .company-title {
	font-size: 22px;
	font-weight: bold
}

.company-main .profile .profile-top {
	margin-top: 25px;
	overflow: hidden
}

.company-main .profile .profile-top .image {
	float: left;
	margin-right: 40px;
	width: 420px
}

.company-main .profile .profile-top .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	border-radius: 6px
}

.company-main .profile .profile-top .image a img {
	max-height: none;
	width: 100%
}

.company-main .profile .profile-top .text {
	overflow: hidden
}

.company-main .profile .profile-top .text dl {
	overflow: hidden;
	font-size: 14px;
	line-height: 40px
}

.company-main .profile .profile-top .text dl dt {
	width: 155px;
	float: left;
	color: #999
}

.company-main .profile .profile-top .text dl dd {
	overflow: hidden
}

.company-main .profile .profile-content {
	margin-top: 28px;
	line-height: 36px;
	font-size: 14px
}

.company-main .certificates ul {
	margin-top: 25px;
	overflow: hidden;
	margin-right: -25px
}

.company-main .certificates ul li {
	width: 25%;
	float: left
}

.company-main .certificates ul li .item {
	margin-right: 25px;
	text-align: center
}

.company-main .certificates ul li .item .image {
	height: 240px;
	border: 1px solid #e6e6e6;
	position: relative;
	overflow: hidden
}

.company-main .certificates ul li .item p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.company-main .certificates ul li .item p a {
	color: #333
}

.company-main .certificates ul li .item p a:hover {
	color: #2b82d9
}

.company-main .news .list-box {
	margin-top: 25px
}

.company-main .news .list-box ul {
	overflow: hidden;
	margin-right: -45px;
	margin-top: -40px
}

.company-main .news .list-box ul li {
	float: left;
	width: 50%;
	margin-top: 40px
}

.company-main .news .list-box ul li .item {
	margin-right: 45px
}

.company-main .news .list-box ul li .item .image {
	float: left;
	width: 180px;
	margin-right: 18px
}

.company-main .news .list-box ul li .item .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
	border-radius: 3px
}

.company-main .news .list-box ul li .item .image a img {
	max-height: none;
	width: 100%
}

.company-main .news .list-box ul li .item .text {
	overflow: hidden
}

.company-main .news .list-box ul li .item .text p {
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	font-size: 15px
}

.company-main .news .list-box ul li .item .text p a {
	color: #333
}

.company-main .news .list-box ul li .item .text p a:hover {
	color: #2b82d9
}

.company-main .news .list-box ul li .item .text .content {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.company-main .news .list-box ul li .item .text .data {
	margin-top: 20px;
	color: #666;
	font-size: 12px;
	line-height: 20px
}

.company-main .news .list-box ul li .item .text .data i {
	margin-right: 5px;
	font-size: 12px
}

.company-main:first-of-type {
	margin-top: 0
}

.contact-main {
	overflow: hidden;
	background-color: #fff;
	padding: 42px
}

.contact-main .information-main {
	overflow: hidden;
	margin-right: -24px
}

.contact-main .information-main .information-box {
	float: left;
	width: 50%
}

.contact-main .information-main .information-box .item {
	margin-right: 24px;
	background-color: #fbfbfb;
	padding-bottom: 30px;
	min-height: 437px
}

.contact-main .information-main .information-box .item .title {
	border-bottom: 1px solid #eee;
	padding: 18px 30px;
	font-size: 22px;
	font-weight: bold
}

.contact-main .information-main .information-box .item .title i {
	font-weight: normal;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background-color: #2b82d9;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	font-size: 18px
}

.contact-main .information-main .information-box .item .content {
	overflow: hidden;
	padding-right: 60px;
	padding-left: 32px
}

.contact-main .information-main .information-box .item .content .image {
	float: right;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-left: 70px
}

.contact-main .information-main .information-box .item .content .image img {
	width: 100%;
	height: 100%
}

.contact-main .information-main .information-box .item .content .text {
	overflow: hidden
}

.contact-main .information-main .information-box .item .content .text dl {
	margin-top: 30px;
	font-size: 14px
}

.contact-main .information-main .information-box .item .content .text dl dt {
	color: #999
}

.contact-main .information-main .information-box .item .content .text dl dd {
	line-height: 24px;
	margin-top: 10px
}

.contact-main .contact-title {
	margin-top: 35px;
	font-size: 22px;
	font-weight: bold
}

.contact-main .contact-title b {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 4px;
	height: 16px;
	background-color: #2b82d9;
	margin-top: 4px
}

.contact-main .textarea-box {
	margin-top: 25px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	position: relative;
	line-height: 20px
}

.contact-main .textarea-box textarea {
	width: 100%;
	height: 204px;
	padding: 15px
}

.contact-main .textarea-box textarea::placeholder {
	color: #999
}

.contact-main .textarea-box button {
	position: absolute;
	right: 22px;
	bottom: 15px;
	padding: 0 24px;
	border-radius: 18px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #2b82d9;
	background-color: #2b82d9;
	color: #fff
}

.contact-main .textarea-box button:hover {
	color: #2b82d9;
	background-color: #fff
}

.video-center {
	background-color: #fff;
	padding-bottom: 10px
}

.video-center .title {
	padding: 20px 30px;
	position: relative;
	border-bottom: 1px solid #eee
}

.video-center .title b {
	font-size: 22px
}

.video-center .video-list {
	overflow: hidden;
	padding: 22px 30px 5px
}

.video-center .video-list ul {
	overflow: hidden;
	margin-right: -22px;
	margin-top: -16px
}

.video-center .video-list ul li {
	width: 33.33%;
	float: left;
	margin-top: 16px
}

.video-center .video-list ul li .item {
	margin-right: 22px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #f6f6f6
}

.video-center .video-list ul li .item .image {
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden
}

.video-center .video-list ul li .item .image img {
	max-height: none;
	width: 100%
}

.video-center .video-list ul li .item .text {
	padding: 18px
}

.video-center .video-list ul li .item .text p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.video-center .video-list ul li .item .text p a {
	color: #333
}

.video-center .video-list ul li .item .text p a:hover {
	color: #2b82d9
}

.video-center .video-list ul li .item .text .data {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 15px;
	color: #999
}

.video-center .video-list ul li .item .text .data i {
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	margin-right: 6px;
	margin-top: 1px
}

.video-center .video-list ul li .item .text .data .view {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 28px;
	box-sizing: border-box;
	border: 1px solid #2b82d9;
	width: 86px;
	text-align: center;
	background-color: #2b82d9;
	border-radius: 2px;
	color: #fff
}

.video-center .video-list ul li .item .text .data .view:hover {
	color: #2b82d9;
	background-color: #fff
}

.video-show {
	background-color: #fff
}

.video-show .video-play .image {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative
}

.video-show .video-play .image .play {
	width: 110px;
	height: 110px;
	background: url(/Images/play.png) no-repeat;
	background-size: cover
}

.video-show .video-play .image img {
	max-height: none;
	width: 100%
}

.video-show .live-name {
	margin: 0 30px;
	padding: 25px 0;
	border-bottom: 1px solid #e6e6e6
}

.video-show .live-name h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 40px
}

.video-show .live-name h1 a {
	color: #333
}

.video-show .live-name h1 a:hover {
	color: #2b82d9
}

.video-show .live-name p {
	margin-top: 15px
}

.video-show .live-name p span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	font-size: 14px;
	color: #fff;
	background-color: #2b82d9;
	border-radius: 4px
}

.video-show .live-name p span i {
	font-size: 14px;
	margin-right: 6px
}

.video-show .live-name p span:nth-child(2) {
	margin-left: 11px;
	background-color: #366fb6
}

.video-show .BriefIntro {
	padding: 25px 28px 35px
}

.video-show .BriefIntro .title {
	margin-bottom: 20px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
	position: relative
}

.video-show .BriefIntro .title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 3px;
	width: 175px;
	background-color: #2b82d9
}

.video-show .BriefIntro .Content {
	line-height: 28px;
	font-size: 14px
}

.news-main {
	background-color: #fff;
	padding: 30px 30px 45px
}

.news-main .news-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 32px
}

.news-main .news-data {
	margin-top: 25px;
	font-size: 14px;
	color: #999
}

.news-main .news-data span {
	margin-right: 14px
}

.news-main .news-detail {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e6e6e6
}

.news-main .news-detail .Content {
	font-size: 14px;
	line-height: 26px
}

.footer {
	background-color: #fff;
	margin-top: 40px;
	padding-top: 35px
}

.footer a {
	color: #333
}

.footer ul {
	overflow: hidden
}

.footer ul li {
	float: left;
	width: 20%
}

.footer ul li .title {
	font-size: 16px;
	font-weight: bold
}

.footer ul li .content {
	font-size: 16px;
	margin-top: 25px
}

.footer ul li .content a {
	color: #666
}

.footer ul li .content a:hover {
	color: #2b82d9
}

.footer ul li .content p {
	margin-top: 15px
}

.footer ul li .content p a.app-btn {
	display: inline-block;
	padding: 0 10px;
	height: 34px;
	line-height: 32px;
	border-radius: 4px;
	background-color: #666;
	color: #fff;
	font-size: 14px
}

.footer ul li .content p a.app-btn i {
	font-size: 22px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: top
}

.footer ul li .content p a.app-btn:hover {
	background-color: #2b82d9
}

.footer .follow-us {
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	margin-top: 30px;
	text-align: center;
	color: #666;
	font-size: 0;
	padding: 12px 0
}

.footer .follow-us span {
	font-size: 14px;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 8px;
	display: inline-block
}

.footer .follow-us a {
	margin-right: 15px
}

.footer .follow-us a i {
	font-size: 30px
}

.footer .follow-us a i.facebook {
	color: #1977f3
}

.footer .follow-us a i.twitter {
	color: #2d8ec5
}

.footer .follow-us a i.google {
	color: #dc4a3d
}

.footer .follow-us a i.linkedln {
	color: #0a66c2
}

.footer .follow-us a i.wechat {
	color: #2aae67
}

.footer .follow-us a i.software {
	color: #f29025
}

.footer .copyright {
	line-height: 50px;
	font-size: 14px;
	color: #666;
	text-align: center
}

@media only screen and (min-width: 1920px) {
	.w {
		width: 1500px
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.w {
		width: 1500px
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.w {
		width: 1400px
	}

	.main-top {
		padding: 60px 0 115px
	}

	.main-top .logo {
		width: 115px;
		height: 115px
	}

	.main-top .search {
		padding-left: 40px
	}

	.main-top .search .search-box {
		margin-top: 21px;
		width: 488px
	}

	.main-top .search .search-box input {
		height: 42px;
		border-radius: 22px;
		font-size: 13px;
		padding-right: 60px
	}

	.main-top .search .search-box button {
		width: 60px;
		height: 42px
	}

	.main-top .search::after {
		top: 2px;
		height: 116px
	}

	.main-top .company-data .name {
		font-size: 26px
	}

	.main-top .company-data p {
		font-size: 13px;
		margin-top: 6px
	}

	.main-top .company-data .companyItem {
		margin-top: 22px
	}

	.main-top .company-data .companyItem .custom {
		font-size: 13px
	}

	.nav ul li a {
		padding: 0 25px
	}

	.select-products {
		padding-top: 36px;
		padding-bottom: 55px
	}

	.public-title p {
		margin-top: 10px;
		font-size: 28px
	}

	.public-title p a {
		line-height: 22px
	}

	.public-title i {
		width: 28px;
		height: 4px
	}

	.select-products ul {
		margin-right: -44px
	}

	.select-products ul li .item {
		margin-right: 44px
	}

	.select-products ul li .item p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 14px
	}

	.select-products ul li .item .price {
		margin-top: 10px;
		font-size: 13px
	}

	.select-products ul li .item .price b {
		font-size: 18px
	}

	.index-news {
		padding: 55px 0;
		background: url(/Images/newsbg.png) no-repeat;
		background-size: cover
	}

	.index-news .news-item {
		width: calc(50% - 22px);
		padding: 30px 30px 38px
	}

	.index-news .news-item ul {
		margin-top: 45px
	}

	.index-news .news-item ul li {
		margin-top: 40px
	}

	.index-news .news-item ul li .time b {
		font-size: 18px
	}

	.index-news .news-item ul li .time p {
		font-size: 13px
	}

	.index-news .news-item ul li .text p {
		font-size: 19px
	}

	.index-news .news-item ul li .text .content {
		font-size: 13px;
		line-height: 19px;
		height: 38px
	}

	.company-profile {
		padding: 45px 0 55px
	}

	.company-profile .company-box {
		margin-top: 32px;
		padding-right: 156px
	}

	.company-profile .company-box .image {
		bottom: 22px;
		right: 15px;
		width: 513px
	}

	.company-profile .company-box .item {
		padding: 50px 440px 50px 38px
	}

	.company-profile .company-box .item .title {
		font-size: 26px
	}

	.company-profile .company-box .item .content {
		line-height: 19px;
		margin-top: 25px;
		font-size: 13px
	}

	.company-profile .company-box .item .data {
		margin-top: 40px
	}

	.company-profile .company-box .item .data dl {
		margin-top: 18px
	}

	.company-profile .company-box .item .btn {
		margin-top: 66px
	}

	.contact-us {
		padding: 48px 0 20px
	}

	.contact-us .box .image {
		margin-right: 22px;
		width: 386px;
		height: 513px
	}

	.contact-us .box .text {
		padding: 0 36px 36px
	}

	.contact-us .box .text ul li {
		margin-top: 16px;
		font-size: 13px;
		line-height: 20px
	}

	.contact-us .box .text ul li span i {
		font-size: 16px
	}

	.contact-us .box .text ul li:nth-child(2n+1) {
		width: 260px;
		margin-right: 44px
	}

	.contact-us .box .text ul li:nth-child(2n+1) span {
		width: 152px
	}

	.contact-us .box .send-message .title {
		font-size: 20px;
		margin-top: 24px
	}

	.contact-us .box .send-message .item {
		font-size: 13px;
		line-height: 42px;
		margin-top: 19px
	}

	.contact-us .box .send-message .item.email input {
		width: 395px
	}

	.contact-us .box .send-message .input input {
		height: 42px
	}

	.contact-us .box .send-message .input textarea {
		height: 108px
	}

	.location {
		line-height: 56px;
		height: 56px;
		font-size: 14px
	}

	.main-left {
		width: 300px
	}

	.main-left .products-type {
		padding: 32px 0 16px 0;
		background-color: #fff
	}

	.main-left .products-type .title {
		font-size: 19px;
		padding: 0 25px
	}

	.main-left .products-type ul li a {
		padding: 0 25px;
		line-height: 38px;
		height: 38px;
		font-size: 13px
	}

	.main-left .company-box .name {
		padding: 13px 25px;
		line-height: 23px;
		font-size: 15px
	}

	.main-left .company-box .name span {
		font-size: 13px
	}

	.main-left .company-box .content {
		padding: 0 25px 28px
	}

	.main-left .company-box .content li {
		padding: 18px 0;
		font-size: 13px
	}

	.main-left .company-box .content li p {
		margin-top: 6px;
		line-height: 20px
	}

	.main-left .company-box .content a {
		font-size: 13px
	}

	.main-left .company-box .content a i {
		font-size: 13px;
		margin-top: 1px
	}

	.product-center .title {
		padding: 20px 28px
	}

	.product-center .title b {
		font-size: 20px
	}

	.product-center .title .title-page {
		right: 28px;
		top: 15px;
		line-height: 32px;
		font-size: 13px
	}

	.product-center .title .title-page p {
		margin-left: 18px
	}

	.product-center .title .title-page p a {
		width: 38px;
		height: 30px;
		line-height: 30px
	}

	.product-list ul li {
		padding: 20px 28px
	}

	.product-list ul li .text {
		font-size: 13px
	}

	.product-list ul li .text p {
		line-height: 20px;
		height: 40px
	}

	.product-list ul li .text .price b {
		font-size: 17px
	}

	.company-main {
		padding: 32px 28px;
		margin-top: 18px
	}

	.company-main .company-title {
		font-size: 21px
	}

	.company-main .profile .profile-top {
		margin-top: 24px
	}

	.company-main .profile .profile-top .image {
		margin-right: 35px;
		width: 390px
	}

	.company-main .profile .profile-top .text dl {
		font-size: 13px;
		line-height: 36px
	}

	.company-main .profile .profile-top .text dl dt {
		width: 145px
	}

	.company-main .profile .profile-content {
		margin-top: 20px;
		line-height: 26px;
		font-size: 13px
	}

	.company-main .certificates ul {
		margin-top: 25px;
		margin-right: -23px
	}

	.company-main .certificates ul li .item {
		margin-right: 23px
	}

	.company-main .certificates ul li .item .image {
		height: 223px
	}

	.company-main .certificates ul li .item p {
		font-size: 13px
	}

	.company-main .news .list-box ul li .item .image {
		width: 168px;
		margin-right: 18px
	}

	.company-main .news .list-box ul li .item .text p {
		line-height: 20px;
		height: 40px;
		font-size: 14px
	}

	.company-main .news .list-box ul li .item .text .content {
		margin-top: 10px;
		font-size: 13px;
		line-height: 18px;
		height: 18px
	}

	.contact-main {
		padding: 40px 36px
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.w {
		width: 1328px
	}

	.main-top {
		padding: 57px 0 105px
	}

	.main-top .logo {
		width: 110px;
		height: 110px
	}

	.main-top .search {
		padding-left: 38px
	}

	.main-top .search .search-top .item {
		margin-right: 24px
	}

	.main-top .search .search-top .item .icon {
		width: 35px;
		height: 35px;
		line-height: 33px
	}

	.main-top .search .search-top .item .icon i {
		font-size: 18px
	}

	.main-top .search .search-top .item .text {
		font-size: 12px;
		line-height: 16px;
		padding-top: 1px
	}

	.main-top .search .search-box {
		margin-top: 20px;
		width: 460px
	}

	.main-top .search .search-box input {
		height: 38px;
		border-radius: 22px;
		font-size: 12px;
		padding-right: 60px
	}

	.main-top .search .search-box button {
		width: 60px;
		height: 38px
	}

	.main-top .search::after {
		top: 2px;
		height: 108px
	}

	.main-top .company-data {
		padding-right: 520px
	}

	.main-top .company-data .name {
		font-size: 25px;
		margin-top: 5px
	}

	.main-top .company-data p {
		font-size: 13px;
		margin-top: 6px
	}

	.main-top .company-data .companyItem {
		margin-top: 22px
	}

	.main-top .company-data .companyItem .custom {
		font-size: 13px
	}

	.nav {
		height: 50px;
		margin-top: -50px
	}

	.nav ul li {
		margin-right: 46px
	}

	.nav ul li a {
		padding: 0 25px;
		font-size: 15px;
		line-height: 50px
	}

	.public-title p {
		margin-top: 10px;
		font-size: 27px
	}

	.public-title p a {
		line-height: 20px;
		font-size: 12px;
		height: 22px;
		top: 1px
	}

	.public-title i {
		width: 26px;
		height: 4px
	}

	.select-products {
		padding-top: 34px;
		padding-bottom: 50px
	}

	.select-products ul {
		margin-right: -43px
	}

	.select-products ul li {
		margin-top: 28px
	}

	.select-products ul li .item {
		margin-right: 43px
	}

	.select-products ul li .item p {
		font-size: 13px;
		line-height: 18px;
		height: 36px;
		margin-top: 14px
	}

	.select-products ul li .item .price {
		margin-top: 10px;
		font-size: 13px
	}

	.select-products ul li .item .price b {
		font-size: 18px
	}

	.index-news {
		padding: 52px 0;
		background: url(/Images/newsbg.png) no-repeat;
		background-size: cover
	}

	.index-news .news-item {
		width: calc(50% - 22px);
		padding: 30px 30px 38px
	}

	.index-news .news-item ul {
		margin-top: 45px
	}

	.index-news .news-item ul li {
		margin-top: 36px
	}

	.index-news .news-item ul li .time {
		padding-right: 15px
	}

	.index-news .news-item ul li .time b {
		font-size: 16px
	}

	.index-news .news-item ul li .time p {
		font-size: 12px
	}

	.index-news .news-item ul li .text {
		padding-left: 15px
	}

	.index-news .news-item ul li .text p {
		font-size: 17px;
		line-height: 22px;
		height: 22px
	}

	.index-news .news-item ul li .text .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px
	}

	.company-profile {
		padding: 44px 0 55px
	}

	.company-profile .company-box {
		margin-top: 30px;
		padding-right: 148px
	}

	.company-profile .company-box .image {
		bottom: 22px;
		right: 14px;
		width: 486px
	}

	.company-profile .company-box .item {
		padding: 45px 415px 42px 36px
	}

	.company-profile .company-box .item .title {
		font-size: 25px
	}

	.company-profile .company-box .item .content {
		line-height: 19px;
		margin-top: 25px;
		font-size: 13px
	}

	.company-profile .company-box .item .data {
		margin-top: 40px
	}

	.company-profile .company-box .item .data dl {
		margin-top: 15px
	}

	.company-profile .company-box .item .btn {
		margin-top: 66px
	}

	.company-profile .company-box::after {
		width: 148px;
		height: 317px
	}

	.contact-us {
		padding: 43px 0 20px
	}

	.contact-us .box .image {
		margin-right: 20px;
		width: 366px;
		height: 486px
	}

	.contact-us .box .text {
		padding: 0 30px 35px
	}

	.contact-us .box .text ul li {
		margin-top: 14px;
		font-size: 13px;
		line-height: 20px
	}

	.contact-us .box .text ul li span i {
		font-size: 16px
	}

	.contact-us .box .text ul li:nth-child(2n+1) {
		width: 270px;
		margin-right: 18px
	}

	.contact-us .box .text ul li:nth-child(2n+1) span {
		width: 130px
	}

	.contact-us .box .text ul li:nth-child(2n) span {
		width: 105px
	}

	.contact-us .box .send-message .title {
		font-size: 20px;
		margin-top: 20px
	}

	.contact-us .box .send-message .item {
		font-size: 13px;
		line-height: 39px;
		margin-top: 18px
	}

	.contact-us .box .send-message .item.email input {
		width: 376px
	}

	.contact-us .box .send-message .input input {
		height: 39px
	}

	.contact-us .box .send-message .input textarea {
		height: 102px
	}

	.contact-us .box .send-message .btn {
		margin-top: 18px
	}

	.contact-us .box .send-message .btn a {
		width: 142px;
		line-height: 34px;
		font-size: 14px
	}

	.location {
		line-height: 50px;
		height: 50px;
		font-size: 13px
	}

	.main-left {
		width: 284px
	}

	.main-left .products-type {
		padding: 28px 0 14px 0;
		background-color: #fff
	}

	.main-left .products-type .title {
		font-size: 17px;
		padding: 0 24px
	}

	.main-left .products-type .title b {
		margin-top: 2px
	}

	.main-left .products-type ul li a {
		padding: 0 24px;
		line-height: 36px;
		height: 36px;
		font-size: 12px
	}

	.main-left .company-box .name {
		padding: 12px 24px;
		line-height: 22px;
		font-size: 14px
	}

	.main-left .company-box .name span {
		font-size: 12px
	}

	.main-left .company-box .content {
		padding: 0 24px 26px
	}

	.main-left .company-box .content li {
		padding: 15px 0;
		font-size: 12px
	}

	.main-left .company-box .content li p {
		margin-top: 6px;
		line-height: 20px
	}

	.main-left .company-box .content a {
		font-size: 13px
	}

	.main-left .company-box .content a i {
		font-size: 13px;
		margin-top: 1px
	}

	.product-center .title {
		padding: 20px 25px
	}

	.product-center .title b {
		font-size: 20px
	}

	.product-center .title .title-page {
		right: 25px;
		top: 15px;
		line-height: 32px;
		font-size: 13px
	}

	.product-center .title .title-page p {
		margin-left: 18px
	}

	.product-center .title .title-page p a {
		width: 38px;
		height: 30px;
		line-height: 30px
	}

	.product-list ul li {
		padding: 20px 25px
	}

	.product-list ul li .text {
		font-size: 12px
	}

	.product-list ul li .text p {
		line-height: 20px;
		height: 40px
	}

	.product-list ul li .text .price a {
		height: 32px;
		line-height: 30px
	}

	.product-list ul li .text .price b {
		font-size: 16px
	}

	.company-main {
		padding: 30px 27px;
		margin-top: 18px
	}

	.company-main .company-title {
		font-size: 20px
	}

	.company-main .profile .profile-top {
		margin-top: 20px
	}

	.company-main .profile .profile-top .image {
		margin-right: 35px;
		width: 370px
	}

	.company-main .profile .profile-top .text dl {
		font-size: 12px;
		line-height: 32px
	}

	.company-main .profile .profile-top .text dl dt {
		width: 132px
	}

	.company-main .profile .profile-content {
		margin-top: 20px;
		line-height: 24px;
		font-size: 12px
	}

	.company-main .certificates ul {
		margin-top: 22px;
		margin-right: -22px
	}

	.company-main .certificates ul li .item {
		margin-right: 22px
	}

	.company-main .certificates ul li .item .image {
		height: 212px
	}

	.company-main .certificates ul li .item p {
		font-size: 12px;
		margin-top: 8px
	}

	.company-main .news .list-box ul {
		margin-right: -40px;
		margin-top: -38px
	}

	.company-main .news .list-box ul li {
		margin-top: 38px
	}

	.company-main .news .list-box ul li .item {
		margin-right: 40px
	}

	.company-main .news .list-box ul li .item .image {
		width: 158px;
		margin-right: 15px
	}

	.company-main .news .list-box ul li .item .text p {
		line-height: 20px;
		height: 40px;
		font-size: 13px
	}

	.company-main .news .list-box ul li .item .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
		height: 18px
	}

	.company-main .news .list-box ul li .item .text .data {
		margin-top: 16px
	}

	.contact-main {
		padding: 40px 36px
	}

	.contact-main .information-main .information-box .item {
		margin-right: 24px;
		padding-bottom: 22px;
		min-height: 373px
	}

	.contact-main .information-main .information-box .item .title {
		padding: 16px 28px;
		font-size: 20px
	}

	.contact-main .information-main .information-box .item .content {
		padding-right: 50px;
		padding-left: 28px
	}

	.contact-main .information-main .information-box .item .content .image {
		width: 132px;
		height: 132px;
		margin-top: 24px;
		margin-left: 60px
	}

	.contact-main .information-main .information-box .item .content .text dl {
		margin-top: 22px;
		font-size: 13px
	}

	.contact-main .information-main .information-box .item .content .text dl dd {
		line-height: 20px;
		margin-top: 10px
	}

	.video-center .video-list ul li .item .text {
		padding: 14px
	}

	.video-center .video-list ul li .item .text p {
		font-size: 13px;
		line-height: 22px;
		height: 44px
	}

	.video-center .video-list ul li .item .text .data {
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		margin-top: 12px
	}

	.video-center .video-list ul li .item .text .data i {
		font-size: 13px
	}

	.video-center .video-list ul li .item .text .data .view {
		height: 28px;
		line-height: 26px;
		width: 74px
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
	.w {
		width: 1138px
	}

	.main-top {
		padding: 52px 0 90px
	}

	.main-top .logo {
		width: 94px;
		height: 94px
	}

	.main-top .search {
		padding-left: 32px
	}

	.main-top .search .search-top .item {
		margin-right: 24px
	}

	.main-top .search .search-top .item .icon {
		width: 35px;
		height: 35px;
		line-height: 33px
	}

	.main-top .search .search-top .item .icon i {
		font-size: 18px
	}

	.main-top .search .search-top .item .text {
		font-size: 12px;
		line-height: 16px;
		padding-top: 1px
	}

	.main-top .search .search-box {
		margin-top: 12px;
		width: 400px
	}

	.main-top .search .search-box input {
		height: 38px;
		border-radius: 22px;
		font-size: 12px;
		padding-right: 60px
	}

	.main-top .search .search-box button {
		width: 60px;
		height: 38px
	}

	.main-top .search::after {
		top: 2px;
		height: 108px
	}

	.main-top .company-data {
		padding-right: 455px
	}

	.main-top .company-data .name {
		font-size: 21px;
		margin-top: 2px
	}

	.main-top .company-data p {
		font-size: 12px;
		margin-top: 6px
	}

	.main-top .company-data .companyItem {
		margin-top: 18px
	}

	.main-top .company-data .companyItem .custom {
		font-size: 12px
	}

	.nav {
		height: 44px;
		margin-top: -44px
	}

	.nav ul li {
		margin-right: 46px
	}

	.nav ul li a {
		padding: 0 20px;
		font-size: 14px;
		line-height: 44px
	}

	.nav ul li.active a::after, .nav ul li:hover a::after {
		width: 16px;
		bottom: 8px
	}

	.public-title p {
		margin-top: 8px;
		font-size: 23px
	}

	.public-title p a {
		line-height: 20px;
		font-size: 12px;
		height: 22px;
		top: 1px
	}

	.public-title i {
		width: 22px;
		height: 4px
	}

	.select-products {
		padding-top: 30px;
		padding-bottom: 42px
	}

	.select-products ul {
		margin-right: -36px
	}

	.select-products ul li {
		margin-top: 22px
	}

	.select-products ul li .item {
		margin-right: 36px
	}

	.select-products ul li .item p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 10px
	}

	.select-products ul li .item .price {
		margin-top: 10px;
		font-size: 12px
	}

	.select-products ul li .item .price b {
		font-size: 16px
	}

	.index-news {
		padding: 45px 0;
		background: url(/Images/newsbg.png) no-repeat;
		background-size: cover
	}

	.index-news .news-item {
		width: calc(50% - 18px);
		padding: 25px 25px 30px
	}

	.index-news .news-item ul {
		margin-top: 35px
	}

	.index-news .news-item ul li {
		margin-top: 30px
	}

	.index-news .news-item ul li .time {
		padding-right: 13px
	}

	.index-news .news-item ul li .time b {
		font-size: 15px
	}

	.index-news .news-item ul li .time p {
		font-size: 12px
	}

	.index-news .news-item ul li .text {
		padding-left: 13px
	}

	.index-news .news-item ul li .text p {
		font-size: 15px;
		line-height: 22px;
		height: 22px
	}

	.index-news .news-item ul li .text .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px
	}

	.company-profile {
		padding: 38px 0 45px
	}

	.company-profile .company-box {
		margin-top: 24px;
		padding-right: 128px
	}

	.company-profile .company-box .image {
		bottom: 15px;
		right: 11px;
		width: 417px
	}

	.company-profile .company-box .item {
		padding: 38px 330px 38px 30px
	}

	.company-profile .company-box .item .title {
		font-size: 21px
	}

	.company-profile .company-box .item .content {
		line-height: 18px;
		margin-top: 15px;
		font-size: 12px
	}

	.company-profile .company-box .item .data {
		margin-top: 35px
	}

	.company-profile .company-box .item .data dl {
		margin-top: 15px;
		font-size: 12px;
		line-height: 16px
	}

	.company-profile .company-box .item .btn {
		margin-top: 55px
	}

	.company-profile .company-box .item .btn a {
		height: 34px;
		line-height: 32px;
		padding: 0 12px;
		font-size: 12px
	}

	.company-profile .company-box .item .btn a i {
		line-height: 16px;
		margin-top: 7px
	}

	.company-profile .company-box::after {
		width: 128px;
		height: 272px
	}

	.contact-us {
		padding: 36px 0 10px
	}

	.contact-us .box .image {
		margin-right: 18px;
		width: 314px;
		height: 417px
	}

	.contact-us .box .text {
		padding: 0 25px 30px
	}

	.contact-us .box .text ul li {
		margin-top: 14px;
		font-size: 12px;
		line-height: 20px
	}

	.contact-us .box .text ul li span i {
		font-size: 16px
	}

	.contact-us .box .text ul li:nth-child(2n+1) {
		width: 255px;
		margin-right: 18px
	}

	.contact-us .box .text ul li:nth-child(2n+1) span {
		width: 115px
	}

	.contact-us .box .text ul li:nth-child(2n) {
		width: 475px
	}

	.contact-us .box .text ul li:nth-child(2n) span {
		width: 95px
	}

	.contact-us .box .send-message {
		margin-top: 16px
	}

	.contact-us .box .send-message .title {
		font-size: 17px;
		margin-top: 17px
	}

	.contact-us .box .send-message .title i {
		font-size: 10px;
		margin-top: 5px
	}

	.contact-us .box .send-message .item {
		font-size: 12px;
		line-height: 34px;
		margin-top: 15px
	}

	.contact-us .box .send-message .item.email {
		margin-top: 16px
	}

	.contact-us .box .send-message .item.email input {
		width: 314px
	}

	.contact-us .box .send-message .input input {
		height: 34px
	}

	.contact-us .box .send-message .input textarea {
		height: 86px;
		padding: 8px
	}

	.contact-us .box .send-message .btn {
		margin-top: 18px
	}

	.contact-us .box .send-message .btn a {
		width: 129px;
		line-height: 32px;
		font-size: 12px
	}

	.location {
		line-height: 44px;
		height: 44px;
		font-size: 12px
	}

	.main-left {
		width: 242px;
		margin-right: 15px
	}

	.main-left .products-type {
		padding: 24px 0 14px 0;
		background-color: #fff
	}

	.main-left .products-type .title {
		font-size: 15px;
		padding: 0 20px
	}

	.main-left .products-type .title b {
		margin-top: 2px;
		height: 12px
	}

	.main-left .products-type ul {
		margin-top: 10px
	}

	.main-left .products-type ul li a {
		padding: 0 20px;
		line-height: 30px;
		height: 30px;
		font-size: 12px
	}

	.main-left .company-box {
		margin-top: 15px
	}

	.main-left .company-box .name {
		padding: 10px 20px;
		line-height: 20px;
		font-size: 13px
	}

	.main-left .company-box .name span {
		font-size: 12px;
		margin-left: 4px;
		padding: 0 6px
	}

	.main-left .company-box .content {
		padding: 0 20px 22px
	}

	.main-left .company-box .content li {
		padding: 15px 0;
		font-size: 12px
	}

	.main-left .company-box .content li p {
		margin-top: 6px;
		line-height: 20px
	}

	.main-left .company-box .content a {
		font-size: 13px
	}

	.main-left .company-box .content a i {
		font-size: 13px;
		margin-top: 1px
	}

	.product-center .title {
		padding: 15px 25px
	}

	.product-center .title b {
		font-size: 17px
	}

	.product-center .title .title-page {
		right: 25px;
		top: 10px;
		line-height: 24px;
		font-size: 12px
	}

	.product-center .title .title-page p {
		margin-left: 18px
	}

	.product-center .title .title-page p a {
		width: 30px;
		height: 24px;
		line-height: 22px
	}

	.product-center .title .title-page p a i {
		font-size: 8px
	}

	.product-list ul li {
		padding: 18px 20px
	}

	.product-list ul li .text {
		font-size: 12px
	}

	.product-list ul li .text p {
		line-height: 20px;
		height: 40px
	}

	.product-list ul li .text .price a {
		height: 32px;
		line-height: 30px
	}

	.product-list ul li .text .price b {
		font-size: 16px
	}

	.product-list ul li .text .btn a {
		height: 28px;
		line-height: 26px
	}

	.company-main {
		padding: 25px 23px;
		margin-top: 16px
	}

	.company-main .company-title {
		font-size: 17px
	}

	.company-main .profile .profile-top {
		margin-top: 18px
	}

	.company-main .profile .profile-top .image {
		margin-right: 28px;
		width: 334px
	}

	.company-main .profile .profile-top .text dl {
		font-size: 12px;
		line-height: 26px
	}

	.company-main .profile .profile-top .text dl dt {
		width: 132px
	}

	.company-main .profile .profile-content {
		margin-top: 20px;
		line-height: 24px;
		font-size: 12px
	}

	.company-main .certificates ul {
		margin-top: 22px;
		margin-right: -22px
	}

	.company-main .certificates ul li .item {
		margin-right: 22px
	}

	.company-main .certificates ul li .item .image {
		height: 212px
	}

	.company-main .certificates ul li .item p {
		font-size: 12px;
		margin-top: 8px
	}

	.company-main .news .list-box ul {
		margin-right: -40px;
		margin-top: -38px
	}

	.company-main .news .list-box ul li {
		margin-top: 38px
	}

	.company-main .news .list-box ul li .item {
		margin-right: 40px
	}

	.company-main .news .list-box ul li .item .image {
		width: 158px;
		margin-right: 15px
	}

	.company-main .news .list-box ul li .item .text p {
		line-height: 20px;
		height: 40px;
		font-size: 13px
	}

	.company-main .news .list-box ul li .item .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
		height: 18px
	}

	.company-main .news .list-box ul li .item .text .data {
		margin-top: 16px
	}

	.contact-main {
		padding: 40px 36px
	}

	.contact-main .information-main .information-box .item {
		margin-right: 24px;
		padding-bottom: 22px;
		min-height: 323px
	}

	.contact-main .information-main .information-box .item .title {
		padding: 14px 18px;
		font-size: 16px
	}

	.contact-main .information-main .information-box .item .title i {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px
	}

	.contact-main .information-main .information-box .item .content {
		padding-right: 45px;
		padding-left: 20px
	}

	.contact-main .information-main .information-box .item .content .image {
		width: 114px;
		height: 114px;
		margin-top: 22px;
		margin-left: 55px
	}

	.contact-main .information-main .information-box .item .content .text dl {
		margin-top: 18px;
		font-size: 12px
	}

	.contact-main .information-main .information-box .item .content .text dl dd {
		line-height: 18px;
		margin-top: 8px
	}

	.video-center .video-list ul li .item .text {
		padding: 12px
	}

	.video-center .video-list ul li .item .text p {
		font-size: 12px;
		line-height: 20px;
		height: 40px
	}

	.video-center .video-list ul li .item .text .data {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		margin-top: 12px
	}

	.video-center .video-list ul li .item .text .data i {
		font-size: 12px
	}

	.video-center .video-list ul li .item .text .data .view {
		height: 24px;
		line-height: 22px;
		width: 60px
	}
}

@media only screen and (max-width: 1024px) {
	.w {
		width: 1000px
	}

	.main-top {
		padding: 52px 0 90px
	}

	.main-top .logo {
		width: 94px;
		height: 94px
	}

	.main-top .search {
		padding-left: 32px
	}

	.main-top .search .search-top .item {
		margin-right: 24px
	}

	.main-top .search .search-top .item .icon {
		width: 35px;
		height: 35px;
		line-height: 33px
	}

	.main-top .search .search-top .item .icon i {
		font-size: 18px
	}

	.main-top .search .search-top .item .text {
		font-size: 12px;
		line-height: 16px;
		padding-top: 1px
	}

	.main-top .search .search-box {
		margin-top: 12px;
		width: 400px
	}

	.main-top .search .search-box input {
		height: 38px;
		border-radius: 22px;
		font-size: 12px;
		padding-right: 60px
	}

	.main-top .search .search-box button {
		width: 60px;
		height: 38px
	}

	.main-top .search::after {
		top: 2px;
		height: 108px
	}

	.main-top .company-data {
		padding-right: 455px
	}

	.main-top .company-data .name {
		font-size: 21px;
		margin-top: 2px
	}

	.main-top .company-data p {
		font-size: 12px;
		margin-top: 6px
	}

	.main-top .company-data .companyItem {
		margin-top: 18px
	}

	.main-top .company-data .companyItem .custom {
		font-size: 12px
	}

	.nav {
		height: 44px;
		margin-top: -44px
	}

	.nav ul li {
		margin-right: 46px
	}

	.nav ul li a {
		padding: 0 20px;
		font-size: 14px;
		line-height: 44px
	}

	.nav ul li.active a::after, .nav ul li:hover a::after {
		width: 16px;
		bottom: 8px
	}

	.public-title p {
		margin-top: 8px;
		font-size: 23px
	}

	.public-title p a {
		line-height: 20px;
		font-size: 12px;
		height: 22px;
		top: 1px
	}

	.public-title i {
		width: 22px;
		height: 4px
	}

	.select-products {
		padding-top: 30px;
		padding-bottom: 42px
	}

	.select-products ul {
		margin-right: -36px
	}

	.select-products ul li {
		margin-top: 22px
	}

	.select-products ul li .item {
		margin-right: 36px
	}

	.select-products ul li .item p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 10px
	}

	.select-products ul li .item .price {
		margin-top: 10px;
		font-size: 12px
	}

	.select-products ul li .item .price b {
		font-size: 16px
	}

	.index-news {
		padding: 45px 0;
		background: url(/Images/newsbg.png) no-repeat;
		background-size: cover
	}

	.index-news .news-item {
		width: calc(50% - 18px);
		padding: 25px 25px 30px
	}

	.index-news .news-item ul {
		margin-top: 35px
	}

	.index-news .news-item ul li {
		margin-top: 30px
	}

	.index-news .news-item ul li .time {
		padding-right: 13px
	}

	.index-news .news-item ul li .time b {
		font-size: 15px
	}

	.index-news .news-item ul li .time p {
		font-size: 12px
	}

	.index-news .news-item ul li .text {
		padding-left: 13px
	}

	.index-news .news-item ul li .text p {
		font-size: 15px;
		line-height: 22px;
		height: 22px
	}

	.index-news .news-item ul li .text .content {
		font-size: 12px;
		line-height: 18px;
		height: 36px
	}

	.company-profile {
		padding: 38px 0 45px
	}

	.company-profile .company-box {
		margin-top: 24px;
		padding-right: 128px
	}

	.company-profile .company-box .image {
		bottom: 15px;
		right: 11px;
		width: 417px
	}

	.company-profile .company-box .item {
		padding: 38px 330px 38px 30px
	}

	.company-profile .company-box .item .title {
		font-size: 21px
	}

	.company-profile .company-box .item .content {
		line-height: 18px;
		margin-top: 15px;
		font-size: 12px
	}

	.company-profile .company-box .item .data {
		margin-top: 35px
	}

	.company-profile .company-box .item .data dl {
		margin-top: 15px;
		font-size: 12px;
		line-height: 16px
	}

	.company-profile .company-box .item .btn {
		margin-top: 55px
	}

	.company-profile .company-box .item .btn a {
		height: 34px;
		line-height: 32px;
		padding: 0 12px;
		font-size: 12px
	}

	.company-profile .company-box .item .btn a i {
		line-height: 16px;
		margin-top: 7px
	}

	.company-profile .company-box::after {
		width: 128px;
		height: 272px
	}

	.contact-us {
		padding: 36px 0 10px
	}

	.contact-us .box .image {
		margin-right: 18px;
		width: 314px;
		height: 417px
	}

	.contact-us .box .text {
		padding: 0 25px 30px
	}

	.contact-us .box .text ul li {
		margin-top: 14px;
		font-size: 12px;
		line-height: 20px
	}

	.contact-us .box .text ul li span i {
		font-size: 16px
	}

	.contact-us .box .text ul li:nth-child(2n+1) {
		width: 255px;
		margin-right: 18px
	}

	.contact-us .box .text ul li:nth-child(2n+1) span {
		width: 115px
	}

	.contact-us .box .text ul li:nth-child(2n) {
		width: 344px
	}

	.contact-us .box .text ul li:nth-child(2n) span {
		width: 95px
	}

	.contact-us .box .send-message {
		margin-top: 16px
	}

	.contact-us .box .send-message .title {
		font-size: 17px;
		margin-top: 17px
	}

	.contact-us .box .send-message .title i {
		font-size: 10px;
		margin-top: 5px
	}

	.contact-us .box .send-message .item {
		font-size: 12px;
		line-height: 34px;
		margin-top: 15px
	}

	.contact-us .box .send-message .item.email {
		margin-top: 16px
	}

	.contact-us .box .send-message .item.email input {
		width: 245px
	}

	.contact-us .box .send-message .input input {
		height: 34px
	}

	.contact-us .box .send-message .input textarea {
		height: 86px;
		padding: 8px
	}

	.contact-us .box .send-message .btn {
		margin-top: 18px
	}

	.contact-us .box .send-message .btn a {
		width: 129px;
		line-height: 32px;
		font-size: 12px
	}

	.location {
		line-height: 44px;
		height: 44px;
		font-size: 12px
	}

	.main-left {
		width: 242px;
		margin-right: 15px
	}

	.main-left .products-type {
		padding: 24px 0 14px 0;
		background-color: #fff
	}

	.main-left .products-type .title {
		font-size: 15px;
		padding: 0 20px
	}

	.main-left .products-type .title b {
		margin-top: 2px;
		height: 12px
	}

	.main-left .products-type ul {
		margin-top: 10px
	}

	.main-left .products-type ul li a {
		padding: 0 20px;
		line-height: 30px;
		height: 30px;
		font-size: 12px
	}

	.main-left .company-box {
		margin-top: 15px
	}

	.main-left .company-box .name {
		padding: 10px 20px;
		line-height: 20px;
		font-size: 13px
	}

	.main-left .company-box .name span {
		font-size: 12px;
		margin-left: 4px;
		padding: 0 6px
	}

	.main-left .company-box .content {
		padding: 0 20px 22px
	}

	.main-left .company-box .content li {
		padding: 15px 0;
		font-size: 12px
	}

	.main-left .company-box .content li p {
		margin-top: 6px;
		line-height: 20px
	}

	.main-left .company-box .content a {
		font-size: 13px
	}

	.main-left .company-box .content a i {
		font-size: 13px;
		margin-top: 1px
	}

	.product-center .title {
		padding: 15px 25px
	}

	.product-center .title b {
		font-size: 17px
	}

	.product-center .title .title-page {
		right: 25px;
		top: 10px;
		line-height: 24px;
		font-size: 12px
	}

	.product-center .title .title-page p {
		margin-left: 18px
	}

	.product-center .title .title-page p a {
		width: 30px;
		height: 24px;
		line-height: 22px
	}

	.product-center .title .title-page p a i {
		font-size: 8px
	}

	.product-list ul li {
		padding: 18px 20px
	}

	.product-list ul li .text {
		font-size: 12px
	}

	.product-list ul li .text p {
		line-height: 20px;
		height: 40px
	}

	.product-list ul li .text .price a {
		height: 32px;
		line-height: 30px
	}

	.product-list ul li .text .price b {
		font-size: 16px
	}

	.product-list ul li .text .btn a {
		height: 28px;
		line-height: 26px
	}

	.company-main {
		padding: 25px 23px;
		margin-top: 16px
	}

	.company-main .company-title {
		font-size: 17px
	}

	.company-main .profile .profile-top {
		margin-top: 18px
	}

	.company-main .profile .profile-top .image {
		margin-right: 28px;
		width: 334px
	}

	.company-main .profile .profile-top .text dl {
		font-size: 12px;
		line-height: 26px
	}

	.company-main .profile .profile-top .text dl dt {
		width: 132px
	}

	.company-main .profile .profile-content {
		margin-top: 20px;
		line-height: 24px;
		font-size: 12px
	}

	.company-main .certificates ul {
		margin-top: 22px;
		margin-right: -22px
	}

	.company-main .certificates ul li .item {
		margin-right: 22px
	}

	.company-main .certificates ul li .item .image {
		height: 212px
	}

	.company-main .certificates ul li .item p {
		font-size: 12px;
		margin-top: 8px
	}

	.company-main .news .list-box ul {
		margin-right: -40px;
		margin-top: -38px
	}

	.company-main .news .list-box ul li {
		margin-top: 38px
	}

	.company-main .news .list-box ul li .item {
		margin-right: 40px
	}

	.company-main .news .list-box ul li .item .image {
		width: 158px;
		margin-right: 15px
	}

	.company-main .news .list-box ul li .item .text p {
		line-height: 20px;
		height: 40px;
		font-size: 13px
	}

	.company-main .news .list-box ul li .item .text .content {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
		height: 18px
	}

	.company-main .news .list-box ul li .item .text .data {
		margin-top: 16px
	}

	.contact-main {
		padding: 30px 24px
	}

	.contact-main .information-main .information-box .item {
		margin-right: 24px;
		padding-bottom: 22px;
		min-height: 323px
	}

	.contact-main .information-main .information-box .item .title {
		padding: 14px 18px;
		font-size: 16px
	}

	.contact-main .information-main .information-box .item .title i {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px
	}

	.contact-main .information-main .information-box .item .content {
		padding-right: 45px;
		padding-left: 20px
	}

	.contact-main .information-main .information-box .item .content .image {
		width: 114px;
		height: 114px;
		margin-top: 22px;
		margin-left: 55px
	}

	.contact-main .information-main .information-box .item .content .text dl {
		margin-top: 18px;
		font-size: 12px
	}

	.contact-main .information-main .information-box .item .content .text dl dd {
		line-height: 18px;
		margin-top: 8px
	}

	.video-center .video-list {
		padding: 17px 20px 5px
	}

	.video-center .video-list ul {
		margin-right: -15px
	}

	.video-center .video-list ul li .item {
		margin-right: 15px
	}

	.video-center .video-list ul li .item .text {
		padding: 12px
	}

	.video-center .video-list ul li .item .text p {
		font-size: 12px;
		line-height: 20px;
		height: 40px
	}

	.video-center .video-list ul li .item .text .data {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		margin-top: 12px
	}

	.video-center .video-list ul li .item .text .data i {
		font-size: 12px
	}

	.video-center .video-list ul li .item .text .data .view {
		height: 24px;
		line-height: 22px;
		width: 60px
	}
}
