﻿body {
	font-size: 14px;
	font-family: "Microsoft Yahei";
}
.container {
	width: 1200px !important;
}
ul {
	list-style: none;
}
#header {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	z-index: 9;
	background: #fff;
}
#header .top {
	height: 36px;
	line-height: 36px;
	width: 100%;
	float: left;
	background: #1E90FF;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	top: 0;
}
#header.none .top {
	top: -36px;
	position: absolute;
}
#header .top .l {
	float: left;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
#header .top .l div {
	float: left;
	margin-right: 30px;
}
#header .top .l div span {
	margin-right: 5px;
}
#header .top .r {
	float: right;
	width: 500px;
	height: 36px;
	line-height: 36px;
	background: #c4e2ff;
}
#header .top .r input {
	width: 436px;
	float: left;
	height: 36px;
	border: 0;
	background: transparent;
	line-height: 36px;
	color: #5e5e5e;
	padding-left: 20px;
	outline: none;
	font-size: 15px;
	font-weight: bold;
}
#header .top .r button {
	width: 50px;
	height: 36px;
	border: 0;
	float: right;
	background: transparent;
	color: #1E90FF;
	font-size: 16px;
	outline: none;
}
#header .tmenu {
	width: 100%;
	float: left;
	height: 90px;
	line-height: 90px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header.none .tmenu {
	height: 80px;
	line-height: 80px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#header.none .tmenu .logo img {
	height: 54px;
}
#header .tmenu .logo {
	float: left;
	margin-top: 14px;
}
#header .tmenu .logo img {
	display: block;
	height: 64px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#header .tmenu ul {
	float: right;
}
#header .tmenu ul li {
	float: left;
	position: relative;
}
#header .tmenu ul li a.topNav {
	display: block;
	height: 90px;
	line-height: 90px;
	padding: 0 13px;
	font-weight: bold;
	color: #464646;
	font-size: 22px;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .tmenu ul li .topSubNav {
	width: 100px;
	position: absolute;
	top: 90px;
	left: 0px;
	/*background-color: #1E90FF;*/
	background: url(../images/11.png);
	display: none;
}
#header .tmenu ul li:hover .topSubNav {
	display: block;
}
#header .tmenu ul li .topSubNav a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: black;
	padding: 0px 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#header .tmenu ul li .topSubNav a:hover {
	background-color: #63b1fd;
}
#header .tmenu ul li .topSubNav a:first-child {
	margin-top: 5px;
}
#header .tmenu ul li .topSubNav a:last-child {
	margin-bottom: 5px;
}
#header.none .tmenu ul li .topSubNav {
	top: 80px;
}
#header.none .tmenu ul li a.topNav {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	border-bottom: 3px solid transparent;
}
#header .tmenu ul li.active a.topNav {
	background: #efefef;
	border-bottom: 3px solid #1E90FF;
}
.page_1 .fp-slides, .page_1 .fp-slidesContainer, .page_1 .fullbanner, .page_1 .carousel-inner, .page_1 .carousel-inner .item {
	width: 100%;
	height: 100%;
}
.page_1 .carousel-inner .item {
	float: left;
}
.fullbanner .carousel-indicators {
	margin-bottom: 0;
}
.fullbanner .carousel-indicators li {
	width: 12px;
	border: 0;
	height: 12px;
	border-radius: 6px;
	background: #ffffff;
	margin: 0 3px;
}
.fullbanner .carousel-indicators li.active {
	background: #222222;
}
.fullbanner .bx-wrapper {
	width: 100%;
	border: 0;
	height: 100%;
}
.fullbanner .txt {
	padding-top: 20%;
	text-align: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	opacity: 0;
}
.fullbanner .txt h1 {
	font-size: 42px;
	margin: 0;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 40px;
	text-transform: uppercase;
	position: relative;
	opacity: 1;
}
.fullbanner .txt h5 {
	font-weight: bold;
	color: #ffffff;
	font-size: 36px;
	margin: 0;
	margin-bottom: 7px;
}
.fullbanner .txt p {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Calibri";
}
.fullbanner .carousel-inner .item.active .txt {
	opacity: 1;
}
.fullbanner .carousel-inner .item.active h1 {
	animation: bounceInRight 1s;
	-moz-animation: bounceInRight 1s;	/* Firefox */
	-webkit-animation: bounceInRight 1s;	/* Safari 和 Chrome */
	-o-animation: bounceInRight 1s;	/* Opera */
}
.fullbanner .carousel-inner .item.active h5 {
	animation: fadeInRight 1s;
	-moz-animation: fadeInRight 1s;	/* Firefox */
	-webkit-animation: fadeInRight 1s;	/* Safari 和 Chrome */
	-o-animation: fadeInRight 1s;	/* Opera */
}
.fullbanner .carousel-inner .item.active p {
	animation: fadeInRight 1.2s;
	-moz-animation: fadeInRight 1.2s;	/* Firefox */
	-webkit-animation: fadeInRight 1.2s;	/* Safari 和 Chrome */
	-o-animation: fadeInRight 1.2s;	/* Opera */
}

