
/*----------------------------------------------------------------
    General Rules
----------------------------------------------------------------*/

::selection {
	background: #FD685B;
	color: #fff;
}

::-moz-selection {
	background: #FD685B;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #b3b3b3;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #b3b3b3;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #b3b3b3;
}

:-ms-input-placeholder {
	color: #b3b3b3;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	/* font-size: 16px; */;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 100%; /* font-size: 16px; */
	font-family: 'Microsoft Yahei', sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.34;
	text-rendering: auto; /* Android browser */
}

li {
	list-style: none;
}

a {
	color: #222;
	text-decoration: none;
}

.csstransitions a {
	-webkit-transition: background-color 0.1s linear, color 0.1s linear;
	-moz-transition: background-color 0.1s linear, color 0.1s linear;
	transition: background-color 0.1s linear, color 0.1s linear;
}

input[type=""],
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
textarea.plain {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
	border: 2px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0.333em;
	-moz-border-radius: 0.333em;
	border-radius: 0.333em;
	color: #333;
}

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

	textarea:not([type="button"]):hover,
	input:not([type="button"]):hover {
		border-color: #cad1d9 !important;
	}

	textarea:not([type="button"]):focus,
	textarea:not([type="button"]):active,
	input:not([type="button"]):focus,
	input:not([type="button"]):active {
		border-color: #88d3ff !important;
	}

img {
	display: block;
}

.centertxt {
	text-align: center;
}

#main {
	position: relative;
	z-index: 10;
	overflow: hidden;
	background-color: #fbfbfb;
}

section {
	overflow-x: hidden;
}

.last-special {
	margin-right: 0% !important;
}

/*----------------------------------------------------------------
    Perfect Fourth (http://type-scale.com)
----------------------------------------------------------------*/

h1 {
	font-size: 2.369em;
}

h2 {
	font-size: 1.777em;
}

h3 {
	font-size: 1.333em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.75em;
}

h6 {
	font-size: 0.563em;
}

.row-content.buffer,
.row-content.buffer-top {
	padding-top: 3.8%;
	/* This overwrites a layers.css rule */;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/*----------------------------------------------------------------
    Loaders
----------------------------------------------------------------*/

.landing {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 100%;
}

.loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 6.250em;
	height: 6.250em;
	-webkit-animation: rotate 2.4s linear infinite;
	-moz-animation: rotate 2.4s linear infinite;
	animation: rotate 2.4s linear infinite;
}

.spinner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	width: 5em;
	height: 2em;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

	.spinner > div {
		display: inline-block;
		width: 1em;
		height: 1em;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		background-color: #fff;
		-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
		animation: bouncedelay 1.4s infinite ease-in-out;
		/* Prevent first frame from flickering when animation starts */
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

.landing-slider .spinner > div {
	background-color: rgba(255,255,255,0.5);
}

.landing-els .spinner > div {
	background-color: rgba(0,0,0,0.2);
}

.spinner .bounce1 {
	margin-right: 0.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	margin-right: 0.5em;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0);
	}

	40% {
		-webkit-transform: scale(1.0);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0);
		transform: scale(0.0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/*----------------------------------------------------------------
    Header menu
----------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 0.5rem 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.97);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	display: block;
}

.row {
	margin: 0;
	padding: 0;
}

.row-content {
	margin: 0 auto;
	/*max-width: 70em;*/
	max-width: 80em;
}

.reset {
	margin: 0;
}

a:hover {
	text-decoration: none;
}

nav ul {
	margin: 0;
	padding: 0;
}

.no-parallax header {
	z-index: 9998 !important;
	background-color: rgba(21,86, 170, 0.97) !important;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;
}

.no-parallax #intro {
	position: relative !important;
}

.no-parallax header.transparent.light #brand a,
.no-parallax header.transparent.light nav > ul > li > a {
	color: #fff !important;
}

header.transition {
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

header.transparent {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

	header.transparent.light #brand a,
	header.transparent.light nav > ul > li > a,
	.caption {
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	}

header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(21,86, 170, 0.97);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

#brand {
	float: left;
	clear: none;
}

	#brand a,
	nav a {
		text-decoration: none;
	}

	#brand h1 {
		font-size: 1.556em;
		line-height: 3rem;
	}

nav {
	position: relative;
	display: inline-block;
	float: right;
	clear: none;
	margin-top: 1.9rem;
}

	#brand a,
	nav a {
		color: #333;
	}

		#brand a img#default-logo,
		#brand a img#retina-logo {
			float: left;
			margin-top: 0.286em;
			margin-right: 0.5em;
			height: 1.143em;
		}

		#brand a img#retina-logo {
			display: none;
		}

		#brand a .brandimg1 {
			display: block;
		}

		#brand a .brandimg2 {
			display: none;
		}

