<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
  position: relative;

}

* {
  margin: 0;
  padding: 0;
  /* font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei'; */
  font-family: "黑体";
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* min-width: 1400px; */
}

input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

i {
  display: block;
}
img{vertical-align: middle;}
i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}
li{list-style: none;}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear2{
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

.warpper{
  width:1200px;
  margin:0 auto;
}

.warpper2{
	width: 88%;
	height: auto;
	margin: 0 auto;
}

.warpper3{
	width: 83%;
	height: auto;
	margin: 0 auto;
}

.dH{
  overflow: hidden;
}
.inp_pla{
  color:#999 !important;
}
.rig-title-over{
  float: left;
  line-height: 60px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*input placeholder 样式 */

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}


.footer_message ::-webkit-input-placeholder {
  color: #fff;
}

.footer_message :-moz-placeholder {
  color: #fff;
}

.footer_message ::-moz-placeholder {
  color: #fff;
}

.footer_message :-ms-input-placeholder {
  color: #fff;
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}
.slh{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.bgcover{
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.boxsizing{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.home_wrap{width: 1200px;margin: 0 auto;}
/* 字体font icon */
@font-face {font-family: "iconfont";
  src: url('../font_icon/iconfont.eot'); /* IE9*/
  src: url('../font_icon/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font_icon/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font_icon/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font_icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.hoverimg:hover .wy_newsimg{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.hoverimgup:hover .qf_pro_img{
    -webkit-transform: translate3d(0,-8px,0);
    -moz-transform: translate3d(0,-8px,0);
    transform: translate3d(0,-8px,0);
}

.hover_animation{ 
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}
.hoverimg:hover img{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.hoverimgup:hover img{
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
/* 无内容 */
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}

/* 更改layer样式 */
.layui-layer-btn{
  text-align: center !important;
  padding-bottom:28px !important;
}
.layui-layer-btn .layui-layer-btn0{
  display: block;
  margin:0 auto !important;
  border-radius: 0 !important;
  width:88px !important;
  text-align: center !important;
  height: 34px !important;
  line-height: 34px !important;
  border-color: #237ed2 !important;
  background-color: #237ed2 !important;
}
.layui-layer-btn .layui-layer-btn0:hover{
  background: #348eed !important;
  border-color: #348eed !important;
}

h2.join_m{background: #f1f1f1;
    padding: 39px 36px;margin-top: 20px;}
.message_img{width: 100%;margin: 8px 0 25px 0;}
.message_img img{max-width: 100%;}


.transition{
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

/**3**/
.cx-footer{
	width: 100%;
	height: auto;	
	/* padding-bottom: 50px; */
}

.cx-footer .footer-logo{
	width: 100%;
	padding-top: 60px;
	text-align: center;
	background: url(../images/footer-1.png) center 0 no-repeat,linear-gradient(#fbe1c6,#fff);
	background-size: 88% auto;
}

.cx-footer .footer-ewm{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.cx-footer .footer-ewm li{
	margin-right: 2%;	
}

.cx-footer .footer-ewm li .img{
	width: 280px;
	height: 293px;
	background: url(../images/footer-2.png) 0 0 no-repeat;
	background-size: 100% auto;
	background-image: #fff;
	overflow: hidden;
}

.cx-footer .footer-ewm li .img img{
	width: 94%;
	margin-left: 3%;
	margin-top: 3%;
}

.cx-footer .footer-ewm li p{
	font-size: 24px;
	text-align: center;
	margin-top: 5px;
}

.cx-footer .footer-info{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.cx-footer .footer-info li{
	width: 620px;
	display: flex;
	position: relative;
}

.cx-footer .footer-info li:nth-child(2){
	/* width: 28%;
	margin-left: 5%; */
}

.cx-footer .footer-info li:nth-child(2)::after{
	display: none;
}

.cx-footer .footer-info li::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 62px;
	background: #dcdcdc;
	right: 15px;	
}

.cx-footer .footer-info li .a{
	/* width: 160px; */
	float: left;
	margin-right: 24px;
	padding-left: 50px;
}

.cx-footer .footer-info li .a p:first-child{
	font-size: 32px;
	color: #ef7a00;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.cx-footer .footer-info li .a p:last-child{
	font-size: 18px;
	color: #000;
	line-height: 1;
}


.cx-footer .footer-info li .b{
	float: left;
}

.cx-footer .footer-info li .b .xx{
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: initial;
	font-size: 18px;
	margin-bottom: 8px;
}

.cx-footer .footer-info li .b .xx span{
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
	width: 75px;
}

.cx-footer .footer-info li .b .xx i{
	width: 225px;
}

.cx-footer .footer-copy{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.cx-footer .footer-copy p{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.f-kefu{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
}

.f-kefu .img{
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
}

.f-kefu .img img{
	max-width: 100%;
	max-height: 100%;
}

/* 桌面显示器 */
@media (min-width: 1440px) and (max-width: 1700px) {
	.f-kefu .img{
		width: 180px;
		height: 180px;
		line-height: 180px;
		text-align: center;
	}
}

/* 老式笔记本 */
@media (min-width: 1281px) and (max-width: 1439px) {
	.f-kefu .img{
		width: 160px;
		height: 160px;
		line-height: 160px;
		text-align: center;
	}
}

/* 桌面显示器 */
@media (min-width: 992px) and (max-width: 1280px) {
	.f-kefu .img{
		width: 140px;
		height: 140px;
		line-height: 140px;
		text-align: center;
	}
}

/* 平板设备 */
@media (min-width: 600px) and (max-width: 991px) {
	.f-kefu .img{
		width: 120px;
		height: 120px;
		line-height: 120px;
		text-align: center;
	}
}

/* 手机屏幕 */
@media (max-width: 599px) {
	.f-kefu .img{
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
}


#back-to-top{position: fixed;bottom: 30px;right: 20px;opacity: 0;width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 0;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;-webkit-transition: 300ms ease-in-out;-o-transition: 300ms ease-in-out;transition: 300ms ease-in-out;background-color: #000;box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);}
#back-to-top::before{content: '';position: absolute;width: calc(100%);height: calc(100%);bottom: 0;right: 0;z-index: -1;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: top;-ms-transform-origin: top;transform-origin: top;background-color: #ef7a00;-webkit-transition: -webkit-transform .24s ease-in-out;transition: -webkit-transform .24s ease-in-out;-o-transition: transform .24s ease-in-out;transition: transform .24s ease-in-out;transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out}
#back-to-top:hover::before{-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transform-origin: bottom;-ms-transform-origin: bottom;transform-origin: bottom}
#back-to-top.show{z-index: 999;opacity: 1;}
#back-to-top img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}


.pages{width:100%;height:60px;line-height:60px;text-align:center;margin:20px auto;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:60px;
	width: 60px;
	height: 60px;
	border:3px solid #ef7a00;
	/* background-color:#ffffff; */
	text-decoration:none;
	color:#ef7a00;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:10px;
	box-sizing: border-box;
	font-size: 32px;
	border-radius: 10px;
}

.pages a.on{
	background: #ef7a00;
	color: #fff;
}
.pages  .current{
	display:inline-block;
	width: 60px;
	height: 60px;
	border:3px solid #ef7a00;
	/* background-color:#ffffff; */
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;	
	color:#fff;
	/* background-color:#75af27; */
	box-sizing: border-box;

}
.pages a:hover{
	color:#fff;
	background-color:#ef7a00;
	text-decoration:none;
}

.pages b{
	display:inline-block;
	width: 60px;
	height: 60px;
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	box-sizing: border-box;				
	color:#fff;
	background-color:#ef7a00;
}
.pages strong{
	color:#fff;
	background-color:#ef7a00;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

.pages input{width:30px;padding:0 5px;height:28px;line-height:28px;border:1px solid #d9d9d9;vertical-align:middle;}
.pages button{width:50px;height:28px;line-height:28px;border:1px solid #d9d9d9;cursor:pointer;vertical-align:middle;}</pre></body></html>