@charset "utf-8";
/*dwj*/

/*全局控制*/
body{margin:0px;padding:0px;font-family:"微软雅黑";color:#000;font-size:12px;line-height:22px;-webkit-text-size-adjust: none;background: #fff;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;font-family:"微软雅黑";}
img{border:0;vertical-align:top;}
ul,li{list-style:none;}
a{color:#000;text-decoration:none;transition:all 0.3s;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.cl{clear:both;}.fb{font-weight:bold;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}


/*header*/
.flexslider{min-width:1200px;position:relative;overflow:hidden;}
.slides{width:100%;position:relative;z-index:1;}
.slides li a{ display:block; width:100%; height:100%; text-align:left; text-indent:-9999px}
.slides img{width: 100%; display: block;}
.flex-control-nav{position:absolute;bottom:26px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:22px;height:3px;margin:0 7px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:22px;height:3px;line-height:40px;overflow:hidden;background:#fff;cursor:pointer;}
.flex-control-nav .flex-active{background:#106d3e;}
.header_pos{width: 100%; position: absolute; top: 48px; left: 0; z-index: 9;}
.header{width: 1350px; margin: 0 auto;}
.logo{margin-bottom: 76px;}
.nav{width: 275px;}
.nav li{height: 59px; line-height: 59px; text-transform: uppercase; font-size: 14px; margin-bottom: 3px;}
.nav a{display: block; width: 255px; padding-left: 32px; box-sizing: border-box; color: #979797; background: #fff; transition:all 0.6s ease;}
.nav a:hover{width: 275px; background: #106d3e; color: #fff;}
.nav span{width: 90px; font-size: 18px; display: inline-block;}
.nav a span{color: #363636;}
.nav a:hover span{color: #fff;}
.nav .nav_on a{width: 275px; background: #106d3e; color: #fff;}
.nav .nav_on a span{color: #fff;}


/*mainbody*/
.about_part{width: 1350px; height: 315px; position: relative; margin: 0 auto 96px;}
.about_pic{width: 411px; position: absolute; top: -56px; left: 0; z-index: 5;}
.about_pic img{width: 411px; height: 371px;}
.about_right{float: right; width: 850px; padding: 27px 20px 0 0;}
.about_logo{width: 256px; margin-bottom: 18px;}
.about_logo img{width: 100%;}
.about{color: #414141; font-size: 16px; line-height: 30px; height: 120px; overflow: hidden;}
.about_more{float: right; margin-top: 38px; width: 153px; text-align: center; height: 47px; line-height: 47px; font-size: 16px; background: #106d3e; animation: about_more 3s linear infinite;}
.about_more a{color: #fff;}
@keyframes about_more{
	0%,100%{transform:translateX(-10px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(10px)}	
}

.dyn_part{width: 1350px; height: 442px; margin: 0 auto; overflow: hidden;}
.dyn_title{width: 100%; text-align: center; text-transform: uppercase; line-height: 28px; color: #202020; font-size: 18px; margin-bottom: 60px;}
.dyn_title h4{font-size: 30px; font-weight: normal; line-height: 44px;}
.dyn{width: 640px;}
.dyn img{float: left; width: 227px; height: 152px;}
.dyn_r{float: right; width: 395px;}
.dyn_r span{color: #202020; font-size: 18px; line-height: 32px;}
.dyn_r h4{color: #202020; font-size: 18px; font-weight: normal; height: 32px; line-height: 32px; margin-bottom: 14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.dyn_fon{color: #919090; font-size: 14px; line-height: 24px; height: 72px; text-align: justify; overflow: hidden;}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	left: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -82px;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a9a9a9;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #106d3e;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: none;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: none;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: none;
}

.product_fon{width: 100%; text-align: center; line-height: 54px; position: absolute; top: 274px; left: 0;}
.product_fon span{background: rgba(255,255,255,0.8); padding: 28px 98px; color: #1e1e1e; font-size: 40px;}
.product_fon span i{font-weight: bold; padding-right: 40px; font-size: 40px; font-style: normal;}
.picFocus {
	min-width: 1200px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus img{width: 100%; display: block;}
.picFocus .hd {
	width: 71%;
	position: absolute;
	left: 14.4%;
	bottom: 58px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.picFocus .hd ul {
	margin-right: -1%;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	float: left;
	width: 13.2%;
	margin-right: 1%;
	text-align: center;
}
.picFocus .hd ul li img {
	width: 100%;
	height: 118px;
	cursor: pointer;
}
.picFocus .hd ul li.on img {
	border: solid 6px #106d3e;
	box-sizing: border-box;
}
.picFocus .bd li {
	position: relative;
}
.picFocus .bd img {
	width: 100%;
	height: 652px;
	display: block;
}

.case_part{width: 1350px; padding-top: 88px; margin: 0 auto;}
.case_left{float: left; width: 337px; height: 651px; position: relative;}
.case_left img{width: 100%; height: 651px;}
.case_leftbg{width: 100%; height: 651px; padding: 91px 0 0 100px; box-sizing: border-box; background: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0;}
.case_title{width: 120px; height: 377px; padding-top: 92px; line-height: 32px; text-transform: uppercase; writing-mode: vertical-lr; color: #f7f7f7; font-size: 30px; background: url(../images/case_titbg.gif) no-repeat right top;}
.case_title p{width: 42px;}
.case_center{float: left; width: 675px;}
.case_right{float: left; width: 338px;}
.case_01{width: 100%; background: #fff; height: 217px; position: relative;}
.case_pic{width: 337px; height: 217px; overflow: hidden;}
.case_pic img{width: 100%; height: 217px; transition:all 0.8s; -webkit-transition:all 0.8s;}
.case_pic img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);}
.case_fon{width: 338px; height: 217px; padding: 55px 35px 0 35px; box-sizing: border-box; font-size: 14px; margin: 0 auto;}
.case_fon h4{color: #484848; font-size: 18px; font-weight: normal; line-height: 30px;}
.case_fon i{display: block; width: 37px; height: 1px; line-height: 0; background: #7d7d7d; margin: 24px 0 25px 0;}
.case_fon a{color: #b5b5b5;}
.case_fon a:hover{color: #000;}
.case_02{width: 100%; background: #fff; height: 434px; position: relative;}
.icon01{width: 24px; height: 27px; background: url(../images/icon01.png) no-repeat; position: absolute; top: 95px; left: 314px; z-index: 5;}
.icon02{width: 25px; height: 21px; background: url(../images/icon02.png) no-repeat; position: absolute; top: 196px; left: 156px; z-index: 5;}
.case_img{width: 100%; height: 434px; position: relative; overflow: hidden;}
.case_img img{width: 100%; height: 434px; transition:all 0.8s; -webkit-transition:all 0.8s;}
.case_img img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);}
.case_tm{width: 100%; height: 57px; line-height: 57px; padding: 0 26px; box-sizing: border-box; color: #fff; font-size: 18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background: rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0;}
.case_more{width: 100%; text-align: center; line-height: 36px; height: 217px; padding-top: 80px; box-sizing: border-box; background: #106d3e; font-size: 18px;}
.case_more a{color: #fff;}
.case_more img{width: 56px; height: 8px; line-height: 0; margin-top: 10px;}

.contact_part{width: 1200px; padding: 136px 0 78px 0; overflow: hidden; margin: 0 auto;}
.contact{width: 100%;}
.contact li{float: left; width: 310px; text-align: center; color: #1b1b1b; font-size: 18px; line-height: 30px; margin: 0 35px;}
.contact img{width: 60px; height: 55px; margin: 0 auto 18px;}

.message_bg{min-width: 1200px; height: 670px; padding: 74px 0; box-sizing: border-box; background-size: cover;}
.message_title{width: 100%; text-align: center; text-transform: uppercase; line-height: 28px; color: #fff; font-size: 18px; margin-bottom: 48px;}
.message_title h4{font-size: 30px; font-weight: normal; line-height: 44px;}
.mess_part{width: 1125px; margin: 0 auto 13px;}
.name{float: left; width: 365px; height: 68px; border: solid 1px #fff; position: relative;}
.name input{width: 365px; height: 68px; line-height: 68px; border: none; background: none; padding: 0 40px 0 22px; box-sizing: border-box; color: #fff; font-size: 18px; outline: 0;}
.name input::-webkit-input-placeholder{color:#fff;}
.name input:-moz-placeholder{color:#fff;}
.name span{width: 30px; height: 70px; line-height: 70px; color: #fff; font-size: 18px; position: absolute; top: 0; right: 0;}
.mar_r{margin-right: 12px;}
.mess{width: 100%; height: 210px; border: solid 1px #fff; background: none; padding: 18px 22px; box-sizing: border-box; color: #fff; font-size: 18px; line-height: 30px; outline: 0;}
textarea.mess::-webkit-input-placeholder{color:#fff;}
textarea.mess:-moz-placeholder{color:#fff;}
.btn_part{width: 100%; text-align: center; padding-top: 30px;}
.btn_tj{width: 257px; height: 70px; border: none; background: #106d3e; color: #fff; font-size: 18px; cursor: pointer;}


/*footer*/
.copyright{min-width: 1200px; text-align: center; color: #fff; font-size: 14px; line-height: 30px; background: #000; padding: 34px 0;}


/*产品展示*/
.header02{width: 1350px; height: 177px; margin: 0 auto;}
.logo_02{float: left; width: 270px;}
.nav_02{float: right; margin-top: 57px;}
.nav_02 li{float: left; width: 130px; text-align: center; line-height: 32px; font-size: 14px; text-transform: uppercase;}
.nav_02 li:last-child{width: 100px; padding-left: 25px;}
.nav_02 h4{color: #2d2d2d; font-size: 18px; font-weight: normal; line-height: 34px;}
.nav_02 a{color: #979797;}
.banner{min-width: 1200px;}
.banner img{width: 100%;}

.mainbody{width: 1350px; min-height: 400px; padding: 33px 0 121px 0; margin: 0 auto;}
.list{width: 100%; padding: 0 0 42px 361px; box-sizing: border-box; position: relative;}
.list li{float: left; width: 171px; text-align: center; height: 60px; font-size: 18px; margin: 0 23px 23px 0;}
.list a{display: block; color: #888; line-height: 58px; border: solid 1px #a5a5a5;}
.list a:hover{color: #106d3e; border: solid 1px #106d3e;}
.list .list_on a{color: #106d3e; border: solid 1px #106d3e;}
.tit{width: 335px; height: 96px; padding-top: 32px; text-align: center; background: #106d3e; color: #fff; line-height: 34px; font-size: 24px; text-transform: uppercase; position: absolute; top: -67px; left: 0;}
.tit h4{font-weight: normal;}
.product{width: 100%;}
.product ul{margin-right: -2%;}
.product li{float: left; width: 31.333%; text-align: center; margin: 0 2% 23px 0; transition:all .5s linear;}
.product li:hover{transform:translateY(-20px);}
.product img{width: 100%;}
.product h4{color: #3b3b3b; font-size: 18px; line-height: 58px; font-weight: normal;}
.page{width: 100%; text-align: center; padding-top: 48px; font-size: 14px; font-family: "宋体"; font-weight: bold;}
.page a{background: #dcdcdc; padding: 6px 10px; color: #2a2b2b; margin: 0 1px;}
.page a:hover{color: #fff;}
.page .page_on{color: #fff;}


/*关于我们*/
.com{color: #424242; font-size: 16px; line-height: 48px;}


/*联系我们*/
.map img{width: 100%;}
.con{width: 100%; text-align: center; line-height: 46px; padding-top: 52px; color: #2f2f2f; font-size: 18px;}


/*项目动态*/
.news{width: 100%;}
.news li{padding-bottom: 33px; transition:all .5s linear;}
.news li:hover{transform:translateY(-15px);}
.news_pic{float: left; width: 334px; height: 207px; overflow: hidden;}
.news_pic img{width: 334px; height: 207px; transition:all 0.8s; -webkit-transition:all 0.8s;}
.news_pic img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);}
.news_right{float: right; width: 940px; padding-right: 40px;}
.news_right h4{height: 66px; line-height: 66px; color: #191919; font-size: 24px; font-weight: normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom: 6px;}
.news_fon{color: #808080; font-size: 16px; line-height: 26px; height: 104px; text-align: justify; overflow: hidden;}


/*给我留言*/
.mes_tit{width: 100%; text-align: center; line-height: 54px; padding: 30px 0 66px 0; color: #1b1c1b; font-size: 30px;}
.mes_tit i{width: 83px; height: 1px; line-height: 0; display: block; background: #222; margin: 16px auto 0 auto;}
.mes_part{width: 700px; margin: 0 auto 29px;}
.mes_part span{float: left; width: 108px; padding-right: 24px; text-align: right; line-height: 66px; color: #1b1c1b; font-size: 18px;}
.mes_name{float: left; width: 504px; height: 67px; line-height: 67px; border: solid 1px #1b1b1b; background: #fff; padding: 0 20px; box-sizing: border-box; color: #333; font-size: 18px; outline: 0;}
input .mes_name::-webkit-input-placeholder{color:#333;}
input .mes_name:-moz-placeholder{color:#333;}
.mes{float: left; width: 504px; height: 185px; line-height: 26px; border: solid 1px #1b1b1b; background: #fff; padding: 20px; box-sizing: border-box; color: #333; font-size: 18px; outline: 0;}
textarea .mes::-webkit-input-placeholder{color:#333;}
textarea .mes:-moz-placeholder{color:#333;}
.yzm{float: left; width: 307px; height: 67px; line-height: 67px; border: solid 1px #1b1b1b; background: #fff; padding: 0 20px; box-sizing: border-box; color: #333; font-size: 18px; outline: 0; margin-right: 14px;}
input .yzm::-webkit-input-placeholder{color:#333;}
input .yzm:-moz-placeholder{color:#333;}
.btn_yzm{float: left; width: 183px; height: 60px; margin-top: 2px;}
.btn_area{width: 700px; padding: 4px 0 0 132px; box-sizing: border-box; margin: 0 auto;}
.btn_submit{width: 504px; height: 67px; border: none; background: #106d3e; color: #fff; font-size: 18px;}


@media only screen and (max-width: 1440px) {
	/*首页*/
	.header_pos{top: 28px;}
	.header{width: 1200px;}
	.logo{margin-bottom: 26px;}
	.about_part{width: 1200px;}
	.dyn_part{width: 1200px;}
	.about_right{width: 720px;}
	.dyn{width: 570px;}
	.dyn_r{width: 320px;}
	.picFocus {
		min-width: 1200px;
	}
	.picFocus .hd {
		width: 85%;
		left: 7.5%;
		bottom: 45px;
	}
	.picFocus .hd ul li img {
		height: 105px;
	}
	.picFocus .bd img {
		height: 582px;
	}
	.case_part{width: 1200px;}
	.case_left{width: 287px; height: 554px;}
	.case_left img{height: 554px;}
	.case_leftbg{height: 554px; padding: 40px 0 0 76px;}
	.case_center{width: 613px;}
	.case_right{width: 300px;}
	.case_01{height: 185px;}
	.case_pic{width: 287px; height: 185px;}
	.case_pic img{width: 287px; height: 185px;}
	.case_fon{width: 313px; height: 185px; padding: 40px 35px 0 35px;}
	.case_02{width: 100%; background: #fff; height: 370px; position: relative;}
	.icon01{width: 24px; height: 27px; background: url(../images/icon01.png) no-repeat; position: absolute; top: 80px; left: 264px;}
	.icon02{width: 25px; height: 21px; background: url(../images/icon02.png) no-repeat; position: absolute; top: 164px; left: 134px;}
	.case_img{height: 369px;}
	.case_img img{height: 369px;}
	.case_more{height: 185px; padding-top: 60px;}
	
	/*产品展示*/
	.header02{width: 1200px;}
	.mainbody{width: 1200px;}
	
	/*项目动态*/
	.news_right{width: 820px; padding: 0;}
}