/*================基本样式重置================*/
head{
	zoom: 1.0;
	max-zoom: 1.0;
	user-zoom: fixed;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,span,i,a,em,strong,b,input,textarea,select { margin:0; padding:0; }
i,em { font-weight:normal; font-style:normal; }
body {width:100%;position: relative; font:12px/1.5 \5b8b\4f53,tahoma,arial,sans-serif; font-family:"Microsoft YaHei";}
li { list-style:none; }
a,img,input { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
textarea { resize:none; font-size:12px; } /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
html{
    font-size: 16px;
}
body{
	font-family: Alibaba;
}
/*========定义基础样式========*/
.hide { display:none;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }
.fixed{position: fixed;top: 0;left: 0;z-index: 999;}

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; } 
a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }


/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1125{width: 1125px; margin: 0px auto; }
.w1200{width: 1200px; margin: 0px auto; }
.w1440{width:1440px; margin: 0px auto; }
.w1640{width:1640px; margin: 0px auto; }
.w1280{width:1280px;}
.fp-warning, .fp-watermark{display: none;}
img{
    /* 照顾低版本浏览器，如果图片外面包含了链接会有边框的问题 */
     border:0;
     /* 取消图片底侧有空白缝隙的问题 */
     vertical-align:middle
 }
 button{
     cursor:pointer
 }
 a{
    display: block;
    color:#666;
    text-decoration:none
}
*{
    box-sizing: border-box;
	
}
.pt-50{
	padding-top: 50px;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.pb-60{
	padding-bottom: 60px;
}
.mt-80{
	margin-top: 80px;
}
.mt-100{
	margin-top: 100px;
}
.mt-60{
	margin-top: 60px;
}
.fs-30{
	font-size: 30px;
}

.htitle{
	font-size: 30px;
	color: rgb( 24, 24, 26 );
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 2;
}

.htitle_en{
	font-size: 58px;
	line-height: 1;
	font-weight: bold;
	background-image: linear-gradient(0deg, #fff 0%,  #fff 50%, transparent 50.1%);
	background-position: 100% 100%;
	background-size: 100% 0%;
	cursor: pointer;
	-webkit-text-stroke-color: rgb(242,242,242);
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-text-stroke-color: rgb(242,242,242);
	-moz-text-stroke-width: 1px;
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	-o-text-stroke-color: rgb(242,242,242);
	-o-text-stroke-width: 1px;
	-o-text-fill-color: transparent;
	-o-background-clip: text;
	background-repeat: no-repeat;
	/* background: red; */
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	z-index: 1;
	white-space: nowrap;
}

.htitle_en.en_show{
	-webkit-text-stroke-color: rgb(228,228,228);
	-moz-text-stroke-color: rgb(228,228,228);
	-o-text-stroke-color: rgb(228,228,228);
}
.ny-title{
	font-size: 30px;
	color: rgb( 24, 24, 26 );
	font-weight: 500;
	text-align: center;
}
.more-btn{
	width: 160px;
	height: 42px;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.more-btn img{
	margin-left: 20px;
	transition: 0.4s;
	
}
.more-btn:hover img{
	 transform: translateX(5px);
}
.pageinfo ul li{
	width: 38px;
	height: 39px;
	border: 1px solid rgb(220, 220, 220);
	text-align: center;
	line-height: 39px;
	margin-right: 10px;
	background-color: #fff;
	transition: 0.4s;
}
.pageinfo ul li.disabled{
	background-color: #fff !important;
}
.pageinfo ul li.active,
.pageinfo ul li:hover{
	background-color: rgb(52, 96, 171);
	border: 1px solid rgb(52, 96, 171);
}

.pageinfo ul li.active span,
.pageinfo ul li:hover a{
	color: #fff;
}

.pageinfo ul li:last-child{
	margin-right: 0;
}
.pageinfo ul li:last-child,
.pageinfo ul li:first-child{
	width: 92px;
}

.pageinfo ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


@media screen and (max-width: 1000px){
	.htitle{
		font-size: 24px;
	}
	.htitle_en{
		font-size: 40px;
	}
	.ny-title{
		font-size: 24px;
	}
	.fs-30{
		font-size: 20px;
	}
	.pb-100{
		padding-bottom: 50px;
	}
	.pt-50{
		padding-top: 25px;
	}
	.mt-60{
		margin-top: 30px;
	}
	.pt-100{
		padding-top: 50px;
	}
	.mt-80{
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px){
	.more-btn{
		width: 120px;
		height: 35px;
		font-size: 12px;
	}
	.more-btn img{
		width: 30px;
	}
	.main-content .content .page02 .info-box .right ul li .ico{
		height: 20px;
	}
	.main-content .content .page02 .info-box .right ul li .ico img{
		height: 100%;
	}
	
}
@media screen and (max-width: 500px){
	.htitle{
		font-size: 18px;
	}
	.htitle_en{
		font-size: 32px;
	}
	.ny-title{
			font-size: 18px;
		}
	.fs-30{
		font-size: 16px;
	}
	.pb-100{
		padding-bottom: 30px;
	}
	.pt-100{
		padding-top: 30px;
	}
	.pt-50{
		padding-top: 20px;
	}
	.mt-80{
		margin-top: 30px;
	}
	.mt-60{
		margin-top: 20px;
	}
}

