@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;
}

.blue {
	color: #0058aa;
}

.gray-bg {
	background-color: #f7f7f7;
}

/*******************************************首页********************************************/
/***************** head*****************/
.index-head .welcome,
.index-head .logo-box {
	width: 100%;
	z-index: 999;
}

.index-head .welcome {
	height: 40px;
	background-color: #0058aa;
	overflow: hidden;
}

.welcome-word {
	float: left;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
}

.welcome-link {
	float: right;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
}

.logo-box {
	position: relative;
}

.logo {
	float: left;
	height: 90px;
}

.logo img {
	display: block;
	float: left;
	width: 64px;
	padding-top: 11px;
}

.logo .logo-tit {
	float: left;
	padding-top: 30px;
	margin-left: 15px;
	text-align: center;
}

.logo-tit-cn {
	display: block;
	font-size: 23px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.logo-tit-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	letter-spacing: -1px;
}

.logo-box .nav-btn {
	float: right;
	width: 35px;
	height: 30px;
	margin-top: 30px;
	transition: all 0.4s ease 0s;
	z-index: 2000;
		display: none;
}

.logo-box .nav-btn span {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	margin-bottom: 5px;
	background-color: #0058aa;
}

.nav-box {
	float: right;
	width: calc(100% - 480px);
}

.nav-box li {
	float: left;
	width: 15.6%;
	margin-left: 1%;
	height: 90px;
	text-align: center;
}

.nav-box li a {
	display: block;
	padding: 0;
	width: 100%;
	height: 46px;
	margin-top: 22px;
	font-size: 16px;
	line-height: 38px;
	position: relative;
}

.nav-box li:hover a,
.nav-box li.on-top a {
	color: #fff;
	background-color: #0058aa;
}

.nav-box li:hover a:after,
.nav-box li.on-top a:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #fff;
	bottom: 8px;
	left: 50%;
	margin-left: -25px;
}

@media (max-width: 1259px) {
	.nav-box {
		width: calc(100% - 450px);
	}

	.nav-box li {
		margin-left: .5%;
	}
}

@media (max-width: 991px) {
	.nav-box {
		position: absolute;
		float: none;
		width: 100%;
		top: 90px;
		left: 0;
		background-color: rgba(11, 73, 141, .8);
		padding-bottom: 40px;
		z-index: 999;
		display: none;
	}

	.nav-box li {
		float: none;
		width: 100%;
		margin: 0;
		height: 60px;
	}

	.nav-box li a {
		height: 60px;
		margin: 0;
		line-height: 60px;
		color: #fff;
		border-bottom: 1px dashed #999;
	}

	.nav-box li:hover a,
	.nav-box li.on-top a {
		background-color: #0b498d;
	}

	.nav-box li:hover a:after,
	.nav-box li.on-top a:after {
		display: none;
	}
}

/***************** banner*****************/
.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: -153px;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs li a {
	visibility: visible;
	font-size: 0;
	height: 6px;
	width: 62px;
	display: block;
	background: #fff;
	border-radius: 3px;
	margin: 0 20px;
}

.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a {
	background: #0058aa;
}

.callbacks_tabs a {
	visibility: hidden;
}

@media(max-width:991px) {
	.callbacks_tabs {
		margin-left: -108px;
	}

	.callbacks_tabs li a {
		height: 6px;
		width: 52px;
		border-radius: 3px;
		margin: 0 10px;
	}
}

@media(max-width:640px) {
	.callbacks_tabs {
		margin-left: -63px;
		bottom: 10px;
	}

	.callbacks_tabs li a {
		height: 4px;
		width: 30px;
		margin: 0 6px;
	}

	.logo-tit-cn {
		display: block;
		font-size: 14px;
		line-height: 23px;
		font-weight: 600;
		margin-bottom: 5px;
		letter-spacing: 1px;
	}

	.logo-tit-en {
		display: none;
	}
}

/****************搜索*************************/
.index-search {
	padding: 10px 0;
}

.search-box {
	height: 50px;
	background-color: #fff;

}

.search-key {
	float: left;
	background: url(../images/search.png) no-repeat left center;
	line-height: 50px;
	padding-left: 50px;
}

.search-key span {
	color: #ff0000;
}

.search-key a {
	color: #999;
	margin-left: 15px;
}

.search-key a:hover {
	color: #ff0000;
}

.search-btn {
	float: right;
	height: 36px;
	margin-top: 7px;
}

