@charset "utf-8";
/* CSS Document */
body{ font-family:Verdana,"微软雅黑",Geneva, sans-serif; font-size: 14px; color:#666;}
*{ margin:0; padding:0; border:0;}
a {text-decoration: none; color:#666;}
ul{list-style:none;}



.logotop{ width:1200px; height:80px; margin:0 auto;}
.logotop img{ float:left; }
.logotop h2{ float: left; color:#03913d;font-size:28px; line-height:80px;}

.daohang{ height:75px;min-width:1200px; border-top:#f5f5f5 1px solid; box-shadow: 2px 5px 5px #a2a0a0; }
.daohang ul{ width:1200px; height:75px; margin:0 auto; padding-left:40px; }
.daohang ul p{ float:left; color:#FFF;margin-top:10px;font-size: 16px;}
.daohang li{ float:left; line-height:75px;width:105px; margin-left:10px;font-size: 16px;text-align: center;white-space: nowrap; }
.daohang li a:hover{ color:#177cb0;}
.daohang li a{ color: #333;}



/*/*轮播图	*/
 /*.banner{
	            width: 100%;
	            height: 460px;
	            background: black;
	            子绝父相
	            position: relative;
	            超出部分全部隐藏，解决横向滚动条
				overflow: 1200px hidden; 
				min-width:1200px;

	        }
	        .banner ul{min-width:1200px;
	            position: absolute;
	        }
	        .banner ul li{min-width:1200px;
	            这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）
	            width: 100%;
	            height: 460px;
	            float: left;
	            background:  no-repeat center center;
	        }


	        .banner ul li:nth-child(1){
	            background: url('./1.jpg') no-repeat center center;
	        }
	        .banner ul li:nth-child(2){
	            background: url('./2.jpg') no-repeat center center;
	        }
	        .banner ul li:nth-child(3){
	            background: url('./3.jpg') no-repeat center center;
	        }
	        .banner ol{list-style:none;
	            width: 60px;
	            height: 20px;

	            position: absolute;
	            left:50%;
	            margin-left: -40px;
				top:97%;
	            bottom: 30px;
	            padding: 0 10px;
	            border-radius: 10px;
	        }
	        .banner ol li{
	            width: 10px;
	            height: 10px;
	            float: left;
	            margin: 5px 5px;
	            background: rgba(255,255,255,0.5);
	            border-radius: 50%;
	            cursor: pointer;
	        }
	        .banner ol .current{
	            background: rgba(255,255,255,1);
	        }
	        .banner i{
	            width: 58px;
	            height: 110px;
	            position: absolute;
	            top: 45%;
	            margin-top: -50px;
	            cursor: pointer;
	            border-radius: 5px;
	            display: none;
	        }
	        .banner .left{
	            left: 60px;
	             }
				 .left img{ margin-top:18px; margin-left:8px;}
	        .banner .right{
	            right: 60px;
			}
			.right img{ margin-top:18px; margin-left:9px;}
	        .banner .left:hover , .banner .right:hover{
	            background-color: rgba(0, 0, 0, 0.31);
	        }*/


.wdxx{ height:120px;  }
.wdxx ul{ width:1200px; height:110px; margin:0 auto;}
.wdxx li{ float:left;}
.wdxx li a img{ float:left;}
.wdxx li a{ width:190px; height:100px;display: block;padding:5px;}
.wdxx li a:hover{ margin-top:5px;auto;width:190px; height:100px;
           line-height: 20px;padding:5px;

            //边框阴影}
			
.wdxx-bt{font-size: 16px;line-height: 32px; padding-top:10px;}

.biaoti-bt{font-size:18px; text-align: center; }
.gsjj-wz{line-height:30px; }
.biaoti-tp{ width:1200px; padding-top:10px; padding-bottom:10px;  margin:0 auto;}
.biaoti-tp img{ margin-left:425px; }
.biaoti-ggy{text-align: center; margin-top:10px; color:#999;	}



 .needcon { width: 690px;  overflow: hidden; }
.needcon ul { overflow: hidden; }
.needcon ul li { width: 170px; float: left; padding-top: 20px; cursor: pointer; }
 .needcon ul li .img { width: 150px; height: 150px; margin: 0 auto; transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out; -moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out;border-radius: 50%; overflow:hidden;}
 .yuan{width: 150px; height: 150px;       -moz-border-radius: 50%;      -webkit-border-radius: 50%;}
 .needcon ul li .img img { width: 100%; height: 100%; overflow:hidden;}
 .needcon ul li .img:hover { transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px); overflow:hidden;}
 .needcon ul li .name { text-align: center; margin-top: 10px; font-size: 16px; font-weight: bold; color: #444; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.newslist {
    width: 520px;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
}
.newslist li{
    float: left;
    width: 255px;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.newslist li:nth-child(2), .newslist li:nth-child(4) {
    margin-left: 10px;
}
.newsimgcell {
    width: 255px;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.newsimgcell img {
    width: 255px;
    height: 180px;
    transform: translateZ(0px);
    transition: transform 0.5s ease 0s;
}

.newslist li:hover a:hover .newsimgcell img {
    transform: scale(1.1, 1.1);
    transition: transform 0.5s ease 0s;
}

.newslist a .n img {
    height: 37px !important;
    width: 37px !important;
    border: none;
    margin-top: 76px;
    transform: translateZ(0px);
    transition: transform 0.5s ease 0s;
}

.newslist li:hover a:hover .n img{
    transform: scale(0.9, 0.9);
    transition: transform 0.5s ease 0s;
}
.newslist li .n {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.66);
    display: block;
    position: absolute;
    bottom:0;
    text-align: center;
    width: 255px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #555;
    z-index: 11;
}

.newslist li .n p {
    width: 245px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.newslist li:hover .n {
    background: #2588d9;
    color: #fff;
}
.newsinfo {
    position: relative;
    margin-left: 25px;
    width: 248px;
    overflow: hidden;
}
.newsinfo .newst {
    border-bottom: 1px dotted #c8c9c9;
}
.newsinfo .newst div {
    position: relative;
    margin-top: 10px;
}
.newslist li:hover .newstit {
    color: #2588d9;
}
.newsinfo .newst .newstit {
    font-size: 18px;
    color: #555;
}
.newsinfo  .newstime {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.newsinfo  .newsdesc {
    width: 222px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    font-size: 13px;
    color: #999;
    line-height: 22px;
    margin-top: 25px;
}
.newstxt {
    margin-left: 80px;
    position: relative;
    display: block;
    float: left;
    width: 520px;
    word-break: break-all;
}
.newstxt li {
    border-bottom:  1px solid #d3d3d3;
    position: relative;
    overflow: hidden;
    height: 80px;
    margin-bottom: 15px;
}
.newstxt li:hover {
    box-shadow:-2px 0 3px 0 rgba(0, 0, 0, 0.20), /*å·¦è¾¹é˜´å½±*/
    2px 0 3px 0 rgba(0, 0, 0, 0.20), /*å³è¾¹é˜´å½±*/
    0 3px 20px 0 rgba(0, 0, 0, 0.20); /*åº•è¾¹é˜´å½±*/
    border: none;
}
.newstxt li a:hover .txtdot, .newstxt li a:hover .txtit {
    color: #2588d9;
}
.newstxt .txtdot {
    margin-left: 6px;
    width:16px;
    height:16px;
    display: inline-block;
    font-size:44px;
    line-height:16px;
    text-align:center;
    color:#666;
    text-decoration:none;
    margin-top: 10px;
}
.newstxt .txtit {
    font-size: 15px;
    color: #666;
    margin-left: 8px;
    margin-top: 10px;
    width: 310px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newstxt .txtime {
    font-size: 18px;
    color: #999;
    margin-top: 10px;
    margin-right: 16px;
}
.newstxt .txtcon {
    font-size: 13px;
    color: #999;
    width: 366px;
    margin-left: 30px;
    line-height: 20px;
}

.newstxt .txtarrow {
    margin-top: 16px;
    margin-right: 16px;
}

.conbottom .conbtn {
    border: 1px solid #999;
    color: #666;
    font-size: 16px;
    padding: 14px 62px;
}
.conbottom .conbtn:before {
    content: "";position: absolute;top: -15px;left: 0px;height: 100%;width: 0px;z-index: -1;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;
}
.conbottom .conbtn:hover:before{
    width: 100%;background-color: #2588d9;
}
.conbottom .conbtn:hover {
    border: 1px solid #2588d9;
    color: #2588d9;
}



.xwzx-left{ float:left;width:400px; margin-left:20px;overflow:hidden;white-space: nowrap;}
.xwzx-right{ float:right;width:100px;}

.dibu-daohang > li{ width:100px; text-align: center;line-height:30px; color:#FFF; float:left;}	
.dibu-daohang > li a{ color:#FFF;}	
.dibu-daohang2 li a{ color:#999;}	
.yqlj{ width:1200px; margin:0 auto; margin-bottom:20px; margin-top:20px; color:#FFF;}
.yqlj a{ margin:20px;}

/* 本例子css */
		.picMarquee-left{ overflow:hidden; position:relative;   width:1200px; margin:0 auto;  }

		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0px 20px 0px 20px; float:left; _display:inline; overflow:hidden; text-align:center;   }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:240px; height:150px; display:block; border:1px solid #225fa0; }
		


