@charset "utf-8";

/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/*
	--------------------------
	A标签 配置
	--------------------------
*/
a {
	text-decoration: none;
	outline: none;
	color: #666;
}



img {
	border: 0;
	max-width: 100%;
}

a:focus {
	outline: none;
}

/*
	--------------------------
	Body 配置
	--------------------------
*/
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
/* 
@font-face {
	font-family: 'FZLTHK';
	src: url('../YYDS/FZLTHK.eot');
	src: local('☺'),
		url('../YYDS/FZLTHK.eot?#iefix') format('embedded-opentype'),
		url('../YYDS/FZLTHK.woff') format('woff'),
		url('../YYDS/FZLTHK.ttf') format('truetype'),
		url('../YYDS/FZLTHK.otf') format('opentype'),
		url('../YYDS/FZLTHK.dfont') format('dfont'),
		url('../YYDS/FZLTHK.svg#FZLTHK') format('svg');

}
 */
@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url('../fonts/SourceHanSansCN-Normal.eot');
	src: local('☺'),
		url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Normal.dfont') format('dfont'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN-Normal') format('svg');
}

@font-face {
	font-family: 'Alimama_ShuHeiTi_Bold';
	src: url('../fonts/Alimama_ShuHeiTi_Bold.eot');
	src: local('☺'),
		url('../fonts/Alimama_ShuHeiTi_Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.woff') format('woff'),
		url('../fonts/Alimama_ShuHeiTi_Bold.ttf') format('truetype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.otf') format('opentype'),
		url('../fonts/Alimama_ShuHeiTi_Bold.dfont') format('dfont'),
		url('../fonts/Alimama_ShuHeiTi_Bold.svg#Alimama_ShuHeiTi_Bold') format('svg');
}


body {
	-webkit-font-smoothing: antialiased;
	font-family: 'SourceHanSansCN-Normal';
	/*font-family: 'SourceHanSansCN-Normal';*/
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}

.alma { font-family: "Alimama_ShuHeiTi_Bold";}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-appearance: none;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
	padding: 0px;
	color: #666;
	font-size: 12px;
	outline: none;
	font-family: "微软雅黑";
	-webkit-appearance: none;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}

/**viveo视频弹窗**/
.fixVideo{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fixVideoA {
    width: 100%;
    height: 100%;
    position: relative;
}

.fixVideoB {
    position: absolute;
    width: 60%;
    max-width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fixVideoB .close {
    position: absolute;
    right: -1px;
    top: -40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 10000;
    background: #000;
    color: #fff;
}

.pi2 { display: none; }

@media(max-width:1100px){
	.fixVideoB { width: 94%; }
	.pi1 { display: none; }
	.pi2 { display: block; }
}




/**字号**/
.font72 { font-size: 72px; }
.font70 { font-size: 70px; }
.font64 { font-size: 64px; }
.font62 { font-size: 62px; }
.font60 { font-size: 60px; }
.font56 { font-size: 56px; }
.font52 { font-size: 52px; }
.font50 { font-size: 50px; }
.font46 { font-size: 46px; }
.font40 { font-size: 40px; }
.font38 { font-size: 38px; }
.font36 { font-size: 36px; }
.font34 { font-size: 34px; }
.font30 { font-size: 30px; }
.font26 { font-size: 26px; }
.font24 { font-size: 24px; }
.font22 { font-size: 22px; }
.font20 { font-size: 20px; }
.font18 { font-size: 18px; }
.font16 { font-size: 16px; }
.font14 { font-size: 14px; }

@media(max-width:1920px) {
	.font72 { font-size: 3.75vw; }
	.font70 { font-size: 3.6vw; }
	.font64 { font-size: 3.3vw; }
	.font62 { font-size: 3.22916vw; }
	.font60 { font-size: 3vw; }
	.font56 { font-size: 2.9vw; }
	.font52 { font-size: 2.70833vw; }
	.font50 { font-size: 2.60416vw; }
	.font46 { font-size: 2.3vw; }
	.font40 { font-size: 2.08333vw; }
	.font38 { font-size: 1.9vw; }
	.font36 { font-size: 1.875vw; }
	.font34 { font-size: 1.77vw; }
	.font30 { font-size: 1.5625vw; }
	.font26 { font-size: 1.35416vw; }
	.font24 { font-size: 1.25vw; }

}

@media(max-width:1100px) {
	.font72 { font-size: 26px; }
	.font70 { font-size: 26px; }
	.font64 { font-size: 26px; }
	.font62 { font-size: 26px; }
	.font60 { font-size: 26px; }
	.font56 { font-size: 26px; }
	.font52 { font-size: 24px; }
	.font50 { font-size: 24px; }
	.font46 { font-size: 22px; }
	.font40 { font-size: 22px; }
	.font38 { font-size: 22px; }
	.font36 { font-size: 22px; }
	.font30 { font-size: 20px; }
	.font26 { font-size: 20px; }
	.font24 { font-size: 20px; }
	.font22 { font-size: 16px; }
	.font20 { font-size: 16px; }
	.font18 { font-size: 16px; }
	.font16 { font-size: 14px; }
	.font14 { font-size: 14px; }
}




.page{
	text-align: center;
	margin-top: 60px;
}
.page a{
	display: inline-block;
	height: 44px;
	width: 44px;
	line-height: 44px;
	border: 1px solid #C8C6C6;
	color: #868686;
	margin: 0 6px;
	transition: all 0.4s;
	font-size: 14px;
}

.page a:hover,
.page a.cur{
	color: #fff;
	border-color: #F39700;
	background: #F39700;
}

@media(max-width: 1900px){
	.page{
		margin-top: 3.1vw;
	}
}

@media(max-width: 1500px){
	.page a{
		width: 40px;
		line-height: 40px;
		height: 40px;
	}
}

@media(max-width: 1100px){
	.page a{
		width: 36px;
		line-height: 36px;
		height: 36px;
		margin: 0 3px;
	}
	.page {
	    margin-top: 30px;
	}

}