html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
	display: block;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio,
video,
canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
	clear: inherit;
  line-height: inherit;

}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #cf010e;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_us_core>div:nth-child(1)>h1{
  margin-top: 0;
}
.img-cover img {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
	float:none;
  overflow: hidden;
}

.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/kefu.png) 12px center no-repeat #cf010e;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.kf .contact {
	margin-top: 1px;
	height: auto;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url(https://img.b2b.cn/template//newmb2/skin/images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/huidaodingbu.png) center center no-repeat #cf010e;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #cf010e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url(https://img.b2b.cn/template//newmb2/skin/images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 25%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer-fix li i.i1 {
	background-image: url(../image/m02.png);
}

.footer-fix li i.i2 {
	background-image: url(../image/m01.png);
}

.footer-fix li i.i3 {
	background-image: url(../image/m03.png);
}

.footer-fix li i.i4 {
	background-image: url(../image/m04.png);
}

.swiper-button-prev,
.swiper-button-next {
	outline: none;
}

.swiper-pagination-bullet-active {
	background-color: #cf010e;
}

.topbar {
	padding: 8px 0;
	background-color: #1f1f1f;
	color: #fff;
}

.topbar a {
	color: #fff;
}

.header {
	background-color: #000;
}

.header .logo {
	float: left;
	font-size: 0;
	height:90px;
	line-height:90px;
	text-align: left;
	padding: 5px 0;
}

.header .nav {
	font-size: 0;
	float: right;
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
	float: left;
	position: relative;
}

.header .nav li:after {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background-color: #333;
	top: 50%;
	margin-top: -5px;
	right: 0;
}

.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 100px;
	padding: 0 20px;
	color:#fff;
}

.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}

.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(135deg);
	right: 15px;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
	color: #cf010e;
}

/*.header .nav li.dropdown {position: relative;}
.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 25px;}*/
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
	background-color: rgba(255, 255, 255, 0.9);
}

.header .nav .dropdown-box p {
	margin: 0;
	border-bottom: dotted 1px #ccc;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: transparent !important;
	line-height: 40px;
	color: #333 !important;
}

.header .nav .dropdown-box a:hover {
	background-color: #fff !important;
	color: #cf010e !important;
}

.header .nav li.open .dropdown-box {
	display: block;
}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #cf010e;
	content: '';
}

.menu-btn:before {
	width: 24px;
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}






.banner {
	position: relative;
}

.banner .swiper-slide {
	background: no-repeat center / cover;
}

.yunu-link {
	padding: 20px 0;
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #cf010e;
	padding-bottom: 15px;
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.yunu-link ul {
	margin-left: -20px;
}

.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.yunu-showcase {
	margin: 0 0 40px;
}

.yunu-showcase-info {
	margin-left: 550px;
}

.yunu-showcase-info h1 {
	font-size: 24px;
	margin: 0 0 20px;
	font-weight: normal;
}

.yunu-showcase-info .desc {
	color: #666;
	line-height: 1.8;
	margin-bottom: 30px;
}

.yunu-showcase-info .cn {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	margin: 15px 0;
}

.yunu-showcase-info .cn span {
	color: #cf010e;
}

.yunu-showcase-info p {
	margin: 5px 0 0;
	line-height: 1.8;
}

.yunu-showcase-info p strong {
	color: #cf010e;
	font-size: 24px;
	line-height: 1;
}

 .tel {
	margin-top: 20px !important;
}

 .tel a {
	line-height: 40px;
	color: #fff;
	display: inline-block;
	width: 160px;
	height:100%;
	text-align: center;
	background-color: #cf010e;
	border: 1px solid transparent;
	font-size: 16px;
	border-radius: 3px !important;
}

 .tel a.ac {
	background-color: #282828;
	border-color: #282828;
	margin-left: 15px;
}

.pc-slide {
	float: left;
	width: 500px;
}

.pc-slide .view {
	border: 1px solid #ddd;
}

.view .swiper-slide .img-center {
	width: 100%;
	height: 400px;
	line-height: 400px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	margin: 0 30px;
}

.preview .swiper-slide .img-center {
	height: 80px;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	line-height: 80px;
}

.preview .arrow-left {
	background: url(https://img.b2b.cn/template//newmb2/skin/images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(https://img.b2b.cn/template//newmb2/skin/images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .active-nav .img-center {
	border-color: #cf010e;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.in-sou {
	padding: 30px 0;
}

.in-sou .desc {
	float: left;
	width: 410px;
	margin-right: 30px;
}

.in-sou .desc h4 {
	font-weight: normal;
	margin: 0;
	font-size: 22px;
}

.in-sou .desc span {
	display: inline-block;
	background-color: #d10009;
	color: #fff;
	padding: 2px 10px;
}

.in-sou .hform {
	padding: 0 50px;
	width: 400px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	float: left;
}

.in-sou .hform input {
	float: left;
	border: 0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-size: 14px;
	padding: 9px 15px 9px 5px;
	width: 310px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;

}

.in-sou .hform button {
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	background-color: #cf010e;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	width: 60px;
}

.in-sou .hform p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
}

.in-sou .hform p a {
	margin-right: 10px;
}

.in-sou .tel {
	float: right;
	font-size: 16px;
}

.in-sou .tel strong {
	display: block;
	font-size: 29px;
}

.section {
	padding: 50px 0;
}

.section-title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 32px;
}

.section-title strong {
	color: #cf010e;
}

.section-title small {
	display: block;
	text-transform: uppercase;
	position: relative;
	font-size: 0;
	color: #666;
	margin-top: 5px;
}

.section-title small:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #d9dadc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.section-title small em {
	position: relative;
	display: inline-block;
}

.section-title small em:before,
.section-title small em:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #d9dadc;
	border-radius: 50%;
	margin-top: -4px;
}

.section-title small em:before {
	left: 100%;
}

.section-title small em:after {
	right: 100%;
}

.section-title small i {
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	padding: 0 20px;
	background-color: #fff;
}

.section-title p {
	margin: 10px 0 0;
	font-size: 20px;
	color: #999;
}

.in-prod-menu {
	margin-left: -15px;
}

.in-prod-menu li {
	float: left;
	width: 20%;
}

.in-prod-menu li a {
	display: block;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/icon-cat.png) no-repeat 20px center #d10009;
	color: #fff;
	line-height: 42px;
	font-size: 18px;
	padding-left: 45px;
	margin: 0 0 15px 15px;
	transition: all 0.5s;
}

.in-prod-menu li a:hover {
	background-color: #333;
}

.in-prod-list {
	margin: 0 0 -15px -15px;
}

.in-prod-list li {
	float: left;
	width: 33.333333%;
}

.in-prod-list li a {
	display: block;
	background-color: #fff;
	margin: 0 0 15px 15px;
	border: 1px solid #e1e1e1;
	padding: 15px;
}

.in-prod-list li .img-center {
	height: 242px;
	line-height: 242px;
}

.in-prod-list li h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in-prod-list li h4:after {
	margin-top: 10px;
	content: '';
	display: block;
	height: 1px;
	width: 30px;
	background-color: #333;
}

.in-prod-list li p {
	margin: 10px 0 0;
	color: #999;
	height: 40px;
	overflow: hidden;
}

.in-prod-list li .btn {
	font-size: 0;
}

.in-prod-list li .btn span {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	width: 120px;
	text-align: center;
	background-color: #cf010e;
	color: #fff;
	margin: 10px 10px 0 0;
	font-size: 14px;
}

.in-prod-list li .btn span.x {
	background-color: #333;
}

.in-prod-list li .btn i {
	font-style: normal;
	margin-left: 10px;
}

.bg1 {
	background: url(../image/pro_adv_bg.jpg) no-repeat center / cover;
}

.bg1 .section-title {
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding-bottom: 15px;
}

.in-pro-adv {
	overflow: hidden;
	background: url(../image/pro-adv.png) no-repeat center;
	color: #fff;
}

.in-pro-adv ul {
	margin: -30px 0 0 -400px;
}

.in-pro-adv li {
	float: left;
}

.in-pro-adv dl {
	margin: 0 0 0 400px;
	padding: 50px 0;
	border-top: 1px solid #d3d3d3;
	width: 400px;
}

.in-pro-adv dt {
	float: left;
	width: 60px;
	height: 60px;
	background: no-repeat center #cf010e;
	border-radius: 50%;
}

.in-pro-adv dd {
	margin-left: 80px;
}

.in-pro-adv dd h4 {
	margin: 0;
	font-size: 18px;
}

.in-pro-adv dd p {
	line-height: 1.8;
	margin: 10px 0 0;
	height: 75px;
	overflow: hidden;
}

.in-pro-adv li:nth-child(odd) dt {
	float: right;
}

.in-pro-adv li:nth-child(odd) dd {
	margin: 0 80px 0 0;
	text-align: right;
}

.in-standard {
	padding: 50px 0 20px;
}

.in-standard .item {
	text-align: center;
	float: left;
	width: 20%;
}

.in-standard .item .item-icon {
	width: 184px;
	height: 184px;
	margin: 0 auto 20px;
	background-color: #2a2a2a;
	position: relative;
	border-radius: 50%;
	color: #fff;
	transition: all .3s;
}

.in-standard .item .item-icon::before,
.in-standard .item .item-icon::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
}

.in-standard .item .item-icon::before {
	background: url(../image/standard_light.png) center/cover no-repeat;
	transition: all 1s;
	z-index: 2;
}

.in-standard .item .item-icon::after {
	background: url(../image/standard_circle.png) center no-repeat;
	z-index: 1;
}

.in-standard .item .item-icon .icon-wrap {
	height: 100%;
	overflow: hidden;
}

.in-standard .item .item-icon .num {
	width: 90px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 45px;
	font-style: normal;
	position: relative;
	display: block;
	margin: 55px auto 0;
}

.in-standard .item .item-icon .num::before,
.in-standard .item .item-icon .num::after {
	content: '';
	display: block;
	width: 15px;
	height: 0;
	border-bottom: 1px solid #fff;
	position: absolute;
	transform: rotate(-30deg);
}

.in-standard .item .item-icon .num::before {
	right: 3px;
	top: 6px;
}

.in-standard .item .item-icon .num::after {
	left: 0;
	bottom: 3px;
}

.in-standard .item .item-icon span {
	font-size: 22px;
	display: block;
}

.in-standard .item .item-name {
	color: #333333;
	font-size: 18px;
	transition: all .3s;
	margin: 0;
}

