html {
	background: white;
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

body {
	background: white;
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

li {
	list-style: none;
}

a {
	transition: 0.5s;
	color: rgb(51, 51, 51);
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

a:hover {
	text-decoration: none;
}

.img-auto {
	overflow: hidden;
	display: block;
}


.img-auto img {
	margin: 0px auto;
	transition: 600ms;
	width: auto;
	height: auto;
}

.img-auto img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.navbar-default {
	background: white;
	padding: 15px 0px;
	opacity: 0.9;
	box-shadow: 0px 0px 15px #888;
	-webkit-box-shadow: 0px 0px 15px #888;
	-moz-box-shadow: 0px 0px 15px #888;
}

@media all and (max-width:768px) {
	.navbar-default {
		padding: 5px 0px;
	}
}

.navbar-default .navbar-nav> li> a {
	color: rgb(0, 0, 0);
}

a.navbar-brand {
	margin: 5px;
	padding: 0px;
	width: 210px;
	overflow: hidden;
	max-height: 48px;
}

a.navbar-brand img {
	margin: 0px auto;
	max-height: 48px;
	max-width: 210px;
}

@media all and (max-width:768px) {
	a.navbar-brand {
		margin-left: 10px;
		max-width: 180px;
	}
	a.navbar-brand img {
		max-height: 35px;
		max-width: 180px;
	}
}

@media all and (min-width:768px) {
	#navbar {
		float: right;
	}
}

.user-panel {
	margin: 10px 0px 0px 30px;
}

.user-panel a {
	padding: 5px 15px;
	border: 1px solid rgb(25, 141, 221);
	text-align: center;
	color: rgb(25, 141, 221);
	font-size: 14px;
	text-decoration: none;
}

.user-panel a:visited {
	padding: 5px 15px;
	border: 1px solid rgb(25, 141, 221);
	text-align: center;
	color: rgb(25, 141, 221);
	font-size: 14px;
	text-decoration: none;
}

.user-panel a:link {
	padding: 5px 15px;
	border: 1px solid rgb(25, 141, 221);
	text-align: center;
	color: rgb(25, 141, 221);
	font-size: 14px;
	text-decoration: none;
}

.user-panel a:hover {
	color: rgb(25, 141, 221);
}

.user-panel a.top-login {
	background: rgb(25, 141, 221);
	color: white;
}

.user-panel a:hover {
	background: rgb(38, 199, 157);
	border: 1px solid rgb(38, 199, 157);
	color: white;
}

.top-nav-right {
	margin: 0px;
	padding: 0px;
	top: 20px;
	width: 110px;
	right: 0px;
	position: absolute;
}

.top-nav-right ul {
	margin: 0px;
	padding: 0px;
}

.top-nav-right ul li {
	margin: 2px;
	width: 30px;
	line-height: 30px;
	float: left;
}

.top-nav-right ul li.nav-shopping a {
	top: 0px;
	width: 30px;
	height: 30px;
	right: 0px;
	display: block;
	position: absolute;
}

.shopping-box {
	margin: 0px auto;
	padding: 20px;
}

.shopping-box li {
	margin: 10px;
}

@media all and (max-width:768px) {
	.user-panel {
		margin: 10px 0px 0px;
	}
	.top-nav-right {
		margin-top: 10px;
	}
	.top-nav-right ul li.nav-shopping {
		display: none;
	}
	.top-nav-right ul li.glyphicon-search {
		display: none;
	}
	.navbar-toggle {
		z-index: 999;
	}
	.top-nav-right {
		left: 5px;
		top: 0px;
		width: 30px;
		font-size: 26px;
		position: relative;
		z-index: 99;
	}
}

#fat-menu {
	margin-top: 3px;
}

.carousel-caption {
	bottom: 10%;
}

.carousel-caption h3 {
	font-size: 3.2em;
	margin-bottom: 30px;
}

.carousel-caption p {
	line-height: 200%;
	font-size: 1.2em;
}

.carousel-caption .btn {
	font-size: 1em;
	margin-top: 20px;
}

@media all and (max-width:1280px) {
	#myCarousel {
		margin-top: 86px;
	}
	.carousel-caption h3 {
		font-size: 2em;
	}
	.carousel-caption p {
		line-height: 180%;
		font-size: 1em;
	}
}

@media all and (max-width:768px) {
	#myCarousel {
		margin-top: 80px;
	}
	.carousel-caption h3 {
		font-size: 1.2em;
		margin-bottom: 30px;
	}
	.carousel-caption p {
		display: none;
	}
	.carousel-caption .btn {
		display: none;
	}
}

.modal {
	top: 20%;
}

.bs-example-modal-lg-search .row {
	padding: 20px;
}

