
img {
    border: 0;
	-ms-interpolation-mode:bicubic
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
ol { 
	list-style:none;
    float: left;
}


.clear:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.fl {
	float:left;
}
.fr {
	float:right;
}


.w1200{
	margin: 0 auto;
	width: 1200px;
}
.ablock{width: 100%;height: 100%;display: block;}
.pr{
	position: relative;
}
.f-cb {
  zoom: 1;
}
.poi {
  cursor: pointer;
}
.ovh {
  overflow: hidden;
}
.abs {
  position: absolute;
}
.dn {
  display: none;
}
.db {
  display: block;
}

.ovh{
	overflow: hidden;
}

.ind-fi{
	width: 100%;
	min-width: 1200px;
	height: 153px;
	background-color: #00347b;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
	background-image: url(../images/xx.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.ind-fi .list ul li{
	height: 100px;
	cursor: pointer;
	float: left;
}
.ind-fi .list ul li.fi{
	width: 192px;
	float: left;
}
.ind-fi .list ul li .box1{
	padding-left: 0px;
	background-image: url(../images/t1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ind-fi .list ul li .box2{
	padding-left: 0px;
	background-image: url(../images/t2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ind-fi .list ul li .box3{
	padding-left: 0px;
	background-image: url(../images/t3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 62px;
}
.ind-fi .list ul li .box4{
	padding-left: 0px;
	background-image: url(../images/t4.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.ind-fi .list ul li .box{
	height: 70px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 55px;
}
.ind-fi .list ul li .box h2{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-top: 87px;
	width: 100px;
}
.ind-fi .list ul li .box p{
	font-size: 9px;
	color: #baddfc;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
.ind-fi .list ul li .box3{
	padding-top: 2px;
	width: 142px;
	text-align: left;
}
.ind-fi .list ul li .box3 img{
	display: block;
	margin: 0 auto 5px;
}
.ind-fi .list ul li .box3 p{
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.scroll-left{
	width:1200px;  
	overflow:hidden; 
	position:relative;
}
.scroll-left .hd{
	overflow: hidden;
	height: 82px;
}
.scroll-left .hd h2{
	color: #0a6ac1;
	line-height: 82px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.scroll-left .hd h2 span{
	margin-left: 10px;
	font-size: 15px;
	color: #0a6ac1;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "微软雅黑";
}
.scroll-left .hd .prev,.scroll-left .hd .next{
	display: block;
	width: 33px;
	height: 33px;
	float: right;
	margin-top: 26px;
	overflow: hidden;
	cursor: pointer;
	background: #e5e5e5;
	transition: all 0.3s;
	margin-left: 1px;
}
.scroll-left .hd .prev i,.scroll-left .hd .next i{
	display: block;
	width: 9px;
	height: 17px;
	overflow: hidden;
	transition: all 0.3s;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: 12px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.scroll-left .hd .prev i{
	background-position: -13px 0;
}
.scroll-left .hd .next i{
	background-position: -31px 0;
}
.scroll-left .hd .prev:hover{
	background: #4891da;
}
.scroll-left .hd .prev:hover i{
	background-position: 0 0;
}
.scroll-left .hd .next:hover{
	background: #4891da;
}
.scroll-left .hd .next:hover i{
	background-position: -44px 0;
}
.scroll-left .bd{
	width: 1200px;
	height: 320px;
	margin-bottom: 15px;
	overflow: hidden;
}
.scroll-left .bd ul{
	overflow:hidden;
}
.scroll-left .bd ul li{
	width: 277px;
	height: 320px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 31px;
	margin-bottom: 0;
	margin-left: 0;
}
.scroll-left .bd ul li img{
	display: block;
	margin-bottom: 8px;
}
.scroll-left .bd ul li p.date{
	padding-left: 22px;
	font-size: 12px;
	color: #898989;
	background: url("../images/icon2.png") no-repeat left center;
	padding-bottom: 5px;
}
.scroll-left .bd ul li H1{
	line-height: 34px;
	color: #242424;
	font-size: 14px;
	font-weight: normal;
}
.scroll-left .bd ul li p{
	line-height: 20px;
	color: #5f5f5f;
}
.scroll-left .bd ul li p a{
	color: #555;
}
.scroll-left .bd ul li p a:hover{
	color: #0052a2;
}
.ind-th{
	margin-bottom: 20px;
	height: 300px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}
.ind-th .box1{
	width: 250px;
	padding:0 25px;
	height: 300px;
	background: #f2f2f2;
}
.ind-th .box1-left{
	width:250px;  
	overflow:hidden; 
	position:relative;
}
.ind-th .box1-left .hd{ 
	overflow:hidden;  
	height:52px;
}
.ind-th .box1-left .hd h2{
	color: #333;
	line-height: 52px;
	font-size: 14px!important;
	
}
.ind-th .box1-left .hd h2 span{
	margin-left: 10px;
	font-size: 12px;
	color: #bfbfbf;
	font-weight: normal;
	text-transform: uppercase;
}
.ind-th .box1-left .hd .prev,.ind-th .box1-left .hd .next{ 
	display:block;  
	width:17px; 
	height:17px; 
	float:right;
	margin-left:4px; 
	margin-top: 18px;
	overflow:hidden;
	cursor:pointer;
	background: #e5e5e5;
	border-radius: 3px;
	transition:all 0.3s;
}
.ind-th .box1-left .hd .prev i,.ind-th .box1-left .hd .next i{
	display: block;
	width: 9px;
	height: 17px;
	overflow: hidden;
	transition: all 0.3s;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.ind-th .box1-left .hd .prev i{
	background-position: -7px 0;
}
.ind-th .box1-left .hd .next i{
	background-position: -20px 0;
}
.ind-th .box1-left .hd .prev:hover{
	background: #4891da;
}
.ind-th .box1-left .hd .prev:hover i{
	background-position: 0 0;
}
.ind-th .box1-left .hd .next:hover{
	background: #4891da;
}
.ind-th .box1-left .hd .next:hover i{
	background-position: -27px 0;
}
.ind-th .box1-left .bd{
	position: relative;
	margin-bottom: 20px;
	width: 250px;
	height: 190px;
	overflow: hidden;
}
.ind-th .box1-left dl dd{
	margin-bottom: 10px;
	width: 250px;
	height: 56px;
	overflow: hidden;
}
.ind-th .box1-left dl dd .left{
	width: 100px;
	height: 56px;
	overflow: hidden;
}
.ind-th .box1-left dl dd .right{
	width: 135px;
}
.ind-th .box1-left dl dd .right p.date{
	color: #999;
}
.ind-th .box1-left a.more{
	font-size: 14px;
	padding-left: 22px;
	background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left center;
}
.ind-th .box1-left a.more:hover{
	color: #0052a2;
}
.ind-th .box2{
	width: 255px;
	padding: 0 25px;
	height: 300px;
	overflow: hidden;
}
.ind-th .box2 h2{
	color: #333;
	line-height: 52px;
	font-size: 14px;
}
.ind-th .box2 h2 span{
	margin-left: 10px;
	font-size: 12px;
	color: #bfbfbf;
	font-weight: normal;
	text-transform: uppercase;
}
.ind-th .box2 .list{
	width: 255px;
	margin-bottom: 20px;
	height: 190px;
	overflow: hidden; 
}
.ind-th .box2 .list ul li{
	margin-bottom: 10px;
	width: 255px;
	height: 38px;
	overflow: hidden;
}
.ind-th .box2 .list ul li p.date{
	padding: 0;
	background: none;
	color: #999;
}
.ind-th .box2 .list ul li p{
	padding-left: 22px;
	font-size: 12px;
	line-height: 18px;
	background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left center;
	color: #0562c0;
}
.ind-th .box2 .list ul li p a{
	color: #0562c0;
}
.ind-th .box2 .list ul li p a:hover{
	font-weight: bold;
}

.ind-th .box2 a.more{
	font-size: 14px;
	padding-left: 22px;
	background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left center;
}
.ind-th .box2 a.more:hover{
	color: #0052a2;
}
.ind-th .box3{
	width: 300px;
	height: 300px;
	overflow: hidden;
	background: #f7f7f7;
}
.ind-th .box3 img{
	display: block;
}
.ind-th .box3 .con{
	padding: 0 25px;
}
.ind-th .box3 h2{
	padding-left: 22px;
	color: #333;
	line-height: 52px;
	font-size: 14px;
	background: url("http://www.wynca.com/static/web/css/../img/bg3.png") no-repeat left center;
}
.ind-th .box3 h2 span{
	margin-left: 10px;
	font-size: 12px;
	color: #bfbfbf;
	font-weight: normal;
	text-transform: uppercase;
}
.ind-th .box4{
	padding-left: 25px;
	width: 270px;
	height: 300px;
	overflow: hidden;
}
.ind-th .box4 h2{
	color: #333;
	line-height: 52px;
	font-size: 14px;
}
/*内页*/
.ban{
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	height: 270px;
	min-width: 1200px;
}
.ban .path{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 53px;
	background: url("http://www.wynca.com/static/web/css/../img/bg6.png") repeat center;
}
.ban .path .p{
	line-height: 52px;
	color: #ced8e6;
	padding-left: 10px;
	background: url("http://www.wynca.com/static/web/css/../img/bg7.png") no-repeat left center;
}
.ban .path-industry p{
	width: 240px;
}
.ban .path .p i{
	height: 53px;
	padding: 0 10px;
	text-align: center;
	font-style:normal;
	font-family: "宋体";
}
.ban .path .p a{
	color: #ced8e6;
}
.ban .path .p a:hover{
	color: #fff;
}
.side-menu{
	margin-bottom: 100px;
	width: 238px;
	padding-bottom: 50px;
	border-bottom:6px solid #3375b5;
}
.side-menu h2{
	margin-bottom: 4px;
	padding-left: 20px;
	height: 57px;
	line-height: 60px;
	background: #0052a2;
	color: #fff;
	font-size: 24px;
}
.side-menu h2 span{
	margin-left: 5px;
	color: #6e8fbf;
	font-family: "Arial";
	font-size: 12px;
}
.side-menu ul li{
	margin-bottom: 2px;
	width: 238px;
}
.side-menu ul li .tit{
	position: relative;
	width: 238px;
	height: 36px;
	line-height: 36px;
	background: #f5f6f6;
	border-radius: 3px;
}
.side-menu ul li .tit a{
	display: block;
	height: 36px;
	padding-left: 20px;
	font-size: 14px;
}
.side-menu ul li .tit .icon{
	position: absolute;
	width: 13px;
	height: 13px;
	left: 200px;
	top: 11px;
	background: url("http://www.wynca.com/static/web/css/../img/bg8.png") no-repeat center;
}
.side-menu ul li .tit .icon i{
	display: block;
	width: 13px;
	height: 13px;
	background: url("http://www.wynca.com/static/web/css/../img/bg11.png") no-repeat;
	background-position: -13px 0;
	transition:all 0.3s;
}
.side-menu ul li .subson{
	padding: 6px 0;
	display: none;
}
.side-menu ul li.on .subson{
	display: block;
}
.side-menu ul li .subson dl dd{
	padding:0 20px;
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #f4f4f4;
	background: url("http://www.wynca.com/static/web/css/../img/bg16.png") no-repeat 205px center;
	
}
.side-menu ul li .subson dl dd.first{
	border: none;
}
.side-menu ul li .subson dl dd a{
	display: block;
	color: #999;
	font-size: 12px;
}
.side-menu ul li .subson dl dd:hover,.side-menu ul li .subson dl dd.on{
	background: url("http://www.wynca.com/static/web/css/../img/bg17.png") no-repeat 205px center;
}
.side-menu ul li .subson dl dd:hover a,.side-menu ul li .subson dl dd.on a{
	color: #555;
}
.side-menu ul li:hover .tit .icon i{
	background-position: 0px 0;
}
.side-menu ul li.on .tit{
	background: #6a9dcf;
	font-weight: bold;
}
.side-menu ul li.on .tit a{
	color: #fff;
}
.side-menu ul li.on .tit .icon{
	background: url("http://www.wynca.com/static/web/css/../img/bg12.png") no-repeat center;
	transition:all 0.3s;
}
.side-menu ul li.on .tit .icon i{
	background: url("http://www.wynca.com/static/web/css/../img/bg10.png") no-repeat;
	background-position: 0 -13px;
	transition:all 0.3s;
}
.side-menu ul li:hover .tit .icon i{
	background-position: 0px 0;
}
.side-menu ul li.on:hover .tit .icon i{
	background: url("http://www.wynca.com/static/web/css/../img/bg10.png") no-repeat;
	background-position: 0px 0;
}

.demo-right{
	width: 913px;
	padding-bottom: 80px;
}
.demo-right .title{
	margin-bottom: 40px;
	height: 55px;
	line-height: 44px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
.leader{
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.leader ul{
	float: none;
	width: 836px;
	margin: 0 auto;
}
.leader ul li{
	width: 312px;
	margin: 0 53px;
	text-align: center;
}
.leader ul li img{
	display: block;
}
.leader ul li p{
	line-height: 76px;
	font-size: 14px;
}
.leader ul li p span{
	font-size: 18px;
	margin-right: 5px;
}
.about .txt p{
	font-size: 14px;
}
/*集团简介*/
.intro{
	margin-bottom: 25px;
}
.intro .video{
	position: relative;
	width: 220px;
	height: 224px;
	overflow: hidden;
	cursor: pointer;
}
.intro .video .icon{
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -32px;
	width: 64px;
	height: 63px;
	background: url("http://www.wynca.com/static/web/css/../img/img8.png") no-repeat;
}
.intro .video .icon img{
	width: 64px;
	height: 63px;
	animation: 2s linear 0s normal none infinite running rotate;
}

@-webkit-keyframes rotate{

	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}

}

.body-shadow{
	display: none;
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:11;
	background: url("http://www.wynca.com/static/web/css/../img/bg_opa02.png") repeat;
}
.video-pop{
	display: none;
	position: fixed;
	width:860px; 
	height:486px;
	left:50%;
	top:50%;
	margin:-250px 0 0 -430px;
	background:#000;
	_position: absolute;
	_top: 190px;
	_margin-top: 0;
	z-index: 12;
	
}
.video-pop .close{
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 26px;
	background: url("http://www.wynca.com/static/web/css/../img/bg_btn04.png") no-repeat;
	right: -40px;
	top: -30px;
}

/*企业文化*/
.culture img{
	display: block;
	margin: 0 auto 10px;
}
.culture .txt p{
	font-size: 14px;
}
.cul-list{
	margin-top: 35px;
}
.cul-list dl{
	width: 913px;
	margin-bottom: 1px;
}
.cul-list dl dt{
	padding-left: 30px;
	background:#f5f6f6 url("http://www.wynca.com/static/web/css/../img/bg13.png") no-repeat 865px center;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;

}
.cul-list dl dd{
	display: none;
	padding:20px 30px;
	font-size: 14px;
	background: #f5f6f6;
}

.cul-list dl.on dt{
	background:#0052a2 url("http://www.wynca.com/static/web/css/../img/bg14.png") no-repeat 865px center;
	color: #fff;
}
/*.cul-list dl.on{
	background: #0052a2;
	color: #fff;
}*/
/*品牌荣誉*/
.about .hd{
	width: 100%;
	height: 60px;
}
.about .hd a.a2{
	display: block;
	margin-left: 12px;
	width: 14px;
	height: 14px;
	background: url("http://www.wynca.com/static/web/css/../img/bg08.jpg") no-repeat center;
	cursor: pointer;
}
.about .hd a.a2.on{
	background: url("http://www.wynca.com/static/web/css/../img/bg06.jpg") no-repeat center;
}
.about .hd a.a1{
	display: block;
	width: 17px;
	height: 14px;
	background: url("http://www.wynca.com/static/web/css/../img/bg05.jpg") no-repeat center;
	cursor: pointer;
}
.about .hd a.a1.on{
	background: url("http://www.wynca.com/static/web/css/../img/bg07.jpg") no-repeat center;
}
.honor{
	min-height: 310px;
}
.honorlist{
	width: 913px;
	overflow: hidden;
}
.honorlist ul{
	width: 948px;
}
.honorlist ul li{
	padding: 5px 5px 0 5px;
	margin: 0 35px 30px 0;
	width: 269px;
	border: 1px solid #959595;
}
.honorlist ul li img{
	vertical-align: top;
}
.honorlist ul li p{
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
}
.honorlist ul li:hover{
	border: 1px solid #0052a2;
}
.pro-box{
	position:relative;
	width:913px;
	height:310px;
	margin:0 auto;
	overflow: hidden;
}
.pro-box ul{
	float: none;
	margin: 0 auto;
	position:relative;
	width:750px;
	height:310px;
	overflow: hidden;
}
.pro-box li{
	position:absolute;
	width:345px;
	height: 30px;
	top: 50px;
	left:188px;
	padding: 10px 10px 50px 10px;
	border: 2px solid #959595;
	background: #ffffff;
	z-index:0;
	cursor:pointer;
	text-align: center;
	overflow: hidden;
}

.pro-box li p{
	font-size: 14px;
	text-align: center;
	line-height: 50px;
}
.pro-box li.on{
	padding: 10px 10px 60px 10px;
}
.pro-box li.on p{
	line-height: 60px;
}
.pro-box li img{
	width:100%;
	height: 100%;
	vertical-align:top;
}

.pro-box .prev1, .pro-box .next1{
	position:absolute;
	display: inline-block; 
	top:120px;
	width:20px;
	height:60px;	
	overflow:hidden;
	cursor:pointer;
	z-index: 2;
	background:#cacaca;
	transition:all 0.3s;
}
.pro-box .prev1:hover, .pro-box .next1:hover{
	background: #7fa8d0;
}
.pro-box .prev1{left: 0;}
.pro-box .next1{right:0;}
.pro-box .prev1 i{
	display: block;
	margin: 25px auto 0;
	width: 6px;
	height: 9px;
	background: url("http://www.wynca.com/static/web/css/../img/prev1.png") no-repeat;
	background-position: -11px 0;
	transition:all 0.3s;
}
.pro-box .prev1:hover i{
	background-position: 0 0;
}
.pro-box .next1 i{
	display: block;
	margin: 25px auto 0;
	width: 6px;
	height: 9px;
	background: url("http://www.wynca.com/static/web/css/../img/next1.png") no-repeat;
	transition:all 0.3s;
}
.pro-box .next1:hover i{
	background-position: -13px 0;
}
/*大记事*/
.history{
	position: relative;
	width: 913px;
	background: url("http://www.wynca.com/static/web/css/../img/line.jpg") repeat-y 55px center;
}
.history .more{
	position: absolute;
	left: 47px;
	bottom: 0;
	width: 14px;
	height: 79px;
	background: url("http://www.wynca.com/static/web/css/../img/bg20.jpg") no-repeat center;
}
.history ul li{
	position: relative;
	margin-bottom: 22px;
	width: 913px;
}
.history ul li .right{
	position: relative;
	padding: 10px 25px;
	width: 716px;
	min-height: 155px;
	height: 155px;
	border: 1px solid #e5e5e5;
	box-shadow: 3px 3px 3px #f2f2f2;
	cursor: pointer;
}
.history ul li .right .txt{
	width: 350px;
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
.history ul li .right .img{
	margin-top: 22px;
	width: 306px;
	overflow: hidden;
}
.history ul li .right .img dl{
	width: 330px;
	height: 94px;
	overflow: hidden;
}
.history ul li .right .img dl dd{
	float: left;
	margin: 0 24px 25px 0;
	width: 141px;
	height: 94px;
	text-align: center;
}
.history ul li .right .img dl dd img{
	vertical-align: top;
}
.history ul li .right .icon{
	position: absolute;
	right: 10px;
	bottom:10px;
	width: 5px;
	height: 9px;
	background: url("http://www.wynca.com/static/web/css/../img/bg19.jpg") no-repeat center;
}
.history ul li .year{
	position: absolute;
	top: -5px;
	left:0;
	width: 136px;
	height: 40px;
	line-height: 40px;
	background: url("http://www.wynca.com/static/web/css/../img/bg18.jpg") no-repeat center;
}
.history ul li .year p{
	font-size: 14px;
	color: #fff;
	width: 110px;
	text-align: center;
}
.history ul li.on .right{
	height: auto;
}
.history ul li.on .right dl{
	height: auto;
}
.history ul li.on .right .txt{
	height: auto;
}

/*全球新安*/
.industry .hd{
	margin-bottom: 30px;
}
.industry .hd ul li{
	position: relative;
	margin-right: 1px;
	width: 227px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e8e8e8;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}
.industry .hd ul li i{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 34px;
	width: 11px;
	height: 6px;
	background: url("http://www.wynca.com/static/web/css/../img/bg21.jpg") no-repeat center;
}
.industry .hd ul li:hover i,.industry .hd ul li.on i{
	display: block;
}
.industry .hd ul li:hover,.industry .hd ul li.on{
	background: #6a9dcf;
	color: #fff;
	font-weight: bold;
}
.industry .bd{
	width: 913px;
	overflow: hidden;
}
.industry .bd .box{
	font-size: 14px;
}
.industry .bd .box .img{
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}
.industry .bd .box .img img{
	/*display: block;*/
}
.distribution ul{
	width: 983px;
}
.distribution ul li{
	margin: 0 70px 20px 0;
	width: 257px;
	height: 270px;
}
.distribution ul li img{
	vertical-align: top;
	margin-bottom: 5px;
}
.distribution ul li h2{
	line-height: 30px;
	font-size: 15px;
	color: #0052a2;
	height: 30px;
	overflow: hidden;
}
.distribution ul li h2 a{
	color: #0052a2;
}
.distribution ul li p{
	font-size: 12px;
	line-height: 18px;
	color: #999;
	height: 36px;
	overflow: hidden;
}
.distribution ul li p a{
	color: #999;
}
.distribution ul li p a:hover{
	color: #0052a2;
}
.distribution ul li a.more{
	display: block;
	margin-top: 20px;
	background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left center;
	padding-left: 22px;
	font-size: 14px;
}
.pagination{
	/*padding: 40px 0;*/
	text-align: center;
}
/*聚焦新安*/
.ban .path-focus p{
	width: 80px;
}
.news-top{
	margin-bottom: 15px;
	width: 1200px;
	overflow: hidden;
}
.news-top ul{
	width: 1217px;
}
.news-top ul li{
	margin-right: 17px;
	width: 287px;
	height: 240px;
}
.news-top ul li img{
	display: block;
	margin-bottom: 8px;
}
.news-top ul li p.date{
	padding-left: 17px;
	font-size: 12px;
	color: #b7b7b7;
	font-family: "Arial";
	background: url("http://www.wynca.com/static/web/css/../img/icon2.png") no-repeat left center;
}
.news-top ul li p{
	width: 230px;
	line-height: 20px;
	color: #555;
	font-size: 14px;
}
.news-top ul li p a{
	color: #555;
}
.news-top ul li p a:hover{
	color: #0052a2;
}
.news-list{
	width: 1200px;
	border-top: 1px solid #e5e5e5;
}
.news-list ul li{
	position: relative;
	width: 1200px;
	border-bottom: 1px solid #e5e5e5;
	height: 85px;
	padding: 12px 0;
}
.news-list ul li .box{
	padding-left: 25px;
	width: 1070px;
	background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left 10px;
}
.news-list ul li .box h2{
	line-height: 36px;
	font-size: 18px;
	color: #0052a2;
	font-weight: normal;
}
.news-list ul li .box h2 a{
	color: #0052a2;
}
.news-list ul li .box h2 span{
	font-size: 14px;
	color: #999;
}
.news-list ul li .box p{
	line-height: 22px;
}
.news-list ul li .box p a{
	color: #999;
}
.news-list ul li .box p a:hover{
	color: #0052a2;
}
.news-list ul li .icon{
	position: absolute;
	width: 54px;
	height: 54px;
	right: 0;
	top: 50%;
	margin-top: -27px;
}
.news-list ul li .icon .jiathis_style .jtico {
 /*float: left;*/
 width: 54px;
 height: 54px;
 line-height: 54px;
 padding-left: 0;
 width: 54px !important;
 height: 54px !important;
 line-height: 54px !important;
 padding-left: 0 !important;
}
.news-list ul li .icon .jiathis_style .jtico_jiathis{
 background: url("http://www.wynca.com/static/web/css/../img/icon3.jpg") no-repeat;
}

/*和谐新安*/
.harm .staff-gallery{
	width:913px; 
	height: 642px;
	background: #f5f6f6;
	position:relative;
}
.harm .staff-show{
	margin:0 auto; 
	width:913px; 
	height:512px; 
	background:url("http://www.wynca.com/static/web/css/../img/loading.gif") no-repeat center;
	text-align: center; 
	position:relative; 
	overflow:hidden;
}
.harm .staff-show ul {
	position:absolute; 
	left:0; 
	top:0; 
	height:512px;
	/* width: 100000px;*/
}
.harm .staff-show ul li{ 
	position: relative;
	width:913px; 
	height:512px; 
	text-align: center;
	overflow: hidden;
}
.harm .staff-show ul li p{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 56px;
	line-height: 56px;
	width: 853px;
	padding: 0 30px;
	text-align: left;
	font-size: 14px; 
	background: url("http://www.wynca.com/static/web/css/../img/bg6.png") repeat;
	color: #fff;
}
.harm .staff-show ul li img{vertical-align: top;}
.harm .staff-thumb{ 
	width:834px; 
	margin:27px auto 0; 
	height:76px; 
	position:relative;
	overflow:hidden;
}
.harm .staff-thumb ul{
	position:absolute; 
	left:0; 
	top:0px;
}
.harm .staff-thumb ul li{
	float:left; 
	display:inline-block; 
	_display:inline; 
	margin:0 1px;
	width:137px; 
	height:76px;  
	cursor:pointer; 
}
.harm .staff-thumb ul li img{
	width:137px; 
	height:76px;
	opacity:0.5;filter:alpha(opacity=50);
}
.harm .staff-thumb ul li.cur img{ 
	opacity:1;filter:alpha(opacity=100);
}
.harm .staff-gallery a{ 
	position:absolute; 
	display:block;
	 bottom:55px; 
	 width:20px; 
	 height:20px; 
	 overflow:hidden; 
	 text-indent:-999em; 
	 z-index:1;
	}
.harm .staff-gallery a#prev{
	left:10px; 
	background: url("http://www.wynca.com/static/web/css/../img/prev2.png") no-repeat center;
}
.harm .staff-gallery a#next{ 
	right:10px;
	background: url("http://www.wynca.com/static/web/css/../img/next2.png") no-repeat center;
}
.harm-moon ul li{
  padding-left: 25px;
  width:888px;
  background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left 22px;
  border-bottom: 1px solid #e5e5e5;
  height: 85px; 
  padding: 12px 0 12px 25px;
}
.harm-moon ul li h2{
	font-size: 18px;
	color: #0562c0;
	font-weight: normal;
	line-height: 36px;
}
.harm-moon ul li h2 a{
	color: #0562c0;
}
.harm-moon ul li h2 span{
	font-size: 12px;
	color: #999;
}
.harm-moon ul li p{
	line-height: 20px;
}
.harm-moon ul li p a{
	color: #999;
}
.harm-moon ul li p a:hover{
	color: #0052a2;
}
/*投资者关系*/
.relations ul li{
	padding-left: 25px;
  	width:888px;
  	background: url("http://www.wynca.com/static/web/css/../img/bg2.png") no-repeat left center;
  	border-bottom: 1px solid #e5e5e5;
  	height: 42px;
  	line-height:42px; 
  	padding-left: 25px;
  	font-size: 14px;
}
.relations ul li p span{
	font-size: 12px;
	color: #999;
}
/*分红配股*/
.bonus-tab tr th{
	height: 44px;
	background: #e1ebf5;
	font-size: 16px;
	color: #0052a2;
}
.bonus-tab tr td{
	padding: 15px;
	font-size: 14px;
}
.bonus-tab tr td.td1{
	text-align: center;
	vertical-align: top;
}
.garby{
	background: #fafafa;
}
/*互动平台*/
.que h3{
	font-size: 16px;
	color: #0052a2;
	line-height: 40px;
	font-weight: normal;
}
.leave-tab tr td input[type="text"]{
	margin-bottom: 10px;
	width: 320px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #555;
}
.leave-tab tr td input[type="submit"]{
	margin: 20px 0 45px;
	width: 360px;
	height: 46px;
	padding: 0;
	border: none;
	background: #6a9dcf;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
}
.leave-tab tr td textarea{
	padding:10px 20px;
	width: 690px;
	height: 120px;
	font-size: 14px;
	color: #555;
	border: 1px solid #e5e5e5;

}
.que-list dl{
	border-bottom: 1px solid #f8f9f9;
}
.que-list dl dt{
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background: url("http://www.wynca.com/static/web/css/../img/bg13.png") no-repeat 876px center;
	cursor: pointer;
}
.que-list dl dt span{
	margin-left: 10px;
}
.que-list dl dd{
	display: none;
	padding: 0 20px 20px;
	font-size: 14px;
}
.que-list dl dd .ques{
	padding-left: 30px;
	background: url("http://www.wynca.com/static/web/css/../img/bg22.png") no-repeat left 2px;
}
.que-list dl dd .answer{
	padding-left: 30px;
	background: url("http://www.wynca.com/static/web/css/../img/bg23.png") no-repeat left 2px;
	color: #ff6c00;
}
.que-list dl.on{
	background: #f8f9f9;
}
.que-list dl.on dt{
	background: url("http://www.wynca.com/static/web/css/../img/bg24.jpg") no-repeat 876px center;
}
/*加入我们*/
.hr-tab th{
	padding: 0 25px;
	font-weight: normal;
	border: 1px solid #cccccc;
	border-top: 2px solid #ccc;
	font-size: 16px;
	height: 38px;
}
.hr-tab th.th1{
	text-align: left;
}
.hr-tab td{
	padding: 0 25px;
	height: 38px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 14px;
}
.hr-tab td.td1{
	text-align: left;
}
.growth{
	width: 913px;
	overflow: hidden;
}
.growth ul{
	width: 953px;
}
.growth ul li{
	margin: 0 40px 25px 0;
	width: 436px;
	height: 235px;
	overflow: hidden;
}
.growth ul li h2{
	margin-bottom: 22px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #0052a2;
	border-bottom: 2px solid #e5e5e5;
}
.growth ul li .box{
	position: relative;
	width: 436px;
	height: 167px;
	overflow: hidden;
}
.growth ul li .box .left{
	width: 137px;
	height: 167px;
	overflow: hidden;
}
.growth ul li .box .right{
	position: relative;
	font-size: 14px;
	width: 280px;
	height: 167px;
	overflow: hidden;
}
.growth ul li .box .right a.more{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 22px;
	background: url("http://www.wynca.com/static/web/css/../img/bg25.jpg") no-repeat left center;
	color: #0052a2;
}
.growth .pagination{
	margin-top: 40px;
	border-top: 2px solid #e5e5e5;
}
.growth-info {
	font-size: 14px;
	text-align: justify;
}
.growth-info img{
	display: block;
	float: left;
	margin: 0 40px 10px 0;
}
.growth-info span{
	line-height: 40px;
  	font-size: 20px;
  	color: #0052a2;
}
/*新闻详情*/
.demo_box{
	font-size: 14px;
}
.demo_box .read{text-align: center;color: #ccc}
.demo_box .read span{color: rgba(143, 143, 19, 0.51);font-size: 12px}
.clubs .top{height: 70px;border-top: 0px solid #f0efef;border-bottom: 1px solid #f0efef;padding-top: 30px;margin-bottom: 30px;}
.clubs .top .p1{text-align: center;font-size: 18px;color: #666;}
.clubs .top .p2{text-align: center;font-size: 16px;color: #666;font-family: arial}
.new_next{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #f0efef;
	height: 80px;
}
.new_next p{
	font-size: 14px;
	color: #555;
}
.new_next .p_back{
	margin-top: -36px;
}
.p_back{text-align: right;}

/*分支机构*/
.organ{
	position: relative;
	width: 913px;
	height: 710px;
	background: url("http://www.wynca.com/static/web/css/../img/bg26.jpg") no-repeat center;
}
.organ a{
	display: block;
	position: absolute;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}
.organ .a1{
	left: 306px;
	top: 117px;
}
.organ .a2{
	left: 289px;
	top: 166px;
}
.organ .a3{
	left: 380px;
	top: 117px;
}
.organ .a4{
	left: 393px;
	top:175px;
}
.organ .a5{
	left: 340px;
	top: 205px;
}
.organ .b1{
	left: 175px;
	top: 220px;
}
.organ .c1{
	font-size: 14px;
	left: 330px;
	top: 295px;
}
.organ .d1{
	left:130px;
	top: 390px;
}
.organ .d2{
	left: 74px;
	top: 435px;
}
.organ .d3{
	left: 189px;
	top: 435px;
}
.organ .d4{
	left:135px;
	top: 490px;
}
.organ .e1{
	left: 275px;
	top: 545px;
}
.organ .e2{
	left: 330px;
	top: 534px;
}
.organ .e3{
	left: 260px;
	top: 581px;
}
.organ .e4{
	left: 362px;
	top:565px;
}
.organ .e5{
	left: 272px;
	top: 620px;
}
.organ .e6{
	left: 360px;
	top:605px;
}
.organ .e7{
	left: 325px;
	top: 635px;
}
.organ .f1{
	left: 555px;
	top: 220px;
}
.organ .f2{
	left: 499px;
  	top: 275px;
}
.organ .f3{
	left: 610px;
  	top: 275px;
}
.organ .f4{
	left: 552px;
	top: 325px;
}
.organ .g1{
	left: 523px;
  	top: 445px;

}
.organ .g2{
	left: 458px;
  	top: 455px;
}
.organ .g3{
	left: 450px;
  	top: 511px;
}
.organ .g4{
	left: 555px;
  	top: 490px;
}
.organ .g5{
	left: 514px;
  	top: 537px;

}












.organ-pop{
	display: none;
	position: fixed;
	padding: 0 30px 20px;
	width:770px; 
	height:450px;
	left:50%;
	top:50%;
	margin:-225px 0 0 -420px;
	background:#fff;
	border: 1px solid #f3f3f3;
	_position: absolute;
	_top: 190px;
	_margin-top: 0;
	overflow: hidden;
	
}
.organ-pop h2{
	margin-bottom: 20px;
	font-size: 18px;
	color: #0052a2;
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #f2f2f2;
}
.organ-pop h2 i{
	font-style: normal;
	padding: 0 10px;
	font-weight: normal;
	color: #555;
}
.organ-pop h2 span{
	color: #555;
}

.organ-pop .txt{
	padding-right: 10px;
	font-size: 14px;
	width: 760px;
	height: 340px;
	overflow-y:auto;
	overflow-x: hidden;
}
.organ-pop .txt p{
	text-align: justify;
}
.organ-pop .close{
	display: block;
	width: 20px;
	height: 68px;
	background: url("http://www.wynca.com/static/web/css/../img/close1.png") no-repeat center;
}
.organ-pop img{
	margin: 10px 0;
	width: 100%;
	display: block;
}

/* 人才招聘 */
#spred {
    color:#F00;
}
.joinus_tb {
	font-size: 14px;
    border:1px solid #E2E2E2;
    border-width: 0 0 1px 1px;}
.joinus_tb tr td {
    padding: 5px 15px;
    border:1px solid #E2E2E2;
    border-width:1px 1px 0 0;
}
.joinus_tb tr td {
	line-height: 1.8;
}
.joinus_tb .feedback_input {
    width: 120px;
    height: 18px;
    padding: 5px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
}
.hr a.joinus_tb_more{
	margin-top: 30px;
	display: block;
	width:100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #0052a2;
	color: #fff;
	font-size: 14px;
}
.joinus_tb .error {
    width: 120px;
    height: 18px;
    padding: 5px;
    line-height: 18px;
    color: #666;
    border: 1px solid #D70128;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
}



/* 后加的 */



.section {
	height: 748px;
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1200px;
}

.section .btn {
	width: 38px;
	height: 110px;
	margin: 0 auto;
	cursor: pointer;
}
.section .btn span {
	display: block;
	height: 100%;
	background: url("http://www.wynca.com/static/web/css/../img/ban/white-bg.png") no-repeat;
	position: relative;
}
.section .btn i {
	width: 38px;
	height: 38px;


	background-position: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
.section .btn:hover i {
	background-position: 0 -38px;
}

.section-two .btn i {
	background-image: url("http://www.wynca.com/static/web/css/../img/ban/btn-bottom.png");
}
.section-five .btn i {
	background-image: url("http://www.wynca.com/static/web/css/../img/ban/btn-top.png");
}


.section h2,.section h3,.section p {
	text-align: center;
}
.section h2,.section h3 {
	font-weight: normal;
}
.section h2 {
	font-size: 48px;
}
.section p {
	font-size: 14px;
}
.section h3 {
	font-size: 24px;
}
.section ul {
	float: none;
}

.section-one h2,.section-one h3 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.section-one h2 {
	float: left;
	margin-top: 270px;
	/*margin-left: 140px;*/
}
.section-one h3 {
	float: right;
	margin-top: 178px;
	/*margin-right: 120px;*/
}

.section-two-wrap {
	padding-top: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.section-two h2,.section-two h3,.section-two p {
	color: #feefaa;
}
.section-two h2 {
	padding-top: 48px;
	line-height: 168px;
}
.section-two p {
	line-height: 32px;
}
.section-two h3 {
	padding: 42px 0 116px 0;
	line-height: 38px;
}


.section-five h2 {
	padding-top: 70px;
	line-height: 126px;
	color: #1a976d;
	text-shadow: 2px 2px 2px rgba(9,2,4,0.3);
}
.section-five p {
	line-height: 30px;
	color: #19805d;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
.section-five h3 {
	padding: 42px 0 116px 0;
	line-height: 38px;
	color: #23aa7c;
}

.section-four h2 {
	padding-bottom: 24px;
	line-height: 274px;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0,0,0,0.43);
}

.section-four .w1200 {
	position: relative;
}
.section-four .list-two {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;	
}
.section-four ul {}

.section-four li {
	width: 300px;
	margin: 0 20px;
	height: 251px;
	overflow: hidden;
}
.section-four li a,
.section-four li strong,
.section-four li b,
.section-four li i {
	transition: 0.8s;
}
.section-four li a {
	display: block;
	border-bottom: 2px solid #0052a2;
	position: relative;
}
.section-four li img {
	display: block;
	width: 300px;
	height: 200px;
}
.section-four li strong {
	display: block;
	padding: 1px 0 0 20px;
	font: 14px/48px "微软雅黑";
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #fff;
	color: #333;
}
.section-four b,.section-four i {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.section-four b {
	width: 100%;
	height: 200px;
	background: #e10001;
	left: 0;
	top: 0;
	z-index: 1;
}
.section-four i {
	width: 45px;
	height: 45px;
	background: url("http://www.wynca.com/static/web/css/../img/ban/ico-02.png") no-repeat;
	left: 128px;
	top: 78px;
	z-index: 2;
}
.section-four li a:hover {
	border-bottom: 2px solid #e10001;
}
.section-four a:hover strong {
	color: #e10001;
}
.section-four a:hover b {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.section-four a:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
}

.section-four .prev-btn,.section-four .next-btn {
	width: 52px;
	height: 0;
	padding-top: 52px;
	overflow: hidden;
	background-color: #e10001;
	background-repeat: no-repeat;
	background-position: center;
	*background-position: center 17px;
	position: absolute;
	top: 100px;
	z-index: 3;
	border-radius: 50%;
	transition: 0.8s;
}
.section-four .prev-btn:hover,.section-four .next-btn:hover {
	background-color: #2173bc;
}
.section-four .prev-btn {
	 left: 0;
	 background-image: url("http://www.wynca.com/static/web/css/../img/ban/btn-left.png");
}
.section-four .next-btn {
	right: 0;
	 background-image: url("http://www.wynca.com/static/web/css/../img/ban/btn-right.png");
}	

.index-btn {
	width: 120px;
	position: absolute;
	left: 68px;
	z-index: 10; 
}
.index-btn a,.index-btn i {
	transition: 2s;
}
.index-btn a {
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 20px 0;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.index-btn i {
	width: 98px;
	height: 26px;
	padding-left: 6px;
	text-align: center;
	font: 14px/25px "微软雅黑";
	color: #fff;
	background: url("http://www.wynca.com/static/web/css/../img/ban/blue-bg.png") no-repeat;
	position: absolute;
	left: 16px;
	top: -7px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.index-btn a:hover,.index-btn a.cur {
	background: #0052a2;
}
.index-btn a:hover i,.index-btn a.cur i {
	opacity: 1;
	filter: alpha(opacity=100);
}

.section-three {
	height: 554px;
	padding-top: 194px;
}

.section-three .list-one {
	overflow: hidden;
	position: relative;
}
.section-three .list-one ul {}
.section-three .list-one li {
	width: 223px;
	margin-right: 134px;
	position: relative;
}
.section-three .list-one h4 {
	padding-left: 10px;
	font: bold 20px/40px "微软雅黑";
	color: #278abd;
}

.section-three .list-one div {
	background: #5cb4e1;
	border-radius: 3px;
	box-shadow: 10px 10px 28px rgba(0,0,0,0.15);
}

.section-three .list-one a,
.section-three .list-one span,
.section-three .list-one img,
.section-three .list-one em {
	display: block;
}

.section-three .list-one a {
	width: 206px;
	height: 270px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}
.section-three .list-one span,.section-three .list-one span img {
	width: 206px;
	height: 118px;
}
.section-three .list-one span {
	border-radius: 3px;
	overflow: hidden;
}
.section-three .list-one em {
	padding-top: 12px;
	line-height: 22px;
	font-style: normal;
	color: #fff;
}
.section-three .list-one b {
	width: 24px;
	height: 24px;
	background: #fff url("http://www.wynca.com/static/web/css/../img/ban/ico-01.png") no-repeat center;
	position: absolute;
	right: 8px;
	bottom: 16px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.23);
}

.section-three .list-one p {
	position: absolute;
	left: 268px;
	top: 98px;
	width: 30px;
  height: 110px;
}

/* 三屏 内容弹出框 */

.layer-mask {
	width: 880px;
	height: 510px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -255px 0 0 -440px;
	display: none;
}
.layer-mask .layer-bg {
	height: 510px;
	background: url("http://www.wynca.com/static/web/css/../img/ban/layer-bg.png") no-repeat;
	position: relative;
	z-index: 2;
}
.layer-mask span {
	width: 46px;
	height: 46px;
	background: #2b2120 url("http://www.wynca.com/static/web/css/../img/ban/close-btn.png") no-repeat center;
	position: absolute;
	right: -30px;
	top: 14px;
	z-index: 1;
	cursor: pointer;
	border-radius: 3px;
}

.layer-mask img {
	width: 775px;
	height: 436px;
	position: absolute;
	left: 70px;
	top: 46px;
	z-index: 3;
}

/* 职业发展 */

#delopment .hd {
	margin-bottom: 40px;
}
#delopment dt {
	padding-left: 40px;
	font: 18px/36px "微软雅黑";
	color: #000;
}
#delopment .dt-one {
	margin-bottom: 34px;
	background: url("http://www.wynca.com/static/web/css/../img/ban/ico-07.png") no-repeat left center;
}
#delopment .dt-two {
	margin-bottom: 44px;
	background: url("http://www.wynca.com/static/web/css/../img/ban/ico-08.png") no-repeat left center;
}
#delopment .ul-one {
	float: none;
}
#delopment .ul-one li {
	height: 208px;
	margin-bottom: 36px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
	float: none;
}
#delopment .ul-one li div {
	padding-left: 230px;
}
#delopment .ul-one li h3 {
	padding-top: 36px;
	font: bold 23px/37px "微软雅黑";
	color: #000;
}
#delopment .ul-one li h4 {
	font: 16px/28px "arial";
	color: rgba(0,0,0,0.2);
	margin-bottom: 8px;
}
#delopment .ul-one li p {
	padding-left: 14px;
	font: 14px/28px "微软雅黑";
	color: #000;
	background: url("http://www.wynca.com/static/web/css/../img/ban/black-dotted.png") no-repeat left center;
}
#delopment .li-one {
	background: url("http://www.wynca.com/static/web/css/../img/ban/ico-09.png") no-repeat;
}
#delopment .li-two {
	background: url("http://www.wynca.com/static/web/css/../img/ban/ico-10.png") no-repeat;
}
#delopment .train-tit {
	padding-top: 38px;
}
#delopment .train-tit h2,#delopment .train-tit p {
	text-align: center;
}
#delopment .train-tit h2 {
	font: 32px/46px "微软雅黑";
	color: #333;
}
#delopment .train-tit p {
	font: 26px/38px "arial";
	color: rgba(0,0,0,0.11);
	margin-bottom: 48px;
}
#delopment .ul-two {
	padding-top: 30px;
	float: none;
}
#delopment .ul-two li {
	width: 100%;
	height: 386px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	margin-bottom: 22px;
}
#delopment .line-li {
	width: 440px;
}
#delopment .line-li div {
	background: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.07);
	border-radius: 4px;
}
#delopment .line-li div a {
	display: block;
	width: 414px;
	margin: 0 auto;
	padding: 14px 0;
	border-radius: 3px;
	overflow: hidden;
}
#delopment .line-li div img {
	display: block;
	width: 414px;
	height: 276px;
}
#delopment .line-li h3 {
	padding-left: 40px;	
	font: 18px/40px "微软雅黑";
	color: #666;
}
#delopment .h3-ico1,#delopment .h3-ico2,#delopment .h3-ico3,#delopment .h3-ico4 {
	background-repeat: no-repeat;
}
#delopment .h3-ico1 {
	background-position: left 11px;
}
#delopment .h3-ico2 {
	background-position: left 13px;
}
#delopment .h3-ico3 {
	background-position: left 13px;
}
#delopment .line-li .h3-ico4 {
	padding-left: 30px;
	background-position: left 12px;
}



