@charset "utf-8";
/* CSS Document */
/**
Time : 2017-2
Author : jj
**/

::selection {
	color:#fff;
    background-color: #22B144;
}

::-moz-selection {
	color:#fff;
    background-color: #22B144;
}

::-webkit-selection {
	color:#fff;
    background-color: #22B144;
}


h5{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.bn-box {
    width: 100%;
    overflow-x: hidden;
}
.banner {
    width: 1920px;
    height: 867px;
    position: relative;
    overflow: hidden;
    margin-left: 50%;
    left: -960px;
    top: 0;
}
.banner img{
    width: 100%;
}

.banner img{
	display: block; transition:all linear 10s; -webkit-transition:all linear 10s;
	-webkit-animation: fadeImg 10s;
	-moz-animation: fadeImg 10s;
	animation: fadeImg 10s;
}

@-webkit-keyframes fadeImg {
	from {opacity:0.9; transform:scale(1.2,1.2); }
	50% {opacity: 1; }
	to {opacity: 0.9; transform:scale(1,1);}
}

@-moz-keyframes fadeImg {
	from {opacity:0.9; transform:scale(1.2,1.2); }
	50% {opacity: 1; }
	to {opacity: 0.9; transform:scale(1,1);}
}

@keyframes fadeImg {
	from {opacity:0.9; transform:scale(1.2,1.2); }
	50% {opacity: 1; }
	to {opacity: 0.9; transform:scale(1,1);}
}
@-webkit-keyframes fadeImg2 {
	from {opacity:0.9; transform:scale(1,1); }
	50% {opacity: 1; }
	to {opacity: 0.9; transform:scale(1.2,1.2);}
}

@-moz-keyframes fadeImg2 {
	from {opacity:0.9; transform:scale(1,1); }
	50% {opacity: 1; }
	to {opacity: 0.9; transform:scale(1.2,1.2);}
}

@keyframes fadeImg2 {
	from {opacity:0.9; transform:scale(1,1); }
	50% {opacity: 1; }
	to {opacity: 0.9; transform:scale(1.2,1.2);}
}
/*数字按钮样式*/
.banner .num {
    overflow: hidden;
    height: 25px;
    position: absolute;
    bottom: 32px;
    zoom: 1;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .num li {
    width: 15px;
    height: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #fff;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    font-size: 0;
}
.banner .num li.on {
    background: rgba(255,255,255,0.7);
} /*当前项*/
/*上一个  下一个*/
.banner .prev, .banner .next {
    display: none;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 350px;
}
.banner .prev {
    left: 0; background:url(../images/prev.png) center no-repeat;
  
}
[display=list-item]{ height:1px; overflow:hidden;}
.banner .next {
    right: 0;
    background:url(../images/next.png) center no-repeat;
}
.bn_txt{ position:absolute; margin-left:50%; left:-390px; z-index:1; margin-top:300px;}
/*banner end*/
/*glow*/
.glow{ margin-top:-85px; position:relative; z-index:88;}
.glow{ width:706px; height:300px; background:#5b5b5b;}
.glow ul li{ width:33.333333333333%; height:300px; float:left; text-align:center;}
.glow ul li img{ margin-top:28px;}
.glow ul li h5{ font-size:16px; color:#fff; line-height:50px; font-weight:100;}
.glow ul li p{ font-size:13px; color:#ccc; line-height:23px; padding:0 16px;}
.lv{ color:#09a62e;}
.glow1{ background:#3a3a3a;}
.glow2{ background:#4a4a4a;}
.glow3{ background:#5b5b5b;}

/*glow end*/

.search { width: 474px; margin-top:-85px; position:relative;}
.search_tt{ width:89px; height:37px; box-sizing:border-box; border:3px solid #fff; float:left; margin-top:20px; text-align:center; color:#fff; line-height:31px; font-size:16px; font-weight:600; margin-left:20px; margin-right:6px;}
.search_left {
    line-height: 64px; background:#3a3a3a; width:100%; box-sizing:border-box;
    float: left;
    color: #fff; position:relative; padding-left:30px;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_left a {
    color: #ccc;
    margin: 0 6px;
}
.search_right {
    float: right; width:100%; height:77px; background:#0fc53a;
}
.searchbar {
    width: 260px;
    line-height: 37px; margin-top:20px;
    outline: none;
    padding-left: 20px;
    float: left;
    border: 0;
}
.searchbtn {
    width: 61px;
    height: 37px;
    outline: none; font-size:15px; margin-top:20px;
    cursor: pointer;
    border: 0; color:#fff;
    background:url(../images/search.jpg) center no-repeat;
}
.huodong{ width:100%;}
.huodong ul li{ width:50%; height:79px; line-height:79px; float:left; padding-left:16px; box-sizing:border-box; border:1px dashed #ddd; border-top:0; border-left:0; position:relative; background:#fff;}
.huodong ul li:after{ content:url(../images/sanjiao.png); position:absolute; right:-1px; bottom:-1px; height:14px; line-height:0;}
.huodong ul li a:before{ content:"·"; font-weight:700; margin-right:3px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/*serve*/
.tt{ text-align:center; margin-top:50px; margin-bottom:30px;}
.tt a{ font-size:32px;}
.tt a p{ font-size:21px; font-weight:100; margin-top:10px;}
.tt a p:after{ content:url(../images/tt_bg.png);}
.tt b{ font-size:18px; color:#c1c1c1; letter-spacing:3px; margin-top:2px; display:block;}
.serve{ height:989px; background:url(../images/bg.jpg); padding-top:1px; margin-top:40px;}
.serve .bd{height: 636px;overflow: hidden;}
.serve .hd{ text-align:center;}
.serve .hd ul{ display:inline-block;}
.serve .hd ul li{ width:141px; height:77px; background:url(../images/btn1.png) center no-repeat; float:left; margin:13px;}
.serve .hd ul li a{ display:block; font-size:20px; color:#333; line-height:77px; text-align:center;}
.serve .hd ul li.on{ background:url(../images/btn2.png) center no-repeat;}
.serve .hd ul li.on a{ color:#1da734;}
.serve .bd ul li{ float:left; position:relative; overflow:hidden; background:#fff;}
.serve .bd ul li img{ width:100%; height:100%; transition: all .4s ease-in-out;}
.serve .bd ul li img:hover{ transform:scale(1.1,1.1)}
.ser1{ width:477px; height:633px; margin-right:10px;}
.ser2{ width:389px; height:311px; margin-right:10px; margin-bottom:10px;}
.ser3{ width:291px; height:311px; }
.ser4{ width:692px; height:311px; }
.serve .bd ul li h5{ position:absolute; width:100%; bottom:-10px; z-index:8; opacity:0; transition:all ease-in-out 300ms; font-size:24px; color:#fff; line-height:70px; font-weight:100; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%, #FFFFFF 100%); }
.serve .bd ul li:hover h5{ opacity:1; -webkit-opacity:1; bottom:0;}
.serve .bd ul li:hover img{ opacity:0.8; -webkit-opacity:0.8;}
/*serve end*/
/*bn1*/
.bn1{ width:100%; height:246px; background:url(../images/banner1.jpg) center no-repeat;}
.bn1 p{ font-size:24px; font-weight:600; float:left; color:#fff; margin-right:10px; margin-left:550px; margin-top:160px;}
.bn1 a{ font-size:17px; color:#0bac31; padding:5px 15px; background:#fff; display:inline-block; margin-top:160px;}
/*bn1 end*/
/*ys*/
.ys_tt{ text-align:center; margin-left:135px; margin-top:103px;}
.ys_tt p{ font-size:16px; color:#3f3f3f; font-weight:100;}
.ys_tt a{ font-size:50px; color:#0fc53a;}
.ys_tt a b{ font-size:69px; display:block;}
.ys{ width:100%; height:843px; background:url(../images/ys_bg.jpg) center no-repeat; background-attachment:fixed; padding-top:1px;}
.ys .m{ height:711px; background:url(../images/ys.png) center no-repeat; margin-top:83px;}
.ys ul{ margin-top:226px; margin-left:24px;}
.ys ul li{ width:310px; margin-bottom:30px;}
.ys ul li h5{ font-size:21px; color:#0fc53a; font-weight:100; margin-bottom:12px;}
.ys ul li p{ font-size:14px; color:#6c6c6c; line-height:26px;}
.ys .fr{ margin-right:30px; margin-top:150px;}
.ys .fr ul li{ margin-bottom:40px;}
.ys .fr ul li h5{ color:#fff;}
.ys .fr ul li p{ color:#bce7c6;}
/*ys end*/
/*client*/
.client{ width:100%; height:489px; background:#f0f0f0; padding-top:1px; text-align:center;}
.client ul{ display:inline-block;}
.client ul li{ width:278px; height:406px; text-align:center; float:left; background:url(../images/client1.png) center no-repeat; margin:7px;}
.client ul li .img{ width:137px; height:137px; margin:0 auto; box-sizing:border-box; border:2px solid #fff; border-radius:50%; overflow:hidden; margin-top:59px;}
.client ul li .img img{ width:100%; height:100%;}
.client ul li h5{ width:212px; margin:0 auto; font-size:16px; color:#fff; line-height:50px;}
.client ul li p{ width:212px; margin:0 auto; font-size:14px; color:#fff; opacity:0.8; line-height:30px; -webkit-opacity:0.8;}
.client ul li>a{ color:#fff; opacity:0.8;  -webkit-opacity:0.8; margin-top:15px; display:block;}
.client ul li>a:hover{ opacity:1; -webkit-opacity:1;}
.client ul li.selected{ background:url(../images/client2.png) center no-repeat !important;}
.bn2{}
.bn2 h4{ font-size:30px; color:#212121; margin-top:20px;}
.bn2 h4 span{ font-weight:100; font-family:"微软雅黑 light"; display:inline-block; margin-left:15px;}
.bn2 p{ font-size:30px; color:#1da734; margin-top:13px;}
.bn2 p a{ font-size:15px; padding:5px 12px; border-radius:25px; border:1px solid #222; color:#222; margin-left:10px; top:-5px; display:inline-block; position:relative;}
/*client end*/
/*about*/
.about{ width:100%; height:550px; background:url(../images/about_bg.jpg) center no-repeat; margin-top:310px;}
.about .fl{box-shadow: 0 0 0 10px rgba(255, 255, 255, .7);width:474px; height:265px; margin-top:165px; margin-left:47px;}
.about .fl img{ width:100%; height:100%;}
.about .fr{ width:520px; padding-right:85px; margin-top:185px;}
.about .fr h5{ font-size:24px; color:#1da734; font-weight:100; padding-left:278px; margin-bottom:30px;}
.about .fr p{ font-size:15px; line-height:30px; color:#333; height:120px; overflow:hidden; margin-bottom:30px;}
.about .fr>a{ background:#1da734; color:#fff; padding:5px 13px;}
/*about end*/

/*huanj*/
.huanj{}
.huanj ul{ width:1300px;}
.huanj ul li{ width:288px; float:left; margin:4px; font-size:0; overflow:hidden;}
.huanj ul li a{ display:block; width:100%; height:100%;}
.huanj ul li img{ width:100%; height:212px; transition:all ease-in-out 300ms;}
.huanj ul li img:hover{ transform:scale(1.1,1.1);}
.huanj ul li h5{ width:100%; height:45px; background:#1da734; position:relative; line-height:45px; color:#fff; box-sizing:border-box; padding-left:20px; font-size:16px; font-weight:100;}
.huanj ul li h5:hover{ background:#1bd079;}
.huanj ul li h5:after{ content:url(../images/jiantou3.png); position:absolute; right:10px;}
/*huanj end*/

/*news*/
.tt2{ width:100%; height:32px; background:url(../images/newstt_bg.jpg) bottom left no-repeat; margin-bottom:20px;}
.news{  width:100%; height:435px; margin:0 auto; margin-top:30px; background:#f4f4f4; padding-top:40px; border-bottom:1px solid #ddd;}
.news .m{
	height: 408px;
    overflow: hidden;
}
.new1{ width:368px;  margin-top:15px; float:left;}
.gsxw{ margin-right:38px;}
.hydt{}
.new_img{ width:100%; height:171px; position:relative; overflow:hidden;}
.new_img h5 {  position: absolute;  bottom: -37px;  background: rgba(0,0,0,.8);  color: #eee; width: 100%;transition: all ease 300ms;line-height: 25px; text-align: center;  font-weight: 100;  font-size: 14px;}
.new_img:hover h5{ bottom:0;}
.new_img img{ width:382px; height:182px;}
.new1 ul { margin-top:10px;}
.new1 ul li{ line-height:36px; height:36px; border-bottom:1px dashed #ccc;}
.new1 ul li a{ color:#333; overflow:hidden;}
.new1 ul li::before{ content:"◇"; margin-right:10px;}
.new1 .more{ width:163px; height:31px; margin:0 auto; line-height:31px; margin-top:30px;}
.new1 .more:hover a{ color:#fff;}
.new1 .more:hover{ background:#006b4c;}
.new2{width:354px; height:554px;margin-top:50px; float:left;}
.new2 ul { margin-top:10px;}
.new2 .more{ width:163px; height:31px; margin:0 auto; line-height:31px; margin-top:30px;}
.new2 .more:hover a{ color:#fff;}
.new2 .more:hover{ background:#006b4c;}
.more_tu{ background:url(../images/jia.jpg) center no-repeat; width:19px; height:19px; float:right;}
.more_tu a{ display:block; width:100%; height:100%;}
/*news end*/

/*links*/

.links {
   padding-bottom:30px; padding-top:10px;background:#f4f4f4; 
}
.link_tt{ font-size:20px; color:#1da734; line-height:50px;  height: 50px; float:left; font-weight:600;}
.links a {
    display: inline-block;
    padding: 0px 17px;
    color: #666;
    line-height: 50px;
}
.links a:hover {
	color: #591518;
}
.link_box{ }
/*links end*/