.blank5 {
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank10 {
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank20 {
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank30 {
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank50 {
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank60 {
	height: 5px;
	overflow: hidden;
	clear: both;
}

.blank10 {
	height: 10px;
}

.blank20 {
	height: 20px;
}

.blank30 {
	height: 30px;
}

.blank50 {
	height: 50px;
}

.blank60 {
	height: 60px;
}

.title {
	padding: 50px 0px 60px;
	text-align: center;
	text-transform: uppercase;
}

.title-2 {
	padding: 50px 0px 60px;
	text-align: center;
	text-transform: uppercase;
}

.title h1 {
	height: 45px;
	color: rgb(140, 212, 193);
	line-height: 45px;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}

.title h3 a {
	height: 45px;
	color: rgb(140, 212, 193);
	line-height: 45px;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}

.title h3 small {
	margin: 20px 0px 10px;
	color: rgb(161, 161, 161);
	clear: both;
	font-size: 10px;
	display: block;
}

.title p {
	margin: 10px auto 30px;
	color: rgb(51, 51, 51);
	line-height: 20px;
	font-size: 16px;
}

.title-index-1 p {
	margin: 10px auto 30px;
	color: rgb(51, 51, 51);
	line-height: 20px;
	font-size: 16px;
}

.title span {}

@media all and (min-width:768px) {
	.title p {
		width: 600px;
	}
	.title-index-1 p {
		width: 600px;
	}
}

.title-2 a {
	font-size: 30px;
}

.title-2 h3 a small {
	margin: 10px 0px;
	color: rgb(161, 161, 161);
	clear: both;
	font-size: 8px;
	display: block;
}

.fweixin img {
	width: 150px;
}

.fweixin p {
	text-align: center;
	line-height: 24px;
}

.sub_menu {
	margin-top: 30px;
}

@media all and (max-width:768px) {
	.sub_menu {
		height: 0px;
		overflow: hidden;
	}
}

.breadcrumb {
	margin-bottom: 50px;
}

.breadcrumb span {
	color: rgb(204, 204, 204);
	padding-right: 15px;
}

.content_tools {
	background: rgb(238, 238, 238);
	margin: 30px 0px;
	padding: 5px 15px;
	text-align: right;
	font-size: 14px;
	float: right;
}

.pages {
	margin: 0px 10px;
	color: rgb(136, 136, 136);
	clear: both;
	font-size: 0.8em;
}

.pages strong {
	background: rgb(51, 122, 183);
	margin: 0px 3px 0px 0px;
	padding: 0px 8px;
	border-radius: 3px;
	height: 26px;
	color: rgb(255, 255, 255);
	line-height: 26px;
	font-size: 0.8em;
	float: left;
	display: block;
}

.pages span {
	background: rgb(51, 122, 183);
	margin: 0px 3px 0px 0px;
	padding: 0px 8px;
	border-radius: 3px;
	height: 26px;
	color: rgb(255, 255, 255);
	line-height: 26px;
	font-size: 0.8em;
	float: left;
	display: block;
}

.pages a {
	margin: 0px 3px 0px 0px;
	padding: 0px 8px;
	border-radius: 3px;
	border: 1px solid rgb(51, 122, 183);
	height: 24px;
	color: rgb(51, 122, 183);
	line-height: 24px;
	font-size: 0.8em;
	text-decoration: none;
	float: left;
	display: block;
}

.pages a {
	margin: 0px 3px 0px 0px;
	padding: 0px 8px;
	border-radius: 3px;
	border: 1px solid rgb(51, 122, 183);
	height: 24px;
	color: rgb(51, 122, 183);
	line-height: 24px;
	font-size: 0.8em;
	text-decoration: none;
	float: left;
	display: block;
}

.pages strong {
	color: white;
}

.pages span {
	float: right;
}

#page {
	font-size: 0.8em;
}

#page .blank10 {
	height: 20px;
}

#page strong {
	background: rgb(51, 122, 183);
	padding: 5px 8px;
	border-radius: 5px;
	color: white;
	font-size: 0.8em;
	margin-right: 15px;
}

.pagination {
	margin: 50px 0px;
}

.page-number {
	background: rgb(51, 122, 183);
	margin: 0px 3px 0px 0px;
	padding: 9px 20px;
	border-radius: 3px;
	top: 5px;
	height: 26px;
	right: 0px;
	color: rgb(255, 255, 255);
	line-height: 26px;
	font-size: 0.8em;
	position: relative;
}

#content_text {
	line-height: 180%;
	font-size: 1.2em;
}

.index-1 {
	background: rgb(248, 248, 248);
	padding-bottom: 100px;
}

.index-3 {
	background: rgb(248, 248, 248);
	padding-bottom: 100px;
}

.index-1 ul {
	overflow: hidden;
}

.index-1 li {
	border: 1px solid transparent;
	transition: 400ms;
	height: 350px;
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
}

.index-1 li:hover {
	background: white;
	border: 1px solid rgb(204, 204, 204);
}

.index-1 .t1 {
	padding: 70px 0px 0px;
	transition: 400ms;
	width: 100%;
	height: 140px;
	color: rgb(155, 151, 151);
	font-size: 14px;
}

.index-1 .t1 .img-auto {
	margin: 0px 0px 10px;
	height: 176px;
	overflow: hidden;
}

.index-1 .t1 a {
	margin: 0px 0px 5px;
	transition: 400ms;
	color: rgb(58, 58, 58);
	font-size: 18px;
}

.index-1 .t2 {
	background: rgb(123, 201, 30);
	padding: 20px 10px 0px;
	transition: 400ms;
	left: 0px;
	width: 100%;
	height: 80px;
	bottom: -80px;
	color: rgb(255, 255, 255);
	line-height: 24px;
	font-size: 14px;
	position: absolute;
}

.index-1 li:hover .t1 {
	margin-top: -50px;
}

.index-1 li:hover .t2 {
	bottom: 0px;
}

@media all and (max-width:768px) {
	.index-1 li {
		background: white;
		border: 1px solid rgb(204, 204, 204);
		margin-bottom: 30px;
	}
	.index-1 li .t1 {
		margin-top: -50px;
	}
	.index-1 li .t2 {
		bottom: 0px;
	}
}

.index-2 {
	padding-bottom: 80px;
}

.index-2 div div {
	padding: 20px 30px;
	border-radius: 3px;
	border: 1px solid rgb(238, 238, 238);
	box-shadow: 0px 0px 10px #eee;
	-webkit-box-shadow: 0px 0px 10px #eee;
	-moz-box-shadow: 0px 0px 10px #eee;
}

@media all and (max-width:768px) {
	.index-2 div div {
		margin-bottom: 20px;
	}
}

.index-2 div div.img-auto a {
	margin: 20px 0px;
	height: 100px;
	overflow: hidden;
	display: block;
}

.index-2 div div.img-auto h4 a {
	height: 16px;
	font-size: 14px;
}

.index-2 div div:hover {
	background: rgb(238, 238, 238);
}

.index-2 div div p {
	color: rgb(85, 85, 85);
	font-size: 12px;
}

.index-2 div div p.date {
	color: rgb(153, 153, 153);
}

.index-3 .btn {
	padding: 10px 40px;
	border-radius: 50px;
}

.index-3-left {
	height: 240px;
	overflow: auto;
}

.index-3-left p {
	text-indent: 2em;
}

@media all and (max-width:768px) {
	.index-3-left {
		margin-bottom: 30px;
	}
}

.index-6 {
	padding: 0px 0px 100px;
}

.index-6 ul li {
	padding: 0px;
	border: 1px solid rgb(238, 238, 238);
	height: 124px;
	overflow: hidden;
}

.index-6 ul li .img-auto {
	margin: 28px 50px;
	width: 89px;
	height: 68px;
	overflow: hidden;
}

.home-links {
	background: rgb(51, 51, 51);
	padding: 50px 0px 0px;
	color: rgb(102, 102, 102);
}

.home-links .hr {
	padding: 15px 0px 0px;
	border-top-color: rgb(85, 85, 85);
	border-top-width: 1px;
	border-top-style: dotted;
}

.home-links-left {
	padding: 0px;
}

.home-links .links-logo img {
	margin: 10px;
	float: left;
	opacity: 0.2;
}

.home-links .links-logo img:hover {
	transition: 400ms;
	opacity: 1;
}

.home-links .links-a {
	margin: 0px auto;
	padding-bottom: 60px;
	clear: both;
	font-size: 14px;
}

.home-links .links-a a {
	padding: 10px;
	color: rgb(102, 102, 102);
	line-height: 300%;
}

.list-container a {
	color: rgb(51, 51, 51);
}

.list-container p {
	color: rgb(136, 136, 136);
}

.list-container h4 {
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.list-container .row {
	margin-bottom: 15px;
}

.list-container .news-list {
	margin-bottom: 0px;
}

.list-border {
	border-width: 1px;
	border-style: dotted;
	border-color: transparent transparent rgb(187, 187, 187);
	padding: 15px;
	clear: both;
}

.list-border-w {
	margin: 15px 0px;
	border: 1px dotted rgb(187, 187, 187);
}

.list-border:hover {
	background: rgb(245, 245, 245);
	border-color: rgb(204, 204, 204);
	border-radius: 5px;
}

.list-date {
	width: 4em;
	text-align: center;
	margin-right: 20px;
	float: left;
}

.list-date span {
	width: 1em;
	color: rgb(85, 85, 85);
	line-height: 1em;
	overflow: hidden;
	padding-top: 0.1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 4em;
	display: block;
	white-space: nowrap;
}

.list-date p {
	width: 4em;
	overflow: hidden;
	clear: both;
	margin-bottom: 0px;
	display: block;
}

.news-list p {
	line-height: 1.6;
}

.news-list-text-pic p {
	line-height: 1.6;
}

.list-down p {
	line-height: 1.6;
}

.list-down .img-auto {
	height: 170px;
	overflow: hidden;
}

.masonry#projectlist {
	margin: 0px auto;
}

#projectlist {}

.wrapper {
	margin: 0px auto;
}

.projectitem {
	margin: 0px 0px 30px;
	width: 380px;
	float: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.projectitem a {
	display: block;
	position: relative;
}

.projectitem a:hover {
	overflow: hidden;
	text-decoration: none;
}

.projectitem a h4 {
	text-align: center;
	display: none;
}

.projectitem a:hover h4 {
	background: rgb(51, 51, 51);
	margin: 0px;
	padding: 15px 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	display: block;
	position: absolute;
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.projectitem img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-1 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-2 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-3 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

#projectlist .owl-item img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.projectitem p {
	line-height: 200%;
	font-size: 1.2em;
}

.masonry#projectlist {
	margin: 0px auto;
}

#projectlist {}

.wrapper {
	margin: 0px auto;
}

.projectitem {
	margin: 0px 0px 30px;
	width: 380px;
	float: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.projectitem a {
	display: block;
	position: relative;
}

.projectitem a:hover {
	overflow: hidden;
	text-decoration: none;
}

.projectitem a h4 {
	text-align: center;
	display: none;
}

.projectitem a:hover h4 {
	background: rgb(51, 51, 51);
	margin: 0px;
	padding: 15px 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	display: block;
	position: absolute;
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.projectitem img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-1 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-2 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-3 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

#projectlist .owl-item img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.projectitem p {
	line-height: 200%;
	font-size: 1.2em;
}

.post-masonry {
	margin: 0px 0px 30px;
}

.post-masonry a {
	display: block;
	position: relative;
}

.post-masonry a:hover {
	overflow: hidden;
	text-decoration: none;
}

.post-masonry a h4 {
	text-align: center;
	display: none;
}

.post-masonry a:hover h4 {
	background: rgb(51, 51, 51);
	margin: 0px;
	padding: 15px 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	display: block;
	position: absolute;
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.post-masonry img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-1 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-2 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.index-3 img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

#projectlist .owl-item img {
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
}

.content-right-list h3 {
	font-size: 16px;
}

.content-right-list ol {
	margin-bottom: 60px;
}

.content-right-list ol li {
	line-height: 1.8;
	font-size: 14px;
	list-style-type: decimal;
}

@media all and (max-width:768px) {
	.content-right-list {
		margin-top: 60px;
	}
}

.contact-us {
	background: rgb(36, 38, 37);
}

.contact-us h3 {
	padding: 50px 0px;
	text-align: center;
	color: rgb(204, 204, 204);
	line-height: 120%;
	font-size: 60px;
}

.contact-us h3 span {
	color: rgb(194, 44, 69);
	font-weight: bold;
}

.contact-us h4 {
	margin: 50px auto 0px;
	padding: 0px 0px 50px;
	clear: both;
}

.contact-us dl {}

.contact-us dl dt {
	color: rgb(202, 202, 202);
	line-height: 40px;
	font-size: 26px;
	margin-bottom: 10px;
}

.contact-us dl dd {
	color: rgb(174, 174, 174);
	font-size: 1em;
}

.content-ditu {
	height: 50.8em;
	overflow: hidden;
}

.contact-us .glyphicon {
	font-size: 50px;
}

.product_info {
	overflow: hidden;
}

.product_info table {
	width: 100%;
	color: rgb(83, 83, 83);
}

.product_info table th {
	padding: 7px 5px;
	width: 120px;
	text-align: right;
	color: rgb(136, 136, 136);
	font-weight: normal;
}

.product_info table td {
	padding: 5px;
	color: rgb(83, 83, 83);
	font-size: 0.9em;
}

.product_info table tr {}

.product_info strong {
	color: rgb(229, 63, 64);
	font-size: 30px;
}

#dialog_link {
	background: rgb(35, 98, 152);
	margin-left: 20px;
}

@media all and (max-width:768px) {
	#dialog_link {
		margin: 20px 0px 0px;
	}
}

