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: Microsoft Yahei;
}
.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(../img/wx_share.png);
}
.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;
	margin: 0 auto;
	padding: 40px 25px 25px 25px;/*2017.3.8*/
	color: #fff;
	margin-top: 350px;
	overflow: hidden;
	background-image: url(https://www.chinaservicesinfo.com/static/2018govt_shanxi/img/TBg.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.anglezero_wrap .header .title h2{
	width: 100%;
	float: left;
	font: 600 55px/1 Microsoft Yahei;
	text-align: left;
}
.anglezero_wrap .header .title .digest{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 10px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font: 20px/32px Microsoft Yahei;
}
.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("../img/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(../img/anglezero_triangle_up_8.png) 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(../img/anglezero_triangle_down_8.png) 50% 0 no-repeat;
    _border:none;
}
.anglezero_content{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-color: rgba(255,255,255,.9);
}
.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: 40px 10px;
}
.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(https://www.chinaservicesinfo.com/static/2018govt_shanxi/img/icon-01.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
}
.anglezero_content .content h3 span.df{
	/*display: inline-block;*/
	/*width: 48px;*/
	/*height: 100%;*/
	/*font: 33px/60px "bentonsansmedium",helvetica,arial,sans-serif;*/
	/*color: #FFFFFF;*/
	/*float: left;*/
	margin-right: 10px;
	padding-left: 8px;
	background-image: url(https://www.chinaservicesinfo.com/static/2018govt_shanxi/img/icon-01.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
}
.anglezero_content .content p{
	color: #222;
	font-family: Arial;
	font-size: 20px;
	line-height: 26px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-family:"Times New Roman", Times, serif;
}
.kl{
	margin:0px 0px 40px 0px;
	padding:0px;
	}
/*.anglezero_content .content .kl p{*/
	/*margin:0px 0px 20px 0px;*/
	/*padding:0px;*/
	/*font-size:20px;*/
	/*color:#222;*/
	/*font-family:"Times New Roman", Times, serif;*/
	/*line-height:26px;*/
	/*}*/
.anglezero_content .content .pic_l {
	float: left;
	width: 480px;
	padding-right: 30px;
	margin: 0 30px 30px 0;
	border-right: 1px solid #b5b5b5;
	overflow: hidden;
}
.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;
	color: #fff;
	width: 460px;
	
	background:url(../img/m-1.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;

}.anglezero_content .content .pic_l .pic span, .anglezero_content .content .pic_r .pic span a{
	display: block;
	max-width: 100%;
	_width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	color: #fff;
	width: 460px;
	background:url(../img/m-1.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.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(../img/anglezero_end_up.png) 0 0 repeat;
}
.anglezero_content .end .end_backdown{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: -47px;
    background: url(../img/anglezero_end_down.png) 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{
    font: 18px/2 Microsoft Yahei;
    color: #6b6b6b;
}
.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 .content_spec span{
        height:136px;
        line-height:75px;
    }
.anglezero_content .content p{
    font: 16px/1.8 simsun;
    margin: 1em 0;
	clear:both;
}
    .anglezero_content .content .heiTi{
        font-family:"Times New Roman", Times, serif;
        color: #000;
        font-weight: bolder;
    }

.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;
}
}