.search-btn .ss_con {
	display: block;
	float: left;
	width: 214px;
	height: 36px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #d6d6d6;
	color: #999;
	margin-right: 4px;
}

.search-btn .ss_btn {
	float: left;
	display: block;
	width: 52px;
	height: 36px;
	line-height: 36px;
	background: #0058aa;
	color: #fff;
	text-align: center;
}

@media (max-width:991px) {
	.search-key {
		padding-left: 35px;
	}

	.search-key a {
		margin-left: 10px;
	}

	.search-btn .ss_con {
		width: 166px;
	}

	.search-btn .ss_btn {
		width: 46px;
	}
}

/****************更多*************************/
.more1 {
	display: block;
	width: 110px;
	height: 34px;
	padding-left: 20px;
	background: #0058aa url(../images/arrow2.png) no-repeat 80px center;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	border: 1px solid #0058aa;
}

.more1:hover {
	background: transparent url(../images/arrow1.png) no-repeat 80px center;
	color: #0058aa;
}

/********首页标题**************/
.index-tit {
	text-align: center;
	margin-bottom: 40px;
}

.index-tit-cn {
	font-size: 34px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

.index-tit-en {
	font-size: 24px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666;
}

.index-tit02 .index-tit-cn,
.index-tit02 .index-tit-en {
	color: #fff;
}

@media (max-width: 991px) {
	.index-tit {
		margin-bottom: 25px;
	}

	.index-tit-cn {
		font-size: 28px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.index-tit-en {
		font-size: 18px;
		line-height: 18px;
	}
}

@media (max-width:767px) {
	.index-tit {
		margin-bottom: 20px;
	}

	.index-tit-cn {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.index-tit-en {
		font-size: 14px;
		line-height: 18px;
	}
}

/***************产品中心***************************/
.index-pro {
	padding: 60px 0 40px;
	background-color: #ecf0f3;
}

/*****左导航*****/
.pro-box-nav {
	float: left;
	width: 260px;
	margin-right: 25px;
}

.pbn-tit {
	width: 100%;
	height: 70px;
	padding-left: 12px;
	background: url(../images/index_pro_bg01.jpg) no-repeat left top;
	margin-bottom: 14px;
}

.pbn-tit-cn {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 48px;
	background: url(../images/index_pro_icon01.png) no-repeat left center;
	font-size: 21px;
	line-height: 70px;
	font-weight: 600;
	color: #fff;
}

.pbn-list li {
	width: 100%;
	height: 70px;
	border-left: 5px solid #0058aa;
	padding-left: 8px;
	margin-bottom: 14px;
	background-color: #fff;
}

.pbn-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 11px 20px 11px 38px;
	background: url(../images/index_pro_icon02.png) no-repeat left center;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.pbn-list li:first-of-type a {
	line-height: 48px;
}

.pbn-list li:hover a {
	color: #0058aa;
}

.pbn-more {
	display: block;
	width: 100%;
	height: 170px;
	text-align: center;
	background: url(../images/index_pro_bg02.jpg) no-repeat left bottom;
}

.pbn-more-tit {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	padding-top: 55px;
	margin-bottom: 20px;
}

.pbn-more-icon {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/index_pro_icon03.png) no-repeat center;
	margin: 0 auto;
}

/*****右列表*****/
.pro-box {
	float: left;
	width: calc(100% - 285px);
}

.pro-box-hot {
	width: 100%;
	height: 70px;
	padding: 12px 14px;
	background-color: #fff;
	margin-bottom: 14px;
}

.pbh-tit {
	float: left;
	width: 160px;
	height: 100%;
	padding-left: 15px;
	border-left: 4px solid #0058aa;
	font-size: 18px;
	line-height: 46px;
}

.pbh-tel {
	float: right;
	width: 280px;
	height: 100%;
	padding-left: 60px;
	background: url(../images/hot_tel.png) no-repeat left center;
	font-size: 16px;
	line-height: 16px;
}

.pbh-tel span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #ff0000;
	line-height: 20px;
	margin-top: 10px;
}

.pro-box-list li {
	float: left;
	width: 30%;
	padding: 15px;
	padding-bottom: 0;
	border: 2px solid #0058aa;
	margin-bottom: 20px;
}

.pro-box-list li:nth-of-type(3n-1) {
	margin-left: 5%;
	margin-right: 5%;
}

.pro-box-list li .pbl-img {
	width: 100%;
}

.pro-box-list li .pbl-tit {
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #0058aa;
	text-align: center;
	overflow: hidden;
}

.pro-box-list li:hover {
	border: 2px solid #ff0000;
}

.pro-box-list li:hover .pbl-tit {
	color: #ff0000;
}

@media (max-width:1259px) {
	.index-pro {
		padding: 60px 0 30px;
	}

	.pro-box-nav {
		width: 220px;
	}

	.pro-box {
		width: calc(100% - 245px);
	}

	.pbn-list li a {
		font-size: 15px;
	}

	.pbn-more {
		height: 88px;
	}

	.pbn-more-tit {
		padding-top: 15px;
		margin-bottom: 15px;
	}

	.pro-box-list li {
		margin-bottom: 30px;
		width: 31%;
	}

	.pro-box-list li:nth-of-type(3n-1) {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}

	.pro-box-list li .pbl-tit {
		font-size: 15px;
	}
}

@media (max-width:991px) {

	.pro-box-nav,
	.pro-box {
		float: none;
		width: 100%;
	}

	.pro-box-nav {
		margin-right: 0;
	}

	.pbn-list {
		margin-bottom: 10px;
	}

	.pbn-list li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
		height: 60px;
		padding: 0;
		border: 0;
		margin-bottom: 10px;
	}

	.pbn-list li:nth-of-type(4n) {
		margin-right: 0;
	}

	.pbn-list li a {
		padding: 8px;
		background: #0058aa;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #0058aa;
		overflow: hidden;
	}

	.pbn-list li:first-of-type a {
		line-height: 40px;
	}

	.pbn-list li:hover a {
		background-color: transparent;
		color: #0058aa;
	}

	.pro-box-list li {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {

	.pro-box-nav,
	.pro-box {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.pbn-list {
		margin-bottom: 20px;
	}

	.pbn-list li {
		width: 50%;
		margin: 0;
		border: 1px solid #ecf0f3;
	}

	.pbn-list li:nth-of-type(4n) {
		margin: 0;
	}

	.pbn-list li a {
		line-height: 40px;
	}

	.pro-box-list li {
		width: 49%;
		padding: 7px;
		padding-bottom: 0;
	}

	.pro-box-list li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.pro-box-list li:nth-of-type(2n) {
		margin-left: 2%;
	}

	.pro-box-list li .pbl-tit {
		font-size: 13px;
		line-height: 32px;
		height: 32px;
	}

	.pbh-tel {
		display: none;
	}

}

@media (max-width:520px) {
	.pbn-list li a {
		line-height: 20px;
	}
}

@media (max-width: 767px) .hidden-xs {
	display: none;
}

/****************走进**********************/
.index-about {
	padding: 60px 0;
}

.about-box {
	width: 100%;
	border: 1px solid #999;
	border-right: 300px solid #0058aa;
	background-color: #fff;
	position: relative;
}

.about-info {
	width: 550px;
	height: 490px;
	padding: 35px 30px 0 30px;
}

.about-info-tit-cn {
	font-size: 38px;
	line-height: 38px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #666;
}

.about-info-tit-en {
	font-size: 22px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
}

.about-info span {
	display: block;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
	color: #666;
}

.about-info .more1 {
	margin-top: 30px;
}

.about-box .about-pic1 {
	position: absolute;
	width: 580px;
	right: -270px;
	top: 30px;
}

@media (max-width:1259px) {
	.about-box .about-pic1 {
		width: 400px;
		top: 42px;
	}

	.about-info {
		width: 480px;
		height: 380px;
		padding: 30px 30px 0 30px;
	}

	.about-info-tit-cn {
		font-size: 30px;
		line-height: 30px;
	}

	.about-info-tit-en {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.about-info span {
		font-size: 14px;
		line-height: 20px;
	}

	.about-info .more1 {
		margin-top: 20px;
	}
}

@media (max-width:991px) {
	.about-box {
		border-right: 200px solid #0058aa;
	}

	.about-box .about-pic1 {
		width: 300px;
		right: -180px;
		top: 79px;
	}

	.about-info {
		width: 390px;
		padding: 15px 20px 0 20px;
	}

	.about-info-tit-cn {
		font-size: 22px;
		line-height: 22px;
	}

	.about-info-tit-en {
		font-size: 16px;
		line-height: 16px;
	}

	.about-info .more1 {
		margin-top: 15px;
	}
}

@media (max-width:767px) {
	.about-box {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		height: auto;
		border: 0;
		background-color: transparent;
		;
		position: relative;
	}

	.about-info {
		width: 100%;
		padding: 0;
		height: auto;
	}

	.about-info .about-pic2 {
		width: 100%;
		margin: 0 auto 20px;
	}

	.about-info .more1 {
		margin-top: 20px;
	}

	.about-info img {
		display: none
	}
}

/***************联系我们***************************/
.index-contact {
	padding: 60px 0;
	background: url(../images/index_contact.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.contact-box li {
	float: left;
	width: 50%;
	padding-left: 210px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	color: #fff;
}

.contact-box li:nth-of-type(1) {
	background: url(../images/con_icon01.png) no-repeat 150px center;
	margin-bottom: 40px;
}

.contact-box li:nth-of-type(2) {
	background: url(../images/con_icon02.png) no-repeat 150px center;
	margin-bottom: 40px;
}

.contact-box li:nth-of-type(3) {
	background: url(../images/con_icon03.png) no-repeat 150px center;
}

.contact-box li:nth-of-type(4) {
	background: url(../images/con_icon04.png) no-repeat 150px center;
}

@media (max-width:1229px) {
	.contact-box li {
		padding-left: 160px;
	}

	.contact-box li:nth-of-type(1) {
		background: url(../images/con_icon01.png) no-repeat 100px center;
	}

	.contact-box li:nth-of-type(2) {
		background: url(../images/con_icon02.png) no-repeat 100px center;
	}

	.contact-box li:nth-of-type(3) {
		background: url(../images/con_icon03.png) no-repeat 100px center;
	}

	.contact-box li:nth-of-type(4) {
		background: url(../images/con_icon04.png) no-repeat 100px center;
	}
}

@media (max-width:991px) {
	.contact-box li {
		padding-left: 60px;
	}

	.contact-box li:nth-of-type(1) {
		background: url(../images/con_icon01.png) no-repeat left center;
		width: 65%
	}

	.contact-box li:nth-of-type(2) {
		background: url(../images/con_icon02.png) no-repeat left center;
		width: 35%
	}

	.contact-box li:nth-of-type(3) {
		background: url(../images/con_icon03.png) no-repeat left center;
		width: 65%
	}

	.contact-box li:nth-of-type(4) {
		background: url(../images/con_icon04.png) no-repeat left center;
		width: 35%
	}
}

@media (max-width:767px) {
	.contact-box {
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
	}

	.contact-box li {
		float: none;
		width: 100%;
		padding-left: 40px;
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}

	.contact-box li:nth-of-type(1) {
		width: 100%;
		margin-bottom: 20px;
		background-size: 24px;
	}

	.contact-box li:nth-of-type(2) {
		width: 100%;
		margin-bottom: 20px;
		background-size: 24px;
	}

	.contact-box li:nth-of-type(3) {
		width: 100%;
		margin-bottom: 20px;
		background-size: 24px;
	}

	.contact-box li:nth-of-type(4) {
		width: 100%;
		margin-bottom: 20px;
		background-size: 24px;
	}
}

/****************新闻**********************/
.index-news {
	padding: 60px 0;
}

.news-box {
	width: 100%;
}

.news-box-left {
	float: left;
	width: 47%;
}

.nbl-img {
	width: 100%;
	position: relative;
}

.nbl-img img {
	display: block;
	width: 100%;
	position: relative;
}

.nbl-date {
	position: absolute;
	width: 70px;
	padding: 10px 0;
	top: 0;
	left: 0;
	background-color: #0058aa;
}

.nbl-date span {
	display: block;
	text-align: center;
}

.nbl-date-d {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	color: #fff;
}

.nbl-date-y {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.nbl-tit {
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin: 20px 0 10px;
}

.nbl-info {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #666;
}

.news-box-left:hover .nbl-tit {
	color: #0058aa;
}

.news-box-left:hover .nbl-info {
	text-decoration: underline;
}

.news-box-right {
	float: right;
	width: 47%;
	padding-left: 0;
}

.news-box-right li {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 16px;
	border-bottom: 1px dashed #999;
}

.news-box-right li:last-of-type {
	margin-bottom: 0;
}

.nbr-date {
	float: left;
	width: 70px;
}

.nbr-date span {
	display: block;
	text-align: center;
}

.nbr-date-d {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	color: #999;
}

.nbr-date-y {
	font-size: 14px;
	line-height: 14px;
	color: #999;
}

.nbr-txt {
	float: left;
	margin-left: 30px;
	width: calc(100% - 100px);
}

.nbr-tit {
	display: block;
	width: 100%;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	overflow: hidden;
}

.nbr-info {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #666;
}

.news-box-right li:hover {
	border-bottom: 1px solid #e0e0e0;
	background-color: #0058aa;
}

.news-box-right li:hover .nbr-date span {
	color: #fff;
}

.news-box-right li:hover .nbr-txt span {
	color: #fff;
}

@media (max-width:1259px) {
	.news-box-left {
		width: 46%;
	}

	.nbl-tit {
		font-size: 18px;
		line-height: 24px;
	}

	.news-box-right {
		width: 48%;
	}

	.news-box-right li {
		padding: 10px;
		margin-bottom: 7px;
	}

	.nbr-txt {
		margin-left: 10px;
		width: calc(100% - 80px);
	}

	.nbr-tit {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}
}

@media(max-width:991px) {
	.nbl-tit {
		font-size: 17px;
		line-height: 24px;
		margin: 8px 0 5px;
	}

	.nbl-info {
		line-height: 20px;
		height: 40px;
	}

	.news-box-right li {
		margin-bottom: 12px;
	}

	.news-box-right li:last-of-type {
		display: none;
	}

	.news-box-right li:nth-last-of-type(2) {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	.news-box {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}

	.news-box-left {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		border-right: 0;
	}

	.nbl-txt {
		padding: 0 10px;
	}

	.news-box-right {
		float: none;
		width: 100%;
	}

	.news-box-right li {
		padding: 10px;
		margin-bottom: 0;
	}

	.news-box-right li:first-of-type {
		border-top: 1px dashed #999;
	}
}

/****************foot**********************/
.index-foot {
	padding: 40px 0;
	background-color: #003762;
}

.foot-nav {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
}

.foot-nav a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0 20px;
}

.foot-logo {
	float: left;
	margin-right: 60px;
	margin-left: 20px;
}

.foot-logo img {
	float: left;
	width: 80px;
	margin-right: 10px;
}

.foot-logo-tit {
	float: left;
	padding-top: 18px;
}

.foot-logo-tit-cn {
	display: block;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
}

.foot-logo-tit-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.foot-txt {
	float: left;
}

.foot-company,
.foot-tel,
.foot-keyword {
	display: block;
	color: #fff;
	line-height: 24px;
}

.foot-keyword a {
	padding-left: 5px;
	color: #fff;
}

.foot-copy {
	/*text-align:center;*/
	color: #fff;
	line-height: 24px;
}

.foot-beian a {
	color: #fff;
	line-height: 24px;
	margin-right: 5px;
}

.foot-erweima {
	float: right;
	width: 100px;
	margin-right: 20px;
}

.foot-erweima span {
	display: block;
	/*text-align:center;*/
	color: #fff;
}

@media (max-width:991px) {
	.foot-nav a {
		margin: 0 10px;
		font-size: 15px;
	}
}

@media(max-width:767px) {
	.foot-txt {
		text-align: center;
	}
}

@media(max-width:600px) {
	.foot-copy {
		margin-bottom: 15px;
	}

	.foot-beian {
		display: none;
	}
}

/****************友情链接*********************/
.index-link {
	padding: 10px 0;
	background-color: #012a4a;
}

.link-box {
	margin-bottom: 10px;
	padding: 0 20px;
}

.link-box span,
.link-box a {
	font-size: 13px;
	line-height: 20px;
	color: #ccc;
	margin-right: 10px;
}

.zone-box {
	padding: 0 20px;
}

.zone-box span,
.zone-box a {
	font-size: 13px;
	line-height: 20px;
	color: #ccc;
	margin-right: 10px;
}

.link-box a:hover,
.zone-box a:hover {
	text-decoration: underline;
}

@media(max-width:767px) {
	.index-link {
		text-align: center;
	}
}

/****************首页边距**********************/
@media (max-width: 991px) {
	.index-pro {
		padding: 40px 0 20px;
	}

	.index-about,
	.index-contact,
	.index-news {
		padding: 40px 0;
	}
}

@media(max-width:767px) {
	.index-foot {
		padding: 20px 0;
	}
}

/*******************************************内页********************************************/
/******面包屑导航******/
.pos {
	background-color: #fff;
}

.pos-box {
	height: 60px;
	color: #666;
	padding: 20px 0;
	padding-left: 25px;
	background: url(../images/pos_icon.png) no-repeat left center;
}

.pos-box span {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin-right: 5px;
}

.pos-box a {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin-right: 5px;
}

.pos-box a:hover {
	color: #0058aa;
}

@media (max-width: 991px) {

	.pos-box span,
	.pos-box a {
		font-size: 12px;
	}
}

/******main******/
.main {
	width: 100%;
	background-color: #f5f5f5;
}

.mainleft {
	float: left;
	width: 220px;
	margin-right: 50px;
	padding: 50px 0;
}

.maincenter {
	float: left;
	width: calc(100% - 270px);
	padding: 50px 0;
}

.mainright {
	float: left;
	width: 220px;
	margin-left: 50px;
	padding: 50px 0;
}

@media (max-width: 991px) {
	.main {
		padding: 30px 0;
	}

	.mainleft,
	.maincenter {
		width: 100%;
	}

	.mainleft {
		margin-right: 0;
		padding: 0;
	}

	.maincenter {
		padding: 0;
	}
}

/*****mainleft****/
.left-nav-tit {
	width: 100%;
	height: 80px;
	background: #0058aa url(../images/left_nav.png) no-repeat 25px center;
	padding: 20px 0 19px;
	padding-left: 75px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 1px;
}

.lnt-cn {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 8px;
}

.lnt-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.left-nav-list li {
	width: 100%;
	height: 70px;
	border-left: 3px solid #fff;
	padding-left: 8px;
	background-color: #fff;
	margin-bottom: 1px;
}

.left-nav-list li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 11px 20px 11px 38px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.left-nav-list li:first-of-type a {
	line-height: 48px;
}

.left-nav-list li.on-left,
.left-nav-list li:hover {
	border-left: 3px solid #0058aa;
}

.left-nav-list li.on-left a,
.left-nav-list li:hover a {
	background: url(../images/index_pro_icon02.png) no-repeat left center;
	color: #0058aa;
}

.left-con {
	margin-top: 30px;
	background-color: #fff;
}

.left-con-tit {
	width: 100%;
	height: 80px;
	background: #0058aa url(../images/left_con.png) no-repeat 25px center;
	padding: 20px 0 19px;
	padding-left: 75px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #dcdcdc;
}

.lct-cn {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 8px;
}

.lct-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.left-con-info {
	overflow: hidden;
	padding: 20px 15px;
}

.left-con-info li {
	width: 100%;
	line-height: 20px;
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
}

.left-con-info li:last-of-type {
	border-bottom: 0;
}

@media (max-width:991px) {
	.left-nav-list li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 5px;
		height: 60px;
		padding: 0;
		border: 0;
	}

	.left-nav-list li:nth-of-type(4n) {
		margin-right: 0;
	}

	.left-nav-list li:last-of-type {
		margin-bottom: 30px;
	}

	.left-nav-list li a {
		padding: 8px;
		background: #0058aa;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		border: 1px solid #0058aa;
		overflow: hidden;
	}

	.left-nav-list li:first-of-type a {
		line-height: 40px;
	}

	.left-nav-list li.on-left,
	.left-nav-list li:hover {
		border-left: 0;
	}

	.left-nav-list li.on-left a,
	.left-nav-list li:hover a {
		background: transparent;
		color: #0058aa;
	}

}

@media (max-width:620px) {
	.left-nav-list li {
		width: 50%;
		margin: 0;
		padding: 1px;
	}

	.left-nav-list li a {
		line-height: 40px;
	}
}

@media (max-width:520px) {
	.left-nav-list li a {
		line-height: 20px;
	}
}

/*****main-right**********/
.in-news-latest {
	margin-bottom: 30px;
}

.inl-tit {
	width: 100%;
	height: 80px;
	background: #0058aa url(../images/right_news.png) no-repeat 25px center;
	padding: 20px 0 19px;
	padding-left: 75px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #dcdcdc;
}

.inl-tit-cn {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 8px;
}

.inl-tit-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.inl-info li {
	padding: 10px 15px;
	height: 42px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.inl-info li span {
	display: block;
	width: 20px;
	height: 16px;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	text-align: center;
	background-color: #bbb;
}

.inl-info li:nth-of-type(1) span {
	background-color: #0058aa;
}

.inl-info li:nth-of-type(2) span {
	background-color: #0058aa;
}

.inl-info li:nth-of-type(3) span {
	background-color: #0058aa;
}

.inl-info li div {
	float: left;
	font-size: 14px;
	line-height: 22px;
}

.inl-info li:hover span {
	background-color: #0058aa;
}

.inl-info li:hover div {
	color: #0058aa;
}


/*****maincenter**/
.maincenter-top {
	height: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.maincenter-tit {
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #0058aa;
	padding-left: 24px;
	position: relative;
}

.maincenter-pos {
	float: right;
	color: #999;
}

.maincenter-pos span {
	color: #999;
	line-height: 30px;
	margin-right: 5px;
}

.maincenter-pos a {
	color: #999;
	line-height: 30px;
}

.maincenter-pos a:hover {
	color: #0058aa;
}

.maincenter-icon {
	display: block;
	width: 6px;
	height: 30px;
	background-color: #0058aa;
	position: absolute;
	left: 0;
	top: 0;
}

.maincenter-content {
	padding: 30px 0;
}

@media (max-width:480px) {
	.maincenter-tit {
		font-size: 18px;
		padding-left: 15px;
	}
}

/*****in-prolist*****/
.in-prolist {
	margin-bottom: 20px;
}

.in-prolist li {
	float: left;
	width: 30%;
	padding: 15px;
	padding-bottom: 0;
	border: 2px solid #0058aa;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.in-prolist li:nth-of-type(3n-1) {
	margin-left: 5%;
	margin-right: 5%;
}

.in-prolist-img {
	width: 100%;
}

.in-prolist-tit {
	display: block;
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	color: #0058aa;
	text-align: center;
	overflow: hidden;
}

.in-prolist li:hover {
	border: 2px solid #ff0000;
}

.in-prolist li:hover .in-prolist-tit {
	color: #ff0000;
}

@media (max-width:991px) {
	.in-prolist {
		margin-bottom: 10px;
	}

	.in-prolist-tit {
		font-size: 14px;
	}
}

@media (max-width:580px) {
	.in-prolist li {
		width: 49%;
		padding: 7px;
		padding-bottom: 0;
	}

	.in-prolist li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.in-prolist li:nth-of-type(2n) {
		margin-left: 2%;
	}

	.in-prolist-tit {
		font-size: 13px;
		height: 32px;
		line-height: 32px;
	}
}

/*********新闻列表页***********/
.in-newslist {
	margin-bottom: 50px;
}

.in-newslist li a {
	display: block;
	padding: 15px;
	height: 55px;
	border-bottom: 1px dashed #999;
	transition: .8s;
}

.in-newslist li .in-newslist-dot {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 9px;
	border-radius: 50%;
	border: 1px solid #999;
	background-color: #fff;
	margin-right: 10px;
}

.in-newslist li div {
	float: left;
	font-size: 15px;
	line-height: 25px;
}

.in-newslist li .in-newslist-date {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.in-newslist li:hover {
	background-color: #0058aa;
}

.in-newslist li:hover .in-newslist-dot {
	border: 1px solid #fff;
}

.in-newslist li:hover div,
.in-newslist li:hover .in-newslist-date {
	color: #fff;
}

@media (max-width:991px) {
	.in-newslist {
		margin-bottom: 30px;
	}
}

@media (max-width:640px) {
	.in-newslist li a {
		padding: 15px 10px;
		height: 55px;
	}

	.in-newslist li .in-newslist-dot {
		width: 6px;
		height: 6px;
		margin-top: 10px;
		margin-right: 5px;
	}

	.in-newslist li div {
		font-size: 14px;
	}

	.in-newslist li .in-newslist-date {
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.in-newslist li a {
		padding: 10px 10px;
		height: 68px;
	}

	.in-newslist li div {
		line-height: 24px;
	}

	.in-newslist li .in-newslist-date {
		width: 100%;
		line-height: 24px;
		padding-left: 11px;
	}
}

/*********详情页**********/
.in-proinfo,
.in-newsinfo {
	padding: 30px 0;
}

@media (max-width:991px) {

	.in-proinfo,
	.in-newsinfo {
		padding: 20px 0;
	}
}

/*********产品详情页***********/
.in-proinfo-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.in-proinfo img {
	max-width: 100%;
}

.list_pro4 {
	width: 30%;
	float: left;
	margin: 5px 5px;
}

.list_pro4_2 {
	width: 45%;
	float: left;
	margin: 5px 5px;
}

.list_pro2 li {
	max-width: 30%;
	float: left;
	margin: 5px 5px;
	text-align: center;
}

@media (max-width:580px) {
	.list_pro4 {
		width: 100%;
		float: left;
		margin: 5px 5px;
	}

	.list_pro4_2 {
		width: 100%;
		float: left;
		margin: 5px 5px;
	}

	.list_pro2 li {
		max-width: 100%;
		float: left;
		margin: 5px 5px;
		text-align: center;
	}
}

/*********新闻详情内页***********/
.in-newsinfo-tit {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.in-newsinfo-date {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.in-newsinfo-date span {
	margin: 0 15px;
	color: #666;
}

/******推荐新闻**********/
.in-news-tj {
	margin-top: 50px;
	margin-bottom: 40px;
}

.tj-tit {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	background: url(../images/tit_bg01.png) no-repeat left bottom;
	font-size: 16px;
	line-height: 30px;
	color: #0058aa;
}

.in-tjnews-box,
.in-tjpro-box {
	padding: 20px 20px 25px 20px;
	;
	background: url(../images/tit_bg02.png) no-repeat right bottom;
}

.in-tjnews-box li {
	width: 45%;
	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: #0058aa;
	margin-right: 10px;
}

.in-tjnews-box li div {
	float: left;
	font-size: 14px;
	line-height: 28px;
}

.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: #0058aa;
}

@media (max-width: 1229px) {
	.in-tjnews-box li .tj-date {
		display: none;
	}
}

@media (max-width: 580px) {
	.in-tjnews-box li:nth-of-type(2n) {
		float: none;
	}

	.in-tjnews-box li {
		width: 0px;
		height: 28px;
		overflow: hidden;
	}
}

/*****推荐产品**********/
.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 #0058aa;
	box-shadow: 0 0 8px rgba(12, 143, 215, .3);
}

.in-tjpro-box li:hover span {
	color: #0058aa;
}

/*******分页**********/
#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: #0058aa;
	border: 1px solid #0058aa;
	color: #fff;
}

@media (max-width: 991px) {
	#pageDiv {
		float: none;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

	#pageDiv span,
	#pageDiv a {
		font-size: 12px;
	}
}

/*******上下页**********/
.in-prenext div span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-right: 10px;
}

.in-prenext div a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.in-prenext div a:hover {
	color: #0058aa;
}

.in-back {
	display: block;
	width: 130px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #0058aa 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);
}

/*******search 页面**********/
.main-search {
	padding: 50px 0;
}

.search-list {
	margin-bottom: 20px;
}

.search-list li {
	float: left;
	width: 23%;
	margin: 0 1% 20px;
	padding: 15px;
	padding-bottom: 0;
	border: 2px solid #0058aa;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.search-list-img {
	width: 100%;
}

.search-list-tit {
	display: block;
	width: 100%;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #0058aa;
	text-align: center;
	overflow: hidden;
}

.search-list li:hover {
	border: 2px solid #ff0000;
}

.search-list li:hover .search-list-tit {
	color: #ff0000;
}

@media (max-width:991px) {
	.main-search {
		padding: 0;
	}

	.search-list li {
		width: 31.333333%;
		margin: 0 1% 20px;
	}

	.search-list {
		margin-bottom: 10px;
	}

	.search-list-tit {
		font-size: 14px;
	}
}

@media (max-width:580px) {
	.search-list li {
		width: 48%;
		padding: 7px;
		padding-bottom: 0;
	}

	.search-list-tit {
		font-size: 13px;
		line-height: 32px;
		height: 32px;
	}
}

/********************荣誉资质*******************/
.list_honor li {
	width: 45%;
	margin: 10px 10px;
	float: left;
	text-align: center;
}

@media (max-width:580px) {
	.list_honor li {
		width: 100%;
		margin: 10px 5px;
		float: left;
		text-align: center;
	}

}

/********其他新增修改**********/
@media (max-width:680px) {
	.foot-nav a {
		display: block;
	}

	.foot-nav a:last-of-type {
		display: none;
	}

	.left-con-info {
		display: none;
	}

	.pbn-more {
		display: block;
		width: 100%;
		height: 80px;
		text-align: center;
		background: url(../images/index_pro_bg02.jpg) left bottom;
		margin-bottom: 5px;
	}
}