.page_2 {
	background: url(../images/bg1.jpg) center 70px no-repeat;
}
.page_2 .product {
	padding-top: 120px;
}
.page_2 .product .top {
	width: 100%;
	float: left;
}
.page_2 .product .top h1 {
	font-size: 31px;
	color: #1E90FF;
	font-weight: bold;
	padding-left: 72px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	background: url(../images/abtit.png) left top no-repeat;
}
.page_2.active .product .top h1 {
	animation: fadeInLeft 1.2s;
	-moz-animation: fadeInLeft 1.2s;
	-webkit-animation: fadeInLeft 1.2s;
	-o-animation: fadeInLeft 1.2s;
}
.page_2 .product .top h5 {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 72px;
	margin: 0;
	background: url(../images/abtit2.png) left bottom no-repeat;
}
.page_2.active .product .top h5 {
	animation: fadeInLeft 2s;
	-moz-animation: fadeInLeft 2s;
	-webkit-animation: fadeInLeft 2s;
	-o-animation: fadeInLeft 2s;
}
.page_2 .product .productMove {
	width: 100%;
	height: 445px;
	margin-top: 30px;
	float: left;
	position: relative;
}
.page_2 .product .productMove .item {
	width: 100%;
	float: left;
	width: 277px;
	margin-right: 15.5px;
}
.page_2.active .product .productMove {
	animation: fadeInUp 2.4s;
	-moz-animation: fadeInUp 2.4s;
	-webkit-animation: fadeInUp 2.4s;
	-o-animation: fadeInUp 2.4s;
}
.page_2 .product .productMove .item img {
	width: 100%;
	padding: 4px;
	background-color: #fff;
}
.page_2 .product .productMove .txt {
	padding: 8px 20px;
}
.page_2 .product .productMove .txt p {
	margin: 0;
	color: #848484;
	font-size: 14px;
	line-height: 24px;
}
.page_2 .product .productMove a.more {
	width: 100px;
	height: 33px;
	line-height: 29px;
	text-align: center;
	border-radius: 16px;
	display: block;
	border: 2px solid #e0e0e0;
	color: #fff;
	background: #575757;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-left: 30px;
}
.page_2 .product .productMove a.more:hover {
	background: #111;
}
.page_2 .product .productMove .owl-nav {
	width: 107px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -80px;
}
.page_2.active .product .productMove .owl-nav {
	animation: fadeInRight 2.4s;
	-moz-animation: fadeInRight 2.4s;
	-webkit-animation: fadeInRight 2.4s;
	-o-animation: fadeInRight 2.4s;
}
.page_2 .product .productMove .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/lr.png) left center no-repeat;
	cursor: pointer;
}
.page_2 .product .productMove .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	float: right;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/lr.png) left center no-repeat;
	background-position: -56px 0;
	cursor: pointer;
}
.page_2 .bottom {
	text-align: center;
	padding-top: 20px;
	width: 100%;
	float: left;
}
.page_2.active .bottom p {
	color: #717171;
	font-size: 15px;
	margin: 0;
	line-height: 25px;
	animation: fadeInUp 3s;
	-moz-animation: fadeInUp 3s;
	-webkit-animation: fadeInUp 3s;
	-o-animation: fadeInUp 3s;
}
.page_2 .bottom a.more {
	width: 182px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	border-radius: 18px;
	border: 2px solid #e0e0e0;
	color: #fff;
	font-weight: bold;
	background: #1E90FF;
	display: block;
	text-decoration: none;
	margin: 5px auto;
}
.page_2.active .bottom a.more {
	animation: fadeInUp 3.5s;
	-moz-animation: fadeInUp 3.5s;
	-webkit-animation: fadeInUp 3.5s;
	-o-animation: fadeInUp 3.5s;
}
.page_2 .bottom a.more:hover {
	background: #ea8a1b;
}

