@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: '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: 'FZLTHK';
	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,.5);width: 100%;height: 100%;z-index: 1000; }
.fixVideoA {width: 100%;height: 100%;position: relative; }
.fixVideoB { position: absolute;width: 80%; max-width: 80%; border-radius: 10px; overflow: hidden; height: auto; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%); }
.fixVideoB .close { position: absolute; right:10px; top:10px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 38px; font-size: 30px;  z-index: 10000;background: #fff; color:#999; border-radius:50%;}
.fixVideoB .close:hover { color:#fff; background: #1856A6; }
.fixVideo.videoSp .fixVideoB { max-width: 500px; }




/**字号**/
.font72 { font-size: 72px; }
.font62 { font-size: 62px; }
.font52 { font-size: 52px; }
.font50 { font-size: 50px; }
.font42 { font-size: 42px; }
.font36 { font-size: 36px; }
.font30 { font-size: 30px; }
.font28 { font-size: 28px; }
.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; }
	.font62 { font-size: 3.22916vw; }
	.font52 { font-size: 2.70833vw; }
	.font50 { font-size: 2.60416vw; }
	.font40 { font-size: 2.08333vw; }
	.font36 { font-size: 1.875vw; }
	.font30 { font-size: 1.5625vw; }
	.font26 { font-size: 1.35416vw; }
	.font24 { font-size: 1.25vw; }

}

@media(max-width:1280px) {
	.font72 { font-size: 26px; }
	.font62 { font-size: 26px; }
	.font52 { font-size: 26px; }
	.font50 { font-size: 24px; }
	.font40 { font-size: 24px; }
	.font36 { font-size: 22px; }
	.font30 { font-size: 22px; }
	.font26 { font-size: 22px; }
	.font24 { font-size: 20px; }
	.font22 { font-size: 18px; }
	.font20 { font-size: 18px; }
	.font18 { font-size: 16px; }
	.font16 { font-size: 14px; }
	.font14 { font-size: 14px; }
}*/

@media(max-width:1100px) {
	.font42 { font-size: 22px; }
	.font36 { font-size: 22px; }
	.font30 { font-size: 22px; }
	.font28 { font-size: 22px; }
	.font24 { font-size: 20px; }
	.font22 { font-size: 18px; }
	.font20 { font-size: 18px; }
	.font18 { font-size: 16px; }
	.font16 { font-size: 14px; }
	.font14 { font-size: 14px; }
}

/**公用标题**/
.mokuaibt .aubt { padding-left: 19px; line-height: 1; color: #33BEB7; position: relative; display: inline-block; }
.mokuaibt .aubt::before { position: absolute; content: ""; top: 0; left: 0; width: 15px; height: 16px; background: url(../images/mokuaibt.png)no-repeat center center/cover; }
.mokuaibt .auxb { color: #111111; line-height: 1.2; margin-top: 10px; }

.baisemo .aubt { color: #fff; }
.baisemo .aubt::before { background: url(../images/mokuaibt1.png)no-repeat center center/cover;  }
.baisemo .auxb { color: #fff; }

/**按钮**/
.more { background: #E60027; padding: 0 0px 0 43px; line-height: 46px; color: #fff; display: block; position: relative; width:166px; transition: all .5s; }
.more span { color: #fff; }
.more i {
	position: absolute;
	top: 0;
	height: 100%;
	width: 46px;
	right: 21px;
	background: rgba(255,255,255,0);
	transition: all .5s;
}
.more i::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 9px;
	background: url(../images/more.svg)no-repeat center center/cover;
}
.more:hover{ padding: 0 74px 0 28px; }
.more:hover i {
    right: 0px;
	background: rgba(255,255,255,.2);
}

.center { text-align: center; }
.img100 img { width: 100%; }

body .heisemeiy { color: #231F20; border-color: #999999; }
.heisemeiy span { background: url(../images/mousea.png)no-repeat center center/cover; }
body .heisemeiy:hover { color: #fff; }
.heisemeiy:hover span { background: url(../images/mouse.png)no-repeat center center/cover; }



.gongyongbt .xb { color: #1856A6; line-height: 1; }
.gongyongbt .db { line-height: 1.34; margin-top: 4px; }


.fl { float: left; }
.fr { float: right; }
.relative { position: relative; }

.colore6 { color: #E60027; }
.color3 { color: #333; }
.color6 { color: #666; }

.mb { display: none; }

@media(max-width:1100px) {
	body .mouse { font-size: 14px; line-height: 40px; height: 43px; }
	.mouse span{ width: 10px; height: 10px; }
	.gongyongbt .db { margin-top: 6px; }


	.mb { display: block; }
	.pc { display: none; }
	
	.more { width:154px; padding: 0 0px 0 38px; }
    .more:hover{ padding: 0 74px 0 15px; }
}