@charset "utf-8";

/* CSS Document */

body,
button,
input,
select,
textarea a {
	font-size: 14px;
	line-height: 24px;
	font-family: "Microsoft Yahei", "楷体", "新宋体", Arial, Helvetica, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
iframe,
button,
textarea,
p,
blockquote,
th,
td,
img {
	margin: 0;
	padding: 0;
}

html {
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	OVERFLOW-X: hidden;
}

fieldset,
img,
iframe,
button {
	border: 0;
	text-decoration: none;
}


/**:focus { outline: 0;}*/

ol,
ul {
	list-style: none;
}

table {}

caption,
{
	text-align: left;
}

header,
footer,
article,
section,
nav {
	display: block;
}

a {
	outline: none;
	/* for Forefox */
	cursor: pointer;
	text-decoration: none;
}

a {
	/* for Ie*/
}

input {
	outline: none;
}

em {
	font-style: normal;
}

input,
select,
img {
	vertical-align: middle;
}

textarea {
	outline: none;
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fs14 {
	font-weight: normal;
}

a img {
	border: none;
}

i {
	font-style: normal;
}

a {
	color: #666;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.g-w {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	height: auto;
}

.g-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


/*top*/

.top {
	width: 100%;
	height: 110px;
	background: #fff;
}

.logo {
	width: 380px;
	height: 80px;
	padding: 15px 0;
}

.logo img {
	width: 260px;
	height: 80px;
}


/*nav*/

.nav-con {
	width: 750px;
	height: 40px;
	padding: 35px 0;
}

.nav {
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	background: url(../images/header_nav_bor.png) no-repeat right center;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 21px;
	font-size: 16px;
	color: #333;
}

.nav .nLi h3 a:hover {
	color: #3d59a5;
	font-weight: bold;
	border-bottom: 2px #3d59a5 solid;
}

.nav .sub {
	display: none;
	width: 124px;
	left: 0;
	top: 56px;
	position: absolute;
	background: rgba(60, 88, 165, 0.8);
	line-height: 36px;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	text-align: center;
	color: #fff
}

.nav .sub a:hover {
	font-weight: bold;
}

.nav .on h3 a {}


/*banner*/

.focusBox {
	position: relative;
	width: 100%;
	height: 780px;
	overflow: hidden;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
	height: 100% !important;
}

.focusBox .pic li {
	height: 100% !important;
	width: 100% !important;
}

.focusBox .prev,
.focusBox .next {
	position: absolute;
	z-index: 1;
	display: block;
	width: 30px;
	height: 50px;
	top: 50%;
	margin-top: -50px;
	left: 20px;
	background: url(../images/icons.png) 0 0 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.focusBox .next {
	left: auto;
	right: 30px;
	background-position: -51px 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.focusBox .hd {
	position: absolute;
	left: 47.5%;
	bottom: 40px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	display: inline-block;
	width: 30px;
	height: 10px;
	border-radius: 50px;
	background: #eee;
	margin: 0 10px !important;
	opacity: 1;
	cursor: pointer;
}

.focusBox .hd .on {
	background: #3d59a5;
}


/*product*/

.incBox {
	/*border-bottom: 1px solid #ddd;*/
	padding: 80px 0;
	background-image: url(../images/.jpg);
}

.incBox ul {
	overflow: hidden;
}

.incBox ul li {
	width: 21.2%;
	float: left;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	/*border-left:1px solid #ddd;*/
}

.incBox ul li:nth-child(1) {
	border-left: none;
	margin-top: 80px;
	padding-left: 0px !important;
}

.incBox ul li:nth-child(3) {
	border-left: none;
	margin-top: 80px;
}

.incBox ul li:nth-child(2) {}

.incBox ul li:nth-child(4) {
	padding-right: 0px !important;
}

.incBox ul li img {
	width: 100%;
}

.incBox ul li div {
	padding: 20px;
	background-color: #ddd;
}

.incBox ul li p {
	font-size: 18px;
/*	color: #333;*/
}

.incBox ul li span {
	font-size: 14px;
/*	color: #666;*/
}

.incBox ul li div:hover {
	background-color: #3d59a5;
	color: #fff !important;
}


/*case*/

.in-house {
	padding: 80px 0;
}

.houseBoxTitle {
	text-align: center;
	margin-top: 50px;
}

.houseBoxTitle h1 {
	font-size: 34px;
	color: #000;
	font-weight: 500;
}

.houseBoxTitle p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
	padding-bottom: 8px;
}

.houseBoxTitle span {
	font-size: 16px;
	color: #666;
}

.houseBoxTitle div {
	color: #DDD;
}

.houseBoxTitle img {
	position: relative;
	top: 7px;
}

.houseMaxBox {
	/*width: 80%;*/
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
}

.houseLeftBox {
	width: 15%;
	text-align: center;
}

.houseLeftBox ul {
	border-left: 1px #3d5aa8 solid;
	border-top: 1px #3d5aa8 solid;
}

.houseLeftBox ul li {
	font-size: 17px;
	height: 120px;
	line-height: 120px;
	border-bottom: 1px solid #3d5aa8;
	color: #333;
	cursor: pointer;
}

.houseLeftBox ul li a {
	display: block;
	font-size: 17px;
	color: #333;
}

.houseLeftBox ul .houseCur {
	background: #3d5aa8;
	color: #fff;
}

.houseLeftBox ul li:hover {
	background: #3d5aa8;
	color: #fff;
}

.houseLeftBox ul li:hover a {
	color: #fff;
}


/**/

.houseRightBox {
	width: 85%;
}

.houseRightBox a {
	width: 100%;
	height: 100%;
	display: block;
}

.houseRiBox {
	width: 100%;
	height: 606px;
	background-size: cover !important;
	position: relative;
	display: none;
}

.houseRiBox:nth-child(1) {
	display: block;
}

.houseRiBox ul {
	width: 760px;
	padding: 30px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	line-height: 22px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}


/*首页简介*/

.index-about {
	width: 100%;
	background: url(../images/ab_bg.png)  center;
	position: relative;
	height: 750px;
	overflow: hidden;
}

.index-about .bg1 {
	background: url(../images/about_bg2.png) no-repeat;
	width: 100%;
	height: 386px;
	top: 233px;
	position: absolute;
	z-index: 1
}


/*.index-about .deng {
	background: url(../images/deng.png) no-repeat;
	width: 100%;
	height: 424px;
	top: 0;
	position: absolute;
	z-index: 2
}
 .ind-about .bg2 {
	background: url(../images/about_img.png) no-repeat;
	width: 100%;
	height: 615px;
	top: 45px;
	position: absolute;
}*/

.index-about .title {
	width: 370px;
	position: relative;
	z-index: 3;
	margin-left: 20%;
	padding-top: 90px;
	text-align: right
}

.index-about .title .en {
	color: #ebebeb;
	font-size: 65px;
	height: 86px;
	text-transform: Uppercase;
	font-style: normal;
	display: block
}

.index-about .title .zh {
	font-size: 24px;
	font-style: normal;
	position: relative
}

.index-about .title .zh:before {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 110px;
	width: 50px;
	height: 2px;
	background: #008c70;
}

.index-about .inner {
	width: 600px;
	position: relative;
	z-index: 3;
	padding-top: 20px;
}

.index-about .inner p {
	line-height: 30px;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}

.index-about .inner .more {
	position: relative;
	text-align: right;
	margin-top: 60px;
	background: url(../images/ico3.png) no-repeat right center;
	padding-right: 5px;
}

.index-about .inner .more:before {
	position: absolute;
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #b3b3b3
}

.index-about .inner .more a {
	background: #f6f6f6;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	color: #8c8c8c;
	text-align: left;
}

.index-about .inner .more a:hover {
	margin-right: 20px;
}

.index-about .inner .new_nav {
	width: 60%;
	margin-top: 40px;
	float: right;
}

.index-about .inner .new_nav a {
	width: 300px;
	border: 1px solid #3d5aa8;
	color: #3d5aa8;
	padding: 10px 20px;
	text-align: center;
}

.index-about .inner .new_nav a:first-child {
	margin-right: 10px;
	background: #3d5aa8;
	color: #fff;
	border: 1px solid #3d5aa8;
	padding: 10px 20px;
}

.index-about .inner .new_nav a:hover {
	background: #3d5aa8;
	color: #fff;
	border: 1px solid #3d5aa8;
	padding: 10px 20px;
}

*/
/*title*/

.mc2_t {
	display: block;
	text-align: left;
	padding: 50px 0px;
}

.mc2_t h3 {
	display: block;
	color: #3c57a4;
	font-size: 32px;
	line-height: 55px;
	font-weight: 400;
	text-align: left;
}

.mc2_t span {
	font-size: 22px;
	color: #3c57a4;
	padding-left: 10px;
	font-weight: 400;
}

.mc2_t2 {
	display: block;
	text-align: left;
	padding: 50px 0px;
}

.mc2_t2 h3 {
	display: block;
	color: #3c57a4;
	font-size: 32px;
	line-height: 55px;
	font-weight: 400;
}

.mc2_t2 span {
	display: block;
	font-size: 28px;
	color: #3c57a4;
	padding-top: 10px;
	font-weight: 400;
}

.mc2 {
	display: block;
	padding-top: 40px;
	background: url(../images/ysbg1.jpg) no-repeat center;
	height: 646px;
}

.mc2 ul {
	display: block;
	position: relative
}

.mc2 ul li {
	display: block;
	width: 390px;
	position: absolute
}

.mc2 ul li h2 {
	color: #FFF;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 12px;
}

.mc2 ul li p {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.mc2 ul li.ys1 {
	top: 75px;
	left: 0px;
	text-align: right
}

.mc2 ul li.ys1 h2 {
	padding-right: 55px;
}

.mc2 ul li.ys2 {
	top: 75px;
	left: 830px;
}

.mc2 ul li.ys2 h2 {
	padding-left: 55px;
}

.mc2 ul li.ys3 {
	top: 296px;
	left: 0px;
	text-align: right
}

.mc2 ul li.ys3 h2 {
	padding-right: 55px;
}

.mc2 ul li.ys4 {
	top: 296px;
	left: 830px;
}

.mc2 ul li.ys4 h2 {
	padding-left: 55px;
}


/*品牌优势*/

.fiveBox {
	width: 100%;
	height: 850px;
	background: url(../images/wxfw.png) center;
	position: relative;
}

.fiveBox ul {
	position: absolute;
	bottom: 136px;
	width: 1200px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #FFF;
}

.fiveBox ul li {
	width: 240px;
	height: 320px;
	float: left;
	text-align: center;
	border-left: 1px solid #DDD;
	box-sizing: border-box;
	cursor: pointer;
}

.fiveBox ul li:nth-child(1) {
	border-left: none;
}

.fiveBox ul li:hover .fiveDivShow {
	display: none;
}

.fiveBox ul li:hover .fiveDivHide {
	display: block;
}

.fiveDivShow {
	padding: 45px 0px 0px 0px;
	box-sizing: border-box;
}

.fiveDivShow img {
	width: 70px;
}

.fiveDivShow p {
	font-size: 18px;
	color: #333;
	margin-top: 46px;
}

.fiveDivXian {
	width: 60px;
	height: 1px;
	background: #333;
	margin: 30px auto;
}

.fiveDivHide {
	padding: 45px 10px 0px 10px;
	height: 320px;
	box-sizing: border-box;
	background: #3d5aa8;
	display: none;
}

.fiveDivHide img {
	width: 42px;
}

.fiveDivHide p {
	font-size: 20px;
	margin-top: 20px;
	color: #FFF;
}

.fiveDivHide span {
	display: block;
	font-size: 14px;
	margin-top: 14px;
	color: #FFF;
}


/*首页新闻*/

.ind-news {
	background-size: 100% 100%;
}

.ind-news .wrap-tit {
	text-align: center;
	overflow: hidden;
	animation: fadeinT 1s ease-out backwards;
	padding-top: 36px;
	margin-bottom: 60px;
}

.ind-news .wrap-tit h2 {
	font-size: 38px;
	line-height: 60px;
	font-weight: normal;
	color: #fff
}

.ind-news .wrap-tit p {
	font-size: 18px;
	color: #ccc;
}

.ind-news .inner {
	background: #fff;
	margin: 0 auto;
	padding:30px 0 80px 0;
	background:  #eee ;
}

.ul-imgtxt03 {
	padding:80px 0;
}

.ul-imgtxt03 li {
	float: left;
	width: 31.33%;
	margin: 0 1%;
	background: #fff;
	padding:0px;
}

.ul-imgtxt03 li a {
	display: block;
	margin: 18px 18px 0 18px;
}

.ul-imgtxt03 li .pic {
	overflow: hidden;
	position: relative;
}

.ul-imgtxt03 li .pic img {
	display: block;
	width: 350px;
	height: 220px;
	margin: auto;
}

.ul-imgtxt03 li .txt {
	padding: 20px 0;
}

.ul-imgtxt03 li .txt .tit {
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.ul-imgtxt03 li:hover .txt .tit {
	border-bottom: 1px solid #fff;
}

.ul-imgtxt03 li .txt .tit:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.ul-imgtxt03 li:hover .txt .tit:after {
	width: 100%;
	background-color: #3d5aa8;
}

.ul-imgtxt03 li .txt .tit h3 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ul-imgtxt03 li:hover .txt .tit h3 {
	color: #3d5aa8;
}

.ul-imgtxt03 li .txt .tit span {
	font-size: 12px;
	color: #666;
}

.ul-imgtxt03 li .txt p {
	margin: 20px 0;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ind-news .more {
	background: #3d5aa8;
	line-height: 50px;
	padding-left: 50px;
	border-radius: 25px;
	width: 100px;
	height: 50px;
	margin: 20px auto
}

.ind-news .more a {
	font-size: 16px;
	color: #fff
}

/*分类*/
.intro-lis{padding:80px 0; background:#f9f9f9;}
.intro-lis ul{width:1250px;}
.intro-lis ul li{float: left;width: 210px;margin-right: 38px;}
.intro-lis ul li:hover img{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.intro-lis ul li img{margin-top: 20px;display: block; margin:0 auto;vertical-align:middle;transition:all 1s ease-in;-ms-transition:all 1s ease-in;-o-transition:all 1s ease-in;-moz-transition:all 1s ease-in;
-webkit-transition:all 1s ease-in;}
.intro-lis ul li span{display: block;text-align: center;margin-top: 10px;color: #000;font-size: 14px;}
.intro-lis ul li p{font-size: 13px;color: #666;text-align: center; margin-top: 5px;}

/*首页底部*/

.foot_ {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1f1f1f;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	padding-bottom: 30px;
}

.foot_ .main {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.foot_ .foot_logo {
	float: left;
	width: 250px;
	height: 242px;
	padding: 92px 0 0;
	overflow: hidden;
	text-align: center;
}

.foot_ .foot_logo img {
	width: 250px;
	height: 120px;
	margin: 0 auto;
}

.foot_r {
	float: right;
	width: 900px;
	height: auto;
	overflow: hidden;
	padding: 100px 0 0;
}

.foot_r .z3 {
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px;
}

.foot_r .z4 {
	width: 900px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}

.foot_r .z4 a {
	font-size: 14px;
	color: #fff;
	padding: 0 45px;
	background: url(../images/nav_x1.png) right center no-repeat;
}

.foot_r .z4 a.t {
	background: none;
}

.foot_ .z1 {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 38px 0 0;
}

.foot_ .z1 dt {
	float: left;
	height: auto;
	overflow: hidden;
}

.foot_ .z1 p {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	padding-left: 22px;
}

.foot_ .z1 p.xb1 {
	background: url(../images/jz_xb1.png) left 8px no-repeat;
}

.foot_ .z1 p.xb2 {
	background: url(../images/jz_xb2.png) left 8px no-repeat;
}

.foot_ .z1 p.xb3 {
	background: url(../images/jz_xb3.png) left 8px no-repeat;
}

.foot_ .z1 p.xb4 {
	background: url(../images/jz_xb4.png) left 8px no-repeat;
}

.foot_ .z1 p span {
	margin: 0 15px;
}

.foot_ .z1 p a {
	color: #fff;
	font-size: 15px;
}

.foot_ .z1 dd {
	float: right;
	width: 130px;
	height: auto;
	overflow: hidden;
}

.foot_ .z1 dd img {
	width: 130px;
	height: 130px;
}

.foot_ .z2 p a:hover,
.foot_ .z2 p b a:hover,
.foot_ .z1 p a:hover,
.foot_link .main p a:hover,
.foot_r .z4 a:hover {
	color: #fff;
}


/*内页banner*/

.xbanner{width: 100%;position: relative;overflow: hidden;height:445px;}
.xbanner img{display: block;width: 1920px;position: absolute;left: 50%;margin-left: -960px;height:445px;}

/*内页banner*/

.brand_banner{background:url(../images/brandcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative; }
.product_banner{background:url(../images/productcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.bc_banner{background:url(../images/bccenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.news_banner{background:url(../images/newscenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.contact_banner{background:url(../images/contactcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}
.fw_banner{background:url(../images/fwcenter.jpg) center top no-repeat;width:100%;height:420px;position: relative;}


.banner_title{position:absolute;top:50%;left:50%;text-align:center;}
.banner_title h2{text-transform:uppercase;color:#fff;font-size:36px;}
.banner_title em{display:block;width:40px;height:4px;margin:20px auto;background-color: #3d59a5;}
.banner_title em.tone{background:#de4233}
.banner_title blockquote{font-size:26px;color:#fff;}


/*中间导航宵*/
.path{height:80px;line-height:80px;background:#f2f2f2;margin:0 auto;color:#666;font-size:15px;position:relative;z-index:2;}
.path .link_nav{float:left;}
.path a{color:#666;}
.path_list ul li{width:125px;float:left;text-align:center;}
.path_list ul li.on{background:#fff;font-weight:bold;}
.path_list ul li.on a{color:#3d59a5;}


.page_body{ padding:100px 0;}
.page_body2{background-color: #F4F4F4;}



/*关于我们*/
.about1{text-align: center;}
.about1 h2{ font-size:36px; line-height:50px; color:#999;}
.about1 h3{font-size:30px; line-height:70px; color:#3d59a5; font-weight:bold;}
.about1 img{ padding-top:30px;}
.about1 p{ font-size:15px; line-height:30px; margin:20px 0;text-align: left;}

.about2 h2{ font-size:36px; line-height:50px; color:#999;}
.about2 h3{font-size:30px; line-height:50px; color:#3d59a5; font-weight:bold;}
.yunu-qywh{padding-top:30px;}
.yunu-qywh li {width: 300px;float: left;height: 250px;background: #fff;position: relative;}
.yunu-qywh li.li2 {padding: 25px 30px;width: 240px;height: 200px;}
.yunu-qywh li b {font-size: 20px;color:#000;}
.yunu-qywh li p {margin-top: 15px;font-size: 14px;color: #333;line-height: 20px;}
.yunu-qywh li span {position: absolute;left:30px;bottom: 35px;}
.yunu-qyry li{ width:360px; margin:10px 20px; float:left;}
.yunu-qyry li img{ width:360px;}

.about-sm{}
.about-sm .ab-right h2{ font-size:30px; line-height:50px; color:#999;}
.about-sm .ab-right h3{font-size:30px; line-height:50px; color:#000; font-weight:bold;}
.about-sm .sm-left{ width:500px;}
.about-sm .sm-right{ width:650px;margin-top:20px;}
.about-sm .sm-right h3{ font-size:20px; line-height:40px; font-weight:bold; color:#333;}
.about-sm .sm-right p{ font-size:15px; line-height:30px; color:#333;}
.about-sm .sm-right .sm-right-b{ margin-top:50px;}
.about-sm .sm-right .sm-right-b .sm-right-b-left{ width:250px;}
.about-sm .sm-right .sm-right-b .sm-right-b-right{ width:300px;}


.about-w{background-image: url(../images/wenhua.jpg);height:700px;width:1200px;display: flex;}
.about-w ul{display: flex;}
.part1{display: block;}
.about-w .w-right{ width:580px;margin-top:100px;text-align:center;color:#666}
.about-w .w-right h3{ font-size:20px; line-height:60px; font-weight:bold; }
.about-w .w-right p{ font-size:15px; line-height:30px;text-align: center;}
.about-w .w-left{ width:580px;margin-top:80px;height:230px;text-align:center;color:#666}
.about-w .w-left h3{ font-size:20px; line-height:60px; font-weight:bold; }
.about-w .w-left p{ font-size:15px; line-height:30px;text-align: center; }
.part2{}

/*新闻中心*/

.newslist{}
.newslist .n-list ul li{height: 190px;margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px dashed #ccc;}
.newslist .n-list ul li .newpic{position:relative;height: 180px;width: 280px;position:relative; overflow:hidden;}
.newslist .n-list ul li img{position:absolute; top:0;left:0;width:280px; -moz-transition: all 0.6s; -webkit-transition:all 0.6s; transition:all 0.6s; -o-transition:all 0.6s;}
.newslist .n-list ul li .newpic:hover img{cursor: pointer;transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}
.newslist .n-list ul li .fr{width:860px;}
.newslist .n-list ul li h3{display: block;font-size: 18px; color:#333; line-height:40px;}
.newslist .n-list ul li a:hover h3{ color:#000;}
.newslist .n-list ul li .time{display: block; background: url(../images/inco18.png) 0 center no-repeat;padding-left: 25px;color: #999;margin-bottom: 10px;}
.newslist .n-list ul li .deails {font-size: 14px;color: #666;height: 44px;overflow: hidden;}
.newslist .n-list ul li .deailsbtn {padding-top: 25px;font-size: 13px;}
.newslist .n-list ul li .deailsbtn span{ font-size:14px;padding: 6px 22px;border: 1px solid #8C8C8C;display: inline-block; cursor:pointer;}
.newslist .n-list ul li a:hover .deailsbtn span{background:#333;border: 1px solid #333;color: #fff;}

.newsdisplay {width:100%;text-indent:2em;}
.newsdisplay h3 { width:100%; text-align:center; font-size:24px; color:#333; line-height:36px;}
.newsdisplay h4{ width:100%; text-align:center;  font-size:12px; color:#bbb; margin-bottom:20px; padding:8px 0 15px; border-bottom:1px dashed #bdbdbd;}
.newsdisplay p{ font-size:14px; color:#666; line-height:33px; }

.page_body .next{ width:100%; float:left; margin:30px 0 0;}
.page_body .next .next-left{ width:calc(100% - 80px);text-align:left;}
.page_body .next .next-left span { width:100%; display:block;float:left; line-height:30px; color:#666; font-size:14px; font-weight:300; text-indent:0 !important;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.page_body .next .next-left span a{ text-decoration:none; color:#666;} 
.page_body .next .next-left span a:hover{ color:#f08200;}
.page_body .next span { float:right; font-size:14px; font-weight:300; margin-right:40px;}
.page_body .next span a{ color:#666; padding:15px 0 0 0;}
.page_body .next span a:hover{color:#1e64bc;}



/*产品中心*/

.product-list2 ul{ margin-left:-20px;}
.brick-items{z-index: 1;float: left;width: 283px; margin-left:20px; margin-bottom:20px;background:#fff;-webkit-transition: all .2s linear;transition: all .2s linear;height:100%;padding: 0px 0 0 0;border:#f1f1f1 1px solid;}
.brick-items:hover{z-index:2;-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);top:-2px}
.brick-items .title{margin:20px auto 15px auto;font-size:16px;font-weight:400;text-align:center; display:block; color:#333333;}
.brick-items .title a{color:#231815;}
.brick-items .desc{margin:0px 0px 10px 0px;padding-left:10px; padding-right:10px;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;_zoom:1;color:#777777; }
.brick-items .figure-img{background-color: #e9e9e9;}
.brick-items .figure-img img{width:100%;}

.page_main{text-align: center;margin-top:20px;}

.product-details-box {background-color:#fff;position: relative; }
.product-details-box .g-box{ position:relative; z-index:22} 
.product-details-box .nr {padding:50px 0;}
.top-img{text-align:center;}
.top-img img{ text-align:center;}
.product-details-box .nr h3{ font-size:24px; margin-top:10px; margin-bottom:50px; text-align:center;border-bottom: 1px solid #3c58a7;line-height: 60px;}
.product-details-box .nr p{ font-size:14px; line-height:30px; color:#666;}





/*板材展示*/
.bclist{margin-left: -20px;margin-right: -20px; padding:60px 0;}
.bclist .list-box { float:left; width: 33.33333%;}
.bclist .item {display: block;margin: 0 20px 10px;}
.bclist .img-box {padding: 10px;background-color: #fff; border: 1px #ddd solid;}
.bclist .img-box .img {position: relative;padding-top: 65.76355%;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;overflow: hidden;}
.bclist .img-box .img img {position: absolute;top: 50%;left: 50%;max-width: 100%;max-height: 100%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);-webkit-transition: .4s ease all;-moz-transition: .4s ease all;-o-transition: .4s ease all;transition: .4s ease all;}
.bclist .item:hover .img img {-webkit-transform: translate(-50%, -50%) scale(1.05);-moz-transform: translate(-50%, -50%) scale(1.05);-ms-transform: translate(-50%, -50%) scale(1.05);transform: translate(-50%, -50%) scale(1.05);}
.bclist .msg-box {width: 100%;padding: 18px 0;text-align: center;font-size: 16px;color: #666;}

.bc-con{ width:1200px; background:#fff; padding:30px 0;}
.bc-con h3{ text-align:center; font-size: 24px;color:#333;line-height: 60px; margin-bottom:30px;border-bottom: 1px solid #405db0;}
.bc-con img{width:1000px;}

/*招商加盟*/
/*招商加盟*/

.JJJ6{background:url(../images/join_bg6.jpg) no-repeat;height:750px;}
.JJJ6 h2{text-align: center;position: relative;padding:39px 0 0px 0;}
.JJJ6 h2 .cn{display: block;font-size:37px;font-weight: normal;height:60px;line-height: 70px;color:#111;}
.JJJ6 h2 .en{display: inline-block;padding:0 30px;background:#f7f7f7;height:30px;line-height: 30px;font-size:14px;font-weight: normal;letter-spacing: 1px;position: relative;z-index: 1;color:#555;}
.JJJ6 h2 .line{width:100%;width:100%;position: absolute;left:0;top:113px;height:1px;background:#4d4d4d;}
.JJJ6 .content .text{text-align: center;width:500px;margin:305px auto 0 auto;line-height: 34px;font-size: 18px;color:#454545;}
.JJJ6 .content .tel0{text-align: center;width:500px;margin:12px auto 0 auto;line-height: 22px;font-size: 18px;color:#454545;}
.JJJ6 .content .tel1{text-align: center;width:500px;margin:10px auto 0 auto;line-height: 22px;font-size: 16px;color:#454545;}

.JJJ_7_bg{background:#fff;margin:0 0 0 0;padding:0 0 88px 0;}
.JJJ_7 {width:1200px;}
.JJJ_7 .t0{font-size:38px;font-weight:normal;;color:#333;text-align: center;padding:60px 0 10px 0;}
.JJJ_7 .t1{font-size:16px;color:#444;text-align: center;letter-spacing: 1px;margin:0 0 22px 0;}
.JJJ_7 .t2{width:55px;height:2px;background:#000;margin:0 auto;}
.JJJ_7 ul{margin:40px 0 0 0;}
.JJJ_7 ul li{display: inline-block;text-align: center;width:370px;float: left;margin:0 45px 0 0;}
.JJJ_7 ul li:last-child{margin:0 0 0 0;}
.JJJ_7 ul li p{height:50px;line-height: 58px;font-size: 19px;font-weight: bold;color:#454545;}

.JJJ8{width: 1200px;}
.JJJ8 h2{text-align: center;position: relative;padding:29px 0 35px 0;}
.JJJ8 h2 .cn{display: block;font-size:37px;font-weight: normal;height:60px;line-height: 70px;color:#111;}
.JJJ8 h2 .en{display: inline-block;padding:0 30px;background:#f6f6f6;height:30px;line-height: 30px;font-size:14px;font-weight: normal;letter-spacing: 1px;position: relative;z-index: 1;color:#555;}
.JJJ8 h2 .line{width:100%;width:100%;position: absolute;left:0;top:104px;height:1px;background:#4d4d4d;}
.JJJ8 li{clear: both; border-bottom:1px #ddd solid;}
.JJJ8 li img{padding:0 0 28px 0;}
.JJJ8 li .text{}
.JJJ8 li .text h4{font-size:2em;height:47px;line-height: 47px;padding: 0 0 24px 0;color:#333;}
.JJJ8 li .text h4 span{color:#888;font-weight: normal;}
.JJJ8 li .text p{line-height: 30px;font-size: 16px;color:#888;}
.JJJ8 .li0 .text{padding:65px 110px 0 0;}
.JJJ8 .li0 img{margin:50px 0 0 0;}
.JJJ8 .li1 .text{padding:90px 0 0 0;width:650px;}
.JJJ8 .li1 img{margin:50px 0 0 0;}
.JJJ8 .li3 .text{padding:90px 0 0 0;width:740px;}
.JJJ8 .li3 img{margin:50px 0 30px 0;}
.JJJ8 .li4 .text{padding:86px 0 0 0;width:660px;}
.JJJ8 .li4 img{margin:50px 0 30px 0;}
.JJJ8 .li5 .text{padding:123px 0 0 0;width:779px;}
.JJJ8 .li5 img{margin:50px 0 30px 0;}
.JJJ8 .li6{background: none;}
.JJJ8 .li6 .text{padding:105px 0 0 0;width:639px;}
.JJJ8 .li6 img{margin:50px 0 30px 0;}

.JJJ9_bg{margin:90px 0 0 0;padding:25px 0 58px 0;background:url(../images/join_tenbg.jpg) no-repeat center;}
.JJJ9 {width:1200px;}
.JJJ9 h2{text-align: center;position: relative;padding:29px 0 35px 0;}
.JJJ9 h2 .cn{display: block;font-size:37px;font-weight: normal;height:60px;line-height: 70px;color:#111;}
.JJJ9 h2 .en{display: inline-block;padding:0 30px;height:30px;line-height: 30px;font-size:14px;font-weight: normal;letter-spacing: 1px;position: relative;z-index: 1;color:#555;}
.JJJ8 h2 .line_l{width:100%;width:40%;position: absolute;left:0;top:24px;height:1px;background:#4d4d4d;z-index: 5;}
.JJJ9 ul{padding:32px 0 0 0;}
.JJJ9 ul li{width:207px;display: inline-block;outline:4px solid #666666;text-align: center;height:277px;float: left;margin:0 41px 39px  0;cursor:pointer;}
.JJJ9 ul li:nth-of-type(5n){margin:0 0 39px 0;}
.JJJ9 ul li .icon{padding:42px 0 15px 0;}
.JJJ9 ul li h5{font-size: 19px;padding:0 0 10px 0;}
.JJJ9 ul li h6{font-size: 14px;font-weight: normal;padding:0 10%;line-height: 22px;color:#777;}
.JJJ9 ul li:hover{outline:4px solid #006d2c;}

.JJJx2 {width:100%; background:#fff; padding:20px 0 80px 0;}
.JJJx2 h2{text-align: center;position: relative;padding:29px 0 35px 0;}
.JJJx2 h2 .cn{display: block;font-size:37px;font-weight: normal;height:60px;line-height: 70px;color:#111;}
.JJJx2 h2 .en{display: inline-block;padding:0 30px;background:#f6f6f6;height:30px;line-height: 30px;font-size:14px;font-weight: normal;letter-spacing: 1px;position: relative;z-index: 1;color:#555;}
.JJJx2 h2 .line{width:100%;width:100%;position: absolute;left:0;top:104px;height:1px;background:#4d4d4d;}
.JJJx2 .t0{padding:75px 0 18px 0;text-align: center;}
.JJJx2 .t1{background:#444;height:1px;overflow: hidden;margin:0 auto;width:48px;}
.JJJx2 .t2{text-align: center;padding:22px 0 0 0;}
.JJJx2 .t3{color:#333;font-size:20px;text-align: center;padding:17px 0 0 0;font-weight: bold;}
.JJJx2 .t4{color:#333;font-size:14px;font-weight: bold;text-align: center;padding:22px 0 0 0;position: relative;}
.JJJx2 .t4 .l{position: absolute;left:0;top:35px;width:41%;height:1px;background:#888;}
.JJJx2 .t4 .r{position: absolute;right:0;top:35px;width:41%;height:1px;background:#888;}
.JJJx2 .lc{height:170px;padding:0px 0 0 0;text-align: center;}
.JJJx2 .lc div{text-align: center;display: inline-block;}
.JJJx2 .lc .icon p{display: block;height:32px;line-height: 32px;font-size: 14px;color:#777;}
.JJJx2 .lc .jian{width:82px;background:url(../img/icon_23.gif) no-repeat center;height:95px;}
.JJJx2 .show{text-align: center;}
.JJJx2 .show .text0{width:400px;background:#eee;height:202px;float:left;}
.JJJx2 .show .img0{width:400px;background:#eee;height:202px;float:left;}
.JJJx2 .show .text1{width:400px;background:#eee;height:239px;float:left;}
.JJJx2 .show .img1{width:400px;background:#eee;height:239px;float:left;}
.JJJx2 .show .text0{text-align: left;}
.JJJx2 .show .text0 h4{padding:55px 0 0 120px;font-size: 22px;color:#434343;}
.JJJx2 .show .text0 .ms{padding:12px 0 0 120px;line-height: 25px;}
.JJJx2 .show .text0 .ms p{font-size: 13px;color:#555;}
.JJJx2 .show .text0.r{text-align: center;}
.JJJx2 .show .text0.r h4{padding:65px 0 0 0;font-size: 22px;color:#434343;}
.JJJx2 .show .text0.r .ms{padding:12px 0 0 0;line-height: 25px;}
.JJJx2 .show .text0.r .ms p{font-size: 13px;color:#555;}
.JJJx2 .show .text1{text-align: left;}
.JJJx2 .show .text1 h4{padding:72px 0 0 90px;font-size: 22px;color:#434343;}
.JJJx2 .show .text1 .ms{padding:12px 0 0 90px;line-height: 25px;}
.JJJx2 .show .text1 .ms p{font-size: 13px;color:#555;}




/*防伪查询*/

.query {padding:20px 0;}
.query h2{text-align:center;font-size:36px; line-height:50px; color:#999;}
.query h3{text-align:center;font-size:30px; line-height:70px; color:#3c59a8; font-weight:bold;}
.query p{ font-size:14px; color:#666; line-height:30px; text-align:center;}

.query-list{ width:900px; margin:0 auto; margin-top:30px;}
.query-list li{ width:850px; border:1px solid #dedede; border-radius:2px; padding:20px 40px; margin-bottom:20px; }
.query-list li i{ width:50px; height:50px; background:url("../images/query-icon.png") no-repeat; background-size:48px 448px; display:block; padding-right:55px; }
.query-list li .icon-1{ background-position:0px -266px; margin-top:5px; }
.query-list li .icon-2{ background-position:-1px -138px; margin-top:5px;}
.query-list li .txt{ border-left:1px dashed #dedede; width:700px; padding:15px 0px; padding-left:40px; }
.query-list li .txt p{ font-size:15px; color:#666; line-height:1.6; text-align:left; }
.query-list li .txt p a,
.query-list li .txt p span{ font-size:15px; color:#333; font-weight:bold; }
.query-list li:hover{ border:1px solid #333;}
.query-list li .txt p a:hover{text-decoration: underline;}
.fw-pic{ margin:0 auto; width:800px;}





/*联系我们*/
#p-msg{ padding: 0 0 55px 0 }
#p-msg .l{ overflow: hidden;margin-top:20px; }
#p-msg .tit{ color: #3d59a5;font-size: 30px;padding: 30px 0 30px 64px;line-height: 50px; text-align: center;font-weight: bold;}
#p-msg .tit b{ font-size: 36px; text-transform: uppercase; 	line-height: 31px;display: block;font-weight: bold;padding-bottom: 10px; color:#000;}
#p-msg .l p{font-size: 13px; color: #999999;letter-spacing: 0px; line-height: 1;padding-top: 15px; }
#p-msg .l>img{width: 100%;  }
#p-msg .r{overflow: hidden; margin-top:40px; }
#contact-l-ul{ margin-top: 20px;display: flex; }
#contact-l-ul li{ background:#3c59a8;margin-left:10px;/*background-image: url(../images/icon-contact.png) ;*/background-repeat: no-repeat;padding: 40px 60px;font-size: 16px;color: #fff; background-position-x: 0px }
#contact-l-ul li:last-child{ border-right: none}
#contact-l-ul li:nth-of-type(1){ background-position-y:23px }
#contact-l-ul li:nth-of-type(2){ background-position-y:-101px }
#contact-l-ul li:nth-of-type(3){ background-position-y:-228px }
#contact-l-ul li:nth-of-type(4){ background-position-y:-353px }
#contact-l-ul li b{  display: block}