.page_3 .about {
	padding-top: 150px;
}
.page_3 .about .l {
	float: left;
	width: 656px;
}
.page_3 .about .l h1 {
	font-size: 31px;
	color: #222;
	font-weight: bold;
	padding-left: 72px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	background: url(../images/abtit.png) left top no-repeat;
}
.page_3.active .about .l h1 {
	animation: fadeInLeft 1.2s;
	-moz-animation: fadeInLeft 1.2s;	/* Firefox */
	-webkit-animation: fadeInLeft 1.2s;	/* Safari 和 Chrome */
	-o-animation: fadeInLeft 1.2s;	/* Opera */
}
.page_3 .about .l h5 {
	font-size: 15px;
	color: #1E90FF;
	font-weight: bold;
	line-height: 30px;
	padding-left: 72px;
	margin: 0;
}
.page_3.active .about .l h5 {
	animation: fadeInLeft 2s;
	-moz-animation: fadeInLeft 2s;	/* Firefox */
	-webkit-animation: fadeInLeft 2s;	/* Safari 和 Chrome */
	-o-animation: fadeInLeft 2s;	/* Opera */
}
.page_3 .about .l p {
	font-size: 15px;
	color: #848484;
	margin: 0;
	line-height: 38px;
}
.page_3.active .about .l p {
	animation: fadeInUp 2s;
	-moz-animation: fadeInUp 2s;	/* Firefox */
	-webkit-animation: fadeInUp 2s;	/* Safari 和 Chrome */
	-o-animation: fadeInUp 2s;	/* Opera */
}
.page_3 .about .l p a {
	color: #1E90FF;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.page_3 .about .l p a:hover {
	color: #1E90FF;
}
.page_3 .about .r {
	width: 444px;
	float: right;
}
.page_3 .about .r .img {
	width: 415px;
	height: 299px;
	float: left;
	position: relative;
	border: 3px solid #1E90FF;
}
.page_3 .about .r .img img {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.page_3.active .about .r .img img {
	animation: a1 2s;
	-moz-animation: a1 2s;	/* Firefox */
	-webkit-animation: a1 2s;	/* Safari 和 Chrome */
	-o-animation: a1 2s;	/* Opera */
}
@keyframes a1
{
from {
	left: 0;
	bottom: 0;
}
to {
	left: 20px;
	bottom: 20px;
}
}
.page_3 .about .r  ul {
	padding: 0;
	width: 100%;
	float: left;
	margin-top: 50px;
	border-left: 1px solid #1E90FF;
}
.page_3.active .about .r  ul {
	animation: fadeInRight 2s;
	-moz-animation: fadeInRight 2s;	/* Firefox */
	-webkit-animation: fadeInRight 2s;	/* Safari 和 Chrome */
	-o-animation: fadeInRight 2s;	/* Opera */
}
.page_3 .about .r  ul li {
	width: 33.33%;
	float: left;
	border-right: 1px solid #1E90FF;
	padding: 10px 0;
}
.page_3 .about .r  ul li img {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 30px;
}
.page_3 .about .r  ul li .num {
	font-size: 34px;
	font-weight: bold;
}
.page_3 .about .r  ul li p {
	text-align: center;
	color: #1E90FF;
	font-size: 14px;
}

.page_4 {
	background: #575757;
}
.page_4 .guest {
	padding-top: 120px;
}
.page_4 .guest .top {
	width: 100%;
	float: left;
}
.page_4 .guest .top .l {
	float: left;
}
.page_4 .guest .top .l h1 {
	font-size: 31px;
	color: #1E90FF;
	font-weight: bold;
	padding-left: 72px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	background: url(../images/abtit.png) left top no-repeat;
}
.page_4.active .guest .top .l h1 {
	animation: fadeInLeft 1.2s;
	-moz-animation: fadeInLeft 1.2s;
	-webkit-animation: fadeInLeft 1.2s;
	-o-animation: fadeInLeft 1.2s;
}
.page_4 .guest .top .l h5 {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 72px;
	margin: 0;
	background: url(../images/abtit2.png) left bottom no-repeat;
}
.page_4.active .guest .top .l h5 {
	animation: fadeInLeft 2s;
	-moz-animation: fadeInLeft 2s;
	-webkit-animation: fadeInLeft 2s;
	-o-animation: fadeInLeft 2s;
}
.page_4 .guest .top .r {
	float: right;
}
.page_4 .guest .top .r a.more {
	width: 122px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 18px;
	color: #fff;
	font-weight: bold;
	background: #1E90FF;
	display: block;
	text-decoration: none;
	float: right;
	margin-top: 25px;
}
.page_4.active .guest .top .r a.more {
	animation: fadeInRight 2s;
	-moz-animation: fadeInRight 2s;
	-webkit-animation: fadeInRight 2s;
	-o-animation: fadeInRight 2s;
}
.page_4 .guest .top .r a.more:hover {
	background: #6ab5ff;
}
.page_4 .guest ul {
	margin-top: 30px;
	width: 100%;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
.page_4.active .guest ul {
	animation: fadeInUp 2s;
	-moz-animation: fadeInUp 2s;
	-webkit-animation: fadeInUp 2s;
	-o-animation: fadeInUp 2s;
}
.page_4 .guest ul li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	float: left;
}
.page_4 .guest ul li:nth-child(3n) {
	margin-right: 0;
}
.page_4 .guest ul li img {
	width: 100%;
	display: block;
}
.page_4 .guest ul li span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	color: #1E90FF;
	padding-left: 40px;
	background: url(../images/keic.png) left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page_5 .news {
	width: 100%;
	float: left;
}
.page_5 .l {
	width: 793px;
	float: left;
	min-height: 400px;
}
.page_5 .l .top {
	width: 100%;
	float: left;
}
.page_5 .l .top h1 {
	font-size: 31px;
	color: #222;
	font-weight: bold;
	padding-left: 72px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	background: url(../images/abtit.png) left top no-repeat;
}
.page_5.active .l .top h1 {
	animation: fadeInLeft 1.2s;
	-moz-animation: fadeInLeft 1.2s;
	-webkit-animation: fadeInLeft 1.2s;
	-o-animation: fadeInLeft 1.2s;
}
.page_5 .l .top h5 {
	font-size: 15px;
	color: #1E90FF;
	font-weight: bold;
	line-height: 30px;
	padding-left: 72px;
	margin: 0;
}
.page_5.active .l .top h5 {
	animation: fadeInLeft 2.2s;
	-moz-animation: fadeInLeft 2.2s;
	-webkit-animation: fadeInLeft 2.2s;
	-o-animation: fadeInLeft 2.2s;
}
.page_5 .l .news_slide {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.page_5.active .l .news_slide {
	animation: fadeInLeft 1.2s;
	-moz-animation: fadeInLeft 1.2s;
	-webkit-animation: fadeInLeft 1.2s;
	-o-animation: fadeInLeft 1.2s;
}
.page_5 .l .news_slide .item .img {
	float: left;
	width: 137px;
	padding: 10px 0 30px 0;
	background: url(../images/keic.png) right bottom no-repeat;
}
.page_5 .l .news_slide .item  .txt {
	width: 635px;
	float: right;
}
.page_5 .l .news_slide .item  .txt h5 {
	color: #2a2a2a;
	font-weight: bold;
}
.page_5 .l .news_slide .item  .txt p {
	color: #7c7c7c;
	line-height: 28px;
}
.page_5 .l .news_slide .item  .txt span {
	display: block;
	margin-top: 40px;
	float: left;
}
.page_5 .bot .right {
	float: right;
}
.page_5 .l .news_slide .item  .txt a {
	width: 164px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	border-radius: 18px;
	border: 2px solid #e0e0e0;
	color: #fff;
	font-weight: bold;
	background: #1d2833;
	display: block;
	text-decoration: none;
	margin-top: 24px;
	float: right;
}
.page_5 .l .news_slide .item  .txt a:hover {
	background: #000;
}
.page_5 .l .news_slide .owl-dots {
	width: 100%;
	padding-left: 160px;
	margin-top: 15px;
}
.page_5 .l .news_slide .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #1E90FF;
	margin-right: 5px;
	border-radius: 50%;
}
.page_5 .l .news_slide .owl-dots .owl-dot.active {
	background: #000000;
}
.page_5 .r {
	float: right;
}

.page_5 .r img {
	margin-right: 20px;
	margin-top: 20px;
}
.page_5.active .r img {
	animation: fadeInRight 2s;
	-moz-animation: fadeInRight 2s;
	-webkit-animation: fadeInRight 2s;
	-o-animation: fadeInRight 2s;
}
.page_5 .bot {
	width: 100%;
	padding: 40px 0;
	float: left;
	background: #1E90FF;
}
.page_5 .bot .left {
	float: left;
}
.page_5 .bot .left h1 {
	color: #222222;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
.page_5 .bot .left h5 {
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding-left: 70px;
	line-height: 30px;
	background: url(../images/bti.jpg) -30px center no-repeat;
}
.page_6 .contact {
	width: 100%;
	float: left;
	padding-top: 120px;
}
.page_6 .contact .top {
	width: 100%;
	float: left;
}
.page_6 .contact .top h1 {
	font-size: 31px;
	color: #222;
	font-weight: bold;
	padding-left: 72px;
	height: 50px;
	margin: 0;
	line-height: 50px;
	background: url(../images/abtit.png) left top no-repeat;
}
.page_6.active .contact .top h1 {
	animation: fadeInLeft 1.2s;
	-moz-animation: fadeInLeft 1.2s;
	-webkit-animation: fadeInLeft 1.2s;
	-o-animation: fadeInLeft 1.2s;
}
.page_6 .contact .top h5 {
	font-size: 15px;
	color: #1E90FF;
	font-weight: bold;
	line-height: 30px;
	padding-left: 72px;
	margin: 0;
}
.page_6.active .contact .top h5 {
	animation: fadeInLeft 2.2s;
	-moz-animation: fadeInLeft 2.2s;
	-webkit-animation: fadeInLeft 2.2s;
	-o-animation: fadeInLeft 2.2s;
}
.page_6 .contact img.mid {
	width: 100%;
	margin-top: 10px;
}
.page_6.active .contact img.mid {
	animation: fadeInUp 1.2s;
	-moz-animation: fadeInUp 1.2s;
	-webkit-animation: fadeInUp 1.2s;
	-o-animation: fadeInUp 1.2s;
}
.page_6 .contact .bt {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.page_6 .contact .bt h1 {
	color: #1E90FF;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
.page_6 .contact .bt .l {
	float: left;
	width: 600px;
}
.page_6.active .contact .bt .l {
	animation: fadeInLeft 2.2s;
	-moz-animation: fadeInLeft 2.2s;
	-webkit-animation: fadeInLeft 2.2s;
	-o-animation: fadeInLeft 2.2s;
}
.page_6 .contact .bt .l form {
	width: 100%;
	float: left;
}
.page_6 .contact .bt .l form .fg {
	width: 100%;
	float: left;
	line-height: 32px;
	margin-bottom: 10px;
}
.page_6 .contact .bt .l form .fg label {
	font-weight: normal;
	color: #222222;
	width: 85px;
	float: left;
	height: 32px;
	line-height: 32px;
}
.page_6 .contact .bt .l form .fg input.text {
	width: 414px;
	height: 32px;
	border: 0;
	background: #f0f0f0;
	line-height: 32px;
	float: left;
	padding-left: 15px;
	outline: none;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.page_6 .contact .bt .l form .fg input.text:focus {
	background: #ccc;
}
.page_6 .contact .bt .l form .fg textarea {
	width: 414px;
	height: 86px;
	border: 0;
	background: #f0f0f0;
	line-height: 22px;
	float: left;
	padding: 5px;
	outline: none;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 5px;
}
.page_6 .contact .bt .l form .fg textarea:focus {
	background: #ccc;
}
.page_6 .contact .bt .l form  button {
	margin-left: 85px;
	height: 32px;
	float: left;
	background: #1E90FF;
	padding: 0 30px;
	color: #fff;
	border: 0;
	outline: none;
}
.page_6 .contact .bt .l form  button:hover {
	background: #ea8a1a;
}
.page_6 .contact .bt .r {
	float: right;
	width: 400px;
	padding-right: 180px;
	position: relative;
}
.page_6 .contact .bt .r .index_ewm {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 45px;
}
.page_6 .contact .bt .r .index_ewm img {
	display: block;
	width: 100%;
}
.page_6.active .contact .bt .r {
	animation: fadeInRight 2.2s;
	-moz-animation: fadeInRight 2.2s;
	-webkit-animation: fadeInRight 2.2s;
	-o-animation: fadeInRight 2.2s;
}
.page_6 .contact .bt .r h5 {
	padding-top: 20px;
	color: #222222;
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: bold;
}
.page_6 .contact .bt .r p {
	color: #777;
	font-size: 15px;
}
#footer {
	padding: 26px 0;
	text-align: center;
	width: 100%;
	float: left;
	background: #575757;
}
#footer p {
	color: #ffffff;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
}
#footer p a {
	color: #ffffff;
	padding: 0 20px;
	text-decoration: none;
}
#footer p a:hover {
	color: #1E90FF;
}
#fp-nav ul li a span {
	background: #1E90FF;
}
#ibanner {
	width: 100%;
	float: left;
}
#ibanner img {
	width: 100%;
}
#header.inside {
	position: static;
}
#header.inside .top, #header.inside .tmenu, #header.inside .tmenu ul li a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#located {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-bottom: 1px solid #b5b5b5;
	background: #eeeeee;
}
#located p {
	color: #5c5c5c;
	margin: 0;
}
#located p span {
	color: #003466;
	font-weight: bold;
}
#located p a {
	font-weight: normal;
	color: #5c5c5c;
}
#bzyph {
	width: 100%;
	float: left;
	padding: 60px 0;
}
#bzyph table {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #1E90FF;
}
#bzyph table tr th {
	padding: 15px 0;
	text-align: center;
	background: #575757;
	color: #fff;
	border-right: 1px solid #575757;
	border-left: 1px solid #575757;
}
#bzyph table tr td {
	border-top: 1px solid #dfdfdf;
	padding: 8px 0;
	text-align: center;
	color: #848484;
	border-right: 1px solid #dfdfdf;
}
#bzyph table tr td:last-child {
	border-right: 0;
}
#bzyph table tr:nth-child(odd) td {
	background: #f2f2f2;
}
#product {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
#product ul {
	width: 100%;
	overflow: hidden;
}
#product ul li {
	width: 31%;
	margin-right: 3.5%;
	float: left;
	margin-bottom: 30px;
}
#product ul li:nth-child(3n) {
	margin-right: 0;
}
#product ul li img {
	width: 100%;
}
#product ul li .txt {
	padding: 8px 20px;
}
#product ul li .txt p {
	margin: 0;
	color: #848484;
	font-size: 14px;
	line-height: 24px;
}
#product ul li  a.more {
	width: 100px;
	height: 33px;
	line-height: 29px;
	text-align: center;
	border-radius: 16px;
	display: block;
	border: 2px solid #e0e0e0;
	color: #fff;
	background: #575757;
	text-decoration: none;
	margin-left: 30px;
}
#product ul li  a.more:hover {
	background: #111;
}
p.p1, p.p2 {
	height: 24px;
	overflow: hidden;
}
p.p3, p.p4 {
	height: 48px;
	overflow: hidden;
}