#projectlist .owl-carousel {
	width: 100%;
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}

#projectlist .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#projectlist .owl-carousel .owl-wrapper-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#projectlist .owl-carousel .autoHeight.owl-wrapper-outer {
	transition: height 500ms ease-in-out;
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
}

#projectlist .owl-carousel .owl-item {
	padding: 0px 50px;
	text-align: center;
	overflow: hidden;
	float: left;
}

#projectlist .owl-carousel .owl-item a.img-auto {
	height: 350px;
	overflow: hidden;
}

#projectlist .owl-carousel .owl-item h4 {
	margin: 30px 0px;
	font-size: 16px;
}

#projectlist .owl-carousel .owl-item h4 small {
	padding-left: 20px;
	font-style: oblique;
}

#projectlist .owl-controls .owl-page {
	cursor: pointer;
}

#projectlist .owl-controls .owl-buttons div {
	cursor: pointer;
}

#projectlist .owl-controls {
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-khtml-user-select: none;
}

#projectlist .grabbing {}

#projectlist .owl-carousel .owl-wrapper {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-transform: translate3d(0, 0, 0);
	-moz-backface-visibility: hidden;
}

#projectlist .owl-carousel .owl-item {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-transform: translate3d(0, 0, 0);
	-moz-backface-visibility: hidden;
}

