.w {
    width: 1200px;
    margin: 0 auto;
}

/* welcome start */
.welcome {
    height: 35px;
    background-color: #e6e6e6;
}
.welcome-left {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #666;
}
.welcome-right {
    float: right;
    height: 35px;
}
.welcome-right a {
    display: inline-block;
    height: 35px;
    margin-left: 13px;
}
.welcome-right a img {
    padding-top: 5px;
}
/* welcome end */
/* logo start */
.logo {
    height: 99px;
}
.logo-left {
    height: 99px;
    float: left;
    width: 297px;
    background: url(../image/logo.png) no-repeat center left;
}
.logo-left a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
.logo-center {
	
	float: left;
	box-sizing: border-box;
	height: 99px;
	width: 300px;
	padding-top: 35px;
	margin-left: 68px;
}

.logo-center p {
    box-sizing: border-box;
    padding-left: 22px;
    font-size: 14px;
    color: #202921;
    line-height: 25px;
    background: url(../image/ico_star.png) no-repeat center left;
}
.logo-right {
    float: right;
    height: 99px;
}
/* logo end */
/* nav start */
.nav, .nav .w {
    position: relative;
    height: 45px;
    margin-bottom: 10px;
}
/* nav end */
/* banner start */
.banner, .banner .w {
    height: 302px;
    margin-bottom: 9px;
}
/* banner end */
/* content start */
.content-line1 {
    height: 310px;
}
.content-line2 {
    height: 230px;
}
.content-sbox {
    float: left;
    width: 331px;
    margin-bottom: 10px;
}
.content-sbox-title {
    width: 331px;
    height: 39px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.content-sbox-list {
    width: 331px;
}
.content-lbox {
    float: left;
    width: 497px;
    margin: 0 20px 10px 20px;
}
.content-lbox-title {
    width: 497px;
    height: 39px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.content-lbox-list {
    width: 497px;
}
/* content end */
/* ADlist start */
.ADlist {
    height: 70px;
    margin-bottom: 20px;
}
/* ADlist end */
/* copyright start */
.copyright, .copyright .w {
    height: 186px;
} 
.copyright .w {
    box-sizing: border-box;
    padding: 19px 170px 0 170px;
    border-top: 2px solid #1a6706;
    background-color: #666;
}
.copyright-left {
    float: left;
}
.copyright-left p a,.copyright-left p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

.copyright-left-info {
    margin-top: 20px;
    background: url(../image/copyright.png) no-repeat center left; 
}

.copyright-left-info p {
    padding-left: 60px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}

.copyright-right {
    float:right;
}
.copyright-right-img {
    width: 85px;
    height: 85px;
    background: url(../image/ewm_wx.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.copyright-right p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
/* copyright end */