.listPage {
	MARGIN: 0px auto 0px;
	WIDTH: 100%;
	PADDING: 20px 0px;
	TEXT-ALIGN: center
}
.listPage li {
	display: inline-block;
	BORDER-RIGHT: #1e90ff 1px solid;
	PADDING-RIGHT: 8px ! important;
	BORDER-TOP: #1e90ff 1px solid;
	PADDING-LEFT: 8px ! important;
	PADDING-BOTTOM: 4px ! important;
	MARGIN: 2px;
	BORDER-LEFT: #1e90ff 1px solid;
	COLOR: #333;
	PADDING-TOP: 4px ! important;
	BORDER-BOTTOM: #1e90ff 1px solid;
	TEXT-DECORATION: none ! important
}
.listPage li.thisclass {
	background-color: #1e90ff;
	border-color: #1e90ff;
	color: #fff;
}
.listPage li.thisclass a {
	color: #fff;
}

#page {
	margin-bottom: 30px;
	text-align: center;
}
#page a {
	color: #333;
}
#page a.on {
	background: #575757;
	color: #fff;
}
#guests {
	width: 100%;
	float: left;
	padding: 50px 0;
}
#guests ul {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}
#guests ul li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 25px;
	float: left;
}
#guests ul li a {
	text-decoration: none;
}
#guests ul li:nth-child(3n) {
	margin-right: 0;
}
#guests ul li img {
	width: 100%;
	display: block;
	border: 2px solid #e4e4e4;
}
#guests ul li span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	color: #1E90FF;
	padding-left: 40px;
	background: url(../images/keic.png) left center no-repeat;
}
#guests ul li a:hover img {
	border-color: #1E90FF;
}
#news_list {
	width: 100%;
	float: left;
	padding: 50px 0;
}
#news_list ul {
	overflow: hidden;
	padding: 0;
}
#news_list ul li {
	padding: 15px 20px;
	margin-bottom: 20px;
	background: #f7f7f7;
	float: left;
	width: 100%;
}
#news_list ul li:hover {
	cursor: pointer;
	background: #eeeeee;
	box-shadow: 2px 2px 5px rgba(6,0,1,.23);
}
#news_list ul li img {
	float: left;
	width: 11%;
}
#news_list ul li .m {
	width: 65%;
	padding: 0 3%;
	float: left;
}
#news_list ul li .m h5 a {
	color: #4a4a4a;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 20px;
}
#news_list ul li .m p {
	font-size: 12px;
	color: #777777;
	line-height: 26px;
}
#news_list ul li .r {
	width: 15%;
	padding-left: 2%;
	float: right;
	padding-top: 10px;
}
#news_list ul li .r .time {
	font-size: 23px;
	color: #999999;
	line-height: 25px;
	display: block;
}
#news_list ul li .r .year {
	font-size: 14px;
	color: #999999;
	display: block;
}
#news_list ul li .r a.more {
	width: 41px;
	height: 41px;
	display: block;
	background: url(../images/m1.png) no-repeat;
	margin-top: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#news_list ul li:hover a.more {
	background: url(../images/m2.png) no-repeat;
}
#news_detail {
	width: 100%;
	float: left;
	padding: 50px 0;
}

