/* CSS Document */
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}

.w a:link {
	color: #ffffff;
	text-decoration: none;
}
.w a:visited {
	text-decoration: none;
	color: #ffffff;
}
.w a:hover {
	text-decoration: none;
	background:url(images/di.png) no-repeat center;
	display:block;
}
.w a:active {
	text-decoration: none;
}

.daohang { width:919px; height:39px;padding:0px; }

.daohang ul{
width:880px;
color:#FFFFFF;
margin:0px;
padding-top:5px;

}

.daohang li{
list-style-type:none;
float:left;
width:88px;
height:28px;
text-align:center;
line-height:28px;
border-right:1px dotted #FFFFFF;
font-size:14px;

}

.in_left1{width:240px; float:left; height:auto; padding-right:16px; margin-top:10px;}
.in_ziliao{width:340px; float:left; height:auto; padding-right:16px; margin-top:10px;}
.in_left1_1{height:25px; line-height:25px; border-bottom:1px solid #999999; padding-left:5px; }

.com{width:240px; float:left;  margin-top:10px;}

.com1{height:25px; line-height:25px; background-image:url(images/com.jpg); background-repeat:no-repeat; background-position:bottom; padding-left:5px;}
.com2{padding:10px; line-height:25px;}

.left1{height:30px; line-height:30px; background-color:#dcd8d9; padding-left:10px; margin-bottom:3px;}

.font1{font-size:14px; color:#80a6d3; font-weight:bold;}

.clear{ clear:both;}

/*-----------------------滚动-------------------*/

#demo {
overflow:hidden;
width:100%;
 height:200px;
}
#demo img {

}
#indemo {
float: left;
width: 1000%;
height:200px;
}
#demo1 {
float: left;
height:200px;
}
#demo2 {
float: left;
height:200px;
}


/* 触发弹窗图片的样式 */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
 
#myImg:hover {opacity: 0.7;}
 
/* 弹窗背景 */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
 
/* 图片 */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
 
/* 文本内容 */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
 
/* 添加动画 */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
 
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
 
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
 
/* 关闭按钮 */
.close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
 
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
 
/* 小屏幕中图片宽度为 100% */
@media only screen and (max-width: 850px){
    .modal-content {
        width: 100%;
    }
}