@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;
}

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: '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.dfont') format('dfont'),
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN-Normal') format('svg');

}

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

}
 */

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	font-size: 14px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-family: SourceHanSansCN-Normal;
    /* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'; */
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    
}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

table {
	border-collapse: collapse;
	width: 100%;
}


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;
	outline: none;
	/* font-family: SourceHanSansCN-Normal; */
	-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;
}

.img{line-height: 0;}
.img100 img{width: 100%;line-height: 0;}
.relative{position: relative;}
.hidden{overflow: hidden;}
.center{text-align: center;}

.mb { display:none!important; }
@media(max-width: 1024px){
	.pc { display:none!important; }
	.mb { display:inline-block!important; }
}
/*字体*/
.marginT5 { margin-top:0.05rem; }
.marginT6 { margin-top: 0.06rem; }
.marginT8 { margin-top: 0.08rem; }
.marginT10 { margin-top:0.1rem; }
.marginT15 { margin-top:0.15rem; }
.marginT20 { margin-top:0.2rem; }
.marginT30 { margin-top:0.3rem; }
.marginT40 { margin-top:0.4rem; }
.marginT50 { margin-top:0.5rem; }
.marginT60 { margin-top:0.6rem; }
.marginT70 { margin-top:0.7rem; }
.marginT80 { margin-top:0.8rem; }
.marginT90 { margin-top:0.9rem; }
.marginT100 { margin-top:1rem; }
.marginT120 { margin-top:1.2rem; }
.lh10 { line-height:1!important; }
.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; }
.lh21 { line-height:2.1!important; }
.font96 { font-size:96px; }
.font90 { font-size:90px; line-height: 1.2; }
.font80 { font-size:80px; line-height: 1.2; }
.font55 { font-size:55px; line-height: 1.2; }
.font58 { font-size:58px; 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; }
.font68 { font-size:68px; line-height: 1.2; }
.font62 { font-size:62px; line-height: 1.2; }
.font40 { font-size:40px; line-height: 1.2; }
.font42 { font-size:42px; line-height: 1.2; }
.font45 { font-size:45px; line-height: 1.2; }
.font48 { font-size:48px; line-height: 1.16;  }
.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;  }
.font38 { font-size:38px; line-height: 1.2;  }
.font36 { font-size:36px; line-height: 1.2;  }
.font34 { font-size:34px; line-height: 1.2;  }
.font24 { font-size:24px; line-height: 1.2;  }
.font32 { font-size:32px; line-height: 1.2;  }
.font30 { font-size:30px; 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; }
.font17 { font-size:17px; 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; }
.font64 { font-size:64px; line-height: 1.2;  }
.font60 { font-size:60px; line-height: 1.2;  }
.font56 { font-size:56px; line-height: 1.2;  }
.font66 { font-size:66px; line-height: 1.2;  }
.font120 { font-size:120px; line-height: 1.2;  }
.font85 { font-size: 85px; line-height: 1.2;  }

