﻿@import url("font_2259870_uj72tk0uj1.css");

@font-face {
	font-family: 'OpenSansLight';
	src: url('../font/OpenSansLight.eot');
	src: url('../font/OpenSansLight.eot') format('embedded-opentype'),
		url('../font/OpenSansLight.woff2') format('woff2'),
		url('../font/OpenSansLight.woff') format('woff'),
		url('../font/OpenSansLight.ttf') format('truetype'),
		url('../font/OpenSansLight.svg') format('svg');
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../font/OpenSans-Regular.eot');
	src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'),
		url('../font/OpenSans-Regular.woff2') format('woff2'),
		url('../font/OpenSans-Regular.woff') format('woff'),
		url('../font/OpenSans-Regular.ttf') format('truetype'),
		url('../font/OpenSans-Regular.svg') format('svg');
}

@font-face {
	font-family: 'GothamRndBook';
	src: url('/fonts/GothamRnd-Book.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PoppinsRegular';
	src: url('../font/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KnockoutHTF30';
	src: url('/fonts/Knockout-HTF30-JuniorWelterwt.otf');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.45;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

html {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
}

div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
form,
input {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

ul,
li {
	list-style: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: inherit;
}

div {
	margin: 0 auto;
	padding: 0;
}

img {
	border: none 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

input,
textarea,
button {
	font-family: inherit;
	outline: none;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

/**********************/
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #007fc2;
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

.transitions {
	webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* css清除浮动 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after {
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.section {
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	background-color: transparent;
}

/**********************
***** margins *********
**********************/
/* == 间距，边距 == */
.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad30 {
	padding: 30px;
}

.pad35 {
	padding: 35px;
}

.pad40 {
	padding: 40px;
}

.pad-l5 {
	padding-left: 5px;
}

.pad-l10 {
	padding-left: 10px;
}

.pad-l15 {
	padding-left: 15px;
}

.pad-l20 {
	padding-left: 20px;
}

.pad-l25 {
	padding-left: 25px;
}

.pad-l30 {
	padding-left: 30px;
}

.pad-l35 {
	padding-left: 35px;
}

.pad-l40 {
	padding-left: 40px;
}

.pad-r5 {
	padding-right: 5px;
}

.pad-r10 {
	padding-right: 10px;
}

.pad-r15 {
	padding-right: 15px;
}

.pad-r20 {
	padding-right: 20px;
}

.pad-r25 {
	padding-right: 25px;
}

.pad-r30 {
	padding-right: 30px;
}

.pad-r35 {
	padding-right: 35px;
}

.pad-r40 {
	padding-right: 40px;
}

.pad-t5 {
	padding-top: 5px;
}

.pad-t10 {
	padding-top: 10px;
}

.pad-t15 {
	padding-top: 15px;
}

.pad-t20 {
	padding-top: 20px;
}

.pad-t25 {
	padding-top: 25px;
}

.pad-t30 {
	padding-top: 30px;
}

.pad-t35 {
	padding-top: 35px;
}

.pad-t40 {
	padding-top: 40px;
}

.pad-b5 {
	padding-bottom: 5px;
}

.pad-b10 {
	padding-bottom: 10px;
}

.pad-b15 {
	padding-bottom: 15px;
}

.pad-b20 {
	padding-bottom: 20px;
}

.pad-b25 {
	padding-bottom: 25px;
}

.pad-b30 {
	padding-bottom: 30px;
}

.pad-b35 {
	padding-bottom: 35px;
}

.pad-b40 {
	padding-bottom: 40px;
}

.mgn5 {
	margin: 5px;
}

.mgn10 {
	margin: 10px;
}

.mgn15 {
	margin: 15px;
}

.mgn20 {
	margin: 20px;
}

.mgn25 {
	margin: 25px;
}

.mgn30 {
	margin: 30px;
}

.mgn35 {
	margin: 35px;
}

.mgn40 {
	margin: 40px;
}

.mgn-l5 {
	margin-left: 5px;
}

.mgn-l10 {
	margin-left: 10px;
}

.mgn-l15 {
	margin-left: 15px;
}

.mgn-l20 {
	margin-left: 20px;
}

.mgn-l25 {
	margin-left: 25px;
}

.mgn-l30 {
	margin-left: 30px;
}

.mgn-l35 {
	margin-left: 35px;
}

.mgn-l40 {
	margin-left: 40px;
}

.mgn-r5 {
	margin-right: 5px;
}

.mgn-r10 {
	margin-right: 10px;
}

.mgn-r15 {
	margin-right: 15px;
}

.mgn-r20 {
	margin-right: 20px;
}

.mgn-r25 {
	margin-right: 25px;
}

.mgn-r30 {
	margin-right: 30px;
}

.mgn-r35 {
	margin-right: 35px;
}

.mgn-r40 {
	margin-right: 40px;
}

.mgn-t5 {
	margin-top: 5px;
}

.mgn-t10 {
	margin-top: 10px;
}

.mgn-t15 {
	margin-top: 15px;
}

.mgn-t20 {
	margin-top: 20px;
}

.mgn-t25 {
	margin-top: 25px;
}

.mgn-t30 {
	margin-top: 30px;
}

.mgn-t35 {
	margin-top: 35px;
}

.mgn-t40 {
	margin-top: 40px;
}

.mgn-b5 {
	margin-bottom: 5px;
}

.mgn-b10 {
	margin-bottom: 10px;
}

.mgn-b15 {
	margin-bottom: 15px;
}

.mgn-b20 {
	margin-bottom: 20px;
}

.mgn-b25 {
	margin-bottom: 25px;
}

.mgn-b30 {
	margin-bottom: 30px;
}

.mgn-b35 {
	margin-bottom: 35px;
}

.mgn-b40 {
	margin-bottom: 40px;
}

/* == 图片自适应居中 == */
.img-response {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/* == 圆及圆角 == */
.round-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.round-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

.round-15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}

.round-20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}

.round-25 {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

.round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

/* == 公用样式 == */
.pic {
	height: auto;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/*************************************************
**************  焦点图SupperSlide  ***************
*************************************************/
.fullSlide {
	width: 100%;
	min-width: 1200px;
	position: relative;
	background-color: #fff;
}

.fullSlide .bd {
	width: 100%;
	position: relative;
	z-index: 0;
}

.fullSlide .bd li {
	height: 560px;
}

.fullSlide .bd li a {
	display: block;
	height: inherit;
}

.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}

.fullSlide .hd {
	position: relative;
	z-index: 1;
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 40px;
	height: 5px;
	margin: 5px 3px;
	overflow: hidden;
	font-size: 0;
	background-color: #0081a6;
}

.fullSlide .hd ul .on {
	background-color: #ed5a11;
}

.fullSlide .prev,
.fullSlide .next {
	z-index: 1;
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	background: url(../image/arrow.png) 0 0 no-repeat;
	filter: alpha(opacity=40);
	opacity: 0.4;
	top: 50%;
	margin-top: -28px;
}

.fullSlide .prev {
	left: 20px;
}

.fullSlide .next {
	background-position: right 0;
	right: 20px;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/*************************************************
**************图片滚动  *******************
*************************************************/
.picScroll-left {
	width: 1208px;
	position: relative;
	margin-top: 25px;
}

.picScroll-left .prev,
.picScroll-left .next {
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.picScroll-left .prev {
	background-image: url(/images/prev.png);
	left: -40px;
}

.picScroll-left .next {
	background-image: url(/images/next.png);
	right: -40px;
}

.picScroll-left .bd {
	padding: 0;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	width: 290px;
	height: auto;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	width: 290px;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 290px;
	height: 290px;
	display: block;

	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}

.picScroll-left .bd ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.picScroll-left .bd ul li .title {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: left;
	color: #c00;
	padding: 0 20px;
	margin-top: 10px;
}

.picScroll-left .bd ul li:hover .title a {
	color: #eb3e00;
}

.p-intro {
	text-align: left;
	color: #666;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px;
}

.p-more-scroll {
	padding: 0 20px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
}

.p-more-scroll a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #eb3e00;
	padding-left: 20px;
	background-image: url(/images/k_38.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/*************************************************
**************  在线客服  *************************
*************************************************/
#kefu {
	width: 120px;
	height: auto;
	position: fixed;
	top: 120px;
	right: 5px;
	z-index: 8888;
	background: #fff;
	border: 1px solid #ca2d25;
	border-top: 2px solid #ca2d25;
	display: none;
	border-radius: 4px;
	padding-bottom: 15px;
}

#kefu .top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../image/redTitleBg.gif) repeat-x;
}

#kefu .middle {
	font-size: 12px;
	width: 110px;
	margin: 0 auto;
}

#kefu .close {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
	-webkit-transition: all 0.8s ease-out;
}

#kefu .close:hover {
	-webkit-transform: scale(1) rotate(360deg);
}

.right_bar {
	width: 31px;
	height: 110px;
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 9999;
}

.right_bar img {
	cursor: pointer;
}

.kfcode {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 15px auto 0 auto;
}

.kfcode img {
	display: block;
	width: 100px;
	height: 100px;
}

.kflist {
	width: 110px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.kflist ul li {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 6px 0;
}

.kflist ul li a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #333;
}

.kflist ul li a:hover {
	color: #c00;
}

.kflist ul li span {
	display: inline-block;
	float: left;
	width: 23px;
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.kflist ul li span img {
	display: block;
	float: right;
}

.kflist ul li p {
	display: inline-block;
	float: left;
	margin-left: 8px;
	height: 22px;
	line-height: 22px;
}

/**********************
******* scroll ********
**********************/
.scrollToTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 200;
	overflow: hidden;
	border: 4px solid rgba(0, 153, 255, 1);
	padding: 4px;
	text-align: center;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.scrollToTop a {
	display: block;
	width: 35px;
	height: 35px;
	background-color: rgba(0, 153, 255, 1);
	color: #fff;
	font-size: 24px;
	line-height: 37px;
}

.scrollToTop a i {
	position: relative;
	top: -1px;
	line-height: 35px;
}

.scrollToTop:hover {
	border-color: rgba(0, 153, 255, 0.7);
}

/**********************
******* head **********
**********************/
.full-top {
	width: 100%;
	min-width: 1200px;
	height: 31px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
}

.top-wel {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	color: #333;
	font-size: 14px;
	font-family: 'GothamRndBook';
}

.top-list-lx {
	height: 31px;
	overflow: hidden;
	float: right;
}

.top-list-lx li {
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	font-size: 14px;
	font-family: 'GothamRndBook';
	float: left;
	margin-left: 18px;
}

.top-list-lx li i {
	display: inline-block;
	font-size: 18px;
	margin-right: 6px;
	color: #007fc2;
	vertical-align: middle;
}

.header {
	width: 100%;
	min-width: 1200px;
	background-color: #FFF;
	position: relative;
	z-index: 999;
}

.logo {
	display: block;
	height: 76px;
	float: left;
}

.logo img {
	display: block;
	width: auto;
	height: 52px;
	margin-top: 12px;
}

.head-right {
	float: right;
	height: 76px;
}


/**********************
***** language ********
**********************/
.language {
	height: 31px;
	position: relative;
	float: right;
	margin-left: 20px;
}

.language h6 {
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	font-family: 'GothamRndBook';
	font-size: 14px;
	cursor: pointer;
}

.language h6 i {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}

.language h6 span {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}

.lang-menu {
	background-color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 100%;
	width: auto;
	z-index: 6666;
	padding: 0 10px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	display: none;
}

.lang-menu a {
	display: block;
	font-size: 14px;
	color: #555;
	height: 32px;
	line-height: 32px;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: 0 50%;
	white-space: nowrap;
	background-size: 24px;
	padding-left: 35px;
}

.lang-menu a:hover {
	color: #007fc2;
}

.lang-menu a.en {
	background-image: url(../image/en.png);
}

.lang-menu a.cn {
	background-image: url(../image/cn.png);
}

.language:hover .lang-menu {
	display: block;
}

/**********************
***** search form *****
**********************/
.search-outer {
	height: 76px;
	position: relative;
	float: right;
}

.search-outer i.opensearch {
	display: block;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-top: 20px;
	cursor: pointer;
	color: #fff;
	background-color: #007fc2;
	border-radius: 50%;
	font-size: 24px;
	overflow: hidden;
}

.search-drom {
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 15px;
	display: none;
}

.search-wrap {
	width: 265px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
}

.search-input {
	width: 234px;
	height: 31px;
	overflow: hidden;
	float: left;
}

.search-input input {
	display: block;
	margin: 0;
	width: 210px;
	height: 31px;
	line-height: 31px;
	border: none;
	padding: 0 12px;
	color: #999;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.search-btm {
	width: 31px;
	height: 31px;
	float: right;
}

.search-btm input {
	display: block;
	color: #fff;
	font-size: 0px;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(../image/btm.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}

/**********************
*** nav'nt submenu ****
**********************/
.full-nav {
	width: 100%;
	min-width: 1200px;
	background-color: #007fc2;
	position: relative;
	z-index: 98;
	height: 48px;
}

.navbar {
	margin-top: 10px;
}

.nav {
	height: 76px;
	margin-right: 35px;
}

.nav>ul>li {
	height: 76px;
	float: left;
	position: relative;
	z-index: 10;
	margin-left: 40px;
}

.nav>ul>li>span {
	display: block;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize;
}

.nav>ul>li>span>a {
	color: #000;
	display: block;
	height: 76px;
	line-height: 76px;
}

.nav>ul>li:hover>span>a {
	color: #007fc2;
}

.nav>ul>li>span.active a {
	color: #007fc2;
}

.nav>ul>li>ul {
	display: none;
	min-width: 160px;
	width: auto;
	height: auto;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	z-index: 99;
	background: #fff;
	border-bottom: 2px solid #007fc2;
}

.nav>ul>li>ul>li {
	font-size: 14px;
	z-index: 100;
	text-align: center;
	position: relative;
}

.nav>ul>li>ul>li>a {
	display: block;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav>ul>li>ul>li>a:hover {
	color: #fff;
	background-color: #007fc2;
}

.nav>ul>li:hover>ul {
	display: block;
}

/** two **/
.navMenu {
	display: none;
	width: 160px;
	height: auto;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -1px;
	z-index: 99;
	background: #f5f5f5;
	box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}

.navMenu li {
	position: relative;
	font-size: 12px;
}

.navMenu li a {
	display: block;
	color: #666;
	border-bottom: 1px dotted #ddd;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.navMenu li a:hover {
	color: #C62235;
}

.nav>ul>li>ul>li:hover>.navMenu {
	display: block;
}

/* .nav > ul > li > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li > ul > li{
	position: relative;
}
.nav > ul > li > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > ul > li > ul > li > a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav > ul > li > ul > li > ul > li > a:hover{
	color: #c00;
} */

/*** three ***/
/* .nav .submenu3{
	display:block;
	width:160px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav .submenu3 li a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav li:hover .submenu3{
	display: block;
} */
.nav>ul>li>ul>li>ul>li:hover .navMenu {
	display: block;
}

/**********************
******* footer ********
**********************/
.footer {
	width: 100%;
	min-width: 1200px;
	background-color: #222;
	padding-top: 40px;
	padding-bottom: 40px;
}

.nav-foot {
	position: relative;
	height: auto;
}

.foot-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.nav-foot-bg {
	background-color: transparent;
	background-image: url(/images/k_19.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.foot-title {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
}

.nav-foot-list {
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}

.nav-foot-list li {
	font-size: 14px;
	line-height: 2.5;
}

.nav-foot-list li a {
	color: #fff;
}

.nav-foot-list li a i {
	font-size: 12px;
	margin-right: 5px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}

.nav-foot-list li a:hover {
	color: #007fc2;
}

.nav-foot-list li a:hover i {
	margin-left: 5px;
}

.wd-about {
	max-width: 270px;
}

.wd-product {
	max-width: 270px;
}

.wd-news {
	max-width: 270px;
}

.wd-contact {
	max-width: 370px;
}

.foot-contact-wrap {
	padding-top: 10px;
	position: relative;
}

.wechat {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.wechat img {
	display: block;
	width: 120px;
	height: 120px;
}

.foot-contact-info {
	color: #fff;
	font-size: 12px;
	line-height: 2;
}

.foot-contact-info p {
	display: block;
	margin-bottom: 10px;
}

.full-copyright {
	width: 100%;
	min-width: 1200px;
	background-color: #171717;
	padding: 20px 0;
}

.copyright {
	height: auto;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.copyright span {
	display: inline-block;
	margin-left: 10px;
}

.copyright a {
	color: #fff;
}

.foot-social {
	height: auto;
	overflow: hidden;
}

.foot-social li {
	float: left;
	margin-left: 20px;
}

.foot-social li a {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.foot-social li a i {
	line-height: 30px;
	margin: 0;
	font-size: 20px;
}

.foot-social li a.facebook {
	background-color: #3460a1;
}

.foot-social li a.twitter {
	background-color: #2aa9de;
}

.foot-social li a.dribbble {
	background-color: #ea4c89;
}

.foot-social li a.youtube {
	background-color: #e84639;
}

.foot-social li a.google {
	background-color: #df5342;
}

.foot-social li a.linkedin {
	background-color: #1883bb;
}

.foot-social li a.pinterest {
	background-color: #cc2127;
}

.foot-social li a.instagram {
	background-color: #517fa4;
}

/**********************
****** index css ******
**********************/
.section-search {
	width: 100%;
	min-width: 1200px;
	padding: 20px 0;
	background-color: #FFFFFF;
}

.search-row {
	height: 80px;
	padding-bottom: 50px;
	background-color: #E3E3E3;
	background-image: url(/images/g_39.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.search-lt {
	width: 120px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #23ba00;
	padding-right: 17px;
	background-image: url(/images/g_41.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.search-key {
	width: 560px;
	float: left;
	margin-left: 10px;
	height: 80px;
	line-height: 80px;
	color: #686868;
	font-size: 14px;
}

.search-key a {
	color: #686868;
	display: inline-block;
	margin: 0 6px;
}

.search-key a:hover {
	color: #c00;
}

.search-hd {
	float: right;
	line-height: 80px;
	color: #5B5B5B;
	font-size: 14px;
}

/*** owl ***/
.owl-carousel.owl-product {
	width: 1200px;
	padding: 0 60px;
}

.owl-carousel.owl-product .item {
	height: auto;
	overflow: hidden;
}

.owl-carousel.owl-product .item a {
	display: block;
}

.owl-carousel.owl-product .item .pic {
	border: 1px solid #ebebeb;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.owl-carousel.owl-product .item .title {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
	display: none;
}

.owl-carousel.owl-product .owl-controls {
	margin-top: 30px;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-product .owl-controls .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #00b584;
	color: #00B584;
	font-size: 36px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 45%;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-product .owl-controls .owl-nav .owl-next i {
	color: #00b584;
	font-size: 24px;
}

.owl-carousel.owl-product .owl-controls .owl-dots .owl-dot span {
	width: 50px;
	height: 3px;
	margin: 0 10px;
	background-color: #999999;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.owl-carousel.owl-product .owl-controls .owl-dots .owl-dot.active span {
	background-color: #00b584;
}

/** product **/
.section-product {
	width: 100%;
	min-width: 1200px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../image/product-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.index-head-product {
	text-align: center;
	position: relative;
	color: #000;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.2;
}

.index-head-product-small {
	text-align: center;
	color: #282727;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}

.cate-box {
	width: 242px;
	background-color: #DDDDDD;
	height: 615px;
	overflow: hidden;
	float: left;
	position: relative;
}

.cate-top {
	text-align: center;
	height: 80px;
	background-color: #0080D6;
	color: #FFFFFF;
}

.cate-top h2 {
	font-weight: bold;
	line-height: 40px;
	margin-top: 8px;
}

.cate-top h6 {
	text-transform: uppercase;
	font-family: arial;
	line-height: 18px;
	margin-top: 3px;
}

.cate-list {
	width: 218px;
	padding-top: 20px;
}

.cate-list ul li {
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	border-bottom: 1px solid #FFFFFF;
}

.cate-list ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 35px;
	background-image: url(/images/g_10.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.cate-botm {
	width: 100%;
	height: 150px;
	background-color: #1574b8;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cate-pic {
	text-align: center;
	margin-top: 20px;
}

.cate-pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.cate-word {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cate-tel {
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	font-family: arial;
}

.pro-main-box {
	width: 941px;
	float: right;
}

.index-product-list {
	overflow: hidden;
}

.index-product-list ul {
	width: 952px;
}

.index-product-list ul li {
	width: 227px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 11px;
}

.index-product-list ul li .pic {
	border: 1px solid #ebebeb;
	width: 225px;
	height: auto;
	overflow: hidden;
}

.index-product-list ul li .pic img {
	display: block;
	margin: 0 auto;
	width: 225px;
	height: 225px;
}

.index-product-list ul li .title {
	text-align: center;
	height: 36px;
	line-height: 36px;
}


.scrollSwiperProduct {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.scrollSwiperProduct .swiper-container {
	height: auto;
	overflow: hidden;
}

.scrollSwiperProduct .swiper-container .swiper-slide {
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	box-sizing: border-box;
}

.scrollSwiperProduct .swiper-container .swiper-slide .pic {
	height: auto;
	overflow: hidden;
}

.scrollSwiperProduct .swiper-container .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.scrollSwiperProduct .swiper-container .swiper-slide .wrap {
	padding: 20px 19px;
}

.scrollSwiperProduct .swiper-container .swiper-slide .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	height: 50px;
	margin-bottom: 5px;
}

.scrollSwiperProduct .swiper-container .swiper-slide .brief {
	height: auto;
	overflow: hidden;
	max-height: 84px;
}

.scrollSwiperProduct .swiper-container .swiper-slide .brief p {
	line-height: 28px;
	position: relative;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
}

.scrollSwiperProduct .swiper-container .swiper-slide .brief p::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #007fc2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.scrollSwiperProduct .swiper-container .swiper-slide:hover {
	border-color: #007fc2;
}

.scrollSwiperProduct .swiper-page {
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	margin-top: 15px;
	text-align: center;
}

.scrollSwiperProduct .swiper-page .swiper-pagination-bullet {
	margin: 0 5px;
}

/** why **/
.full-why-top {
	width: 100%;
	min-width: 1200px;
	height: 120px;
	overflow: hidden;
	background-color: #0080D6;
	background-image: url(/images/g_53.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

.why-hd {
	text-align: center;
}

.why-hd span {
	display: inline-block;
	padding-left: 60px;
	background-image: url(/images/g_45.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 10px;
}

.why-hd span div {
	display: block;
	padding-right: 60px;
	background-image: url(/images/g_48.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.why-hd span div h1 {
	color: #FFFFFF;
	font-size: 54px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	padding-bottom: 15px;
}

.why-hd span div h3 {
	color: #63a4e0;
	text-transform: uppercase;
	font-family: arial;
	height: 20px;
	line-height: 20px;
}

.section-why {
	width: 100%;
	min-width: 1200px;
	background-color: #FFFFFF;
	padding: 20px 0;
}

.why-row {
	width: 1200px;
	margin-bottom: 45px;
}

.why-lt1 {
	width: 641px;
	overflow: hidden;
}

.why-lt1 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.why-rt1 {
	width: 440px;
	padding-left: 79px;
	padding-right: 40px;
}

.why-top {
	overflow: hidden;
}

.why-num {
	width: 92px;
	height: 120px;
	background-color: #23BA00;
	color: #FFFFFF;
	font-size: 48px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	line-height: 120px;
}

.why-top-right {
	width: 320px;
	padding-top: 20px;
}

.why-cn {
	color: #184b8a;
	font-size: 30px;
	font-weight: bold;
}

.why-en {
	color: #8E8E8E;
	font-size: 18px;
	font-family: arial;
	margin-top: 5px;
}

.why-word {
	margin-top: 30px;
}

.why-word p {
	margin-bottom: 15px;
	line-height: 30px;
	padding-left: 20px;
	background-image: url(/images/g_67.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #4D4D4D;
	font-size: 16px;
}

.why-word p font {
	color: #d80000;
	font-size: 30px;
	line-height: 30px;
	font-family: arial;
}

.why-bgc1 {
	background-color: #F2F2F2;
}

.why-lt2 {
	width: 580px;
}

.why-rt2 {
	width: 520px;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 22px;
	background-image: url(/images/g_84.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}

.why-top-right2 {
	width: 400px;
	padding-top: 15px;
}

.why-lt3 {
	width: 650px;
}

.why-rt3 {
	width: 480px;
	padding-left: 50px;
	padding-right: 20px;
	margin-top: 20px;
}

.why-top-right3 {
	width: 360px;
	padding-top: 15px;
}

.why-lt4 {
	width: 613px;
	overflow: hidden;
}

.why-rt4 {
	width: 507px;
	padding-left: 60px;
	padding-right: 20px;
}

.why-top-right4 {
	width: 386px;
}

/** about **/
.section-about {
	width: 100%;
	min-width: 1200px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

.index-head-about {
	text-align: center;
	color: #0080d6;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.index-head-about span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	z-index: 6;
	background-color: #f7f7f7;
}

.index-head-about:after {
	width: 100%;
	height: 2px;
	background-color: #0080d6;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 5;
}

.index-about-small {
	text-align: center;
	color: #464646;
	font-size: 18px;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: arial;
	margin-bottom: 30px;
}

.index-about-pic {
	width: 600px;
	overflow: hidden;
}

.index-about-pic img {
	display: block;
	max-width: 100%;
	height: auto;
}

.index-about-right {
	width: 580px;
}

.index-about-name {
	color: #1b1b1b;
	font-size: 22px;
	line-height: 36px;
	border-left: 3px solid #29364a;
	padding-left: 16px;
	margin-top: 30px;
}

.index-about-intro {
	color: #363636;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}

.index-about-more {
	text-align: left;
	font-size: 18px;
	margin-top: 30px;
	text-transform: uppercase;
}

.index-about-more a {
	display: inline-block;
	color: #1b1b1b;
	height: 36px;
	line-height: 36px;
}

.index-about-more i {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #2e3b4e;
	color: #2e3b4e;
	border-radius: 50%;
	margin-left: 15px;
}

.index-about-more a:hover {
	color: #007fc2;
}

.shuzhi-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 45px;
}

.shuzhi-list li {
	height: auto;
	overflow: hidden;
}

.shuzhi-list li .num {
	text-align: center;
	height: auto;
	overflow: hidden;
	color: #007fc2;
	font-size: 40px;
	line-height: 1.5;
	font-family: 'KnockoutHTF30';
}

.shuzhi-list li .num span {
	display: inline-block;
	font-size: 60px;
	vertical-align: top;
	font-family: 'KnockoutHTF30';
}

.shuzhi-list li .title {
	text-align: center;
	color: #000;
	font-size: 16px;
}


/** news **/
.section-news {
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	padding: 30px 0;
}

.index-head-news {
	text-align: center;
	position: relative;
	background-image: url(/images/g_138.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-bottom: 10px;
}

.index-head-news h2 {
	color: #0080D6;
	font-weight: bold;
	text-transform: uppercase;
}

.index-head-news h5 {
	color: #666666;
	margin-top: 10px;
	margin-bottom: 15px;
}

.index-list-news {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.index-list-news ul {
	width: 1242px;
	overflow: hidden;
}

.index-list-news ul li {
	border: 1px solid #cfcfcf;
	margin-top: 20px;
	width: 344px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 42px;
	padding: 15px 13px;
	background-color: #fff;

	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.index-list-news ul li a {
	display: block;
}

.index-list-news-ymd {
	color: #ff0000;
	font-size: 13px;
	margin-top: 5px;
	text-decoration: underline;
}

.index-list-news-ymd p {
	display: block;
	color: #424242;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}

.index-list-news-ymd span {
	display: block;
	color: #717171;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	margin-top: 2px;
}

.index-list-news-right {
	width: 310px;
	float: right;
}

.index-list-news-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.index-list-news-intro {
	line-height: 25px;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	max-height: 50px;
	margin-top: 5px;
}

.ndes-picddd {
	height: 160px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.nws-left {
	width: 390px;
}

.nws-left img {
	display: block;
	width: 100%;
	height: auto;
}

.main-newsright {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.slideTxtBox {
	width: 100%;
}

.slideTxtBox .hd {
	position: relative;
	width: 100%;
	z-index: 5;
	text-align: center;
	margin-bottom: 30px;
}

.slideTxtBox .hd ul li {
	height: 36px;
	line-height: 36px;
	display: inline-block;
	*display: inline;
	padding: 0 40px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	position: relative;
	margin: 0 5px;
	background-color: #494949;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.slideTxtBox .hd ul li.on {
	background-color: #29d800;
}

.slideTxtBox .hd ul li.on:after {
	width: 100%;
	height: 9px;
	background-image: url(/images/g_142.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	left: 0px;
	bottom: -9px;
}

.slideTxtBox .bd {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.slideTxtBox .bd ul {
	width: 1215px;
	overflow: hidden;
}

.slideTxtBox .bd ul li {
	height: auto;
	overflow: hidden;
	width: 380px;
	float: left;
	margin-right: 15px;
}

.nwpic {
	width: 390px;
	height: 228px;
	overflow: hidden;
}

.nwpic img {
	display: block;
	width: 390px;
	height: 228px;
}

.section-link {
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	background-color: #F9F9F9;
}

.link-list {
	margin-top: 20px;
	color: #565656;
	font-size: 14px;
	line-height: 2;
}

.link-list a {
	margin: 3px 8px;
}

/**********************
****** inner css ******
**********************/
/** 内页banner **/
.inbanner {
	width: 100%;
	min-width: 1200px;
	height: 400px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.inner-word {
	color: #FFFFFF;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 200px;
	position: relative;
	display: none;
}

.inner-word:after {
	width: 40px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: -15px;
}

.section-inner {
	width: 100%;
	min-width: 1200px;
	padding: 30px 0;
	background-color: #FFFFFF;
}

/** 左右结构 **/
.slider {
	width: 250px;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.slide-head {
	color: #fff;
	font-size: 18px;
	background-color: #007fc2;
	padding-left: 15px;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

.slide-head i {
	vertical-align: middle;
	font-size: 24px;
	margin-right: 12px;
	font-family: inherit;
}

.menu-slide {
	height: auto;
	overflow: visible;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.menu-slide dl dt {
	position: relative;
	border-bottom: 1px solid #eee;
}

.menu-slide dl dt a {
	display: block;
	height: auto;
	line-height: 25px;
	overflow: hidden;
	/* white-space: nowrap;
	text-overflow: ellipsis; */
	font-size: 15px;
	position: relative;
	padding: 13px 30px 13px 13px;
	background-color: rgba(51, 153, 222, .05);
}

.menu-slide dl dt a:hover {
	color: #007fc2;
	background-color: rgba(51, 153, 222, 0);
}

.menu-slide dl dt.active a {
	color: #007fc2;
	background-color: rgba(51, 153, 222, 0);
}

.menu-slide dl dt::before {
	content: '';
	width: 3px;
	height: 0;
	background-color: #007fc2;
	position: absolute;
	left: -1px;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu-slide dl dt.active::before,
.menu-slide dl dt:hover::before {
	height: 100%;
}

.menu-slide dl dt i {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	-moz-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	font-size: 14px;
	color: #007fc2;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu-slide dl dt em {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px;
}

.menu-slide dl dt.active i {
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
}

/*** two ***/
.menu-slide dl dd.sort-two {
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
}

.menu-slide dl dd.sort-two a {
	display: block;
	height: auto;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	position: relative;
	padding: 13px 15px 13px 10px;
}

.menu-slide dl dd.sort-two i {
	font-size: 20px;
	vertical-align: top;
	margin-right: 5px;
	line-height: 25px;
}

.menu-slide dl dd.sort-two a.active {
	color: #007fc2;
}

/*** three ***/
.menu-slide dl dd.sort-three {
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #eee;
}

.menu-slide dl dd.sort-three a {
	display: block;
	height: auto;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	position: relative;
	padding: 13px 15px 13px 30px;
}

.menu-slide dl dd.sort-three i {
	font-size: 30px;
	vertical-align: top;
	margin-right: 5px;
	line-height: 25px;
}

.menu-slide dl dd.sort-three a.active {
	color: #007fc2;
}


/*** pro cate **/
.menu-pro {
	overflow: hidden;
}

.menu-pro dl dt {
	position: relative;
	display: block;
}

.menu-pro dl dt a {
	display: block;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 25px;
	background-image: url(/images/ndot1.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-pro dl dt a:hover {
	color: #ef6100;
	background-color: #f5f6f6;
}

.menu-pro dl dt a.active {
	color: #ef6100;
	background-color: #F5F6F6;
	background-image: url(/images/ndot2.png);
}

.menu-pro dl dd {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-pro dl dd a {
	display: block;
	padding-left: 25px;
	background-image: url(/images/dot4_03.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-pro dl dd a.active {
	color: #c00;
}

.menu-pro dl dd.dd3 a {
	display: block;
	padding-left: 25px;
	background-image: url(../image/list_dot1.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-pro dl dd.dd3 a.active {
	color: #000000;
	text-decoration: underline;
}

/** end **/

.news-slide {
	height: auto;
	overflow: hidden;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0;
}

.news-slide ul li {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: relative;
}

.news-slide ul li:last-child {
	border-bottom: none;
}

.news-slide ul li a {
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 25px;
	padding-right: 15px;
	position: relative;
}

.news-slide ul li a::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #007fc2;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2.5px;
}

.contact-slide {
	padding: 10px 15px;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	border: 1px solid #eee;
	border-top: none;
}

.contact-slide img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}


.menu {
	display: block;
	border: 1px solid #ddd;
	border-top: none;
}

.menu>li {
	position: relative;
}

.menu>li>a {
	display: block;
	color: #333;
	line-height: 18px;
	border-top: 1px solid #ddd;
	padding: 10px 15px 10px 24px;
	background-color: #fff;
	background-image: url(/images/jt1.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

.menu>li>a.active,
.menu>li>a:hover {
	color: #eb3e00;
	background-image: url(/images/jt2.png);
}

.menu>li:first-child>a {
	border-top: none;
}

.main-right {
	width: 925px;
	float: right;
	background-color: #fff;
}

.path-inner {
	height: auto;
	overflow: visible;
	border-bottom: 1px solid #eee;
}

.path-inner span {
	display: inline-block;
	color: #007fc2;
	font-size: 16px;
	line-height: 50px;
	position: relative;
}

.path-inner span::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #007fc2;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.path-inner p {
	float: right;
	font-size: 14px;
	color: #444;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

.path-inner p a {
	color: #444;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
}

.path-inner p i {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 8px;
}

.single-title {
	color: #007fc2;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	height: auto;
	overflow: visible;
}

.single-title span {
	display: inline-block;
	line-height: 50px;
	position: relative;
}

.single-title span::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #007fc2;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.single-content {
	color: #555;
	font-size: 15px;
	line-height: 2.45;
	margin-top: 20px;
}

.single-content img {
	max-width: 100%;
	height: auto;
}

.full-map {
	margin-top: 30px;
	overflow: hidden;
}

/** 新闻列表 **/
.list-news {
	height: auto;
	position: relative;
}

.list-news ul li {
	border-bottom: 1px dashed #ddd;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}

.list-news ul li .news-pic {
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
}

.list-news ul li .news-pic img {
	display: block;
	width: 100%;
	height: auto;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}

.list-news ul li:hover .news-pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.list-news ul li .news-right {
	height: auto;
	overflow: hidden;
	margin-left: 270px;
}

.list-news ul li .news-title {
	font-size: 18px;
	height: auto;
	overflow: hidden;
}

.list-news ul li .news-intro {
	color: #666;
	line-height: 30px;
	height: auto;
	max-height: 90px;
	overflow: hidden;
	margin-top: 10px;
}

.list-news ul li .news-date {
	color: #555;
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.list-news ul li .news-date i {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 18px;
}

.content-title {
	text-align: center;
	color: #000;
	font-size: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-top: 20px;
}

.list-faq {
	overflow: hidden;
	margin-top: 20px;
}

.list-faq ul li {
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 14px;
}

.list-faq ul li span {
	display: inline-block;
	float: right;
	padding-left: 15px;
	color: #999;
}

.list-faq ul li a {
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
	background-image: url(../image/dian.jpg);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

/************************
*** products ************
************************/
.pro_list {
	margin-top: 30px;
	position: relative;
}

.pro_list ul {
	width: 972px;
}

.pro_list ul li {
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
}

.pro_list ul li.fullli {
	width: 100%;
	height: 1px;
	margin: 0;
	float: left;
}

/** 一行四个 **/
.pro_list ul li.item4 {
	width: 217px;
	margin-right: 14px;
}

.pro_list ul li.item4 img {
	width: 215px;
	height: auto;
}

/** 一行三个 **/
.pro_list ul li.item3 {
	width: 302px;
	margin-right: 22px;
}

.pro_list ul li.item3 img {
	width: 100%;
	height: auto;
}

.pro_list ul li.none-data {
	width: 100%;
}

.pro_list ul li span {
	display: block;
	text-align: center;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro_list ul li a {
	color: #555;
}

.pro_list ul li a:hover {
	color: #c00;
}

.pro_list ul li.item3 .product-img {
	width: 300px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}

.pro_list ul li.item3 .product-img img {
	width: 300px;
	height: auto;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}

.pro_list ul li.item3:hover .product-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.pro_list ul li.item4 .product-img {
	width: 215px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}

.pro_list ul li.item4 .product-img img {
	width: 215px;
	height: auto;

	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);

	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}

.pro_list ul li.item4:hover .product-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/************************
*** case-list ************
************************/
.case-list {
	height: auto;
	overflow: hidden;
}

.case-list.item3 ul {
	width: 945px;
}

.case-list.item4 ul {
	width: 940px;
}

.case-list.item3 ul li {
	width: 295px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.case-list.item4 ul li {
	width: 220px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.case-list ul li .pic.bord {
	border: 1px solid #eee;
}

.case-list ul li {
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
}

.case-list ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.case-list ul li .title {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	background-color: #f5f5f5;
	padding: 0 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.case-list ul li:hover .title {
	color: #fff;
	background-color: #007fc2;
}

.case-list ul li a:hover {
	color: #c00;
}

.case-list ul li:hover .pic.bord {
	border-color: #007fc2;
}

.case-list ul li.full-li {
	width: 100%;
	height: 1px;
	float: left;
	margin: 0;
}

/************************
*** products detail *****
************************/
.product-wrap {
	height: auto;
	overflow: hidden;
	position: relative;
}

.product-row {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
}

.product-mag {
	width: 402px;
	float: left;
}

.product-right {
	width: 490px;
	float: right;
}

.product-title {
	color: #007fc2;
	background: #fff;
	font-size: 24px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.product-class {
	color: #666;
	font-size: 12px;
	line-height: 2;
	margin-top: 15px;
}

.product-intro {
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	overflow: hidden;
}

.product-class strong,
.product-intro strong {
	color: #c00;
}

.content-product {
	color: #444;
	font-size: 14px;
	line-height: 2.25;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}

.content-product img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/************************
*** big pictures ********
************************/
.preview {
	width: 302px;
	height: 320px;
	float: left;
}

/* smallImg */
.smallImg {
	position: relative;
	height: 52px;
	margin-top: 1px;
	padding: 6px 0;
	width: 302px;
	overflow: hidden;
	float: left;
}

.scrollbutton {
	width: 14px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
	background: url(/img/lt_01.png) no-repeat;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
	background: url(/img/rt_01.png) no-repeat;
	margin-left: 285px;
	margin-top: -50px;
}

#imageMenu {
	height: 50px;
	width: 270px;
	overflow: hidden;
	margin-left: 0;
	float: left;
}

#imageMenu li {
	height: 50px;
	width: 50px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 4px;
}

#imageMenu li img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
	width: 48px;
	height: 48px;
	border: 1px solid #e3e3e3;
}

/* bigImg */
.bigImg {
	position: relative;
	float: left;
	width: 300px;
	height: 256px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}

.bigImg #midimg {
	width: 300px;
	height: 256px;
}

.bigImg #winSelector {
	width: 100px;
	height: 85px;
}

#winSelector {
	position: absolute;
	cursor: crosshair;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000;
	border: 1px solid #fff;
}

/* bigView */
#bigView {
	position: absolute;
	border: 1px solid #e3e3e3;
	overflow: hidden;
	z-index: 999;
}

#bigView img {
	position: absolute;
}

/* product info end */

/************************
*** tabs changes ********
************************/
.tabBox {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.tabBox .tabNav {
	overflow: hidden;
	_zoom: 1;
	text-align: center;
}

.tabBox .tabNav li {
	padding: 0 30px;
	float: left;
	cursor: pointer;
	line-height: 50px;
	background: #eee;
	color: #000;
	font-size: 16px;
}

.tabBox .tabNav li.now {
	color: #fff;
	background: #007fc2;
}

.tabBox .tabCont {
	display: none;
	border: 1px solid #eee;
	padding: 20px;
}

/************************
*** form buttom *********
************************/
.txtf {
	width: 400px;
	border: 1px solid #ddd;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	color: #555
}

.txtf:focus {
	border: 1px solid #000;
}

.txtf_2 {
	width: 400px;
	border: 1px solid #ddd;
	line-height: 20px;
	color: #555;
	font-size: 12px;
}

.txtf_2:focus {
	border: 1px solid #000;
}

.ctus_btm {
	width: 90px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #000;
	outline: none 0;
	background: #000;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	font-family: 'Verdana';
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border-radius: 5px;
}

.ctus_btm:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

/**********************
******** form *********
**********************/
.msg-head {
	background-color: #eee;
	color: #c00;
	font-size: 14px;
	padding: 15px 25px;
	margin-top: 20px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.msg-wrap {
	position: relative;
	margin-top: 10px;
}

.form-group {
	margin: 15px 0;
}

.form-group label {
	display: inline-block;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	margin-right: 15px;
	width: 80px;
	text-align: right;
	float: left;
}

.form-group input[type=text] {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	padding: 0 10px;
	min-width: 400px;
	float: left;
	color: #555;
	font-size: 12px;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.form-group textarea {
	display: inline-block;
	padding: 5px 10px;
	color: #555;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #ddd;
	min-width: 400px;
	min-height: 80px;
	resize: none;
}

.form-group input[type=submit] {
	display: inline-block;
	margin-left: 96px;
	border: none;
	color: #fff;
	background-color: #eb3e00;
	padding: 8px 40px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/************************
*** photo-list ************
************************/
.photo-list {
	overflow: hidden;
	margin-top: 20px;
}

.photo-list ul {
	width: 972px;
}

.photo-list ul li {
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
}

.photo-list ul li img {
	display: block;
	border: 1px solid #ddd;
}

/** 一行四个 **/
.photo-list ul li.item4 {
	width: 222px;
	margin-right: 20px;
}

.photo-list ul li.item4 img {
	width: 220px;
	height: auto;
}

/** 一行三个 **/
.photo-list ul li.item3 {
	width: 302px;
	margin-right: 22px;
}

.photo-list ul li.item3 img {
	width: 300px;
	height: auto;
}

.photo-list ul li span {
	display: block;
	text-align: center;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.photo-list ul li a {
	color: #555;
}

.photo-list ul li a:hover {
	color: #c00;
}

.photo-list ul li.full-li {
	width: 100%;
	height: 1px;
	float: left;
}

/**********************
******** pages ********
**********************/
.page-number {
	margin-top: 15px;
	margin-bottom: 20px;
	/*border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;*/
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 0;
	font-family: Arial;
}

.page-number span {
	display: inline-block;
	font-size: 12px;
	margin: 3px;
	border: 1px solid #ddd;
	padding: 4px 8px;
	background-color: #f5f5f5;
	color: #666;
}

.page-number span a {
	display: inline-block;
	color: #666;
}

.page-number span a:hover {
	color: #007fc2;
}

.page-number span.on {
	color: #fff;
	background-color: #007fc2;
	border-color: #007fc2;
}

.page-number span.on a {
	color: #fff;
}



.shipinglst {
	overflow: hidden;
	margin-top: 25px;
}

.shipinglst ul {
	width: 975px;
}

.shipinglst ul li {
	width: 300px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}

.vdkjoeae {
	position: relative;
	height: auto;
	overflow: hidden;
}

.vdkjoeae img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.vdlaeoeee {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
}

/** download **/
.list-download {
	overflow: hidden;
	margin-top: 20px;
}

.list-download ul li {
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}

.dwn-title {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.dwn-title i {
	padding-right: 6px;
}

.down-dwn {
	font-size: 14px;
	margin-top: 5px;
}

.down-dwn a {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	background-color: #333;
	font-size: 12px;
}

/** kf **/
#kf_kefu {
	width: 45px;
	height: auto;
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.9);
}

.kf_middle {
	position: relative;
}

.kf_kflist {
	height: auto;
	position: relative;
}

.kf_kflist ul li {
	width: 45px;
	height: 45px;
	position: relative;
	border-bottom: 1px dotted #666;
}

.kf_kflist ul li:last-child {
	border-bottom: none;
}

.kf_kflist ul li a {
	display: block;
	width: 45px;
	height: 45px;
}

.kf_kflist ul li a:hover {
	background-color: #007fc2;
}

.kf_weixin_outer {
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 55px;
	z-index: 999;
	border: 1px solid #DDDDDD;
	display: none;
}

.kf_weixin_outer.onshow {
	display: block;
}

.kf_weixin_outer:before,
.kf_weixin_outer:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	border-width: 10px;
	border-style: solid;
	bottom: 15px;
}

.kf_weixin_outer:before {
	right: -20px;
	border-color: transparent transparent transparent #ddd;
}

.kf_weixin_outer:after {
	right: -19px;
	border-color: transparent transparent transparent white;
}

.kf_weixin_outer img {
	width: 100px;
	height: 100px;
}


/*在线客服部分*/
.contactusdiyou {
	position: fixed;
	right: -230px;
	bottom: 0px;
	_position: absolute;
	width: 230px;
	height: 100%;
	background: #0B7AC4;
	z-index: 99999999999;
	_margin-bottom: 0px;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
	width: 30px;
	height: 129px;
	padding-top: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -66px;
	left: -30px;
	font-size: 14px;
	color: #fff;
	background: #0B7AC4;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	-moz-box-shadow: -4px 4px 4px -4px #000;
	-webkit-box-shadow: -4px 4px 4px -4px #000;
	box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou .hoverbtn span {
	width: 30px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
	width: 13px;
	height: 9px;
	margin: 10px 0px 0px 10px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
}

.hoverimg2 {
	background: url(/kf/hoverbtnbg1.png) no-repeat;
}

.contactusdiyou .conter {
	width: 186px;
	height: auto;
	margin-left: 22px;
	position: absolute;
	top: 15%;
}

.contactusdiyou .conter .con1 {
	border-bottom: 1px solid #0B7AC4;
	padding-bottom: 22px;
}

.contactusdiyou .conter .con1 dl dt {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	top: 32px;
}

.contactusdiyou dl .f1 {
	width: 142px;
	height: 36px;
	line-height: 36px;
	float: right;
	font-size: 14px;
	_font-size: 14px;
	*font-size: 15px;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
}

.contactusdiyou dl .f2 {
	width: 142px;
	float: right;
	font-size: 12px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	float: right;
}

.contactusdiyou .conter .con1 dl dd .ph_num {
	font: 18px 'Microsoft yahei';
	*font-size: 16px;
	_font-size: 16px;
	color: #fff;
	height: 25px;
}

.contactusdiyou .qqcall {
	padding: 22px 0px;
	height: auto;
	border-bottom: 1px solid #0B7AC4;
}

.contactusdiyou .qqcall dl dt {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	top: 32px;
}

.kefuQQ {
	float: left;
	width: 80px;
	height: auto;
}

.kefuQQ a {
	background: url(../image/button-custom-qq.gif) no-repeat;
	width: 70px;
	height: 20px;
	margin-right: 0px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.kefuQQ a:hover {
	background: url(../image/button-custom-qq-h.gif) no-repeat;
}

.contactusdiyou .weixincall {
	float: right;
	padding: 22px 0;
	border-bottom: 1px solid #0B7AC4;
}

.contactusdiyou .weixincall dl dt {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	top: 32px;
}

.contactusdiyou .weixincall .f3 {
	float: right;
	width: 73px;
	height: auto;
	margin-right: 69px;
	display: inline;
}

.contactusdiyou .weixincall .f3 img {
	width: 120px;
	height: auto;
}

.contactusdiyou .dytimer {
	float: right;
	width: 160px;
	height: 40px;
	padding: 16px 0px 15px 0px;
	/* background: #007b77; */
	margin: 20px 0px 0px 0px;
}

.contactusdiyou .dytimer span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.contactusdiyou .dytimer span a {
	color: #fff;
}

.diyou {
	_position: absolute;
	_bottom: auto;
	_margin-bottom: 0px;
	z-index: 99999999999;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.diyoumask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(Opacity=30);
	background: #000;
	display: none;
}

.fn_cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*在线客服部分*/

/* kf4 **/
.side {
	position: fixed;
	width: 45px;
	right: 0;
	bottom: 10px;
	z-index: 9999;
}

.side ul li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	float: left;
	position: relative;
	background: #333;
	border-bottom: 1px solid #999;
}

.side ul li .sidebox {
	position: absolute;
	width: 45px;
	height: 45px;
	line-height: 45px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #333;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
}

.side ul li .sidetop {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	background: #333;
	transition: all 0.3s;
}

.side ul li img {
	float: left;
}

.side ul li .right_ewm_box {
	position: absolute;
	right: 60px;
	bottom: 0px;
	z-index: 9999999;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	width: 120px;
	text-align: center;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	display: none;
}

.side ul li:hover .right_ewm_box {
	display: block;
}

.side ul li .right_ewm_box:after {
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom: 15px;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-left-color: #bbb;
	left: 100%;
}

.side ul li .right_ewm_box img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.side ul li .right_ewm_box p {
	font-weight: normal;
	display: block;
	line-height: 20px;
}

/* end **/

/** kf5 **/
.float0831 {
	POSITION: absolute;
	TOP: 50px;
	RIGHT: 1px;
	_position: absolute;
	z-index: 9999;
}

.float0831 A {
	COLOR: #00a0e9
}

.float0831 A:hover {
	COLOR: #ff8100;
	TEXT-DECORATION: none
}

.float0831 .floatL {
	height: 200px;
	WIDTH: 28px;
	FLOAT: left
}

.float0831 .floatL A {
	TEXT-INDENT: -9999px;
	DISPLAY: block;
	FONT-SIZE: 0px
}

.float0831 .floatR {
	BACKGROUND: url(../image/float_bg.gif)
}

.float0831 .tp {
	BACKGROUND: url(../image/float_bg.gif)
}

.float0831 .cn2 {
	BACKGROUND: url(../image/float_bg.gif)
}

.float0831 .floatR {
	PADDING-BOTTOM: 15px;
	WIDTH: 130px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: -131px bottom;
	FLOAT: left;
	OVERFLOW: hidden
}

.float0831 .tp {
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 0% 0%;
	HEIGHT: 10px
}

.float0831 .cn2 {
	BACKGROUND-REPEAT: repeat-y;
	BACKGROUND-POSITION: -262px 0px
}

.float0831 .cn2 H3 {
	TEXT-INDENT: -9999px;
	HEIGHT: 36px;
	FONT-SIZE: 0px
}

.float0831 .cn2 UL {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 14px;
	PADDING-RIGHT: 12px;
	PADDING-TOP: 0px;
	padding-bottom: 10px;
	min-height: 120px;
}

.float0831 .cn2 UL LI {
	BORDER-BOTTOM: #e6e5e4 1px solid;
	LINE-HEIGHT: 30px;
	WORD-WRAP: break-word;
	HEIGHT: 30px;
	OVERFLOW: hidden;
	WORD-BREAK: normal
}

.float0831 .titZx {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .titDh {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .titDc {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .icoZx {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .icoFf {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .icoTl {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .btnOpen {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .btnOpen_n {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .btnCtn {
	BACKGROUND: url(../image/float_s_en.gif) no-repeat
}

.float0831 .titZx {
	BACKGROUND-POSITION: 5px -10px
}

.float0831 .titDh {
	BACKGROUND-POSITION: 5px -66px
}

.float0831 .titDc {
	BACKGROUND-POSITION: 5px -124px
}

.float0831 .icoZx {
	BACKGROUND-POSITION: 2px -154px
}

.float0831 .icoFf {
	BACKGROUND-POSITION: 2px -213px
}

.float0831 .icoTl {
	PADDING-LEFT: 20px;
	DISPLAY: block;
	FONT-FAMILY: "宋体";
	BACKGROUND-POSITION: 2px -266px;
	FLOAT: left
}

.float0831 .btnOpen {
	BACKGROUND-POSITION: -30px -396px
}

.float0831 .btnOpen_n {
	BACKGROUND-POSITION: 0px -530px
}

.float0831 .btnCtn {
	BACKGROUND-POSITION: 0px -396px
}

.float0831 .icoZx {
	PADDING-LEFT: 28px;
	DISPLAY: block;
	FLOAT: left
}

.float0831 .icoTc {
	margin-top: 5px;
	PADDING-LEFT: 10px;
	DISPLAY: block;
	FLOAT: left
}

.float0831 .icoFf {
	PADDING-LEFT: 28px;
	DISPLAY: block;
	FLOAT: left
}

.float0831 .btnOpen {
	POSITION: relative;
	WIDTH: 28px;
	HEIGHT: 118px;
	TOP: 80px;
	LEFT: 2px
}

.float0831 .btnOpen_n {
	POSITION: relative;
	WIDTH: 28px;
	HEIGHT: 118px;
	TOP: 80px;
	LEFT: 2px
}

.float0831 .btnCtn {
	POSITION: relative;
	WIDTH: 28px;
	HEIGHT: 118px;
	TOP: 80px;
	LEFT: 2px
}

.float0831 .btnOpen {
	TOP: 28px;
	LEFT: 1px
}

.float0831 .btnOpen_n {
	TOP: 28px;
	LEFT: 1px
}

.float0831 .btnCtn {
	TOP: 28px;
	LEFT: 2px
}

.float0831 UL LI H3.titDc A {
	WIDTH: 80px;
	DISPLAY: block;
	HEIGHT: 36px
}

.float0831 UL LI.top {
	BORDER-BOTTOM: #ace5f9 1px solid
}

.float0831 UL LI.bot {
	BORDER-BOTTOM-STYLE: none
}

.float0831 UL.webZx {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 164px;
	PADDING-RIGHT: 0px;
	BACKGROUND: url(/kf/webZx_bg.jpg) no-repeat;
	HEIGHT: 65px;
	PADDING-TOP: 0px
}

.float0831 UL LI.webZx-in {
	BORDER-BOTTOM-STYLE: none;
	PADDING-LEFT: 5px;
	HEIGHT: 50px;
	PADDING-TOP: 8px
}

/** end **/

.partner-list {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.partner-list ul {
	width: 9356px;
}

.partner-list ul li {
	width: 177px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.partner-list ul li.full-li {
	width: 100%;
	margin-right: 0;
}

.partner-list ul li .pic {
	height: auto;
	border: 1px solid #ddd;
	overflow: hidden;
}

.partner-list ul li .pic img {
	display: block;
	height: 100px;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.partner-list ul li span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}

.yanzhm {
	height: auto;
	overflow: hidden;
	float: left;
}

.yanzhm input.yzm {
	width: 80px;
	min-width: 80px;
	float: left;
}

#v_container {
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
}

.in-product-sort-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}

.in-product-sort-list li {
	width: 33.333333%;
	padding: 10px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.in-product-sort-list li .wrap {
	width: 100%;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
}

.in-product-sort-list li .pic {
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

.in-product-sort-list li .txt {
	padding: 20px 19px;
}

.in-product-sort-list li .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	height: auto;
	margin-bottom: 5px;
}

.in-product-sort-list li .brief {
	height: auto;
	overflow: hidden;
}

.in-product-sort-list li .brief p {
	line-height: 28px;
	position: relative;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
}

.in-product-sort-list li .brief p::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #007fc2;
	position: absolute;
	left: 0;
	top: 10px;
}

.in-prosort-box {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.in-prosort-box .pic {
	width: 302px;
	border: 1px solid #ccc;
	float: left;
}

.in-prosort-box .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.in-prosort-box .txt {
	width: 850px;
	height: auto;
	overflow: hidden;
	float: right;
}

.in-prosort-box .sortname {
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.in-prosort-box .sortbrief {
	height: auto;
	overflow: hidden;
	font-size: 16px;
}

.in-prosort-box .sortbrief p {
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 30px;
	padding-left: 20px;
}

.in-prosort-box .sortbrief p::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #007fc2;
	position: absolute;
	left: 0;
	top: 11px;
}

.in-protype {
	height: auto;
	overflow: hidden;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.pro-table-wrap {
	height: auto;
	overflow: hidden;
}

.pro-row {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
	/* border-right: 1px solid #ccc; */
}

.pro-row.table-head {
	background-color: #007fc2 !important;
	color: #fff;
	border-color: #007fc2;
}

.pro-row .item {
	padding: 8px 5px;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 2;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	flex: 1;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-row.table-head .item {
	border-bottom-color: #007fc2;
}

.pro-row.table-head .item:last-child {
	border-right-color: #007fc2;
}

.item-tu {
	/* width: 150px; */
}

.item-tu img {
	max-width: 100%;
	height: auto;
	max-height: 70px;
}

.pro-row .item.item-pdf {
	flex: 0 0 auto;
	width: 100px;
}

.pro-row .item.item-tu {
	flex: 0 0 auto;
	width: 150px;
}

.pro-row:hover {
	background-color: #eee;
}

.in-flex-caseidx {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 25px;
}

.in-flex-caseidx .item {
	margin: 0;
	width: 33.333333%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.in-flex-caseidx .wrap {
	height: auto;
	overflow: hidden;
}

.in-flex-caseidx .pic {
	height: auto;
	overflow: hidden;
}

.in-flex-caseidx .pic img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.cs-sortpic {
	height: auto;
	overflow: hidden;
}

.cs-sortpic a {
	display: block;
}

.cs-sortpic .cs-sortname {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	font-size: 24px;
	margin-bottom: 10px;
}

.cs-list-list {
	height: auto;
	overflow: hidden;
	display: none;
}

.cs-list-list li {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}

.cs-list-list li::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #007fc2;
	position: absolute;
	left: 0;
	top: 13px;
}

.dtl-csname {
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	text-align: center;
	font-size: 48px;
}

.dtl-cscontent {
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}

.dtl-cscontent img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.dtl-csbiao {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	padding-left: 15px;
	font-size: 24px;
	border-left: 5px solid #007fc2;
}

.inner-list-case {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 25px;
}

.inner-list-case li {
	margin: 0;
	width: 33.333333%;
	padding: 15px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.inner-list-case li .wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inner-list-case li .pic {
	height: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	transition: 0.5s;
}

.inner-list-case li .title {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}

.inner-list-case li .wrap:hover .pic {
	border-color: #007fc2;
}

.myphoto {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.myphoto ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}

.myphoto ul li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.myphoto ul li .wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.myphoto ul li a {
	display: block;
}

.myphoto ul li .pic {
	height: auto;
	overflow: hidden;
}

.myphoto ul li .pic img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.myphoto ul li .title {
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	text-align: center;
	background-color: #f3f3f3;
}

.insort-list-product {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 30px;
}

.insort-list-product a {
	display: inline-block;
	margin-top: 5px;
	margin-right: 15px;
	padding: 0 15px;
	line-height: 42px;
}

.insort-list-product a.active {
	color: #fff;
	background-color: #007fc2;
}

.insort-two-product {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-top: 25px;
}

.insort-two-product a {
	display: inline-block;
	margin-top: 5px;
	margin-right: 15px;
	padding: 0 15px;
	line-height: 42px;
}

.insort-two-product a.active {
	color: #fff;
	background-color: #007fc2;
}

#w_head {
	display: none;
}

.demo-dropdown-base {
	margin-top: 20px;
	margin-left: 15px;
	display: none !important;
	background-color: #076aae !important;
}

.wap_pro {
	display: none;
}

@media (max-width:1200px) {
	.full-top {
		display: none;
	}

	.header {
		display: none;
	}

	.section-product {
		min-width: 100%;
	}

	.container {
		width: 100%;
	}

	.section-about {
		min-width: 100%;
	}

	.footer {
		min-width: 100%;
	}

	.full-copyright {
		min-width: 100%;
	}

	.index-about-pic {
		width: 100%;
	}

	.index-about-right {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	.shuzhi-list li {
		width: 50%;
	}

	.shuzhi-list li .num span {
		font-size: 35px;
	}

	.shuzhi-list li .num {
		font-size: 20px;
	}

	.shuzhi-list {
		margin-top: 20px;
	}

	.nav-foot {
		width: 50%;
		max-width: 100%;
		padding-bottom: 25px;
	}

	.foot-flex {
		display: block;
		padding: 15px;
	}

	.foot-social {
		display: none;
	}

	.copyright {
		padding-left: 20px;
	}

	.inbanner {
		min-width: 100%;
		height: 200px;
	}

	.section-inner {
		min-width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	.side {
		display: none;
	}

	.demo-dropdown-base {
		display: block !important;
	}

	.in-flex-caseidx .item {
		width: 50%;
	}

	.list-news ul li .news-pic {
		display: none;
	}

	.list-news ul li .news-right {
		width: 100%;
		margin-left: 0;
	}

	.in-product-sort-list li {
		width: 50%;
	}

	.pro-table-wrap {
		display: none;
	}

	.myphoto ul li {
		width: 50%;
	}

	.insort-list-product {
		display: none;
	}

	.insort-two-product {
		display: none;
	}

	.wap_pro {
		display: block;
	}

	#w_head {
		width: 100%;
		height: 50px;
		background: #fff;
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	#w_head .logo {
		float: left;
		margin-left: 2%;
	}

	#w_head .logo img {
		height: 30px;
		margin-top: 10px;
	}

	#w_head .menu {
		float: right;
		margin-right: 2%;
		border: 0 !important;
	}

	#w_head .menu img {
		height: 35px;
		margin-top: 7px;
	}

	#w_menu {
		width: 40%;
		right: 0;
		background: #076aae;
		position: absolute;
		top: 50px;
		border-left: 1px solid #fff;
		display: none;
	}

	#w_menu li {
		width: 100%;
		height: 35px;
		border-bottom: 1px solid #fff;
		line-height: 35px;
		text-align: center;
	}

	#w_menu li a {
		color: #fff;
		font-size: 14px;
	}

	.swiper-container.swiper-banner {
		height: 300px !important;
	}
}