.news_bt {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: dashed #d5d5d5 1px;
	text-align: center;
	line-height: 28px;
	color: #0c0c0c;
	padding-top: 10px;
}
.news_date {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 10px 0;
}
.nr {
	line-height: 2;
}
#contact {
	width: 100%;
	float: left;
	padding: 50px 0;
}
#contact .map {
	width: 100%;
	height: 334px;
	margin-bottom: 30px;
}
#contact  .bt {
	width: 100%;
	float: left;
	margin-top: 30px;
}
#contact  .bt h1 {
	color: #1E90FF;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
#contact .bt .l {
	float: left;
	width: 550px;
}
#contact  .l form {
	width: 100%;
	float: left;
}
#contact  .l form .fg {
	width: 100%;
	float: left;
	line-height: 32px;
	margin-bottom: 10px;
}
#contact  .bt .l form .fg label {
	font-weight: normal;
	color: #222222;
	width: 85px;
	float: left;
	height: 32px;
	line-height: 32px;
}
#contact  .bt .l form .fg input.text {
	width: 300px;
	height: 32px;
	border: 0;
	background: #f0f0f0;
	line-height: 32px;
	float: left;
	padding-left: 15px;
	outline: none;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#contact .bt .l form .fg textarea:focus, #contact .bt .l form .fg input.text:focus {
	background: #ccc;
}
#contact .bt .l form .fg textarea {
	width: 300px;
	height: 86px;
	border: 0;
	background: #f0f0f0;
	line-height: 22px;
	float: left;
	padding: 5px;
	outline: none;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 5px;
}
#contact  .bt .l form  button {
	margin-left: 85px;
	height: 32px;
	float: left;
	background: #1E90FF;
	padding: 0 30px;
	color: #fff;
	border: 0;
	outline: none;
}
#contact .bt .l form  button:hover {
	background: #ea8a1a;
}
#contact .bt .r {
	float: left;
}
#contact .bt .r h5 {
	padding-top: 20px;
	color: #222222;
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: bold;
}
#contact  .bt .r p {
	color: #777;
	font-size: 15px;
}
#about {
	width: 100%;
	float: left;
	padding: 50px 0;
}
#about .l {
	float: left;
	width: 865px;
}
#about .l p {
	color: #848484;
	line-height: 39px;
	font-size: 15px;
}
#about .r {
	float: right;
}
#product_detail {
	width: 100%;
	float: left;
	padding: 50px 0;
}
#product_detail .top {
	float: left;
	width: 100%;
	margin: 0px 0px 20px;
}
#product_detail .l {
	width: 390px;
	float: left;
}
#product_detail .l img {
	width: 390px;
}
#product_detail .r {
	width: 500px;
	float: right;
}
#product_detail .r .line {
	padding: 10px 0;
	width: 100%;
	float: left;
	line-height: 25px;
}
#product_detail .r .line b {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	width: 86px;
	float: left;
}
#product_detail .r .line  span {
	float: left;
	color: #848484;
	font-size: 15px;
}
#product_detail h1.tit {
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#product_detail table {

	margin-top: 20px;
	border: 1px solid #dfdfdf;
	/*border: 1px solid #1E90FF;*/
}
#product_detail table tr th {
	background: #575757;
	color: #fff;
	border-right: 1px solid #575757;
	border-left: 1px solid #575757;
	padding: 12px 30px;
	font-size: 16px;
}
#product_detail table tr td {
	vertical-align: middle;
	border-top: 1px solid #dfdfdf;
	padding: 6px 0;
	text-align: center;
	color: #848484;
	border-right: 1px solid #dfdfdf;
}
#product_detail table tr td.bg {
	background: #f2f2f2;
}