header.fixed-header.transparent.light #brand a .brandimg1 {
	display: none;
}

header.fixed-header.transparent.light #brand a .brandimg2 {
	display: block;
}
/*#brand a .mcspan{
	float:left;
}
#brand a .mcp1{
	font-size:1.3rem;
	margin:0;
	text-align:left;
}
#brand a .mcp2{
	font-size:0.8rem;
	margin:0;
	line-height:0.3rem;
}*/
/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

	#brand a img#retina-logo {
		display: block;
	}

	#brand a img#default-logo {
		display: none;
	}
}

header.transparent.light #brand a,
header.transparent.light nav > ul > li > a {
	color: #fff;
}

header.fixed-header.transparent.light #brand a,
header.fixed-header.transparent.light nav > ul > li > a {
	/*color: #333;*/
	color: #fff;
	text-shadow: none;
}

header.fixed-header.transparent.light nav > ul > li:hover > a {
	/* border-bottom: 2px solid #333;*/
	border: none;
}

nav > ul,
nav > ul > li {
	float: left;
	clear: none;
}

	nav > ul > li {
		padding: 0 1.5em;
		/*text-transform: uppercase;*/
		font-weight: normal;
		font-size: 1.2rem;
		cursor: pointer;
	}

		nav > ul > li:hover {
			/*	background:url(../images/menudown.png) no-repeat center bottom;*/
		}

		nav > ul > li:last-child {
			padding: 0 0.5em 0 0.5em;
		}

		nav > ul > li > a {
			/*line-height:3rem;*/
			text-decoration: none;
		}

			nav > ul > li > a p {
				padding: 0;
				margin: 0;
				font-size: 0.7rem;
				text-align: center;
			}

		nav > ul > li:hover > a {
			border-bottom: 2px solid #333;
			text-decoration: none;
		}

.menuyq {
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	margin-top: 0.3rem;
}

nav > ul > li.menuyq:hover {
	background: none;
	color: red;
}

nav > ul > li.menuyq a {
	line-height: 2rem;
}

header.transparent.light nav > ul > li:hover > a {
	/* border-bottom: 2px solid #fff;*/
	border: none;
	color: #fff;
	text-decoration: none;
}

nav li {
	position: relative;
	white-space: nowrap;
}

nav > ul li:hover > ul.sub-menu {
	display: block;
	/* show the submenu */
	width: 180%;
}

nav .sub-arrow {
	padding-left: 0.500em;
	vertical-align: middle;
	font-size: 0.714em;
}

nav ul.sub-menu {
	position: absolute;
	left: -37px;
	z-index: 9999;
	/* level 2 */
	display: none;
	margin-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

	nav ul.sub-menu ul.sub-menu {
		top: 0px;
		left: 100%;
		/* level 3+ */
		margin-top: -0.063rem;
		padding-top: 0;
	}

	nav ul.sub-menu > li > a {
		display: block;
		padding: 0.5rem 0;
		width: 100%;
		text-align: center;
		background-color: #F6F6F6;
		font-size: 0.9rem;
	}

		nav ul.sub-menu > li > a:hover {
			background-color: #1556aa;
			color: #fff;
		}

	nav ul.sub-menu > li:first-child > a {
		/*  border-radius: 2px 2px 0 0;*/
	}

	nav ul.sub-menu > li:last-child > a {
		/*   border-radius: 0 0 2px 2px;*/
	}

#menu-toggle {
	display: none;
	color: #CCC;
	text-decoration: none;
}

	#menu-toggle i {
		line-height: 2;
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}

		#menu-toggle i.active {
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}

	#menu-toggle:hover {
		color: #FD685B;
	}

/*video start*/
.video-banner {
	text-align: center;
}

@media screen and (min-width:1920px) {
	.video-banner {
		height: 960px;
		overflow: hidden;
		position: relative;
		background-color: #000;
	}
}
/*1920px end*/
@media screen and (min-width:1366px) and (max-width:1919px) {
	.footcon {
		width: 90% !important;
	}

	.video-banner {
		height: 650px;
		overflow: hidden;
		position: relative;
		background-color: #000;
	}
}
/*1366px end*/
@media screen and (max-width:1365px) {
	.video-banner {
		/*height:515px;*/
		height: 768px;
		overflow: hidden;
		position: relative;
		background-color: #000;
	}

	.cndns-banner-con {
		position: relative;
		text-align: center;
		/*margin-top: 0 !important;*/
		margin-top: 12rem !important;
	}
}
/*1024px end*/
.video-banner #myVideo {
	position: absolute;
	left: 0;
	/*top:-230px;*/
	top: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*  更多  */
.more-cn {
	font-size: 18px;
}

.more-en {
	font-size: 16px;
}

