@charset "utf-8";
/* CSS Document */
*{padding:0px; margin:0px;}
a {text-decoration:none;}
li{ list-style:none;}
body{ font-size:12px; font-family:"微软雅黑"; background-position:center top; background-color:#fff;}

/*公司简介*/


/*项目展示*/
.ban{ width:1200px; height:671px; position:relative; overflow:hidden;margin:20px auto 0 auto; float:left;}
.ban2{ width:1200px; height:671px;position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:1200px; height:471px;}
/*.min_pic{ padding-top:10px; width:897px;}*/
.prev1{ position:absolute; top:0; left:0; width:65px; height:671px;z-index:9;cursor:pointer;
	background:rgba(255,255,255,.2);
	transition:background 50ms;
	-moz-transition:background 500ms; /* Firefox 4 */
	-webkit-transition:background 500ms; /* Safari and Chrome */
	-o-transition:background 500ms; /* Opera */}
.prev1 img{margin: 320px 0 0 20px;}
.next1{ position:absolute; top:0; right:0; width:65px; height:671px;z-index:9;cursor:pointer;
	background:rgba(255,255,255,.2);
	transition:background 500ms;
	-moz-transition:background 500ms; /* Firefox 4 */
	-webkit-transition:background 500ms; /* Safari and Chrome */
	-o-transition:background 500ms; /* Opera */}
.next1 img{margin: 320px 0 0 25px;}
.ban2:hover .prev1 {background:rgba(255,255,255,.2);}
.ban2:hover .next1 { background:rgba(255,255,255,.2);}

.wzsm{text-align: justify; padding:10px 3px 3px 0;}
.wzsm p{text-indent: 2em;}

.div_list_item{padding: 0 0 8px 0; border-bottom: solid 1px #949494;} 

.sx_pian{width: 50%;float:left;}
.sx_pian a{display: block;color: #151515; padding: 8px 0 0 0;}
.sx_pian a:hover{text-decoration: underline;}
.fanhui{width: 115px; height: 34px;background: #1682b6; float: right; margin: 15px 30px 0 0;  }
.fanhui img{padding: 8px 8px 8px 20px; float: left;}
.fanhui a{color:#fff; line-height: 30px; display: block;}

.pro_show_c{width:90%; margin:0 auto;}



/*----------不同的显示屏----------*/

@media only screen and (max-width:1600px) and (min-width:1300px){
	.pro_show_c{width:100%; margin:0 auto;}	
}

@media only screen and (max-width:1300px) and (min-width:100px) {
	.pro_show_c{width:100%; margin:0 auto;}	
}


@media only screen and (max-width:1000px) and (min-width:640px) {
	.pro_show_c{width:100%; margin:0 auto;}	
}

@media only screen and (max-width:640px) and (min-width:320px) {
.pro_show_c{width:100%; margin:0 auto;}	
.ban{ width:365px; height:371px; position:relative; overflow:hidden;margin:20px auto 0 auto; float:left;}
.ban2{ width:365px; height:371px;position:relative; overflow:hidden;}
.ban2 ul li{ width:365px; height:271px;}
.prev1{ position:absolute; top:0; left:0; width:35px; height:371px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:0; right:0; width:35px; height:371px;z-index:9;cursor:pointer;}
.prev1 img{margin: 150px 0 0 5px;}
.next1 img{margin: 150px 0 0 5px;}
}