@media(max-width:1920px){
    .marginT5 { margin-top:0.05rem; }
    .marginT6 { margin-top: 0.06rem; }
    .marginT8 { margin-top: 0.08rem; }
    .marginT10 { margin-top:0.1rem; }
    .marginT15 { margin-top:0.15rem; }
    .marginT20 { margin-top:0.2rem; }
    .marginT30 { margin-top:0.3rem; }
    .marginT40 { margin-top:0.4rem; }
    .marginT50 { margin-top:0.5rem; }
    .marginT60 { margin-top:0.6rem; }
    .marginT70 { margin-top:0.7rem; }
    .marginT80 { margin-top:0.8rem; }
    .marginT90 { margin-top:0.9rem; }
    .marginT100 { margin-top:1rem; }
    .marginT120 { margin-top:1.2rem; }
    .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; }
    .font96 { font-size:0.96rem; }
    .font90 { font-size:0.9rem; line-height: 1.2; }
    .font80 { font-size:0.8rem; line-height: 1.2; }
    .font55 { font-size:0.55rem; line-height: 1.2; }
    .font58 { font-size:0.58rem; line-height: 1.2; }
    .font50 { font-size:0.5rem; line-height: 1.2; }
    .font72 { font-size:0.72rem; line-height: 1.2; }
    .font70 { font-size:0.7rem; line-height: 1.2; }
    .font68 { font-size:.68rem; line-height: 1.2; }
    .font62 { font-size:.62rem; line-height: 1.2; }
    .font40 { font-size:0.4rem; line-height: 1.2; }
    .font42 { font-size:0.42rem; line-height: 1.2; }
    .font45 { font-size:0.45rem; line-height: 1.2; }
    .font48 { font-size:0.48rem; line-height: 1.16; }
    .font44 { font-size:0.44rem; line-height: 1.2; }
    .font76 { font-size:0.76rem; line-height: 1.2; }
    .font26 { font-size:0.26rem; line-height: 1.2; }
    .font28 { font-size:0.28rem; line-height: 1.2; }
    .font38 { font-size:0.38rem; line-height: 1.2; }
    .font36 { font-size:0.36rem; line-height: 1.2; }
    .font34 { font-size:0.34rem; line-height: 1.2; }
    .font24 { font-size:0.24rem; line-height: 1.2; }
    .font32 { font-size:0.32rem; line-height: 1.2; }
    .font30 { font-size:0.30rem; line-height: 1.2; }
    .font22 { font-size:0.22rem; line-height: 1.2; }
    .font21 { font-size:0.21rem; line-height: 1.2; }
    .font20 { font-size:0.20rem; line-height: 1.2; }
    .font18 { font-size:0.18rem; line-height: 1.6; }
    .font17 { font-size:0.17rem; line-height: 1.6; }
    .font16 { font-size:0.16rem; line-height: 1.6; }
    .font15 { font-size:0.15rem; line-height: 1.6; }
    .font14 { font-size:0.14rem; line-height: 1.6; }
    .font12 { font-size:0.12rem; line-height: 1.6; }
    .font60 { font-size:0.60rem; line-height: 1.2; }
    .font56 { font-size:0.56rem; line-height: 1.2; }
    .font64 { font-size:0.64rem; line-height: 1.2; }
    .font66 { font-size:0.66rem; line-height: 1.2; }
    .font120 { font-size:1.2rem; line-height: 1.2; }
    .font85 { font-size: 0.85rem; line-height: 1.2; }
}

.bold { font-weight:bold; }
.borderRadius6 { border-radius: 6px; overflow: hidden; }
.borderRadius10 { border-radius: 0.1rem; overflow: hidden; }
.borderRadius15 { border-radius: 0.15rem; overflow: hidden; }
.borderRadius20 { border-radius: 0.2rem; overflow: hidden; }
.borderRadius30 { border-radius: 0.3rem; overflow: hidden; }
.borderRadius40 { border-radius: 0.4rem; overflow: hidden; }

.img_fd img { transform: scale(1.01); transition: all .5s; }
.img_fd:hover img { transform: scale(1.07); }