.titlea {
	color: #333;
	margin-bottom: 45px;
	display: block;
}

	.titlea:hover {
		color: #ff690b;
	}
/*video 底部设置*/
.cndns-banner-con {
	position: relative;
	text-align: center;
	margin-top: 15%;
}

	.cndns-banner-con h4.cndns-tit {
		color: #e8e8e8
	}

	.cndns-banner-con ul {
		display: inline-block;
	}

	.cndns-banner-con li {
		float: left;
		width: 238px;
		padding: 15px 0;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		clear: none;
		list-style: none;
	}

		.cndns-banner-con li a {
			display: block;
			text-decoration: none;
		}

		.cndns-banner-con li .li-img {
			width: 238px;
			height: 62px;
			vertical-align: middle;
			text-align: center;
			display: table-cell;
		}

			.cndns-banner-con li .li-img img {
				display: inline-block;
			}

		.cndns-banner-con li .li-tex {
			text-align: center;
			padding-top: 20px
		}


			.cndns-banner-con li .li-tex p {
				color: #fff;
				font-size: 20px;
				font-weight: normal;
				padding-bottom: 5px;
			}

.mouse {
	margin: 0 auto;
	display: inline-block;
	cursor: pointer;
	margin-top: 11rem;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
/*video end*/
#main {
	position: relative;
	z-index: 10;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

	#main .main-aboutus {
		display: block;
		margin: 0 auto;
		padding-bottom: 8rem;
		padding-top: 8.5rem;
		background: url(../images/aboutbg.jpg) repeat center bottom;
	}

.main-aboutwidth {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}

.about-ileft {
	float: left;
	width: 56%;
}

.about-iright {
	width: 42%;
	float: right;
	margin-top: 0.5rem;
}

	.about-iright img {
		width: 100%;
		/*	height:28.125rem;*/
		height: auto;
	}

.main-aboutus p {
	margin: 0;
	padding: 0;
}

.about-ileft-span {
	width: 0.32rem;
	height: 3rem;
	display: block;
	float: left;
	background: #1556aa;
	margin-top: 0.5rem;
}

.about-ileft-title .about-ileft-pcon {
	float: left;
	margin-left: 1rem;
}

.about-ileft-p1 {
	color: #202020;
	font-size: 1.4rem;
	text-align: left;
}

.about-ileft-p2 {
	color: #686868;
	font-size: 0.8rem;
	padding-top: 0;
}

.about-ileft-word {
	font-size: 1rem;
	color: #202020;
	line-height: 2.4rem;
	text-align: justify;
	/*text-indent: 2rem;*/
}

@media screen and (max-width:1445px) and (min-width:1366px) {
	.about-ileft-word {
		font-size: 0.9rem;
		color: #202020;
		line-height: 1.5rem;
		text-align: justify;
		text-indent: 2rem;
	}

	.main-contact form td input, textarea {
		margin-bottom: 1rem !important;
	}
}

@media screen and (max-width:1366px) {
	.about-ileft-word {
		font-size: 0.9rem;
		color: #202020;
		line-height: 1.4rem;
		text-align: justfy;
		text-indent: 2rem;
	}

	.detaila {
		padding: 0.2rem 2rem;
	}

	.main-contact form td input, textarea {
		margin-bottom: 1rem !important;
	}
}

.about-ileft-word .detaila {
	color: #fff;
	padding: 1rem 2rem;
	background: #1556aa;
	margin: 1rem 0 0 0;
	text-align: center;
	font-size: 0.9rem;
}

/*公司产品start*/
.main-product {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 5rem 0
}

	.main-product .main-pro-left {
		width: 58%;
		height: auto;
		float: left;
	}

		.main-product .main-pro-left img {
			width: 100%;
			/*	height:37rem;*/
		}

	.main-product .main-pro-right {
		width: 42%;
		height: auto;
		float: right;
	}

		.main-product .main-pro-right .a1 img {
			width: 100%;
			/*	height:18.5rem;*/
		}

		.main-product .main-pro-right .a2 img {
			width: 100%;
			/*	height:18.5rem;*/
		}
/*公司产品start*/
.tooltip-inner {
	padding: 1rem;
	background-color: #fff;
	max-width: 26.5rem !important;
	min-width: 20rem;
	background: url('../images/tmbg.png') repeat center top;
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.8rem;
	text-align: left;
	border-radius: 0;
}