#projectlist .owl-theme .owl-controls {
	text-align: center;
	margin-top: 20px;
}

#projectlist .owl-theme .owl-controls .owl-buttons div {
	background: rgb(238, 238, 238);
	margin: 5px;
	padding: 5px 15px;
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	-ms-zoom: 1;
}

#projectlist .owl-theme .owl-controls .owl-buttons div:hover {
	background: rgb(51, 51, 51);
	color: white;
}

#projectlist .owl-theme .clickable.owl-controls .owl-buttons div:hover {
	text-decoration: none;
	opacity: 1;
}

#projectlist .owl-theme .owl-controls .owl-page {
	display: inline-block;
	-ms-zoom: 1;
}

#projectlist .owl-theme .owl-controls .owl-page span {
	background: rgb(153, 153, 153);
	margin: 5px 7px;
	border-radius: 20px;
	width: 12px;
	height: 12px;
	display: block;
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#projectlist .owl-theme .owl-controls .active.owl-page span {
	opacity: 1;
}

#projectlist .owl-theme .clickable.owl-controls .owl-page:hover span {
	opacity: 1;
}

#projectlist .owl-theme .owl-controls .owl-page span.owl-numbers {
	padding: 2px 10px;
	border-radius: 30px;
	width: auto;
	height: auto;
	color: rgb(255, 255, 255);
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#projectlist .loading.owl-item {
	background: url("../image/AjaxLoader.gif") no-repeat center;
	min-height: 150px;
}

#projectlist .owl-carousel .owl-wrapper::after {
	height: 0px;
	line-height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}

.content-bottom-list-more {
	background: rgb(238, 238, 238);
	padding: 8px 15px;
	color: rgb(136, 136, 136);
}

@media all and (min-width:768px) {
	.servers-wap {
		display: none;
	}
	.dropdown-menu> li> a {
		padding: 10px 20px;
	}
	.navbar .nav> li.oen ul.two {
		margin: 0px;
	}
	.navbar .nav> li.oen:hover ul.two {
		display: block;
	}
}

@media all and (max-width:768px) {
	.plug-menu {
		background: rgb(204, 204, 204);
	}
	.top_menu> li {
		background: rgb(204, 204, 204);
	}
	.foot_mp {
		background: rgb(204, 204, 204);
	}
	.servers {
		display: none;
	}
	.foot-share {
		display: none;
	}
	.content_tools_box {
		display: none;
	}
	ul.nav-pills li.active {
		clear: both;
		display: block;
	}
	#carousel-example-generic {
		margin-bottom: 30px;
	}
	.content-bottom-list-more {
		width: 110px;
		margin-bottom: 30px;
		display: block;
	}
}

.navbar-right {
	padding: 0px;
}

