@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family: "arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #333;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #333;}
a:hover {	color: #9d0016;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #A3AEBD;}
input::-moz-placeholder{	color: #A3AEBD;}
input:-ms-input-placeholder{	color: #A3AEBD;}

textarea::-webkit-input-placeholder{	color: #A3AEBD;}
textarea::-moz-placeholder{	color: #A3AEBD;}
textarea:-ms-input-placeholder{	color: #A3AEBD;}

.wrap { overflow: hidden;  margin: 0 auto;}

.con { max-width: 1678px; width:88%; margin: 0 auto; }
.conI { max-width: 1516px; width:79%; margin: 0 auto; }

    .font72 { font-size: 72px;}
	.font60 { font-size: 60px;}
	.font56 { font-size: 56px;}
	.font50 { font-size: 50px;}
	.font48 { font-size: 48px;}
	.font46 { font-size: 46px;}
	.font42 { font-size: 42px;}
	.font40 { font-size: 40px;}
	.font38 { font-size: 38px;}
	.font36 { font-size: 36px;}
	.font34 { font-size: 34px;}
	.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 only screen and (max-width:1920px) {
html,body { font-size: 0.833vw;}
	
	.font72 { font-size: 3.75vw;}
	.font60 { font-size: 3vw;}
	.font56 { font-size: 2.9vw;}
	.font50 { font-size: 2.6vw;}
	.font48 { font-size: 2.5vw;}
	.font46 { font-size: 2.45vw;}
	.font42 { font-size: 2.4vw;}
	.font40 { font-size: 2.2vw;}
	.font38 { font-size: 2vw;}
	.font36 { font-size: 1.87vw;}
	.font34 { font-size: 1.77vw;}
	.font30 { font-size: 1.56vw;}
	.font28 { font-size: 1.45vw;}
	.font26 { font-size: 1.3vw;}
	.font24 { font-size: 1.25vw;}
	.font22 { font-size: 1.14vw;}
	.font20 { font-size: 1.04vw;}
	.font18 { font-size: 0.93vw;}
	.font16 { font-size: 0.833vw;}
	.font14 { font-size: 0.73vw;}
}

@media only screen and (max-width:828px) {
	.con { width:auto; margin: 0 1em; }
	.conI { width:auto; margin: 0 1em; }
}

@media only screen and (max-width:828px) {
html,body { font-size: 2.8vw;}
.font56 { font-size: 6.2vw;}
.font50 { font-size: 5.9vw;}
.font48 { font-size: 5.8vw;}
.font46 { font-size: 5.6vw;}
.font42 { font-size: 5.4vw;}
.font40 { font-size: 5.2vw;}
.font38 { font-size: 4.8vw;}

.font36 { font-size:4.4vw;}
.font34 { font-size:4.3vw;}
.font30 { font-size: 4.2vw;}
.font28 { font-size: 4vw;}
.font26 { font-size:3.8vw;}
.font24 { font-size: 3.6vw;}
.font22 { font-size: 3.4vw;}
.font20 { font-size: 3.2vw;}
.font18 { font-size: 3vw;}
.font16 { font-size: 2.8vw;}
.font14 { font-size: 2.4vw;}

}


/*头部*/
.headerH { height: 4.4em; }
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height:4.4em;  
transition: all 0.5s;
-webkit-transition:all 0.5s;
/* border-bottom: 1px solid rgba(0,0,0,0.35); */
 background-color: rgb(0,0,0,0.5);
}

.headerC { 
	background-color: rgb(14,65,109,0.8);
	/* 
 backdrop-filter: blur(18px); */
 }
.headerB {
/* 	background-color: rgb(40,60,73,0.3);
 backdrop-filter: blur(18px); */
 }
 
.headerH { top: -5.3em;}

.headerW .con {height: 100%; overflow: visible;}

.header { margin: 0 auto; height: 100%; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
display: flex; justify-content: space-between; align-items: center;
/*-moz-box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);
box-shadow: 0 0 0.3em rgba(0, 0, 0, .1);*/
}

.header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #fff; display: flex; justify-content: center; align-items: center;} 
.header .logo img {	display: block;	 height: 1.5em; width:auto;}
.header .logo a span { margin-left: 0.4em; font-size: 1.125em;}

.flink { margin-top: 3em; text-align: left; }
.flink .tit { font-weight: bold; padding-bottom: 0.7em; font-size: 16px; }
.flink .list { display: flex; flex-wrap: wrap; gap: 10px 15px; }
.flink .list a { font-size: 14px; color: #333; }
.flink .list a:hover { color: #9d0016; text-decoration: underline; }
.btnLan { width: 20em; display: inline-block; background-color: #fff;
 position: relative; z-index: 11;  line-height: 3.4;   height: 100%;
 -moz-border-radius:0.7em; -webkit-border-radius:0.7em; border-radius:0.7em;}
.btnLan .nameLan { padding: 0 1em; cursor: pointer; display: flex; height: 100%;
justify-content: space-between; align-items: center; color: #222;}
.btnLan .nameLan span { display: block; height: 100%;}
.btnLan .nameLan .txts { display: flex; justify-content: center; align-items: center;}
.btnLan .nameLan .arrow { width: 0.8em; display: block; height: 0.8em; margin-left: 0.7em;
 background: url(../images/arrow_2.png) center center no-repeat;
 background-size:contain ;}
.btnLan .popupLan { display: none; position: absolute; text-align: left;
 top:3.4em; 
 left: 0; margin-left:0;  width:100%; text-align: center;
 background: rgba(0,0,0,0.8);
height: 8.8em; overflow-x: hidden; overflow-y: auto;
 -moz-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
 -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
 box-shadow:0 10px 10px rgba(0, 0, 0, .1);
 border-left:1px solid rgba(255,255,255,0.4) ;
 border-right:1px solid rgba(255,255,255,0.4) ;
 -moz-border-radius:0.7em; -webkit-border-radius:0.7em; border-radius:0.7em;
 }
 
.btnLan .popupLan .arrow { position: absolute; top: -1em; height: 1em;
  left: 0; width: 100%;
 content: ""; display: block; overflow: hidden;}
.btnLan .popupLan .arrow::before { content: ""; display: block;
 width: 0.9em; height: 0.9em;
 margin: 0.7em auto 0;
 background: rgba(8,35,58,0.95); 
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 }
 
.btnLan .popupLan li { line-height: 2.2em;  page-break-inside: .18em 0;
 overflow: hidden; }
.btnLan .popupLan li a {color: #fff; padding:0 0.5em; display: block;
 position: relative; z-index: 0;height: 2.2em;}
.btnLan .popupLan li a:hover { color: #fff; background-color: #000;}


.searchBoxW { margin: 0 3.4%; position: relative; z-index: 3;}
.searchBox { position: absolute; z-index: 10;  top: 3em; right: -0.3em;
width:18em;
background-color: #fff;
height: 2.5em; border: 1px solid #fff;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
-moz-box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .2);
box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .2);
display: none;}
.searchBox form {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.searchBox form .iw { flex: 1; margin: 0 1em 0 1em;}
.searchBox form .iw .input { font-size: .8em; line-height: 2.5em; height: 2.5em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch { cursor: pointer; padding: 0 1.2em; 
 line-height:2.5em; color: #fff;  background: #125174;
 outline-width: 0; border: 0;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}

@media only screen and (max-width:828px) {
	.btnLan { margin-right: 1em;}
}

.header .btnSearchT {vertical-align: middle;cursor: pointer;
display: inline-block;   color: #fff;
width: 1.4em; height: 1.4em;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
background: center center no-repeat;
background-size:contain;background-image:url(../images/search.png);}


.header .btnSearchT.show { background-color: #0075be;
background-image:url(../images/search_2.png);}

.header .searchBoxW { display: inline-block; vertical-align: middle;
position: relative; z-index: 0;}

.header .c-switch-w { font-size: 1em; display: inline-block;
width: 2.5em; height: 2.5em; 
display: none; justify-content: center; align-items: center;}
.header .c-switch {  display: inline-block; color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 16px; height:16px; cursor: pointer; position: relative; z-index: 0;} 
.header .c-switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.header .c-switch i:nth-child(1) {	top: 0;}
.header .c-switch i:nth-child(3) {	bottom: 0;}
.header .c-switch i:nth-child(2) {	margin: 3px 0; }

.header .c-switch.show i:nth-child(2) {	opacity: 0;}
.header .c-switch.show i:nth-child(1) {
	top:6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:828px) {	
	.header .c-switch-w { display: flex; margin-left: 0.7em;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { transition: all 0s;}
.header {height: 100%; justify-content: space-between;}
.header .logo { margin-left: 1em;}
}

/*头部导航*/
.navW {height: 100%; flex: 1; margin-left: 15%;
display: flex; justify-content: space-between; align-items: center;}

.nav { flex: 1; height: 100%; }
.nav>ul {height: 100%;
display: flex; justify-content: flex-end; align-items: center;}
.nav>ul>li {
	height: 100%;
	position: relative;
	z-index: 100;
	cursor: pointer; margin: 0 auto; 
}
.nav>ul>li>a,.nav>ul>li>span { padding: 0 1em;
	position: relative;color: #fff;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
}
.nav>ul>li>a:hover {color: #fff;}
.nav>ul>li.cur>a { color: #fff; }

.nav>ul>li>a>.arrow { margin-top: 0.4em; width: 0.6em; height: 0.6em; margin-left: 0.5em;
background: url(../images/arrow.png) no-repeat;
background-size:contain ;}

.nav>ul>li.cur>a::after { display: block; content: ""; height: 2px; background-color: #9b0318;
position: absolute; bottom: 0; left: 0; width: 100%;}

.nav .sub_nav {
	display: none;
	position: absolute; z-index: 1;
	top: 3.7em; 
	left: 50%; margin-left: -3.4em;  width: 6.8em; text-align: center;
	background: rgba(0,0,0,0.5); 
	padding: 0.4em 0;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .1);
	box-shadow:0 10px 10px rgba(0, 0, 0, .1);0
	-moz-border-radius:0.5em; 
	-webkit-border-radius:0.5em; 
	border-radius:0.5em;	}	
.nav .sub_nav .arrow { position: absolute; top: -1em; height: 1em; 
 left: 0; width: 100%;
content: ""; display: block; overflow: hidden;}
.nav .sub_nav .arrow::before { content: ""; display: block;
width: 0.9em; height: 0.9em;
margin: 0.7em 1em 0 auto;
background: rgba(0,0,0,0.5); 
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.nav .sub_nav li { font-size: 0.93em; line-height: 2.6em;  page-break-inside: .18em 0;
 overflow: hidden; }
.nav .sub_nav li a {color: #fff; padding:0 0.5em; display: block;
 position: relative; z-index: 0;height: 2.6em;}
.nav .sub_nav li a:hover { color: #fff;}
@media only screen and (max-width:828px) {
	.navW {flex: 1; margin-left: 2em; justify-content: flex-end;}
	.navW .nav { display: none !important;}
}


.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.8);
}
@media only screen and (min-width:828px) {
	.popupNav { display: none !important;}
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}
  
.navM { top: 0; margin-bottom:2em;margin-top: 4.7em;
		overflow-y: auto;  position: relative;	z-index: 0;
			font-size: 14px;
			line-height: 3.2;
			text-align: left;}
    .navM .con {display: block; font-size: 16px;}
	.navM .con>ul {width: 100%; margin: 0 auto;
	 margin-top:1em;}
	   
	.navM li { text-transform: uppercase;
		border-top: 1px solid rgba(255,255,255,0.3);
		position: relative;z-index: 0;	}   
	.navM li:first-child {border-top: 0;}
	.navM .con>ul>li { padding: 0 1em; }
	.navM .title { font-weight: bold; }
	.navM .title a {color: #fff;}
	.navM .title a:hover {color: rgba(255,255,255,0.8);}
	.navM a {color: #eaeaea;display: block;	}
	.navM .con>ul>li li { line-height: 2;}
	.navM a:hover {	color: #fff;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;}

	.navM ul ul { position: static;	height: 0;	overflow: hidden;
		transition: height 2s; font-size: 0.9em; line-height: 3.4em;	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a {text-indent: 1em; border-top:0 ; 	}

	.navM li .arrow {display: block;
		height:0.9em;
		width: 0.9em; 
		background: url(../images/arrow.svg) center center no-repeat;
		background-size:contain;
		
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.navM li.show .arrow {
		transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
	.navM ul .sub_nav_s .sub_nav { height: auto;}
	.navM li.show>.sub_nav { padding: 0.9em 0;
		height: auto;border-top: 1px solid  rgba(255,255,255,0.3); 
	}

.position { margin-top: 2em; text-align: left; color: rgba(0,0,0,0.5);}
.position a {display: inline-block;color: rgba(0,0,0,0.5);}
.position a:hover { text-decoration: underline;color: rgba(0,0,0,1);}
.position span {display: inline-block; }
.position .line { display: inline-block; margin: 0 0.4em; }
.position span.cur { color: #000;}
 
/*底部*/
.footerTop { padding:5em 0 6em; background: url(../images/footer_bg.jpg) center 0 no-repeat;
background-size:cover ; color: #333;
background-position: right bottom;
display: flex; justify-content: space-between; align-items: flex-end;}

.footerTop .fLogo { 
display: flex; justify-content: flex-start; align-items: center;}
.footerTop .fLogo a { color: #151515; display: flex; justify-content: center; align-items: center;} 
.footerTop .fLogo img {	display: block;	 height: 3em; width:auto;}
.footerTop .fLogo a span { margin-left: 0.2em;font-size: 1.75em; }

.footerTop .cont { text-align: left; margin-top: 3em;}
.footerTop .cont .tit { font-weight: bold; padding-bottom: 0.7em; font-size: 16px;}
.footerTop .footer-contact-wrap { display: flex; align-items: flex-start; justify-content: space-between; max-width: 550px; margin-top: 0.5em; }
.footerTop .footer-contact-box { flex: 1; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footerTop .footer-contact-box .c-item { display: flex; align-items: flex-start; }
.footerTop .footer-contact-box .c-icon { width: 16px; height: 16px; margin-right: 10px; position: relative; top: 2px; }
.footerTop .footer-contact-box .c-text { color: #333; line-height: 1.5; flex: 1; word-break: break-all; }
.footerTop .footer-qr-code { margin-left: 40px; flex-shrink: 0; }
.footerTop .footer-qr-code img { width: 100px; height: 100px; display: block; object-fit: cover; }
.footer .footerBot { background-color: #26252b;align-items: center; padding: 1.6em 0 1.6em;}
.footer .footerBot .copyRight { color: rgba(255,255,255,0.75); text-align: center;}

@media only screen and (max-width:828px) {
.footerTop { display: block; padding: 5em 0 6em; background: url(../images/footer_bg_m.jpg) center 0 no-repeat; background-size: cover; background-position: right bottom; }
.footerTop .footer-contact-wrap { max-width: 100%; justify-content: space-between; gap: 15px; }
.footerTop .footer-qr-code { margin-left: auto; }
.footerTop .footer-qr-code img { width: 80px; height: 80px; }
}