.tooltip.left .tooltip-arrow {
	top: 40%;
	right: -0.7rem;
	margin-top: -1rem;
	border-width: 1rem 0 1rem 1rem;
	border-left-color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.tooltip.right .tooltip-arrow {
	top: 40%;
	left: -0.7rem;
	margin-top: -1rem;
	border-width: 1rem 1rem 1rem 0;
	border-right-color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}


/*兼容*/
/*资讯中心start*/
.main-news {
	background: url('../images/newsbg.jpg') center top repeat;
	padding-bottom: 4rem;
}

	.main-news p {
		margin: 0;
		padding: 0;
	}

.main-news-p1 {
	font-size: 2rem;
	color: #000;
	text-align: center;
	padding-top: 2rem !important;
}

.main-news-p2 {
	text-align: center;
}

	.main-news-p2 img {
		display: inline-block;
		margin: 0 auto;
	}

.main-news-p3 {
	font-size: 1rem;
	color: #000;
	text-align: center;
}

.main-news-tit {
	width: 66%;
	background: url('../images/xian.jpg') left center repeat-x;
	float: right;
	margin-right: 2%;
}

.main-news-titright {
	float: left;
	margin-right: 0;
	margin-left: 2%;
}

.main-news-tit .news-tit-fang {
	background: url('../images/newsbg.jpg') center top repeat;
	padding: 0.8rem 1.5rem;
	color: #1556aa;
	font-size: 1.5rem;
	border: 1px solid #c2c2c2;
	display: block;
	width: 50%;
	margin: 0 auto;
	text-decoration: none;
}

.main-news-list {
	width: 66%;
	float: right;
	margin-right: 2%;
}

.main-news-listright {
	width: 66%;
	float: left;
	margin-right: 0;
	margin-left: 2%;
}

.main-news-list .main-news-tj a {
	padding-top: 2rem;
	color: #000;
	display: block;
}

	.main-news-list .main-news-tj a:hover {
		text-decoration: none;
	}

.main-news-list .main-news-tj .tj-img {
	width: 45%;
	padding: 0.4rem;
	border: 1px solid #c2c2c2;
	max-height: 13rem;
	float: left;
	background: #fff;
	text-align: center;
}

.main-news-list .main-news-tj .tj-imgright {
	float: right;
}

.main-news-list .main-news-tj .tj-img img {
	max-width: 100%;
	max-height: 11.2rem;
	margin: 0 auto;
}

.main-news-list .main-news-tj .tj-content {
	width: 50%;
	float: right;
}

.main-news-list .main-news-tj .tj-contentright {
	float: left;
}

.tj-content p {
	padding: 0;
	margin: 0;
	text-align: left;
}

.tj-content-1 {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}

.tj-content-2 {
	font-size: 0.875rem;
	color: #848484;
}

.tj-content-3 {
	font-size: 0.875rem;
	color: #848484
}

.main-news-list ul {
	padding: 0;
	margin: 0;
	margin-top: 1.5rem;
}

.main-news-list li a {
	color: #000;
	font-size: 0.875rem;
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px dashed #c2c2c2;
	text-align: left;
	display: block;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
}

.main-news-list li:hover a {
	color: #1556aa;
}

.main-news-list li a {
	text-align: left;
}

.main-news-list li .span-tit {
	display: block;
	float: left;
}

.main-news-list li .span-date {
	float: right;
	display: block;
}
/*资讯中心end*/
/*联系我们start*/
.main-contact {
	width: 100%;
	background: #fff;
	;
	display: block;
	max-height: 57.83rem;
	padding-bottom: 2rem;
}

	.main-contact .main-contact-left {
		background: #fff;
		width: 28%;
		float: left;
		margin-left: 11%;
	}

.main-contact-left .contact-left-con {
	width: 90%;
	margin: 0 auto;
}

.main-contact-left p {
	text-align: center;
	color: #202020;
}

.main-contact-left .xia {
	text-align: left;
	font-size: 0.875rem;
}

.contact-left-dianhua {
	padding-left: 1.8rem;
	background: url('../images/ico.jpg') no-repeat left -2%;
}

.contact-left-chuanzhen {
	padding-left: 1.8rem;
	background: url('../images/ico.jpg') no-repeat left 18%;
}

.contact-left-qq {
	padding-left: 1.8rem;
	background: url('../images/ico.jpg') no-repeat left 38%;
}

.contact-left-youxiang {
	padding-left: 1.8rem;
	background: url('../images/ico.jpg') no-repeat left 58%;
}

.contact-left-wangzhi {
	padding-left: 1.8rem;
	background: url('../images/ico.jpg') no-repeat left 78%;
}

.contact-left-address {
	padding-left: 1.8rem;
	background: url('../images/ico.jpg') no-repeat left 98%;
}

.main-contact-title {
	padding-bottom: 4rem;
}

.contact-left-tit {
	padding-top: 4.8rem;
}

.contact-left-tit, .contact-left-titen {
	font-size: 1.5rem;
}

.contact-left-img img {
	margin: 0 auto;
	display: block;
}

.main-contact .main-contact-right {
	background: #fff;
	width: 47%;
	float: right;
	margin-right: 10%;
}

.main-contact form td input, textarea {
	background: #faf7fa;
	border: 1px solid #efecf0;
	border-radius: 0;
	padding: 0.2rem;
	font-size: 0.8rem;
	margin-bottom: 7px;
	margin-top: 19px;
}

.main-contact form th {
	color: #686868;
	font-weight: normal;
}

.main-contact form td input[type=button] {
	float: left;
	background: #1556aa;
	color: #fff;
	padding: 0.2rem 0.5rem;
}

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

	.main-contact form td input[type=submit] {
		padding: 0.4rem 0.5rem !important;
	}
}
/*联系我们end*/
/*荣誉证书start*/
.main-cert-p1 {
	font-size: 2rem;
	color: #000;
	text-align: center;
	padding-top: 3rem !important;
}