.top-nav-right .dropdown-menu li {
	width: 98%;
	clear: both;
}

.lead {
	line-height: 1.8;
	font-size: 1em;
}

.index-1 ul {
	margin: 0px;
	padding: 0px;
}

.index-6 ul {
	margin: 0px;
	padding: 0px;
}

.lead img {
	max-width: 100%;
}

.child {
	display: none;
}

.left-menu {
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	line-height: 42px;
}

.left-menu ul {
	margin: 0px;
	padding: 0px;
}

.left-menu ul li a {
	padding: 0px 0px 0px 40px;
	display: block;
}

.left-menu ul li.two {
	padding-left: 10px;
}

.left-menu ul li.three {
	padding-left: 10px;
}

.left-menu ul li.four {
	padding-left: 10px;
}

.left-menu ul li.five {
	padding-left: 10px;
}

.btn-primary {
	border-color: rgb(140, 212, 193);
	background-color: rgb(140, 212, 193);
}

.pagination> .active> a {
	border-color: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
	z-index: 2;
	cursor: default;
	background-color: rgb(140, 212, 193);
}

.pagination> .active> a:focus {
	border-color: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
	z-index: 2;
	cursor: default;
	background-color: rgb(140, 212, 193);
}

.pagination> .active> a:hover {
	border-color: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
	z-index: 2;
	cursor: default;
	background-color: rgb(140, 212, 193);
}

.pagination> .active> span {
	border-color: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
	z-index: 2;
	cursor: default;
	background-color: rgb(140, 212, 193);
}

.pagination> .active> span:focus {
	border-color: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
	z-index: 2;
	cursor: default;
	background-color: rgb(140, 212, 193);
}

.pagination> .active> span:hover {
	border-color: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
	z-index: 2;
	cursor: default;
	background-color: rgb(140, 212, 193);
}

.pagination> li> a {
	color: rgb(140, 212, 193);
}

.pagination> li> span {
	color: rgb(140, 212, 193);
}

.pagination> li> a:focus {
	color: rgb(140, 212, 193);
}

.pagination> li> a:hover {
	color: rgb(140, 212, 193);
}

.pagination> li> span:focus {
	color: rgb(140, 212, 193);
}

.pagination> li> span:hover {
	color: rgb(140, 212, 193);
}

#page strong {
	background: rgb(140, 212, 193);
}

.nav-pills> li.active> a {
	color: rgb(255, 255, 255);
	background-color: rgb(140, 212, 193);
}

.nav-pills> li.active> a:focus {
	color: rgb(255, 255, 255);
	background-color: rgb(140, 212, 193);
}

.nav-pills> li.active> a:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(140, 212, 193);
}

#dialog_link {
	background: rgb(140, 212, 193);
}

.active.list-group-item> .badge {
	color: rgb(140, 212, 193);
	background-color: rgb(255, 255, 255);
}

.nav-pills> .active> a> .badge {
	color: rgb(140, 212, 193);
	background-color: rgb(255, 255, 255);
}

.comm input.btn {
	background: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
}

.pages strong {
	background: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
}

.pages span {
	background: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
}

.btn-primary .badge {
	color: rgb(140, 212, 193);
	background-color: rgb(255, 255, 255);
}

body {
	background: rgb(255, 255, 255);
	font-family: Microsoft Yahei;
	-ms-overflow-x: hidden;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

li {
	list-style: none;
}

.blank5 {
	height: 5px;
	clear: both;
}

.blank10 {
	height: 10px;
	clear: both;
}

.blank20 {
	height: 20px;
	clear: both;
}

.blank30 {
	height: 30px;
	clear: both;
}

.img-auto {
	overflow: hidden;
	display: block;
}

.img-auto img {
	margin: 0px auto;
	transition: 600ms;
	width: 100%;
	height: auto;
}

.img-auto:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#header {
	background: rgb(255, 255, 255);
	padding: 0px 40px;
	transition: 600ms;
	top: 0px;
	width: 100%;
	font-size: 12px;
	position: fixed;
	z-index: 3;
}

#header * {
	transition: 600ms;
	text-align: center;
}

.logo-box {
	margin: 0px auto;
	height: 100px;
	padding-top: 10px;
}

.logo-box img {
	width: auto;
	height: 100%;
}

.menu {}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu> ul> li {
	padding: 0px 20px;
	color: rgb(255, 255, 255);
	line-height: 60px;
	letter-spacing: 0px;
	font-family: Arial;
	display: inline-block;
	position: relative;
}

.menu> ul> li> a {
	color: rgb(51, 51, 51);
	line-height: 60px;
	display: block;
}

.menu> ul> li> a::after {
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 30%;
	height: 1px;
	margin-top: -5px;
	display: block;
	content: "";
}

.menu> ul> li:hover> a::after {
	background: rgb(153, 153, 153);
	width: 100%;
}

.menu> ul> li.on> a::after {
	background: rgb(153, 153, 153);
}

.menu> ul> li> a span {
	margin-left: 5px;
}

.menu2 {
	background: rgb(255, 255, 255);
	left: -50px;
	top: 100%;
	width: 210px;
	display: none;
	position: absolute;
}

.menu2 ul {
	transition: 600ms;
	margin-top: 20px;
	position: relative;
	z-index: 101;
	opacity: 0;
	-moz-opacity: 0;
}

.menu ul> li:hover .menu2 {
	display: block;
}

.menu ul> li:hover .menu2 ul {
	margin-top: 0px;
	z-index: 102;
	opacity: 1;
	-moz-opacity: 1;
}

.menu2 ul {
	margin: 0px;
	padding: 0px;
}

.menu2 li a {
	padding: 0px 30px;
	color: rgb(102, 102, 102);
	line-height: 48px;
	border-bottom-color: rgb(234, 234, 234);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
}