.alignC { text-align:center; }
.alignL { text-align:left; }
.alignR { text-align:right; }
.colorWhite { color:#fff; }
.colorRed { color:#E71F1A; }
.color1 { color:#111; }
.color2 { color:#222; }
.color3 { color:#333; }
.color4 { color:#444; }
.color46 { color:#465059; }
.color5 { color:#555; }
.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; }
.color89 { color: #898989; }
.colorb7 { color: #B7B7B7; }
.color1a18 { color: #1A1818; }
.color182f { color: #182F59; }
.colorc5a236 { color: #C5A236; }
.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; }
.colorBlue { color:var(--blue); }
.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; }
@media(max-width: 1600px){
    .font20 { font-size: 0.24rem; }
    .font26 { font-size: 0.3rem; }
    .font22 { font-size: 0.24rem; }
    .font18 { font-size: 0.2rem; }
    .font17 { font-size: 0.2rem; }
    .font16 { font-size: 0.18rem; }
    .font14 { font-size: 0.16rem; }
    .font12 { font-size: 0.14rem; }
}
@media(max-width: 1400px){

	.font18 { font-size: 0.22rem; }
    .font17 { font-size: 0.22rem; }
    .font16 { font-size: 0.2rem; }
    .font14 { font-size: 0.18rem; }
    .font12 { font-size: 0.16rem; }
}
@media(max-width: 1024px){
    .font70 { font-size: .5rem; }
    .font68 { font-size:.48rem;}
    .font62 { font-size:.43rem;}
	.font56{ font-size: 0.48rem; }
    .font50 { font-size: 0.4rem; }
    .font26 { font-size:0.28rem;}
    .font24 { font-size:0.28rem;}
    .font22 {font-size: 0.28rem;}
    .font20 { font-size: 0.26rem; }
    .font18 { font-size:0.26rem;}
    .font17 { font-size:0.26rem;}
    .font16 { font-size: 0.24rem; }
    .font14 { font-size: 0.22rem; }
    .font12 { font-size: 0.2rem; }
}


@media (max-width:60000000px){
    html{
        font-size: calc(100vw/19.2) !important;
    }
}

@media (max-width:1024px){
    html{
        font-size: calc(100vw/7.5) !important;
    }
}

:root {
    --red: #EA3E00;
    --green: #EA3E00;
    --blue: #EA3E00;
}


.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;
}



.flexcenter6 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.leftauto { margin-left: auto; }

/*视频弹窗*/
.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: 36px; 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; }




.nmsneo { background: #FFFFFF; border-radius: 5px; line-height: 1; padding: .12rem .2rem .14rem; display: inline-block; position: relative; overflow: hidden; }
.nmsneo::before { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 5px; background: #0D2EA0; width: 30%; height: 30%; opacity: 0; transition: all .5s; }
.nmsneo:hover:before { width: 150%; height: 150%; opacity: 1; }
.nmsneo span { color: #1D1D1D; padding-right: 16px; position: relative; z-index: 2; transition: all .5s; }
.nmsneo span::before { position: absolute; content: ""; right: 0; top: 55%; transform: translateY(-50%); width: 10px; height: 10px; background: url(../images/nmsneo.svg)no-repeat center center/cover; }
.nmsneo:hover span { color: #fff; } 
.nmsneo:hover span:before { background: url(../images/nmsneoa.svg)no-repeat center center/cover; }

@media(max-width:1920px) {
    .nmsneo span  { padding-right: .16rem; }
    .nmsneo span::before { width: .1rem; height: .1rem; }
}

@media(max-width:1024px) {
    .nmsneo { border-radius: 0; padding: .16rem .4rem; }
    .nmsneo::before { border-radius: 0; }
    .nmsneo span { padding-right: .25rem; }
    .nmsneo span::before { width: .17rem; height: .17rem; }
}

.swin_an .jq { border: 1px solid rgba(34, 34, 34, 0.5); border-radius: 6px; width: 45px; height: 45px; position: relative; background:rgba(0,0,0,.0); transition: all .5s; cursor: pointer; }
.swin_an .jq::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    transform: translate(-50%,-50%);
}
.swin_an .jl { margin-right: .12rem; }

.swin_an .jl::before { background: url(../images/jl.svg)no-repeat center center/cover; }
.swin_an .jr::before { background: url(../images/jr.svg)no-repeat center center/cover; }

.swin_an .jl:hover:before { background: url(../images/jla.svg)no-repeat center center/cover; }
.swin_an .jr:hover:before { background: url(../images/jra.svg)no-repeat center center/cover; }

.swin_an .jq:hover { background: #EA3E00; border-color: #EA3E00; }

.yh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.eh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sh {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sih {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.tiite .tia { line-height: 1; position: relative; padding-left: 18px; margin-bottom: .18rem; }
.tiite .tia::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 12px;
    height: 13px;
    transform: translateY(-50%);
    background: url(../images/tiite.svg)no-repeat center center/cover;
}
.tiite .tia.tia2::before{background: url(../images/tiite2.svg)no-repeat center center/cover;}

.tiite .tib { line-height: 1.2; }

.tiitea .tia::before  {
    background: url(../images/tiitea.svg)no-repeat center center/cover;
}

.more { display: inline-block; border: 1px solid rgba(37, 37, 95, 0.5); background: #25255F; border-radius: 40px; padding: 13px 22px;  position: relative; overflow: hidden; transition: all .5s; }

.more span { line-height: 1; position: relative;  color: #fff; }
.more:Hover span { font-style: italic; }
/*.more span::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    right: 0;*/
/*    top: 55%;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    transform: translateY(-50%);*/
/*    background: url(../images/more.svg)no-repeat center center/cover;*/
/*}*/



.moreb { border: 1px solid rgba(37, 37, 95, 0.5); background:rgba(255,255,255,0); }
.moreb span { color:#25255F; }


.morea { padding:17px 44px; }

@media(max-width:1920px) {
    .more { padding: .13rem .17rem; }
    .morea { padding:.17rem .44rem; }

}

@media(max-width:1024px) {
    .more { padding: .1rem .25rem; }
     .morea { padding:.17rem .6rem; }

}
@font-face {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    /* 只写 woff2 一行，现代浏览器全部兼容 */
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff2') format('woff2');
    /* 补充字体匹配属性（推荐加上，渲染更稳定） */
    font-display: swap; /* 优化FOIT，避免文字空白等待字体加载 */
}
@font-face {
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
    /* 只写 woff2 一行，现代浏览器全部兼容 */
    src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.woff2') format('woff2');
    /* 补充字体匹配属性（推荐加上，渲染更稳定） */
    font-display: swap; /* 优化FOIT，避免文字空白等待字体加载 */
}


.medium {
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
}