.main-cert-p2 {
	text-align: center;
}

	.main-cert-p2 img {
		display: inline-block;
		margin: 0 auto;
	}

.main-cert-p3 {
	font-size: 1rem;
	color: #000;
	text-align: center;
}

.cert-con {
	text-align: center;
	padding-bottom: 2rem;
}

	.cert-con ul {
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		width: 90%;
	}

		.cert-con ul li {
			width: 16%;
			float: left;
			margin-right: 0.6%;
			margin-top: 1rem;
			margin-bottom: 1rem;
			height: 9.315rem;
			overflow: hidden;
			text-align: left;
		}

			.cert-con ul li img {
				width: 90%;
				height: 9.315rem;
			}
/*荣誉证书end*/
/*----------------------------------------------------------------
    Footer
----------------------------------------------------------------*/

footer {
	position: relative;
	z-index: 10;
	background: #1556aa;
	color: #fff;
}

.footcon {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 1rem 0;
}

.footerimg {
	text-align: center;
}

	.footerimg img {
		padding: 4rem 0;
		margin: 0 auto;
	}

footer a {
	color: #fff;
	text-decoration: none;
}

	footer a:hover {
		color: red;
	}

.footcon .foota {
	display: block;
	margin-top: 1.2rem;
	text-align: left;
}

.footcon .yqul {
	padding-top: 1rem;
	padding-left: 0;
}

	.footcon .yqul li {
		float: left;
		margin-right: 0.8rem;
		text-align: center;
	}

.footcon .keyword {
	padding: 0 0.4rem;
	display: block;
	float: left;
	margin-top: 0.5rem;
	margin-right: 0;
}

.footcon .yqlink {
	text-align: left;
}
/**footer end **/
/**内页关于我我们 start **/
.aboutpage {
	text-align: center;
	background: #fff;
}

.nybanner {
	margin-top: 6.25rem;
}

.aboutcon {
	width: 64%;
	margin: 0 auto;
	display: block;
}

.position {
	margin-top: 1rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: left;
	color: #7f7f7f;
	font-size: 0.8rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2rem;
}

	.position a {
		color: #7f7f7f;
		font-size: 0.8rem;
		text-decoration: none;
	}

.lm {
	float: left;
	width: 25%;
	margin-bottom: 2rem;
}

	.lm .bigp {
		font-size: 1.3rem;
		text-align: center;
		color: #fff;
		background: #1556aa;
		padding: 0.6rem 0;
	}

.lmul {
	padding: 0;
	margin: 0;
}

	.lmul li {
		width: 100%;
		margin: 0.2rem 0;
	}

		.lmul li a {
			color: #202020;
			padding: 0.7rem 0;
			display: block;
			font-size: 1.1rem;
			background: #e5e5e5;
			text-align: center;
		}

		.lmul li.current {
			background: #9dcdeb;
			color: #202020;
		}

			.lmul li.current a {
				background: #9dcdeb;
				color: #202020;
			}

		.lmul li ul.navContent {
			margin: 0 auto;
			padding: 0;
			width: 75%;
			display: none;
		}

			.lmul li ul.navContent li {
				width: 100%;
				/*	border-bottom:none;
	border-top:1px solid #cdcdcd
	*/
				border: none;
			}

				.lmul li ul.navContent li a {
					color: #7a6736;
					padding: 0.4rem 0;
					display: block;
					font-size: 1.3rem;
				}

				.lmul li ul.navContent li.current a {
					color: #fff;
				}

.about-lmtit {
	padding: 0.3rem 0;
	border-bottom: 2px solid #e5e5e5;
	color: #000;
	font-size: 1.3rem;
	margin-bottom: 1rem
}

.content {
	width: 73%;
	float: right;
	padding: 0 2% 3% 2%;
	background: #fff;
	font-size: 1rem;
	color: #333;
	text-align: justify;
	margin-bottom: 2rem;
}

	.content img {
		max-width: 100% !important;
		height: auto !important;
		float: none !important;
	}

