﻿/* iconfont字体引用 */
@font-face {
	font-family: AMedium;
	src: url('/statics/subang/img/font/AMedium.otf'),
		url('/statics/subang/img/img/font/AMedium.otf'),
		url('/statics/subang/img/img/font/AMedium.otf');
	/* IE9 */
}

@font-face {
	font-family: HThex;
	src: url('/statics/subang/img/font/HThEx.otf'),
		url('/statics/subang/img/img/font/HThEx.otf'),
		url('/statics/subang/img/img/font/HThEx.otf');
	/* IE9 */
}

/* 自定义清除样式 */
*,
body {
	font-family: '微软雅黑';
	list-style: none;
	text-decoration: none;
}

input,
button,
textarea {
	outline: none;
	border: none;
}

button {
	cursor: pointer;
}

/* common共用的class */
.nomargin-right {
	margin-right: 0 !important;
}

.nomargin-left {
	margin-right: 0 !important;
}

/* -----------------------------1.首页--------------------------- */
/* 1.1 index-head-title*/
.index-head-title {
	width: 100%;
	min-width: 1200px;
	height: 35px;
	background-color: #0082d6;
}

.index-header-title {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
}

.i-h-t-left {
	width: 370px;
	height: 35px;
	float: left;
}

.i-h-t-left p {
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.05em;
}

.i-h-t-right {
	width: auto;
	height: 35px;
	float: right;
}

.i-h-t-right p {
	line-height: 35px;
	font-size: 14px;
	color: #bddaed;
	letter-spacing: 0.05em;
	font-family: 'Arial';

	font-weight: bold;
	font-size: 15px;
}

.i-h-t-right i {
	color: #bddaed;
	font-size: 18px;
	line-height: 35px;
}

.i-h-t-r-box1 {
	/* width: 240px; */
	width: auto;
	height: 35px;
	border-right: 1px solid #339bde;
	text-align: center;
	float: right;
	padding-right: 10px;
}

.i-h-t-r-box2 {
	width: 60px;
	height: 35px;
	border-right: 1px solid #339bde;
	text-align: center;
	float: right;
}

.i-h-t-r-box3 {
	width: 37px;
	height: 35px;
	text-align: right;
	float: right;
}


/* 1.2 index-head-nav */
.index-head-nav {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: #fff;
}

