<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; 
.top {
	height: 72px;
	width: 100%;
	position:absolute;
	top:0px;
	background-color:#33363b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f6112;
	z-index: 99;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	opacity:0.9;
}
.top .nav a:hover, .top .nav a.sel {
	background-color: #cc8303;
}
.top .nav {
	height: 72px;
	width: 1180px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.top .nav a {
	text-decoration: none;
	float: left;
	height: 45px;
	width: 86px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	margin-top: 27px;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
.top .nav .img {
	float: left;
	width: 326px;
	margin: 0px;
}

.fix{ width:1180px; margin:0 auto; position:relative; text-align:right; top:-65px; right:0px;}
.fix_box{ width:90%; margin-left:75px; overflow:hidden;}
.fix .ff{ font-size:12px; color:#949494; text-decoration:none}
.fix span{ font-size:12px; color:#949494;}
.fix .ff:hover{ color:#f0ca68;}

.main {
	height: 623px;
	width: 100%;
	background-color: #033;
	left: 0px;
	position: relative;
}
.main .mianc #containedr {
	height: 623px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.skippr {
	width:100%;
	height:100%;
	position: relative;
	overflow:hidden;
}
.skippr &gt; div {
	position: absolute;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: 50% 62.5%;
}
.skippr &gt; img {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
}
.skippr-nav-container {
	position: absolute;
	left:49.25%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	bottom:25px;
	overflow: auto;
	z-index:10;
}
.skippr-nav-element {
	cursor:pointer;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	margin-right: auto;
	margin-left: auto;
}

.skippr-nav-element-bubble {
	width:12px;
	height:12px;
	border-radius: 50%;
	margin:0 4px;
}
.skippr-nav-element-block {
	width: 24px;
	height:20px;
	background-image: url(../images/an.png);
	float:left;
	margin-right: aotu;
	margin-left: aotu;
}
.skippr-nav-element:hover, .skippr-nav-element-active {
	background-image: url(../images/an1.png);
}
.skippr-arrow {
	position: absolute;
	z-index:999;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	width:30px;
	height:30px;
	/*background-color: white;*/
	transform-origin:center center;
	-webkit-transform-origin:top left;
	cursor: pointer;
}
.skippr-previous {
	left:2.5%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-top:2px solid white;
	border-left:2px solid white;
	z-index:10;
	display:none;
}
.skippr-next {
	right:3.5%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-bottom:2px solid white;
	border-right:2px solid white;
	display:none;
}
#skippr h2 { margin: 100px 0 0 100px; font: 50px "Microsoft Yahei"; color: #fff; text-shadow: 1px 1px 0 #000;}
#skippr p { margin: 10px 0 0 100px; font: 30px "Microsoft Yahei"; color: #fff; text-shadow: 1px 1px 0 #000;}
.buttom {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #402800;
}

.buttom .butt {
	height: 168px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/earth.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.buttom .butt .butt-top {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	width: 1180px;
	text-align: center;
}
.buttom .butt .butt-top a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ab9e8a;
	text-decoration: none;
}
.buttom .butt .butt-top a:hover {
	color: #ffaa00;
}

.buttom .butt .butt-top span {
	color: #ab9e8a;
	margin-right: 18px;
	margin-left: 18px;
}
.buttom .butt .butt-min {
	height: 60px;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.buttom .butt .butt-min p {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #ab9e8a;
	height: 15px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.buttom .butt .butt-min p a {
	color: #ab9e8a;
}
.buttom .butt .gh {
	height: auto;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
}
.float_box{
	clear:both;
	width:113px;
	height:305px;
	top:300px;
	right:0;left: 10px;
	position:fixed;
	_position:absolute;
	z-index:9999999999999;
	_left:expression(eval(document.documentElement.scrollLeft));
	_top:expression(eval(document.documentElement.scrollTop));
}
.float_box .phone {
	background-image: url(../images/floart_03.jpg);
	height: 57px;
	width: 113px;
	font-size: 16px;
	color: #FFF;
	position: relative;
}
.float_box .phone h3 {
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 4px;
}
.float_box .phone p {
	margin-top: 0px;
	padding-left: 4px;
}
.float_box .phone span {
	position: absolute;
	top: 8px;
	right: 4px;
	height: 9px;
	width: 14px;
	background-image: url(../images/button-02.jpg);
}

.float_box .qq_online{
	clear:both;
	width:113px;
	height:67px;
	padding-top:47px;
	background-image: url(../images/floart_05.jpg);
	background-repeat: no-repeat;
}
.float_box .qq_online .qq_box{
	clear:both;
	width:113px;
	height:25px;
	margin-bottom:10px;
	text-align:center;
}

.nr {
	width: 1180px;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	padding-bottom: 30px;
}
.nr .left {
	float: left;
	width: 284px;
	overflow: hidden;
	height: auto;
}
.nr .left .left-nav {
	float: left;
	height: auto;
	width: 217px;
	margin-left: 10px;
}
.nr .left .left-nav .navv {
	height: 42px;
	width: 217px;
	background-image: url(../images/buttom_08.jpg);
	float: left;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	cursor: pointer;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}
.nr .left .left-nav .navv a {
	width: 217px;
	height: 42px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.nr .left .left-nav .navvv{
	background-image:url(../images/button_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.nr .left .left-nav .navv:hover {
	background-image: url(../images/button_07.jpg);
}
.nr .left .left-nav .navvvv{
	background-image:url(../images/button_08.jpg);
}
.nr .left .left-nav .navvvv:hover {
	background-image:url(../images/button_08.jpg);
}
.nr .left .left-nav .tc {
	height: auto;
	width: 213px;
	background-color: #ffa200;
	float: left;
	padding-top: 0px;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
	cursor: pointer;
	font-family: "微软雅黑";
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff8400;
	border-left-color: #ff8400;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8400;
	overflow: hidden;
}
.nr .left .left-nav .tc a {
	text-decoration: none;
	height: 40px;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	color: #ffdfa6;
}

.nr .left .left-nav .tc a:hover,.nr .left .left-nav a.sel,.nr .left .left-nav .tc .tw{
	color: #FFF;
}

.tt{
	border-top: solid;
	border-top-color: #994a00;
	border-top-width: 1px;	
}

.nr .left .left-nav .tc a span {
	margin-left: 30px;
}

/*.nr .right .fenye {
	height: 109px;
	width: 100%;
	text-align: center;
}


.nr .right .fenye a {
	display: block;
	height: 42px;
	width: 49px;
	background-color: #235578;
	text-decoration: none;
	margin-top: 37px;
	margin-right: 20px;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
	font-family: "微软雅黑";
	float: left;
}
.nr .right .fenye a:hover {
	background-color: #ff8a00;
}*/

a img {border: 0px;}


.clearfix{clear:both}
.bt_top{ width:1180px; margin:0 auto; overflow:hidden; position:relativee; border-top:4px solid #353536; padding-top:12px; margin-bottom:11px; text-align:center;}
.top_bc{ width:1200px ; text-align:center;}
.bt_top a{ width:180px; height:70px; display:inline-block; margin-right:16px; margin-left:0px;}
.bt_top a .ti{ width:180px; height:70px;filter: grayscale(100%);
-webkit-filter: grayscale(100%);FILTER: gray; }

.bt_top a:hover .ti{filter:none;-webkit-filter: none;FILTER: none;}

 @media screen\9{.fix{width:1180px; margin:0 auto; position:relative; text-align:right; top:-67px; right:40px; }} 
</pre></body></html>