﻿html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
ol,
ul,
li,
dl,
dd,
dt,
img,
a,
input,
select,
option ,
textarea{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	display: inline-block;
	border: none;
}

body {
	color: #333333;
	font-size: 12px;
	font-family: "微软雅黑";
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1176px;
	margin:0 auto;
}

/*=========头部=========*/

.header{
	background:#1c1c1c;
	/*position:absolute;*/
	top:0;
	left:0;
	right:0;
	z-index:10;
}

.head{
	width:1200px;
	margin:0 auto;height:98px;
}

.logo{	width:266px;}
.logo a{color:#fff}
.logo img{float:left;margin:18px 10px 18px 0;}
.logo h2{font-size:34px;line-height:34px;margin-top:24px}
.logo p{font-size:12px;font-family:arail;}
.nav-ul{
	/*overflow: hidden;*/
}

.nav>ul>li{
	float:left;
	padding:26px 25px;
	color:#FFFFFF;
	font-size:15px;
	line-height:23px;
	cursor: pointer;
	text-align: center;
	width:122px;
	position:relative;
	z-index:1;
}

.nav>ul>li>a{
	color:#FFFFFF;
}

.nav>ul>.nav-on{
	background:#232323;
}

.nav>ul>li:hover{
	background:#232323;
}

.nav>ul>.nav-no{
	border-right:0;
}

.nav>ul>li .xian{
	position:absolute;
	bottom:-7px;
	left:0;
	height:0;
	width:113px;
	height:9px;
	z-index:999;
}

.nav>ul>li .xian img{
	width:100%;
	height:100%;
	display:block;
}

/*--下拉菜单--*/

.ohide .hide-ul{
	/*overflow: hidden;*/
	position:absolute;
	left:0;
	right:0;
	top:98px;
	background:rgba(0,0,0,.3);
	width:100%;
	display:none;
}

.ohide li{
	float:left;
	padding:17px 0;
	margin-right:48px;
	font-size:11px;
}

.ohide li a{
	color:#FFFFFF;
}

.ohide .pro-hide{
	padding-left:42%;
}
.ohide .sol-hide{
	padding-left:50.75%;
}
.ohide .anli-hide{
	/*padding-left:65%;*/
	padding-left:66%;
}
.ohide .news-hide{
	/*padding-left:71%;*/
	padding-left:72%;
}

.ohide .about-hide{
	padding-left:57%;
}



/*-------banner------*/

.fullSlide{ width:100%;  position:relative;  height:618px;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:618px; overflow:hidden; text-align:center;  }

.fullSlide .hd{ width:100%; height:10px; position:absolute; left:0px; bottom:25px; text-align:center;}
.fullSlide .hd ul li{display:inline-block; margin:0px 5px; width:16px; height:16px; background:#fff; border-radius:10px;-webkit-border-radius:10px;}
.fullSlide .hd ul li.on{background:#b79e75;}


/*==========底部========*/

.footer1{
	background:#b79e75;
	height:72px;
}

.foot1{
	width:1009px;
	margin:0 auto;
	position:relative;
}

.f-wechat{
	position:absolute;
	top:-7px;
	left:0;
	z-index:99;
}

.f-tel{
	position:absolute;
	top:0;
	right:0;
}

.footer2{
	background:url(../img/foot-bg.jpg) repeat center center;
	background-size:100% 100%;
	padding:16px 0 26px;
}

.foot2{
	width:1200px;
	margin:0 auto;
}

.foot21{
	width:359px;
	margin-right:35px;
}

.foot21 h2{
	font-weight:bold;
	font-size:23px;
	color:#FFFFFF;
	margin-bottom: 11px;
}

.foot21 input,.foot21 textarea{
	background:url(../img/i-8.jpg) repeat 0;
	width:359px;
	border:1px solid #585858;
	padding:11px;
	margin-bottom:10px;
	color:#585858;
}

.foot21 textarea{
	min-height:95px;
	_height:95px;
}

.foot21 .f-btn{
	width:110px;
	line-height:30px;
	color:#ba9d75;
	background:#333333;
	padding:0;
	text-align: center;
	font-size:15px;
}

.foot22{
	width:591px;
	padding-top:35px;
}

.foot22 div{
	font-size:15px;
	margin-bottom: 21px;
	color:#e4c49e;
}

.foot22 div a{
	margin:0 20px;
	color:#e4c49e;
}

.foot22 div em{
	font-style:normal;
}

.foot22 p{
	line-height:26px;
	color:#e2c49e;
	margin-bottom: 14px;
	padding-left:20px;
}

.foot22 p img{
	width:27px;
	height:auto;
	vertical-align:middle;
	margin-right:24px;
}

.foot23{
	width:135px;
}

.foot23 img{
	width:100%;
}

.foot23 img:nth-child(1){
	margin-bottom: 17px;
}

/*内页main的统一样式*/
.ny-main{
	width:1190px;
	margin:0 auto;
	padding:60px 0 173px;
	background:#FFFFFF;
}

.ny-m1{
	width:225px;
}

.ny-m2{
	width:926px;
}

/*内页导航*/
.pro-m1-title{
	background:url(../img/ny-nav.jpg) no-repeat 0;
	background-size:100% 100%;
	padding:27px 0 23px;
	width:100%;
	text-align: center;
}

.pro-m1-title h1{
	color:#ecddb2;
	font-size:18px;
	/*font-weight:bold;*/
	margin-bottom: 10px;
}

.pro-m1-title h2{
	color:#ecddb2;
	font-size:16px;
	font-weight:bold;
}

.pro-m1-nav{
	margin-top:12px;
}

.pro-m1-nav li{
	padding:25px 0 26px 15px;
/*	height: 66px;
	padding-left:15px;*/
	font-size:15px;
	background-color:#eddcb1;
	margin-bottom: 10px;
}

.pro-m1-nav li a{
	color:#333333;
}

.pro-m1-nav .pro-m1-nav-on,.pro-m1-nav li:hover {
	background:url(../img/ny-nav.jpg) no-repeat 0;
	background-size:100% 100%;
}

.pro-m1-nav .pro-m1-nav-on a,.pro-m1-nav li:hover a{
	color:#FFFFFF;
}


/*==========首页===========*/

.i-m4{
	background:url(../img/news-bg.jpg) no-repeat center center;
	background-size:100% 100%;
	padding:69px 0 87px;
}

.i-m4-m{
	width:1198px;
	margin:0 auto;
	text-align: center;
}

.i-m4-m>h3{ 
	font-size:24px;
	color:#333;
	margin-bottom: 23px;background:url(../img/news-tit.png) center center no-repeat;line-height:66px
}

.i-m4-m>p,.i-m3-m>p{ 
	font-size:16px;
	color:#FFFFFF;
	margin-bottom: 43px;
}

.i-m4-m-d{
	overflow: hidden;
	font-size:16px;
}

.i-m4-m-d1{
	width:391px;height:473px;
	background:#FFFFFF;	
}

.i-m4-m-d1 img{
	width:100%;
	height:473px;	
}

.i-m4-m-d11{
	padding:27px 55px 36px 32px ;
	text-align: left;
}

.i-m4-m-d11:hover p,
.i-m4-m-d11:hover p a{
	color:#b79e74;
	cursor: pointer;
}

.i-m4-m-d11 p{
	line-height:47px;
	text-align: justify;
}

.i-m4-m-d11 p a{
	color:#333333;
}

/*.i-m4-m-d11 p a:hover{
	color:#b79e74;
}*/

.i-m4-m-d11 div{
	line-height:36px;
}


.i-m4-m-d2{
	width:392px;
}

.i-m4-m-d2 li{
	overflow:hidden;
	background:#FFFFFF;
	margin-bottom:20px;
	padding:30px 25px;
}
.i-m4-m-d2 li:nth-child(3){margin-bottom:0;}

.i-m4-m-d2 li:hover .i-m4-m-d2-m p,.i-m4-m-d2 li:hover .i-m4-m-d2-m div{
	color:#b79e74;
}

.i-m4-m-d2 .i-m4-m-d2-no{
	margin-bottom: 0;
}

.i-m4-m-d2-m{
	width:244px;
	text-align: left;
}

.i-m4-m-d2-m p{
	font-size:17px;
	line-height:29px;
	margin-bottom:10px;
	color:#060606;height:58px;overflow:hidden
}

.i-m4-m-d2-m div{
	font-size:15px;
	line-height:30px;
	color:#060606;
}

.i-m3{
	background:url(../img/case-bg.jpg) center top no-repeat;
	padding:58px 0 40px;
}

.i-m3-m{
	width:1200px;
	margin:0 auto;
	text-align: center;
	overflow:hidden;
}
.i-m3-m>h3{color:#fff;}
.i-m3-m>p{ 
	color:#282828;
}

.i-m3-m ul{
	float:left;
}

.i-m3-m ul li{
	background:#d5d3d1;
}

.i-m3-m ul li:hover,.i-m3-m ul li:hover p{
	background:#d5b079;
	color:#674610;
}

.i-m3-m ul li img{
	width:100%;
}

.i-m3-m ul li p{
	padding:10px 0 9px;
	color:#060606;
	font-size:18px;
}

.i-m3-m .i-m3-m-u1{
	width:220px;
}

.i-m3-m .i-m3-m-u1 li{
	margin-bottom: 22px;
}

.i-m3-m .i-m3-m-u1 .i-m3-m-u1-no{
	margin-bottom: 0;
}

.i-m3-m .i-m3-m-u2{
	width:464px;
	margin:0 23px;
}

.i-m3-m .i-m3-m-u2 li img{
	height:460px;
}

.i-m3-m .i-m3-m-u3{
	width:464px;
	overflow: hidden;
}

.i-m3-m .i-m3-m-u3 li{
	float:left;
	width:220px;
	margin-right:24px;
	margin-bottom: 22px;
}

.i-m3-m .i-m3-m-u3 .i-m3-m-u3-no{
	margin-right:0;
}

.i-m3-m .i-m3-m-u3 li:nth-child(3){
	width:464px;
}

.i-m3-m .i-m3-m-u3 li:nth-child(3) img{
	height:196px;
}

.i-m1{
    background: url(../img/about-bg.png) 240px 50px no-repeat;
    padding: 80px 0 106px;
    width: 1200px;
    margin: 0 auto;
}

.i-m1-m{
	width:1200px;
	margin: 0 auto;
	overflow:hidden;
}

.i-m1-m1{
	width:370px;
	height:410px;
}

.i-m1-m1 img{
	width:100%;
	height:100%;
}

.i-m1-m2{
    width: 716px;
    height: 410px;
    margin: 0 46px 0 46px;
    padding: 10px 18px 0 18px;
}

.i-m1-m2 h1{
	font-size:24px;
	color:#333;
	margin-bottom: 22px;
}
.i-m1-m2 h1 span{font-size:16px;color:#727272;font-family:arial}
.i-m1-m2 h2{
	height:1px;
	width:160px;
	background:#d5b079;
	margin-bottom: 14px;
}

.i-m1-m2 div{
	line-height:26px;
	color:#212020;
	font-size:14px;
}

.i-m1-m3{
	width:302px
}

.i-m1-m3 li{
	position:relative;
	margin-left:94px;
	border:1px solid #cccaca;	
	text-align: center;
	padding:34px 0;
	height:130px;
	cursor: pointer;
	margin-bottom: 10px;
}

.i-m1-m3 .i-m1-m3-no{
	margin-bottom: 0;
}

.i-m1-m3 li>div:nth-child(1) h2{
	color:#664711;
	font-size:23px;
	margin-bottom: 20px;
}

.i-m1-m3 li>div:nth-child(1) p{
	color:#868686;
	font-size:14px;
}



.i-m1-m3 li>div:nth-child(2){
	width:131px;
	height:131px;
	position:absolute;
	top:2px;
	left:-94px;
	padding:2px;
	border:2px solid #cccaca;	
	border-radius: 100% 100%;
	-webkit-border-radius: 100% 100%;
	overflow: hidden;
	background:#FFFFFF;
}

.i-m1-m3 li>div>div{	
	width:100%;
	height:100%;
	border-radius: 100% 100%;
	-webkit-border-radius: 100% 100%;
}

.i-m1-m3 li:hover{
	background:#d5b079;
	border-color: #d5b079;
}

.i-m1-m3 li:hover div h2,.i-m1-m3 li:hover div p{
	color:#FFFFFF;
}

.i-m2{
	background:url(../img/pro-bg.jpg) no-repeat center;
	padding:49px 0 68px;
}

.i-m2-m{
	width:1326px;
	margin:0 auto;
}

.i-m2-m1{
	margin-bottom:0px ;
	/*width:534px;
	margin:0 auto;*/
}
.i-m2-m1 h1,.i-m3-m>h3{background:url(../img/pro-tit.png) center center no-repeat;line-height: 74px;text-align: center;color: #fff;margin:10px 0 30px 0;font-size: 24px;}

.i-m2-m2{
	border:1px dashed #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	width:342px;
	margin:0 auto 30px;
}

.i-m2-m2 p{
	color:#fff;
	font-size:16px;
	line-height:36px
}

.i-m2-m2 div{
	color:#FFFFFF;
	font-size:15px;
}

.i-m2-m3{
	width:1326px;
	margin:0 auto;
	position:relative;
}
.about-bot{height:220px;margin-top:30px;}
.about-bot li{float: left;text-align: center;margin: 0 36px;}
.about-bot li p{font-size:14px;color:#666;line-height:22px}

.swiper-container3{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}

.swiper-slide{
	width:286px;
	border:1px solid #75725f;
	text-align: center;
	margin-right:17px;
}

.swiper-slide img{
	width:100%;
	height:382px;
}

.swiper-slide div{
	padding:21px 0 17px;
	color:#6a4711;
	background: #d5b079;
	font-size:15px;
}

.swiper-button-prev,.swiper-button-next{
	width:43px;
	height:85px;
}

.swiper-button-next{
	background:url(../img/right.jpg) no-repeat 0;
}

.swiper-button-prev{
	background:url(../img/left.jpg) no-repeat 0;
}



/*产品轮播*/
.scroll-outer{height:435px}
#scroll{width:1200px;margin:0 auto;}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:287px;height:435px;margin:0 auto;overflow:hidden;}
#scroll .item img{width: 287px;height: 377px;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;}
#scroll .shd a{display:block;width:100%;height:100%;}
#scroll .txt{position:absolute;left:0;bottom:0;right:0;text-align: center;padding:20px 0 17px;background-color:#ededed;font-size:16px;color:#2f2f2f;}
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:43px;height:85px;margin:0;padding:0;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-65px;background:url(../img/left.png) no-repeat 0;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-65px;background:url(../img/right.png) no-repeat 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{}


.owl-wrapper .owl-item .item:hover{
	-webkit-box-shadow:0px 0px 20px #605F5D;
	-moz-box-shadow:0px 0px 20px #605F5D;
	box-shadow:0px 0px 20px #605F5D;
}




/*======产品中心=======*/
.pro-m21{
	overflow: hidden;
	padding:8px 0 13px;
	border-bottom: 1px solid #e6e6e6;
	color:#676767;
}

.pro-m211{
	font-size:17px;
}

.pro-m212{
	margin:5px 27px 0 0;
}

.pro-m212 a{
	color:#676767;
}

.pro-22{
	margin-top:70px;
	overflow:hidden;
}

.pro-22 li{
	float:left;
	margin-right: 70px;
	width:262px;
	text-align: center;
	margin-bottom: 38px;
}

.pro-22 li img{
	display: block;
	width:100%;
	height:265px;
}

.pro-22 .pro-22-no{
	margin-right:0;
}

.pro-22 li div{
	padding:24px 0 12px;
	line-height:25px;
	color:#333333;
}

.pro-22 li:hover{
	background:#f9f7f8;
}

/*======产品详情=====*/
.pro1-m21{
	padding:3px 0 22px;
	border-bottom: 1px solid #dbd7d8;
	text-align: center;
}

.pro1-m21 h2{
	font-size:18px;
	color:#333333;
	margin-bottom: 22px;
}

.pro1-m21 p{
	color:#6d6d6d;
}

.pro1-m22{
	margin-bottom: 38px;
	padding-bottom: 26px;
	border-bottom:2px solid #e7e7e7;
}

.pro1-m22-img{
	text-align: center;
	margin:19px 0 35px;
}

.pro1-m22-img img{
	width:321px;
	height:430px;
}

.pro1-m22 ul{
	color:#333333;
	line-height:24px;
}

.pro1-m23 a{
	color:#333333;
	margin-right:104px;
}

/*===========新闻页=========*/

.news-m{
	padding-top: 24px;
}

.news-m li{
	overflow:hidden;
	margin-bottom: 40px;
}

.news-m li:hover div{
	color:#999999;
}

.news-m1{
	width:250px;
	height:150px;
}

.news-m1 img{
	width:100%;
	height:100%;
}

.news-m2{
	width:630px;
	padding:14px 42px 53px 0;
	color:#484848;
	border-bottom: 1px solid #bbbbbb;
}

.news-m2 p{
	font-size:19px;
	margin-bottom:16px;
}

.news-m2 div{
	line-height:24px;
}

/*=======新闻详情页======*/
.news1-m-title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbd7d8;
}

.news1-m-title h1{
	margin-bottom: 14px;
	font-size:23px;
}

.news1-m-main{
	line-height:25px;
}

/*============关于我们==========*/

.about-nav li{
	padding:16px 0 16px 15px;
}

.about-m-main{
	margin:20px 0 40px;
	font-size:15px;
	line-height:28px;
}

.about-m-img{
	text-align: center;
}

.index-main{position:relative;}
.banner-con{position:relative;}
.fl_l{
	width: 110px;
    border: 1px solid #bababa;
    background: #fff;
	position: fixed;
    z-index: 9999;
	top:98px;
	}
.fl_l li a{
		border-bottom: 1px solid #bababa;
		text-align: center;
		display: block;
		color: #333;
		font-size: 14px;
		line-height:50px;
	}
.fl_l li:hover a{color:#b79e75}

.fl_r{
		float: right;
		width: 960px;
	}
	.fl_r li{
		margin-bottom: 30px;
		background: #fff;
		font-size: 50px;
		line-height: 300px;
		display: block;
		text-align: center;
	}

.news-time1{float:left;padding-right: 10px;border-right: 1px solid #ccc;}
.news-time1 i{width:20px;height:2px;background:#999;display:block}
.i-m4-m-d3 li .news-time .date{float:left;font-family:new-font;width:60px;
    height: 58px;text-align: center;margin-top: 10px;}
.news-time .ri{ font-size:30px; font-weight:bold; color:#999;line-height:42px }
.news-time span{ font-size:12px;font-weight:600; display:block; color:#999;}


.i-m4-m-d3{width:394px;text-align:left;margin-left:11px;}
.i-m4-m-d3 li{padding:30px;background:#fff;}
.i-m4-m-d3 li:nth-child(1){margin-bottom:10px;}
.i-m4-m-d3 li a{color:#333}
.i-m4-m-d3 li h2{font-size:16px;line-height:50px;}
.i-m4-m-d3 li p{font-size:12px;}
.i-m4-m-d3 li .news-time{border-top:1px solid #ccc;margin-top:20px;}
.i-m4-m-d3 li .news-time a.news-more{line-height:58px;float:right;width:24px;display:block;margin-top:10px;}
.i-m4-m-d3 li .news-time a.news-more img{}
.i-m4-m-d3 li a:hover{color:#b79e75}
@font-face { 
  font-family:new-font;
  src:url('../fonts/new-font.ttf');

} 
.i-m4-m-d2 li .date{float:left;font-family:new-font;width:60px;
    height:74px;text-align:left;margin-top: 10px;}
.i-m4-m-d2 li .ri{ font-size:30px; font-weight:bold; color:#999;line-height:32px ;margin-bottom:5px}
.i-m4-m-d2 li span{ font-size:12px;  font-weight:600; display:block; color:#999;margin-top:10px;}


.strength{padding-top:25px;}
.strengthMain{height:;overflow:hidden;    background: #fff;}
.strengthMain li{float:left;width:582px;height:360px;overflow:hidden;background:#fff !important;position:relative;}
.strengthMain li:nth-child(1){margin:10px 12px;}
.strengthMain li:nth-child(2){margin:10px 12px 0 0;}
.strengthMain li img{width:580px !important;height:360px;transition:all .5s;display: block;margin: 0 auto;}
.strengthMain li .case-img{width:582px;height:360px;overflow:hidden;margin: 0px;}
.strengthMain li .font{width:582px;height:360px;top:0px;left:0px;position:absolute;color:#fff;text-align:center;font-size:16px;padding-top:170px;}
.strengthMain li .font h3{font-size:20px;color:#f5f5f5;font-weight:normal;margin-bottom:20px;line-height:40px;display:none;transition: all 0.5s;}
.strengthMain li:hover img{transform: scale(1.05, 1.05);}
.strengthMain li .font::before,.strengthMain li .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.strengthMain li .font::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.strengthMain li .font::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #fff;border-left:1px solid #fff;transform:scale(1,0);transform-origin:100% 0;}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}
.strengthMain li:hover .font h3{display:block;transition: all 0.5s;}
.strengthMain li:hover .font{ background-color:rgba(0,0,0,0.5);} 


.strengthMain1{height:;overflow:hidden;}
.strengthMain1 li{float:left;width:384px;height:360px;overflow:hidden;background:#fff !important;position:relative;}
.strengthMain1 li:nth-child(1){margin:0 12px;}
.strengthMain1 li:nth-child(2){margin:0 12px 0 0;}
.strengthMain1 li:nth-child(3){margin:0 12px 0 0}
.strengthMain1 li img{width:384px !important;height:360px;transition:all .5s;display: block;margin: 0 auto;}
.strengthMain1 li .case-img{width:384px;height:360px;overflow:hidden;margin:0;}
.strengthMain1 li .font{width:384px;height:360px;top:0px;left:0px;position:absolute;color:#fff;text-align:center;font-size:16px;padding-top:170px;}
.strengthMain1 li .font h3{font-size:20px;color:#f5f5f5;font-weight:normal;margin-bottom:20px;line-height:40px;display:none;transition: all 0.5s;}
.strengthMain1 li:hover img{transform: scale(1.05, 1.05);}
.strengthMain1 li .font::before,.strengthMain1 li .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.strengthMain1 li .font::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.strengthMain1 li .font::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #fff;border-left:1px solid #fff;transform:scale(1,0);transform-origin:100% 0;}
.strengthMain1 li:hover .font::before,.strengthMain1 li:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}
.strengthMain1 li:hover .font h3{display:block;transition: all 0.5s;}
.strengthMain1 li:hover .font{ background-color:rgba(0,0,0,0.5);} 

.case-more{width:470px;height:36px;line-height:36px;border:1px solid #8b8b8b;border-radius:15px;margin:30px auto 20px auto;}
.case-more a{display:block;color:#5a5a5a;font-size:16px;}
.case-more:hover{background:#b79e75;}
.case-more:hover a{color:#fff}

.foot2 li.foot-l {color:#fff;width:414px;float:left}
.foot2 li.foot-l h1{color:#fff;font-size:16px;font-weight:600;line-height:50px;margin-bottom: 10px;}
#message_main tr{ margin-bottom:10px; display:block;}
#message_main #msgLeft_senderName{
    width:318px;font-size: 14px;color:#fff;
    height:34px;margin: 0 12px;background:#313131;border:1px solid #7a7a7a;
}
#message_main #msgLeft_telephone{
    width:318px;    font-size: 14px;color:#fff;
    height:34px;background:#313131;border:1px solid #7a7a7a;
}
#message_main #msgLeft_email{
    width: 182px;    font-size: 14px;color:#fff;
    height:32px;background:#313131;border:1px solid #7a7a7a;
}
#message_main #msgLeft_Txtbox{
	width:408px;height:80px;    font-size: 12px;color:#fff;
	background:#313131;border:1px solid #7a7a7a;line-height:34px;font-family: Microsoft yahei;
}
.foot2 li.foot-m{width:360px;float:left;margin:0 30px;}
.foot2 li.foot-m h1{color:#fff;font-size:16px;font-weight:600;line-height:50px;margin-bottom: 10px;}
.foot2 li.foot-m p{font-size:14px;color:#fff;line-height:30px;}

.foot2 li.foot-r{width:360px;float:right;margin:0;}
.foot2 li.foot-r h1{color:#fff;font-size:16px;font-weight:600;line-height:50px;margin-bottom: 10px;}

.foot2 li.foot-r ul li{float:left;margin:0 20px;width:136px;}
.foot2 li.foot-r ul li img{width:132px;height:132px;}
.foot2 li.foot-r ul li p{font-size:14px;line-height:36px;color:#fff;text-align:center}


.banner{width:1920px;position:relative;height:618px;left:50%;margin-left:-960px;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;display:none;}
.banner .num{position:absolute;left:0;bottom:20px;z-index:100;width:100%;text-align:center;background:none;}
.banner .num li{width:26px;height:26px;display:inline-block;*display:inline;zoom:1;border-radius:6px;background:url(../img/banner1.png) no-repeat center;margin-bottom:5px;margin-right:6px;}
.banner .num li.num_hover{background:url(../img/banner.png) no-repeat center;}
.banner .num li a{display:inline-block;*display:inline;zoom:1;text-indent:-160px;overflow:hidden;color:#666;text-decoration:none;cursor:pointer;width:13px;height:13px;}
.banner .preNext { cursor:pointer;z-index:99;position:absolute;width:62px;height:114px;top:175px;opacity: 0.6;filter:alpha(opacity=60);}
.banner .pre {left:5%; background:url(../images/pre.png) no-repeat;;}
.banner .next {right:5%; background:url(../images/pre1.png) no-repeat;;}

.nav{width:874px;float: right;}
.nav li{text-align:center;width:124px;float:left;position:relative;z-index:999;}
.nav li a{display:block;line-height:25px;color:#fff;height:98px;font-size: 15px;}
.nav li a:hover{color:#fff;text-decoration:none;background-color:#232323;}
.nav .sec{height:0;background:#232323;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:98px;left: 0px}
.nav .sec a{background: #232323;color:#fff;height:48px;width: 124px;line-height:48px;}
.nav .sec a:hover{background:#333;text-decoration:none;}
.nav-ch{font-size:16px;padding-top:24px;}
.nav-en{font-size:14px;}

/*内页*/
#nybanner{ height:320px; overflow:hidden; width:100%; margin:0 auto 20px;}
#nybanner img{ display:block; position:relative; left:50%; margin-left:-960px;}

.ny-content{width:1200px;margin:0 auto;margin-top:20px;;}
.side{float:left; width: 260px; margin-bottom: 30px;}
.side_nav,.side_contact{width: 100%; margin-bottom: 15px; box-shadow: 0 0 3px #ddd; }
.side_nav_title{width: 260px; height: 60px;line-height: 60px;overflow: hidden;background:#1c1c1c;color:#fff;}
.side_nav_title h3{margin-left: 30px; font-size: 18px; }
.side_nav li{ position:relative;}
.side_nav a{display: block;height: 50px; line-height: 50px; border: 1px solid #ebebeb; color: #222; font-size: 16px; padding-left: 30px; overflow: hidden;background:#f7f7f7}
.side_nav a:hover{background: #eddcb1;}
.side_nav .sub{ position:absolute; left:260px; top:0; background-color:#fff; display:none;}
.side_nav .sub a{ padding-right:30px;}
.side_nav_hover{border-left: 5px solid #cc2520 !important; background: #f1f1f1 !important;}
.side_contact p{width:260px;line-height: 36px;border-left: 5px solid #fff;
    color: #222;font-size: 14px;padding:0 10px;}

.spage_body{float:left; width: 900px; min-height: 550px; margin-left: 30px; margin-bottom: 30px;}
.spage_body *{font-size:14px;}
.spage_body_title{width: 100%; height:50px; line-height: 50px; border-bottom: 1px solid #ebebeb;}
.spage_body_title h3{float:left; font-size: 18px; margin-left: 5px;}
.spage_body_title p{float:right}
.spage_body_title a{color: #333;}
.spage_body_title a:hover{color:#b79e75;}
.spage_body_content{width:910px; padding-top: 20px; padding-left: 5px; padding-right: 5px;    line-height: 28px;}

.article_list li{width: 100%;
    padding: 20px;
    background: #fdfaf6;
    border: 1px solid #eee;
    margin-bottom: 14px;}
.article_list li span{float:right; color: #4d4d4d; margin-right: 20px;}
.article_list li h2{color: #4d4d4d; margin-left:10px; font-size:14px; font-weight:bold; line-height:40px;}
.article_list li h2 span{ font-weight:normal; font-size:12px;}
.article_list li .ms{ padding:0px; font-size:12px;}
.article_list li a{color: #4d4d4d;
    width: 700px;
    display: block;
    float: left;}
.article_list li a:hover{color:#cc2520;}
.pagelist{width: 60%; height:50px; line-height: 50px; text-align: center; margin:0 auto;}
#pege li{float:left; margin:0 10px;}
select {
    border-radius: 0px;
    border-color: rgb(169, 169, 169);
}
.newview p {
    float: left;
}
.spage_body_content{width:910px; padding-top: 20px; padding-left: 5px; padding-right: 5px;    line-height: 28px;}
.news_title{width: 100%; height: 40px; text-align: center;}
.news_title h3{font-size:16px;}
.news_alt{height:46px;border-bottom: 1px solid #EBEBEB;  border-top: 1px solid #EBEBEB; text-align: center;}
.news_alt span{display: inline-block; height: 20px; margin-right: 20px; color: #666;}
.news_content{padding: 20px 0; min-height: 400px; text-indent: 2em; color: #444;}
.news_content p{ text-indent: 2em;}
.newview p{float:left}
.news_view_page a{color:#666}
.relevant a{color:#666}

.pro_list{width: 100%; margin: 10px 0 30px;}
.pro_list li{float:left; width: 212px; margin-right: 15px; margin-bottom: 10px;}
.pro_list li:nth-child(4n){margin-right: 0px;}
.pro_list li:hover{box-shadow: 0 0 15px #ddd;}
.pro_list img{width:210px; height:274px;border:1px solid #ddd}
.pro_list p{color: #333; line-height: 30px; text-align: center; margin: 5px 5px 10px 5px; overflow: hidden; font-size:14px; font-weight:bold;overflow: hidden;white-space: nowrap;}
.pro_list p:hover{color:#da251d;}

.case_list li{width:286px !important;margin-right:12px !important}
.case_list li:nth-child(3n){margin-right:0 !important;}
.case_list li:nth-child(4n){margin-right:12px !important;}
.case_list li img{width:286px !important;height:268px !important;}
.case_view img{width:320px !important;height:300px !important;}

/* pro_view */
.pro_view_img{float:left; width: 400px; height: 301px;}
.pro_view_img img{width: 230px; height: 301px; display:block;margin:0 auto;}
.pro_view_alt{float:right; width:440px; height: 300px;}
.pro_view_alt li{height: 40px; line-height: 40px; border-bottom: 1px dashed #ebebeb;}
.pro_view_alt li:first-child{height: 60px; line-height: 60px;}
.pro_view_alt li:last-child{border-bottom:none;}
.pro_view_alt>ul>li>a{display: block; margin-top: 20px; width: 200px; height:35px; line-height:35px; font-size: 16px; border: 1px solid #1c1c1c; color: #1c1c1c; text-align: center;}
.pro_view_alt>ul>li>a:hover{color:#eab11a; background: #1c1c1c;}
.pro_view_con{width: 100%; margin:30px 0;}
.pro_view_con>h3{ width:880px; height:50px; line-height: 50px; padding-left: 20px; background: #f1f1f1;}
.pro_view_txt{padding: 20px 0; min-height: 50px; text-indent: 2em; color: #444;}
.pro_view_txt p{ text-indent: 2em;}
.relevant{width: 100%; height: 40px; line-height: 40px;border-top: 1px solid #ddd;
    margin-top: 20px; }
.relevant a{color:#333;}
.relevant a:hover{color:#cc2520;}


.side_nav{padding:0px;}
.side_nav ul{margin:0px; padding:0px; list-style:none;border: 0;}
.side_nav ul li:hover{height:50px;}
.side_nav ul li:hover ul{display:block;}
.side_nav ul li a{    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    color: #222;
    font-size: 16px;
    padding-left: 30px;
    overflow: hidden;}
.side_nav ul li ul{display:none;position:relative; top:-51px; left:260px;}
.side_nav ul li ul li{margin:0px; padding:0px; background-color:#f2f2f2;}
.sech{background-color:#f2f2f2;}
.side_nav ul li ul li:hover{background:#f2f2f2;}
.side_nav ul li ul li:hover ul{visibility:visible;}
.side_nav ul li ul li a:hover{border-left: 5px solid #fff;}
.side_nav ul li ul li ul{visibility:hidden; position:relative; top:-37px; left:121px;}
.thirdh{background-color: #1E90FF;}