@charset "utf-8";

a{color: #333;}

a:link{ text-decoration: none;}

a:active{ text-decoration:none}

a:hover{ text-decoration:none;}

a:visited{ text-decoration: none;}

a:hover {text-decoration : none}

a { outline: medium none }

li{list-style:none;}

*{
	 font-family:"微软雅黑";
	 -webkit-font-smoothing: subpixel-antialiased;
	 margin:0;
	 padding:0;
	 list-style:none;
	 text-transform:uppercase;
}

.clear{
	clear: both;
}

input{
	outline:none;
}

body{
	background: #e6e6e6;
	overflow-x: hidden;
}








/*导航*/

.content{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

 #mynav{ 
 	width:100%; 
 	background: rgba(0,0,0,0.5);
 	position:fixed; 
 	z-index:99; 
 	color:#fff; 
 	line-height:40px;
 	top: 0;
 	padding-bottom: 5px;
 }

 #mynav ul{
	width: 840px;
	margin: 0 auto;
	float: right;
 }

 #mynav li{
 	margin-top: 20px;
 	line-height: 50px;
 	width: 120px;
 	text-align: center;
 	float: left;
 	position:relative;
 	overflow: hidden;
 }

 #mynav li a{
 	color: #fff;
 	font-size: 15px;
 	height: 20px;
 }

 #mynav li span{
 	height: 10px;
 	font-size: 12px;
 }

 #mynav li:hover{
 	background: url(../images/nav.png) bottom  no-repeat;
 }


.input{
	margin-top: 20px;
	float: right;
	width: 30px;
	position: relative;
	right: 0;
	overflow: none;
}

.input img{
	width: 100%;
}

.logo {
	float: left;
	width: 300px;
	margin-top: 5px;
}

.logo img{
	height: 80px;
}




/*banner*/
.main_image {width:100%; height:900px; border-top:1px solid #d7d7d7; overflow:hidden; margin:0 auto; position:relative}
.main_image ul {width:9999px; height:900px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:900px;}
.main_image li span {display:block; width:100%; height:900px}
.main_image li a {display:block; width:100%; height:900px}
.main_image li .img_1 {background: url('../images/banner1-1.jpg') center top no-repeat}
.main_image li .img_2 {background: url('../images/banner2-2.jpg') center top no-repeat}
.main_image li .img_3 {background: url('../images/banner3-3.jpg') center top no-repeat}
.main_image li .img_4 {background: url('../images/img_main_4.jpg') center top no-repeat}
.main_image li .img_5 {background: url('../images/img_main_5.jpg') center top no-repeat}
div.flicking_con {width:990px; margin:0 auto; position:relative}
div.flicking_con .flicking_inner {position:absolute; top:600px; left:90px; z-index:999; width:300px; height:21px} 
div.flicking_con a {float:left; width:21px; height:21px; margin:0; padding:0; background:url('../images/btn_main_img.png') 0 0 no-repeat; display:block; text-indent:-1000px}
div.flicking_con a.on {background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/hover_right.png) no-repeat right top;right:100px;}



/*公司简介*/

.introduce{
	width: 1450px;
	height: 650px;
	background: #fff;
	margin:20px auto;
	background: url(../images/jj.png) center no-repeat;
	position: relative;
	top: -100px;
	z-index: 2;
}

.introduce h1{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding-top: 170px;
	box-sizing: border-box;
	text-align: center;
}

.introduce h2{
	text-align: center;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	margin-top: 7px;
}

.introduce p{
	width: 70%;
	margin:40px auto;
	line-height: 30px;
	color: #555;
	font-size: 14px;
}

.introduce h3{
	width: 160px;
	height: 40px;
	background: #111111;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	border-radius: 7px;
	letter-spacing: 2px;
	transition: all 0.5s;
}

.introduce h3 a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.introduce h3:hover{
	 -webkit-transform:  translate(0,-10px);
         -moz-transform:  translate(0,-10px);
           -o-transform:  translate(0,-10px);
              transform:  translate(0,-10px);
              -moz-box-shadow:2px 2px 5px #999; 
              -webkit-box-shadow:2px 2px 5px #999; 
              box-shadow:2px 2px 5px #999;
              background: #00903f;
               border-radius: 25px;
                    border-top: none;
              border-left: none;
              border-right: none;
              border-bottom: 2px solid #013d1b;
}




.product{
	clear: both;
	width: 100%;
	height: 800px;
	background: url(../images/pl.jpg) center no-repeat;
	position: relative;
	top: -300px;
	z-index: 1;
	margin: 0 auto;
}

.product h1{
	color: #fff;
	padding-top: 360px;

	box-sizing: border-box;
	text-align: center;
}

.product h2{
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 7px;
		margin-bottom: 30px;
}

