  html, body{
    width: 100%;
    overflow-x:hidden; 
}
.ntes-nav .c-fl{
    margin-left: 20px;
}
.ntes-nav a.ad-mobile-news{
    float: left;
    margin-left: 50px;
    color: #bfbfbf;
}
.ntes-nav .nav-share{
    height: 24px;
    line-height: 24px;
    color: #999;
    margin: 10px 0 0 0;
    position: relative;
}
.ntes-nav .nav-share span{
	float: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.ntes-nav .nav-share ul{
    float: left;
    border: none;
    padding: 0 5px;
}
.ntes-nav .nav-share ul li{
    float: left;
    list-style: none;
    width: 24px;
    height: 24px;
    margin:0 2px 0 8px;
    cursor: pointer;
}
.ntes-nav .nav-share li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ntes-nav .nav-share li.wx a{
    background-image: url();
}
.ntes-nav .nav-share li.yx a{
    background-position: -250px 0;
}
.ntes-nav .nav-share li.yx a:hover{
    background-position: -250px -25px;
}
.ntes-nav .nav-share li.wb a {
    background-position: -50px 0;
}
.ntes-nav .nav-share li.wb a:hover {
    background-position: -50px -25px;
}
.ntes-nav .nav-share li.qzone a {
    background-position: -100px 0;
}
.ntes-nav .nav-share li.qzone a:hover {
    background-position: -100px -25px;
}
.ntes-nav .nav-share li.loft a {
    background-position: -250px -51px;
}
.ntes-nav .nav-share li.loft a:hover {
    background-position: -250px -76px;
}
.ntes-nav .nav-share .share_qrcode{
    position: absolute;
    display: none;
    border: 1px solid #ddd;
    padding: 4px;
    left: 25px;
    top: 40px;
    background-color: #fff;
}
.anglezero_wrap{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: no-repeat;
}
.anglezero_wrap .header{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 850px;
	position: relative;
	_background: none;
}
.anglezero_wrap .header .logo{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -480px;
    width: 960px;
    height: 118px;
}
.anglezero_wrap .header .logo img{
    width: 244px;
    height: 118px;
    float: left;
}
.anglezero_wrap .header .logo p{
    display: block;
    position: absolute;
    left: 110px;
    top: 70px;
    color: #fff;
    font: 16px/1 "bentonsansmedium",helvetica,arial,sans-serif;
}
.anglezero_wrap .header .title{
	max-width: 750px;
	padding: 20px;
	color: #fff;
	margin-top: 450px;
	overflow: hidden;
	background-image: url();
	background-repeat: repeat;
	background-position: 0 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.anglezero_wrap .header .title h2{
	width: 100%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}
.anglezero_wrap .header .title .digest{
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}
.anglezero_wrap .header .title .digest p{
    width: 100%;
    float: left;
}
.anglezero_wrap .header .title .digest h4{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.anglezero_wrap .header .title .digest .js-tielink {
    margin-left: 25px;
    padding-left: 25px;
    background: url("http://img4.cache.netease.com/sports/2015/12/9/share_icon.png") no-repeat scroll 0px 50%;
    height: 32px;
    color:#fff;
    font-size: 16px;
}
.triangle_up, .triangle_up_l, .triangle_up_r{
    position: absolute;
    left: 0;
    bottom: 0;
    border-left:840px solid transparent;
    border-right:840px solid transparent;
    border-bottom:80px solid rgba(255,255,255,.9);
    _width:100%;
    _height:100px;
    _background: url() 50% 0 no-repeat;
    _border:none;
}
.triangle_up_l{
    left: -50%;
}
.triangle_up_r{
    left: 50%;
}
.triangle_down{
    position: absolute;
    left: 0;
    top: 0;
    border-left:840px solid transparent;
    border-right:840px solid transparent;
    border-top:80px solid rgba(255,255,255,.9);
    _width:100%;
    _height:100px;
    _background: url() 50% 0 no-repeat;
    _border:none;
}

.anglezero_content{
    width: 100%;	
    overflow: hidden;
    margin: 0 auto;   	
	opacity:1;
	filter:Alpha(Opacity=100);	
	background-color: #fff;
}

.anglezero_content .img_warp{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: no-repeat;
    height: 800px;
    position: relative;
}
.anglezero_content .content{
	max-width: 960px;
	_width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0px;
}
.anglezero_content .by{
	max-width: 960px;
	_width: 960px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.anglezero_content .content h3{
	min-height: 60px;
	color: #191919;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	line-height: 45px;
	font-weight: normal;
}
.anglezero_content .content h3 span{
	display: inline-block;
	width: 48px;
	height: 100%;
	font: 33px/60px "bentonsansmedium",helvetica,arial,sans-serif;
	color: #FFFFFF;
	float: left;
	margin-right: 10px;
	padding-left: 15px;
	background-image: url(/m/hunan/changshacounty/100341.files/icon-01.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.anglezero_content .content p{
	color: #222222;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 23px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-weight: normal;
}
.anglezero_content .content .pic_l {
	float: left;
	width: 480px;
	padding-right: 20px;
	border-right: 1px solid #b5b5b5;
	overflow: hidden;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 10px;
}
.anglezero_content .content .pic_r {
    float: right;
    width: 450px;
    padding-left: 30px;
    margin: 0 0 30px 30px;
    border-left: 1px solid #b5b5b5;
    overflow: hidden;
}
.anglezero_content .content .pic_l .pic, .anglezero_content .content .pic_r .pic{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.anglezero_content .content .pic_l .pic img, .anglezero_content .content .pic_r .pic img{
    width: 100%;
    float: left;
    overflow: hidden;
}
.anglezero_content .content .pic_l .pic span, .anglezero_content .content .pic_r .pic span{
	display: block;
	max-width: 100%;
	_width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	font: 18px/28px Microsoft Yahei;
	color: #fff;
	width: 460px;
	background-image: url(/m/hunan/changshacounty/100341.files/bg_01.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.anglezero_content .content .pic_l .pic p, .anglezero_content .content .pic_r .pic p{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font: 18px/28px Microsoft Yahei;
}
.anglezero_content .content table{
    border-collapse:collapse;
    border:1px solid #ff6363;
    margin: 0 auto;
}
.anglezero_content .content table.t_l{
    float: left;
    margin: 0 30px 30px 0;
}
.anglezero_content .content table.t_r{
    float: right;
    margin: 0 0 30px 30px;
}
.anglezero_content .content table caption{
    text-align: center;
    font: 28px/1 Microsoft Yahei;
    padding-bottom: 20px;
    color: #ff6363;
}
.anglezero_content .content table th{ 
    background-color:#ff6363; 
    font-weight:500;
    border:1px solid #ff6363;  
    color:#fff;
    padding:10px; 
    text-align: center; 
    font-family:Microsoft Yahei; 
    font-size:20px;
}
.anglezero_content .content table td{ 
    padding:10px; 
    text-align:center;
    border:1px solid #ff6363; 
    font-family:Microsoft Yahei; 
    font-size:16px;
}
.anglezero_content .end{
    width: 100%;
    margin: 50px auto;
    background-color:#f9f9f9; 
    position: relative;
}
.anglezero_content .end .end_backup{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    top: -47px;
    background: url() 0 0 repeat;
}
.anglezero_content .end .end_backdown{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: -47px;
    background: url() 0 0 repeat;
}
.anglezero_content .end .end_content{
    max-width: 900px;
    _width:960px;
    overflow: hidden;
    margin: 0 auto;
    padding: 140px 40px 60px;
    position: relative;
}
.anglezero_content .end .end_content h3{
    display: block;
    position: absolute;
    left: 40px;
    top: 0px;
    background-color: #ff6a6a;
    width: 140px;
    height: 100px;
    font: 36px/100px Microsoft Yahei;
    color: #fff;
    text-align: center;
}
.anglezero_content .end .end_content p{
	color: #6b6b6b;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21;
}
.anglezero_content .review{
    max-width: 980px;
    _width:980px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    margin-bottom: 80px;
}
.anglezero_content .review h2{
    width: 100%;
    font: 50px/2 Microsoft Yahei;
    text-align: center;
    color: #adadad;
    margin-bottom: 40px;
}
.anglezero_content .review h2 a{
    color: #adadad;
}
.anglezero_content .review h2 a:hover{
    color: #ff4f53;
}
.anglezero_content .review li{
    width: 31%;
    margin: 0 1%;
    float: left;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 10px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #f9f9f9;
    -webkit-box-shadow: 2px 2px 2px #909090;
    box-shadow:2px 2px 8px 2px #ccc;
}
.anglezero_content .review li img{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.anglezero_content .review li h3{
    font: 20px/1.5 Microsoft Yahei;
    margin-left: 10px;
}
.anglezero_content .review li h3 a{
    color: #ff4f53;
}
.anglezero_content .review li p{
    margin-left: 10px;
    font: 14px/1.5 Microsoft Yahei;
    color: #9b9b9b;
}
.anglezero_content .comment{
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:800px){
.anglezero_wrap .header .logo{
    left: 0;
    margin-left: 0;
    height: 77px;
}
.anglezero_wrap .header .logo img{
    width:160px;
    height: 77px;
}
.anglezero_wrap .header .logo p{
    left: 70px;
    top: 45px;
    font-size: 12px;
}
.triangle_up, .triangle_up_l, .triangle_up_r{
    border-bottom:50px solid rgba(255,255,255,.9);
}
.triangle_down{
    border-top:50px solid rgba(255,255,255,.9);
}
.anglezero_wrap .header .title h2{
    font: 600 36px/1 Microsoft Yahei;
}
.anglezero_wrap .header .title .digest{
    font: 18px/28px Microsoft Yahei;
}
.anglezero_wrap .header .title .digest h4{
    font-size: 16px;
}
}
@media screen and (max-width:480px){
.anglezero_wrap .header .logo{
    left: 0;
    margin-left: 0;
    height: 77px;
}
.anglezero_wrap .header .logo img{
    width:160px;
    height: 77px;
}
.anglezero_wrap .header .logo p{
    left: 70px;
    top: 45px;
    font-size: 12px;
}
.triangle_up, .triangle_up_l, .triangle_up_r{
    border-bottom:30px solid rgba(255,255,255,.9);
}
.triangle_down{
    border-top:30px solid rgba(255,255,255,.9);
}
.anglezero_wrap .header .title h2{
    font: 600 28px/1 Microsoft Yahei;
}
.anglezero_wrap .header .title .digest{
    font: 16px/28px Microsoft Yahei;
}
.anglezero_wrap .header .title .digest h4{
    font-size: 14px;
}
.anglezero_content .img_warp{
    background-attachment: scroll;
}
.anglezero_content .content h3{
    font-size: 32px;
    margin-bottom: 0px;
}
.anglezero_content .content p{
    font: 16px/1.8 simsun;
    margin: 1em 0;
}
.anglezero_content .content .pic_l {
    width:100%;
    padding-right: 0;
    margin: 20px 0;
    border-right: 0px solid #b5b5b5;
}
.anglezero_content .content .pic_r {
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
    border-left: 0px solid #b5b5b5;
}
.anglezero_content .content table{
    width: 100%;
}
.anglezero_content .review li h3{
    font-size: 14px;
}
.anglezero_content .review li p{
    font-size: 12px;
}
.anglezero_content .content .pic_l .pic span, .anglezero_content .content .pic_r .pic span{
    font-size:16px;
}
.anglezero_content .content .pic_l .pic p, .anglezero_content .content .pic_r .pic p{
    font-size:16px;
}
.content .lftBox {
	float: left;
	max-width: 440px;

}
.content .rgtBox {
	float: right;
max-width: 440px;
}
.content .wBox {
	float: left;
	width: 200px;
}
.nav ul li a {
	font-family: Arial;
	font-size: 20px;
	color: #FFF;
}
.nav {
	float: right;
	font-size: 25px;
}
.c-fr.nav-share a:visited {
	color: #FFF;
}
.anglezero_wrap .header .title1{
	max-width: 670px;
	padding: 10px;
	color: #fff;
	margin-top: 0px;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #333;
	height: 100%;
	filter: Alpha(Opacity=40, Style=0);
	opacity: 0.40;
}
.anglezero_wrap .header .title1 h2{
	width: 100%;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 40px;
	font-weight: 600;
}
.anglezero_wrap .header .title1 .digest{
	width: 100%;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}
.anglezero_wrap .header .title1 .digest p{
    width: 100%;
    float: left;
}
.anglezero_wrap .header .title1 .digest h4{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 500;
}
.anglezero_wrap .anglezero_content .anglezero_wrap .header .title1 {
	color: #F00;
}