.index-header-nav {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.index-header-nav li {
	width: 140px;
	height: 98px;
	float: left;
	text-align: center;
	margin-right: 25px;
	line-height: 100px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

li.i-h-n-first {
	width: 85px;
	height: 98px;
	text-align: left;
}

li.i-h-n-last {
	width: 72px;
	height: 98px;
	text-align: center;
}

.index-header-nav li a {
	color: #333;
	font-size: 18px;
}

.i-h-n-active {
	border-bottom: 2px solid #0082d6;
}

.index-header-nav li:hover {
	border-bottom: 2px solid #0082d6;
}


/* ------2.主要内容区域----- */
/* 2.1 index-slideBox */
.indedx-slideBox {
	width: 100%;
	min-width: 1200px;
	height: auto;
}

.indedx-slideBox img {
	width: 100%;
	height: auto;
	display: block;
}

/* 2.2 index-search */
.index-search01 {
	width: 100%;
	min-width: 1200px;
	height: 85px;
	background-color: #0082d6;
}

.index-search {
	width: 1200px;
	height: 85px;
	margin: 0 auto;
}

.i-s-left {
	width: 700px;
	height: 85px;
	line-height: 85px;
	float: left;
}

.i-s-left i {
	display: block;
	float: left;
	font-size: 24px;
	color: #82cdff;
}

.i-s-left p {
	float: left;
	margin-left: 20px;
	font-size: 16px;
	color: #82cdff;
}

.i-s-right {
	width: 408px;
	height: 85px;
	float: right;
}

.i-s-right input {
	width: 305px;
	height: 45px;
	float: left;
	margin-top: 20px;
	background-color: #fff;
	text-indent: 18px;
}

.i-s-right button {
	width: 70px;
	height: 47px;
	background-color: #006cb1;
	float: right;
	margin-top: 20px;
	font-size: 16px;
	color: #b4e1ff;
}


/* 2.3 index-product */
.index-product01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background: url(../img/index_product_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-product {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.i-p-list {
	width: 1200px;
	height: auto;
	margin-top: 70px;
}

.i-p-list li {
	width: 270px;
	height: auto;
	float: left;
	margin-right: 40px;
	margin-bottom: 35px;
}

.i-p-list li:nth-child(4n) {
	margin-right: 0 !important;
}

.i-p-l-img {
	width: 270px;
	height: 218.8px;
}

.i-p-l-img img {
	width: 270px;
	height: 218.8px;
}

.i-p-l-img img:hover{
                opacity:0.8;
                background-color:gray

}
.i-p-l-title {
	width: 268px;
	height: 50px;
	border: 1px solid #ccc;
	border-top: none;
}

.i-p-l-title p {
	text-align: center;
	line-height: 50px;
	/* color: #333; */
	font-size: 15.5px;
	font-weight: bold;
	letter-spacing: 0.05em;

	color: #fff;
	background-color: #0082d6;
}


/* 2.4 index-new */
.index-new01 {
	width: 100%;
	min-width: 1200px;
	height: 645px;

	background-color: #fff;
}

.index-new {
	width: 1200px;
	height: 645px;
	margin: 0 auto;
}

.i-new-title {
	width: 1200px;
	height: 150px;
	overflow: hidden;
}

.i-new-title h3 {
	text-align: center;
	line-height: 70px;
	margin-top: 24px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.i-new-t-info {
	height: 40px;
	display: table;
	margin: 0 auto;
}

.i-new-t-info span {
	display: block;
	width: 138px;
	height: 1px;
	background-color: #e2e2e2;
	margin-top: 14px;
	float: left;
}

.i-new-t-info p {
	float: left;
	line-height: 30px;
	margin-left: 35px;
	margin-right: 35px;
	color: #666;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.i-new-product {
	width: 1200px;
	height: 420px;
}

.i-new-p-left {
	width: 600px;
	height: 420px;
	float: left;
	background: url(../img/i_np_left_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.i-new-p-l-img {
	width: 210px;
	height: 240px;
	float: left;
	margin-left: 25px;
	margin-top: 85px;
	margin-right: 20px;
}

.i-new-p-l-img img {
	width: 210px;
	height: 240px;
}

.i-new-p-l-info {
	width: 325px;
	height: 320px;
	float: left;
	margin-top: 50px;
}

.i-new-p-l-info h2 {
	color: #333;
	font-size: 24px;
	line-height: 60px;
	letter-spacing: 0.05em;
}

.i-new-p-l-info p {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

.i-new-p-l-button {
	width: 145px;
	height: 30px;
	background-color: #0082d6;
	text-align: center;
	margin-top: 35px;
	cursor: pointer;
}

.i-new-p-l-button p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}






.i-new-p-right {
	width: 580px;
	height: 420px;
	float: right;
}

.i-new-p-right li {
	width: 280px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.i-new-p-right li>img {
	width: 280px;
	height: 200px;
}

.i-new-p-right li:nth-child(2n) {
	margin-right: 0 !important;
}

.i-new-p-r-window {
	width: 280px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
	transition: all 0.5s;
	/* background-color: #0082d6; */
	background: url(../img/i_np_list_hover.png) no-repeat;
	background-size: 100% 100%;
}

.i-new-p-right li:hover .i-new-p-r-window {
	animation: productwindow 0.5s linear;
	animation-fill-mode: forwards;
}

@keyframes productwindow {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0.8;
	}
}



/* 2.5 index-company */
.index-company01 {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	background-color: #f5f5f5;
}

.index-company {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}

.i-c-left {
	width: 600px;
	height: 425px;
	float: left;
	margin-top: 30px;
}

.i-c-l-title {
	width: 600px;
	height: 130px;
	position: relative;
	overflow: hidden;
}

.i-c-l-title h3 {
	font-size: 30px;
	color: #333;
	line-height: 55px;
	margin-top: 20px;
	letter-spacing: 0.05em;
}

.i-c-l-title h6 {
	color: #999;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'AMedium';
}

.i-c-t-line1 {
	width: 370px;
	height: 1px;
	background-color: #d6d6d6;
	position: absolute;
	left: 0;
	bottom: 2px;
}

.i-c-t-line2 {
	width: 92px;
	height: 5px;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}

.i-c-l-info {
	width: 600px;
	height: 175px;
	margin-top: 30px;
}

.i-c-l-info p {
	color: #666;
	font-size: 15.4px;
	line-height: 40px;
	letter-spacing: 0.05em;
}

.i-c-l-button {
	width: 145px;
	height: 30px;
	background-color: #0082d6;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.i-c-l-button p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.i-c-left .i-c-l-button {
	float: left;
	margin-right: 40px;
}

.i-c-right {
	width: 510px;
	height: 450px;
	float: right;
	margin-top: 40px;
}

.i-c-r-box {
	width: 471px;
	height: 400px;
	background-color: #0082d6;
	float: right;
	position: relative;
}

.i-c-r-img {
	width: 471px;
	height: 400px;
	
	top: 40px;
	right: 40px;
}

.i-c-r-img img {
	width: 471px;
	height: 400px;
}


/* 2.6 idnex-news */
.index-news01 {
	width: 100%;
	min-width: 1200px;
	height: 765px;
	background-color: #fff;
}

.index-news {
	width: 1200px;
	height: 850px;
	margin: 0 auto;
	overflow: hidden;
}

.index-news .i-new-title {
	margin-top: 20px;
	margin-bottom: 10px;
}

.i-news-list {
	width: 1200px;
	height: 460px;
}

.i-news-list li {
	width: 293px;
	height: 480px;
	float: left;
	margin-right: 9px;
}

.i-news-list li:last-child {
	margin-right: 0 !important;
}

.i-news-list li:hover .i-news-l-info {
	background-color: #1681df;
}

.i-news-list li:hover .i-news-l-i-title h3 {
	color: #fff;
}

.i-news-list li:hover .i-news-l-i-data h6 {
	color: #fff;
}

.i-news-list li:hover .i-news-l-i-info p {
	color: #fff;
}

.i-news-l-info {
	width: 293px;
	height: 300px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.5s ease-in;
}

.i-news-l-i-title {
	width: 215px;
	height: 65px;
	margin: 0 auto;
	margin-top: 25px;
}

.i-news-l-i-title h3 {
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
	transition: all 0.5s ease-in;
}

.i-news-l-i-data h6 {
	text-align: center;
	font-size: 18px;
	color: #1681df;
	line-height: 75px;
	transition: all 0.5s ease-in;
	font-family: 'AMedium';
}

.i-news-l-i-info {
	width: 220px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

.i-news-l-i-info p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	letter-spacing: 0.1em;
	transition: all 0.5s ease-in;
}



.i-news-l-img {
	width: 293px;
	height: 120px;
}

.i-news-l-img img {
	width: 293px;
	height: 160px;
}

.i-news-button {
	width: 145px;
	height: 30px;
	background-color: #0082d6;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
	cursor: pointer;
}

.i-news-button p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Arial';
}






/* 2.7 index-contect */
.index-contect01 {
	display: none;
	width: 100%;
	min-width: 1200px;
	height: 640px;
	background: url(../img/index_contact_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-contect {
	width: 1200px;
	height: 640px;
	margin: 0 auto;
	overflow: hidden;
}

.index-contect .i-new-title {
	margin-top: 20px;
}

.index-contect-list {
	width: 1000px;
	height: 365px;
	margin-top: 25px;
	margin-left: 145px;
}

.index-contect-list li {
	width: 1000px;
	height: 40px;
	float: left;
	letter-spacing: 0.05em;
}

.index-contect-list li h3 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	float: left;
}

.index-contect-list li h5 {
	color: #666;
	font-size: 14px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
}

.index-contect-list li h6 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	float: left;
	margin-right: 20px;
}









/* 3.1 indedx-foot-list */
.indedx-foot-list01 {
	width: 100%;
	min-width: 1200px;
	height: 308px;
	border-bottom: 1px solid #018feb;

	background-color: #0082d6;
}

.indedx-footer-list {
	width: 1200px;
	height: 308px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/statics/subang/img/footer_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

/* i-f-l-left:左侧list */
.i-f-l-left {
	width: 600px;
	height: 308px;
	float: left;
	position: relative;
}

.i-f-l-line {
	height: 200px;
	float: right;
	position: absolute;
	top: 40px;
	right: 20px;
	border-left: 1px solid #018feb;
	border-right: 1px solid #0079c7;
}

.i-f-l-center .i-f-l-line {
	right: -30px;
}

.i-f-l-left>ul>li {
	width: 70px;
	height: 220px;
	float: left;
	margin-top: 15px;
	margin-right: 45px;
}

.i-f-l-left h3 {
	font-size: 16px;
	color: #fff;
	line-height: 65px;
	letter-spacing: 0.05em;
}

.i-f-l-left span {
	display: block;
	width: 36px;
	height: 1px;
	background-color: #fff;
	opacity: 0.3;
	margin-bottom: 10px;
}

.i-f-l-l-li li a {
	color: #b4def9;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.05em;
}

.i-f-l-center {
	width: 260px;
	height: 308px;
	float: left;
	margin-left: 25px;
	position: relative;
}

.i-f-l-center h3 {
	font-size: 16px;
	color: #fff;
	line-height: 65px;
	margin-top: 15px;
	letter-spacing: 0.05em;
}

.i-f-l-center span {
	display: block;
	width: 36px;
	height: 1px;
	background-color: #fff;
	opacity: 0.3;
	margin-bottom: 10px;
}

.i-f-l-center h6 {
	font-size: 26px;
	font-weight: bold;
	color: #c2e7ff;
	line-height: 35px;
	letter-spacing: 0.05em;
	font-family: 'Arial';
}

.i-f-l-center p {
	font-size: 14px;
	color: #b4def9;
	line-height: 35px;
	letter-spacing: 0.05em;
}

.i-f-l-right {
	width: 235px;
	height: 308px;
	float: right;
}

.i-f-l-right h3 {
	font-size: 16px;
	color: #fff;
	line-height: 65px;
	margin-top: 15px;
	letter-spacing: 0.05em;
}

.i-f-l-right span {
	display: block;
	width: 36px;
	height: 1px;
	background-color: #fff;
	opacity: 0.3;
	margin-bottom: 20px;
}

.i-f-l-r-box {
	width: 232px;
	height: 37px;
	text-align: center;
	border: 1px solid #b4def9;
	margin-top: 10px;
}

.i-f-l-r-box p {
	font-size: 14px;
	color: #b4def9;
	line-height: 37px;
}



/* 3.2 indedx-foot-info */
.indedx-foot-info01 {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #0082d6;
	border-top: 1px solid #0079c7;
}

.indedx-footer-info {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.indedx-footer-info h3 {
	float: left;
	line-height: 50px;
	font-size: 14px;
	color: #97cced;
	letter-spacing: 0.05em;
}

.indedx-footer-info h6 {
	float: right;
	line-height: 50px;
	font-size: 14px;
	color: #97cced;
	letter-spacing: 0.05em;
	transition: all 0.5s;
}







/* -----------------------------3.新闻中心--------------------------- */
/* 公共样式：顶部、图片、底部、面包屑标签导航 */
/* 1.common-head-nav */
.common-head-nav01 {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background-color: #fff;
}

.common-head-nav {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.common-header-logo {
	width: 150px;
	height: 100px;
	float: left;
}

.common-header-logo img {
	width: 150px;
	height: 100px;
}

.common-header-nav {
	width: 1000px;
	height: 100px;
	float: right;
}

.common-header-nav li {
	width: 134px;
	height: 98px;
	float: left;
	text-align: center;
	margin-right: 20px;
	line-height: 100px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}

.common-header-nav li:last-child {
	margin-right: 0 !important;
}

li.c-h-n-first {
	width: 72px;
	height: 98px;
	text-align: left;
}

.index-header-nav li:nth-child(1) {
	margin-left: 10px;
}

.common-header-nav li a {
	color: #333;
	font-size: 18px;
}

.c-h-n-active {
	border-bottom: 2px solid #0082d6;
}

.common-header-nav li:hover {
	border-bottom: 2px solid #0082d6;
}

.common-header-nav li.c-h-n-first:hover {
	border-width: 80px;
	border-bottom: 2px solid #0082d6;
}

/* 2.common-imgBox */
.common-imgBox01 {
	width: 100%;
	min-width: 1200px;

	height: auto;
	height: 350px;
	background: url(../img/newslist_imgBox_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.common-imgBox {
	width: 1200px;
	height: auto;
	height: 350px;
	margin: 0 auto;
	position: relative;
}

.common-imgBox-title {
	width: 230px;
	height: 135px;
	position: absolute;
	left: 0;
	top: 107.5px;
}

.common-imgBox-title h1 {
	line-height: 70px;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.05em;
}

.common-imgBox-title h2 {
	line-height: 70px;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.05em;
}

.common-imgBox-title span {
	display: block;
	width: 60px;
	height: 1px;
	background-color: #fff;
}

.common-imgBox-title h6 {
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.075em;
	font-family: 'Arial';
}

/* 3.commomn-titlenav */
.common-titleNav01 {
	width: 100%;
	min-width: 1200px;
	height: 55px;
	background-color: #fff;
}

.common-titleNav {
	width: 1200px;
	height: auto;
	height: 120px;
	margin: 0 auto;
}

.c-tN-left {
	width: 600px;
	height: 30px;
	float: left;
	margin-top: 45px;
}

.c-tN-left li {
	float: left;
	width: auto;
	padding-left: 18px;
	padding-right: 18px;
	height: 30px;
	background-color: #e5f3ff;
	margin-right: 10px;
	cursor: pointer;
}

.c-tN-left li p {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
}

li.c-tN-l-li-active {
	background-color: #1681df;
}

li.c-tN-l-li-active p {
	color: #fff;
}

p.c-tN-right-active {
	color: #0082d6 !important;
}


.c-tN-right {
	width: auto;
	height: 30px;
	float: right;
	margin-top: 45px;
	line-height: 30px;
}

.c-tN-right p {
	float: left;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.c-tN-right span {
	float: left;
	text-align: right;
	font-size: 14px;
	color: #999;
	margin-left: 5px;
	margin-right: 5px;
}

/* common-pagination:共用页码样式 */
.common-pagination01 {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background-color: #fff;

	margin-bottom: 50px;
}

.common-pagination {
	height: 80px;
	display: table;
	margin: 0 auto;
}

.c-p-num {
	width: 36px;
	height: 36px;
	background-color: #f0f0f0;
	float: left;
	margin-top: 22px;
	margin-right: 25px;
}

.c-p-num a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #999;
	font-size: 16px;
}

.c-p-num a i {
	font-size: 20px;
}

.c-p-num-active {
	background-color: #1681df;
}

.c-p-num-active a {
	color: #fff;
}



/* news_list-list:新闻列表 */
.news_list-list01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
}

.news_list-list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news_list-list li {
	width: 380px;
	height: 396px;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
	position: relative;
	transition: all 0.3s ease-in;
}

.news_list-list li:nth-child(3n) {
	margin-right: 0 !important;
}

.news_list-list li:hover .news_l-l-data {
	background-color: #0082d6;
	border-color: #0082d6;
}

.news_list-list li:hover .news_l-l-data h3 {
	color: #fff;
}

.news_list-list li:hover .news_l-l-data h6 {
	color: #fff;
}

.news_list-list li:hover .news_l-l-info h3 {
	color: #0082d6;
}

.news_list-list li:hover .news_l-l-button {
	opacity: 1;
}

.news_list-list li:hover {
	border-color: #0082d6;
}

.news_l-l-img {
	width: 380px;
	height: 203px;
}

.news_l-l-img img {
	width: 380px;
	height: 203px;
}

.news_l-l-data {
	width: 86px;
	height: 72px;
	float: left;
	margin-top: 30px;
	margin-right: 26px;
	border: 1px solid #d0d0d0;
}

.news_l-l-data h3 {
	font-size: 24px;
	color: #656565;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-left: 12px;
	transition: all 0.3s ease-in;
	font-family: 'HThex';
}

.news_l-l-data h6 {
	font-size: 14px;
	color: #8d8d8d;
	line-height: 24px;
	letter-spacing: 0.05em;
	margin-left: 12px;
	transition: all 0.3s ease-in;
	font-family: 'HThex';
}

.news_l-l-info {
	width: 266px;
	height: 130px;
	float: left;
	margin-top: 20px;
}

.news_l-l-info h3 {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	letter-spacing: 0.05em;
	transition: all 0.3s ease-in;
}

.news_l-l-info p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	letter-spacing: 0.05em;
}

.news_l-l-button {
	width: 120px;
	height: 35px;
	background-color: #0082d6;
	position: absolute;
	top: 168px;
	right: 40px;
	text-align: center;
	line-height: 35px;
	opacity: 0;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.news_l-l-button i {
	color: #fff;
	font-size: 20px;
}

/* ------------3.1新闻详情----------- */
.news_list-info01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
                margin-top:30px;
	background-color: #fff;
}

.news_list-info {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.news_l-i-title {
	width: 1200px;
	height: 135px;
	border-bottom: 1px solid #d6d6d6;
}

.news_l-i-title h1 {
	text-align: center;
	line-height: 80px;
	color: #333;
	font-size: 24px;
}

.news_l-i-info {
	display: table;
	margin: 0 auto;
}

.news_l-i-i-left {
	height: 15px;
	border-right: 1px solid #ccc;
	float: left;
	padding-right: 16px;
}

.news_l-i-i-left i {
	margin-left: 15px;
	margin-right: 14px;
	font-size: 15px;
	color: #ccc;
	line-height: 15px;
}

.news_l-i-i-left span {
	font-size: 14px;
	color: #b8b8b8;
	line-height: 15px;
	letter-spacing: 0.05em;
	font-family: 'HThex';
}

.noborder-right {
	border-right: none;
}

.news_l-i-content {
	width: 1200px;
	padding-top: 35px;
	padding-bottom: 40px;
}

.news_l-i-content p {
	line-height: 26px;
	color: #666 !important;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.news_l-i-content p span {
	line-height: 26px;
	color: #666 !important;
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* 3.news_l-i-pagination：prev、next */
.news_l-i-pagination {
	width: 1200px;
	height: 124px;
	margin-bottom: 65px;
}

.news_l-i-p-prev {
	width: 600px;
	height: 124px;
	background-color: #f5f5f5;
	float: left;
	transition: all 0.5s;
}

.news_l-i-p-next {
	width: 600px;
	height: 124px;
	background-color: #f5f5f5;
	float: right;
	transition: all 0.5s;
}

.news_l-i-p-p-title {
	width: 300px;
	height: 60px;
	float: left;
	margin-top: 32px;
	margin-left: 40px;
}

.news_l-i-p-p-t-i {
	width: 10px;
	height: 18px;
	float: left;
	margin-top: 21px;
}

.news_l-i-p-p-t-i i {
	display: block;
	width: 10px;
	height: 18px;
	color: #666;
	transition: all 0.5s;
	font-size: 24px;
}

.news_l-i-p-p-t-right {
	margin-left: 35px;
}

.news_l-i-p-p-t-right h3 {
	line-height: 38px;
	color: #666;
	font-size: 14px;
	letter-spacing: 0.05em;
	transition: all 0.5s;
}

.news_l-i-p-p-t-right h6 {
	color: #666;
	font-size: 12px;
	letter-spacing: 0.05em;
	transition: all 0.5s;
	font-family: 'HThex';
}

.news_l-i-p-p-img {
	width: 125px;
	height: 50px;
	float: right;
	margin-right: 15px;
	margin-top: 37px;
	opacity: 0;
	transition: all 0.5s;

	background-color: lightgray;
}

.news_l-i-p-p-img img {
	width: 125px;
	height: 50px;
}

.news_l-i-p-next .news_l-i-p-p-title {
	float: right;
	margin-right: 40px;
}

.news_l-i-p-next .news_l-i-p-p-img {
	float: left;
	margin-left: 15px;
}

.news_l-i-p-next .news_l-i-p-p-t-i {
	float: right;
}

.news_l-i-p-next .news_l-i-p-p-t-right {
	float: right;
	margin-right: 35px;
}

.news_l-i-p-next .news_l-i-p-p-t-right h3 {
	text-align: right;
}

.news_l-i-p-next .news_l-i-p-p-t-right h6 {
	text-align: right;
}

/* hover效果 */
.news_l-i-p-prev:hover,
.news_l-i-p-next:hover {
	background-color: #0082d6;
}

.news_l-i-p-prev:hover .news_l-i-p-p-t-i i,
.news_l-i-p-next:hover .news_l-i-p-p-t-i i {
	color: #fff;
}

.news_l-i-p-prev:hover .news_l-i-p-p-t-right h3,
.news_l-i-p-next:hover .news_l-i-p-p-t-right h3 {
	color: #fff;
}

.news_l-i-p-prev:hover .news_l-i-p-p-t-right h6,
.news_l-i-p-next:hover .news_l-i-p-p-t-right h6 {
	color: #fff;
}

.news_l-i-p-prev:hover .news_l-i-p-p-img,
.news_l-i-p-next:hover .news_l-i-p-p-img {
	opacity: 1;
}

/* 4.news_l-i-other：其他新闻推荐 */
.news_l-i-other {
	width: 1200px;
	height: auto;
}

.news_l-i-o-title {
	width: 1200px;
	height: 90px;
	background-color: #fff;
	position: relative;
	margin-bottom: 39px;
}

.news_l-i-o-title h3 {
	font-size: 18px;
	color: #333;
	line-height: 55px;
	letter-spacing: 0.1em;
}

.news_l-i-o-title h6 {
	font-size: 18px;
	font-family: 'Arial';
	color: #666;
	letter-spacing: 0.05em;
}

.news_l-i-o-title span {
	display: block;
	width: 12px;
	height: 1px;
	background-color: #131313;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news_l-i-o-list {
	width: 1200px;
	height: auto;
}






/* -----------------------------4.塑邦风采--------------------------- */
/* 4.state_list-list:塑邦风采列表内容*/
.state_list-list01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 385px;
	background-color: #fff;
	overflow: hidden;
}

.state_list-list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.state_list-list li {
	width: 373px;
	height: 345px;
	float: left;
	margin-right: 40.5px;
	margin-bottom: 40px;
}

.state_list-list li:nth-child(3n) {
	margin-right: 0 !important;
}

.state_l-l-img {
	width: 373px;
	height: 255px;
	position: relative;
}

.state_l-l-hide {
	width: 373px;
	height: 255px;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	background-size: 100% 100%;
	cursor: pointer;
}

.state_l-l-hide img {
	width: 373px;
	height: 255px;
}

.state_l-l-img img {
	width: 373px;
	height: 255px;
}

.state_l-l-info {
	width: 373px;
	height: 90px;
	background-color: #0082d6;
	transition: all 0.5s;
	cursor: pointer;
}

.state_l-l-info p {
	line-height: 90px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	transition: all 0.5s;
}

/* hover效果 */
.state_list-list li:hover .state_l-l-hide {
	opacity: 1;
}

.state_list-list li:hover .state_l-l-info {
	background-color: #f5f5f5;
}

.state_list-list li:hover .state_l-l-info p {
	color: #333;
}






/* -----------------------------5.关于我们--------------------------- */
.about-introduct01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
}

.about-introduct {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.a-i-title {
	width: 1200px;
	height: 145px;
	text-align: center;
}

.a-i-title h3 {
	line-height: 80px;
	color: #333;
	font-size: 36px;
	font-family: 'Arial';
	letter-spacing: 0.05em;
	font-weight: bold;
}

.a-i-title span {
	display: block;
	width: 34px;
	height: 4px;
	background-color: #363636;
	margin: 0 auto;
}

.a-i-title h6 {
	line-height: 70px;
	color: #333;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.a-i-info {
	width: 1200px;
	padding-top: 25px;
	padding-bottom: 70px;
}

.a-i-info p {
	font-size: 14px;
	color: #666;
	line-height: 33px;
	letter-spacing: 0.05em;
}

.a-i-img {
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-bottom: 60px;
}

.a-i-img img {
	width: 100%;
	height: auto;
	display: block;
}

.about-culture01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.about-culture {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.a-c-list {
	width: 1200px;
	height: 294px;
}

.a-c-list li {
	width: 162px;
	height: 170px;
	float: left;
	margin-right: 97.5px;
	margin-top: 65px;
	text-align: center;
}

.a-c-l-icon {
	width: 60px;
	height: 45px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

.a-c-l-icon img {
	width: 60px;
	height: 45px;
}

.a-c-list li h3 {
	font-size: 18px;
	color: #000;
	line-height: 45px;
}

.a-c-list li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}









/* -----------------------------6.联系我们--------------------------- */
.contact-content01 {
	width: 100%;
	min-width: 1200px;
	height: auto;

}

.contact-content {
	width: 1200px;
	height: auto;
	margin: 0 auto;

	position: relative;
}

.contact-content .a-i-title {
	margin-top: 30px;
}

.c-c-list {
	width: 1200px;
	min-height: 350px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.c-c-list p {

	line-height: 40px;
	font-size: 18px;
}

.c-c-list p strong {
	font-weight: bold;
}

.c-c-list li {
	width: 288px;
	height: 250px;
	float: left;
	margin-right: 16px;
	background-color: #fdf4f4;
	text-align: center;
}

.c-c-list li:nth-child(2n) {
	background-color: #effafb;
}

.c-c-list li:last-child {
	margin-right: 0;
}

.c-c-list li i {
	display: block;
	width: 50px;
	height: 40px;
	color: #de6764;
	font-size: 35px;
	margin: 0 auto;
	margin-top: 48px;
	margin-bottom: 5px;
}

li.c-c-list-li2 i {
	color: #36b3bd;
}

li.c-c-list-li3 i {
	color: #9ac047;
}

li.c-c-list-li4 i {
	color: #0383d6;
}

.c-c-list li h3 {
	font-size: 18px;
	color: #3b3b3c;
	line-height: 40px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.c-c-list li p {
	font-size: 16px;
	color: #3b3b3c;
	line-height: 33px;
}


/* contact-mapBox 联系我们：地图显示 */
.contact-mapBox {
	width: 100%;
	min-width: 1200px;
	height: 535px;

	background-color: lightseagreen;
}

/* contact-formBox 联系我们：表单信息 */
.contact-formBox01 {
	margin: 0 auto 60px auto;
	width: 600px;
	height: 470px;
	/*position: absolute;*/
	/*bottom: -530px;*/
	/*left: 0;*/
	/*z-index: 999;*/
	background-color: #FDF4F4;
	/*border: 1px solid #0082D6;*/
}

.contact-formBox {
	width: 535px;
	height: 470px;
	margin: 0 auto;
}

.contact-formBox h3 {
	font-size: 18px;
	color: #333;
	line-height: 70px;
}

.c-f-line {
	float: left;
}

.c-f-line input,
textarea {
	border: 1px solid #ccc;
	background: transparent;
	text-indent: 20px;
	margin-bottom: 20px;
	line-height: 42px;
	color: #333;
}

.c-f-line1 input {
	width: 253px;
	height: 42px;
	float: left;
	margin-right: 25px;
}

.c-f-line2 input {
	width: 533px;
	height: 42px;
}

.c-f-line3 textarea {
	width: 529px;
	height: 105px;
	line-height: 30px;
	resize: none;
}

.contact-formBox button {
	/*float: left;*/
	width: 125px;
	height: 35px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	background-color: #0082d6;
}

.contact-formBox input:-webkit-autofill {
	background-color: transparent !important;
}









/* ----------------------------2.产品中心------------------------ */
/* 2.product-imgBox */
.product-imgBox01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	height: 350px;
	background: url(../img/product_imgBox_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.product-imgBox {
	width: 1200px;
	height: auto;
	height: 350px;
	margin: 0 auto;
	position: relative;
}

.product-imgBox-title {
	width: 230px;
	height: 135px;
	position: absolute;
	right: 30px;
	top: 107.5px;
	text-align: right;
	background-color: rgba(0, 130, 214, 0.03);
}

.product-imgBox-title h3 {
	line-height: 50px;
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #0082d6;
	letter-spacing: 0.05em;
}

.product-imgBox-title p {
	line-height: 34px;
	font-size: 18px;
	color: #0082d6;
	letter-spacing: 0.05em;
	font-family: 'Arial';
}

/* 产品中心列表 */
.product_list01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

.product_list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #e6e6e6;

	position: relative;

	background-color: lightgray;
}

.product_list-left {
	width: 220px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
}

.p_l-l-topBox {
	width: 220px;
	height: 150px;
	background-color: #005aa8;
	overflow: hidden;
}

.p_l-l-topBox h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 50px;
	margin-left: 30px;
	margin-top: 25px;
}

.p_l-l-topBox span {
	display: block;
	width: 160px;
	height: 1px;
	background-color: #fff;
	opacity: 0.22;
	margin: 0 auto;
}

.p_l-l-topBox p {
	color: #aecde9;
	font-size: 14px;
	font-family: 'Arial';
	letter-spacing: 0.1em;
	line-height: 40px;
	float: right;
	margin-right: 30px;
}

.p_l-l-list {
	width: 220px;
	height: auto;
	background-color: #0082d6;

	padding-top: 8px;
	padding-bottom: 8px;
}

.p_l-l-list ul {
	width: 190px;
	height: auto;
	margin: 0 auto;
}

.p_l-l-list li {
	width: 190px;
	height: 61px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s;
}

.p_l-l-list li:last-child {
	border-bottom: none !important;
}

.p_l-l-list li a {
	display: block;
	width: 145px;
	height: 61px;
	line-height: 61px;
	font-size: 16px;
	color: #dbeeff;
	padding-left: 15px;
	padding-right: 30px;
	transition: all 0.5s;
	letter-spacing: 0.05em;
}

.p_l-l-list li a i {
	float: right;
	font-size: 14px;
}

.p_l-l-list li:hover {
	background-color: #005aa8;
	border-color: #005aa8;
}

.p_l-l-list li:hover a {
	padding-left: 25px;
	padding-right: 20px;
}

li.p_l-l-list-active {
	background-color: #005aa8;
	border-color: #005aa8;
}

li.p_l-l-list-active a {
	padding-left: 25px;
	padding-right: 20px;
}

.p_l-l-img {
	width: 220px;
	height: 115px;
	margin-top: 20px;
	background: url(../img/product_list_img.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.p_l-l-img h3 {
	line-height: 65px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 30px;
	letter-spacing: 0.05em;
}

.p_l-l-img h6 {
	margin-left: 30px;
	color: #fff;
	font-size: 20px;
	transition: all 0.5s;
}

.p_l-l-img:hover h6 {
	margin-left: 40px;
}

.p_l-l-phone {
	width: 220px;
	height: 50px;
	margin-top: 25px;
}

.p_l-l-phone i {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	line-height: 35px;
	text-align: center;
	color: #0082d6;
	font-size: 48px;
	margin-right: 10px;
}

.p_l-l-phone h3 {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	letter-spacing: 0.05em;
}

.p_l-l-phone h6 {
	float: left;
	font-size: 22px;
	font-family: 'Arial';
	font-weight: bold;
	color: #0082d6;
	line-height: 30px;
	letter-spacing: 0.05em;
}

/* product_list-right：产品中心 右边产品列表 */
.product_list-right {
	width: 920px;
	height: auto;
	float: left;
	padding-right: 30px;

	/* position: absolute;
    left: 250px; */

}

.product_list-right h1 {
	font-size: 22px;
	color: #333;
	line-height: 90px;
	letter-spacing: 0.05em;
}

.p_l-r-list {
	width: 920px;
	height: auto;
}

.p_l-r-list li {
	width: 920px;
	height: 213px;
	margin-bottom: 25px;
}

.p_l-r-l-img {
	width: 303px;
	height: 213px;
	float: left;
	margin-right: 30px;
}

.p_l-r-l-img img {
	width: 303px;
	height: 213px;
}

.p_l-r-l-info {
	width: 587px;
	height: 213px;
	float: left;

	position: relative;
}

.p_l-r-l-info h2 {
	font-size: 16px;
	color: #333;
	line-height: 50px;
	margin-top: 10px;
	letter-spacing: 0.1em;
}

.p_l-r-l-info h6 {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	letter-spacing: 0.05em;
}

.p_l-r-l-info span {
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #0082d6;
	margin-right: 7px;
	margin-top: 17px;
}

.p_l-r-l-info p {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	margin-right: 15px;
	letter-spacing: 0.05em;
}

.p_l-r-l-button {
	float: left;
	width: 110px;
	height: 30px;
	border: 1px solid #0082d6;
	text-align: center;
	margin-top: 20px;

	position: absolute;
	bottom: 20px;
}

.p_l-r-l-button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #0082d6;
	font-size: 14px;
	letter-spacing: 0.05em;
	transition: all 0.5s;
}

.p_l-r-l-button a i {
	font-size: 14px;
	margin-left: 3px;
}

.p_l-r-l-button:hover a {
	background-color: #0082d6;
	color: #fff;
}

/* 页码样式修改 */
.product_list-right .common-pagination01 {
	min-width: 950px;
	margin-top: 40px;
}

.product_list-right .news_l-i-other {
	float: left;
}


/* 新闻推荐 */
.product_list-news01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
}

.product_list-news {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 35px;
	border-top: 1px solid #e6e6e6;
}


/* product_info-product:产品详情 */
.p_i-product01 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 75px;
}

.p_i-product {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.p_i-p-content {
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.p_i-p-c-img {
	width: 608px;
	height: 420px;
	float: left;
	margin-right: 32px;
}

.p_i-p-c-img img {
	width: 608px;
	height: 420px;
}

.p_i-p-c-right {
	float: left;
	width: 560px;
	height: 420px;
}

.p_i-p-c-right h1 {
	font-size: 24px;
	color: #333;
	line-height: 60px;
	letter-spacing: 0.05em;
}

.p_i-p-c-right h6 {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	letter-spacing: 0.05em;
	margin-top: 35px;
}

.p_i-p-c-right h6 span {
	font-weight: bold;
}

.p_i-p-c-contact {
	width: 560px;
	height: 35px;
	line-height: 35px;
	margin-top: 50px;
}

.p_i-p-c-c-left {
	width: 250px;
	height: 35px;
	float: left;
	border-right: 1px solid #e5e5e5;
	margin-right: 29px;
}

.p_i-p-c-c-left i {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	font-size: 20px;
	color: #999;
	margin-top: -2px;
}

.p_i-p-c-c-left h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #0082d6;
	font-family: 'Arial';
}

.p_i-p-c-c-right {
	width: 250px;
	height: 35px;
	float: left;
}

.p_i-p-c-c-right i {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	font-size: 20px;
	color: #999;
	margin-top: 2px;
}

.p_i-p-c-c-right h3 {
	float: left;
	font-size: 20px;
	font-family: 'Arial';
	line-height: 35px;
	color: #666;
}

.p_i-p-c-button {
	width: 230px;
	height: 55px;
	line-height: 55px;
	background-color: #0082d6;
	margin-top: 40px;
	text-align: center;
}

.p_i-p-c-button p {
	width: 100%;
	height: 100%;
	;
	color: #fff;
}

.p_i-other {
	width: 1200px;
	height: 65px;
	margin: 0 auto;
	background-color: #f4f4f4;
	margin-bottom: 10px;
}

.p_i-other li {
	width: 299px;
	height: 65px;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
}

.p_i-other li:last-child {
	border-right: 0;
}

.p_i-other h3 {
	color: #333;
	font-size: 20px;
	line-height: 65px;
	letter-spacing: 0.05em;
	text-align: center;
}

.p_i-other span {
	width: 15px;
	height: 15px;
	background-color: #0082d6;
	position: absolute;
	top: 52.5px;
	left: 145px;
	transform: rotateZ(45deg);
	z-index: 1;
	display: none;
}

li.p_i-o-active {
	background-color: #0082d6;
}

li.p_i-o-active h3 {
	color: #fff;
}

li.p_i-o-active span {
	display: block;
}

.p_i-o-left {
	width: 920px;
	height: auto;
	float: left;
	margin-right: 60px;
}

.p_i-o-left h2 {
	color: #555;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 115px;
}

.p_i-o-left h3 {
	color: #555;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 115px;
}
.p_i-o-l-l1-ul1 {
	width: 270px;
	height: auto;
	float: left;
}

.p_i-o-l-l1-ul2 {
	width: 650px;
	height: auto;
	float: left;
}

.p_i-o-l-l1-ul1 li {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background-color: #c6e8ff;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 60px;
	text-align: center;
}

.p_i-o-l-l1-ul2 li {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fff;
	color: #666;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 60px;
	text-align: center;
}

.p_i-o-l-list2 {
	width: 100%;
	height: auto;
}

.p_i-o-l-l2-left {
	width: 465px;
	height: 400px;
	float: left;
}

.p_i-o-l-l2-right {
	width: 455px;
	height: 400px;
	float: left;
}

.p_i-o-l-l2-right img {
	width: 455px;
	height: 400px;
}

.p_i-o-l-l2-left h3 {
	font-size: 22px;
	color: #0082d6;
	letter-spacing: 0.05em;
	line-height: 55px;
	margin-top: 55px;
}

.p_i-o-l-l2-left h3 span {
	font-family: '';
}

.p_i-o-l-l2-left p {
	font-size: 14px;
	color: #666;
	letter-spacing: 0.05em;
	line-height: 26px;
	margin-top: 8px;
}

.p_i-o-l-list3 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.p_i-o-l-list3 ul {
	width: 100%;
	height: auto;
}

.p_i-o-l-list3 li {
	width: 296px;
	height: 310px;
	float: left;
	margin-right: 16px;
	border-bottom: 1px solid #e6e6e6;
	transition: all 0.5s;
	position: relative;
}

.p_i-o-l-list3 li:last-child {
	margin-right: 0;
}

.p_i-o-l-l3-img {
	width: 296px;
	height: 175px;
}

.p_i-o-l-l3-img img {
	width: 296px;
	height: 175px;
}

.p_i-o-l-list3 li h3 {
	color: #333;
	font-size: 16px;
	line-height: 45px;
	margin-top: 10px;
	letter-spacing: 0.05em;
}

.p_i-o-l-list3 h3,
.p_i-o-l-list4 h3 {
	color: #333;
	font-size: 16px;
	line-height: 45px;
	margin-top: 10px;
	letter-spacing: 0.05em;
}

.p_i-o-l-list3 li p {
	color: #999;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
}

.p_i-o-l-list3 li i {
	display: block;
	width: 20px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 200px;
	opacity: 0;
	color: #0082d6;
	font-size: 15px;
	transition: all 0.5s;
	right: 10px;
}

.p_i-o-l-list3 li:hover {
	border-color: #0082d6;
}

.p_i-o-l-list3 li:hover i {
	opacity: 1;
	right: 0;
}

.p_i-o-l-list4 {
	width: 100%;
	height: auto;
}

.p_i-o-l-l4-img {
	width: 296px;
	height: 190px;
	float: left;
}

.p_i-o-l-l4-img img {
	width: 296px;
	height: 190px;
}

.p_i-o-l-l4-img2 {
	width: 282px;
	height: 190px;
	float: left;
}

.p_i-o-l-l4-img2 img {
	width: 282px;
	height: 190px;
}

.p_i-o-l-l4-info {
	width: 282px;
	height: 190px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;

	position: relative;
}

.p_i-o-l-l4-info h3 {
	font-size: 16px;
	color: #333;
	line-height: 50px;
	margin-top: 10px;
	letter-spacing: 0.1em;
}

.p_i-o-l-l4-info p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	letter-spacing: 0.05em;
}

/* 右边新品推荐 */
.p_i-o-right {
	width: 220px;
	height: auto;
	float: left;
	margin-top: 40px;
}

.p_i-o-r-top {
	width: 100%;
	height: 60px;
	background-color: #0082d6;
	overflow: hidden;
}

.p_i-o-r-top h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
	width: 100px;
	height: 18px;
	line-height: 18px;
	border-left: 2px solid #fff;
	margin-top: 21px;
	margin-left: 23px;
	text-align: center;
}

.p_i-o-r-list {
	width: 100%;
	height: auto;
}

.p_i-o-r-list li {
	width: 100%;
	height: 250px;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}

.p_i-o-r-list li:last-child {
	border-bottom: none;
}

.p_i-o-r-l-img {
	width: 220px;
	height: 155px;
	margin-top: 30px;
}

.p_i-o-r-l-img img {
	width: 220px;
	height: 155px;
}

.p_i-o-r-list li h3 {
	font-size: 16px;
	color: #666;
	line-height: 45px;
	text-align: center;
}










/* -----------塑邦风采弹窗界面-------------- */
.state_windowBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
}

.state_window {
	width: 1200px;
	height: 655px;
	margin: 0 auto;
	position: relative;
	top: 200px;
	left: 0;
	background-color: lightcyan;
}

.state_window img {
	width: 1200px;
	height: 655px;
}

.state_window_title {
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
}

.state_window_title p {
	font-size: 22px;
	color: #fff;
	line-height: 80px;
	display: table;
	margin: 0 auto;
}

.state_window_close {
	position: absolute;
	top: -150px;
	right: 0;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
}

.state_window_close i {
	font-size: 24px;
	color: #fff;
}




/* common-imgBox */
.state-imgBox01 {
	background: url(../img/state_imgBox_bg.jpg) no-repeat;
}

.contact-imgBox01 {
	background: url(../img/contact_imgBox_bg.jpg) no-repeat;
}

.about-imgBox01 {
	background: url(../img/about_imgBox_bg.jpg) no-repeat;
}


/* 轮播图分页器自定义样式 */
.indedx-slideBox .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 0;
	margin-right: 20px !important;
	margin-left: 0 !important;
	opacity: 0.9;
}

.indedx-slideBox .swiper-pagination-bullet-active {
	width: 44px;
	height: 5px;
	opacity: 1;
}









/* 英文版调整 */
/* 1.首页 */
.i-h-t-r-box1-en {
	width: auto;
}

.index-header-nav-en li {
	text-align: center;
}

.i-f-l-right-en {
	width: 260px;
}

.i-f-l-right-en .i-f-l-r-box {
	width: 258px;
}

.index-contect-list-en {
	width: 860px;
	margin-left: 0;
}

.index-contect-list-en li {
	width: 860px;
}

.p_l-r-l-button-en {
	width: 140px;
}

.p_i-o-r-top-en h3 {
	width: 145px;
}

.product-imgBox-title-en {
	width: 270px;
}

.i-new-p-l-info-en h3 {
	font-size: 20px;
}



/* 二维码 */
.header-code {
	position: absolute;
	right: -20px;
	top: 35px;
	width: 116px;
	height: 0;
	z-index: 99;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.5s;
}

.header-code img {
	width: 100px;
	height: 100px;
	background-color: #fff;
	margin-right: 8px;
	display: block;
}

.i-h-t-r-box3 {
	position: relative;
}

.i-h-t-r-box3:hover .header-code {
	height: 100px;
}

/* .i-h-t-r-box3:hover .header-code img{

} */


/* 英文版修改 */
.i-c-l-title-en h6 {
	font-size: 19px;
	color: #333;
	line-height: 130px;
	letter-spacing: 0.1em !important;
}

.index-header-nav-en01 li {
	margin-right: 70px;
	text-align: center;
}

.index-header-nav-en01 li:first-child {
	text-align: left !important;
}

.index-header-nav-en01 li:last-child {
	margin-right: 0 !important;
}

.i-c-l-title-en img {
	margin-top: 30px !important;
}


/* .p_l-r-list-en{
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.i-p-list-en .i-p-l-title{
    height: 95px;
}
.i-p-list-en .i-p-l-title p{
    line-height: 40px;
    padding-top: 25px;
} */
.p_l-r-list-en {
	margin-top: 30px;
}

.p_l-l-list-en li a {
	width: 180px;
	padding-left: 5px;
	font-size: 15px;
}

.p_l-l-list li:hover a {
	padding-left: 5px;
	padding-right: 5px;
}

/* 导航栏修改 */
.index-header-nav-en01 {
	overflow: hidden;
}

.index-header-nav-en01 li {
	width: auto;
	margin-right: 86px;
}

.header-code {
	width: 120px;
}

.index-header-nav-en li {
	width: auto;
	margin-right: 52px;
}




/* 20180731修改 */
.product-imgBox01 {
	position: relative;
}

.product-imgBox01 img {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	position: absolute;
	top: 0;
	left: 0;
}




/* 2.180806修改：标题logo、顶部中英文样式 */
/* 标题logo */
.i-new-title h3 {
	position: relative;
}

.i-new-title img {
	width: 85px;
	height: auto;
	position: absolute;
	top: 7px;
	left: 440px;
	/* transform: rotateZ(-45deg); */
}

/* 公司名称logo */
.i-c-l-title h3 {
	position: relative;
}

.i-c-l-title img {
	display: block;
	float: left;
	width: 85px;
	height: auto;
	margin-top: 19px;
	margin-right: 10px;
	/* transform: rotateZ(-45deg); */
}

.i-c-l-title h6 {
	letter-spacing: 0.13em;
}

.i-c-t-line1 {
	width: 435px;
}

.index-contect .i-new-title img {
	left: 430px;
}

/* 英文版 */
.i-new-title-en img {
	left: 385px;
}

.i-new-title-en1 img {
	left: 350px;
}

.i-c-l-title-en h6 {
	letter-spacing: 0.05em !important;
}




/* 20180807 产品详情页修改 */
.p_i-o-l-l1-left {
	width: 170px;
	height: auto;
	float: left;
}

.p_i-o-l-l1-right {
	width: 750px;
	height: auto;
	float: left;
	border-bottom: 1px solid #f0f0f0;
}

.p_i-o-l-l1-left p {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background-color: #c6e8ff;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 35px;
	text-align: center;
}

.p_i-o-l-l1-right p {
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #666;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 35px;
	text-align: left;
	margin-left: 20px;
}

.yqlj {
	height: auto !important;
	font-size: 14px;
	color: #97cced;
	letter-spacing: 0.05em;
}

.pad-b {
	padding-bottom: 20px;
	height: auto;
}

.yqlj>span {
	margin-top: 20px;
	display: inline-block;
}

.yj-href {
	display: inline-block;
	margin-top: 20px;
	color: #97cced;
	padding: 0 8px;
}



