@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: 'Archivo-Regular';
	src: url('../fonts/Archivo-Regular.eot');
	src: local('☺'),
		url('../fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Archivo-Regular.woff') format('woff'),
		url('../fonts/Archivo-Regular.ttf') format('truetype'),
		url('../fonts/Archivo-Regular.otf') format('opentype'),
		url('../fonts/Archivo-Regular.dfont') format('dfont'),
		url('../fonts/Archivo-Regular.svg#Archivo-Regular') format('svg');
}

@font-face {
	font-family: 'Orbitron-Bold';
	src: url('../fonts/Orbitron-Bold.eot');
	src: local('☺'),
		url('../fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Orbitron-Bold.woff') format('woff'),
		url('../fonts/Orbitron-Bold.ttf') format('truetype'),
		url('../fonts/Orbitron-Bold.otf') format('opentype'),
		url('../fonts/Orbitron-Bold.dfont') format('dfont'),
		url('../fonts/Orbitron-Bold.svg#Orbitron-Bold') format('svg');
}


body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Archivo-Regular','arial';
	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; }




/**字号**/
.font86 { font-size: 86px; }
.font80 { font-size: 80px; }
.font72 { font-size: 72px; }
.font68 { font-size: 68px; }
.font66 { font-size: 66px; }
.font62 { font-size: 62px; }
.font56 { font-size: 56px; }
.font52 { font-size: 52px; }
.font50 { font-size: 50px; }
.font40 { font-size: 40px; }
.font36 { font-size: 36px; }
.font32 { font-size: 32px; }
.font30 { font-size: 30px; }
.font26 { font-size: 26px; }
.font24 { font-size: 24px; }
.font22 { font-size: 22px; }
.font20 { font-size: 20px; }
.font18 { font-size: 18px; }
.font17 { font-size: 17px; }
.font16 { font-size: 16px; }
.font14 { font-size: 14px; }

@media(max-width:1920px) {
	.font86 { font-size: 4.47916vw; }
	.font80 { font-size: 4.16vw; }
	.font72 { font-size: 3.75vw; }
	.font68 { font-size: 3.54vw; }
	.font66 { font-size: 3.43vw; }
	.font62 { font-size: 3.22916vw; }
	.font56 { font-size: 2.91666vw; }
	.font52 { font-size: 2.70833vw; }
	.font50 { font-size: 2.60416vw; }
	.font40 { font-size: 2.08333vw; }
	.font36 { font-size: 1.875vw; }
	.font32 { font-size: 1.66666vw; }
	.font30 { font-size: 1.5625vw; }
	.font26 { font-size: 1.35416vw; }
	.font24 { font-size: 1.25vw; }
	.font22 { font-size: 1.14vw; }
}

@media(max-width: 1500px){
	.font20 { font-size: 18px; }
	.font18 { font-size: 16px; }
	.font16 { font-size: 16px; }
	.font17 { font-size: 16px; }
}

