<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*/

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: '微软雅黑';
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 14px;
	color: #333333;
	background-color: #fff;
}
img {border: 0;}
input,select {
	background-color: #fff;
	padding: 0 10px;
}
textarea {
	background-color: #fff;
	padding: 10px;
}
input,button {border: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
a {text-decoration: none;color:#333;}
a:focus {outline: thin dotted;}
a:active,a:hover {outline: 0;}
input,button {border: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{cursor: pointer;}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #BB3700 url("../images/down.png") no-repeat 98% center;
	border-radius: 5px;
	background-size: 16px 10px;
	color: #fff;
}

select option {width: 100%;}
p{margin: 0;}
ul li,dl li,ol li,li {list-style-type: none;}
a:hover {text-decoration: none;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.clearFix {zoom: 1;}
.clearFix:after {
	content: '';
	display: block;
	clear: both;
}
.dis-b {display: block;}
.dis-i {display: inline;}
.dis-ib {display: inline-block;}
.dis-n {display: none}
.po-rela {position: relative;}
.po-abso {position: absolute;}
.cur-p {cursor: pointer;}
/*背景色*/
.bac-ccc {background-color: #cccccc;}
.bac-ddd {background-color: #dddddd;}
.bac-fff {background-color: #ffffff;}
.bac-fa {background-color: #fafafa;}
.bac-f8{background-color: #f8f8f8;}
.bac-f1{background-color: #f1f1f1;}
/*字体样式*/
.text-c {text-align: center;}
.text-l {text-align: left;}
.text-r {text-align: right;}
.text-j {
	text-align: justify;
	text-align-last: justify;
}
.over-h {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/*字体大小*/
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}
.font16{font-size: 16px;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}
.font20{font-size: 20px;}
.font22{font-size:22px;}
.font24{font-size:24px;}
.font25 {font-size: 25px;}
.font26 {font-size: 26px;}
.font28 {font-size: 28px;}
.font30 {font-size: 30px;}
.font32 {font-size: 32px;}
.fontw {font-weight: bold;}
/*字体颜色样式*/
.c33 {color: #333333;}
.c66 {color: #666666;}
.c99 {color: #999999;}
.ccc {color: #cccccc;}
.cff {color: #ffffff;}
.cff0 {color: #ff0000;}
.red{color:red;}
/*内边距样式*/
.padd-0 {padding: 0;}
.padd-10 {padding: 10px;}
.padd-15-0 {padding: 15px 0;}
.padd-15 {padding: 15px;}
/*外上边距样式*/
.mt-0 {margin-top: 0;}
.mt-2 {margin-top: 2px;}
.mt-3 {margin-top: 3px;}
.mt-4 {margin-top: 4px;}
.mt-5 {margin-top: 5px;}
.mt-6 {margin-top: 6px;}
.mt-7 {margin-top: 7px;}
.mt-8 {margin-top: 8px;}
.mt-10 {margin-top: 10px;}
.mt-12 {margin-top: 12px;}
.mt-13 {margin-top: 13px;}
.mt-15{margin-top:15px;}
.mt-16{margin-top:16px;}
.mt-20{margin-top:20px;}
.mt-23{margin-top: 23px;}
.mt-25{margin-top:25px;}
.mt-28{margin-top:28px;}
.mt-30{margin-top:30px;}
.mt-32{margin-top:32px;}
.mt-33{margin-top:33px;}
.mt-35{margin-top:35px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top: 80px;}
/*下边距样式*/
.mb-0 {margin-bottom: 0;}
.mb-1 {margin-bottom: 1px;}
.mb-5 {margin-bottom: 5px;}
.mb-8 {margin-bottom: 8px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-18 {margin-bottom: 18px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
/*左边距样式*/
.ml-0 {margin-left: 0;}
.ml-5 {margin-left: 5px;}
.ml-8 {margin-left: 8px;}
.ml-10 {margin-left: 10px;}
.ml-12 {margin-left: 12px;}
.ml-14 {margin-left: 14px;}
.ml-15 {margin-left: 15px;}
.ml-18 {margin-left: 18px;}
.ml-20 {margin-left: 20px;}
.ml-23 {margin-left: 23px;}
.ml-25 {margin-left: 25px;}
.ml-28 {margin-left: 28px;}
.ml-30 {margin-left: 30px;}
.ml-32 {margin-left: 32px;}
.ml-33 {margin-left: 33px;}
.ml-34 {margin-left: 34px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-82 {margin-left: 82px;}
/*右边距样式*/
.mr-0 {margin-right: 0;}
.mr-5 {margin-right: 5px;}
.mr-8 {margin-right: 8px;}
.mr-10 {margin-right: 10px;}
.mr-13 {margin-right: 13px;}
.mr-14 {margin-right: 14px;}
.mr-15 {margin-right: 15px;}
.mr-18 {margin-right: 18px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-40 {margin-right: 40px;}
.mr-50 {margin-right: 50px;}
.mr-60 {margin-right: 60px;}
.mr-100 {margin-right: 100px;}
/*内边距的值*/
.p-15{padding: 15px;}

.p-8{padding: 8px;}
/*上内边距*/
.pt-12 {padding-top: 12px;}
.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
/*右内边距*/
.pr-5 {padding-right: 5px;}
.pr-7 {padding-right: 7px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-30 {padding-right: 30px;}
.pr-60 {padding-right: 60px;}
/*下内边距*/
.pb-5 {padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-60{padding-bottom: 60px;}
/*左内边距*/
.pl-5{padding-left: 5px;}
.pl-7{padding-left: 7px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}
.pl-23{padding-left: 23px;}
.pl-30{padding-left: 30px;}
.pl-35 {padding-left: 35px;}
.pl-40 {padding-left: 40px;}
.pl-50 {padding-left: 50px;}
.pl-60 {padding-left: 60px;}
/*边框线样式*/
.bor-r-f{border-right: 1px solid #fff;}
.bor-b-f{border-bottom: 1px solid #fff;}
/*主题色*/
.c-zhu {color: #bb3700;}
.bac-zhu {background-color: #bb3700;}


/*各个页面样式的调整*/
h2{color: #BB3700;font-size: 28px;}

h3{color: #BB3700;font-size: 22px;}


.content p{
	font-size: 15px;
	margin-top: 15px;
	text-indent: 2em;
	line-height: 25px;
}
.content img{
	display: block;
	max-width: 54%;
	margin: 50px auto;
}
.logo{
	width: 180px;
	height: auto;
	margin-top: 12px;
	margin-right: 10px;
}
.logow{font-size: 16px;}
.tops{
	background-color: #fff;
}
.top{
	height: 70px;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	height: auto;
}
.menus{
	display: none;
	cursor: pointer;
}
.menu{
	width: 30px;
	height: 30px;
	margin-top: 20px;
	float: right;
}
.kuand{
	width: 100%;
	height: 60px;
	background-color: #fff;
	color: #333;
}
.navlist{
	float: left;
	text-align: center;
	width: 12.5%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.navlist a{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
.navlist a:hover{
	color: #333;
	background-color: #ccc;
}
.shade{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 5;
	display: none;
}
.navTanc{
	position: fixed;
	top: 0;
	right: -80%;
	width: 80%;
	height: 100%;
	background-color: #ececec;
	z-index: 6;
	color: #fff;
}
/*.closed{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
}*/
.qiehuan{
	background-color: #BB3700;
}
.qiehuan a{
	display: block;
	width: calc(100% / 3);
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
}
.daohang{
	width: 100%;
	font-size: 18px;
}
.daohang li{
	width: 100%;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px solid #999;
}
.daohang li a{
	display: block;
	width: 100%;
}
.jies{
	width: 100%;
	/*height: 300px;*/
	background-color: #fff;
	border: 1px solid #999;
	padding: 15px;
	border-radius: 10px;
}
.dongt,.news{
	width: 100%;
	/*height: 140px;*/
	padding: 15px;
	background-color: #BB3700;
	color: #fff;
	border-radius: 10px;
}
.linkus{
	padding: 15px;
	border: 1px solid #999;
	background-color: #daeef3;
	border-radius: 10px;
	font-family: 'KaiTi';
}
.foot{
	width: 100%;
	padding: 15px 0;
	background-color: #BB3700;
	color: #fff;
	text-align: center;
}
.tabt{
	line-height: 50px;
	font-size: 16px;
	border: 1px solid #999;
}
.tabt ul li{
	border-bottom: 1px solid #999;
	padding-left: 10px;
}
.tabt ul li:last-child{
	border-bottom: none;
}
.active{
	background-color: #BB3700;
	color: #fff;
}
.register{margin-bottom: 0;}
.zhanshi{
	display: none;
}
.zhanshi select{
	width: 100%;
	height: 50px;
	font-size: 16px;
}
.cont{
	border: 1px solid #666;
}
.cont p{
	padding:0 15px;
}
.cont img{
	width: 100%;
	height: auto;
}
.cont1{
	border: 1px solid #666;
	padding: 15px;
	max-height: 160px;
}
.link{
	color: #007AFF;
	text-decoration: underline;
}
.erji{
	position: absolute;
	top: 60px;
	left: 0;
	z-index:5;
	color: #fff;
	width: 100%;
	height: 300px;
	background-color: #e5e5e5;
	line-height: 30px;
	text-align: left;
	display: none;
}
.erji a{width:auto}
.erji a:hover{
	background-color: #e5e5e5;
}
.lists{
	width: 30%;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 20%;
}
.lists li{
	border-bottom: 1px solid #666;
}
.lists2{
	width: 50%;
}
.lists2 li{
	width: 20%;
	margin-top: 20px;
	padding-left: 20px;
	color: #333;
}
.lists2 li img{
	width: 100%;
	height: auto;
}

/*页面调整以后的样式*/
.infoList li{
	padding: 8px;
	/*margin-top: 20px;*/
}
.infoList li:nth-child(4n){
	margin-right: 0;
}
.infoList li p{
	margin-top: 0;
	background-color: #BB3700;
	color: #fff;
	border-radius: 10px;
	padding: 8px;
}
.yuanL div{
	margin-top: 20px;
}
.yuanL p{
	background-color: #BB3700;
	border-radius: 50%;
	color: #fff;
	margin-top: 0;
	height: 200px;
	padding-top: 80px;
	text-align: center;
	text-indent: 0;
}
.table{
	background-color: #daeef3;
}
.lianxi{
	position: absolute;
	top: 20px;
	right: 50px;
	width: 400px;
	height: auto;
}
.infoz{
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}
.infoz img{
	width: 100%;
}
.infoz p{
	margin-top: 10px;
	padding-left: 5px;
}
.infoz:hover img{
	transition: all .5s;
	transform: scale(1.1);
}

.content img{
	animation: donghua 8s infinite;
	-webkit-animation:donghua 8s infinite;
}
/*@keyframes donghua{
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
	100%{transform: scale(1);}
}*/

.coorp{
	width: 100%;
	padding: 15px 0;
	background-color: #5e5e5f;
	text-align: center;
	color: #c3c3c2;
}
.yqLink{
	width: 100%;
	padding: 0 10px 10px 10px;
	background-color: #333;
	color: #fff;
}
.jiant{
	width: 30px;
	height: auto;
	margin: 0 auto !important;
}
/*媒体查询,页面宽度小于760的时候,启用的样式*/
@media only screen and (max-width:760px ) {
	
	.links{display: none;}
	.change{display: none;}
	.menus{display: inline;}
	.kuand{display: none;}
	.register{display: none;}
	.tabt{display: none;}
	.zhanshi{display: block;}
	.logo{
		width: 100px;
	}
	.logow{font-size: 12px;}
}
@media only screen and (max-width:1200px ) {
	.lianxi{
		position: static;
		width: 100%;
		height: auto;
	}
}</pre></body></html>