.product ul{
	width: 1200px;
	margin: 70px auto;
	overflow: hidden;
	border-radius: 40px;
	background: #fff;
	-moz-box-shadow:2px 2px 11px #333333; 
	-webkit-box-shadow:2px 2px 11px #333333; 
	box-shadow:2px 2px 11px #333333;
}

.product ul li{
	width: 400px;
	height: 400px;
	float: left;
	overflow: hidden;
}

.product ul li h3{
	font-size: 24px;
	color: #00903f;
	width: 70%;
	margin: 40px auto 10px;
}

.product ul li p{
	width: 280px;
	height: 120px;
	margin: 40px auto 0;
	line-height: 30px;
	word-break:break-all;
	display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
	overflow:hidden;

}

.product ul li h3 span{
	margin-bottom: 15px;
	display: block;
	width: 40px;
	height: 4px;
	background: #00903f;
}

.product ul li img{
	height: 100%;
	min-width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	cursor: pointer;
	transition: all 0.9s;
}

.product ul li:hover > img{
	transform: scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	opacity: 0.8;
}

.product ul li h4{
	width: 140px;
	height:34px;
	margin-left: 15%;
	margin-top: 40px;
	line-height: 34px;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	border-radius: 7px;
	border:1px solid #111;
	transition: all 0.5s;
}

.product ul li h4 a{
	color: #111;
}

.product ul li h4:hover{
	 -webkit-transform:  translate(0,-6px);
         -moz-transform:  translate(0,-6px);
           -o-transform:  translate(0,-6px);
              transform:  translate(0,-6px);
              -moz-box-shadow:2px 2px 5px #999; 
              -webkit-box-shadow:2px 2px 5px #999; 
              box-shadow:2px 2px 5px #999;
              background: #00903f;
              border-top: none;
              border-left: none;
              border-right: none;
              border-bottom: 2px solid #013d1b;
              border-radius: 25px;
}

.product ul li h4:hover a{
	color: #fff;
}



/*新闻*/

.journalism{
	clear: both;
	width: 100%;
	height: 800px;
	background: url(../images/nw.jpg) center no-repeat;
	padding-top: 100px;
	position: absolute;
	margin: 0 auto; 
}

.news{
	width: 1200px;
	margin-top: 100px;
	margin:0 auto;
	overflow: hidden;
	border-radius: 40px;
	position: relative;
	top: 450px;
}

.news h1{
	color: #fff;
	padding-top: 60px;
	box-sizing: border-box;
	text-align: center;
}

.news h2{
		text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 7px;
		margin-bottom: 30px;
}

.news .content{
	border-radius: 40px;
	width: 1200px;
	background: #fff;

}







/*新闻选项卡*/
.nTab{
	font-size: 16px;
	margin:20px auto;
	overflow:hidden;
	box-sizing: border-box;
	padding-left: 50px;
	-moz-box-shadow:2px 2px 11px #333333; 
	-webkit-box-shadow:2px 2px 11px #333333; 
	box-shadow:2px 2px 11px #333333;
	border-radius: 25px;
	height: 731px;
}

.none {
	display:none;
}

.nTab .TabTitle #myTab1{
	width: 480px;
	height: 40px;
	margin: 50px auto;
	border: 1px solid #00903f;
	overflow: hidden;
	border-radius: 30px;
	overflow: hidden;
}

.nTab .TabTitle li{
	float:left;
	cursor:pointer;
	height:40px;
	line-height:40px;
	text-align:center;
	width:160px;

}

.nTab .TabTitle li a{
	text-decoration:none;
}

.nTab .TabTitle .active{
	overflow: hidden;
	background:#00903f;
	color:#fff;
}

.nTab .TabTitle .normal{

	background:#fff;
	color:#111;
}

.nTab .TabContent{
	clear:both;
	overflow:hidden;
	background:#fff;
	display:block;
}

.new_cont{
	width:100%;
	overflow: hidden;
	margin: 15px auto;
}

.new_cont .li{
	float: left;
	width: 50%;
	height: 500px;
	overflow: hidden;
}


.new_cont .li ul li {
	font-size: 16px;
	line-height: 36px;
	height: 46px;
	margin: 0 0 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
	transition: all 0.3s;
}

.new_cont .li ul li span{
	float: right;
	color: #999;
	font-size: 14px;
}

.new_cont .li ul li:hover a{
	color: #00903f;
}

.new_cont .li ul li:hover span{
	color: #00903f;
}

.new_cont .li ul li:hover p{
		margin-left: 5px;
	box-sizing: border-box;
}