.in-standard .item .item-en-name {
	text-transform: uppercase;
	color: #cccccc;
	transition: all .3s;
	margin: 0;
}

.in-standard .item:hover .item-icon {
	background-color: #d42114;
}

.in-standard .item:hover .item-name {
	color: #c30008;
}

.in-standard .item:hover .item-en {
	color: #666;
}

.in-standard .item:hover .item-icon::before {
	transform: rotate(-90deg);
}

.in-ys {
	position: relative;
}

.in-ys:before {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	content: '';
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #d4d4d2;
}

.in-ys dl {
	margin: 30px 0 0;
}

.in-ys dt {
	float: left;
	width: 500px;
	border: 2px solid #fff;
	box-shadow: 11px 11px 20px #d9d9d9;
	border-radius: 3px;
	overflow: hidden;
}

.in-ys dd {
	margin-left: 700px;
	padding-top: 20px;
}

.in-ys dd em {
	display: inline-block;
	vertical-align: top;
	background-color: #cf010e;
	color: #fff;
	font-style: normal;
	font-size: 12px;
	padding: 4px 15px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.in-ys dd h4 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}

.in-ys dd p {
	margin: 10px 0 0;
	background: url(../image/icon-right.png) no-repeat 0 center;
	padding-left: 30px;
	color: #666;
}

.in-ys dd p span {
	color: #cf010e;
}

.in-ys dl:nth-child(even) dt {
	float: right;
}

.in-ys dl:nth-child(even) dd {
	margin: 0 700px 0 0;
}

.bg2 {
	background: url(../image/about_bg.jpg) no-repeat center top;
}

.about-title {
	color: #fff;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.about-title strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 42px;
}

.about-title small {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}

.about-title span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 29px;
	border: 1px solid #fff;
	padding: 8px 14px;
}

.in-about-box {
	background-color: #fff;
	padding: 30px 30px 0;
}

.in-about-box dl {
	margin: 0;
}

.in-about-box dt {
	float: right;
	width: 550px;
}

.in-about-box dd {
	margin: 0 580px 0 0;
	padding-top: 20px;
}

.in-about-box dd .img-center {
	text-align: left;
}

.in-about-box dd h4 {
	margin: 0;
	font-size: 24px;
}

.in-about-box dd p {
	margin: 15px 0 0;
	line-height: 2;
	color: #666;
	text-align: justify;
	text-indent: 2em;
}

.in-about-menu {
	font-size: 0;
	margin-left: -24px;
	margin-bottom: 20px;
	margin-top: -36px;
}

.in-about-menu li {
	display: inline-block;
	vertical-align: middle;
}

.in-about-menu li a {
	display: block;
	margin-left: 24px;
	width: 120px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #37393b;
	position: relative;
}

.in-about-menu li a:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border: 8px solid transparent;
	border-top-color: #d10009;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	display: none;
}

.in-about-menu li.active a {
	background-color: #d10009;
}

.in-about-menu li.active a:before {
	display: block;
}

.in-about-pic .swiper-pagination {
	position: static;
	margin-top: 15px;
	font-size: 0;
}

.in-about-pic .swiper-slide a {
	display: block;
	position: relative;
}

.in-about-pic .swiper-slide a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	height: 32px;
	z-index: 1;
	transition: all 0.5s;
}

.in-about-pic .swiper-slide .img-cover {
	padding-top: 180px;
}

.in-about-pic .swiper-slide i {
	z-index: 3;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/icon-search.png)center no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	opacity: 0;
	transform: translateY(60px) scale(0);
	margin: -23px 0 0 -23px;
}

.in-about-pic .swiper-slide p {
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.in-about-pic .swiper-slide a:hover:before {
	height: 100%;
}

.in-about-pic .swiper-slide a:hover i {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.in-news-con {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.in-news-con li {
	display: inline-block;
	vertical-align: middle;
}

.in-news-con li a {
	display: block;
	padding: 0 10px;
	margin: 0 15px;
	line-height: 42px;
	font-size: 18px;
	position: relative;
}

.in-news-con li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #cf010e;
	transition: all 0.5s;
}

.in-news-con li a:hover:after {
	width: 100%;
	left: 0;
}

.list-1 {}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 li a {
	display: block;
	transition: all 0.5s;
	padding: 15px 15px 0;
	position: relative;
}

.list-1 li a:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	content: '';
	height: 2px;
	background-color: #cf010e;
	transition: all 0.5s;
}

.list-1 li .img-cover {
	padding-top:100%;
	/* border: 1px solid #efefef; */
}

.list-1 li .text {
	/* border-bottom: 1px solid #ddd;
	padding: 20px 0; */
}

.list-1 li .text h4 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.list-1 li .text span {
	float: right;
	font-size: 14px;
	color: #999;
}

.list-1 li .text p {
	margin: 10px 0 0;
	color: #999;
	line-height: 1.8;
	text-indent: 2em;
}

.list-1 li a:hover {
	background-color: #fff;
	box-shadow: 0 15px 30px #cfcfcf;
}

.list-1 li a:hover:after {
	width: 100%;
}

.list-1-lm {
	margin-bottom: 30px;
}

.footer {
	color: #808080;
	background: url(../image/footer_bg.jpg) no-repeat center / cover;
	padding: 40px 0 0;
}

.footer a {
	color: #808080;
}

.footer a:hover {
	color: #fff;
}



.footer dl {
	margin: 0;
	float: left;
	max-width: 270px;
	border-left: 1px solid #3b3b3b;
	padding: 0 25px;
}

.footer dl:first-child {
	border-left: 0;
	padding-left: 0;
}

.footer dt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.footer dt:after {
	content: '';
	display: block;
	background-color: #cf010e;
	height: 2px;
	width: 25px;
	transition: all 0.5s;
	margin: 15px 0 0;
}

.footer dd {
	margin: 10px 0 0;
}

.footer dd p {
	margin: 0;
}

.footer-info {
	float: right;
}

.footer-info .ewm {
	overflow: hidden;
}

.footer-info .ewm .img-center {
	float: left;
	width: 95px;
}

.footer-info .ewm .text {
	margin-left: 110px;
}

.footer-info .ewm .text h4 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.footer-info .ewm .text p {
	margin: 10px 0 0;
}

.footer-info .tel {
	margin-top: 20px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/icon-tel.png) no-repeat 0 center;
	padding-left: 60px;
}

.footer-info .tel strong {
	font-size: 29px;
	display: block;
	color: #fff;
}

.footer-copy {
	background-color: #3d3d3d;
	padding: 15px 0;
	margin-top: 40px;
}

.footer-copy p {
	margin: 0;
}

.banner-sub {
	background: no-repeat center / cover;
}

.banner-sub img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.lanmu {
	padding: 20px 0;
	background-color: #f3f3f3;
}

.lanmu .wz {
	float: right;
	color: #999;
	padding: 6px 0 6px 24px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/icon-home.png) no-repeat 0 center;
}

.lanmu ul {
	float: left;
	overflow: hidden;
	margin: -10px 0 0 -10px;
}

.lanmu li {
	float: left;
}

.lanmu li a {
	margin: 10px 0 0 10px;
	display: block;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	background-color: #282828;
}

.lanmu li a:hover,
.lanmu li.active>a {
	background-color: #cf010e;
}


.lanmu1 {
	padding: 20px 0;
	background-color: #f3f3f3;
}

.lanmu1 .wz {
	float: right;
	color: #999;
	padding: 6px 0 6px 24px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/icon-home.png) no-repeat 0 center;
}

.lanmu1 ul {
	overflow: hidden;
	margin: -10px 0 0 -10px;
}

.lanmu1 li {
	float: left;
}

.lanmu1 li a {
	margin: 10px 0 0 10px;
	display: block;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	background-color: #282828;
}

.lanmu1 li a:hover,
.lanmu1 li.active a {
	background-color: #cf010e;
}


.floor-title {
	margin-bottom: 30px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/logo-lit.png) no-repeat 0 center;
	padding-left: 50px;
	font-size: 24px;
	line-height: 1;
}

.floor-title small {
	display: block;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.floor-title .more {
	float: right;
	font-size: 14px;
	line-height: 36px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/more.png) no-repeat 0 center;
	padding-left: 25px;
}

.list-2 {
	margin: -15px 0 0 -15px;
}

.list-2 li {
	float: left;
	width: 25%;
}

.list-2 li a {
	display: block;
	margin: 15px 0 0 15px;
	position: relative;
}

.list-2 li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #cf010e;
	transition: all 0.5s;
}

.list-2 li .img-cover {
	padding-top: 70%;
}

.list-2 li h4 {
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 56px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.list-2 li a:hover .img-cover span {
	transform: scale(1.1);
}

.list-2 li a:hover:after {
	width: 100%;
}

.pages3 {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.pages3 .pagination3 {
	text-align: center;
}

.pages3 .pagination3 p {
	float: none;
	height: auto;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	transition: all 0.5s;
}

.pages3 .pagination3 a {
	float: none;
	height: auto;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	transition: all 0.5s;
}

.pages3 .pagination3 a:hover {
	border-color: #cf010e;
	color: #cf010e;
}

.pages3 .pagination3 a.cur {
	background-color: #cf010e;
	color: #fff;
}

.list-3 {}

.list-3 li a {
	display: block;
	padding: 10px;
	transition: all 0.5s;
	overflow: hidden;
}

.list-3 li .img-cover {
	float: left;
	width: 238px;
	border: 1px solid #efefef;
	padding-top: 178px;
}

.list-3 li .text {
	margin-left: 270px;
}

.list-3 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

.list-3 li .text p {
	margin: 15px 0 0;
	text-align: justify;
	text-indent: 2em;
	color: #777;
	line-height: 1.8;
}

.list-3 li .text span {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #999;
}

.list-3 li a:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 16px #eee;
}

.list-3 li .img-cover i {
	position: absolute;
	left: 10px;
	top: 10px;
	font-style: normal;
	font-size: 12px;
	z-index: 1;
	background-color: #cf010e;
	color: #fff;
	padding: 0 3px;
	border-radius: 3px;
}
/* 
.list-4 {
	margin: -20px 0 0 -20px;
}

.list-4 li {
	float: left;
	width: 25%;
}

.list-4 li a {
	display: block;
	position: relative;
	margin: 20px 0 0 20px;
}

.list-4 li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	height: 32px;
	z-index: 1;
	transition: all 0.5s;
}

.list-4 li .img-cover {
	padding-top: 73%;
}

.list-4 li p {
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}

.list-4 li a:hover .img-cover span {
	transform: scale(1.1);
}
 */
.contact-info {
	margin: -20px 0 0 -20px;
}

.contact-info li {
	float: left;
	width: 25%;
}

.contact-info dl {
	margin: 20px 0 0 20px;
	height: 220px;
	padding-top: 40px;
	text-align: center;
}

.contact-info dt {
	height: 45px;
	line-height: 45px;
}

.contact-info dd {
	margin: 15px 0 0;
	color: #666;
}

.contact-info dd h4 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}

