<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #682c2a;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
.clear,
.clearfix {
	clear: both;
}
#to_Top {
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	width: 40px;
	height: 44px;
	text-align: center;
	background: #40a1dd;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
.box1100 {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.floatLeft {
	float: left;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
/*头部开始*/
/*轮播图开始*/
.carousel {
	box-sizing: border-box;
	position: relative;
	background: #ccc;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: 750px;
}
.header{
	width: 100%;
	height: 90px;
	border-bottom: solid 1px #fff;
	position: absolute;
	z-index: 20;
	background: #000;
	padding-top: 10px;
}
.logo{
	width: 369px;
	height: 77px;
	margin: 0 auto;
}
/*navsea*/
.navsea {
	position: absolute;
	width: 100%;
	height: 60px;
	background: #000;
	margin-top: 101px;
	z-index: 20;
}
.navseacon {
	width: 1100px;
	margin: 0 auto;
}
.navseacon span{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: url(../images/navico.png) no-repeat center;
	margin-right: 20px;
	margin-top: 10px;
}
/*nav*/
.nav {
	width: 1050px;
	height: 60px;
}
.navLi {
	float: left;
}
.navLiA {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: block;
	width: 120px;
	height: 36px;
	border-radius: 20px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
.nav span {
	float: left;
	display: block;
	width: 1px;
	height: 10px;
	background: #ededed;
	margin: 26px 0px;
}
.nav span:last-child {
	display: none;
}
/*.navLiA:hover {
	background: #111;
}
.navLiAOn {
	background: #111111;
}*/
/*nav*/
.carousel .pic_box {
	width: 10000px;
}
.carousel .pic_box li {
	float: left;
}
.carousel .pic_box li img {
	display: block;
}
.arrow {
	width: 44px;
	height: 88px;
	line-height: 88px;
	background: rgba(64, 64, 64, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	transition: all 300ms;
	z-index: 30;
}
.left {
	left: -10%;
}
.right {
	right: -10%;
}
.carousel:hover .left {
	left: 5%;
}
.carousel:hover .right {
	right: 5%;
}
.panel {
	/*居中写法*/
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	margin: 0 auto;
	z-index: 30;
}
.control {
	color: #ffffff;
	background: #fff;
	margin: 10px;
	width: 30px;
	height: 3px;
	/*border-radius: 50%;*/
	display: inline-block;
	cursor: pointer;
	transition: .5s;
}
.active {
	background: #ee3f3f;
}
/*轮播图结束*/
/*头部结束*/
/*搜索开始*/
.ss {
	width: 100%;
	height: 127px;
	background: url(../images/ss_bj_02.png)no-repeat center;
}
.s1100 {
	width: 1100px;
	margin: 0 auto;
}
/*定位语开始*/
.Pos {
	float: left;
	width: 550px;
	height: 127px;
}
.Pos b {
	font: bold 16px "微软雅黑";
	color: #fff;
	display: block;
	margin-top: 40px;
	text-align: center;
	letter-spacing: 14px;
}
.Pos span{
	display: block;
	width: 100px;
	height: 4px;
	background: #fff;
	float: right;
	margin-top: 20px;
	margin-right: 82px;
}
.Pos i {
	display: block;
	font: normal 12px arial;
	color: #FFFFFF;
	margin-top: 26px;
	text-align: right;
	margin-right: 82px;
}
.hea_tel {
	width: 272px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #0C4E99;
	margin-top: 20px;
	position: relative;
}
.hea_tel img {
	position: absolute;
	width: 26px;
	height: 26px;
	margin: 8px 40px;
}
.hea_tel h3 {
	font: normal 24px arial;
	color: #fff;
	position: absolute;
	margin-left: 90px;
	margin-top: 8px;
}
/*定位语结束*/
.search_div {
	width: 480px;
	height: 72px;
	/* margin: 20px 0; */
	/* border-bottom: 1px solid #ccc; */
	/* padding: 60px 0px; */
	float: right;
}
.searchBox {
	width: 480px;
	/* height: 100%; */
	margin: 0 auto;
	/* border-bottom: 1px solid #ccc; */
	box-sizing: border-box;
	position: relative;
	padding: 25px 350px 20px 100px;
}
.searchBox a {
	padding: 5px 10px;
	font-size: 14px;
	color: #666;
	/* z-index: 10; */
	/* float: left; */
	/* width: 68px; */
}
.searchBox a:hover {
	text-decoration: underline;
}
.searchBox:after {
	display: block;
	content: '';
	height: 0;
	width: 100%;
	background: #ccc;
	position: absolute;
	bottom: -30px;
}
.searchWord {
	width: 700px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #000;
	padding-left: 110px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	text-align: justify;
}
.searchWordL {
	width: 400px;
	/* height: 100%; */
	/* background: pink; */
	position: absolute;
	left: 0;
	top: 26px;
	transform: translateY(0%);
	text-align: left;
	/* width: 700px; */
}
.searchWordL p:nth-child(1) {
	font-size: 14px;
	color: #000;
	width: 85px;
	float: left;
}
.searchWordR {
	width: 320px;
	/* height: 100%; */
	/* margin-left: 20px; */
	/* border-left: 1px solid #ccc; */
	/* border-right: 1px solid #ccc; */
	position: absolute;
	right: 0;
	top: 40px;
	transform: translateY(0%);
}
.searchWordRTel {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translate(0, -50%);
	padding-left: 40px;
	background: url(../images/tel2.png) no-repeat left center;
	letter-spacing: 2px;
}
.searchWordRTel p {
	font-size: 24px;
	color: #ea788f;
	font-family: arial;
	font-weight: bold;
	transform: translateY(-3px);
}
.searchWordRTel p:nth-child(1) {
	color: #555;
	font-size: 15px;
}
.searchWord span {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}
.searchWord a {
	color: #000;
	margin-right: 10px;
	font-size: 14px;
}
.searchWord a:hover {
	text-decoration: underline;
}
.w1100 {
	width: 1100px;
	height: 99%;
	margin: 0 auto;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
/**/
.search {
	float: right;
	width: 250px;
	height: 50px;
	/* border-top: 1px solid #999; */
	position: absolute;
	right: 184px;
	top: 64px;
	/*transform: translateX(50%);*/
}
.select {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.search .search_tow {
	width: 100%;
	height: 40px;
	padding-right: 80px;
	padding-left: 10px;
	margin-top: 5px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0);
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0);
	/* border-bottom: 1px solid #999; */
	position: relative;
}
.search .search_button {
	background: #00538d;
	font-size: 18px;
	border: 0;
	color: #ffffff;
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.search .search_tow:focus {
	outline: #ccc;
}
.SearchType {
	background: rgba(0, 0, 0, 0);
}
#SearchType {
	width: 50px;
	height: 40px;
	border: none;
	background: #FFFFFF;
}
.search .search_tow::-moz-placeholder {
	color: #666;
}
.search .search_tow::-ms-input-placeholder {
	color: #666;
}
.search .search_tow::-webkit-input-placeholder {
	color: #666;
}
.searchIco {
	font-size: 14px;
	position: absolute;
	right: 7px;
	top: 58%;
	transform: translateY(-50%);
}
.searchIco img{
	width: 18px;
	height: 18px;
}
/*.searchIco {
	position: absolute;
	margin-top: -32px;
	margin-left: 216px;
}*/
/*搜索联系开始*/
.findTel {
	width: 1100px;
	height: 100px;
	margin: 50px auto;
	border-bottom: 1px solid #999;
}
.findTelL {
	float: left;
	width: 550px;
	height: 100%;
	margin-left: 110px;
}
.ftimg {
	width: 58px;
	height: 100%;
	float: left;
	margin-right: 20px;
}
.ftcont1 {
	width: 470px;
	height: 100%;
	float: left;
}
.ftcont1 p:nth-child(1) {
	font-size: 24px;
	color: #000;
}
.ftcont1 p:nth-child(2) {
	font-size: 14px;
	color: #000;
	margin-top: 5px;
}
.findTelR {
	float: left;
	width: 300px;
	height: 100%;
	margin-left: 40px;
}
.ft2p1 {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.ft2p2 {
	font-size: 24px;
	font-family: arial;
}
/*搜索联系结束*/
/*搜索结束*/
/*网站地图开始*/
.mapUl {
	margin: 20px;
	border-bottom: 1px dashed #D9D9D9;
}
.mapUlP {
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
	margin-left: -32px;
	margin-bottom: 5px;
	color: #666;
}
.mapUlP a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
/*.mapUlP a[class="mapLi"] {
	margin-left: 10px;
}
.mapUlP a[class="mapLi"]:first-child {
	margin-left: 0px;
}*/
.mapUlP:hover {
	color: #5B9C34;
}
.mapUl .mapLi {
	color: #666;
}
.mapUl .mapLi:after {
	content: " ";
	margin-left: 20px;
}
.mapUl .mapLi:first-child:after {
	content: " ";
	margin-left: 0px;
}
.mapLi:hover {
	color: #5B9C34;
}
.on {
	background: #5B9C34;
}
/*#to_top {
	width: 30px;
	height: 40px;
	padding: 20px;
	font: 14px/20px arial;
	text-align: center;
	background: red;
	position: fixed;
	cursor: pointer;
	color: #fff;
}*/
.topTop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: red;
	font-weight: bold;
	text-align: center;
}
/*网站地图结束*/
.caseOneTilte {
	text-align: center;
}
/*底部开始*/
.footer {
	width: 100%;
	height: 360px;
	background: #000;
}
.f1100 {
	width: 1100px;
	margin: 0 auto;
}
.f_hot {
	float: left;
	width: 370px;
	margin-right: 90px;
}
.f_hot a {
	font: normal 14px "微软雅黑";
	color: #fff;
	margin-left: 5px;
	text-decoration: none;
}
.f_hot a:hover {
	/* color: #EE3F3F; */
}
.f_hot h4 {
	margin-top: 50px;
	font: bold 16px "微软雅黑";
	color: #fff;
}
.f_hot span {
	display: block;
	width: 20px;
	height: 3px;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.f_hot p {
	display: block;
	margin-bottom: 7px;
	margin-top: 10px;
	font: normal 14px "微软雅黑";
	color: #fff;
}
.f_ewm {
	float: left;
	width: 310px;
	margin-top: 100px;
	margin-right: 110px;
}
.ewm1 {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.ewm1 b {
	display: block;
	width: 120px;
	height: 30px;
	font: normal 14px "微软雅黑";
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.ewm2 {
	float: left;
	width: 120px;
	height: 120px;
}
.ewm2 b {
	display: block;
	width: 120px;
	height: 30px;
	font: normal 14px "微软雅黑";
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.f_nav {
	float: left;
	width: 200px;
}
.f_nav h4 {
	margin-top: 50px;
	font: bold 16px "微软雅黑";
	color: #fff;
}
.f_nav span {
	display: block;
	width: 20px;
	height: 3px;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.f_nav ul {
	width: 250px;
}
.f_nav ul li {
	float: left;
	width: 110px;
	margin-right: 10px;
}
.f_nav ul li:last-child {
	margin-right: 0;
}
.f_nav a {
	display: block;
	font: normal 14px "微软雅黑";
	color: #fff;
	text-decoration: none;
	margin: 20px 0;
}
.f_nav a:hover {
	/* color: #EE3F3F; */
}
/*foot end*/
/*bq*/
.bq {
	width: 100%;
	height: 40px;
}
.bq1100 {
	width: 1100px;
	margin: 0 auto;
}
.bq1100 b {
	display: block;
	width: 1100px;
	font: normal 14px "微软雅黑";
	color: #999;
	text-align: center;
	line-height: 40px;
}
.bq1100 a {
	color: #999;
	text-decoration: none;
}
.bq1100 a:hover {
	color: #EE3F3F;
}
/*bq*/
/*底部结束*/
</pre></body></html>