@charset "utf-8";
/* CSS Document */


/*--BANNER--*/
#slider-wrapper{ width:100%;  background: url(../banner_bg.html) repeat-x left bottom;}
#slider { width:100%; overflow:hidden; margin:auto; position:relative;}
#slider .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
#slider .bd li{ width:100%;  padding: 0; margin: 0; overflow:hidden; text-align:center;  }
#slider .bd li .image {
	width:100%;
	height:0;
	padding-bottom:40%;
	overflow: hidden;
	background-size: cover !important;
	position: relative;
}
#slider .bd li a{ 
	display:block; 
	width: 100%;
    height: 100%;
	position: absolute;
	
    top: 0;
    left: 0;
}


#slider .hd {}	
#slider .hd {
	position:absolute;
	bottom:5px; 
	left:0;
	height:10px; 
	line-height:30px;
	width:100%;
	z-index:1;
}
#slider .hd ul { text-align:center; }	
#slider .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px; height:5px; margin:1px 5px; overflow:hidden; background:#FFF;	filter:alpha(opacity=70);opacity:0.7;  line-height:999px; border-radius: 5px; }	
#slider .hd ul .on{ background:#000; filter:alpha(opacity=100);opacity:1; }	

#slider .prev,
#slider .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:0px;  z-index:1; width:40px; height:60px; background:url(../slider-arrow.html) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5;}
#slider .next{ left:auto; right:0px; background-position:-6px -137px; }


.application {
    width: 100%;
    margin: 50px auto 0px;
	 overflow: hidden;
}

.Backgroundcolor {
    padding: 70px 0px 0px;
    background: #f0f0f0;
}

#app {
	width: 1170px;
    margin: auto;
    overflow:hidden;
}
#app .map {
	width: 100%;
}
#app .map ul li {
    float: left;
    width: 33.333%;
	height: 250px;
    margin: 0;
	overflow: hidden;
	position:relative;
}
#app .map ul li .pic{
    width: 100%;
	height: 250px;
    overflow: hidden;
}
#app .map ul li .pic img{
	width: 100% !important;
    height: auto !important;
}
#app .map ul li .text{
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
}
#app .map ul li .text a{
	display:block;
	width:100%;
	height:32px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
	text-align: right;
	overflow: hidden;
}


#project_map{
	    width: 1170px;
		    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	    overflow: hidden;
		margin-bottom: 80px;
}
#project_map .Staff {
	float: left;
	height:auto;
	margin:0px;
	overflow: hidden;
}
#project_map .Staff .picture {
	padding: 9px;
	background-color: #eee;
}
#project_map .Staff .picture img{
	border: 1px solid #ccc;
}
#project_map .Staff .map {
	background-color: #fff;
}
#project_map .Staff .map > div {
    padding: 5px;
	font-size: 12px;
	line-height: 20px;
}
#project_map .Staff .map .date {
    color: #ff6600;
}
#project_map .Staff .map .title {
    font-size: 16px;
    font-weight: bold;
}
#project_map .Staff .map .caption {
    color: #878787;
}




#newsandproduct{
    width: 960px;
    margin: 0px auto 30px;
	overflow:hidden;
}
#newsandproduct h2 {
    font-size: 12pt;
    line-height: 38px;
    color: #000;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 10px;
	color:#c00;
}
#newsandproduct .newsarea {
    float: left;
    width: 395px;
}
#newsandproduct .productarea {
	float:right;
    width: 525px;
}
#newsandproduct .newsarea, #newsandproduct .productarea {
    border: 1px solid #CCC;
    overflow: hidden;
}
#newsandproduct .listsq, #newsandproduct .listsq {
    height: auto;
    overflow: hidden;
	margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
#newsandproduct .listsq ul li{
    min-height: 110px;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px dotted #999;
    position: relative;
    margin-top: 10px;
}
#newsandproduct .listsq ul li h3{
    font-size: 12pt;
    line-height: 18pt;
    color: #333;
    margin-bottom: 3px;
}
#newsandproduct .listsq ul li h3 a {
    color: #444;
    line-height: 16pt;
}
#newsandproduct .listsq ul li p {
    font-size: 9pt;
    line-height: 15pt;
    color: #666;
    margin: 0px;
    padding: 0px;
}
#newsandproduct .listsq ul li img {
    float: left;
	width:135px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
}
#newsandproduct .productarea .slidbar {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#newsandproduct .productarea .slidbar .junpmeun {
    width: 505px;
}
#newsandproduct .productarea .listsq .iframname {
    width: 100%;
    font-size: 11pt;
    line-height: 16pt;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 922px) {
#app {
    width: 100%;
}
#project_map {
    width: 100%;
}
#footer .bootommenu {
    width: 100%;
}
#app .map ul li {
    float: left;
    width: 50%;
   height: 220px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
}
@media (max-width: 767px) {
	#app {
    width: 100%;
  
}
#project_map{
	    width: 100%;
		margin-bottom: 50px;
		    padding-right: 0px;
    padding-left: 0px;
}
.application {
    margin: 0px auto 0px;
}

.Backgroundcolor {
    padding: 0px 0px 0px;
    background: #f0f0f0;
}


#app .map {
	width: 100%;
}
#app .map ul li {
    width: 100%;
	
}
#app .map ul li .pic{
    width: 100%;
	
}
#app .map ul li .pic img{
	width: 100%;
}
}