.menu2 li a span {
	height: 49px;
	color: rgb(38, 38, 38);
	line-height: 48px;
	float: right;
	display: none;
}

.menu2 li a:hover {
	background: rgb(247, 247, 247);
	color: rgb(51, 51, 51);
}

.menu2 li a:hover span {
	color: rgb(0, 0, 0);
}

.mini#header .logo-box {
	height: 0px;
	transform: scale(0.8, 0);
	-webkit-transform: scale(0.8, 0);
	-o-transform: scale(0.8, 0);
	-moz-transform: scale(0.8, 0);
}

.banner {
	height: 116px;
}

@media screen and (max-width:768px) {
	.banner {
		height: 70px;
	}
}

.title10 {
	padding: 30px 0px;
	text-align: center;
}

.title10 a {
	text-decoration: none;
}

.title10 h3 {
	margin: 0px 0px 5px;
}

.title10 p {
	color: rgb(153, 153, 153);
}

.subtitle10 {
	text-align: center;
	color: rgb(60, 60, 60);
}

.subtitle10 ul {
	margin: 0px;
	padding: 0px;
}

.subtitle10 li {
	border-left-color: rgb(221, 221, 221);
	border-left-width: 1px;
	border-left-style: solid;
	display: inline-block;
}

.subtitle10 a {
	margin: 0px 5px;
	padding: 6px 15px;
	color: rgb(102, 102, 102);
}

.subtitle10 a:hover {
	background: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
}

.index-subtitle a.on {
	background: rgb(140, 212, 193);
	color: rgb(255, 255, 255);
}

.section1 {
	padding: 50px 0px 80px;
}

.chanpin {
	margin: 20px 0px;
	padding-bottom: 63px;
	position: relative;
}

.chanpin-img {
	position: relative;
	z-index: 111;
}

