/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
input,
textarea,
select{
	margin: 0;
	padding: 0;
	font-family: SourceHanSansCN-Normal;
	font-weight: 500;
}

@font-face {
	font-family: SourceHanSansCN-Normal;
	src: url(../font/SourceHanSansCN-Normal.otf);
}

@font-face {
	font-family: SourceHanSansCN-Bold;
	src: url(../font/SourceHanSansCN-Bold.otf);
}
.pro-deil strong,
.pro-deil strong *{
   font-family: SourceHanSansCN-Bold;
}
/* i,
em {
	font-weight: normal;
	font-style: normal;
} */

body {
	width: 100%;
	height: auto !important;
	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;
}

img,video {
	/* 照顾低版本浏览器，如果图片外面包含了链接会有边框的问题 */
	border: 0;
	/* 取消图片底侧有空白缝隙的问题 */
	vertical-align: middle
}

/*========定义基础样式========*/
.fixed{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.hide {
	display: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.wow {
   visibility: hidden;
 }

/*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开头，后接具体宽度数据，例：*/
.w1620{
	width: 1620px;
	margin: 0 auto;
}
.w1600{
	width: 1600px;
	margin: 0 auto;
}
.w1440{
	width: 1440px;
	margin: 0 auto;
}
.w1580{
	width: 1580px;
	margin: 0 auto;
}

.w1480{
	width: 1480px;
	margin: 0 auto;
}



button {
	cursor: pointer
}

a {
	display: block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;
}



.pd110{
	padding: 110px 0;
}
.pt110{
	padding-top: 110px;
}

.mt90{
	margin-top: 90px;
}

.h-title{
	font-size: 44px;
	/* font-weight: bold; */
	color: #333333;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	font-family: SourceHanSansCN-Bold;
}

.h-title::after{
	content: '';
	width: 60px;
	height: 5px;
	background: #6324A4;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ny-title{
	font-size: 40px;
	/* font-weight: bold; */
	color: #333333;
	font-family: SourceHanSansCN-Bold;
}