@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: #000;
}

a:hover {
	color: #000;
}

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: 'AlimamaFyt';
	src: url('../fonts/AlimamaFangYuanTiVF-Thin.eot');
	src: local('☺'),
		url('../fonts/AlimamaFangYuanTiVF-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
		url('../fonts/AlimamaFangYuanTiVF-Thin.ttf') format('truetype'),
		url('../fonts/AlimamaFangYuanTiVF-Thin.otf') format('opentype'),
		url('../fonts/AlimamaFangYuanTiVF-Thin.dfont') format('dfont'),
		url('../fonts/AlimamaFangYuanTiVF-Thin.svg#AlimamaFangYuanTiVF-Thin') format('svg');
}
.AlimamaFyt { font-family:"AlimamaFyt"!important; font-weight: 700; }
.zIndex10 { z-index: 10; }
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'FZLTHK';
	background: #fff;
	font-size: 14px;
	color: #000;
	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;
}


@media(max-width:1100px) { 
	.navmo { padding: 0 3%; }
	.navmo .avmocn { padding: 0 20px; }
	.navmo .moup { display: none; }
	.navmo.fixed-head { padding: 0; top: 0; border-radius: 0; }
	.navmo.fixed-head .avmocn { border-radius: 0; padding: 0 3%; }
	.navmo.fixed-headA { padding: 0; top: 0; border-radius: 0; }
	.navmo.fixed-headA .avmocn { border-radius: 0; padding: 0 3%; }
	.navmo .logo a { /*width: 90px; */width: 200px; padding: 10px 0; }
	.navmo .moub { display: none; }
	.header .navR { position: absolute; right:20px; top:50%; transform:translateY(-50%); height: 55.33px; }
	.navBtn {
		height: 55.33px;
		margin-top: -1px;
		float: left;
		left: 3%;
		width: 50px;
		position: relative;
	}
	.menu-i {
        height: 2px;
        right: 0;
        position: absolute;
        border-radius: 1px;
        font-style: normal;
        background-color: #fff;
        display: block;
        transition: all 0.5s;
        border-radius: 2px;
    }
    .menu-i-1 {
        width: 24px;
        top: 18px;
    }
    .menu-i-2 {
        width: 24px;
        top: 28px;
    }.menu-i-3 {
        width: 24px;
        top: 38px;
    }
    .mobile-menu {
        height: 55px;
		width: 55px;
        position: relative;
        display: block;
        background: none;
        border: none;
    }
    .mobile-menu-on {
        z-index: 1001;
    }
    .mobile-menu-on .menu-i-1 {
        transform: translateY(10px) rotate(45deg);
        background-color: #fff;
    }
    .mobile-menu-on .menu-i-2 {
        opacity: 0;
    }
    .mobile-menu-on .menu-i-3 {
        transform: translateY(-10px) rotate(-45deg);
        background-color: #fff;
    }
}


.mb { display:none !important; }
@media(max-width: 1100px){
	.pc { display:none !important; }
	.mb { display:block !important; }
}

.relative { position: relative; }
.mainMd { position: absolute; left:0; top: -72px; width: 1px; height: 1px; opacity: 0; }