@media(max-width:1280px) {
	.font86 { font-size: 28px; }
	.font80 { font-size: 28px; }
	.font72 { font-size: 26px; }
	.font68 { font-size: 26px; }
	.font66 { font-size: 26px; }
	.font62 { font-size: 26px; }
	.font56 { font-size: 26px; }
	.font52 { font-size: 26px; }
	.font50 { font-size: 24px; }
	.font40 { font-size: 24px; }
	.font36 { font-size: 22px; }
	.font32 { 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) {
	.font86 { font-size: 28px; }
	.font72 { font-size: 26px; }
	.font68 { font-size: 26px; }
	.font66 { font-size: 26px; }
	.font62 { font-size: 26px; }
	.font56 { font-size: 26px; }
	.font52 { font-size: 24px; }
	.font50 { font-size: 24px; }
	.font40 { font-size: 24px; }
	.font36 { font-size: 22px; }
	.font30 { font-size: 22px; }
	.font26 { font-size: 20px; }
	.font24 { font-size: 20px; }
	.font22 { font-size: 18px; }
	.font20 { font-size: 18px; }
	.font18 { font-size: 16px; }
	.font16 { font-size: 14px; }
	.font14 { font-size: 14px; }
}

.bold { font-weight: bold; }


.colorcb { color: #CBD32F; }
.color5 { color: #555; }
.colorf { color: #fff; }
.color2a { color: #2AA039; }
.color2 { color: #222; }
.color6 { color: #666; }
.color3d { color: #3D3D3D; }
.color6 { color: #666666; }
.colorae { color: #AE1C31; }
.color3 { color: #333; }
.color9 { color: #999; }
.color46 { color: #465059; }
.color0 { color: #000000; }
.color12 { color: #121212; }
.color4 { color: #444444; }
.color32 { color: #323232; }
.color2c { color: #2C4F94; }
.color76 { color: #767676; }
.color7e { color: #7e7e7e; }

.lin34 { line-height: 2.215; }


.center { text-align: center; }


.borde20 { border-radius: 20px; overflow: hidden; }
.borde10 { border-radius: 10px; overflow: hidden; }
.bordetop20 { border-radius: 20px 20px 0 0; overflow: hidden; }

.img img { width: 100%; }

.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: var(--red); }
.fixVideo.videoSp .fixVideoB { max-width: 500px; }

.more { display: inline-block; border: 2px solid #2C4F94; padding: 0 30px; line-height: 53px; position: relative; overflow: hidden; } 
.more span { display: inline-block; color: #2C4F94; position: relative; z-index: 2; transition: all .5s; }
.more i { display: inline-block; position: relative; z-index: 2; vertical-align: middle; margin-top: -2px; margin-left: 5px; width: 10px; height: 10px; background: url(../images/more.svg)no-repeat center center/cover; transition: all .5s; }
.more::before { position: absolute; content: ""; top: 0; left: 0; width: 0%; height: 100%; background: var(--red); transition: all .5s; }
.more:hover:before,.more.cur:before { width: 100%; }
.more:hover span,.more.cur span { color: #fff; } 
.more:hover i,.more.cur i { background: url(../images/morea.svg)no-repeat center center/cover; }

.morea { border: 2px solid rgba(255, 255, 255, 0.3); }
.morea span { color: #fff; }
.morea i { background: url(../images/morea.svg)no-repeat center center/cover; }
.morea:hover::before,.morea.cur::before { background: #fff; }

.morea:hover span,.morea.cur span { color: #2C4F94; } 
/*.more:hover i { background: url(../images/more.svg)no-repeat center center/cover; }*/
.morea:hover i,.morea.cur i { background: url(../images/more.svg)no-repeat center center/cover; }

@media(max-width:1500px) {
	.more span { font-size: 14px; }
}

@media(max-width:1280px) {
	.more { padding: 0 20px; line-height: 43px; }
}

@media(max-width:1100px) {
	.borde20 { border-radius: 10px; }
	.bordetop20 { border-radius: 10px 10px 0 0; }

	.lin34 { line-height: 1.6; }

	.pc { display: none !important; }
	.fixVideoB { width: 90%; max-width: 90%; }

	.more { line-height: 45px; padding: 0 20px; }
}



.marginT10 { margin-top: 10px; } 
.marginT20 { margin-top: 20px; } 
.marginT25 { margin-top: 25px; } 
.marginT30 { margin-top: 30px; } 
.marginT35 { margin-top: 35px; } 
.marginT40 { margin-top: 40px; } 
.marginT50 { margin-top: 50px; } 
.marginT60 { margin-top: 60px; } 
.marginT70 { margin-top: 70px; } 

@media(max-width:1900px) {
	.marginT40 { margin-top: 2.10526vw; } 
	.marginT50 { margin-top: 2.63157vw; } 
	.marginT60 { margin-top: 3.15789vw; } 
	.marginT70 { margin-top: 3.68421vw; } 
}


@media(max-width:1100px) {
	.marginT10 { margin-top: 6px; } 
	.marginT20 { margin-top: 15px; } 
	.marginT25 { margin-top: 20px; } 
	.marginT30 { margin-top: 25px; } 
	.marginT35 { margin-top: 25px; } 
	.marginT40 { margin-top: 25px; } 
	.marginT50 { margin-top: 25px; } 
	.marginT60 { margin-top: 30px; } 
	.marginT70 { margin-top: 30px; } 
}

.lh20{line-height: 2;}
.lh18{line-height: 1.8;}
.lh16{line-height: 1.6;}

.flexcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flexcenter2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexcenter3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.flexcenter4{
    display: flex;
    flex-wrap: wrap;
}

.flexyou{flex-direction: row-reverse;}
.flexauto_l{margin-left: auto;}
.flexauto_r{margin-right: auto;}