﻿@charset "utf-8";

/* CSS Document */
* {
	list-style: none;
	outline: none;
	font-family: "微软雅黑", arial;
	border: none;
	color: #333;
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bg-f5 {
	background-color: #f5f5f5;
}

.tb-rl {
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.pro-lengyouji img {
	margin: 0 auto;
}

@media (max-width: 660px) {
	.pro-lengyouji img {
		width: 100%;
	}
}

@media (max-width: 500px) {
	p img {
		width: 100%;
	}
}


td,
th {
	padding: 0;
	text-align: center;
	line-height: 30px !important;

}

/*******************************************首页********************************************/
/***************** head*****************/
.header {
	position: absolute;
	top: 0;
	right: 0;
}

.index-head .logo-box {
	width: 100%;
	z-index: 999;
}

.logo-box {
	background-color: #003e95;
	height: 100px;
}

.index-head-left {
	float: left;
	width: 410px;
}

.logo {
	display: block;
}

.logo img {
	float: left;
	padding-top: 13px;
	width: 80px;
}

.logo-tit {

	padding-left: 15px;
	padding-top: 28px;
}

.logo-tit-cn {
	display: block;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #fff;
}

.logo-tit-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	letter-spacing: 2.1px;

}

.index-head-right {
	float: right;
	width: calc(100% - 480px);
}

.nav-box li {
	float: left;
	width: calc(100% / 7);
	text-align: center;
}

.nav-box li a {
	display: block;
	padding: 0;
	width: 100%;
	height: 100px;
	font-size: 16px;
	line-height: 100px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.nav-box li a:before {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #f2b81d;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all 0.4s ease-in 0s;

}

.nav-box li:hover a:before,
.nav-box li.on-top a:before {
	left: 20%;
}

@media (max-width: 1259px) {
	.logo-tit {
		display: none;
	}

	.index-head-left {
		width: 300px;
	}

	.index-head-right {
		width: calc(100% - 200px);
	}

}

@media (max-width: 991px) {
	.index-head-right {
		width: calc(100% - 150px);
	}

	.nav-box li a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.logo-tit {
		display: block;
		padding-left: 15px;
		padding-top: 14px;
	}
	
	.logo-tit-cn{
		font-size: 16px;
	}
	.logo-tit-en{
		font-size: 11px;
		letter-spacing: 0px;
	}
	.nav-box {
		display: none;
	}

	.logo-box {
		height: 80px;
	}

	.logo img {
		width: 81px;
		padding-top: 5px;
	}
}

/***************** banner*****************/
/*--- banner001 slider-css --*/
.slider {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks_tabs {
	position: absolute;
	bottom: 5%;
	z-index: 100;
	left: 50%;
	margin-left: -42px;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs li a {
	visibility: visible;
	font-size: 0;
	height: 12px;
	width: 12px;
	display: block;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	margin: 0 8px;
}

.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a {
	background: #f2b81d;
}

.callbacks_tabs a {
	visibility: hidden;
}

.sub-banner img {
	display: block;
	width: 100%;
}

@media(max-width:640px) {
	.callbacks_tabs {
		margin-left: -27px;
		bottom: 10px;
	}

	.callbacks_tabs li a {
		height: 10px;
		width: 10px;
		margin: 0 4px;
	}
}

/********首页标题**************/
.index-tit {
	text-align: center;
	margin-bottom: 50px;
}

.index-tit-cn {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.index-tit-en {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	position: relative;
}

.index-tit-en:before,
.index-tit-en:after {
	content: "";
	width: 8px;
	height: 1px;
	position: absolute;
	top: 50%;
}

.index-tit-en:before {
	left: -15px;
}

.index-tit-en:after {
	right: -15px;
}

.index-tit01 .index-tit-cn {
	color: #003e95;
}

.index-tit01 .index-tit-en {
	color: #999;
}

.index-tit01 .index-tit-en:before,
.index-tit01 .index-tit-en:after {
	background: #999;
}

.index-tit02 span {
	color: #fff;
}

.index-tit02 .index-tit-en:before,
.index-tit02 .index-tit-en:after {
	background: #fff;
}

@media (max-width:1259px) {
	.index-tit {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.index-tit {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.index-tit {
		margin-bottom: 25px;
	}

	.index-tit-cn {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.index-tit-en {
		font-size: 14px;
		line-height: 14px;
		height: 14px;
	}
}

/***********index-more************/
.index-more {
	display: block;
	width: 200px;
	height: 40px;
	border: 1px solid #f2b81d;
	border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 85px;
	color: #fff;
	background: #f2b81d url(../images/arrow01.png) no-repeat 30px center;
	box-shadow: 0px 2px 4px 0px rgba(242, 184, 29, 0.53);
	transition: all 0.4s ease-in 0s;
}

.index-more:hover {
	background: #f2b81d url(../images/arrow01.png) no-repeat 45px center;
}

@media (max-width:767px) {
	.index-more {
		width: 140px;
		height: 38px;
		line-height: 36px;
		padding-left: 55px;
		background: #f2b81d url(../images/arrow01.png) no-repeat 15px center;
	}

	.index-more:hover {
		background: #f2b81d url(../images/arrow01.png) no-repeat 22px center;
	}
}

/****************关于**********************/
.index-about {
	padding: 60px 0;
	background: #f8f8f8;
}

.index-about .container {
	position: relative;
}

.index-about-pic01 {
	float: left;
	width: 50%;
	height: 600px;
	background: url(../images/index_about01.jpg) no-repeat center;
	background-size: cover;
}

.index-about-right {
	float: right;
	width: 50%;
}

.index-about-tit {
	width: 100%;
	height: 400px;
	position: relative;
}

.index-at-cn {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #003e95;
	position: absolute;
	right: 30px;
	top: 60px;
}

.index-at-en {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #999;
	letter-spacing: -1px;
	position: absolute;
	right: 0;
	top: 0;
}

.index-about-list {
	float: left;
	width: calc(100% - 210px);
	padding-left: 25px;
}

.index-about-pic02 {
	float: right;
	width: 200px;
}

.index-about-pic02 img {
	display: block;
}

.index-about-list li {
	margin-top: 10px;
	height: 40px;
}

.index-about-ll {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 3px;
	border-radius: 50%;
	background-color: #81a0cb;
}

.index-about-color {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #25519d;
}

.index-about-color span {
	display: block;
	width: 100%;
	height: 100%;
}

.index-about-color1 span {
	background: url(../images/ic1.png) no-repeat center;
}

.index-about-color2 span {
	background: url(../images/ic2.png) no-repeat center;
}

.index-about-color3 span {
	background: url(../images/ic3.png) no-repeat center;
}

.index-about-color4 span {
	background: url(../images/ic4.png) no-repeat center;
}

.index-about-lr {
	float: right;
	width: calc(100% - 50px);
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}

.index-about-list li:hover .index-about-ll {
	background-color: #f9dd8f;
}

.index-about-list li:hover .index-about-color {
	background-color: #f2b81d;
}

.index-about-info {
	width: 600px;
	background-color: #fff;
	padding: 30px 25px;
	position: absolute;
	right: 200px;
	top: 65px;
}

.index-about-info:before,
.index-about-info:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.index-about-info:before {
	left: -10px;
	top: -10px;
	border-left: 10px solid rgba(0, 62, 149, .25);
	border-top: 10px solid rgba(0, 62, 149, .25);
}

.index-about-info:after {
	right: -10px;
	bottom: -10px;
	border-right: 10px solid rgba(0, 62, 149, .25);
	border-bottom: 10px solid rgba(0, 62, 149, .25);
}

.index-about-name {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}

.index-about-des span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
}

@media (max-width:991px) {
	.index-about-pic01 {
		width: 60%;
		height: 600px;
	}

	.index-about-right {
		width: 40%;
	}

	.index-about-list {
		float: none;
		width: 100%;
	}

	.index-about-pic02 {
		display: none;
	}

	.index-about-info {
		width: 400px;
		padding: 30px 20px;
	}

	.index-about-name {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.index-about-des span {
		font-size: 15px;
		line-height: 25px;
	}
}

@media (max-width:767px) {
	.index-about-pic01 {
		display: none;
	}

	.index-about-right {
		float: none;
		width: 100%;
	}

	.index-about-tit {
		height: auto;
		padding-top: 15px;
		margin-bottom: 25px;
	}

	.index-about-tit:before {
		content: "";
		width: 60px;
		height: 4px;
		background-color: #e6e6e6;
		position: absolute;
		top: 0;
		left: 0;
	}

	.index-at-cn {
		display: block;
		position: static;
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.index-at-en {
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
		display: block;
		letter-spacing: 0;
		position: static;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	.index-about-info {
		position: relative;
		right: auto;
		top: auto;
		laft: auto;
		bottom: auto;
		width: calc(100% - 20px);
		margin: 10px;
		padding: 15px;
	}

	.index-about-list {
		padding-left: 0;
	}

	.index-about-list li {
		float: left;
		width: 21%;
		height: 85px;
		margin: 0 2% 20px;
	}

	.index-about-ll {
		float: none;
		margin: 0 auto 5px;
	}

	.index-about-lr {
		float: none;
		width: 80px;
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width:420px) {
	.index-about-list li {
		width: 40%;
		margin: 0 5% 20px;
	}
}

/***************产品中心***********************/
.index-pro {
	padding: 60px 0;
}

.index-pro-left {
	float: left;
	width: 350px;
}

.index-pro-right {
	float: right;
	width: calc(100% - 400px);
}

.index-pro-tit {
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.index-pro-tit:before {
	content: "";
	width: 100px;
	height: 6px;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
}

.index-pt-cn {
	display: block;
	font-size: 33px;
	line-height: 33px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003e95;
}

.index-pt-en {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #999;
	letter-spacing: -1px;
}

.index-pro-nav {
	width: 300px;
}

.index-pro-nav li a {
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 60px;
	font-size: 16px;
	line-height: 40px;
	color: #999;
	margin-bottom: 1px;
	background: #f5f5f5;
	position: relative;
}

.index-pro-nav li a:before {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f2b81d url(../images/arrow01.png) no-repeat center;
}

.index-pro-nav li a:hover {
	background-color: #003e95;
	color: #fff;
}

.index-pro-intro {
	padding: 20px 0;
}

.index-pro-intro span {
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #999;
	text-indent: 2em;
}

.index-pro-list {
	padding: 35px 30px 0 30px;
	background-color: #ddd;
}

.index-pro-list li {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 35px;
}

.index-pro-list li:nth-of-type(4n) {
	margin-right: 0;
}

.index-pro-img img {
	display: block;
	width: 100%;
}

.index-pro-name {
	background-color: #f5f5f5;
	padding: 10px 15px;

}

.index-pro-name span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	color: #999;
	overflow: hidden;
}

.index-pro-list li:hover .index-pro-name {
	background-color: #f2b81d;
}

.index-pro-list li:hover .index-pro-name span {
	color: #fff;
}

@media (max-width:1259px) {
	.index-pt-cn {
		font-size: 28px;
		line-height: 28px;
	}

	.index-pro-left {
		width: 280px;
		margin-right: 30px;
	}

	.index-pro-right {
		width: calc(100% - 310px);
	}

	.index-pro-nav {
		width: 100%;
		margin-bottom: 100px;
	}

	.index-pro-intro {
		display: none;
	}

	.index-pro-list {
		padding: 15px 15px 0 15px
	}

	.index-pro-list li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
}

@media (max-width:991px) {
	.index-pro-left {
		width: 250px;
	}

	.index-pro-right {
		width: calc(100% - 280px);
	}

	.index-pro-tit:before {
		height: 5px;
	}

	.index-pro-nav {
		margin-bottom: 80px
	}

	.index-pro-nav li a {
		padding-left: 55px;
		font-size: 15px;
	}

	.index-pro-list li {
		width: 32%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.index-pro-list li:nth-of-type(3n-1) {
		margin-left: 2%;
		margin-right: 2%;
	}

	.index-pro-list li:nth-of-type(7),
	.index-pro-list li:nth-of-type(8) {
		display: none;
	}

	.index-pro-name span {
		font-size: 15px;
	}
}

@media (max-width:767px) {

	.index-pro-left,
	.index-pro-right {
		float: none;
		width: 100%;
	}

	.index-pro-left {
		margin-bottom: 20px;
	}

	.index-pro-tit {
		padding-top: 15px;
		margin-bottom: 25px;
	}

	.index-pro-tit:before {
		width: 60px;
		height: 4px;
	}

	.index-pt-cn {
		font-size: 22px;
		line-height: 22px;
	}

	.index-pt-en {
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
		letter-spacing: 0;
	}

	.index-pro-nav {
		float: left;
		width: 100px;
		height: 38px;
		margin-bottom: 0;
		padding-top: 15px;
	}

	.index-pro .index-more {
		float: right;
	}

	.index-pro-nav li {
		float: left;
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}

	.index-pro-nav li a {
		height: 100%;
		padding: 0;
		font-size: 0;
		line-height: 0;
		border-radius: 50%;
		background-color: #f2b81d;
	}

	.index-pro-nav li a:before {
		display: none;
	}

}

@media (max-width:520px) {
	.index-pro-list {
		padding: 15px 10px 0 10px
	}

	.index-pro-list li {
		width: 48%;
	}

	.index-pro-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.index-pro-list li:nth-of-type(2n) {
		margin-left: 4%;
	}

	.index-pro-name span {
		font-size: 14px;
	}
}

/****************新闻**********************/
.index-news {
	padding: 60px 0;
	background: #09346e url(../images/index_news_bg.png) no-repeat top center;
	background-size: 100%;
}

.index-news-list li {
	float: left;
	width: 24.25%;
	margin-right: 1%;
}

.index-news-list li:last-of-type {
	margin-right: 0;
}

.index-news-pic {
	width: 100%;
	height: 250px;
}

.index-news-list li:nth-of-type(1) .index-news-pic {
	background: url(../images/index_news01.jpg) no-repeat center;
	background-size: cover;
}

.index-news-list li:nth-of-type(2) .index-news-pic {
	background: url(../images/index_news02.jpg) no-repeat center;
	background-size: cover;
}

.index-news-list li:nth-of-type(3) .index-news-pic {
	background: url(../images/index_news03.jpg) no-repeat center;
	background-size: cover;
}

.index-news-list li:nth-of-type(4) .index-news-pic {
	background: url(../images/index_news04.jpg) no-repeat center;
	background-size: cover;
}

.index-news-info {
	padding: 20px 10px 25px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.index-news-info:before {
	content: "";
	width: 100%;
	height: 4px;
	background-color: #f2b81d;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all 0.4s ease-in 0s;
}

.index-news-list li:hover .index-news-info:before {
	left: 0;
}

.index-news-tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin-bottom: 15px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news-des {
	font-size: 15px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #666;
}

.index-news .index-more02 {
	margin: 40px auto 0;
}

@media (max-width:1259px) {
	.index-news-pic {
		height: 190px;
	}

	.index-news-tit {
		font-size: 17px;
	}

	.index-news-des {
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.index-news-pic {
		height: 140px;
	}

	.index-news-tit {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.index-news-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.index-news-list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.index-news-pic {
		height: 190px;
	}

	.index-news .index-more02 {
		margin: 15px auto 0;
	}
}

@media (max-width:600px) {
	.index-news-pic {
		height: 160px;
	}
}

@media (max-width:520px) {
	.index-news-pic {
		height: 140px;
	}

	.index-news .index-more {
		margin: 10px auto 0;
	}

	.index-news-tit {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.index-news-des {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
}

/****************荣誉**********************/
.index-honor {
	padding: 60px 0;
	background-color: #f5f5f5;
}

.index-honor-box {
	background: url(../images/index_honor_bg.png) no-repeat center;
	background-size: 100%;
}

.index-honor-list {
	max-width: 600px;
	margin: 0 auto;
}

.index-honor-list li {
	float: left;
	width: 40%;
	margin: 0 5%;
}

.index-honor-pic img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.index-honor-tit {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #999;
	margin-top: 25px;
	text-align: center;
}

@media (max-width:600px) {
	.index-honor-tit {
		font-size: 14px;
		margin-top: 10px;
	}
}

/****************联系**********************/
.index-contact {
	background: #003e95;
	height: 300px;
}

.index-contact-left {
	float: left;
	width: 350px;
	padding-top: 26px;
}

.index-contact-right {
	float: right;
	width: 50%;
	height: 300px;
	background: url(../images/index_contact.jpg) no-repeat center;
}

.index-contact-tit {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.index-ct-cn {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

.index-ct-en {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.index-contact-des li {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

@media (max-width:767px) {
	.index-contact {
		display: none;
	}
}

/****************foot**********************/
.index-foot {
	background: #242527;
	padding: 10px 0;
}

.index-foot-copy {
	float: left;
	color: #fff;
}

.index-foot-tech {
	display: block;
	float: right;
	color: #fff;
	cursor: pointer;
}

.index-foot-line2 {
	margin-top: 15px;
}

.index-foot-beian {
	float: left;
}

.index-foot-beian a {
	color: #fff;
}

.index-foot-link {}

.index-foot-link span,
.index-foot-link a {
	color: #999;
	margin-left: 2px;
}

.index-foot a:hover {
	text-decoration: underline;
}

@media(max-width:600px) {

	.index-foot-line1,
	.index-foot-line2 {
		padding: 0;
	}

	.index-foot-copy,
	.index-foot-tech {
		float: none;
		width: 100%;
		text-align: center;

	}
}

/**********首页边距***********/
@media(max-width:767px) {

	.index-about,
	.index-pro,
	.index-news,
	.index-honor {
		padding: 30px 0;
	}
}

/*******************************************内页********************************************/
/**********子页banner***********/
.sub-banner img {
	display: block;
	width: 100%;
}

/**********内页通用框架***********/
.sub-cont {
	padding: 40px 0;
}

.sub-left {
	float: left;
	width: 250px;
	margin-right: 30px;
}

.sub-right {
	float: right;
	width: calc(100% - 280px);
}

@media(max-width:991px) {
	.sub-left {
		width: 230px;
		margin-right: 30px;
	}

	.sub-right {
		width: calc(100% - 260px);
	}
}

@media(max-width:767px) {

	.sub-left,
	.sub-right {
		float: none;
		width: 100%;
	}
}

/**********pos***********/
.pos-box {
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

.pos-box-left {
	float: left;
	height: 24px;
	border-left: 2px solid #003e95;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #003e95;
}

.pos-box-right {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.pos-box-right span,
.pos-box-right a {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-left: 5px;
}

.pos-box-right a:hover {
	color: #003e95;
}

/**********sub-left***********/
@media(max-width:991px) {
	.sub-left-nav02 {
		margin-bottom: 30px
	}
}

/***一级导航****/
.sln-fir-list {
	margin-bottom: 1px;
}

.sln-fir-list>a {
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 50px;
	font-size: 15px;
	line-height: 40px;
	color: #666;
	background-color: #f5f5f5;
	position: relative;
}

.sln-fir-list>a:before {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f2b81d url(../images/arrow01.png) no-repeat center;
}

.sln-fir-list.active>a,
.sln-fir-list>a:hover {
	background-color: #003e95;
	color: #fff;
}

/***二级导航****/
.sln-sec-list {
	margin-bottom: 5px;
	display: none;
}

.sln-sec-list li a {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 5px 0 5px;
	font-szie: 14px;
	line-height: 30px;
	color: #666;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sln-sec-list li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #f2b81d;
	position: absolute;
	left: -100%;
	bottom: 0;
	transition: all 0.4s ease 0s;
}

.sln-sec-list li.active a:before,
.sln-sec-list li:hover a:before {
	left: 0;
}

/***二级导航显示****/
.sln-fir-list:hover .sln-sec-list,
.sln-fir-list.active .sln-sec-list {
	display: block;
}

/***联系我们***/
.sub-left-con {
	margin-top: 50px;
}

.slc-tit {
	padding-bottom: 10px;
	margin-bottom: 5px;
	position: relative;
}

.slc-tit-cn {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #003e95;
}

.slc-tit-en {
	font-size: 13px;
	line-height: 20px;
	color: #999;
}

.slc-list li {
	padding: 10px 5px 10px 15px;
	border-left: 3px solid #f2b81d;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

@media(max-width:991px) {
	.sln-fir-list>a {
		font-size: 14px;
	}
}

/*********文章列表 ***************/
.sub-news-list {
	margin-bottom: 40px;
}

.sub-news-list li {
	padding: 20px 0 10px;
	border-bottom: 1px dashed #bbb;
}

.snl-tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.snl-des {
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	color: #999;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.snl-date {
	float: right;
	width: 100px;
	height: 30px;
	border-radius: 4px;
	background-color: #666;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.sub-news-list li:hover .snl-tit {
	color: #003e95;
}

.sub-news-list li:hover .snl-date {
	background-color: #003e95;
}

@media (max-width:1259px) {
	.snl-des {
		font-size: 15px;
	}
}

@media (max-width:991px) {
	.snl-tit {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.snl-des {
		font-size: 14px;
	}

	.snl-date {
		width: 90px;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
	}
}

@media (max-width:767px) {
	.snl-des {
		height: auto;
	}

	.snl-date {
		font-size: 12px;
	}
}

/*********案例列表***************/
.sub-case-list {
	margin-top: 30px;
	margin-bottom: 10px;
}

.sub-case-list li {
	float: left;
	width: 30%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.sub-case-list li:nth-of-type(3n-1) {
	margin-left: 5%;
	margin-right: 5%;
}

.scl-img img {
	display: block;
	width: 100%;
}

.sub-case-list li:hover {
	border: 1px solid #003e95;
}

/*********新闻详情***************/
.sub-news-box {
	padding-top: 20px;
}

.snb-tit {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.snb-date {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.snb-date span {
	margin: 0 15px;
	color: #666;
}

.sub-news-detail {
	padding: 20px 0;
	line-height: 30px;
}

/*********产品详情***************/
.sub-pro-box {
	padding-top: 20px;
}

.spb-tit {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.sub-pro-detail {
	padding: 20px 0;
	line-height: 30px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sub-pro-detail table {
	overflow: scroll;
}

/*********案例详情***************/
.sub-case-detail {
	padding: 20px 0;
}

/*********联系**************/
.sub-contact-detail {
	padding-top: 20px;
}

.sub-contact-company {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #003e95;
}

.sub-contact-list {
	margin-bottom: 20px;
}

.sub-contact-list li {
	float: left;
	width: 32%;
	margin-bottom: 20px;
}

.sub-contact-list li:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.sub-contact-tit {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	color: #003e95;
	padding-left: 30px;
	margin-bottom: 5px;
}

.sub-contact-des {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.sub-contact-tit01 {
	background: url(../images/con_ic01.png) no-repeat left center;
}

.sub-contact-tit02 {
	background: url(../images/con_ic02.png) no-repeat left center;
}

.sub-contact-tit03 {
	background: url(../images/con_ic03.png) no-repeat left center;
}

.sub-contact-tit04 {
	background: url(../images/con_ic04.png) no-repeat left center;
}

.sub-contact-tit05 {
	background: url(../images/con_ic05.png) no-repeat left center;
}

@media (max-width:1259px) {
	.sub-contact-list li {
		width: 49%;
	}

	.sub-contact-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.sub-contact-list li:nth-of-type(2n) {
		margin-left: 2%;
	}
}

@media (max-width:991px) {
	.sub-contact-list li {
		width: 45%;
	}

	.sub-contact-list li:nth-of-type(2n) {
		margin-left: 10%;
	}

	.sub-contact-des {
		height: 40px;
	}
}

@media (max-width:620px) {
	.sub-contact-list li {
		width: 100%;
		margin-bottom: 15px;
	}

	.sub-contact-list li:nth-of-type(2n) {
		margin-left: 0;
	}

	.sub-contact-des {
		height: auto;
	}
}

/*********单页 **************/
.sub-page-detail {
	padding-top: 20px;
	line-height: 30px;
}

/*******分页**********/
#pageDiv {
	clear: both;
	float: right;
	text-align: center;
	color: #333;
}

#pageDiv a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #999;
	color: #666;
	height: 28px;
	margin: 0 1px 10px 1px;
	padding: 0 6px;
	text-decoration: none;
}

#pageDiv a:hover,
#pageDiv a.current {
	background-color: #003e95;
	border: 1px solid #003e95;
	color: #fff;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	#pageDiv {
		float: none;
		margin: 0 auto;
	}

	#pageDiv span,
	#pageDiv a {
		font-size: 12px;
	}
}

/*******上下页**********/
.in-prenext div span {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin-right: 10px;
}

.in-prenext div a {
	font-size: 13px;
	color: #666;
	line-height: 24px;
}

.in-prenext div a:hover {
	color: #003e95;
}

.in-back {
	display: block;
	width: 130px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #003e95 url(../images/back.png) no-repeat 8px center;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	top: 0;
}

.in-back:hover {
	top: -2px;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .5);
}

/******推荐新闻**********/
.in-news-tj {
	margin-top: 40px;
	margin-bottom: 30px;
}

.tj-tit {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	background: url(../images/tit_bg01.png) no-repeat left bottom;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #003e95;
}

.in-tjnews-box,
.in-tjpro-box {
	padding: 25px 5px;
	background: url(../images/tit_bg02.png) no-repeat right bottom;
}

.in-tjnews-box li {
	width: 48%;
	height: 28px;
	overflow: hidden;
}

.in-tjnews-box li:nth-of-type(2n) {
	float: right;
}

.in-tjnews-box li:nth-of-type(2n+1) {
	float: left;
}

.in-tjnews-box li .tj-dot {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 11px;
	border-radius: 50%;
	background-color: #003e95;
	margin-right: 10px;
}

.in-tjnews-box li div {
	float: left;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}

.in-tjnews-box li .tj-date {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}

.in-tjnews-box li:hover div,
.in-tjnews-box li:hover .tj-date {
	color: #003e95;
}

@media (max-width: 1259px) {

	.in-tjnews-box,
	.in-tjpro-box {
		padding: 20px 5px;
	}

	.in-tjnews-box li .tj-date {
		display: none;
	}

	.in-tjnews-box li div {
		width: calc(100% - 20px);
	}
}

/*****推荐产品**********/
.in-tjpro-box li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.in-tjpro-box li:last-of-type {
	margin-right: 0;
}

.in-tjpro-box li img {
	width: 100%;
	border: 1px solid #999;
}

.in-tjpro-box li span {
	display: block;
	width: 100%;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

.in-tjpro-box li:hover img {
	border: 1px solid #003e95;
	box-shadow: 0 0 8px rgba(12, 143, 215, .3);
}

.in-tjpro-box li:hover span {
	color: #003e95;
}

/*****新增样式**********/
.ryzs {
	float: left;
	width: 40%;
	margin-right: 5%;
	text-align: center;
}

.ryzs img {
	width: 100%
}

.clearfix {
	clear: both
}