@media(max-width:  1100px){
	.mainMd { top: -68px; }
}
.fl { float: left; }
.fr { float: right; }
.flNone { float: none!important; }
.relative { position: relative; }
.bgWhite { background: #fff; }
.borderRadius12 { border-radius:12px; overflow: hidden; }
.container { width: 68%; margin: auto; }
@media(max-width: 1600px){
	.container { width: 80%; margin: auto; }
}
@media(max-width: 1100px){
	.container { width: 92%; }
}


/*字体*/
.marginT5 { margin-top:5px; }
.marginT6 { margin-top:6px; }
.marginT8 { margin-top:8px; }
.marginT10 { margin-top:10px; }
.marginT15 { margin-top:15px; }
.marginT20 { margin-top:20px; }
.marginT30 { margin-top:30px; }
.marginT40 { margin-top:40px; }
.marginT50 { margin-top:50px; }
.marginT60 { margin-top:60px; }
.marginT70 { margin-top:70px; }
.marginT80 { margin-top:80px; }
.marginT90 { margin-top:90px; }
.marginT100 { margin-top:100px; }
.marginT120 { margin-top:120px; }
.lh12 { line-height:1.2!important; }
.lh13 { line-height:1.3!important; }
.lh14 { line-height:1.4!important; }
.lh15 { line-height:1.5!important; }
.lh16 { line-height:1.6!important; }
.lh17 { line-height:1.7!important; }
.lh18 { line-height:1.8!important; }
.lh19 { line-height:1.9!important; }
.font55 { font-size:55px; line-height: 1.2; }
.font56 { font-size:56px; line-height: 1.2; }
.font52 { font-size:52px; line-height: 1.2; }
.font50 { font-size:50px; line-height: 1.2; }
.font72 { font-size:72px; line-height: 1.2; }
.font70 { font-size:70px; line-height: 1.2; }
.font40 { font-size:40px; line-height: 1.2; }
.font42 { font-size:42px; line-height: 1.2; }
.font46 { font-size:46px; line-height: 1.2; }
.font44 { font-size:44px; line-height: 1.2; }
.font76 { font-size:76px; line-height: 1.2; }
.font26 { font-size:26px; line-height: 1.2; }
.font28 { font-size:28px; line-height: 1.2; }
.font30 { font-size:30px; line-height: 1.2; }
.font38 { font-size:38px; line-height: 1.2; }
.font36 { font-size:36px; line-height: 1.2; }
.font24 { font-size:24px; line-height: 1.2; }
.font32 { font-size:32px; line-height: 1.2; }
.font22 { font-size:22px; line-height: 1.2; }
.font21 { font-size:21px; line-height: 1.2; }
.font20 { font-size:20px; line-height: 1.2; }
.font18 { font-size:18px; line-height: 1.6; }
.font16 { font-size:16px; line-height: 1.6; }
.font15 { font-size:15px; line-height: 1.6; }
.font14 { font-size:14px; line-height: 1.6; }
.font12 { font-size:12px; line-height: 1.6; }
.font60 { font-size:60px; line-height: 1.2; }
.font66 { font-size:66px; line-height: 1.2; }
.font120 { font-size:120px; line-height: 1.2; }
.font130 { font-size:130px; line-height: 1.2; }
.bold { font-weight:bold; }
.borderRadius6 { border-radius: 6px; overflow: hidden; }
.borderRadius10 { border-radius: 10px; overflow: hidden; }
.borderRadius20 { border-radius: 20px; overflow: hidden; }
.borderRadius30 { border-radius: 30px; overflow: hidden; }
.borderRadius40 { border-radius: 40px; overflow: hidden; }
@media(max-width:1900px){
	.marginT10 { margin-top:10px; }
	.marginT20 { margin-top:20px; }
	.marginT30 { margin-top:1.6vw; }
	.marginT40 { margin-top:2.2vw; }
	.marginT50 { margin-top:2.7vw; }
	.marginT60 { margin-top:3.4vw; }
	.marginT70 { margin-top:3.7vw; }
	.marginT80 { margin-top:4.3vw; }
	.marginT90 { margin-top:5vw; }
	.marginT100 { margin-top:5.4vw; }
	.marginT120 { margin-top: 6.2vw; }
	.font55 { font-size: 2.8vw; }
	.font56 { font-size: 2.8vw; }
	.font52 { font-size: 2.6vw; }
	.font50 { font-size: 2.5vw; }
	.font40 { font-size: 2vw; }
	.font36 { font-size: 1.8vw; }
	.font38 { font-size: 1.83vw; }
	.font42 { font-size: 2.1vw; }
	.font46 { font-size:2.3vw; }
	.font44 { font-size: 2.2vw; }
	.font72 { font-size: 3.6vw; }
	.font70 { font-size: 3.5vw; }
	.font76 { font-size: 3.8vw; }
	.font32 { font-size: 1.6vw; }
	.font30 { font-size: 1.56vw; }
	.font24 { font-size: 1.2vw; }
	.font26 { font-size: 1.3vw; }
	.font28 { font-size: 1.4vw; }
	.font22 { font-size: 21px; }
	.font21 { font-size: 20px; }
	.font20 { font-size: 19px; }
	.font18 { font-size: 17px; }
	.font60 { font-size: 3.2vw; }
	.font66 { font-size: 3.4vw; }
	.font120 { font-size: 6.4vw; }
	.font130 { font-size:6.7vw; }
	.borderRadius20 { border-radius: 1.1vw; }
	.borderRadius30 { border-radius: 1.6vw; }
	.borderRadius40 { border-radius: 2.2vw; }
}
@media(max-width:1700px){
	.font21 { font-size: 19px; }
	.font22 { font-size: 20px; }
	.font20 { font-size: 18px; }
}
@media(max-width:1500px){
	.font21 { font-size: 18px; }
	.font24 { font-size: 20px; }
	.font22 { font-size: 19px; }
	.font18 { font-size: 16px; }
	.font20 { font-size: 18px; }
	.lh18 { line-height:1.6!important; }
}
@media(max-width:1300px){
	.font21 { font-size: 17px; }
	.font20 { font-size: 18px; }
	.font22 { font-size: 18px; }
}
@media(max-width:1100px){
	.marginT10 { margin-top:10px; }
	.marginT20 { margin-top:12px; }
	.marginT30 { margin-top:15px; }
	.marginT40 { margin-top:20px; }
	.marginT50 { margin-top:25px; }
	.marginT60 { margin-top:30px; }
	.marginT70 { margin-top:30px; }
	.marginT80 { margin-top:30px; }
	.marginT90 { margin-top:30px; }
	.marginT100 { margin-top:40px; }
	.marginT120 { margin-top: 50px; }
	.font55 { font-size: 24px; }
	.font56 { font-size: 24px; }
	.font52 { font-size: 28px; }
	.font50 { font-size: 22px; }
	.font76 { font-size: 30px; }
	.font32 { font-size: 18px; }
	.font30 { font-size: 18px; }
	.font24 { font-size: 18px; }
	.font26 { font-size: 18px; }
	.font28 { font-size: 20px; }
	.font16 { font-size: 14px; }
	.font15 { font-size: 14px; }
	.font21 { font-size: 16px; }
	.font20 { font-size: 17px; }
	.font22 { font-size: 17px; }
	.font18 { font-size: 15px; }
	.font40 { font-size: 22px; }
	.font42 { font-size: 22px; }
	.font46 { font-size: 24px; }
	.font44 { font-size: 24px; }
	.font72 { font-size: 28px; }
	.font70 { font-size: 26px; }
	.font36 { font-size: 22px; }
	.font38 { font-size: 22px; }
	.font60 { font-size: 20px; }
	.font66 { font-size: 28px; }
	.font120 { font-size: 30px; }
	.font130 { font-size:30px; }
	.marginT90 { margin-top: 30px; }
	.borderRadius20 { border-radius: 10px; }
	.borderRadius30 { border-radius: 15px; }
	.borderRadius40 { border-radius: 20px; }
}
@media(max-width: 600px){
	.font28 { font-size: 18px; }
	.marginT60 { margin-top:20px; }
	.font66 { font-size: 24px; }
	.marginT120 { margin-top: 35px; }
}
.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }
.colorWhite { color:#fff; }
.colorRed { color:#F91000; }
.colorfe { color: #FECD0F; }
.color1 { color:#111; }
.color2 { color:#222; }
.color3 { color:#333; }
.color4 { color:#444; }
.color46 { color:#465059; }
.colorb1 { color: #B51C2F; }
.color5 { color:#555; }
.color25 { color: #25313D; }
.color34 { color: #343A40; }
.color6 { color:#666; }
.color7 { color:#777; }
.color8 { color:#888; }
.color9 { color:#999; }
.color0 { color:#000; }
.colorA { color:#aaa; }
.colorB { color:#bbb; }
.colorC { color:#ccc; }
.colorD { color:#ddd; }
.color01 { color: #012A67; }
.color23 { color: #231815; }
.color26 { color: #262C34; }
.color007 { color: #007580; }
.color63 { color: #636267; }
.textTra { text-transform:uppercase; }
.opa1 { opacity: 0.1; }
.opa2 { opacity: 0.2; }
.opa3 { opacity: 0.3; }
.opa4 { opacity: 0.4; }
.opa5 { opacity: 0.5; }
.opa6 { opacity: 0.6; }
.opa7 { opacity: 0.7; }
.opa8 { opacity: 0.8; }
.opa9 { opacity: 0.9; }
.weight100 { font-weight: 100; }
.weight200 { font-weight: 200; }
.weight300 { font-weight: 300; }
.weight400 { font-weight: 400; }
.weight500 { font-weight: 500; }
.weight600 { font-weight: 600; }
.weight700 { font-weight: 700; }
.weight800 { font-weight: 800; }
.weight900 { font-weight: 900; }

a,img { vertical-align:top; }
i { font-style: normal; }
.mainMore { position: relative; overflow: hidden; display:inline-block; transition:all 0.5s; font-size: 16px; color:#fff; padding-right: 30px; }
.mainMore .t { position: relative; z-index: 2; display:inline-block; vertical-align:top; line-height: 54px; }
.mainMore i { transition:all 0.5s; margin-right:10px; vertical-align:top; position: relative; display:inline-block; width: 54px; height: 54px; border:1px solid #FFFFFF; }
.mainMoreA i { border:1px solid #AD854F; }
.mainMore i:after { transition: all 0.8s; content:''; width: 54px; height: 100%; background: url(../images/morebg2.svg) no-repeat center; position: absolute; right:0; top:0; }
.mainMoreA i:after { background: url(../images/morebg1.svg) no-repeat center; }
.mainMore:before { background: #AD854F; transition:all 0.8s; content:''; height: 102%; width: 102%; position: absolute; left:-105%; top: -1%; }
.mainMore:hover:before { left:-1%; top: -1%; }
.mainMore:hover span { color:#fff; }
.mainMore:hover i { border-color:#AD854F; margin-right:0; }
.mainMore:hover i:after { background: url(../images/morebg2.svg) no-repeat center; }

.mainMoreA { border-color:rgba(0, 71, 186, 0.2); }
.mainMoreA .t { color:#AD854F; }




.mainMore2 { position: relative; overflow: hidden; display:inline-block; transition:all 0.5s; border: 1px solid rgba(255, 255, 255, 0.4); padding: 15px 35px; border-radius: 15px; font-size: 16px; color:#fff; }
.mainMore2 .t { position: relative; z-index: 2; display:inline-block; vertical-align:top; padding-right: 20px; }
.mainMore2 i { transition:all 0.8s; vertical-align:top; position: absolute; width: 54px; height: 44px; border-radius: 90px; position: absolute; top:6px; right: 6px; }
.mainMore2 i.bg { background: linear-gradient(53deg, #005DE5 5%, #3EB8AC 73%); }
.mainMore2 .jt { z-index: 2; transition: all 0.8s; background: url(../images/morebg1.svg) no-repeat right center; }
.mainMore2:hover:before { left:-1%; top: -1%; }
.mainMore2:hover span { color:#fff; }
.mainMore2:hover i.bg { width: calc(100% - 12px); }
.mainMore2:hover i.jt { transform:rotate(45deg); }



.mainMore2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: rgba(255, 255, 255, 0.3);
}
.mainMore2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #192D61;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mainMore2:hover,.mainMore2:focus,.mainMore2:active {
  color: white;
}
.mainMore2:hover:before,.mainMore2:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.mainMore3 { background: none; border: 1px solid rgba(11, 49, 87, 0.3); color:#0B3157; }
.mainMore3 .jt { background: url(../images/morebg2.svg) no-repeat right center; }
.mainMore3:hover .jt { background: url(../images/morebg1.svg) no-repeat right center; }

.mainMore4 { background: none; }

@media(max-width: 1500px){
	.mainMore2 { padding: 12px 25px; border-radius: 8px; }
}
@media(max-width: 600px){
	.mainMore2 { padding: 10px 20px; border-radius: 5px; }
}

.mainPre { position: relative; }
.mainAbs { position: absolute; top:50%; transform:translateY(-50%); }
@media(max-width: 1100px){
	.mainAbs { position: relative; top:auto; transform:translateY(0); }
}

.imga100 img { width: 100%; }


.gundongtiao {
	overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.gundongtiao::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 3px;
}

.gundongtiao::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	/* border-radius: 5px; */
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #FECD0F;
}

.gundongtiao::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .1);
	border-radius: 0;
    background: rgba(24, 86, 166, 0.2);
}

.biaowe .aow { line-height: 1; }
.biaowe .aoe { line-height: 1.6; }


@media(max-width:1100px) {

	.biaowe .aoe { line-height: 1.2; margin-top: 10px; }
    
}


/**viveo视频弹窗**/
/*视频弹窗*/
.fixVideo { display: none; position: fixed; top:0; left:0;background: rgba(0,0,0,.5);width: 100%;height: 100%;z-index: 10000; }
.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: 40px; font-size: 30px;  z-index: 10000;background: #fff; color:#999; border-radius:50%;}
.fixVideoB .close:hover { color:#fff; background: #007580; }
.fixVideo.videoSp .fixVideoB { max-width: 500px; }

.more { 
    display: inline-block; 
    background: #B51C2F; 
    padding: 0 40px; 
    /* 统一 clip-path 顶点数量，确保过渡效果 */
    clip-path: polygon(
        0 0,
        100% 0,
        100% 0,
        100% 100%,
        100% 100%,
        10px 100%,
        0 100%,
        0 0
    ); 
    /* 添加浏览器前缀，设置过渡效果 */
    -webkit-transition: -webkit-clip-path 0.5s ease;
    transition: clip-path 0.5s ease;
}

.more:hover {
    clip-path: polygon(
        10px 0,
        100% 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 100%,
        0 10px
    ); 
}

.more span { line-height: 51px; position: relative; z-index: 1; color: #fff; display: inline-block; padding-right: 22px; position: relative; font-size: 16px; transition: all .5s; }
.more span:after { content: ''; width: 10px; height: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); background: url(../images/more.svg) no-repeat center center/cover; transition: all .5s; }
/* .more:hover span:after { transform: translateY(-50%) rotate(44deg); } */

.morea { background: #fff; }
.morea span { color: #B51C2F; }
.morea span:after { background: url(../images/morea.svg) no-repeat center center/cover; }

.gongbt .b { padding-left: 15px; position: relative; }
.gongbt .b::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 7px; height: 7px; background: #B51C2F; }
.gongbt .t { line-height: 1.29; margin-top: 4px; }

.gongbta .b::before { background: #fff; }

@media(max-width:1100px) {
    .more { padding: 0 20px; }
    .more span { font-size: 14px; line-height: 40px; padding-right: 13px; }
	.more span:after { width: 8px; height: 8px; }
}