/* 修改弹窗 */


.ecotcbox{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13;
    display: none;
}
.ecotcbox .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ecotcbox .tccon{
    width: 840px;
    height: 460px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -357px;
    margin-top: -230px;
    background:#fff url("http://www.wynca.com/static/web/css/../img/loading.gif") no-repeat center;
}
.ecotcbox .bd{
    width: 840px;
    height: 460px;
    margin:0 auto;
    overflow: hidden;
}
.ecotcbox .bd ul{
    height: 460px;
}
.ecotcbox .bd li{
    width: 840px;
    height: 460px; 
    overflow: hidden;
    position: relative;
}
.ecotcbox .bd li .ebg{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    width: 100%;

    height: 58px;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ecotcbox .bd li .etit{
    /*color: #000;*/
    position: absolute;
    width: 820px;
    padding-left: 20px;
    /*background: #fff;*/
    color: #fff;
    height: 38px;
    padding-top: 20px;
    left: 0;
    bottom: 0;
}
.ecotcbox .prev,
.ecotcbox .next{
    width: 42px;
    height: 42px;
    
    position: absolute;
    top: 222px;
    cursor: pointer;
    opacity: 0.7;
    filter:alpha(opacity=70);
}
.ecotcbox .prev:hover,
.ecotcbox .next:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.ecotcbox .prev{
    left: 10px;
    background: url("http://www.wynca.com/static/web/css/../img/ban/lightbox-btn-prev.png") no-repeat center;
}
.ecotcbox .next{
    right: 10px;
    background: url("http://www.wynca.com/static/web/css/../img/ban/lightbox-btn-next.png") no-repeat center;
}
.ecotcbox .close{
    position: absolute;
    right:13px;
    top: 12px;
    width:42px;
    height: 42px;
    background: url("http://www.wynca.com/static/web/css/../img/ban/lightbox-btn-close.png") no-repeat center; 
    cursor: pointer;
    z-index: 14;
    transition: transform 0.5s ease 0s;
}
.ecotcbox .close:hover{
    transform:rotate(180deg);
}





.ecosetcbox .tccon{
    height: 465px;
    margin-top: -232px;
}
.ecosetcbox .bd{
    height: 465px;
}
.ecosetcbox .bd ul{
    height: 465px;
}
.ecosetcbox .bd li{
    height: 465px; 
}


.fremail {
    padding-left: 22px;
    margin-left: 15px;
    background: transparent url("http://www.wynca.com/static/web/css/../img/bg_sign65.png") no-repeat scroll left center;
}
.frtel {
    padding-left: 22px;
    margin-left: 15px;
    background: transparent url("http://www.wynca.com/static/web/css/../img/bg_sign64.png") no-repeat scroll left center;
}



#ckepop   dl, #ckepop dt, #ckepop dd, #ckepop ol, #ckepop ul, #ckepop li, #ckepop fieldset, #ckepop form, #ckepop label, #ckepop legend, #ckepop table, #ckepop caption, #ckepop tbody, #ckepop tfoot, #ckepop thead, #ckepop tr, #ckepop th, #ckepop td, #ckepop span {vertical-align:middle;margin:0;padding:0;font-family:'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;}
#ckepop  .jiadiv_01{border:#CCCCCC solid 1px; width:240px;background:#ffffff;text-align:left;overflow:hidden;}
#ckepop  .jiadiv_02{padding:1px!important; font-size:14px!important; text-align:left!important;}
#ckepop  .jiadiv_02 .jiatitle{margin:1px 0;height:20px;padding-left:5px;padding-top:4px;width:107px;float:left;display:block;border:1px solid #ffffff;background:#ffffff;text-decoration:none;color:#000000;font-size:12px!important;}
#ckepop  .jiadiv_02 .jiatitle:hover{background:#F2F2F2;border:1px solid #E5E5E5;text-decoration:none;}
#ckepop  .jiadiv_02 .jiatitle img{margin:3px 0 -3px 0;border:0;}
#ckepop  .jiadiv_01 .link_01{text-decoration:none; font-size:12px}
#ckepop  .jiadiv_01 .link_01:hover{text-decoration:underline; font-size:12px}
#ckepop  .jtico{text-align:left;overflow:hidden;display:block!important;height:16px!important;line-height:16px!important;padding-left:20px!important;background:url("http://v3.jiathis.com/code/css/../images/jiathis_ico.png") no-repeat left;cursor:pointer}
#ckepop  .jtico:hover{opacity:0.8;}

#ckepop  .jtico_copy{background-position:0px 0px}
#ckepop  .jtico_email{background-position:0px -32px}
#ckepop  .jtico_fav{background-position:0px -16px}
#ckepop  .jtico_buzz{background-position:0px -48px}
#ckepop  .jtico_qzone{background-position:0px -64px}
#ckepop  .jtico_baidu{background-position:0px -80px}
#ckepop  .jtico_tsina{background-position:0px -96px}
#ckepop  .jtico_tsohu{background-position:0px -112px}
#ckepop  .jtico_t163{background-position:0px -128px}
#ckepop  .jtico_tqq{background-position:0px -144px}
#ckepop  .jtico_renren{background-position:0px -160px}
#ckepop  .jtico_kaixin001{background-position:0px -176px}
#ckepop  .jtico_qingbiji{background-position:0px -192px}
#ckepop  .jtico_taobao{background-position:0px -208px}
#ckepop  .jtico_hi{background-position:0px -224px}
#ckepop  .jtico_xiaoyou{background-position:0px -240px}
#ckepop  .jtico_youshi{background-position:0px -256px}
#ckepop  .jtico_gmail{background-position:0px -272px}
#ckepop  .jtico_hotmail{background-position:0px -288px}
#ckepop  .jtico_xqw{background-position:0px -304px}
#ckepop  .jtico_feixin{background-position:0px -320px}
#ckepop  .jtico_51{background-position:0px -336px}
#ckepop  .jtico_google{background-position:0px -352px}
#ckepop  .jtico_youdao{background-position:0px -368px}
#ckepop  .jtico_qq{background-position:0px -384px}
#ckepop  .jtico_sina{background-position:0px -400px}
#ckepop  .jtico_tuita{background-position:0px -416px}
#ckepop  .jtico_huaban{background-position:0px -432px}
#ckepop  .jtico_115{background-position:0px -448px}
#ckepop  .jtico_hexun{background-position:0px -464px}
#ckepop  .jtico_myspace{background-position:0px -480px}
#ckepop  .jtico_139{background-position:0px -496px}
#ckepop  .jtico_tieba{background-position:0px -512px}
#ckepop  .jtico_sdonote{background-position:0px -528px}
#ckepop  .jtico_digu{background-position:0px -544px}
#ckepop  .jtico_douban{background-position:0px -560px}
#ckepop  .jtico_ifengkb{background-position:0px -576px}
#ckepop  .jtico_xianguo{background-position:0px -592px}
#ckepop  .jtico_mingdao{background-position:0px -608px}
#ckepop  .jtico_renjian{background-position:0px -624px}
#ckepop  .jtico_gmw{background-position:0px -640px}
#ckepop  .jtico_delicious{background-position:0px -656px}
#ckepop  .jtico_digg{background-position:0px -672px}
#ckepop  .jtico_fb{background-position:0px -688px}
#ckepop  .jtico_twitter{background-position:0px -704px}
#ckepop  .jtico_ujian{background-position:0px -720px}
#ckepop  .jtico_poco{background-position:0px -736px}
#ckepop  .jtico_wealink{background-position:0px -752px}
#ckepop  .jtico_cnfol{background-position:0px -768px}

#ckepop  .jtico_qileke{background-position:0px -800px}
#ckepop  .jtico_tongxue{background-position:0px -816px}
#ckepop  .jtico_waakee{background-position:0px -832px}
#ckepop  .jtico_ydnote{background-position:0px -848px}
#ckepop  .jtico_cyzone{background-position:0px -864px}
#ckepop  .jtico_diandian{background-position:0px -880px}
#ckepop  .jtico_jcrb{background-position:0px -896px}
#ckepop  .jtico_99earth{background-position:0px -912px}
#ckepop  .jtico_chouti{background-position:0px -928px}
#ckepop  .jtico_dig24{background-position:0px -944px}
#ckepop  .jtico_douban9dian{background-position:0px -960px}
#ckepop  .jtico_i139{background-position:0px -976px}
#ckepop  .jtico_caimi{background-position:0px -992px}
#ckepop  .jtico_yixin{background-position:0px -1008px}
#ckepop  .jtico_yijee{background-position:0px -1024px}
#ckepop  .jtico_pdfonline{background-position:0px -1040px}
#ckepop  .jtico_printfriendly{background-position:0px -1056px}
#ckepop  .jtico_translate{background-position:0px -1072px}
#ckepop  .jtico_duitang{background-position:0px -1088px}
#ckepop  .jtico_diigo{background-position:0px -1104px}
#ckepop  .jtico_evernote{background-position:0px -1120px}
#ckepop  .jtico_friendfeed{background-position:0px -1136px}
#ckepop  .jtico_linkedin{background-position:0px -1152px}
#ckepop  .jtico_mixx{background-position:0px -1168px}
#ckepop  .jtico_netlog{background-position:0px -1184px}
#ckepop  .jtico_netvibes{background-position:0px -1200px}
#ckepop  .jtico_phonefavs{background-position:0px -1216px}
#ckepop  .jtico_pingfm{background-position:0px -1232px}
#ckepop  .jtico_plaxo{background-position:0px -1248px}
#ckepop  .jtico_tpeople{background-position:0px -1264px}
#ckepop  .jtico_reddit{background-position:0px -1280px}
#ckepop  .jtico_wong{background-position:0px -1296px}
#ckepop  .jtico_stumbleupon{background-position:0px -1312px}
#ckepop  .jtico_plurk{background-position:0px -1328px}
#ckepop  .jtico_funp{background-position:0px -1344px}
#ckepop  .jtico_miliao{background-position:0px -1360px}
#ckepop  .jtico_myshare{background-position:0px -1376px}
#ckepop  .jtico_fwisp{background-position:0px -1392px}
#ckepop  .jtico_more,#ckepop .jtico_jiathis{background-position:0px -1408px}
#ckepop  .jtico_msn{background-position:0px -1424px}
#ckepop  .jtico_fanfou{background-position:0px -1440px}
#ckepop  .jtico_189mail{background-position:0px -1456px}
#ckepop  .jtico_dream163{background-position:0px -1472px}
#ckepop  .jtico_thexun{background-position:0px -1488px}
#ckepop  .jtico_tianya{background-position:0px -1505px}
#ckepop  .jtico_w3c{background-position:0px -1521px}
#ckepop  .jtico_tifeng{background-position:0px -1537px}
#ckepop  .jtico_bitly{background-position:0px -1553px}
#ckepop  .jtico_kansohu{background-position:0px -1569px}
#ckepop  .jtico_ganniu{background-position:0px -1585px}
#ckepop  .jtico_189cn{background-position:0px -1601px}
#ckepop  .jtico_masar{background-position:0px -1617px}
#ckepop  .jtico_binzhi{background-position:0px -1633px}
#ckepop  .jtico_mop{background-position:0px -1649px}
#ckepop  .jtico_alibaba{background-position:0px -1665px}
#ckepop  .jtico_leihou{background-position:0px -1681px}
#ckepop  .jtico_mailru{background-position:0px -1697px}
#ckepop  .jtico_pocket{background-position:0px -1713px}
#ckepop  .jtico_instapaper{background-position:0px -1729px}
#ckepop  .jtico_print{background-position:0px -1745px}
#ckepop  .jtico_139mail{background-position:0px -1760px}
#ckepop  .jtico_meilishuo{background-position:0px -1777px}
#ckepop  .jtico_mogujie{background-position:0px -1793px}
#ckepop  .jtico_weixin{background-position:0px -1809px}
#ckepop  .jtico_tianji{background-position:0px -1825px}
#ckepop  .jtico_tumblr{background-position:0px -1841px}
#ckepop  .jtico_ishare{background-position:0px -1857px}
#ckepop  .jtico_zsvs{background-position:0px -1873px}
#ckepop  .jtico_pinterest{background-position:0px -1889px}
#ckepop  .jtico_toeeee{background-position:0px -1905px}
#ckepop  .jtico_tyaolan{background-position:0px -1921px}
#ckepop  .jtico_189share{background-position:0px -1937px}
#ckepop  .jtico_txinhua{background-position:0px -1953px}
#ckepop  .jtico_googleplus{background-position:0px -1969px}
#ckepop  .jtico_faxianla{background-position:0px -1985px}
#ckepop  .jtico_iwo{background-position:0px -2001px}
#ckepop  .jtico_cqq{background-position:0px -2017px}
#ckepop  .jtico_mwsq{background-position:0px -800px}


#ckepop  .button,#ckepop .jiathis_txt{float:left;font-size:12px;text-decoration:none;line-height:18px!important;}
#ckepop  .separator,#ckepop .jiathis_separator{display:block;float:left;margin:0 5px;line-height:16px!important;}
#ckepop  .searchTxt{text-align:left;margin:7px 0 0 28px;background:#FFFFFF;border:none;width:240px;font-size:12px;color:#999;}
#ckepop  .searchTxtCont{width:300px;background:#F2F2F2;border-bottom:1px solid #E5E5E5;padding:0 0 0 5px}
#ckepop  .centerBottom{width:300px;background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;}
#ckepop  .centerTitle{float:right;*padding:3px 0 0;}
#ckepop  .ckepopBottom{background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;}
#ckepop  .jt_sharetitle{font-weight:bold;font-size:12px;}
#ckepop  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}
#ckepop  img{display:inline;vertical-align:middle;}


#jiathis_style_32x32  .jtico{text-align:left;overflow:hidden;display:block!important;height:32px!important;line-height:32px!important;padding-left:36px!important;background:url("http://v3.jiathis.com/code/css/../images/jiathis_ico_32x32.png") no-repeat left;cursor:pointer}
#jiathis_style_32x32  .jtico:hover{opacity:0.8;}
#jiathis_style_32x32  .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:32px!important;}
#jiathis_style_32x32  .jiathis_separator{display:block;float:left;margin:0 5px;line-height:32px!important;}
#jiathis_style_32x32  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}

#jiathis_style_32x32 .jtico_tsina{background-position:0px 0px}
#jiathis_style_32x32 .jtico_qzone{background-position:0px -32px}
#jiathis_style_32x32 .jtico_renren{background-position:0px -64px}
#jiathis_style_32x32 .jtico_gmail{background-position:0px -96px}
#jiathis_style_32x32 .jtico_fav{background-position:0px -128px}
#jiathis_style_32x32 .jtico_tieba{background-position:0px -160px}
#jiathis_style_32x32 .jtico_kaixin001{background-position:0px -192px}
#jiathis_style_32x32 .jtico_douban{background-position:0px -224px}
#jiathis_style_32x32 .jtico_hi{background-position:0px -256px}
#jiathis_style_32x32 .jtico_qingbiji{background-position:0px -288px}
#jiathis_style_32x32 .jtico_t163{background-position:0px -320px}
#jiathis_style_32x32 .jtico_baidu{background-position:0px -352px}
#jiathis_style_32x32 .jtico_translate{background-position:0px -384px}
#jiathis_style_32x32 .jtico_sina{background-position:0px -416px}
#jiathis_style_32x32 .jtico_huaban{background-position:0px -448px}
#jiathis_style_32x32 .jtico_hotmail{background-position:0px -480px}
#jiathis_style_32x32 .jtico_hexun{background-position:0px -512px}
#jiathis_style_32x32 .jtico_fanfou{background-position:0px -544px}
#jiathis_style_32x32 .jtico_poco{background-position:0px -576px}
#jiathis_style_32x32 .jtico_waakee{background-position:0px -608px}
#jiathis_style_32x32 .jtico_xianguo{background-position:0px -640px}
#jiathis_style_32x32 .jtico_mingdao{background-position:0px -672px}
#jiathis_style_32x32 .jtico_qileke{background-position:0px -704px}
#jiathis_style_32x32 .jtico_diandian{background-position:0px -736px}
#jiathis_style_32x32 .jtico_leshou{background-position:0px -768px}
#jiathis_style_32x32 .jtico_gmw{background-position:0px -800px}
#jiathis_style_32x32 .jtico_115{background-position:0px -832px}
#jiathis_style_32x32 .jtico_msn{background-position:0px -864px}
#jiathis_style_32x32 .jtico_caimi{background-position:0px -896px}
#jiathis_style_32x32 .jtico_renjian{background-position:0px -928px}
#jiathis_style_32x32 .jtico_fb{background-position:0px -960px}
#jiathis_style_32x32 .jtico_ujian{background-position:0px -992px}
#jiathis_style_32x32 .jtico_twitter{background-position:0px -1024px}
#jiathis_style_32x32 .jtico_delicious{background-position:0px -1056px}
#jiathis_style_32x32 .jtico_digg{background-position:0px -1088px}
#jiathis_style_32x32 .jtico_diglog{background-position:0px -1120px}
#jiathis_style_32x32 .jtico_wong{background-position:0px -1152px}
#jiathis_style_32x32 .jtico_zsvs{background-position:0px -1184px}
#jiathis_style_32x32 .jtico_stumbleupon{background-position:0px -1216px}
#jiathis_style_32x32 .jtico_tsohu{background-position:0px -1248px}
#jiathis_style_32x32 .jtico_chouti{background-position:0px -1280px}
#jiathis_style_32x32 .jtico_cnfol{background-position:0px -1312px}
#jiathis_style_32x32 .jtico_dig24{background-position:0px -1344px}
#jiathis_style_32x32 .jtico_yijee{background-position:0px -1376px}
#jiathis_style_32x32 .jtico_sdonote{background-position:0px -1408px}
#jiathis_style_32x32 .jtico_buzz{background-position:0px -1440px}
#jiathis_style_32x32 .jtico_wealink{background-position:0px -1472px}
#jiathis_style_32x32 .jtico_evernote{background-position:0px -1504px}
#jiathis_style_32x32 .jtico_linkedin{background-position:0px -1536px}
#jiathis_style_32x32 .jtico_reddit{background-position:0px -1568px}
#jiathis_style_32x32 .jtico_fwisp{background-position:0px -1600px}
#jiathis_style_32x32 .jtico_cyzone{background-position:0px -1632px}
#jiathis_style_32x32 .jtico_youdao{background-position:0px -1664px}
#jiathis_style_32x32 .jtico_netvibes{background-position:0px -1696px}
#jiathis_style_32x32 .jtico_myspace{background-position:0px -1728px}
#jiathis_style_32x32 .jtico_tqq{background-position:0px -1760px}
#jiathis_style_32x32 .jtico_feixin{background-position:0px -1792px}
#jiathis_style_32x32 .jtico_youshi{background-position:0px -1824px}
#jiathis_style_32x32 .jtico_xiaoyou{background-position:0px -1856px}
#jiathis_style_32x32 .jtico_tifeng{background-position:0px -1888px}
#jiathis_style_32x32 .jtico_dream163{background-position:0px -1920px}
#jiathis_style_32x32 .jtico_ifengkb{background-position:0px -1952px}
#jiathis_style_32x32 .jtico_email{background-position:0px -1984px}
#jiathis_style_32x32 .jtico_taobao{background-position:0px -2016px}
#jiathis_style_32x32 .jtico_jiathis{background-position:0px -2048px}
#jiathis_style_32x32 .jtico_tyaolan{background-position:0px -2080px}
#jiathis_style_32x32 .jtico_masar{background-position:0px -2112px}
#jiathis_style_32x32 .jtico_binzhi{background-position:0px -2144px}
#jiathis_style_32x32 .jtico_51{background-position:0px -2176px}
#jiathis_style_32x32 .jtico_qq{background-position:0px -2208px}
#jiathis_style_32x32 .jtico_digu{background-position:0px -2240px}
#jiathis_style_32x32 .jtico_douban9dian{background-position:0px -2272px}
#jiathis_style_32x32 .jtico_yixin{background-position:0px -2304px}
#jiathis_style_32x32 .jtico_pdfonline{background-position:0px -2336px}
#jiathis_style_32x32 .jtico_printfriendly{background-position:0px -2368px}
#jiathis_style_32x32 .jtico_duitang{background-position:0px -2400px}
#jiathis_style_32x32 .jtico_diigo{background-position:0px -2432px}
#jiathis_style_32x32 .jtico_friendfeed{background-position:0px -2464px}
#jiathis_style_32x32 .jtico_mixx{background-position:0px -2496px}
#jiathis_style_32x32 .jtico_plaxo{background-position:0px -2528px}
#jiathis_style_32x32 .jtico_tpeople{background-position:0px -2560px}
#jiathis_style_32x32 .jtico_print{background-position:0px -2592px}
#jiathis_style_32x32 .jtico_plurk{background-position:0px -2624px}
#jiathis_style_32x32 .jtico_189mail{background-position:0px -2656px}
#jiathis_style_32x32 .jtico_i139{background-position:0px -2688px}
#jiathis_style_32x32 .jtico_thexun{background-position:0px -2720px}
#jiathis_style_32x32 .jtico_tianya{background-position:0px -2752px}
#jiathis_style_32x32 .jtico_kansohu{background-position:0px -2784px}
#jiathis_style_32x32 .jtico_ganniu{background-position:0px -2816px}
#jiathis_style_32x32 .jtico_189cn{background-position:0px -2848px}
#jiathis_style_32x32 .jtico_mop{background-position:0px -2880px}
#jiathis_style_32x32 .jtico_alibaba{background-position:0px -2912px}
#jiathis_style_32x32 .jtico_mailru{background-position:0px -2944px}
#jiathis_style_32x32 .jtico_leihou{background-position:0px -2976px}
#jiathis_style_32x32 .jtico_139{background-position:0px -3008px}
#jiathis_style_32x32 .jtico_139mail{background-position:0px -3040px}
#jiathis_style_32x32 .jtico_w3c{background-position:0px -3072px}
#jiathis_style_32x32 .jtico_99earth{background-position:0px -3104px}
#jiathis_style_32x32 .jtico_xqw{background-position:0px -3136px}
#jiathis_style_32x32 .jtico_google{background-position:0px -3168px}
#jiathis_style_32x32 .jtico_jcrb{background-position:0px -3200px}
#jiathis_style_32x32 .jtico_miliao{background-position:0px -3232px}
#jiathis_style_32x32 .jtico_tuita{background-position:0px -3264px}
#jiathis_style_32x32 .jtico_copy{background-position:0px -3296px}
#jiathis_style_32x32 .jtico_pingfm{background-position:0px -3328px}
#jiathis_style_32x32 .jtico_pocket{background-position:0px -3360px}
#jiathis_style_32x32 .jtico_funp{background-position:0px -3392px}
#jiathis_style_32x32 .jtico_phonefavs{background-position:0px -3424px}
#jiathis_style_32x32 .jtico_instapaper{background-position:0px -3456px}
#jiathis_style_32x32 .jtico_myshare{background-position:0px -3488px}
#jiathis_style_32x32 .jtico_bitly{background-position:0px -3520px}
#jiathis_style_32x32 .jtico_netlog{background-position:0px -3552px}
#jiathis_style_32x32 .jtico_ydnote{background-position:0px -3584px}
#jiathis_style_32x32 .jtico_meilishuo{background-position:0px -3616px}
#jiathis_style_32x32 .jtico_mogujie{background-position:0px -3648px}
#jiathis_style_32x32 .jtico_weixin{background-position:0px -3680px}
#jiathis_style_32x32 .jtico_tianji{background-position:0px -3712px}
#jiathis_style_32x32 .jtico_tumblr{background-position:0px -3744px}
#jiathis_style_32x32 .jtico_ishare{background-position:0px -3776px}
#jiathis_style_32x32 .jtico_pinterest{background-position:0px -3808px}
#jiathis_style_32x32 .jtico_toeeee{background-position:0px -3840px}
#jiathis_style_32x32 .jtico_189share{background-position:0px -3872px}
#jiathis_style_32x32 .jtico_txinhua{background-position:0px -3904px}
#jiathis_style_32x32 .jtico_googleplus{background-position:0px -3936px}
#jiathis_style_32x32 .jtico_faxianla{background-position:0px -3968px}
#jiathis_style_32x32 .jtico_iwo{background-position:0px -4000px}
#jiathis_style_32x32 .jtico_cqq{background-position:0px -4032px}
#jiathis_style_32x32 .jtico_mwsq{background-position:0px -704px}


.jiathis_style   dl, .jiathis_style dt, .jiathis_style dd, .jiathis_style ol, .jiathis_style ul, .jiathis_style li, .jiathis_style fieldset, .jiathis_style form, .jiathis_style label, .jiathis_style legend, .jiathis_style table, .jiathis_style caption, .jiathis_style tbody, .jiathis_style tfoot, .jiathis_style thead, .jiathis_style tr, .jiathis_style th, .jiathis_style td, .jiathis_style span {vertical-align:middle;margin:0;padding:0;font-family:'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;}
.jiathis_style  .jiadiv_01{border:#CCCCCC solid 1px; width:240px;background:#ffffff;text-align:left;overflow:hidden;}
.jiathis_style  .jiadiv_02{padding:1px!important; font-size:14px!important; text-align:left!important;}
.jiathis_style  .jiadiv_02 .jiatitle{margin:1px 0;height:20px;padding-left:5px;padding-top:4px;width:107px;float:left;display:block;border:1px solid #ffffff;background:#ffffff;text-decoration:none;color:#000000;font-size:12px!important;}
.jiathis_style  .jiadiv_02 .jiatitle:hover{background:#F2F2F2;border:1px solid #E5E5E5;text-decoration:none;}
.jiathis_style  .jiadiv_02 .jiatitle img{margin:3px 0 -3px 0;border:0;}
.jiathis_style  .jiadiv_01 .link_01{text-decoration:none; font-size:12px}
.jiathis_style  .jiadiv_01 .link_01:hover{text-decoration:underline; font-size:12px}
.jiathis_style  .jtico{text-align:left;overflow:hidden;display:block!important;height:16px!important;line-height:16px!important;padding-left:20px!important;background:url("http://v3.jiathis.com/code/css/../images/jiathis_ico.png") no-repeat left;cursor:pointer}
.jiathis_style  .jtico:hover{opacity:0.8;}

.jiathis_style  .jtico_copy{background-position:0px 0px}
.jiathis_style  .jtico_email{background-position:0px -32px}
.jiathis_style  .jtico_fav{background-position:0px -16px}
.jiathis_style  .jtico_buzz{background-position:0px -48px}
.jiathis_style  .jtico_qzone{background-position:0px -64px}
.jiathis_style  .jtico_baidu{background-position:0px -80px}
.jiathis_style  .jtico_tsina{background-position:0px -96px}
.jiathis_style  .jtico_tsohu{background-position:0px -112px}
.jiathis_style  .jtico_t163{background-position:0px -128px}
.jiathis_style  .jtico_tqq{background-position:0px -144px}
.jiathis_style  .jtico_renren{background-position:0px -160px}
.jiathis_style  .jtico_kaixin001{background-position:0px -176px}
.jiathis_style  .jtico_qingbiji{background-position:0px -192px}
.jiathis_style  .jtico_taobao{background-position:0px -208px}
.jiathis_style  .jtico_hi{background-position:0px -224px}
.jiathis_style  .jtico_xiaoyou{background-position:0px -240px}
.jiathis_style  .jtico_youshi{background-position:0px -256px}
.jiathis_style  .jtico_gmail{background-position:0px -272px}
.jiathis_style  .jtico_hotmail{background-position:0px -288px}
.jiathis_style  .jtico_xqw{background-position:0px -304px}
.jiathis_style  .jtico_feixin{background-position:0px -320px}
.jiathis_style  .jtico_51{background-position:0px -336px}
.jiathis_style  .jtico_google{background-position:0px -352px}
.jiathis_style  .jtico_youdao{background-position:0px -368px}
.jiathis_style  .jtico_qq{background-position:0px -384px}
.jiathis_style  .jtico_sina{background-position:0px -400px}
.jiathis_style  .jtico_tuita{background-position:0px -416px}
.jiathis_style  .jtico_huaban{background-position:0px -432px}
.jiathis_style  .jtico_115{background-position:0px -448px}
.jiathis_style  .jtico_hexun{background-position:0px -464px}
.jiathis_style  .jtico_myspace{background-position:0px -480px}
.jiathis_style  .jtico_139{background-position:0px -496px}
.jiathis_style  .jtico_tieba{background-position:0px -512px}
.jiathis_style  .jtico_sdonote{background-position:0px -528px}
.jiathis_style  .jtico_digu{background-position:0px -544px}
.jiathis_style  .jtico_douban{background-position:0px -560px}
.jiathis_style  .jtico_ifengkb{background-position:0px -576px}
.jiathis_style  .jtico_xianguo{background-position:0px -592px}
.jiathis_style  .jtico_mingdao{background-position:0px -608px}
.jiathis_style  .jtico_renjian{background-position:0px -624px}
.jiathis_style  .jtico_gmw{background-position:0px -640px}
.jiathis_style  .jtico_delicious{background-position:0px -656px}
.jiathis_style  .jtico_digg{background-position:0px -672px}
.jiathis_style  .jtico_fb{background-position:0px -688px}
.jiathis_style  .jtico_twitter{background-position:0px -704px}
.jiathis_style  .jtico_ujian{background-position:0px -720px}
.jiathis_style  .jtico_poco{background-position:0px -736px}
.jiathis_style  .jtico_wealink{background-position:0px -752px}
.jiathis_style  .jtico_cnfol{background-position:0px -768px}

.jiathis_style  .jtico_qileke{background-position:0px -800px}
.jiathis_style  .jtico_tongxue{background-position:0px -816px}
.jiathis_style  .jtico_waakee{background-position:0px -832px}
.jiathis_style  .jtico_ydnote{background-position:0px -848px}
.jiathis_style  .jtico_cyzone{background-position:0px -864px}
.jiathis_style  .jtico_diandian{background-position:0px -880px}
.jiathis_style  .jtico_jcrb{background-position:0px -896px}
.jiathis_style  .jtico_99earth{background-position:0px -912px}
.jiathis_style  .jtico_chouti{background-position:0px -928px}
.jiathis_style  .jtico_dig24{background-position:0px -944px}
.jiathis_style  .jtico_douban9dian{background-position:0px -960px}
.jiathis_style  .jtico_i139{background-position:0px -976px}
.jiathis_style  .jtico_caimi{background-position:0px -992px}
.jiathis_style  .jtico_yixin{background-position:0px -1008px}
.jiathis_style  .jtico_yijee{background-position:0px -1024px}
.jiathis_style  .jtico_pdfonline{background-position:0px -1040px}
.jiathis_style  .jtico_printfriendly{background-position:0px -1056px}
.jiathis_style  .jtico_translate{background-position:0px -1072px}
.jiathis_style  .jtico_duitang{background-position:0px -1088px}
.jiathis_style  .jtico_diigo{background-position:0px -1104px}
.jiathis_style  .jtico_evernote{background-position:0px -1120px}
.jiathis_style  .jtico_friendfeed{background-position:0px -1136px}
.jiathis_style  .jtico_linkedin{background-position:0px -1152px}
.jiathis_style  .jtico_mixx{background-position:0px -1168px}
.jiathis_style  .jtico_netlog{background-position:0px -1184px}
.jiathis_style  .jtico_netvibes{background-position:0px -1200px}
.jiathis_style  .jtico_phonefavs{background-position:0px -1216px}
.jiathis_style  .jtico_pingfm{background-position:0px -1232px}
.jiathis_style  .jtico_plaxo{background-position:0px -1248px}
.jiathis_style  .jtico_tpeople{background-position:0px -1264px}
.jiathis_style  .jtico_reddit{background-position:0px -1280px}
.jiathis_style  .jtico_wong{background-position:0px -1296px}
.jiathis_style  .jtico_stumbleupon{background-position:0px -1312px}
.jiathis_style  .jtico_plurk{background-position:0px -1328px}
.jiathis_style  .jtico_funp{background-position:0px -1344px}
.jiathis_style  .jtico_miliao{background-position:0px -1360px}
.jiathis_style  .jtico_myshare{background-position:0px -1376px}
.jiathis_style  .jtico_fwisp{background-position:0px -1392px}
.jiathis_style  .jtico_more,.jiathis_style .jtico_jiathis{background-position:0px -1408px}
.jiathis_style  .jtico_msn{background-position:0px -1424px}
.jiathis_style  .jtico_fanfou{background-position:0px -1440px}
.jiathis_style  .jtico_189mail{background-position:0px -1456px}
.jiathis_style  .jtico_dream163{background-position:0px -1472px}
.jiathis_style  .jtico_thexun{background-position:0px -1488px}
.jiathis_style  .jtico_tianya{background-position:0px -1505px}
.jiathis_style  .jtico_w3c{background-position:0px -1521px}
.jiathis_style  .jtico_tifeng{background-position:0px -1537px}
.jiathis_style  .jtico_bitly{background-position:0px -1553px}
.jiathis_style  .jtico_kansohu{background-position:0px -1569px}
.jiathis_style  .jtico_ganniu{background-position:0px -1585px}
.jiathis_style  .jtico_189cn{background-position:0px -1601px}
.jiathis_style  .jtico_masar{background-position:0px -1617px}
.jiathis_style  .jtico_binzhi{background-position:0px -1633px}
.jiathis_style  .jtico_mop{background-position:0px -1649px}
.jiathis_style  .jtico_alibaba{background-position:0px -1665px}
.jiathis_style  .jtico_leihou{background-position:0px -1681px}
.jiathis_style  .jtico_mailru{background-position:0px -1697px}
.jiathis_style  .jtico_pocket{background-position:0px -1713px}
.jiathis_style  .jtico_instapaper{background-position:0px -1729px}
.jiathis_style  .jtico_print{background-position:0px -1745px}
.jiathis_style  .jtico_139mail{background-position:0px -1760px}
.jiathis_style  .jtico_meilishuo{background-position:0px -1777px}
.jiathis_style  .jtico_mogujie{background-position:0px -1793px}
.jiathis_style  .jtico_weixin{background-position:0px -1809px}
.jiathis_style  .jtico_tianji{background-position:0px -1825px}
.jiathis_style  .jtico_tumblr{background-position:0px -1841px}
.jiathis_style  .jtico_ishare{background-position:0px -1857px}
.jiathis_style  .jtico_zsvs{background-position:0px -1873px}
.jiathis_style  .jtico_pinterest{background-position:0px -1889px}
.jiathis_style  .jtico_toeeee{background-position:0px -1905px}
.jiathis_style  .jtico_tyaolan{background-position:0px -1921px}
.jiathis_style  .jtico_189share{background-position:0px -1937px}
.jiathis_style  .jtico_txinhua{background-position:0px -1953px}
.jiathis_style  .jtico_googleplus{background-position:0px -1969px}
.jiathis_style  .jtico_faxianla{background-position:0px -1985px}
.jiathis_style  .jtico_iwo{background-position:0px -2001px}
.jiathis_style  .jtico_cqq{background-position:0px -2017px}
.jiathis_style  .jtico_mwsq{background-position:0px -800px}


.jiathis_style  .button,.jiathis_style .jiathis_txt{float:left;font-size:12px;text-decoration:none;line-height:18px!important;}
.jiathis_style  .separator,.jiathis_style .jiathis_separator{display:block;float:left;margin:0 5px;line-height:16px!important;}
.jiathis_style  .searchTxt{text-align:left;margin:7px 0 0 28px;background:#FFFFFF;border:none;width:240px;font-size:12px;color:#999;}
.jiathis_style  .searchTxtCont{width:300px;background:#F2F2F2;border-bottom:1px solid #E5E5E5;padding:0 0 0 5px}
.jiathis_style  .centerBottom{width:300px;background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;}
.jiathis_style  .centerTitle{float:right;*padding:3px 0 0;}
.jiathis_style  .ckepopBottom{background:#F2F2F2;border-top:1px solid #E5E5E5;padding-left:5px;}
.jiathis_style  .jt_sharetitle{font-weight:bold;font-size:12px;}
.jiathis_style  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}
.jiathis_style  img{display:inline;vertical-align:middle;}



.jiathis_style_32x32  .jtico{text-align:left;overflow:hidden;display:block!important;height:32px!important;line-height:32px!important;padding-left:36px!important;background:url("http://v3.jiathis.com/code/css/../images/jiathis_ico_32x32.png") no-repeat left;cursor:pointer}
.jiathis_style_32x32  .jtico:hover{opacity:0.8;}
.jiathis_style_32x32  .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:32px!important;}
.jiathis_style_32x32  .jiathis_separator{display:block;float:left;margin:0 5px;line-height:32px!important;}
.jiathis_style_32x32  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}

.jiathis_style_32x32 .jtico_tsina{background-position:0px 0px}
.jiathis_style_32x32 .jtico_qzone{background-position:0px -32px}
.jiathis_style_32x32 .jtico_renren{background-position:0px -64px}
.jiathis_style_32x32 .jtico_gmail{background-position:0px -96px}
.jiathis_style_32x32 .jtico_fav{background-position:0px -128px}
.jiathis_style_32x32 .jtico_tieba{background-position:0px -160px}
.jiathis_style_32x32 .jtico_kaixin001{background-position:0px -192px}
.jiathis_style_32x32 .jtico_douban{background-position:0px -224px}
.jiathis_style_32x32 .jtico_hi{background-position:0px -256px}
.jiathis_style_32x32 .jtico_qingbiji{background-position:0px -288px}
.jiathis_style_32x32 .jtico_t163{background-position:0px -320px}
.jiathis_style_32x32 .jtico_baidu{background-position:0px -352px}
.jiathis_style_32x32 .jtico_translate{background-position:0px -384px}
.jiathis_style_32x32 .jtico_sina{background-position:0px -416px}
.jiathis_style_32x32 .jtico_huaban{background-position:0px -448px}
.jiathis_style_32x32 .jtico_hotmail{background-position:0px -480px}
.jiathis_style_32x32 .jtico_hexun{background-position:0px -512px}
.jiathis_style_32x32 .jtico_fanfou{background-position:0px -544px}
.jiathis_style_32x32 .jtico_poco{background-position:0px -576px}
.jiathis_style_32x32 .jtico_waakee{background-position:0px -608px}
.jiathis_style_32x32 .jtico_xianguo{background-position:0px -640px}
.jiathis_style_32x32 .jtico_mingdao{background-position:0px -672px}
.jiathis_style_32x32 .jtico_qileke{background-position:0px -704px}
.jiathis_style_32x32 .jtico_diandian{background-position:0px -736px}
.jiathis_style_32x32 .jtico_leshou{background-position:0px -768px}
.jiathis_style_32x32 .jtico_gmw{background-position:0px -800px}
.jiathis_style_32x32 .jtico_115{background-position:0px -832px}
.jiathis_style_32x32 .jtico_msn{background-position:0px -864px}
.jiathis_style_32x32 .jtico_caimi{background-position:0px -896px}
.jiathis_style_32x32 .jtico_renjian{background-position:0px -928px}
.jiathis_style_32x32 .jtico_fb{background-position:0px -960px}
.jiathis_style_32x32 .jtico_ujian{background-position:0px -992px}
.jiathis_style_32x32 .jtico_twitter{background-position:0px -1024px}
.jiathis_style_32x32 .jtico_delicious{background-position:0px -1056px}
.jiathis_style_32x32 .jtico_digg{background-position:0px -1088px}
.jiathis_style_32x32 .jtico_diglog{background-position:0px -1120px}
.jiathis_style_32x32 .jtico_wong{background-position:0px -1152px}
.jiathis_style_32x32 .jtico_zsvs{background-position:0px -1184px}
.jiathis_style_32x32 .jtico_stumbleupon{background-position:0px -1216px}
.jiathis_style_32x32 .jtico_tsohu{background-position:0px -1248px}
.jiathis_style_32x32 .jtico_chouti{background-position:0px -1280px}
.jiathis_style_32x32 .jtico_cnfol{background-position:0px -1312px}
.jiathis_style_32x32 .jtico_dig24{background-position:0px -1344px}
.jiathis_style_32x32 .jtico_yijee{background-position:0px -1376px}
.jiathis_style_32x32 .jtico_sdonote{background-position:0px -1408px}
.jiathis_style_32x32 .jtico_buzz{background-position:0px -1440px}
.jiathis_style_32x32 .jtico_wealink{background-position:0px -1472px}
.jiathis_style_32x32 .jtico_evernote{background-position:0px -1504px}
.jiathis_style_32x32 .jtico_linkedin{background-position:0px -1536px}
.jiathis_style_32x32 .jtico_reddit{background-position:0px -1568px}
.jiathis_style_32x32 .jtico_fwisp{background-position:0px -1600px}
.jiathis_style_32x32 .jtico_cyzone{background-position:0px -1632px}
.jiathis_style_32x32 .jtico_youdao{background-position:0px -1664px}
.jiathis_style_32x32 .jtico_netvibes{background-position:0px -1696px}
.jiathis_style_32x32 .jtico_myspace{background-position:0px -1728px}
.jiathis_style_32x32 .jtico_tqq{background-position:0px -1760px}
.jiathis_style_32x32 .jtico_feixin{background-position:0px -1792px}
.jiathis_style_32x32 .jtico_youshi{background-position:0px -1824px}
.jiathis_style_32x32 .jtico_xiaoyou{background-position:0px -1856px}
.jiathis_style_32x32 .jtico_tifeng{background-position:0px -1888px}
.jiathis_style_32x32 .jtico_dream163{background-position:0px -1920px}
.jiathis_style_32x32 .jtico_ifengkb{background-position:0px -1952px}
.jiathis_style_32x32 .jtico_email{background-position:0px -1984px}
.jiathis_style_32x32 .jtico_taobao{background-position:0px -2016px}
.jiathis_style_32x32 .jtico_jiathis{background-position:0px -2048px}
.jiathis_style_32x32 .jtico_tyaolan{background-position:0px -2080px}
.jiathis_style_32x32 .jtico_masar{background-position:0px -2112px}
.jiathis_style_32x32 .jtico_binzhi{background-position:0px -2144px}
.jiathis_style_32x32 .jtico_51{background-position:0px -2176px}
.jiathis_style_32x32 .jtico_qq{background-position:0px -2208px}
.jiathis_style_32x32 .jtico_digu{background-position:0px -2240px}
.jiathis_style_32x32 .jtico_douban9dian{background-position:0px -2272px}
.jiathis_style_32x32 .jtico_yixin{background-position:0px -2304px}
.jiathis_style_32x32 .jtico_pdfonline{background-position:0px -2336px}
.jiathis_style_32x32 .jtico_printfriendly{background-position:0px -2368px}
.jiathis_style_32x32 .jtico_duitang{background-position:0px -2400px}
.jiathis_style_32x32 .jtico_diigo{background-position:0px -2432px}
.jiathis_style_32x32 .jtico_friendfeed{background-position:0px -2464px}
.jiathis_style_32x32 .jtico_mixx{background-position:0px -2496px}
.jiathis_style_32x32 .jtico_plaxo{background-position:0px -2528px}
.jiathis_style_32x32 .jtico_tpeople{background-position:0px -2560px}
.jiathis_style_32x32 .jtico_print{background-position:0px -2592px}
.jiathis_style_32x32 .jtico_plurk{background-position:0px -2624px}
.jiathis_style_32x32 .jtico_189mail{background-position:0px -2656px}
.jiathis_style_32x32 .jtico_i139{background-position:0px -2688px}
.jiathis_style_32x32 .jtico_thexun{background-position:0px -2720px}
.jiathis_style_32x32 .jtico_tianya{background-position:0px -2752px}
.jiathis_style_32x32 .jtico_kansohu{background-position:0px -2784px}
.jiathis_style_32x32 .jtico_ganniu{background-position:0px -2816px}
.jiathis_style_32x32 .jtico_189cn{background-position:0px -2848px}
.jiathis_style_32x32 .jtico_mop{background-position:0px -2880px}
.jiathis_style_32x32 .jtico_alibaba{background-position:0px -2912px}
.jiathis_style_32x32 .jtico_mailru{background-position:0px -2944px}
.jiathis_style_32x32 .jtico_leihou{background-position:0px -2976px}
.jiathis_style_32x32 .jtico_139{background-position:0px -3008px}
.jiathis_style_32x32 .jtico_139mail{background-position:0px -3040px}
.jiathis_style_32x32 .jtico_w3c{background-position:0px -3072px}
.jiathis_style_32x32 .jtico_99earth{background-position:0px -3104px}
.jiathis_style_32x32 .jtico_xqw{background-position:0px -3136px}
.jiathis_style_32x32 .jtico_google{background-position:0px -3168px}
.jiathis_style_32x32 .jtico_jcrb{background-position:0px -3200px}
.jiathis_style_32x32 .jtico_miliao{background-position:0px -3232px}
.jiathis_style_32x32 .jtico_tuita{background-position:0px -3264px}
.jiathis_style_32x32 .jtico_copy{background-position:0px -3296px}
.jiathis_style_32x32 .jtico_pingfm{background-position:0px -3328px}
.jiathis_style_32x32 .jtico_pocket{background-position:0px -3360px}
.jiathis_style_32x32 .jtico_funp{background-position:0px -3392px}
.jiathis_style_32x32 .jtico_phonefavs{background-position:0px -3424px}
.jiathis_style_32x32 .jtico_instapaper{background-position:0px -3456px}
.jiathis_style_32x32 .jtico_myshare{background-position:0px -3488px}
.jiathis_style_32x32 .jtico_bitly{background-position:0px -3520px}
.jiathis_style_32x32 .jtico_netlog{background-position:0px -3552px}
.jiathis_style_32x32 .jtico_ydnote{background-position:0px -3584px}
.jiathis_style_32x32 .jtico_meilishuo{background-position:0px -3616px}
.jiathis_style_32x32 .jtico_mogujie{background-position:0px -3648px}
.jiathis_style_32x32 .jtico_weixin{background-position:0px -3680px}
.jiathis_style_32x32 .jtico_tianji{background-position:0px -3712px}
.jiathis_style_32x32 .jtico_tumblr{background-position:0px -3744px}
.jiathis_style_32x32 .jtico_ishare{background-position:0px -3776px}
.jiathis_style_32x32 .jtico_pinterest{background-position:0px -3808px}
.jiathis_style_32x32 .jtico_toeeee{background-position:0px -3840px}
.jiathis_style_32x32 .jtico_189share{background-position:0px -3872px}
.jiathis_style_32x32 .jtico_txinhua{background-position:0px -3904px}
.jiathis_style_32x32 .jtico_googleplus{background-position:0px -3936px}
.jiathis_style_32x32 .jtico_faxianla{background-position:0px -3968px}
.jiathis_style_32x32 .jtico_iwo{background-position:0px -4000px}
.jiathis_style_32x32 .jtico_cqq{background-position:0px -4032px}
.jiathis_style_32x32 .jtico_mwsq{background-position:0px -704px}



.jiathis_style_24x24  .jtico{text-align:left;overflow:hidden;display:block!important;height:24px!important;line-height:24px!important;padding-left:28px!important;background:url("http://v3.jiathis.com/code/css/../images/jiathis_ico_24x24.png") no-repeat left;cursor:pointer}
.jiathis_style_24x24  .jtico:hover{opacity:0.8;}
.jiathis_style_24x24  .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:24px!important;}
.jiathis_style_24x24  .jiathis_separator{display:block;float:left;margin:0 5px;line-height:24px!important;}
.jiathis_style_24x24  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}

.jiathis_style_24x24  .jtico_copy{background-position:0px 0px}
.jiathis_style_24x24  .jtico_fav{background-position:0px -24px}
.jiathis_style_24x24  .jtico_email{background-position:0px -48px}
.jiathis_style_24x24  .jtico_buzz{background-position:0px -72px}
.jiathis_style_24x24  .jtico_qzone{background-position:0px -96px}
.jiathis_style_24x24  .jtico_baidu{background-position:0px -120px}
.jiathis_style_24x24  .jtico_tsina{background-position:0px -144px}
.jiathis_style_24x24  .jtico_tsohu{background-position:0px -168px}
.jiathis_style_24x24  .jtico_t163{background-position:0px -192px}
.jiathis_style_24x24  .jtico_tqq{background-position:0px -216px}
.jiathis_style_24x24  .jtico_renren{background-position:0px -240px}
.jiathis_style_24x24  .jtico_kaixin001{background-position:0px -264px}
.jiathis_style_24x24  .jtico_qingbiji{background-position:0px -288px}
.jiathis_style_24x24  .jtico_taobao{background-position:0px -312px}
.jiathis_style_24x24  .jtico_hi{background-position:0px -336px}
.jiathis_style_24x24  .jtico_xiaoyou{background-position:0px -360px}
.jiathis_style_24x24  .jtico_youshi{background-position:0px -384px}
.jiathis_style_24x24  .jtico_gmail{background-position:0px -408px}
.jiathis_style_24x24  .jtico_hotmail{background-position:0px -432px}
.jiathis_style_24x24  .jtico_xqw{background-position:0px -456px}
.jiathis_style_24x24  .jtico_feixin{background-position:0px -480px}
.jiathis_style_24x24  .jtico_51{background-position:0px -504px}
.jiathis_style_24x24  .jtico_google{background-position:0px -528px}
.jiathis_style_24x24  .jtico_youdao{background-position:0px -552px}
.jiathis_style_24x24  .jtico_qq{background-position:0px -576px}
.jiathis_style_24x24  .jtico_sina{background-position:0px -600px}
.jiathis_style_24x24  .jtico_tuita{background-position:0px -624px}
.jiathis_style_24x24  .jtico_huaban{background-position:0px -648px}
.jiathis_style_24x24  .jtico_115{background-position:0px -672px}
.jiathis_style_24x24  .jtico_hexun{background-position:0px -696px}
.jiathis_style_24x24  .jtico_myspace{background-position:0px -720px}
.jiathis_style_24x24  .jtico_139{background-position:0px -744px}
.jiathis_style_24x24  .jtico_tieba{background-position:0px -768px}
.jiathis_style_24x24  .jtico_sdonote{background-position:0px -792px}
.jiathis_style_24x24  .jtico_digu{background-position:0px -816px}
.jiathis_style_24x24  .jtico_douban{background-position:0px -840px}
.jiathis_style_24x24  .jtico_ifengkb{background-position:0px -864px}
.jiathis_style_24x24  .jtico_xianguo{background-position:0px -888px}
.jiathis_style_24x24  .jtico_mingdao{background-position:0px -912px}
.jiathis_style_24x24  .jtico_renjian{background-position:0px -936px}
.jiathis_style_24x24  .jtico_gmw{background-position:0px -960px}
.jiathis_style_24x24  .jtico_delicious{background-position:0px -984px}
.jiathis_style_24x24  .jtico_digg{background-position:0px -1008px}
.jiathis_style_24x24  .jtico_fb{background-position:0px -1032px}
.jiathis_style_24x24  .jtico_twitter{background-position:0px -1056px}
.jiathis_style_24x24  .jtico_ujian{background-position:0px -1080px}
.jiathis_style_24x24  .jtico_poco{background-position:0px -1104px}
.jiathis_style_24x24  .jtico_wealink{background-position:0px -1128px}
.jiathis_style_24x24  .jtico_cnfol{background-position:0px -1152px}

.jiathis_style_24x24  .jtico_qileke{background-position:0px -1200px}
.jiathis_style_24x24  .jtico_tongxue{background-position:0px -1224px}
.jiathis_style_24x24  .jtico_waakee{background-position:0px -1248px}
.jiathis_style_24x24  .jtico_ydnote{background-position:0px -1272px}
.jiathis_style_24x24  .jtico_cyzone{background-position:0px -1296px}
.jiathis_style_24x24  .jtico_diandian{background-position:0px -1320px}
.jiathis_style_24x24  .jtico_jcrb{background-position:0px -1344px}
.jiathis_style_24x24  .jtico_99earth{background-position:0px -1368px}
.jiathis_style_24x24  .jtico_chouti{background-position:0px -1392px}
.jiathis_style_24x24  .jtico_dig24{background-position:0px -1416px}
.jiathis_style_24x24  .jtico_douban9dian{background-position:0px -1440px}
.jiathis_style_24x24  .jtico_i139{background-position:0px -1464px}
.jiathis_style_24x24  .jtico_caimi{background-position:0px -1488px}
.jiathis_style_24x24  .jtico_yixin{background-position:0px -1512px}
.jiathis_style_24x24  .jtico_yijee{background-position:0px -1536px}
.jiathis_style_24x24  .jtico_pdfonline{background-position:0px -1560px}
.jiathis_style_24x24  .jtico_printfriendly{background-position:0px -1584px}
.jiathis_style_24x24  .jtico_translate{background-position:0px -1608px}
.jiathis_style_24x24  .jtico_duitang{background-position:0px -1632px}
.jiathis_style_24x24  .jtico_diigo{background-position:0px -1656px}
.jiathis_style_24x24  .jtico_evernote{background-position:0px -1680px}
.jiathis_style_24x24  .jtico_friendfeed{background-position:0px -1704px}
.jiathis_style_24x24  .jtico_linkedin{background-position:0px -1728px}
.jiathis_style_24x24  .jtico_mixx{background-position:0px -1752px}
.jiathis_style_24x24  .jtico_netlog{background-position:0px -1776px}
.jiathis_style_24x24  .jtico_netvibes{background-position:0px -1800px}
.jiathis_style_24x24  .jtico_phonefavs{background-position:0px -1824px}
.jiathis_style_24x24  .jtico_pingfm{background-position:0px -1848px}
.jiathis_style_24x24  .jtico_plaxo{background-position:0px -1872px}
.jiathis_style_24x24  .jtico_tpeople{background-position:0px -1896px}
.jiathis_style_24x24  .jtico_reddit{background-position:0px -1920px}
.jiathis_style_24x24  .jtico_wong{background-position:0px -1944px}
.jiathis_style_24x24  .jtico_stumbleupon{background-position:0px -1968px}
.jiathis_style_24x24  .jtico_plurk{background-position:0px -1992px}
.jiathis_style_24x24  .jtico_funp{background-position:0px -2016px}
.jiathis_style_24x24  .jtico_miliao{background-position:0px -2040px}
.jiathis_style_24x24  .jtico_myshare{background-position:0px -2064px}
.jiathis_style_24x24  .jtico_fwisp{background-position:0px -2088px}
.jiathis_style_24x24  .jtico_more,.jiathis_style_24x24 .jtico_jiathis{background-position:0px -2112px}
.jiathis_style_24x24  .jtico_msn{background-position:0px -2136px}
.jiathis_style_24x24  .jtico_fanfou{background-position:0px -2160px}
.jiathis_style_24x24  .jtico_189mail{background-position:0px -2184px}
.jiathis_style_24x24  .jtico_dream163{background-position:0px -2208px}
.jiathis_style_24x24  .jtico_thexun{background-position:0px -2232px}
.jiathis_style_24x24  .jtico_tianya{background-position:0px -2256px}
.jiathis_style_24x24  .jtico_w3c{background-position:0px -2280px}
.jiathis_style_24x24  .jtico_tifeng{background-position:0px -2304px}
.jiathis_style_24x24  .jtico_bitly{background-position:0px -2328px}
.jiathis_style_24x24  .jtico_kansohu{background-position:0px -2352px}
.jiathis_style_24x24  .jtico_ganniu{background-position:0px -2376px}
.jiathis_style_24x24  .jtico_189cn{background-position:0px -2400px}
.jiathis_style_24x24  .jtico_masar{background-position:0px -2424px}
.jiathis_style_24x24  .jtico_binzhi{background-position:0px -2448px}
.jiathis_style_24x24  .jtico_mop{background-position:0px -2472px}
.jiathis_style_24x24  .jtico_alibaba{background-position:0px -2496px}
.jiathis_style_24x24  .jtico_leihou{background-position:0px -2520px}
.jiathis_style_24x24  .jtico_mailru{background-position:0px -2544px}
.jiathis_style_24x24  .jtico_pocket{background-position:0px -2568px}
.jiathis_style_24x24  .jtico_instapaper{background-position:0px -2592px}
.jiathis_style_24x24  .jtico_print{background-position:0px -2616px}
.jiathis_style_24x24  .jtico_139mail{background-position:0px -2640px}
.jiathis_style_24x24  .jtico_meilishuo{background-position:0px -2664px}
.jiathis_style_24x24  .jtico_mogujie{background-position:0px -2688px}
.jiathis_style_24x24  .jtico_weixin{background-position:0px -2712px}
.jiathis_style_24x24  .jtico_tianji{background-position:0px -2736px}
.jiathis_style_24x24  .jtico_tumblr{background-position:0px -2760px}
.jiathis_style_24x24  .jtico_ishare{background-position:0px -2784px}
.jiathis_style_24x24  .jtico_zsvs{background-position:0px -2808px}
.jiathis_style_24x24  .jtico_pinterest{background-position:0px -2832px}
.jiathis_style_24x24  .jtico_toeeee{background-position:0px -2856px}
.jiathis_style_24x24  .jtico_tyaolan{background-position:0px -2880px}
.jiathis_style_24x24  .jtico_189share{background-position:0px -2904px}
.jiathis_style_24x24  .jtico_txinhua{background-position:0px -2928px}
.jiathis_style_24x24  .jtico_googleplus{background-position:0px -2952px}
.jiathis_style_24x24  .jtico_faxianla{background-position:0px -2976px}
.jiathis_style_24x24  .jtico_iwo{background-position:0px -3000px}
.jiathis_style_24x24  .jtico_cqq{background-position:0px -3024px}
.jiathis_style_24x24  .jtico_mwsq{background-position:0px -1200px}