@media (min-height: 710px) and (max-height: 780px) {
	.page_6 .contact, .page_4 .guest, .page_4 .biaozhun, .page_2 .product {
		padding-top: 100px !important;
	}
	.page_6 .contact .container, .page_4 .guest .container, .page_4 .biaozhun .container, .page_2 .product .container {
		max-width: 1000px !important;
	}
	.page_6 .contact .top h1, .page_4 .guest .top .l h1, .page_4 .biaozhun .l h1, .page_2 .product .top h1 {
		font-size: 28px;
		height: 40px;
		line-height: 40px;
	}
	.page_2 .product .product_slide .owl-nav {
		top: -90px;
	}

	.page_2 .product .product_slide {
		margin-top: 20px;
	}
	.page_2 .product .product_slide .txt {
		padding: 5px 15px;
	}
	.page_2 .product .product_slide .txt p {
		line-height: 22px;
	}
	.page_4 .biaozhun .l {
		width: 600px;
	}
	.page_4 .biaozhun .l table {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.page_4 .biaozhun .r img {
		margin-top: 80px;
	}
	.page_6 .contact .bt .l {
		width: 500px;
	}
	.page_6 .contact img.mid {
		margin-top: 0;
	}
	.page_6 .contact .bt {
		margin-top: 10px;
	}
	.page_6 .contact .bt h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

}
@media (max-height: 710px) {
	#header.none {
		display: none;
	}
	.page_6 .contact, .page_5 .news, .page_4 .guest, .page_4 .biaozhun, .page_2 .product, .page_3 .about {
		padding-top: 40px !important;
	}
	.page_6 .contact .container, .page_5 .news .container, .page_4 .guest .container, .page_4 .biaozhun .container, .page_2 .product .container, .page_3 .about .container {
		max-width: 1000px !important;
	}
	.page_3 .about .l {
		width: 500px;
	}
	.page_6 .contact .top h1, .page_4 .guest .top .l h1, .page_4 .biaozhun .l h1, .page_2 .product .top h1, .page_3 .about .l h1 {
		font-size: 25px;
		height: 36px;
		line-height: 36px;
	}
	.page_3 .about .l h5 {
		line-height: 24px;
		font-size: 14px;
	}
	.page_3 .about .l p {
		font-size: 14px;
		line-height: 26px;
	}
	.page_2 .product .product_slide {
		margin-top: 15px;
	}
	.page_2 .product .product_slide .txt {
		background: #fff;
		padding: 5px 14px;
	}
	.page_2 .product .product_slide .txt p {
		font-size: 13px;
		line-height: 20px;
	}
	.page_2 .bottom {
		padding-top: 5px;
	}
	.page_2.active .bottom p {
		line-height: 22px;
	}
	.page_2 .bottom a.more {
		margin: 0 auto;
	}
	.page_5 .l {
		width: 600px;
	}
	.page_4 .biaozhun .l {
		width: 715px;
	}
	.page_4 .biaozhun .l table tr td {
		padding: 7px 0;
		font-size: 12px;
	}
	.page_4 .biaozhun .l table tr th {
		padding: 10px 0;
		font-size: 12px;
	}
	.page_4 .biaozhun .l table {
		margin-top: 10px;
	}
	.page_4 .biaozhun .r img {
		width: 250px;
		height: auto;
		margin-top: 78px;
	}
	.page_4 .guest ul {
		margin-top: 10px;
	}
	.page_4 .guest ul li {
		width: 31%;
		margin-right: 3.5%;
	}
	.page_5 .l .news_slide .item .txt {
		width: 436px;
	}
	.page_5 .l .news_slide .item .txt p {
		line-height: 24px;
	}
	.page_5 .l .news_slide .item .txt span {
		margin-top: 20px;
	}
	.page_6 .contact .bt {
		margin-top: 10px;
	}
	.page_6 .contact .bt h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.page_6 .contact .bt .l {
		width: 500px;
	}
	.page_6 .contact .bt .r {
		width: 420px;
		float: right;
	}
	.page_6 .contact .bt .l form .fg {
		margin-bottom: 2px;
	}
	p.p1, p.p2 {
		height: 20px;
	}
	p.p3, p.p4 {
		height: 40px;
	}
	.page_2 {
		background: url(../images/bg1.jpg) center top no-repeat;
	}
	#allmap {
		width: 100%;
		float: left;
		height: 220px;
	}
	.page_6 .contact, .page_2 .product {
		padding-top: 20px !important;
	}
	.page_6.active .contact img.mid {
		margin: 0;
		display: none;
	}
}
@media (min-height: 710px) and (max-height: 900px) {
	#allmap {
		height: 300px;
	}
	.page_6 .contact img.mid {
		margin: 0;
	}
	.page_6 .contact .bt {
		margin-top: 10px;
	}
}
#product_detail p {
	margin: 0;
}

