<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #000;
	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: #000;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: #000;}
a:hover {	color: #fc7823;	text-decoration: none;}
a img {	border: 0;}

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

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


.wrap { overflow: hidden; border-top:64px solid #222 ; }
.wrapC { padding-top: 7em;}
.con { width:84.8%;  margin: 0 auto;}
    
	
	.font48 { font-size: 48px;}
	.font46 { font-size: 46px;}
	.font42 { font-size: 42px;}
	.font38 { font-size: 38px;}
	.font32 { font-size: 32px;}
	.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;}
	.font12 { font-size: 12px;}
@media only screen and (max-width:1920px) {
	html,body { font-size: 0.833vw;}
	
	
	.font48 { font-size: 2.5vw;}
	.font46 { font-size: 2.4vw;}
	.font42 { font-size: 2.18vw;}
	.font38 { font-size: 2vw;}
	.font32 { font-size: 1.66vw;}
	.font30 { font-size: 1.56vw;}
	
	.font28 { font-size: 1.45vw;}
	.font26 { font-size: 1.35vw;}
	.font24 { font-size: 1.25vw;}
	.font22 { font-size: 1.14vw;}
	.font20 { font-size: 1.04vw;}
	
	.font18 { font-size: 0.93vw;}
	.font16 { font-size: 0.83vw;}
	.font14 { font-size: 0.73vw;}
	.font12 { font-size: 0.625vw;}
}


@media only screen and (max-width:828px) {
	html,body { font-size: 2.8vw;}
	.con { width:auto; margin: 0 1em; }
}


@media only screen and (max-width:828px) {
.font48 { font-size: 5vw;}
.font46 { font-size: 4.8vw;}
.font42 { font-size: 4.6vw;}
.font38 { font-size: 4.5vw;}
.font32 { font-size: 4.5vw;}
.font30 { font-size: 4.5vw;}
	
.font28 { font-size:4.4vw;}
.font26 { font-size: 4.2vw;}
.font24 { font-size: 4.1vw;}
.font22 { font-size: 3.9vw;}
.font20 { font-size: 3.8vw;}

.font18 { font-size: 3.6vw;}
.font16 { font-size: 2.8vw;}
.font14 { font-size: 2.7vw;}
.font12 { font-size: 2.6vw;}
}

.bgGray { background-color: #f6f6f6;}

.bgWhite { background-color: #fff;}

/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	
height:12.1em;  
transition: all 0.5s;
-webkit-transition:all 0.5s;
}

.headerB {height:5em;background-color: rgba(0,0,0,0.65);   }
.headerC {height:7em;background-color: rgba(0,0,0,0.65); }
.header { margin: 0 auto; height: 100%;
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.header .con {height: 100%; overflow: visible;
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 height: 3.37em; width:auto;}
.header .logo img:nth-child(2) { display: none;}

.header .c-switch-w { font-size: 1em; display: inline-block;
width: 2.5em; height: 100%; 
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;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { height: auto ;transition: all 0s; height: 3.6em;}
.wrapC { padding-top: 3.6em;}
.header { width: 100%; height: 100%; justify-content: space-between;}
.header .con { width: auto;}
.header .logo img {	display: block;	 width: auto; height: 2em; }

}

/*头部导航*/
.navW { flex: 1; margin-left: 11.7%;}
.nav { height: 100%; width: 100%; }
.nav&gt;ul {height: 100%;width: 100%;
	display: flex; justify-content: space-between; align-items: center;}
.nav&gt;ul&gt;li {
	height: 100%;
	position: relative;
	z-index: 100;
	cursor: pointer; padding: 0 1.4vw; 
}
@media only screen and (max-width:980px) {
	.nav&gt;ul&gt;li { padding: 0 1em; }
}
@media only screen and (max-width:828px) {
	.nav&gt;ul&gt;li { padding: 0 2vw; }
}
.nav&gt;ul&gt;li:last-child { padding-right: 0;}
.nav&gt;ul&gt;li&gt;a,.nav&gt;ul&gt;li&gt;span {
	position: relative;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;
 color: #fff;
/* transition: all 0.5s;
 -webkit-transition:all 0.5s; */
}
.nav&gt;ul&gt;li&gt;a .arrow { width: 1em; height: 1em;
background: url(../images/arrow_4.png) center center no-repeat;
background-size:contain; margin-left: 0.4em;}
.nav&gt;ul&gt;li&gt;a:hover {color: #fb7921;}
.nav&gt;ul&gt;li.cur&gt;a { font-weight: bold; color: #fb7921; }
.nav&gt;ul:hover&gt;li.cur&gt;a { color: #fb7921; }
.nav&gt;ul:hover&gt;li.hover.cur&gt;a {  color: #fb7921;}

.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%; margin-left: -5em;  width: 10em; text-align: center;
	background: rgba(0,0,0,0.65); font-size: 0.9em;
	-moz-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, .08);
	box-shadow:0 10px 10px rgba(0, 0, 0, .08);}	

.nav .sub_nav li {  line-height: 3em; height: 3em;
 overflow: hidden; }
.nav .sub_nav li a {color: #fff; font-weight: bold;
padding:0 0.5em; display: block; position: relative; z-index: 0;}
.nav .sub_nav li a:hover { color: #fc7823;}


.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.6);
}
@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;
background: #fff ;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM {flex: 1; display: block;}

@media only screen and (max-width:828px) {
	.navW .nav { display: none !important;}
	.navM { top: 0; overflow-y: auto;
	text-align: left;  position: relative;	z-index: 0;background-color: #242424;
		margin-top:0;padding: 0 1em 0;line-height: 3.2;	}
	.navM .con { padding-top: 5em;
	position: relative; z-index: 0; width: auto;}
	.navM .con&gt;ul { display: block; width: 100%; }
	.navM .con&gt;ul&gt;li { padding: 0;}
	.navM li { text-transform: uppercase;
		border-top: 1px solid rgba(255,255,255,0.5);
		position: relative;		z-index: 0;	}
	.navM li:first-child {border-top: 0;	}
	.navM .title { font-weight: bold; 
	display: flex; justify-content: space-between; align-items: center;
	padding: 0;}
	.navM a {color: #fff;display: block;}
	.navM a:hover {color: rgba(255,255,255,0.8);}
	
	.navM ul ul { position: static;font-size:1em;
		height: 0;overflow: hidden;transition: height 2s; 	}
	.navM ul ul li { border-top:0 ;}
	.navM ul ul li a {text-indent: 1em; border-top:0 ; 	}
	.navM li .arrow {display: block;
		height:1em;
		width: 1em; margin-right: 1em;
		background: url(../images/arr.svg) center center no-repeat;
		background-size:1em auto;
	}
	.navM li.show .arrow {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.navM li.show&gt;.sub_nav { padding: 0.9em 0;
		height: auto;border-top: 1px solid  rgba(255,255,255,0.3); 
	}
}

.newBox { padding: 3.4em 0 8.7em;}


/*底部*/
.footer { margin-top: 9%; padding: 9em 0;
 color: #000;text-align: center; width: 100%; 
  background: #fcfcfc url(../images/footer_bg.png) center bottom no-repeat;
  background-size:100% auto ;}

.footer .fnav { display: flex; justify-content:space-around; align-items: flex-start;}
.footer .fnav dl { margin: 0 0.5em;}
.footer .fnav dl dt { font-size: 1.35em; font-weight: bold;  color: #000;}
.footer .fnav dl dt a {  color: #000;}
.footer .fnav dl dt a:hover {  color: #333;}
.footer .fnav dl dd { margin-top: 1em;}
.footer .fnav dl dd li { margin-top:0.4em;}


.footer a { color: #000;;}
.footer a:hover { color: #333;}

.footer .qrCode { margin-top: 5em; text-align: center;}
.footer .qrCode img{display: block; width: 10em; height: auto; margin: 0 auto;}

.footer .name { margin-top: 4em; line-height: 1.35em; font-size: 2em; font-weight: bold;}

.footer .copyRight { margin-top: 3.5em; line-height: 2em;}

 @media only screen and (max-width:828px) {
	.footer { padding: 2em 0 5em;} 
	.footer .qrCode { margin-top: 6em;}
	.footer .qrCode img{ width: 16em; }
	.footer .copyRight { margin-top: 4em;}
	.footer .name { margin-top: 2em; font-size: 2em;}
	.footer .fnav { display: block;}
	.footer .fnav dl { margin-top: 3em;}
 }

.btnOrg { margin-top: 0.4em; display: inline-block; cursor: pointer; color: #fff; line-height:2.1;
 padding: 0 0.8em;  text-transform: uppercase; 
 letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #fd7922; background-color: #fd7922;
-moz-border-radius:1.1em; -webkit-border-radius:1.1em; border-radius:1.1em;}
.btnOrg:hover { background-color: #fff; color: #fd7922;}

.btnOrg2 { margin-top: 0.4em; display: inline-block; 
cursor: pointer; color: #fff; line-height:2.2;
 padding: 0 1.2em;  text-transform: uppercase; 
 letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #fd7922; background-color: #fd7922;
}
.btnOrg2::after { content: ""; display: inline-block;
width: 0.9em; height: 0.9em; vertical-align: middle;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain ; position: relative; top: -0.1em;}
.btnOrg2:hover { background-color: #fff; color: #fd7922;}
.btnOrg2:hover::after {background-image: url(../images/arrow2.png)}

.btnOrg3 {color: #fd7922; display: inline-block;}
.btnOrg3:hover { color: #fd944e;}

.btnOrg4 {
 display: inline-block; cursor: pointer; color: #fff; line-height:2.7;
 padding: 0 0.8em;  text-transform: uppercase; 
font-weight: bold; letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #fd7922; background-color: #fd7922;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.btnOrg4:hover { background-color: #fff; color: #fd7922;}

.btnWhite { margin-top: 0.4em; display: inline-block; 
cursor: pointer; color: #fff; line-height:2.2;
 padding: 0 1.2em;  text-transform: uppercase; 
 letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; border: 1px solid #fff; 
}
.btnWhite::after { margin-left: 0.2em;  content: ""; display: inline-block;
width: 0.9em; height: 0.9em; vertical-align: middle;
background: url(../images/arrow.png) center center no-repeat;
background-size:contain ; position: relative; top: -0.1em;}
.btnWhite:hover { background-color: #fff; color: #fd7922;}
.btnWhite:hover::after {background-image: url(../images/arrow2.png)}

.btnBlack { color: #000; border: 1px solid #000;
 margin-top: 0.4em; display: inline-block; 
cursor: pointer;line-height:2.2;
 padding: 0.1em 1em 0;  text-transform: uppercase; 
 letter-spacing: 0.1em;
transition: all 0.5s;
-webkit-transition:all 0.5s; 
}
.btnBlack::after { margin-left: 0.2em; content: ""; display: inline-block;
width: 0.9em; height: 0.9em; vertical-align: middle;
background: url(../images/arrow3.png) center center no-repeat;
background-size:contain ; position: relative; top: -0.1em;}
.btnBlack:hover { background-color: #000; color: #fff;}
.btnBlack:hover::after {background-image: url(../images/arrow.png)}

.franBox {  height: 48.9vw;
background:#0e3e4c url(../images/fran_bg.jpg) center center no-repeat;
background-size:cover ; color: #fff;}
.franBox .con{padding:8.7em 0 8.7em;}
.franBox .txtb { margin: 0 auto 0; width: 80%;
color: #fff;text-align: left;}
.franBox .txtb .en { font-weight: bold; text-transform: uppercase; font-size: 2.1em;
}
.franBox .txtb .tit { font-weight: bold; margin-top: 2em; font-size: 4.75em; letter-spacing: 0.1em; }
.franBox .txtb .intro { font-size: 2.9em; margin-top: 0.6em;}
.franBox .txtb .intro .btnOrg2{ margin-left: 10em; font-size: 0.42em; 
vertical-align: middle; display: inline-block;vertical-align: middle;
position: relative; top: -0.2em;}
@media only screen and (max-width:828px) {
	.franBox { font-size:0.85vw;}
	.franBox .con {width: 84.8%;
    margin: 0 auto;}
	/* .franBox { height: auto;}
	.franBox .con{padding:5em 0 8.7em;}
	.franBox .txtb {  width: 100%; }
	.franBox .txtb .en { font-size: 1.8em;}
	.franBox .txtb .tit {font-size: 4em; margin-top: 1em;}
	.franBox .txtb .intro { font-size: 2em;} */
}

.swiper-case { width: 88.7%; margin: 4.8em auto 0; position: relative; z-index: 0;}
.swiper-case .swiper-slide { position: relative; z-index: 0;}
.swiper-case .pic { position: relative; z-index: 0; padding-top: 46.55%;}
.swiper-case .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
object-fit: cover;}

.swiper-case .swiper-pagination { bottom: 0; margin-bottom: 4.4%; left: 0;  right: 0;}
.swiper-case .swiper-pagination .swiper-pagination-bullet {
	width: 0.37em; height: 0.37em; margin: 0 0.3em !important;
	background-color: rgba(255,255,255,0.7);
	filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
	}
.swiper-case .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ff7826;
	filter:alpha(opacity=100);-moz-opacity:1.0; opacity:1.0;
}</pre></body></html>