.chanpin-text {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.chanpin-text div {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.chanpin-text a {
	background: rgb(255, 255, 255);
	transition: 600ms;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: relative;
	z-index: 112;
}

.chanpin-text h5 {
	margin: 5px 0px;
	color: rgb(102, 102, 102);
	overflow: hidden;
	font-size: 14px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}

.chanpin-text p {
	color: rgb(153, 153, 153);
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}

.chanpin-text a::before {
	background: url("../image/icon.png") no-repeat -30px -66px;
	transition: 600ms;
	top: 50%;
	width: 37px;
	height: 20px;
	right: 2px;
	margin-top: -11px;
	border-left-color: rgba(0, 0, 0, 0);
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	content: "";
	ransition: all 0.3s ease-out 0s;
}

.chanpin:hover .chanpin-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.chanpin:hover .chanpin-text h5 {
	color: rgb(34, 34, 34);
}

.chanpin:hover .chanpin-text a {
	padding: 15px 0px;
}

.chanpin:hover .chanpin-text a::before {
	background: url("../image/icon.png") no-repeat 16px -66px;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-left-width: 1px;
	border-left-style: solid;
}

.index-more {
	text-align: center;
}

.index-more a {
	margin: 0px auto;
	border-radius: 0px;
	border: 0px currentColor;
	width: 150px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	position: relative;
}

.index-more a::before {
	transition: 0.3s;
	left: 0px;
	width: 100%;
	height: 45px;
	bottom: 0px;
	border-top-color: rgba(0, 0, 0, 0.4);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	opacity: 0;
	transform: scale(0.1, 1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transform: scale(0.1, 1);
	-moz-transition: all 0.3s;
}

.index-more a::after {
	transition: ;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.index-more a i {
	background: url("../image/icon.png") no-repeat 0px -22px;
	transition: 0.3s ease-out;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 14px;
	color: rgba(255, 255, 255, 0);
	text-indent: -10px;
	font-size: 24px;
	margin-top: -7px;
	margin-left: -17px;
	display: block;
	position: absolute;
	z-index: 3;
}

.index-more a:hover {
	border: inherit;
}

.index-more a:hover::before {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1, 1);
}

.index-more a:hover::after {
	opacity: 0;
	transform: scale3d(0.7, 0.7, 1);
	webkit-transform: scale3d(0.7, 0.7, 1);
}

.index-more a:hover i {
	background: url("../image/icon.png") no-repeat 0px -38px;
}

.section2 {
	background: rgb(243, 243, 243);
	padding: 50px 0px 80px;
}

.service {
	background: rgb(255, 255, 255);
	margin: 20px 0px;
	transition: 600ms;
	top: 10px;
	position: relative;
}

.service-img {
	border-width: 10px 10px medium;
	border-style: solid solid none;
	border-color: transparent transparent currentColor;
}

.service-text {
	padding: 20px;
	transition: 600ms;
	position: relative;
}

.service-text a {
	padding: 10px;
	display: block;
}

.service-text h4 {
	text-align: center;
	color: rgb(68, 68, 68);
	padding-bottom: 17px;
	position: relative;
}

.service-text h4::after {
	background: rgb(204, 204, 204);
	margin: 0px 0px 0px -1em;
	left: 50%;
	width: 2em;
	height: 1px;
	bottom: 0px;
	display: block;
	position: absolute;
	content: "";
}

.service-text p {
	height: 44px;
	color: rgb(153, 153, 153);
	line-height: 22px;
	overflow: hidden;
}

.service-text::after {
	border: 1px solid rgb(221, 221, 221);
	transition: 600ms;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	display: block;
	position: absolute;
	content: "";
}

.service:hover {
	top: 0px;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
}

.service:hover .service-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.service:hover .service-text::after {
	border-color: rgb(153, 153, 153);
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.service:hover .service-text h4::after {
	background: rgb(153, 153, 153);
}

.service2 {
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
}

.section3 {
	background: rgb(255, 255, 255);
}

.s3-img {
	padding: 50px;
}

.s3-text {
	padding: 70px 0px 0px;
}

.s3-text-p {
	margin: 0px 50px 40px;
	height: 120px;
	color: rgb(153, 153, 153);
	line-height: 30px;
	overflow: hidden;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.s3-img {
		padding: 30px;
	}
	.s3-text {
		padding: 30px 0px 0px;
	}
	.s3-text-p {
		margin: 0px 45px 30px 0px;
		height: 120px;
		line-height: 30px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.s3-img {
		padding: 20px;
	}
	.s3-text {
		padding: 20px 0px 0px;
	}
	.s3-text-p {
		margin: -30px 35px 10px 0px;
		height: 90px;
		line-height: 30px;
	}
}

@media screen and (max-width:767px) and (min-width:480px) {
	.s3-text {
		padding: 0px 0px 50px;
	}
	.s3-img {
		padding: 15px;
	}
	.s3-text .title10 {
		padding: 25px 0px 10px;
		margin-top: 0px;
	}
	.s3-text-p {
		margin: 0px 20px 30px;
		height: auto;
		line-height: 30px;
	}
}

@media screen and (max-width:479px) and (min-width:0px) {
	.s3-text {
		padding: 0px 0px 50px;
	}
	.s3-img {
		padding: 15px;
	}
	.s3-text .title10 {
		padding: 15px 0px 10px;
		margin-top: 0px;
	}
	.s3-text-p {
		margin: 0px 20px 30px;
		height: auto;
		line-height: 30px;
	}
}

.section4 {
	background: url("../image/s4-bg.png") rgb(248, 248, 248);
	padding: 50px 0px 80px;
}

.xinwen {
	margin: 20px 0px;
	height: 220px;
	overflow: hidden;
}

.xinwen h2 {
	color: rgb(170, 170, 170);
	line-height: 46px;
	font-size: 42px;
	margin-top: 0px;
}

.xinwen h4 {
	margin: 30px 0px 20px;
	transition: 600ms;
	color: rgb(102, 102, 102);
}

.xinwen p {
	height: 44px;
	color: rgb(153, 153, 153);
	line-height: 22px;
	overflow: hidden;
	position: relative;
}

.xinwen div {
	margin: 0px 0px 10px;
	transition: 600ms;
	padding-bottom: 10px;
	position: relative;
}

.xinwen div::before {
	background: rgb(204, 204, 204);
	transition: 600ms;
	left: 0px;
	width: 2em;
	height: 1px;
	bottom: 0px;
	display: block;
	position: absolute;
	content: "";
}

.xinwen span {
	color: rgb(153, 153, 153);
}

.xinwen i {
	transition: 600ms;
	margin-left: -1em;
	opacity: 0;
	-moz-opacity: 0;
}

.xinwen:hover h4 {
	margin: 20px 0px;
}

.xinwen:hover div {
	margin: 0px 0px 20px;
}

.xinwen:hover div::before {
	width: 100%;
}

.xinwen:hover span {
	color: rgb(51, 51, 51);
}

.xinwen:hover i {
	margin-left: 1em;
	opacity: 1;
	-moz-opacity: 1;
}

.section5 {
	padding: 50px 0px;
}

.section5 #owl-demo3 * {
	box-sizing: border-box;
}

.section5 #owl-demo3 {
	position: relative;
}

.section5 #owl-demo3 .owl-wrapper-outer {
	padding: 10px 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section5 #owl-demo3 .owl-item {
	padding: 0px 30px;
	height: auto;
	overflow: hidden;
	float: left;
}

.section5 #owl-demo3 .owl-controls {
	top: 50%;
	width: 100%;
	position: absolute;
}

.section5 #owl-demo3 .owl-pagination {
	display: none;
}

.section5 #owl-demo3 .owl-controls .owl-page {
	display: inline-block;
	-ms-zoom: 1;
}

.section5 #owl-demo3 .owl-controls .owl-page span {
	background: rgb(153, 153, 153);
	margin: 5px 7px;
	border-radius: 20px;
	width: 12px;
	height: 12px;
	display: block;
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.section5 #owl-demo3 .owl-controls .active.owl-page span {
	background: rgb(66, 164, 255);
	opacity: 1;
}

.section5 #owl-demo3 .clickable.owl-controls .owl-page:hover span {
	background: rgb(66, 164, 255);
	opacity: 1;
}

.section5 #owl-demo3 .owl-wrapper::after {
	height: 0px;
	line-height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
}

.section5 #owl-demo3 .owl-buttons {
	text-align: center;
	margin-top: -9px;
	position: relative;
}

.section5 #owl-demo3 .owl-controls .owl-buttons div {
	background: url("../image/icon.png");
	transition: 300ms;
	width: 20px;
	height: 17px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	-ms-zoom: 1;
}

.section5 #owl-demo3 .owl-controls .owl-buttons div.owl-prev {
	background-position: -140px 5px;
	left: 0px;
	top: 0px;
	position: absolute;
}

.section5 #owl-demo3 .owl-controls .owl-buttons div.owl-next {
	background-position: -105px 5px;
	right: 0px;
	position: absolute;
}

.section5 #owl-demo3 .owl-controls .owl-buttons div.owl-prev:hover {
	background-position: -140px -9px;
}

.section5 #owl-demo3 .owl-controls .owl-buttons div.owl-next:hover {
	background-position: -105px -9px;
}

.foot {
	background: rgb(243, 243, 243);
	padding: 30px 0px 0px;
	color: rgb(153, 153, 153);
	position: relative;
	z-index: 2;
}