.contact-info dd p {
	line-height: 1.8;
	font-size: 16px;
	margin: 0;
}

.contact-map {
	height: 450px;
	margin-top: 30px;
}

.message form {
	overflow: hidden;
	display: block;
	margin: -20px 0 0 -60px;
}

.message .form-group {
	float: left;
	margin: 20px 0 0 60px;
	width: 570px;
}

.message .form-label {
	display: block;
	margin-bottom: 10px;
}

.message .form-label span {
	color: red;
}

.message .form-content {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 6px 12px;
}

.message .form-control {
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.message .form-submit {
	display: block;
	background: #cf010e;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 44px;
	font-size: 16px;
	width: 280px;
	margin: 0 auto;
}

.message .form-group.full {
	float: none;
	width: auto;
}

.message .form-tips {
	text-align: center;
	color: #666;
	margin-top: 10px;
}

.message .form-tips span {
	color: red;
}

.yzm-box {
	position: relative;
}

.yzm-box .yzm-pic {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	line-height: 30px;
}

.about-1 {
	font-size: 0;
	margin: 30px 0;
}

.about-1 li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #ddd;
	width: 33.333333%;
	box-sizing: border-box;
	text-align: center;
}

.about-1 li:last-child {
	border-right: 0;
}

.about-1 li .wrap {
	display: inline-block;
	text-align: left;
	background: no-repeat right center;
	padding-right: 58px;
}

.about-1 li .wrap.i1 {
	background-image: url(https://img.b2b.cn/template//newmb2/skin/images/icon-diqiu.png);
}

.about-1 li .wrap.i2 {
	background-image: url(https://img.b2b.cn/template//newmb2/skin/images/icon-team.png);
}

.about-1 li .wrap.i3 {
	background-image: url(https://img.b2b.cn/template//newmb2/skin/images/icon-zichan.png);
}

.about-1 li strong {
	display: inline-block;
	font-size: 64px;
	color: #cf010e;
	line-height: 1;
	vertical-align: middle;
}

.about-1 li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 10px;
}

.about-1 li small {
	display: block;
	color: #999;
	font-size: 14px;
}

.about-2 {
	line-height: 1.8;
	text-align: justify;
}

.about-2 p {
	margin-bottom: 0;
	text-indent: 2em;
}

.bg3 {
	background: url(https://img.b2b.cn/template//newmb2/skin/images/cultrue-bg.jpg) no-repeat center / cover;
	color: #fff;
}

.about-3 {}

.about-3 li {
	float: left;
	width: 25%;
	text-align: center;
}

.about-3 li .img-center {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	transition: all 0.5s;
}

.about-3 li h4 {
	margin: 15px 0 10px;
	font-size: 20px;
	font-weight: normal;
}

.about-3 li p {
	line-height: 28px;
	height: 112px;
	margin: 0;
}

.about-3 li:hover .img-center {
	background-color: #cf010e;
	border-color: #cf010e;
}

.about-4 {
	margin: -10px 0 0 -10px;
	color: #fff;
	text-align: center;
}

.about-4 li {
	float: left;
	width: 50%;
}

.about-4 li .wrap {
	height: 410px;
	margin: 10px 0 0 10px;
	background: no-repeat center / cover;
}

.about-4 li .inner {
	display: table;
	width: 310px;
	height: 100%;
	margin: 0 auto;
}

.about-4 li .text {
	display: table-cell;
	vertical-align: middle;
}

.about-4 li .text h4 {
	margin: 0;
	font-size: 30px;
}

.about-4 li .text h4:after {
	margin: 10px auto 15px;
	content: '';
	display: block;
	height: 2px;
	background-color: #fff;
	width: 40px;
}

.about-4 li .text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
}

.about-4 li .text a {
	display: inline-block;
	width: 100px;
	line-height: 28px;
	margin-top: 10px;
	color: #fff;
	border: 1px solid #fff;
}

.about-4 li .text a:hover {
	color: #cf010e;
	border-color: #cf010e;
}

.rczp {
	margin: 0;
	border: 1px solid #eee;
}

.rczp dt {
	padding: 12px 20px;
	background-color: #f3f3f3;
	font-size: 16px;
}

.rczp dt span {
	float: right;
}

.rczp dd {
	padding: 15px 20px;
	margin: 0;
	line-height: 1.8;
}

.rczp dd p {
	margin: 0;
}


/**资讯**/

.list-3 {
	margin: -20px 0 0 -20px;
}

.list-3 li {
	float: left;
	width: 50%;
}

.list-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}

.list-3 li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 85px;
	height: 0;
	border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}

.list-3 li .date small {
	display: block;
	font-size: 16px;
}

.list-3 li .date strong {
	display: block;
	font-size: 48px;
	margin-top: 10px;
}

.list-3 li .text {
	margin-left: 140px;
}

.list-3 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}

.list-3 li a:hover {
	background-color: #3a4249;
	color: #fff;
}

.list-3 li a:hover:after {
	border-bottom-color: #104492;
}

.list-3 li a:hover .text p {
	color: #fff;
}

.in-prd-menu {
	margin-top: 7px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left: 10px;
}

.in-prd-menu .hform input {
	display: block;
	padding: 11px 58px 11px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 150px;
}

.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/901_top9.png) center no-repeat #104492;
}

.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}


.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #363e45;
	color: #fff;
	margin: 10px 0 0 10px;
}

.in-prd-menu li.active a {
	background-color: #104492;
}

.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-title h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}

.news-title p {
	margin: 10px 0 0;
	font-size: 0;
}

.news-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
}

.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
}

.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.news-exp {
	padding-top: 30px;
	overflow: hidden;
	border-top: 1px dashed #ccc;
}

.news-exp a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 2;
}

.title-1 {
	background-color: #ebebeb;
	font-size: 0;
	margin-bottom: 20px;
}

.title-1 span {
	display: inline-block;
	line-height: 40px;
	background-color: #cf010e;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
}

#pronav_menu {
	overflow: inherit;
}

#pronav_menu li {
	position: relative;
}

#pronav_menu li .v_list {
	position: absolute;
	left: 0;
	top: 42px;
	display: none;
	padding-top: 20px;
	z-index: 100;
}

#pronav_menu li .v_list a {
	width: 100%;
	margin: 0;
	border-radius: 0;
	margin-left: 10px;
}

#pronav_menu li:hover .v_list {
	display: block;
}

.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}
.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #cf010e;
}
.section-title-1 h4:after, .section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #cf010e;
}
.section-title-1 h4:after {
	right: 0;
}
.section-title-1 h4:before {
	left: 0;
}
.section-sub {
	padding: 60px 0;
}
/**新闻列表样式PC端**/
.list-4 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .img-center {
	float: left;
	width: 250px;
}
.list-4 li .text {
	margin: 0 0 0 290px;
	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}
.list-4 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}
.list-4 li .date {
	position: absolute;
	right: 30px;
	top: 0;
}
.list-4 li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-4 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-4 li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-4 li a:hover {
	padding-left: 30px;
}
.list-4 li a:hover .text {
	padding-right: 150px;
}
.list-4 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}


