html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
::-webkit-scrollbar{ width:5px; height:5px; background-color:#fff;border-radius: 5px}
::-webkit-scrollbar:hover{ /*background-color:#eee;*/ }
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#ccc; height:10px;border-radius: 5px}
::-webkit-scrollbar-thumb:hover{ background-color: #1c3956;}
::-webkit-scrollbar-thumb:active{ background-color:#1c3956;}
/* =s base */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;}
::selection {background:#fe917b; color:#fff;}
html,body{background:#fff;}
body{font-family:"microsoft yahei",Arial;color:#000; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.hide {display:none;}
.thide{text-indent: -9999px; position: absolute; left: -9999px;}
.inner{width:1200px;margin:0 auto;position: relative;}
.yahei{font-family: "microsoft yahei";}
.fr{float: right;}
.fl{float: left;}
body{
	background: url(../images/alipay/ftBg.png) no-repeat right bottom,url(../images/alipay/bg.png) repeat-y center top;
	font-family: '思源黑体 CN';
	background-size: contain;
}
.header{
	height: 34px;
	padding: 22px 0;
	background: #fff;
}
.header img{
	vertical-align: top;
}
.aliMain{
	background-image: url(../images/alipay/mainBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 200px;
	min-width: 1200px;
}
/* .aliMain.bg0{
	background-color: #133e68;
	background-image: url(../images/alipay/mainPic/bg0.jpg);
}
.aliMain.bg1{
	background-color: #572CEE;
	background-image: url(../images/alipay/mainPic/bg1.jpg);
} */
.aliMain .playBox{
	padding-top: 492px;
}
.aliMain .playBox .box{
	width: 800px;
	height: 400px;
	float: left;
	background: #1d1d1d;
}
.aliMain .playBox .menu{
	overflow: hidden;
	background: rgba(0,0,0,0.4);
	height: 400px;
	background: -moz-linear-gradient(top,  #fefefd 0%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefd), color-stop(100%,#d1d1d1));
    background: -webkit-linear-gradient(top,  #fefefd 0%,#d1d1d1 100%);
    background: -o-linear-gradient(top,  #fefefd 0%,#d1d1d1 100%);
    background: -ms-linear-gradient(top,  #fefefd 0%,#d1d1d1 100%);
    background: linear-gradient(to bottom,  #fefefd 0%,#d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#d1d1d1',GradientType=0 );
}
.aliMain .playBox .menu ul{
	padding-top: 70px;
}
.aliMain .playBox .menu li{
	height: 60px;
	line-height: 60px;
	padding-left: 50px;
	font-size: 18px;
	color:#343434;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
}
.aliMain .playBox .menu li.cur{
	background: url(../images/alipay/liBg.png) repeat-y;
	color:#fff;
}
.aliMain .playBox .menu li.cur em{
	position: absolute;
	left: 32px;
	top:24px;
	background: url(../images/alipay//icons.png) no-repeat -7px -6px;
	width: 9px;
	height: 12px;
}
.aliMain .playBox .box .item{
	display: none;
}
.aliMain .playBox .box .item.cur{
	display: block;
}
.aliMain .playTxt{
	
	padding: 18px 30px 24px 30px;
	color:#343434;
	font-size: 16px;
	line-height: 34px;
	margin-top: 18px;
	position: relative;
	background: -moz-linear-gradient(top,  #fff 0%, #d5d5d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#d5d5d6));
    background: -webkit-linear-gradient(top,  #fff 0%,#d5d5d6 100%);
    background: -o-linear-gradient(top,  #fff 0%,#d5d5d6 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#d5d5d6 100%);
    background: linear-gradient(to bottom,  #fff 0%,#d5d5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d5d5d6',GradientType=0 );
}
.aliMain .playTxt .item{
	display: none;
}
.aliMain .playTxt .item.cur{
	display: block;
}
.aliMain .playTxt .arrow{
	position: absolute;
	background: url(../images/alipay//icons.png) no-repeat -9px -30px;
	width: 23px;
	height: 18px;
	left: 30px;
	top: -18px;
}
.comTitle{
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 32px;
	color:#2c4b5f;
}
.comTitle em{
	display: inline-block;
	margin:0 20px;
	background: url(../images/alipay//icons.png) no-repeat;
	width: 74px;
	height: 32px;
	vertical-align: middle;
}
.comTitle em.lico{
	background-position: -7px -160px;
	
}
.comTitle em.rico{
	background-position: -7px -160px;
}
.hotArticle{
	padding-top: 100px;
	padding-bottom: 100px;
}
.hotArticle .list{
	padding-top: 60px;
}
.hotArticle .list li{
	overflow: hidden;
}
.hotArticle .list li .imgs{
	float: left;
	width: 292px;
	margin-right: 15px;
}
.hotArticle .list li .imgs img{
	width: 292px;
	height: 178px;
	vertical-align: top;
}
.hotArticle .list li .txt{
	overflow: hidden;
	background: -moz-linear-gradient(top,  #fff 0%, #d5d5d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#d5d5d6));
    background: -webkit-linear-gradient(top,  #fff 0%,#d5d5d6 100%);
    background: -o-linear-gradient(top,  #fff 0%,#d5d5d6 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#d5d5d6 100%);
    background: linear-gradient(to bottom,  #fff 0%,#d5d5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#d5d5d6',GradientType=0 );
	padding: 15px 20px;
	height: 148px;
}
.hotArticle .list li .txt .hdTit a{
	font-size: 24px;
	color:#676767;
}
.hotArticle .list li .txt .des{
	font-size: 16px;
	color:#3c6277;
	padding-top: 15px;
}
.hotArticle .list li .txt .msg{
	padding-top: 20px;
	font-size: 16px;
	color:#3c6277;
	line-height: 38px;
	
}
.hotArticle .list li .txt .msg span{
	padding-right: 100px;
	display: inline-block;
}
.hotArticle .list li .txt .msg img{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.gusetList{
}
.gusetList .list{
	margin-top: 60px;
}
.gusetList .list li{
	width: 284px;
	float: left;
	margin-right: 21px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.gusetList .list li:last-child{
	margin-right: 0;
}
.gusetList .list li:hover{
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
}
.gusetList .list li:last-child{
	margin-right: 0;
}
.gusetList .list li img{
	display: block;
}
.gusetList .list li .txt{
	height: 108px;
	background: url(../images/alipay/gBg.jpg) repeat-x;
	text-align: center;
}
.gusetList .list li .txt .name{
	font-size: 20px;
	color:#1d1d1d;
	padding-top: 13px;
}
.gusetList .list li .txt p{
	font-size: 14px;
	color:#3e3e3e;
	line-height: 21px;
	padding: 8px 0 0 0;
}
.gusetList .list li:last-child .txt p{
	line-height: 17px;
}
.newsList{
	padding-top: 100px;
}
.newsList .list{
	margin-top: 60px;
}
.newsList .list li{
	width: 560px;
	height: 136px;
	overflow: hidden;
	margin-bottom: 40px;
}
.newsList .list li:nth-child(odd){
	float: left;
}
.newsList .list li:nth-child(even){
	float: right;
}
.newsList .list li .imgs{
	float: left;
	width: 224px;
}
.newsList .list li .imgs img{
	width: 100%;
	vertical-align: top;
}
.newsList .list li .txt{
	overflow: hidden;
	padding-left: 25px;
}
.newsList .list li .txt .hdTit{
	font-size: 18px;
	line-height: 28px;
	color:#2b2b2b;
	display: block;
}
.newsList .list li .txt .des{
	font-size: 14px;
	color:#676767;
	line-height: 21px;
	padding-top: 10px;
}
.fixCode{
	position: fixed;
	left: 50%;
	margin-left: 640px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color:#343434;
	width: 118px;
	bottom: 18%;
}
.ftCode{
	display: none;
}
@media screen and (max-width: 1560px) {
  .fixCode{
		width:100px;
		margin-left: 610px;
		font-size: 13px;
	}
	.fixCode img{
		width: 100px;
	}
	/* .ftCode{
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	.ftCode p{
		padding-top: 5px;
		font-size: 14px;
		line-height: 18px;
		color:#343434;
	} */
}
.jw-display-icon-container{
	width: 5.5em!important;
	height: 5.5em!important;
}