@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    background:url(body-bg.png) repeat-y center;
    background-color: #fafafa;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
    color: #333;
}

a:hover {
    color: #106db7;
}

ul, li {
	list-style: none;
}
.content-box{
    width: 100%;
    background: url(content-bg.png) no-repeat center top;
    overflow: hidden;
}

.position {
	width: 1200px;
	height: 40px;
	background: url(dqwz-icon.png) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin: 0 auto 30px;
}

.position a {
	color: #666;
}

.position a:hover {
	color: #106db7;
}

.content-bg {
    width: 1234px;
    height: auto;
    margin: 0 auto 20px;
    overflow: hidden;
}

.content-bg .content1{
    width: 1230px;
    margin: 0 auto;
    overflow: hidden;
}
.content-bg div a{
    display: block;
    width: 380px;
    height: 264px;
    background: #fff;
    margin: 0 15px 30px;
    overflow: hidden;
    float: left;
    position: relative;
}

.content-bg div a:hover{
    color: #106db7;
}
.content-bg div a span{
    display: block;
    width: 102px;
    height: 24px;
    background: url(content-icon.png) no-repeat center;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
}

.content-tu{
    width: 100%;
    height: 228px;
    overflow: hidden;
    position: relative;
}
.content-tu img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    transition: all .5s;
}
.content-tu img:hover{
    width: 120%;
    height: 120%;   
    position: absolute;
    top: -10%;
    right: -10%;
    transition: all .5s;
}
.content-title{
    width: 100%;
    height: 36px;
    font-size: 17px;
    text-align: center;
    line-height: 36px;
}