.foot1 {
	margin: 20px 0px;
}

.foot1 h3 {
	margin: 10px 0px 5px;
}

.foot1 p {
	color: rgb(153, 153, 153);
}

.foot2 {
	margin: 20px 0px;
}

.foot2 h4 {
	color: rgb(102, 102, 102);
}

.foot2 ul {
	margin: 15px 0px 0px;
	padding: 0px;
}

.foot2 ul a {
	margin: 0px 10px 0px 0px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	color: rgb(102, 102, 102);
	line-height: 30px;
	float: left;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.foot2 ul a:hover {
	background: rgb(0, 0, 0);
	border-radius: 0px;
	color: rgb(255, 255, 255);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.foot3 {
	margin: 20px 0px;
}

.foot3 h4 {
	color: rgb(102, 102, 102);
}

.foot3 ul {
	margin: 10px 0px 0px;
	padding: 0px;
}

.foot3 li {
	padding: 8px 0px;
	line-height: 16px;
}

.foot-b {
	background: rgb(255, 255, 255);
	margin: 20px 0px 0px;
	padding: 10px 0px;
	color: rgb(167, 167, 167);
	line-height: 22px;
	font-size: 12px;
	border-top-color: rgb(238, 238, 238);
	border-top-width: 1px;
	border-top-style: solid;
}

.foot-b a {
	color: rgb(167, 167, 167);
}

#outer-w {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 99999;
}

#outer {
	width: 100%;
	height: 100%;
	position: relative;
}

[id]#outer {
	display: table;
	position: static;
}

#middle {
	top: 50%;
	position: absolute;
}

[id]#middle {
	vertical-align: middle;
	display: table-cell;
	position: static;
}

#inner {
	margin: 0px auto;
	padding: 30px 0px;
	top: -50%;
	width: 300px;
	text-align: center;
	position: relative;
}

*+ html [id]#outer {
	position: relative;
}

*+ html [id]#middle {
	position: absolute;
}

#bg-black {
	background: rgba(0, 0, 0, 0.6);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.inner {
	background: rgb(255, 255, 255);
	border-radius: 3px;
	position: relative;
	z-index: 2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#banner {
	width: 100%;
	height: 260px;
	position: relative;
}

#banner div {
	background-position: center;
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(57, 56, 62);
}

.box2 {
	padding: 50px 0px;
}

.team-box {
	padding: 50px 0px;
}

.team {
	margin: 20px 0px;
	border: 1px solid rgb(221, 221, 221);
	transition: 600ms;
}

.team .team-img {
	padding: 10px;
}

.team .team-text {
	padding: 10px;
}

.team-text h4 {
	color: rgb(51, 51, 51);
}

.team-text h4 small {
	color: rgb(153, 153, 153);
	margin-left: 1.5em;
}

.team-text p {
	height: 66px;
	color: rgb(153, 153, 153);
	line-height: 22px;
	overflow: hidden;
}

@media screen and (min-width:992px) {
	.team-text h4 {
		transition: 600ms;
		padding-top: 10px;
	}
	.team:hover {
		border-top-color: rgb(140, 212, 193);
	}
	.team-text p {
		height: 44px;
	}
	.team:hover .team-text h4 {
		padding-top: 20px;
	}
}

@media screen and (min-width:1200px) {
	.team-text h4 {
		transition: 600ms;
		padding-top: 20px;
	}
	.team-text p {
		height: 66px;
	}
	.team:hover .team-text h4 {
		padding-top: 30px;
	}
}

.xinwen2 {
	padding: 30px 0px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
}

.xinwen2 a {
	text-decoration: none;
}

.xinwen2-date {
	margin-right: 20px;
	float: left;
}

.xinwen2-date h3 {
	margin: 0px 0px 30px;
	color: rgb(153, 153, 153);
	font-size: 40px;
	font-weight: normal;
}

.xinwen2-date span {
	padding: 6px 11px;
	border: 1px solid transparent;
}

.xinwen2-date span i {
	background: url("../image/icon.png") no-repeat -110px -11px;
	width: 15px;
	height: 15px;
	display: inline-block;
}

.xinwen2:hover .xinwen2-date h3 {
	color: rgb(102, 102, 102);
}

.xinwen2:hover .xinwen2-date span {
	background: rgb(140, 212, 193);
	border-color: rgb(140, 212, 193);
	margin-top: 10px;
}

.xinwen2:hover .xinwen2-date span i {
	background: url("../image/icon.png") no-repeat -42px -100px;
}

.xinwen2-text {
	padding-left: 100px;
}

.xinwen2-text h4 {
	color: rgb(102, 102, 102);
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}

.xinwen2-text h4::before {
	margin: 10px 20px 0px 0px;
	transition: 600ms;
	width: 1px;
	height: 1px;
	float: left;
	display: block;
}

.xinwen2-text p {
	transition: 600ms;
	height: 48px;
	color: rgb(153, 153, 153);
	line-height: 24px;
	overflow: hidden;
}

.xinwen2:hover .xinwen2-text h4 {
	color: rgb(51, 51, 51);
}

.xinwen2:hover .xinwen2-text h4::before {
	width: 15px;
}

@media screen and (min-width:768px) {
	.xinwen2-date h3 {
		margin-top: 10px;
	}
	.xinwen2-text h4::before {
		content: "";
	}
	.xinwen2-text p {
		padding-left: 20px;
	}
	.xinwen2:hover .xinwen2-text p {
		padding-left: 35px;
	}
}

@media screen and (max-width:767px) {
	.xinwen2 img {
		margin-bottom: 20px;
	}
	.xinwen2-date h3 {
		font-size: 26px;
	}
}