.sideWrap {
	width: 220px;
	float: left;
	/*margin-right: 30px;*/
	box-sizing: border-box;
	/*border-right: #bfbfbf 1px solid;*/
}
.sideWrap .sideTit {
	position: relative;
	margin-bottom: 20px;
	padding-right: 20px;
}
.sideWrap .sideTit .sideTitB {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 36px;
	text-align: right;
	font-weight: bold;
	color: #333;
}
.sideWrap .sideTit .sideTitS {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: right;
	color: #333;
}
.sideWrap .sideTit .sideIco {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -5px;
}
.sideWrap .sideNav {
	margin-bottom: 20px;
}
.sideWrap .sideNav a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-right: 20px;
	text-align: right;
	color: #333;
	font-size: 18px;
	text-decoration: none;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	margin-bottom:10px;
}
.sideWrap .sideNav a:hover {
	background-color: #fcfcfc;
	border-color: #f1f1f1;
	color: #1E90FF;
}
.sideWrap .sideNav a.cur {
	background-color: #fcfcfc;
	border-color: #f1f1f1;
	color: #1E90FF;
}
.pageRight {
	width: 920px;
	float: left;
	border-left:1px solid #bfbfbf;
	padding-left:30px;
}
.pageRight img {
	max-width: 100%;
}
.Sfenye {
	text-align: center;
}
.Sfenye span, .Sfenye a {
	padding: 7px 17px;
	margin: 0px 7px;
	border: 1px solid #337ab7;
}
.Sfenye span {
	color: #337ab7;
	font-weight: bold;
	border: none;
}
/***********************************************************/
body{
	position: relative;
}
.fullpage-wrapper .right_fixed{
	display:none;
}
.right_fixed{
	position:fixed;
	right:0;
	top:45%;
	width:100px;
	padding:10px;
	z-index:999;
}
.right_wrap{
	margin-bottom:10px;
}
.right_wrap a{
	display:block;
	text-align:center;
	text-decoration:none;
}
.right_wrap img{
	max-width:100%;
}
.right_qq a,
.right_wx a{
	max-width:40px;
	margin-right:15px;
	margin:0 auto;
}
.right_wx{
	position:relative;
	display:block;
}
.right_wx .weixin_nr{
	width:135px; 
	padding:10px; 
	background:#fff; 
	text-align:center; 
	position:absolute; 
    right: 75px;
    top: -30px;
	display:none;
}
.right_wx .weixin_nr .arrow{
	width:0; 
	height:0; 
	border-bottom:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent; 
	position:absolute; 
	left:50px; 
	top:-10px;
}
.right_wx.on .weixin_nr{ 
	display:block;
}
.back_top a{
	color:#000;
	font-size:18px;
}
