@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;
}


/*
	--------------------------
	快捷方式
	--------------------------
*/
.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.relative { position: relative; width: 100%; height: 100%;  }


.fl { float: left; }
.fr { float: right; }
.bold { font-weight: bold; }


.mou { display: inline-block; border-radius: 40px; background: #fff; font-size: 16px; color: #dd6511; line-height: 1; padding: 23px 69px 22px 42px; position: relative; }
.mou span { position: absolute; right: 7px; width: 48px; height: 48px; top: 6.5px; background: url(../images/mou.png)no-repeat center center/cover; transition: all .3s; }
.mou:hover span { transform: rotate(45deg); }

.ysjs { background: #ffe6d0; }
.ysjs span { background: url(../images/ysjs.png)no-repeat center center/cover; }

.ysjp { background: #ffe6d0; }
.ysjp span { background: url(../images/ysjs.png)no-repeat center center/cover; }


@media(max-width:1100px){
	.img .imga { display: none; }
	.img .imgb { display: block; }
}

/**标题**/
.mobian .xbh { color: #e16f20; line-height: 3.02083vw; }
.mobian .xbn { line-height: 2.39583vw; text-transform: uppercase; color: #585857; margin-top: 1.09375vw; }

.mobian.bss .xbh { color: #fff; }
.mobian.bss .xbn { color: #fff; }


/**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; }
}


/**按钮**/
.more a { display: inline-block; position: relative; transition: all .5s; overflow: hidden; border-radius: 3px; border: 1px solid rgba(255,255,255,.4); line-height: 1; color: #fff; font-size: 16px; padding: 16px 31px 15px; }
.more a span,
.more a i { position: relative; z-index: 2; }
.more a i { display: inline-block; width: 9px; height: 13px; background: url(../images/more.png)no-repeat center center/cover; vertical-align: middle; margin-top: -2px; margin-left: 8px; }
.more a:before { position: absolute; left: 0; top: 0; width: 0; height: 100%; content: ""; background: #997d58; transition: all .5s; }
.more a:hover { border-color: #997d58; }
.more a:hover:before { width: 100%; }


.more.hjbb a { border-color: #997d58; color: #997d58; }
.more.hjbb a i { background: url(../images/morea.png)no-repeat center center/cover; }

.more.hjbb a:hover { color: #fff; }
.more.hjbb a:hover i { background: url(../images/more.png)no-repeat center center/cover; }


@media(max-width:1100px) {
	.more a { font-size: 14px; padding: 10px 15px 10px; }
	.more a i { height: 11px; }
}