#lContent p {
	text-align: justify !important;
}
/**内页关于我我们 end **/
/**内页新闻中心 start **/
.newul {
	padding: 0;
	margin: 0;
}

.newsul li {
	border-bottom: 1px dashed #ccc;
}

	.newsul li a img {
		width: 20%;
		float: left;
		height: 11rem;
		float: left !important;
	}

	.newsul li a .new-right {
		float: right;
		width: 75%;
	}

	.newsul li a {
		color: #333;
		padding: 0.6rem 0;
		display: block;
	}

	.newsul li .span1 {
		display: block;
		color: #2e2e2e;
		font-size: 1rem;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis
	}

	.newsul li .span2 {
		display: block;
		color: #6c6c6c;
		font-size: 0.8rem;
	}

	.newsul li .span3 {
		display: block;
		font-size: 0.9rem;
		color: #474747;
		line-height: 1.5rem;
	}

.newsconp {
	text-align: center;
	font-size: 1.4rem;
}

.aboutcon .content img {
	max-width: 100% !important;
	height: auto !important;
	float: left;
	margin: 0 auto;
	float: left !important;
}

.pagination > ul > li:hover {
	background: none;
}

.pagination > ul > li a.current {
	color: #e0251e;
}
/**内新闻中心 end **/
/**公司文化 start **/
.gswhul {
	padding: 0;
	margin: 0;
}

	.gswhul li {
		width: 32%;
		margin-right: 1%;
		float: left;
		height: 15rem;
	}

		.gswhul li div {
			text-align: center;
		}

.aboutcon .content .gswhul li img {
	width: 100% !important;
	height: 10rem !important;
}

.gswhul li a {
	color: #333;
}
/**内公司文化 end **/
@media screen and (max-width:1919px) {
	.lm .bigp {
		font-size: 1.7rem;
	}
}

