@charset "utf-8";

.syb{
    width: 1200px;
    height: 50px;
    margin: 10px auto;
    text-align: center;
}
.syb > div{
    height: 100px;
    width:  480px;
    border-radius: 5px;
    display: inline-block;
    /* background: red; */
    overflow: hidden;
}
.syb > div > img{
    max-width: 100%;
    /* height: 100%; */
}
.syb-list-h{
    height: 20px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 20px;
    background: #26aeec;
    text-align: justify;
}
.syb-list-h > a{
    display: inline-block;
    color: white;
	vertical-align: top;
}
.syb-list-h > img{
    display: inline-block;
	vertical-align: top;
}


.syb-list-h{
    height: 20px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 20px;
    background: #26aeec;
    text-align: justify;
}
.syb-list-h > a{
    display: inline-block;
    color: white;
	vertical-align: top;
}
.syb-list-h > img{
    display: inline-block;
	vertical-align: top;
}


body{
 margin:0;
 padding:0;
 background:url(../images/bg.png) top repeat-x;
}
img{
  border:0;
}
A:link {
 COLOR: #333333;
 TEXT-DECORATION:none;
}
A:visited {
 COLOR: #333333;
 TEXT-DECORATION: none;
}
A:hover {
 COLOR: #db0000;
 TEXT-DECORATION:none;

}
A:active {
 COLOR: #ffffff;
 TEXT-DECORATION:none;
}
.table_bkx{
 border:#ffffff 1px solid;
 background:url(../images/bk_bg1.jpg) bottom repeat-x;
}
.table_bkxys{
 background:#f9f9f9;
 border:#ffffff 1px solid;

}
.table_dtbg{
 background:url(../images/title_b3.jpg) bottom no-repeat
}
.table_dtbg2{
 background:url(../images/title_b2.jpg) bottom no-repeat
}
.table_dtbg3{
 background:url(../images/title_b4.jpg) bottom no-repeat
}
.table_dtbg4{
 background:url(../images/title_b6.jpg) bottom no-repeat
}
.table_dtbg5{
 background:url(../images/title_b7.jpg) bottom no-repeat
}
.font14{
 font-size:14px;
 color:#000000;
 font-weight:bold;
}
.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
	list-style-type: none;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	padding-top: 71%;
}

.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
	color: #d00c32;
}
.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in;
}

#line42319_0{
    height: 28px;
}