.list-1 {
	margin: -50px 0 0 -20px;
	padding-bottom: 28px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li a {
	display: block;
	padding: 20px 20px 20px;
	background-color: #f0f0f0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 50px 0 0 20px;
	position: relative;
}
.list-1 li .img-cover {
	padding-top: 100%;
}
.list-1 li .text {
	line-height: 40px;
	font-size: 18px;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.list-1 li .desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #888;
}
.list-1 li .more {;
	border: 4px solid #f0f0f0;
	background: #ffffff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}
.list-1 li a:hover {
	background-color: #cf010e;
	color: #fff;
}
.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 li a:hover .more {
	background-color: #cf010e;
	color: #fff;
	border-color: #f0f0f0;
}
.list-1-1 .img-cover {
	margin: -20px -20px 0 -20px;
}


.ct2-sd {
	float: left;
	width: 250px;
}
.ct2-mn {
	float: right;
	width: 900px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 28px;
	background: url(../image/914_cp_bg1.png) no-repeat #cf010e;
	padding: 35px 0;
	border-radius: 0 30px 0 0;
}
.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
/**产品分类**/
.planmu {
	background-color: #363e45;
}
.planmu li {
	border-bottom: 1px solid #fff;
}
.planmu li:last-child {
	border-bottom: 0;
}
.planmu li>a {
	display: block;
	line-height: 60px;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 18px;
}
.planmu li .arr {
	float: right;
	height: 60px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.planmu li .arr:after {
	content: '';
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.planmu-box {
	display: none;
}
.planmu-box p {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-left: 15px;
}
.planmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 45px;
	color: #fff;
}
.planmu li>a:hover, .lanmu li.active>a {
	background-color: #b00000;
}
.planmu li.open .lanmu-box {
	display: block;
}
.planmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/logo_03.png) no-repeat 0 center;
}

@media screen and (max-width: 767px) {
  .company_profile>div:nth-child(1){
    width: 100% !important;
  }

	body {
		min-width: 320px;
	
		padding-bottom: 50px;
	}

	.container {
		width: auto;
	}

	.kf {
		display: none;
	}

	.footer-fix {
		display: block;
	}

	.topbar {
		display: none;
	}


	.header {
		padding: 10px 0;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

	.header .text,
	.header .tel {
		display: none;
	}

	.header .logo {
		height: 30px;
		line-height: 30px;
		float: none;
		padding: 0;
	}

	.header .nav {
		margin: 10px 0 -10px;
		text-align: left;
		display: none;
		background-color: transparent;
		border-bottom: 0;
		float: none;
	}

	.header .nav ul {
		margin: 0 -15px;
	}

	.header .nav li {
		display: block;
		margin: 0;
		border-top: 1px solid #eee;
		background: none;
		float: none;
	}

	.header .nav li:after {
		display: none;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		color: #fff;
	}

	.header .nav li .arr {
		display: block;
	}

	.header .nav li.active a,
	.header .nav li.open a,
	.header .nav li a:hover {
		background-color: transparent;
		color: #cf010e
	}

	.header .nav li.open .arr:after {
		border-color: #cf010e;
		transform: rotate(225deg);
	}

	.header .nav .dropdown-box {
		position: static;
		background-color: #f5f5f5;
		min-width: auto;
		text-align: left;
		box-shadow: none;
	}

	.header .nav .dropdown-box a {
		color: #333 !important;
		border-top: 1px dotted #ddd;
		padding: 0 15px;
		line-height: 40px;
		background-color: transparent !important;
		border-bottom: 0;
	}

	.header .nav .dropdown-box a:hover {
		background-color: transparent !important;
	}

	.menu-btn {
		display: block;
	}

	.yunu-showcase {
		margin-bottom: 30px;
	}

	.pc-slide {
		float: none;
		width: auto;
	}

	.view .swiper-slide .img-center {
		height: 260px;
		line-height: 260px;
	}

	.yunu-showcase-info {
		margin: 20px 0 0;
	}

	.yunu-showcase-info h1 {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.yunu-showcase-info p {
		margin-top: 10px;
		min-height: auto;
	}

	 .tel {
		font-size: 14px;
	}

	 .tel strong {
		font-size: 18px;
	}

	/*.banner {height: 130px;}*/

	.in-sou {
		display: none;
	}

	.section {
		padding: 35px 0;
	}

	.section-title {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.section-title small i {
		font-size: 12px;
		padding: 0 10px;
	}

	.section-title p {
		font-size: 14px;
	}

	.in-prod-menu {
		display: none;
	}

	.in-prod-list {
		margin: -10px 0 0 -10px;
	}

	.in-prod-list li {
		width: 50%;
	}

	.in-prod-list li a {
		margin: 10px 0 0 10px;
		padding: 10px;
	}

	.in-prod-list li .img-center {
		height: 110px;
		line-height: 110px;
	}

	.in-prod-list li h4 {
		margin-top: 10px;
		font-size: 16px;
	}

	.in-prod-list li .btn span {
		display: block;
		width: auto;
		margin-right: 0;
		line-height: 30px;
		font-size: 12px;
	}

	.in-prod-list li .btn span.x {
		display: none;
	}

	.in-pro-adv {
		background: none;
	}

	.in-pro-adv ul {
		margin: 0;
	}

	.in-pro-adv li {
		float: none;
	}

	.in-pro-adv li:first-child dl {
		border-top: 0;
		padding-top: 0;
	}

	.in-pro-adv li:last-child dl {
		padding-bottom: 0;
	}

	.in-pro-adv dl {
		margin: 0;
		padding: 20px 0;
		width: auto;
	}

	.in-standard {
		padding: 0;
		margin-top: -20px;
	}

	.in-standard .item {
		width: 50%;
		margin-top: 20px;
	}

	.in-standard .item .item-icon {
		width: 110px;
		height: 110px;
		margin-bottom: 10px;
	}

	.in-standard .item .item-icon .num {
		font-size: 30px;
		line-height: 1;
		height: 30px;
		margin-top: 30px;
	}

	.in-standard .item .item-icon span {
		font-size: 16px;
		margin-top: 5px;
	}

	.in-standard .item .item-name {
		font-size: 14px;
	}

	.in-standard .item .item-en-name {
		font-size: 12px;
		display: none;
	}

	.in-ys:before {
		display: none;
	}

	.in-ys dl {
		margin-top: 20px;
	}

	.in-ys dt {
		float: none !important;
		width: auto;
	}

	.in-ys dd {
		padding-top: 15px;
		margin: 0 !important;
	}

	.in-ys dd h4 {
		font-size: 16px;
	}

	.about-title {
		margin-bottom: 20px;
	}

	.about-title span {
		margin: 15px 0 0;
		font-size: 18px;
	}

	.about-title strong {
		font-size: 24px;
	}

	.about-title small {
		font-size: 12px;
	}

	.in-about-box {
		padding: 0;
	}

	.in-about-box dt {
		width: auto;
		float: none;
	}

	.in-about-box dd {
		padding: 15px 15px 0;
		margin: 0;
	}

	.in-about-box dd .img-center {
		display: none;
	}

	.in-about-box dd h4 {
		font-size: 16px;
	}

	.in-about-box dd p {
		margin-top: 10px;
	}

	.in-about-menu {
		margin-top: 20px;
		margin-left: 0;
	}

	.in-about-menu li {
		width: 33.333333%;
	}

	.in-about-menu li a {
		margin: 0;
		width: auto;
	}

	.in-news-con {
		display: none;
	}

	.list-1 li {
		width: 100%;
	}

	.footer {
		padding-top: 30px;
		margin-top: 30px;
	}

	.footer dl {
		display: none;
	}

	.footer-info {
		float: none;
	}

	.footer-copy {
		margin-top: 30px;
		font-size: 12px;
		padding: 10px 0;
	}

	.banner-sub {
		height: 120px;
	}

	.banner-sub img {
		display: block;
		max-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.lanmu {
		padding: 10px 0;
	}

	.lanmu .wz {
		display: none;
	}

	.lanmu ul {
		margin: -5px 0 0 -5px;
	}

	.lanmu li a {
		margin: 5px 0 0 5px;
	}

	.lanmu1 {
		padding: 10px 0 10px 10px;
	}

	/* .lanmu1 .wz {
		display: none;
	} */

	.lanmu1 ul {
		margin: -5px 0 0 -5px;
	}

	.lanmu1 li a {
		margin: 5px 0 0 5px;
	}
/**产品列表 手机端**/

.ct2-sd {
	float: none;
	width: auto;
}
.ct2-mn {
	float: none;
	width: auto;
}
.panel-sd .tit {
	display: none;
}
.panel-sd .tit {
	display: none;
}
.planmu {
	overflow: hidden;
	margin: 0 -1px 20px;
}
.planmu li {
	float: left;
	width: 50%;
	border: 0;
}
.planmu li .arr {
	display: none;
}
.planmu li>a {
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #fff;
}
.list-1 {
	margin: -30px 0 0 -10px;
}
.list-1 li {
	width: 50%;
}
.list-1 li a {
	margin: 30px 0 0 10px;
	padding: 10px 10px 30px 10px;
}
.list-1 li .text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.list-1 li .desc {
	font-size: 12px;
	margin-top: 5px;
}
.list-1 li .more {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -24px;
	bottom: -24px;
}
.list-1-1 .img-cover {
	margin: -10px -10px 0;
}
.in-adv {
	margin: -10px 0 0;
}
.in-adv li {
	width: 100%;
}
.in-adv li a {
	padding: 15px;
	margin: 10px 0 0;
}
.in-adv li .img-center {
	width: 70px;
	height: 70px;
	line-height: 70px;
}
.in-adv li .text {
	margin-left: 85px;
}
.in-adv li .text h4 {
	font-size: 16px;
}
.in-adv li .text p {
	font-size: 12px;
	margin-top: 6px;
}
/**产品结束**/

	.floor-title {
		font-size: 18px;
		margin-bottom: 20px;
		background-size: auto 30px;
		padding-left: 40px;
	}

	.floor-title .more {
		line-height: 30px;
	}

	.list-2 {
		margin: -10px 0 0 -10px;
	}

	.list-2 li {
		width: 50%;
	}

	.list-2 li a {
		margin: 10px 0 0 10px;
	}

	.list-2 li h4 {
		font-size: 14px;
		line-height: 40px;
	}

	.pages3 {
		margin-top: 20px;
	}

	.pages3 a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.list-3 {
		margin-top: -15px;
	}

	.list-3 li a {
		padding: 0;
		margin-top: 15px;
	}

	.list-3 li .img-cover {
		width: 100px;
		padding-top: 74px;
	}

	.list-3 li .img-cover i {
		top: 5px;
		left: 5px;
		font-size: 10px;
	}

	.list-3 li .text {
		margin-left: 110px;
	}

	.list-3 li .text h4 {
		font-size: 14px;
	}

	.list-3 li .text p {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
		height: 60px;
		overflow: hidden;
	}

	.list-3 li .text span {
		margin-top: 5px;
	}
.list-4 li a {
	padding: 0 0 15px;
	margin-bottom: 15px;
}
.list-4 li .img-center {
	width: 90px;
}
.list-4 li .text {
	margin: 0 0 0 100px;
	padding: 0 40px 0 0;
}
.list-4 li .text h4 {
	padding: 0;
	font-size: 14px;
}
.list-4 li .text p {
	line-height: 18px;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
}
.list-4 li .date {
	margin-top: 0;
	right: 0;
}
.list-4 li .date span {
	margin: 0 0 5px;
	font-size: 12px;
	color: #adadad;
}
.list-4 li a:hover {
	padding-left: 0;
}
.list-4 li a:hover .text {
	padding: 0 40px 0 0;
}
.list-4 li:first-child a {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

	.message form {
		margin-left: 0;
		margin-top: -15px;
	}

	.message .form-group {
		float: none;
		width: auto;
		margin: 15px 0 0;
	}

	.message .form-content {
		padding: 5px 15px;
	}

	.message .form-submit {
		height: 44px;
	}

	.yzm-box .yzm-pic {
		top: 5px;
	}

	.contact-info {
		margin: -10px 0 0 -10px;
	}

	.contact-info li {
		width: 50%;
	}

	.contact-info dl {
		margin: 10px 0 0 10px;
		padding: 20px 15px;
		height: 175px;
	}

	.contact-info dt {
		height: 30px;
		line-height: 30px;
	}

	.contact-info dd {
		margin-top: 10px;
	}

	.contact-info dd h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.contact-info dd p {
		font-size: 14px;
	}

	.contact-map {
		margin-top: 20px;
		height: 250px;
	}

	.about-1 {
		margin: 20px 0;
	}

	.about-1 li .wrap {
		background: none !important;
		padding: 0;
	}

	.about-1 li strong {
		display: block;
		font-size: 22px;
	}

	.about-1 li span {
		display: block;
		margin: 5px 0 0;
		font-size: 12px;
	}

	.about-1 li small {
		font-size: 12px;
	}

	.about-3 li {
		width: 50%;
	}

	.about-3 li h4 {
		font-size: 16px;
	}

	.about-3 li p {
		font-size: 12px;
		line-height: 20px;
		height: 80px;
	}

	.about-4 li {
		width: 100%;
	}

	.about-4 li .wrap {
		height: 200px;
		padding: 10px;
	}

	.about-4 li .inner {
		width: 100%;
	}

	.about-4 li .text h4 {
		font-size: 20px;
	}

	.about-4 li .text p {
		font-size: 14px;
	}

	.rczp dt {
		padding: 10px 15px;
		font-size: 14px;
	}

	.rczp dt span {
		float: none;
		display: block;
		color: #999;
	}

	.rczp dd {
		padding: 10px 15px;
	}

	.title-1 {
		margin-bottom: 15px;
	}

	.title-1 span {
		line-height: 40px;
		padding: 0 15px;
	}

	.yunu-showcase {
		margin-bottom: 30px;
	}

	.pc-slide {
		float: none;
		width: auto;
	}

	.view .swiper-slide .img-center {
		height: 300px;
		line-height: 300px;
	}

	.yunu-showcase-info {
		margin: 20px 0 0;
	}

	.yunu-showcase-info h1 {
		margin-bottom: 15px;
	}

	.yunu-showcase-info .desc {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.yunu-showcase-info p {
		margin-top: 10px;
	}

	.yunu-showcase-info p strong {
		font-size: 24px;
	}

	 .tel {
		margin-top: 20px;
	}

	 .tel a {
		line-height: 40px;
		font-size: 14px;
		width: 120px;
	}

	.news-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-align: center;
	}

	.news-title h1 {
		font-size: 18px;
	}

	.news-title p span {
		font-size: 12px;
		margin-right: 10px;
	}

	.news-content {
		margin-bottom: 20px;
	}

	.news-exp {
		padding-top: 15px;
		font-size: 12px;
	}

	#pronav_menu li .v_list {
		display: none;
	}

	#pronav_menu li .v_list a {
		display: none;
	}
	
	
	.list-3 {
		margin: -10px 0 0;
	}
	.list-3 li {
		width: 100%;
	}
	.list-3 li a {
		margin: 10px 0 0;
		padding: 10px;
	}
	.list-3 li a:after {
		border-bottom-width: 87px;
		border-right-width: 50px;
		width: 50px;
	}
	.list-3 li .date {
		padding: 11px 0;
		width: 90px;
	}
	.list-3 li .date small {
		font-size: 12px;
	}
	.list-3 li .date strong {
		font-size: 28px;
		margin-top: 5px;
	}
	.list-3 li .text {
		margin-left: 100px;
	}
	.list-3 li .text h4 {
		font-size: 16px;
	}
	.list-3 li .text p {
		margin-top: 5px;
		line-height: 1.45;
		height: 40px;
	}
}


/* æ²³å—æ ¼å±•ç½‘ç»œç§‘æŠ€æœ‰é™å…¬å¸ */
/* ç²¾å“ä¸ŽåŽŸåˆ›æ¨¡æ¿ä¹‹å®¶æä¾›å•†ï¼Œä¸€ç«™å¼å»ºç«™ */
/* ä¸»è¥ä¸šåŠ¡ï¼šå¿«é€Ÿå»ºç«™ã€å¿«æŽ’ã€é«˜æƒé‡åŸŸåã€æµ·å¤–æœåŠ¡å™¨ */
/* æ ¼å±•ç½‘ç»œï¼šWww.91084.Com */
/* ä¸»æœº/æœåŠ¡å™¨ï¼šWww.zhaodede.Com */
/* QQï¼š6364544  */
*{
    box-sizing: border-box;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.main-container{
    width: 1200px;
	margin: 0 auto;
}

.full-main{
    width: 100%;
    min-width: 1200px;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.head-box .top-row{
	background: #f7f7f7;
	line-height: 34px ;
}

.head-box .top-row .top-left{
	float: left;
}

.head-box .top-row .top-left p{
	font-size: 12px;
	color: #999999;
}

.head-box .top-row .top-right{
	float: right;
}

.head-box .top-row .top-right a{
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #eee;
	color: #999999;
}

.head-box .top-row .top-right a.online{
	background: #ca2424;
	color: #ffffff;
}

.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}

.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}

.logo-row{
	padding: 24px 0;
}

.logo-row .logo-wrap{
	height: 62px;
	float: left;
}

.logo-row .logo-wrap img{
	height: 100%;
	display: block;
}

.logo-row .slogan-wrap{
	float: left;
	padding-left: 30px;
	border-left: 1px solid #ddd;
	margin-top: 6px;
	margin-left: 30px;
}

.logo-row .slogan-wrap img{
	height: 100%;
	display: block;
}
.logo-row .phone-wrap{
	float: right;
	padding-top: 10px;
}

.logo-row .phone-wrap dt{
	float: left;
	width: 44px;
	height: 44px;
	background: #ca2424;
	border-radius: 50%;
}

.logo-row .phone-wrap dd{
	float: left;
	padding-left: 10px;
}
.logo-row .phone-wrap dd span{
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.logo-row .phone-wrap dd p{
	font-size: 28px;
	color: #ca2424;
	line-height: 1;
	font-family: Arial;
}
.nav-bg{
	background: #333333;
	height: 50px;
}
.nav-row > ul > li{
	float: left;
	line-height: 50px;
	font-size: 0;
	position: relative;
}
.nav-row > ul > li > a{
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px;
	border-left: 1px solid #434343;
	border-right: 1px solid #2c2c2c;
}
.nav-row > ul > li:hover{
	background: #ca2424;
}
.nav-row > ul > li:hover a{
	border-color: #ca2424;
}
.nav-row > ul > li:first-child a{
	border-left: none;
}
.nav-row > ul > li:last-child a{
	border-right: none;
}
.nav-row > ul > li[class*="current"] {
    background: #ca2424;
}
.nav-row > ul > li[class*="current"] a{
	border: none;
}
.nav-row > ul > li ul{
	display: none;
	position: absolute;
	left: 0;
	background: #333333;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
}
.nav-row > ul > li:hover ul{
	display: block;
}
.nav-row > ul > li ul li a{
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	display: block;
	color: #cccccc;
}
.nav-row > ul > li ul li a:hover{
	background: #222222;
	color: #ffffff;
}
/* banner */
.home-banner .swiper-slide img{
	width: 100%;
	height: 680px;
	object-fit: cover;
	display: block;
}
.home-banner .button .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
	opacity: .5;
	margin: 0 4px;
}
.home-banner .button .swiper-pagination-bullet-active {
	width: 40px;
	opacity: 1;
	border-radius: 5px;
    background: #ca2424;
}
.home-banner .swiper-pagination{
	position: absolute;
	width: 1200px !important;
	left: 50% !important;
	margin-left: -600px;
	text-align: left;
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 70px;
    left: 0;
    width: 100%;
}
.home-banner .button{
	width: 1200px;
	position: absolute;
	z-index: 99;
	bottom: 80px;
	left: 50%;
	margin-left: -600px;
}
.home-banner .button .swiper-button-prev{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #fff;
	right: 50px;
	left: auto;
}
.home-banner .button .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #ca2424;
	background: #ca2424;
	right: 0;
	left: auto;
}
.home-banner .button .swiper-button-prev:after{
	font-size: 16px;
	color: #ffffff;
}
.home-banner .button .swiper-button-next:after{
	font-size: 16px;
	color: #ffffff;
}
.home-banner img{
	display: block;
}
/* bannerç»“æŸ */
/* æœç´¢ */
.search-wrap{
	background: #f7f7f7;
	height: 80px;
	padding: 23px 0;
}
.search-wrap .hot-words{
	float: left;
	line-height: 34px;
}
.search-wrap .hot-words span{
	font-size: 14px;
}
.search-wrap .hot-words span em{
	color: #ca2424;
	font-weight: 700;
}
.search-wrap .hot-words a{
	font-size: 14px;
	color: #666666;
	margin: 0 10px;
}
.search-wrap .search-form{
	float: right;
	font-size: 0;
}
.search-wrap .search-form input{
	height: 34px;
	border: none;
	
}
.search-wrap .search-form input.text{
	width: 300px;
	background: #ffffff;
	text-indent: 20px;
	font-size: 14px;
	color: #999999;	
}
.search-wrap .search-form input.btn{
	text-indent: -999999px;
	width: 34px;
	height: 34px;
	background: #ca2424 url(https://img.b2b.cn/template//newmb2/skin/images/search-btn.png) center center no-repeat;
	background-size: 50%;
}

.products{
	margin: 50px auto;
}
.product-category{
	width: 23%;
	float: left;
	padding-right: 20px;
}
.product-category .title{
	width: 100%;
	height: 120px;
	background: #ca2424 url(../image/net-bg.png)  top center no-repeat;
	padding-left: 40px;
	overflow: hidden;
}
.product-category .title p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 10px;
}
.product-category .title span{
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	opacity: .5;
	line-height: 1;
	text-transform: uppercase;
}
.product-category .list{
	background: #333333;
	padding:6px 10px;
}
.product-category .list ul li{
	padding: 4px 0;
}
.product-category .list ul li a{
	line-height: 40px;
	padding-left: 40px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}
.product-category .list ul li a:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.product-category .list ul li[class*="current"] a{
	background: #ca2424;
}
.product-category .list ul li:hover a{
	background: #ca2424;
}
.product-category .list ul li .a-active{
	background: #ca2424;
}
.product-category .phone{
	width: 100%;
	height: 120px;
	background: #ca2424 url(../image/net-bg.png)  bottom center no-repeat;
	overflow: hidden;
	padding-left: 20px;
	padding-top:10px;
}
.product-category .phone dl dt{
	width: 44px;
	height: 44px;
	float: left;
	margin-top: -3px;
	margin-right: 3px;
}
.product-category .phone dl dt img{
	display: block;
}
.product-category .phone dl dd span{
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.product-category .phone dl dd p{
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
}
.product-list{
	width: 75%;
	float: left;
}
.product-list .title{
	line-height: 60px;
}
.product-list .title p{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.product-list .title p em{
	color: #ca2424;
}
.product-list .title a{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.product-list .title a:hover{
	color: #ca2424;
}
.product-list .list{
	width: 100%;
	overflow: hidden;
}
.product-list .list ul li{
	padding: 0 15px;
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 30px;
}
.product-list .list .img{
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.product-list .list .img a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: #ca2424;
	opacity: 0;
	z-index: 9;
	transition: all .3s;
}
.product-list .list .img i{
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/search-btn.png);
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -50px;
	z-index: 99;
	pointer-events: none;
	transition: all .3s;
}
.product-list .list ul li:hover .img a{
	opacity: 0.7;
}
.product-list .list ul li:hover .img i{
	top: 50%;
	margin-top: -15px;
}
.product-list .list .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.product-list .list .text a{
	font-size: 14px;
	line-height: 40px;
}
.product-list .list ul li:hover .text a{
	color: #ca2424;
}
/* äº§å“ç»“æŸ */
/* ä¼˜åŠ¿å’Œç‰¹ç‚¹ */
.advantage{
	height: 550px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/adv-bg.png) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
}
.advantage .title{
	text-align: center;
}
.advantage .title p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 1px;
}
.advantage .title p em{
	color: #ca2424;
}
.advantage .title p em strong{
	font-size: 40px;
	font-style: italic;
}
.advantage .title span{
	font-size: 14px;
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.advantage .list{
	margin-top: 50px;
}
.advantage .list ul li{
	width: 20%;
	float: left;
	text-align: center;
}
.advantage .list ul li p{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	padding: 5px;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.advantage .list ul li p img{
	width: 100%;
	display: block;
	transition: all .3s ease;
}
.advantage .list ul li:hover p img{
	transform: rotateY(180deg);
}
.advantage .list ul li span{
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}
.application{
	margin-top: -160px;
}
.application .swiper-container .swiper-slide{
	width: 50%;
	background: #b61b1b;
	padding: 35px 60px;
	height: 315px;
	
}
.application .swiper-container .swiper-slide:nth-child(2n+1):after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}
.application .swiper-container .swiper-slide .number{
	width: 140px;
	float: left;
	
}
.application .swiper-container .swiper-slide .number p{
	font-size: 100px;
	color: #ffffff;
	height: 70px;
	overflow: hidden;
	font-family: DIN,Arial, Helvetica, sans-serif;
	line-height: 1;
}
.application .swiper-container .swiper-slide .number:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #ffffff;
	margin-top: 20px;
}
.application .swiper-container .swiper-slide .text{
	width: calc(100% - 140px);
	float: left;
	padding: 80px 20px 0;

}
.application .swiper-container .swiper-slide .text p{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 15px;
}
.application .swiper-container .swiper-slide .text span{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.application .swiper-button-prev{
	width: 40px;
	height: 80px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/arrow-bg.png) left top no-repeat;
	left: 50%;
	margin-left: -40px;
}
.application .swiper-button-next{
	width: 40px;
	height: 80px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/arrow-bg.png) right top no-repeat;
	right: 50%;
	margin-right: -40px;
}
.application .swiper-button-prev:after{
	color: #ffffff;
	font-size: 24px;
	margin-left: 10px;
}
.application .swiper-button-next:after{
	color: #ffffff;
	font-size: 24px;
	margin-right: 10px;
}
/* ä¼˜åŠ¿å’Œç‰¹ç‚¹ç»“æŸ */
/* å…³äºŽæˆ‘ä»¬ */
.about{
	margin: 60px auto;
}
.about-left{
	width: 800px;
	float: left;
	padding-top: 30px;
}
.about-left .text-row{
	height: 150px;
}
.about-left .text-row .title{
	width: 25%;
	float: left;
}
.about-left .text-row .title p{
	font-size: 30px;
	color: #333333;
	line-height: 1;
	margin-bottom: 10px;
}
.about-left .text-row .title p em{
	color: #ca2424;
}
.about-left .text-row .title span{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1;
	color: #999999;
}
.about-left .text-row .content{
	width: 75%;
	float: left;
}
.about-left .text-row .content p{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.about-left .img-row{
	position: relative;
}
.about-left .img-row img{
	width: 100%;
	display: block;
}
.about-left .img-row a{
	width: 80px;
	height: 80px;
	display: block;
	background: #ca2424;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 20px;
	bottom: -20px;
	text-transform: uppercase;
}
.about-right{
	width: 300px;
	float: right;
}
.about-right{
	padding: 20px;

}
.about-right img{
	width: 100%;
	display: block;
	border: 8px solid #ddd;
}
/* å…³äºŽæˆ‘ä»¬ç»“æŸ */
/* åŽ‚å®¹åŽ‚è²Œ */
.factory .title-row {
	line-height: 40px;
	margin-bottom: 10px;
}
.factory .title-row p{
	font-size: 24px;
	color: #333333;
	float: left;
}
.factory .title-row p em{
	color: #ca2424;
}
.factory .title-row a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
.factory .title-row a:hover{
	color: #ca2424;
}
.factory .list-row{
	background: #ca2424;
	padding: 50px 0;
}
.factory .list-row .swiper-container{
	padding: 0 40px;
}
.factory .list-row .swiper-slide{
	width: 25%;
	padding:0 10px;
}
.factory .list-row .swiper-slide .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.factory .list-row .swiper-slide a{
	width: 100%;
	display: block;
	position: relative;
}
.factory .list-row .swiper-slide .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.factory .list-row .swiper-slide .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(202, 36, 36, .6);
	opacity: 0;
}
.factory .list-row .swiper-slide .text p{
	font-size: 16px;
	color: #ffffff;
	line-height: 180px;
}
.factory .list-row .swiper-slide:hover .text{
	opacity: 1;
}
.factory .swiper-button-prev{
	left: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: #ca2424;
	margin-top: 0;
}
.factory .swiper-button-prev:after{
	color: #ffffff;
}
.factory .swiper-button-next{
	right: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: #ca2424;
	margin-top: 0;
}
.factory .swiper-button-next:after{
	color: #ffffff;
}
/* åŽ‚å®¹åŽ‚è²Œç»“æŸ */
/* æ–°é—» */
.news{
	margin: 50px auto;
	overflow: hidden;
}
.news-item-wrap{
	padding: 0 15px;
	width: 33.33%;
	float: left;
}
.news-item-wrap .title{
	line-height: 40px;
	margin-bottom: 10px;
}
.news-item-wrap .title p{
	font-size: 24px;
	color: #333333;
	float: left;
}
.news-item-wrap .title p em{
	color: #ca2424;
}
.news-item-wrap .title a{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.news-item-wrap .title a:hover{
	color: #ca2424;
}
.news-item-wrap .list .hot-news .img{
	width: 100%;
	height: 174px;
	overflow: hidden;
}
.news-item-wrap .list .hot-news .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news-item-wrap .list .hot-news .text{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.news-item-wrap .list .hot-news .text h4{
	margin-bottom: 10px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-item-wrap .list .hot-news .text h4 a{
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	line-height: 1;
}
.news-item-wrap .list .hot-news .text h4:hover a{
	color: #ca2424;
}
.news-item-wrap .list .hot-news .text p{
	font-size: 12px;
	line-height: 22px;
	color: #999999;
}
.news-item-wrap .list  .news-list{
	margin-top: 10px;
}
.news-item-wrap .list  .news-list ul li{
	line-height: 36px;
}
.news-item-wrap .list  .news-list ul li span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.news-item-wrap .list  .news-list ul li a{
	display: block;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}
.news-item-wrap .list  .news-list ul li:hover a{
	color: #ca2424;
}
.news-item-wrap .qna-wrap{
	border: 1px solid #ddd;
	padding:0 20px;
}
.news-item-wrap .list .qna-item{
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dashed #ddd;
}
.news-item-wrap .list .qna-item:last-child{
	border: none;
}
.news-item-wrap .list .qna-item .q-row{
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.news-item-wrap .list .qna-item .q-row:after{
	content: 'Q';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #ca2424;
}
.news-item-wrap .list .qna-item .q-row a{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.news-item-wrap .list .qna-item .q-row:hover a{
	color: #ca2424;
}
.news-item-wrap .list .qna-item .a-row{
	padding-left: 30px;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	position: relative;
}
.news-item-wrap .list .qna-item .a-row:after{
	content: 'A';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: #999999;
}
/* æ–°é—»ç»“æŸ */
/* å‹æƒ…é“¾æŽ¥ */
.link{
	padding: 30px 0;
	background: #f5f5f5;
	font-size: 0;
}
.link span{
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
	margin-right: 30px;
}
.link span img{
	display: block;
}
.link a{
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
}
/* å‹æƒ…é“¾æŽ¥ç»“æŸ */
/* footer */
.footer{
	background: #333333;
}
.footer .footer-nav-row{
	line-height: 1;
	padding: 30px 0;
	border-bottom: 1px solid #505050;
}
.footer .footer-nav-row ul li{
	float: left;
}
.footer .footer-nav-row ul li a{
	display: block;
	padding: 0 30px;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #555;
}
.footer .contact-row{
	padding: 40px 0;
}
.footer .contact-row .footer-logo{
	float: left;
}
.footer .contact-row .add-wrap{
	float: left;
	margin-left: 60px;
	padding-left: 80px;
	border-left: 1px solid #505050;
}
.footer .contact-row .add-wrap strong{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .add-wrap p{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.footer .contact-row .contact-wrap{
	float: left;
	margin-left: 150px;
}
.footer .contact-row .contact-wrap strong{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .contact-wrap p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .contact-wrap a{
	width: 120px;
	height: 36px;
	display: block;
	background: #ca2424;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.footer .contact-row .contact-wrap a:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(https://img.b2b.cn/template//newmb2/skin/images/contact-icon.png);
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.footer .contact-row  .qr-wrap{
	float: right;
	text-align: center;
}
.footer .contact-row  .qr-wrap img{
	width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 10px;
}
.footer .contact-row  .qr-wrap p{
	font-size: 12px;
	color: #777777;
	line-height: 1;
}
.footer .copyright-row{
	line-height: 80px;
	border-top: 1px solid #505050;
}
.footer .copyright-row p{
	font-size: 14px;
	color: #777777;
	float: left;
}
.footer .copyright-row span{
	float: right;
	font-size: 14px;
	color: #777777;
}
.footer .copyright-row span a{
	color: #ffffff;
}
/* footerç»“æŸ */
/* äº§å“åˆ—è¡¨é¡µ */
.page-banner{
	width: 100%;
	height: 300px;
}
.page-banner img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.breadcrumb{
	float: left;
	line-height: 34px;
}
.breadcrumb #crumbs{
	display: inline;
}
.breadcrumb a::after {
    content: '>';
    margin: 0 5px;
}
.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #ca2424;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #ca2424;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}
.page-main{
	padding-bottom: 20px;
}
/* äº§å“åˆ—è¡¨é¡µç»“æŸ */
/* å›¾æ–‡åˆ—è¡¨ */
.product-list.img-text-list ul li{
	width: 100%;
	padding: 30px 0;
	float: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0;
}
.product-list.img-text-list ul li:first-child{
	padding-top: 0;
}
.product-list.img-text-list ul li a{
	float:none;
	opacity: 1;
	position: static;
}
.product-list.img-text-list .title{
	line-height: 30px;
	margin-bottom: 10px;
}
.product-list.img-text-list .title a{
	font-size: 18px;
}
.img-text-list .img{
	width: 240px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}
.img-text-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-text-list .text{
	width: calc(100% - 260px);
	float: left;
	padding-left: 20px;
}
.img-text-list .text .content{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #666666;
}
.img-text-list .text .more{
	line-height: 32px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ddd;
	color: #999999;
}
.img-text-list .text .more:hover{
	color: #ffffff;
	background: #ca2424;
	border: 1px solid #ca2424;
}
/* å›¾æ–‡åˆ—è¡¨ç»“æŸ */
/* æ–‡å­—åˆ—è¡¨ */
.text-list{ width:75%; float:left}
.text-list .list ul li{
	width: 100%;
	padding: 0;
	line-height: 60px;
	float: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 0;
}
.text-list .list ul li span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.text-list .list ul li a{
	display: block;
	width: 70%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
/* æ–‡å­—åˆ—è¡¨ç»“æŸ */
/* è”ç³»æˆ‘ä»¬ */
.page-content {
	padding-bottom: 50px;
}
.page-content strong{
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}
.page-content p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-top:10px;
}
.page-content .map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 1px solid #999	;
	margin-top: 30px;
}
.page-content .map img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
/* è”ç³»æˆ‘ä»¬ç»“æŸ */
/* å…³äºŽæˆ‘ä»¬ */
.page-content img{
	max-width: 100%;
	height: auto;
	display: block;
}
/* å…³äºŽæˆ‘ä»¬ç»“æŸ */
/* è¯¦æƒ…é¡µ */
.page-content .content-title{
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.page-content .content-title h4{
	font-size: 30px;
}
.page-content .content-title p span{
	font-size: 14px;
	color: #999999;
	margin: 0 10px;
	white-space: nowrap;
}
.page-content .content-text{
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
.page-content .content-text h1{font-size: 18px;}
.page-content .content-text h2{font-size: 16px;}
.page-content .content-text h3{font-size: 15px;}
.page-content .content-text h4{font-size: 14px;}
.page-content .content-text h5{font-size: 13px;}
.page-content .content-text h6{font-size: 12px;}
.page-content .content-text p{
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.page-content .content-text img{
	max-width: 100%;
	display: block;
	margin: 20px auto;
}
.page-content .content-page {
	line-height: 30px;
	padding: 20px 0;
}
.page-content .content-page .row div{
	width: 50%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-content .content-page span{
	font-size: 14px;
	color: #999999;
	margin: 0 15px;
}
.page-content .content-page a{
	font-size: 14px;
	color: #666666;
}
.page-content .content-page .next span{
	float: right;
}
.page-content .content-page .next{
	text-align: right;
}
/* è¯¦æƒ…é¡µç»“æŸ */
/* äº§å“è¯¦æƒ… */
.ppd-img {
    width: 500px;
    float: left;
}
.ppd-img .gallery-top {
    width: 500px;
    height: 360px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
.ppd-img .gallery-thumbs {
    width: 500px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 5px 25px;
}
.ppd-img .gallery-thumbs .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.ppd-img .gallery-thumbs .swiper-slide img {
    height: 100%;
}
.ppd-img .swiper-button-prev {
    left: 0;
    transform: scale(.6);
}
.ppd-img .swiper-button-next {
    right: 0;
    transform: scale(.6);
}
.ppd-info {
    width: 360px;
    height: 470px;
    float: right;
    position: relative;
}
.ppd-pname {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.ppd-info-content {
    padding-top: 20px;
}
.ppd-info-content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.ppd-tell {
    width: 360px;
    height: 90px;
    background: #ca2424;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
}
.ppd-content-box {
    border: 1px solid #eee;
    margin-top: 40px;
    box-sizing: border-box;
}
.ppd-content-text-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    background: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.ppd-content-text {
    padding: 30px 20px 50px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
 
.page-content .swiper-slide img {
    width: 100%;
    height: 100%;
	display: block;
	object-fit: cover;
}
/* äº§å“è¯¦æƒ…ç»“æŸ */
@media only screen and (max-width: 760px){
    .main-container{
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	
	}
	
	.full-main{
		width: 100%;
		min-width: 100%;
	}
	.row{
		margin-right: -5px;
		margin-left: -5px;
	}
	/* å¤´éƒ¨ */
	.head-box .top-row{
		display: none;
	}

	.nav-bg {
		border-top: 1px solid #ddd;
		height: auto;
		position: absolute;
		z-index: 99;
		background: #333;
		overflow: hidden;
		padding: 15px 0;
		display: none;
	}
	.nav-row > ul > li {
		float: none;
		position: relative;
		text-align: center;
	}
	.nav-row > ul > li > a{
		padding: 0;
		width: 100%;
		border: none;
	}
	.nav-row > ul > li ul{
		display: none;
	}
	.nav-row > ul > li:hover ul{
		display: none;
	}
	.nav-bg.wap-home {
		display: block;
	}
	.logo-row .logo-wrap{
		height: 34px;
		float: left;
	}

	.wap-menu {
		display: block;
	}
	.slogan-wrap{
		display: none;
	}
	.phone-wrap{
		display: none;
	}
	/* banner */
	.home-banner .swiper-slide img{
		height: 200px;
	}
	.home-banner .button{
		display: none;
	}
	/* search */
	.search-wrap{
		padding: 15px 0;
		height: auto;
	}
	.search-wrap .hot-words{
		display: none;
	}
	.search-wrap .search-form{
		width: 100%;
	}
	.search-wrap .search-form input.text{
		width: calc(100% - 34px);
	}
	/* product */
	.product-category{
		width: 100%;
		padding: 0;
	}
	.product-category .title{
		display: none;
	}
	.product-category .phone{
		display: none;
	}
	.product-category .list{
		overflow: hidden;
		overflow-x: hidden;
		display: -webkit-box;
		overflow-x: scroll;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-category .list ul{
		white-space: nowrap;
		width: auto;
		overflow: hidden;
	}
	.product-category .list ul li{
		display: inline-block;	
	}

	.product-category .list ul li a{
		padding: 0 15px;
	}
	.product-category .list ul li a:after{
		display: none;
	}
    .text-list{
		width: 100%;
	}
	.product-list{
		width: 100%;
	}
	.product-list ul li{
		width: 50%;
		padding: 0 5px;
	}
	.product-list ul li{
		margin-bottom: 10px;
	}
	.product-list ul li .img{
		height: 120px;
		margin-bottom: 0;
	}
	/* advantage */
	.advantage{
		height: 660px;
	}
	.advantage .list {
		margin-top: 30px;
	}
	.advantage .list ul li{
		width: 33.33%;
		margin-bottom: 20px;
	}
	.advantage .list ul li p{
		width: 68px;
		height: 68px;
	}
	.advantage .list ul li span {
		font-size: 16px;
		color: #ffffff;
		line-height: 24px;
	}
	.application{
		margin-top: -160px;
	}
	.application .swiper-container .swiper-slide{
		width: 100%;
		padding: 15px 20px;
		height:200px;
	}
	.application .swiper-container .swiper-slide .number{
		width: 40px;
	}
	.application .swiper-container .swiper-slide .number::after {
		margin-top: 10px;
	}
	.application .swiper-container .swiper-slide .number p{
		font-size: 30px;
		height: 20px;
	}
	.application .swiper-container .swiper-slide .text{
		width: calc(100% - 40px);
		padding: 20px  0 0 10px;
	}
	.application .swiper-button-prev{
		display: none;
	}
	.application .swiper-button-next{
		display: none;
	}
	/* about */
	.about{
		position: relative;
	}
	.about-left {
		width: 100%;
		float: none;
		padding-top: 30px;
		margin-bottom: 50px;
	}
	.about-left .text-row .title {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.about-left .text-row{
		height: auto;
	}
	.about-left .text-row .content {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.about-right {
		display: none;
	}
	.factory .list-row .swiper-slide {
		width: 100%;
		padding: 0 10px;
	}
	/* news */
	.news-item-wrap {
		padding: 0;
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	/* link */
	.link{
		display: none;
	}
	/* footer */
	.footer .footer-nav-row  {
		display: none;
	}
	.footer .contact-row .footer-logo {
		float: none;
		text-align: center;
	}
	.footer .contact-row .add-wrap {
		float: none;
		margin-left: 0;
		padding: 20px;
		border: 1px solid #505050;
		margin-top: 20px;
	}
	.footer .contact-row .contact-wrap {
		float: none;
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}
	.footer .contact-row .contact-wrap a{
		margin: 0 auto;
	}
	.footer .contact-row .qr-wrap {
		float: none;
	}
	.footer .contact-row .qr-wrap img {
		margin: 20px auto;
	}
	.footer .copyright-row{
		text-align: center;
		line-height: 24px;
		padding: 30px 0;
	}
	.footer .copyright-row p {
		font-size: 14px;
		color: #777777;
		float: none;
	}
	.footer .copyright-row span{
		float: none;
	}
	/* page */
	.page-banner{
		height:160px;
	}
	.page .search-form{
		display: none;
	}
	.page-main {
		padding-bottom: 60px;
	}
	.product-list.img-text-list ul li:first-child {
		padding-top: 30px;
	}
	.img-text-list ul li .img {
		width: 120px;
		height: 110px;
		overflow: hidden;
		float: left;
		margin-bottom: 0;
	}
	.img-text-list .text {
		width: calc(100% - 120px);
		float: left;
		padding-left: 20px;
	}
	.product-list.img-text-list .title a {
		font-size: 16px;
		line-height: 24px;
	}
	.img-text-list .text .content {
		display: none;
	}
	.page-content{
		padding-top: 30px;
	}
	.page-content .map{
		width: 100%;
		height: 200px;
		overflow: hidden;
		border: 1px solid #999	;
	}
	.page-content .content-page span{
		margin: 0;
		margin-right: 15px;
	}
	.page-content .content-page .row div{
		width: 100%;
		float: none;
	}
	.page-content .content-page .next span{
		float: none;
	}
	.page-content .content-page .next{
		text-align: left;
	}
	.page-content .wp-block-image{
		margin: 15px 0;
		padding: 0;
	}
	.ppd-img {
		width: 100%;
		float: none;
	}
	.ppd-img .gallery-top {
		width: 100%;
		height: 260px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		overflow: hidden;
	}
	.ppd-img .gallery-thumbs {
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		margin-top: 10px;
		position: relative;
		overflow: hidden;
		padding: 5px 25px;
	}
	.ppd-info {
		width: 100%;
		height: auto;
		float: none;
		position: static;
	}
	.ppd-tell {
		width: 100%;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 24px;
		color: #ffffff;
		position: static;
		margin-top: 20px;
	}
	/* right-bar */
	.right-bar{
		display: none;
	}
}
/*right-bar*/
.right-bar{
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	height: 203px;
    z-index: 9999;
    margin-top: 100px;
}
.right-bar ul li{
	width: 60px;
	height: 60px;
	background: #ab2126;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	cursor: pointer;
	position: absolute;
}
.right-bar ul li a{
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}
.rtbar-li2{
	top: 61px;
}
.right-bar ul li.rtbar-li3{
	top: 122px;
	width:240px;
}
.rtbar-li4{
	top: 183px;
}
.right-bar ul li em{
	width: 60px;
	height: 60px;
	display: block;
}
.right-bar ul li.rtbar-li1 em{
	background: url(https://img.b2b.cn/template//newmb2/skin/images/right-icon1.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li3 em{
	background: url(https://img.b2b.cn/template//newmb2/skin/images/right-icon2.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li2 em{
	background: url(https://img.b2b.cn/template//newmb2/skin/images/right-icon3.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li4 em{
	background: url(https://img.b2b.cn/template//newmb2/skin/images/right-icon4.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li2 p{
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.right-bar ul li:hover{
	background: #333333;
	box-shadow: 0 2px 21px rgba(90, 123, 172, 0.45);
}

.right-bar ul li:hover i{
    color: #ffffff;
}

.rtbar-li3 strong{
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
}
.rtbar-li4 i{
    color: #ffffff;
}
.right-bar ul li.rtbar-li4 a span{
    color: #ffffff;
}
.rtbar_shwx{
	position: absolute;
	right: 60px;
	top:0px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	display: none;
	z-index: 20;
}
.rtbar_shwx img{
	padding: 5px;
	max-width: 140px;
}
.right-bar ul li.gotop{
	display: none;

}


/*æ ¼ å±• ç½‘ ç»œåˆ†é¡µæ ·å¼*/
.pages3{clear: both;margin:20px auto 20px auto; padding-top:20px;text-align: center;font-size:14px}
.pages3 ul li{display:inline-block;border: 1px solid #ccc;padding: 5px 13px;margin:2px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pages3 ul li:hover{background:#d82019;color:#fff;border: 1px solid #d82019}
.pages3 ul li:hover a{color:#fff;}
.pages3 ul li.thisclass{display: inline-block;border: 1px solid #d82019;padding:5px 13px;margin:2px;background: #d82019;color: #fff;}
.pages3 ul li.thisclass a{color: #fff;}
.pages3 ul li a{display:block;color:#999}
.pages3 ul li a:hover{color: #fff;}

.pagination3 p{
	margin:0;
	cursor:pointer
}
.pagination3{
	/* height:40px; */
	padding:20px 0px;
}
.pagination3 a{
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 12px;
	height:24px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
	line-height:24px;
}
.pagination3 a:hover{
	color:#077ee3;
	background: white;
	border:1px #077ee3 solid;
}
.pagination3 a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}


.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}




	   
	   

/*æ ¼ å±• ç½‘ ç»œ åé¦ˆæ¨¡å— */
.met-feedback{padding:30px 20px;background: #f2f2f2;}
.met-feedback .container{max-width: 800px;}
.met-feedback .met-feedback-body{padding: 30px;background: #ffffff;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);border-radius: 3px;}
@media (max-width: 767px){.met-feedback .met-feedback-body{padding: 10px;}}
@media (max-width: 767px){.met-feedback{padding: 80px 0 20px 0 ;}}
fieldset{min-width: 0;padding: 0;margin: 0;border: 0}
legend{display: block;width: 100%;padding: 0;margin-bottom: 22px;font-size: 21px;line-height: inherit;color: inherit;border: 0;border-bottom: 1px solid transparent}
label{display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: 700}
input[type=search]{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
input[type=checkbox], input[type=radio]{margin: 4px 0 0;margin-top: 1px\9;line-height: normal}
input[type=file]{display: block}
input[type=range]{display: block;width: 100%}
select[multiple], select[size]{height: auto}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}
output{display: block;padding-top: 7px;font-size: 14px;line-height: 1.57142857;color: #76838f}
.form-control{display: block;width: 100%;height: 36px;padding: 6px 0;font-size: 14px;line-height: 1.57142857;color: #76838f;background-color: #fff;background-image: none;border: 1px solid #dedede;border-radius: 3px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; text-indent:1em}
.form-control:focus{border-color: #ca2424;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)}
.form-control.focus, .form-control:focus{border-color: #ca2424;-webkit-box-shadow: none;box-shadow: none}
.form-control::-moz-placeholder{color:#a3afb7;
opacity:1}
.form-control:-ms-input-placeholder{color:#a3afb7}
.form-control::-webkit-input-placeholder{color:#a3afb7}
.form-control::-ms-expand{background-color:transparent;
border:0}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color: #f3f7f9;opacity: 1}
.form-control[disabled], fieldset[disabled] .form-control{cursor: not-allowed}
textarea.form-control{height: auto}
input[type=search]{-webkit-appearance: none}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control{line-height: 36px}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm{line-height: 32px}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg{line-height: 46px}}
.form-group{margin-bottom: 20px}
.checkbox, .radio{position: relative;display: block;margin-top: 10px;margin-bottom: 10px}
.checkbox label, .radio label{min-height: 22px;padding-left: 20px;margin-bottom: 0;font-weight: 400;cursor: pointer}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{position: absolute;margin-top: 4px\9;margin-left: -20px}
.checkbox+.checkbox, .radio+.radio{margin-top: -5px}


.checkbox-inline, .radio-inline{position: relative;display: inline-block;padding-left: 20px;margin-bottom: 0;font-weight: 400;vertical-align: middle;cursor: pointer}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{margin-top: 0;margin-left: 10px}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled]{cursor: not-allowed}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline{cursor: not-allowed}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label{cursor: not-allowed}
.form-control-static{min-height: 36px;padding-top: 7px;padding-bottom: 7px;margin-bottom: 0}
.form-control-static.input-lg, .form-control-static.input-sm{padding-right: 0;padding-left: 0}
.input-sm{height: 32px;padding: 6px 13px;font-size: 12px;line-height: 1.5;border-radius: 2px}
select.input-sm{height: 32px;line-height: 32px}
select[multiple].input-sm, textarea.input-sm{height: auto}
select.input-sm{padding-top: 0;padding-bottom: 0}
.form-group-sm .form-control{height: 32px;padding: 6px 13px;font-size: 12px;line-height: 1.5;border-radius: 2px}
.form-group-sm select.form-control{height: 32px;line-height: 32px}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control{height: auto}
.form-group-sm .form-control-static{height: 32px;min-height: 34px;padding: 7px 13px;font-size: 12px;line-height: 1.5}
.input-lg{height: 46px;padding: 10px 18px;font-size: 18px;line-height: 1.3333333;border-radius: 4px}
select.input-lg{height: 46px;line-height: 46px}
select[multiple].input-lg, textarea.input-lg{height: auto}
select.input-lg{padding-top: 0;padding-bottom: 0}
.form-group-lg .form-control{height: 46px;padding: 10px 18px;font-size: 18px;line-height: 1.3333333;border-radius: 4px}
.form-group-lg select.form-control{height: 46px;line-height: 46px}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control{height: auto}
.form-group-lg .form-control-static{height: 46px;min-height: 40px;padding: 11px 18px;font-size: 18px;line-height: 1.3333333}
.has-feedback{position: relative}
.has-feedback .form-control{padding-right: 45px}
.form-control-feedback{position: absolute;top: 0;right: 0;z-index: 2;display: block;width: 36px;height: 36px;line-height: 36px;text-align: center;pointer-events: none}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback{width: 46px;height: 46px;line-height: 46px}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback{width: 32px;height: 32px;line-height: 32px}
.btn-primary{background-color: #ca2424;border-color: #ca2424;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{background-color: #ca2424;border-color: #ca2424;opacity: .7;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;color:#fff}
.btn-block{display: block;width: 100%;color:#fff}
.btn-block+.btn-block{margin-top: 5px}
.btn-lg{padding: 10px 18px;font-size: 18px;line-height: 1.3333333;border-radius: 4px}

/**以下为新增加样式**/
/**资讯列表样式 纯图片版PC**/

.list-1 {
	margin: -50px 0 0 -20px;
	padding-bottom: 28px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li a {
	display: block;
	padding: 20px 20px 20px;
	background-color: #f0f0f0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 50px 0 0 20px;
	position: relative;
}
.list-1 li .img-cover {
	padding-top: 100%;
}
.list-1 li .text {
	line-height: 40px;
	font-size: 18px;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.list-1 li .desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #888;
}
.list-1 li .more {;
	border: 4px solid #f0f0f0;
	background: #ffffff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}
.list-1 li a:hover {
	background-color: #cf010e;
	color: #fff;
}
.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 li a:hover .more {
	background-color: #cf010e;
	color: #fff;
	border-color: #f0f0f0;
}
.list-1-1 .img-cover {
	margin: -20px -20px 0 -20px;
}

/**新闻列表纯文字样式PC端**/
.list-5 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-5 li .text {
	margin:0px;
	position: relative;
	padding-right: 200px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-5 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}
.list-5 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}
.list-5 li .date {
	position: absolute;
	right: 30px;
	top: 30px;
}
.list-5 li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-5 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-5 li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-5 li a:hover {
	padding-left: 30px;
}
.list-5 li a:hover .text {
	padding-right: 150px;
}
.list-5 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
/**新闻列表纯文字样式移动端**/
@media (max-width: 767px){
	/* .product-category{display:none;} */
.list-5{width:100%;}
	.list-5 li a{padding:10px 0 10px 0;}
    .list-5 li .text {
	margin:0px;
	position: relative;
	padding-right: 100px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-5 li .date {
	position: absolute;
	right: 0px;
	top: 20px;
}
.list-5 li .date span{font-size:16px;}

.list-5 li .text h4{padding-top:0px;}
.list-1 li{width:100%;}
.list-1 {
	margin: -30px 0 0 -10px;
}

.list-1 li a {
	margin: 30px 0 0 10px;
	padding: 10px 10px 30px 10px;
}
.list-1 li .text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.list-1 li .desc {
	font-size: 12px;
	margin-top: 5px;
}
.list-1 li .more {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: -24px;
	bottom: -24px;
}
.list-1-1 .img-cover {
	margin: -10px -10px 0;
}
}