@media screen and (max-width:1366px) {
	.lm .bigp {
		font-size: 1.7rem;
	}

	.mouse {
		/*padding-top: 10rem;*/
		padding-top: 0;
		margin-top: 4rem !important;
	}

	.honor-tree .honor-tree-big {
		margin: 0 auto;
		width: 55%;
		height: 42rem;
		background: url("../images/shu.jpg") no-repeat center bottom;
		display: block;
		margin-top: 2rem;
		position: relative;
	}

	.tooltip-inner {
		max-width: 20rem !important;
		min-width: 18rem;
	}

	.cert-con ul li img {
		width: 90%;
		height: 8rem;
	}

	.aboutcon {
		width: 75%;
	}

	.lm .bigp {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:1280px) {
	.mouse {
		padding-top: 6rem;
	}

	.honor-tree .honor-tree-big {
		margin: 0 auto;
		width: 57%;
		height: 42rem;
		background: url("../images/shu.jpg") no-repeat center bottom;
		display: block;
		margin-top: 2rem;
		position: relative;
	}

	.tooltip-inner {
		max-width: 18rem !important;
		min-width: 16rem;
	}

	.cert-con ul li img {
		width: 90%;
		height: 7rem;
	}

	.aboutcon {
		width: 85%;
	}

	.lm .bigp {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:1024px) {
	nav > ul > li {
		padding: 0 0.3em;
	}

	.honor-tree .honor-tree-big {
		margin: 0 auto;
		width: 70%;
		height: 42rem;
		background: url("../images/shu.jpg") no-repeat center bottom;
		display: block;
		margin-top: 2rem;
		position: relative;
	}

	.tooltip-inner {
		max-width: 14.5rem !important;
		min-width: 9rem;
	}

	.main-contact-left .contact-left-con {
		width: 75%;
	}

	.cert-con ul li img {
		width: 90%;
		height: 6rem;
	}

	.aboutcon {
		width: 85%;
	}

	.lm .bigp {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 980px) {
	.footcon {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 1rem 0;
	}

	.footerimg img {
		padding: 1rem 0;
		margin: 0 auto;
	}

	.aboutcon {
		width: 100%;
	}

	.lm .bigp {
		font-size: 1rem;
	}

	.lmul li a {
		color: #202020;
		padding: 0.7rem 0;
		display: block;
		font-size: 1rem;
		background: #e5e5e5;
	}
} 
/*兼容end*/
/*ANIMATIONS*/
/*rotate*/
@keyframes

"rotate" {
	from

{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes

"rotate" {
	from

{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-ms-keyframes

"rotate" {
	from

{
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-o-keyframes

"rotate" {
	from

{
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
/*公司荣誉 end*/

/*----------------------------------------------------------------
    LineIcon font - Made with Fontastic.me - Icons: http://graphicburger.com/line-icon-set-for-ui/
----------------------------------------------------------------*/

@charset "UTF-8";

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "lineicon";
	src: url("fonts/lineicon.eot");
	src: url("fonts/lineicon.eot?#iefix") format("embedded-opentype"), url("fonts/lineicon.woff") format("woff"), url("fonts/lineicon.ttf") format("truetype"), url("fonts/lineicon.svg#lineicon") format("svg");
}

[data-icon]:before {
	content: attr(data-icon);
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-family: "lineicon" !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-transform: none !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-family: "lineicon" !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-images:before {
	content: "\e000";
}

.icon-arrow-up:before {
	content: "\e001";
}

.icon-arrow-right:before {
	content: "\e002";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-arrow-down:before {
	content: "\e004";
}

.icon-search:before {
	content: "\e005";
}

.icon-camera:before {
	content: "\e006";
}

.icon-video:before {
	content: "\e007";
}

.icon-picture:before {
	content: "\e008";
}

.icon-home:before {
	content: "\e009";
}

.icon-outline-left-arrow:before {
	content: "\e00a";
}

.icon-outline-left-dir:before {
	content: "\e00b";
}

.icon-outline-left-right-arrow:before {
	content: "\e00c";
}

.icon-outline-right-arrow:before {
	content: "\e00d";
}

.icon-outline-right-dir:before {
	content: "\e00e";
}

.icon-outline-enlarge:before {
	content: "\e00f";
}

.icon-outline-close:before {
	content: "\e010";
}

.icon-multiview:before {
	content: "\e011";
}

.icon-load:before {
	content: "\e012";
}

.icon-link-two:before {
	content: "\e013";
}

.icon-link-one:before {
	content: "\e014";
}

.icon-reload:before {
	content: "\e015";
}

.icon-user:before {
	content: "\e016";
}

.icon-users:before {
	content: "\e017";
}

.icon-vertical-tag:before {
	content: "\e018";
}

.icon-checked:before {
	content: "\e019";
}

.icon-clip:before {
	content: "\e01a";
}

.icon-download:before {
	content: "\e01b";
}

.icon-equalizer:before {
	content: "\e01c";
}

.icon-flag:before {
	content: "\e01d";
}

.icon-gear:before {
	content: "\e01e";
}

.icon-outline-menu:before {
	content: "\e01f";
}

.icon-horizontal-tag:before {
	content: "\e020";
}

.icon-archive:before {
	content: "\e021";
}

.icon-bag:before {
	content: "\e022";
}

.icon-battery-25:before {
	content: "\e023";
}

.icon-battery-50:before {
	content: "\e024";
}

.icon-battery-75:before {
	content: "\e025";
}

.icon-battery-charged:before {
	content: "\e026";
}

.icon-battery-dead:before {
	content: "\e027";
}

.icon-bin:before {
	content: "\e028";
}

.icon-brush:before {
	content: "\e029";
}

.icon-connections:before {
	content: "\e02a";
}

.icon-compass:before {
	content: "\e02b";
}

.icon-comments:before {
	content: "\e02c";
}

.icon-comment-two:before {
	content: "\e02d";
}

.icon-comment-one:before {
	content: "\e02e";
}

.icon-clock:before {
	content: "\e02f";
}

.icon-cart:before {
	content: "\e030";
}

.icon-calendar:before {
	content: "\e031";
}

.icon-calc:before {
	content: "\e032";
}

.icon-bulb:before {
	content: "\e033";
}

.icon-crown:before {
	content: "\e034";
}

.icon-cup:before {
	content: "\e035";
}

.icon-diamond:before {
	content: "\e036";
}

.icon-doc:before {
	content: "\e037";
}

.icon-email:before {
	content: "\e038";
}

.icon-eye:before {
	content: "\e039";
}

.icon-film:before {
	content: "\e03a";
}

.icon-flame:before {
	content: "\e03b";
}

.icon-flash:before {
	content: "\e03c";
}

.icon-folder:before {
	content: "\e03d";
}

.icon-map:before {
	content: "\e03e";
}

.icon-lock:before {
	content: "\e03f";
}

.icon-inbox:before {
	content: "\e040";
}

.icon-heart:before {
	content: "\e041";
}

.icon-graph:before {
	content: "\e042";
}

.icon-globe:before {
	content: "\e043";
}

.icon-money:before {
	content: "\e044";
}

.icon-news:before {
	content: "\e045";
}

.icon-phone-one:before {
	content: "\e046";
}

.icon-phone-two:before {
	content: "\e047";
}

.icon-pin:before {
	content: "\e048";
}

.icon-pocket:before {
	content: "\e049";
}

.icon-wifi:before {
	content: "\e04a";
}

.icon-unlock:before {
	content: "\e04b";
}

.icon-scissors:before {
	content: "\e04c";
}

.icon-stamp:before {
	content: "\e04d";
}

.icon-star:before {
	content: "\e04e";
}

.icon-target:before {
	content: "\e04f";
}

.icon-tshirt:before {
	content: "\e050";
}

.icon-tumbler:before {
	content: "\e051";
}

.icon-pencil:before {
	content: "\e052";
}

.icon-paperfly:before {
	content: "\e053";
}

.icon-control-eject:before {
	content: "\e054";
}

.icon-control-fastforward:before {
	content: "\e055";
}

.icon-control-next:before {
	content: "\e056";
}

.icon-control-pause:before {
	content: "\e057";
}

.icon-control-play:before {
	content: "\e058";
}

.icon-cassette:before {
	content: "\e059";
}

.icon-control-prev:before {
	content: "\e05a";
}

.icon-control-rec:before {
	content: "\e05b";
}

.icon-control-rewind:before {
	content: "\e05c";
}

.icon-control-shuffle:before {
	content: "\e05d";
}

.icon-control-stop:before {
	content: "\e05e";
}

.icon-crop:before {
	content: "\e05f";
}

.icon-desktop:before {
	content: "\e060";
}

.icon-disk:before {
	content: "\e061";
}

.icon-headphones:before {
	content: "\e062";
}

.icon-laptop:before {
	content: "\e063";
}

.icon-layout:before {
	content: "\e064";
}

.icon-leaf:before {
	content: "\e065";
}

.icon-microphone:before {
	content: "\e066";
}

.icon-megaphone:before {
	content: "\e067";
}

.icon-music:before {
	content: "\e068";
}

.icon-speaker-on:before {
	content: "\e069";
}

.icon-speaker-off:before {
	content: "\e06a";
}

.icon-smartphone:before {
	content: "\e06b";
}

.icon-select:before {
	content: "\e06c";
}

.icon-resize:before {
	content: "\e06d";
}

.icon-umbrella:before {
	content: "\e06e";
}

.icon-weather-changeable:before {
	content: "\e06f";
}

.icon-weather-cloudy:before {
	content: "\e070";
}

.icon-weather-rainy:before {
	content: "\e071";
}

.icon-weather-snowy:before {
	content: "\e072";
}

.icon-weather-stormy:before {
	content: "\e073";
}

.icon-weather-sunny:before {
	content: "\e074";
}

.icon-tablet:before {
	content: "\e075";
}

.icon-arrow-down-simple:before {
	content: "\e076";
}

.icon-arrow-left-simple:before {
	content: "\e077";
}

.icon-arrow-right-simple:before {
	content: "\e078";
}

.icon-arrow-up-simple:before {
	content: "\e079";
}

.icon-close:before {
	content: "\e07a";
}

.icon-plus:before {
	content: "\e07b";
}
/* footer end*/
.lxfour {
	margin-bottom: 2rem;
}

	.lxfour p {
		text-align: center;
	}

		.lxfour p img {
			margin: 0 auto;
		}

	.lxfour span {
		width: 1rem;
		height: 0.2rem;
		display: block;
		background: #1556aa;
		margin: 0 auto;
	}
/*product start */
.prolist table tr {
	border-bottom: 1px solid #ccc;
	height: 4rem;
}

.prolist table td {
	border-left: 1px solid #ccc;
	text-align: center;
}

.pro-tit {
	background: #1556aa;
	color: #fff;
}

.prolist table {
	width: 100%;
	border-right: 1px solid #ccc;
}

.prolist a:hover {
	color: #1556aa;
}

/*产品中心end*/
.index-p1 {
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
	padding: 2rem;
	text-align: center;
	animation: xiaoshi 5s;
	-webkit-animation: xiaoshi 5s;
	animation-fill-mode: forwards;
}

@keyframes xiaoshi {

	0% {
		font-size: 0;
		opacity: 0;
		visibility: hidden;
		margin-left: 0
	}

	50% {
		font-size: 4rem;
		opacity: 1;
		visibility: visible;
		margin-left: 0;
	}

	100% {
		font-size: 4rem;
		opacity: 0;
		visibility: hidden;
		margin-left: 30%;
	}
}

@-webkit-keyframes xiaoshi {

	from {
		font-size: 4rem;
		opacity: 1;
		visibility: visible;
	}

	to {
		font-size: 0;
		opacity: 0;
		visibility: hidden;
	}
}

.index-p2 img {
	margin: 0 auto;
	visibility: hidden;
}

.index-p3 {
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	padding: 1rem auto;
	visibility: hidden;
}

.index-p4 {
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding: 4rem 0 0 0;
	width: 70%;
	margin: 0 auto;
	visibility: hidden;
}

.pagination {
	width: 100%;
}

	.pagination ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

		.pagination ul li {
			width: auto !important;
			padding: 0.3rem;
			height: 2rem !important;
		}

			.pagination ul li a {
				font-weight: normal;
			}

	.pagination > ul > li:last-child {
		padding: 0.3rem !important;
	}