.new_cont .li ul li:hover i{
	 -webkit-transform:  translate(0,0);
         -moz-transform:  translate(0,0);
           -o-transform:  translate(0,0);
              transform:  translate(0,0);
}
.new_cont .li ul li p{
		width: 300px;
	float: left;
	transition: all 0.3s;
	 word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.new_cont .li ul li p i{
	font-size: 14px;
	font-style: normal;
	color: #00903f;
	margin-right: 5px;
	display:inline-block;
	transition: all 0.3s;
	 -webkit-transform:  translate(-100px,0);
         -moz-transform:  translate(-100px,0);
           -o-transform:  translate(-100px,0);
              transform:  translate(-100px,0);
}

.new_cont .li img{
	margin: 0 auto;
	display: block;
}

.new_cont .anniu p{
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #111;
	border-radius: 7px;
	transition: all 0.3s;
	margin-top: 82px;
}

.new_cont .anniu p a{
	color: #111;
}

.new_cont .anniu p:hover{
		 -webkit-transform:  translate(0,-6px);
         -moz-transform:  translate(0,-6px);
           -o-transform:  translate(0,-6px);
              transform:  translate(0,-6px);
              -moz-box-shadow:2px 2px 5px #999; 
              -webkit-box-shadow:2px 2px 5px #999; 
              box-shadow:2px 2px 5px #999;
              background: #00903f;
                border-top: none;
              border-left: none;
              border-right: none;
              border-bottom: 2px solid #013d1b;
              border-radius: 25px;
}

.new_cont .anniu p:hover a{
	color: #fff;
}

.new_cont .li_two{
	position: relative;
	width: 520px;
	float: right;
}





/*联系我们*/

.contact {
	width: 100%;
	height: 500px;
	z-index: 1;
    margin-top: 600px;
}

.contact h1{
	color: #111;
	padding-top: 60px;
	box-sizing: border-box;
	text-align: center;
}

.contact h2{
	text-align: center;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	margin-top: 7px;
	margin-bottom: 30px;
}

.contact form{
	width: 1200px;
	margin: 75px auto 0;
}
.contact input{
	width: 360px;
	height: 50px;
	border: 1px solid #999;
	background: #fff;
	margin-right: 52px;
	padding-left: 10px;
	box-sizing: border-box;
	border-radius: 7px;
	box-sizing: border-box;
	text-align: center;
}

.contact input:nth-child(3){
	margin-right: 0;
}

.contact input:nth-child(4){
	margin:50px auto 0;
	display: block;
	background-image: linear-gradient(to top, #111,#666); 
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	cursor:pointer;
}





/*底部*/

.bottom{
	width: 100%;
	height: 390px;
	background: url(../images/kd.jpg) center bottom no-repeat;
	position: relative;
}

.bottom .content{
	width: 1200px;
	margin: 0 auto;
}

.bottom .content div{
	float: left;
	color: #fff;
}

.bottom .content .sb_1{
	margin-top: 50px;
	width: auto;
}

.bottom .content .sb_1 li{
	font-size: 16px;
	padding: 5px 20px;
	float: left;
	text-align: center;
}

.bottom .content .sb_1 li a{
	color: #fff;
}

.bottom .content .nei{
	overflow: hidden;
}
.bottom .content .nei a{
	color: #999!important;
	font-size: 14px;
	line-height: 26px;
}

.bottom .content .nei li:hover a{
	color: #fff!important;
}

.bottom .content .nei li{
	float: none;
	text-align: center;
}

.bottom .content .sb_2{
	float: right;
	width: 200px;
}

.bottom .content .sb_2 img{
	width: 140px;
	display: block;
	margin: 90px auto 0;
}

.bottom .content .sb_2 p{
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}


.bottom .sb_3{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(0,0,0,.5);
	color: #fff;
	margin-top: 58px;
	font-size: 14px;
	color: #999;
}



.down{
	position: absolute;
	bottom: 364px;
    left: 47.5%;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 100px;
	  -moz-box-shadow:2px 2px 5px #111; 
              -webkit-box-shadow:2px 2px 5px #111; 
              box-shadow:2px 2px 5px #111;
              cursor: pointer;

}

.down img{
	display: block;
	width: 100%;
	height: 100%;
}

.down a{
	display: block;
	width: 100%;
	height: 100%;
}

/*兼容性*/
@media screen and (max-width: 1920px) {
    .main_image {display: block;overflow: hidden;}
    .main_image ul {display: block;width: 100vw;overflow: auto;}
    .main_image li {display: block;width: 100vw;overflow: hidden;clear: both;}
    .main_image li img {width: 100%;display: block;}
    .main_image li .img_1 {background-size: 100%;}

    .introduce {}
    .news {top:140px;}
    .contact {margin-top: 200px;}
	.product {top:-500px;}
}
@media screen and (max-width: 1520px) {
	.introduce {top:-320px;margin-left:-85px;}
}