<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-size: 16px;
	color: #202020;
	background-color: #fff;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #202020;
	cursor: pointer;
}

input[type="text"],
textarea {
	cursor: text;
	outline: none;
}

button,
select {
	cursor: pointer;
	outline: none;
}

 {
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #e42723;
}

ul,li {
	list-style-type: none;
}

h1,h2,h3 {
	font-weight: normal;
}

html {
	-webkit-text-size-adjust： none;
} /* 禁用iPhone中Safari的字号自动调整 */

/*清楚浮动*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
   /* 触发 hasLayout */
	zoom: 1;
}

.in-public {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.child-photo-list li span i,
.slideBox .prev,
.slideBox .next,
.top ul.nav li.nav-1&gt;a:after,
li.nav-1-1:after {
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}

/*首页焦点图*/

.in-banner {
	
}

.top {
	background-color: #fff; 
}

.top .in-public {
	width: 1200px;
}

.top span.logo {
	display: block; width: 140px; height: 80px; float: left; margin: 14px 0;
}

.top span.logo a {
	display: block; width: 100%; height: 100%; background-image: url(../img/logo.png); background-position: center center; background-repeat: no-repeat;
}

.top ul.nav {
	float: right;
}

.top ul.nav li.nav-1 {
	float: left; position: relative;
}

.top ul.nav li.nav-right {
	float: left;
}

.top ul.nav li.nav-right {
 	height: 20px; margin: 44px 0; border-left: 1px solid #ccc;
}

.top ul.nav li.nav-right span {
	margin-left: 30px; display: block;
}

.top ul.nav li.nav-right span i {
	display: block; width: 20px; height: 20px; background-image: url(../img/a01.png); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; float: left;
}

.top ul.nav li.nav-right span strong {
	font-weight: normal; color: #e42723; height: 20px; line-height: 20px; font-size: 18px; margin-left: 15px;
}

.top ul.nav li.nav-1&gt;a {
	padding: 0 30px; height: 108px; line-height: 108px; display: block; position: relative;
}

.top ul.nav li.nav-1&gt;a:after {
	content: "";
	width: 100%; height: 2px; display: block; position: absolute; background-color: rgba(228,39,35,0); left: 0; bottom: 5px; z-index: 3;
}

.top ul.nav li.nav-1:hover&gt;a {
	color: #e42723;
}

.top ul.nav li.nav-1:hover&gt;a:after {
	background-color: rgba(228,39,35,1); bottom: 0;
}

li.nav-1-1:after {
	content: "";
	position: absolute; right: 0; width: 10px; height: 6px; display: block; top: 51px; z-index: 2; background-image: url(../img/a07.png); background-position: center center; background-repeat: no-repeat;
}

li.nav-1-1:hover:after {
	background-image: url(../img/a08.png);
}

ul.nav-2 {
	position: absolute; top: 108px; z-index: 2; background-color: #fff; width: 100%; display: none;
}

.top ul.nav li.nav-1:hover ul.nav-2,
ul.nav-2 li:hover ul.nav-3 {
	display: block;
}

ul.nav-2 li {
	margin: 0 10px;
}

ul.nav-2 a {
	display: block; font-size: 14px; height: 34px; line-height: 34px;
}

ul.nav-3 {
	position: absolute; top: 0; left: 92%; width: 100%; background-color: #ebf0f5; display: none;
}

.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: table; margin: 0 auto;
}

.slideBox .hd ul li {
	float: left;
	width: 15px;
	height: 15px;
	background: #fff;
	cursor: pointer;
	border-radius: 90%;
	margin: 0 10px;
}

.slideBox .hd ul li.on {
	background: #e42723;
	color: #fff;
	width: 40px;
	border-radius: 40px;
}

.slideBox .bd {
	position: relative;
	height: auto;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: none;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd img {
	min-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    background-position: 0px -77px;
    width: 40px;
    height: 75px;
    line-height: 75px;
    margin-top: -37.5px;
    text-align: center;
    background-image: url(../img/a02.png);
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    background-repeat: no-repeat;
}

.slideBox .prev {
	left: 180px;
    background-position: 0px -77px;
}

.slideBox .prev:hover {
	background-position:0px 0px;
}

.slideBox .next {
	right: 180px;
        background-position: -41px 0px;
}

.slideBox .next:hover {
	background-position:-41px -77px;
}

/*首页焦点图结束*/

.in-wap {
	display: none;
}

.in-pc .in-column-1 {
	background-color: #ebf0f5; padding: 100px 0;
}

.in-pc .in-column-1-left {
	width: 560px; height: auto; float: left;
}

.in-pc h2.in-title-1 {
	display: block; width: 160px;
}

.in-pc h2.in-title-1 span {
	display: block; font-size: 40px; line-height: 1; margin: 0 0 15px;
}

.in-pc h2.in-title-1 i {
	display: block; width: 100%; height: 2px; background-color:#e42723 ;
}

.in-pc .in-column-1-right {
	width: 580px; height: auto; float: right; position: relative;
}

.in-pc .in-column-1-right strong {
	display: block; width: 570px; height: 428px; position: absolute; left: 8px; top: 0; z-index: 1;
}

.in-pc .in-column-1-right span {
	display: block; width: 570px; height: 428px; background-color: #dce1e6; margin: 14px 0 0;
}

.in-pc .in-column-1-right strong img {
	display: block; width: 570px; height: 428px;
}

.in-pc .in-column-1-left-a {
	margin: 35px 0 0;
}

.in-pc .in-column-1-left-a1 {
	text-align: justify; font-size: 14px; line-height: 2;
}

a.in-column-1-left-a2 {
	display: block; width: 118px; height: 36px; border: 1px solid #dbdbdb; text-align: center; line-height: 36px; font-size: 14px; color: #787878; margin: 50px 0 0;
}

.in-pc .in-column-2 {
	background-image: url(../img/a03.jpg); background-position: center top; background-repeat: no-repeat; background-size: auto 590px; background-color: #ebf0f5; padding: 100px 0 70px;
}

.in-pc .in-column-2 .in-title-1 {
	float: left;
}

.in-pc .in-column-2 .in-title-1 span {
	color: #fff;
}

.in-pc .in-column-2-a-right {
	float: right;
}

.in-pc .in-column-2-a-right&gt;span {
	float: left; display: block;
}

span.in-column-2-span1 {
 	margin-right: 15px; position: relative;
}

span.in-column-2-span1&gt;a {
	display: block; height: 34px; line-height: 34px; border: 1px solid rgba(255,255,255,0); color: #fff; padding: 0 15px; font-size: 16px; border-radius: 10px;
}

span.in-column-2-span1:hover&gt;a {
	border: 1px solid rgba(255,255,255,.2);
}

span.in-column-2-span1 div {
	position: absolute; top: 36px; left: -120px; width: 355px; overflow: hidden; display: none;
}

span.in-column-2-span1:hover div {
	display: block;
}

span.in-column-2-span1 div span {
	margin-top: 20px; margin-bottom: 20px; display: block; float: left;
}

span.in-column-2-span1 div span:nth-child(2) {
	margin-left: 40px; margin-right: 40px;
}

span.in-column-2-span1 div span a {
	font-size: 14px; display: block; color: rgba(255,255,255,.2);
}

span.in-column-2-span1 div span a:hover {
	color: rgba(255,255,255,1);
}

span.in-column-2-span2 {
	border-left: 1px solid rgba(255,255,255,.2); margin: 10px 0; padding: 0 0px 0 30px;
}

span.in-column-2-span2 a {
	display: block; height: 20px; line-height: 20px; color: #fff;  font-size: 16px;
}

.in-pc .in-column-2 .in-column-2-b {
	margin: 50px 0 0;
}

.in-column-2-b ul li {
 	background-color: #fff; width: 285px; height: auto; float: left; margin-bottom: 30px; margin-right: 20px;
}

.in-column-2-b ul li.in-active-1 {
	margin-right: 0;
}

.in-column-2-b ul li a:hover p {
	color: #e42723;
}

.in-column-2-b ul li span {
	display: block; width: 283px; height: 212px; border: 1px solid #e6e6e6;
}

.in-column-2-b ul li span img {
	display: block; width: 283px; height: 212px;
}

.in-column-2-b ul li h2 {
	display: block; width: 100%; height: 45px;
}

.in-column-2-b ul li h2 p {
	display: block; width: 90%; margin: 0 auto; height: 45px; line-height: 45px; font-size: 14px; text-align: center; overflow: hidden;
}

.in-pc .in-column-3 {
	background-color: #ebf0f5; padding: 0 0 100px;
}

.in-pc .in-column-3-a h2 {
	float: left;
}

.in-pc .in-column-3-a a {
	display: block; float: right; height: 20px; line-height: 20px; font-size: 16px; color: #787878; margin: 10px 0;
}

.in-pc .in-column-3-b {
	margin: 50px 0 0;
}

.in-pc .in-column-3-b-left {
	width: 532px; height: auto; float: left; position: relative; overflow: hidden; padding: 0 0 140px;
}

.in-pc .in-column-3-b-left span {
	display: block; width: 100%; height: auto; overflow: hidden;
}

.in-pc .in-column-3-b-left span img {
	display: block; width: 532px; height: 400px;
}

.in-pc .in-column-3-b-left-1 {
	position: absolute; height: 230px; left: 40px; bottom: 0; right: 40px; z-index: 1;  background-color: #fff; 
}

.in-pc .in-column-3-b-left-1 div {
	height:140px; margin: 40px 40px 50px;
}

.in-pc .in-column-3-b-left-1 div h2 {
	display: block; width: 100%; height: 40px; line-height: 40px; font-size: 18px; border-bottom: 1px dashed #cccccc; margin: 0 0 10px; 
}

.in-pc .in-column-3-b-left-1 div p {
 	font-size: 16px; color: #787878; text-align: justify; height: 50px; line-height: 25px; display: block; 
 	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-pc .in-column-3-b-left-1 div strong {
	font-weight: normal; font-size: 14px; color: #787878; display: block; line-height: 1; margin: 25px 0 0;
}

.in-pc .in-column-3-b-right {
	width: 635px; height: auto; float: right; background-color: #fff;
}

.in-pc .in-column-3-b-right li {
	border-bottom: 1px dashed #dadada;
}

.in-pc .in-column-3-b-right li a {
	padding: 45.5px 0; display: block;
}

.in-pc .in-column-3-b-right-1 {
	width: 128px; height: auto; border-right:1px dashed #ccc; margin-left: 20px; margin-right: 42px; float: left; padding: 6px 0;
}

.in-pc .in-column-3-b-right-1 strong {
	display: block; font-size: 50px; color: #787878; font-weight: normal; text-align: center; line-height: 50px; height: 50px;
}

.in-pc .in-column-3-b-right-1 span {
	display: block; font-size: 14px; color: #787878; text-align: center; height: 16px; line-height: 16px; margin:10px 0 0;
}

.in-pc .in-column-3-b-right-2 {
	width: 424px; height: auto; float: left;
}

.in-pc .in-column-3-b-right-2 h2 {
	display: block; font-size: 18px; height: 30px; line-height: 20px; border-bottom: 1px dashed #ccc; margin-bottom: 7px; overflow: hidden;
}

.in-pc .in-column-3-b-right-2 p {
	display: block; text-align: justify; font-size: 16px; color: #787878; line-height:25px; height: 50px; overflow: hidden;
}

.link {
	background-color: #ebf0f5; padding: 0 0 20px;
}

.link h2 {
	font-size: 14px; color: #787878; display: block; height: 30px; line-height: 30px; float: left; margin: 0;
}

.link a {
	font-size: 14px; color: #787878; display: block; height: 30px; line-height: 30px; float: left; margin-left: 5px;
}

.in-footer-1 {
    padding: 50px 0;
    background-color: #1e2026;
}

.in-footer-1 ul {
    float: left;
}

.in-footer-1 ul li {
    float: left;
    margin-right: 70px;
}

.in-footer-1 ul li a, .in-footer-1 ul li strong {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

.in-footer1-div1 {
    float: left;
    width: 124px;
    height: auto;
    margin: 0 0 0 80px;
}

.in-footer1-div1 span {
    margin-bottom: 10px;
}  

.in-footer1-div1 img, .in-footer1-div1 span {
    width: 124px;
    height: 124px;
    display: block;
}

.in-footer1-div1 strong {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    color: #b2b2b2;
    display: block;
    text-align: center;
}

.in-footer1-div2 {
    float: right;
    width: 290px;
}

.in-footer1-div2 h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.in-footer1-div2 p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    color: #fff;
    display: block;
}

.in-footer1-div2 p span { 
	display: block; float: left; width: 56px;
}

.in-footer1-div2 p strong {
	float: left; width: 234px; font-weight: normal;
}

.in-footer-2 div {
    font-size: 14px; line-height: 1;
    color: rgba(255,255,255,.5);
}

.in-footer-2 div a {
    color: rgba(255,255,255,.5);
}

.in-footer-2 {
	background-color: #1a1c21; padding: 15px 0;
}

.child-banner {
	
}

.child-banner {
	height: 600px;position: relative; width: 100%; overflow: hidden;
}

.child-banner img {
	min-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sue-1 {
	font-size: 14px; color: #202020; padding: 20px 0; line-height: 20px;
}

.sue-1 a,.sue-1 span {
	font-size: 14px; color: #202020;
}

.child-news-1 {
	 overflow: hidden; margin-bottom: 50px;
}

.child-news-1 ul {
	border-top: 1px dashed #ebebeb; overflow: hidden;
}

.child-news-1 li {
	overflow: hidden;
}

.child-news-1 li a {
	display: block; padding: 30px 0; border-bottom: 1px dashed #ebebeb; 
}

.child-news-1 li a&gt;span {
	width: 214px; height: 160px; display: block; float: left; position: relative;
}

.child-news-1 li a&gt;span img {
	width: 214px; height: 160px; display: block;
}

.child-news-1 li a&gt;span span {
	display: block; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background-color: rgba(255,255,255,.2);
}

.child-news-1 li a:hover&gt;span&gt;span {
	width: 100%; height: 100%; top: 0; left: 0;
}

.child-news-1 li a&gt;div {
	width: 730px; height: 160px; float: left; margin: 0 70px 0 40px;
}

.child-news-1 li a&gt;div h2 {
	width: 100%; height: 20px; font-size: 18px; line-height: 20px; margin: 10px 0 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.child-news-1 li a&gt;div p {
	width: 100%; height: 40px; font-size: 14px; line-height: 20px; color: #787878; margin: 0 0 40px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}

.child-news-1 li a&gt;div span {
	font-size: 16px; color: #b2b2b2; display: block; height: 20px; line-height: 20px;
}

.child-news-1 li a&gt;strong {
	width: 145px; height: 160px; display: block; float: left; border-left: 1px solid #ebebeb; background-image: url(../img/b06.png); background-position: center center; background-repeat: no-repeat;
}

.fy {
		display:table; margin-left: auto; margin-right: auto; margin-bottom: 100px;
	}
	
	.fy:after {
		display: none;
	}
	
	.BORDER,.disbled {
		float: left;
		box-sizing: border-box;
		height: 37px;
		text-align: center;
		line-height: 37px
	}
	
	.BORDER {
		margin: 0 5px 0 0;
		padding: 0 10px;
		border: 1px solid #e8e8e8;
		background: #f8f8f8;
		color: #898989;
		font-size: 14px;
		cursor: pointer;
		-webkit-transition: border 1s;
		transition: border 1s;
		
	}
	
	.BORDER:hover {
		border: 1px solid #e83417;
		background: #e83417;
		color: #fff;
	}
	
	.fy b
	{
	background:#e83417;
	color:#FFF;
	border: 1px solid #e83417;
	
	}
	

.sue-2 {
	border: 1px solid #e5e5e5; margin: 0 0 30px;
}

.sue-2&gt;span {
	font-size: 14px; width: 127px; height: 20px; line-height: 20px; background-color: #f8f8f8; padding: 15px 0; display: block; float: left; text-align: center; border-right: 1px solid #E5E5E5;
}

.sue-2&gt;ul {
	float: left; width: 1050px; padding: 10px 0; margin: 0 0 0 20px; overflow: hidden;
}

.sue-2&gt;ul li {
	float: left; margin: 0 10px 0 0;
}

.sue-2&gt;ul a {
	display: block; height: 30px; line-height: 30px;  text-align: center;  font-size: 14px; padding: 0 5px;
}

.sue-2&gt;ul a:hover {
	background-color: #e83417; color: #fff; border-radius: 3px;
}

.child-photo-list {
	margin-bottom: 20px;
}

.nav_select a {
    background-color: #e83417;
    color: #fff;
    border-radius: 3px;
}

.child-photo-list li span {
	position: relative;
}

.child-photo-list li span i {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../img/lens.png);
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center center;
    z-index:3;
    transform: scale(0, 0);
    
    border-radius: 90%;
}

.child-photo-list li:hover span i {
    transform: scale(1, 1);
    border-radius:0;
}

.news-details-z {
    overflow: hidden; margin: 0 0 100px;
}

#allmap {
	height: 500px;
}

.news-details-1 {
		overflow: hidden; margin: 0 0 20px;
	}
	
.news-details-1 h2 {
	font-size: 20px; text-align: center; color: #202020; height: 20px; line-height: 20px; width: 80%; margin:0px auto 15px;
		
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
		
}
	
.news-details-1 h3 {
	font-size: 16px; text-align: center; color: #787878; height: 28px; width: 80%; margin: 0 auto; font-weight: normal;
		
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
	
.news-details-1 h3&gt;div {
	display: table; margin: 0 auto;
}
	
.news-details-1 h3&gt;div:after {
	display: none;
}
	
.news-details-1 h3&gt;div a {
	font-size: 14px; color: #8a8a8a;
}

.news-details-1 h3&gt;div strong {
	font-size: 14px; color: #8a8a8a; line-height: 1; font-weight: normal;  margin: 0 5px;	
}
	
.news-details-2 {
	margin: 0 auto 20px;
}

.news-details-2 table {
	display: block; width: 100%; overflow: auto;
}
	
.news-details-2 p,
.child-single p {
	line-height: 30px; font-size: 16px; color: #666;
}
	
.news-details-2 img,
.child-single img {
	max-width: 100%; height: auto!important;
}
	
.news-details-2 iframe,
.child-single iframe {
	max-width: 100%; height: auto;
}

.child-fy {
	width:100%; height: auto; margin: 50px auto 0px;
}
	
.child-fy h2 {
	height: 30px; 
}
	
.child-fy h2 span {
	display: block; height: 30px; line-height: 30px; font-size: 16px; color: #202020; float: left; width: 70px;
}
	
.child-fy h2 a {
	display: block; height: 30px; line-height: 30px; font-size: 16px; color: #202020; float: left; width: 70%;
		
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
	
.child-fy h2 a:hover {
	color: #e3161e;
}

/*map*/

#container {
	width: 100%;
	height: 800px;
}

.infowindow-content {
	width: 90%; margin: 10px auto;
}

.infowindow-content h3 {
	display: block; font-size: 16px;
}

.infowindow-content p {
	display: block; font-size: 14px; margin: 10px 0 0;
}

/*map-nd*/

/*在线客服*/

#kf-z {
	position: fixed;
	width: 48px;
	height:auto;
	right: 5px;
	top: 50%;
	z-index: 6666;
	
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
    transform:translate(0, -50%);
	
}

.kf {
	position: relative;
}

.side {
	width: 48px;
	height: auto;
	z-index: 100;
	border-bottom: none;
}

.side ul {
	
}

.side ul li {
	position: relative;
}

.side ul li:hover {
	background-color: #e42723;
}

.border-1 {
	margin-bottom: 1px;
}

.kf-q {
	width: 48px;
	height: 48px;
}

.kf-q:hover {
	background-color: #e42723;
}

.kf-q a {
	display: block;
	width: 100%;
	height: 48px;
	color: #b3b3b3;
	line-height: 48px;
	font-size: 28px;
	background-color: #212433;
}

.kf-1 {
	width: 48px;
	height: 48px;
	background-color: #212433;
}

.kf-2 {
	width: 48px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #212433;
	display: none;
}

.side-1 {
	margin: 1px 0;
}

.side ul li .sidebox {
	position: absolute;
	background-color: #212433;
	width: 48px;
	height: 48px;
	top: 0;
	right: 0px;
	transition: all 0.3s;
	overflow: hidden;
}

.er_4:hover {
	
}

.side ul li .sidetop {
	display: block;
	transition: all 0.3s;
}

.side ul li .sidebox:hover {
	background-color: #e42723;
}

.side ul li .sidebox:hover .tp_2 {
	color: #fff;
}

.side ul li img {
	
}

.er_4:hover .er_3 {
	display: block;
	left: -140px;
}

.er_3 {
	position: absolute;
	top: -37px;
	left: 280px;
	width: 133px;
	height: 130px;
	overflow: hidden;
	z-index: -1;
	ransition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}

.er_3:after {
	content: "";
	display: block;
	right: 0;
	top: 50%;
	width: 10px;
	height: 20px;
	background-image: url(../img/a15.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -12px;
	position: absolute;
}

.er_3&gt;div {
	width: 123px;
	position: relative;
	margin: 2.5px 10px 2.5px 0;
	height: 123px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.er_3&gt;div span {
	display: block;
	width: 9px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -9px;
	background-image: url(../img/b01.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.er_3 img {
	width: 123px;
	height: 123px;
	margin: 0px;
	display: block;
	border-radius: 5px;
}

.tp_1 {
	width: 48px;
	height: 48px;
	float: right;
}

.bj01 {
	font-size: 28px !important;
	color: #b3b3b3;
	line-height: 48px !important;
	text-align: center;
	background-image: url(../img/k01.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj02 {
	background-image: url(../img/k02.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj03 {
	font-size: 28px !important;
	color: #b3b3b3;
	line-height: 50px !important;
	text-align: center;
	background-image: url(../img/k03.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj04 {
	background-image: url(../img/k04.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.bj04:hover {
	background-color: #e42723;
}

.tp_2 {
	font-size: 18px;
	float: right;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	width: 152px;
}

/*在线客服*/

@media screen and (max-width: 960px) {
    body {
	    background-color: #fff; font-family: "微软雅黑"; color: #333; font-size: 100px;   margin: 0 auto;  width: 100%; font-size: 120%;
	}
	
	.in-pc {
		display: none;
	}
	
	.in-wap {
		display: block;
	}
	
	@font-face {
	  font-family: 'iconfont';
	  src: url('/src/icon/iconfont.ttf');
	  src: url('/src/icon/iconfont.eot?#iefix') format('embedded-opentype'),
	      	url('/src/icon/iconfont.woff2') format('woff2'),
	      	url('/src/icon/iconfont.woff') format('woff'),
	      	url('/src/icon/iconfont.ttf') format('truetype'),
	      	url('/src/icon/iconfont.svg#iconfont') format('svg');
	}
	
	.iconfont {
	  font-family: "iconfont" !important;
	  font-size: 16px;
	  font-style: normal;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
	
	.iconqq:before {
	  content: "\e623";
	}
	
	.iconlianximaijia:before {
	  content: "\e60f";
	}
	
	.iconweibiaoti1:before {
	  content: "\e614";
	}
	
	.iconguanyuwomen:before {
	  content: "\e605";
	}
	
	.iconlianxiwomen:before {
	  content: "\e61b";
	}
	
	.iconxinwen:before {
	  content: "\e695";
	}
	
	.icondianhua:before {
	  content: "\e62c";
	}
	
	.iconjiantouarrowheads3:before {
	  content: "\e6bd";
	}
	
	.iconai-home:before {
	  content: "\e60d";
	}
	
	.iconai221:before {
	  content: "\e6d1";
	}
	
	.iconweizhi:before {
	  content: "\e63a";
	}
	
	.iconweizhi-tianchong:before {
	  content: "\e653";
	}
	
	.iconshouye:before {
	  content: "\e60c";
	}
	
	.iconjiantou-you:before {
	  content: "\e62e";
	}
	
	.iconjiantou:before {
	  content: "\e60e";
	}
	
	.iconerweima:before {
	  content: "\e69a";
	}
	
	.iconjiantouzuo:before {
	  content: "\e61c";
	}
	
	.all {
		background: #F2F2F2; overflow: hidden;
	}
	
	.in-public {
		width: 100%;
	}
	
	.in-wap .top {
		width: 100%; height: 50px; position: fixed; top: 0; left: 0; right: 0; z-index: 3; background-color: #162C3A;
	}
	
	.in-wap .top div {
		margin: 0 10px; height: 50px;
		display: -webkit-flex;
	    display: flex;
	}
	
	.in-wap .top div a,
	.in-wap .top div span,
	.in-wap .top div i {
		-webkit-flex: 1;
	    flex: 1;
	}
	
	.in-wap .top div a,
	.in-wap .top div i {
		max-width: 30px; min-width: 30px; color: #fff; line-height: 50px; text-align: center; 
	}
	
	.in-wap .top div span {
		background-image: url(../img/wap-logo.png); background-position: center center; background-repeat: no-repeat; background-size: auto 30px;
	}
	
	.in-wap .top div a {
		font-size: 20px;
	}
	
	.in-wap .top div i {
		font-size: 26px;
	}
	
	.nav-b,
	.in-footer-Popup-a {
		background-color: rgba(0,0,0,.5); position: fixed; z-index: 4; width: 100%; height: 100%; display: none; top: 0; left: 0;
	}
	
	.in-footer-Popup-b {
		position: fixed; width: 50%; height: auto; left: 50%; top: 50%; max-width: 300px; z-index: 5;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
	    transform:translate( -50%,-50%);
	    display: none;
	}
	
	.in-footer-Popup-b img {
		display: block; width: 100%; height: auto;
	}
	
	.nav-menu {
		width:60%; height: 100%; position: fixed; z-index: 6; top: 0; left: 0; background-color: #162C3A; display: none;
	}
	
	div.in-click-b.state {
		display: block;
	}
	
	.nav-logo {
		display: block; width: 100%; height: 50px;
	}
	
	.nav-logo a {
		display: block; margin: 0 10px; height: 100%; background-image: url(../img/wap-logo.png); background-position: left center; background-repeat: no-repeat; background-size: auto 30px;
	}
	
	/*二级导航*/
	
	.box {
		
	}
	
	.box span,
	.box-we a {
		display: block; height: 40px;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
	    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	    margin-left: 10px;
	}
	
	.box span a,
	.box span {
		display: block; font-size: 18px;  height: 40px; line-height: 40px; color: #fff;
	}
	
	.box span a i,
	.box span i,
	.box-we-a i,
	.box-we a i {
		display: block; width: 30px; height: 40px; float: left; text-align: center; color: #fff; font-size: 18px; margin-right: 5px; line-height: 40px;
	}
	
	.box-we-a i {
		margin-left: 10px;
	}
	
	.box span a strong,
	.box span strong,
	.box-we-a strong,
	.box-we a strong {
		display: block; float: left; font-size: 16px; font-weight: normal; color: #fff; line-height: 40px;
	}
	
	.Collapsing {
		
	}
	
	.coll_body {
		display: none;
	}
	
	.coll_body a {
		display: block;
		font-size: 16px; color: #fff; height: 40px; line-height: 40px; text-indent: 45px;
	}
	
	.current {
		background-image: url(images/pro_down.png);
	}
	
	/*二级导航结束*/
	
	.box-we-a {
		display: block; font-size: 18px; color: #fff; height: 40px; line-height: 40px; background-color: rgba(0,0,0,.3);
	}
	
	.top-banner {
		margin: 50px 0 0;
	}
	
	.top-banner .swiper-slide img {
		display: block; width: 100%; height: auto;
	}
	
	.top-banner .swiper-pagination {
		bottom: 10px; left: 50%;
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
	    transform:translate( -50%,0);
	}
	
	.in-column-1 {
		margin: 30px 0;
	}
	
	.ind-border {
		display: block; width: 100%; height: 1px; background-color: #ddd; margin: 0 0 20px;
	}
	
	h2.in-title-1 {
		display: table; margin: 0 auto 20px;
	}
	
	h2.in-title-1 span {
		display: block; float: left; font-size: 16px;
		height: 30px; line-height: 30px; padding: 0 5px;
		border: 1px solid #FFB852;
	    border-width: 1px 0px 1px 1px;
	    color: #FFB852;
	}
	
	h2.in-title-1 strong {
		display: block; float: right; font-size: 18px; font-weight: normal; padding: 0 5px;
		background-color: #5D5D5D;
	    border: 1px solid #5D5D5D;
	    color: #fff; height: 30px; line-height: 30px;
	}
	
	.in-column-1-a {
		margin: 0 10px;
	}
	
	.in-column-1-left,
	.in-column-1-right {
		
	}
	
	.in-column-1-left {
		position: relative; overflow: hidden; height: 40vh; margin-bottom: 10px;
	}
	
	.in-column-1-left img {
		display: block; min-width: 100%; position: absolute; height: 100%; left: 50%; top: 0;
		
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
	    transform:translate( -50%,0);
	    z-index: 2;
	}
	
	.in-column-1-right {
		text-align: justify; font-size: 16px; line-height: 1.5;
	}
	
	a.in-column-more {
		font-size: 14px; border-radius: 3px; padding: 5px 20px; margin: 20px auto 0; display: table; background-color: #fff;
	}
	
	.in-column-2 {
		margin: 0 0 30px;
	}
	
	.in-column-2-nav {
		display: block; margin: 0 10px;
	}
	
	.in-column-2-nav a {
		display: block; float: left; font-size: 16px; margin: 0 0 20px; border: 1px solid #ddd; padding: 5px;
	}
	
	.in-column-2-nav a:nth-child(2) {
		margin-left: 5px; margin-right: 5px;
	}
	
	.in-column-2-a ul,
	.child-list-a ul,
	.child-list-b ul,
	.in-column-2-b ul {
		margin: 0 5px;
	}
	
	.in-column-2-a ul li,
	.child-list-a ul li,
	.child-list-b ul li,
	.in-column-2-b ul li {
		width: 50%; float: left; margin: 0; background-color: transparent;
	}
	
	.in-column-2-a ul li a,
	.child-list-a ul li a {
		display: block; margin: 5px; 
	}
	
	.child-list-b ul li a,
	.in-column-2-b ul li a {
		display: block; margin: 5px;
	}
	
	.in-column-2-a ul li span,
	.child-list-a ul li span,
	.child-list-b ul li span,
	.in-column-2-b ul li span {
		display: block; height: 20vh; position: relative; overflow: hidden; width: 100%; border: none;
	}
	
	.child-list-b ul li span {
	 	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); border: 3px solid #fff;
	 }
	
	.in-column-2-a ul li span img,
	.child-list-a ul li span img,
	.child-list-b ul li span img,
	div.in-column-2-b ul li img {
		display: block; height: 100%; left: 50%; top: 0; position: absolute; width: auto;
		
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
	    transform:translate( -50%,0);
	    z-index: 2;
	}
	
	.in-column-2-a ul li h2,
	.child-list-a ul li h2,
	.in-column-2-b ul li h2 {
		display: block; background-color: #fff; height: auto; overflow: hidden;
	}
	
	.child-list-b ul li h2 {
		display: block; overflow: hidden;
	}
	
	.in-column-2-a ul li h2 p,
	.child-list-a ul li h2 p,
	.child-list-b ul li h2 p,
	.in-column-2-b ul li h2 p {
		display: block; width: 90%; margin: 5px auto; text-align: center; font-size: 16px; overflow: hidden; height: 20px; line-height: 20px;
	}
	
	.news-list,
	.child-news-1 {
		margin: 0 10px; overflow: hidden;
	}
	
	.child-news-1 {
		margin: 30px 10px 0;
	}
	
	.news-list li,
	.child-news-1 li {
		margin-bottom: 20px;
	}
	
	.news-list li a,
	.child-news-1 li a {
		display: -webkit-flex;
	    display: flex;
	    padding: 0;
	    border: none;
	}
	
	.news-list li a span,
	.news-list li a div,
	.child-news-1 li a&gt;span,
	.child-news-1 li a div {
		-webkit-flex: 1;
	    flex: 1;
	}
	
	.child-news-1 li a div {
		margin: 0; float: none; width: auto; height: auto; overflow: hidden;
	}

	.child-news-1 li a&gt;strong {
		display: none;
	}
	
	.news-list li a span,
	.child-news-1 li a&gt;span {
		display: block;   height: 85px; position: relative; margin-right: 10px; overflow: hidden; width: auto; max-width: 85px; min-width: 85px;
	}
	
	.news-list li a span img,
	.child-news-1 li a span img {
		display: block; height: 100%; left: 50%; top: 0; position: absolute; width: auto;
		
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
	    transform:translate( -50%,0);
	    z-index: 2;
	}
	
	.news-list li a div h2,
	.child-news-1 li a div h2 {
		font-size: 16px; height: 20px; line-height:20px; overflow: hidden;  margin: 0;
	}
	
	.news-list li a div p,
	.child-news-1 li a div p {
		font-size: 14px;  max-height: 34px; line-height: 17px; overflow: hidden; text-align: justify; color: #7E7E7E; margin: 5px 0; 
	}
	
	.news-list li a div strong,
	.child-news-1 li a div strong {
		font-weight: normal; font-size: 14px;  color: #7E7E7E; line-height: 1; display: block;
	}
	
	.news-list li a div strong,,
	.child-news-1 li a strong {
		font-weight: normal; font-size: 12px; color: #666; line-height: 1; display: block;
	} 
	
	.in-column-3 {
		margin: 0 0 30px;
	}
	
	.in-column-4 {
		background-color: #fff; overflow: hidden; margin: 0 0 50px;
	}
	
	.in-column-4 div {
		margin: 20px 10px; text-align: center;
	}
	
	.in-column-4 div p {
		font-size: 14px; color: #999; line-height: 1.5;
	}
	
	.in-column-4 div p a {
		font-size: 14px; color: #999;
	}
	
	.in-footer {
		display: -webkit-flex;
	    display: flex;
	    width: 100%; height: 50px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 3; background-color: #162C3A;
	}
	
	.in-footer a {
		display: block; height: 49px;
		-webkit-flex: 1;
	    flex: 1;
	    color: #fff;
	     text-align: center;
	}
	
	.in-footer a i {
		display: block; font-size: 18px; height: 20px; margin: 5px 0 4px; line-height: 20px;
	}
	
	.in-footer a span {
		display: block; font-size: 18px; font-size: 16px; line-height: 1;
	}
	
	#kf-z {
		display: none;
	}
	
	.child-page {
		margin: 50px 0 0;
	}
	
	.child-banner {
		width: 100%; height: auto; overflow: hidden; position: relative; 
	}
	
	.child-banner img {
		display: block; height: auto; width: 100%; left: 0; top: 0;
		position: static;
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
	    transform:translate(0,0);
	    z-index: 2;
	}
	
	.child-top-nav,
	.sue-1 {
		background-color: #333333; overflow: hidden;
	}
	
	.child-top-nav div {
		margin: 10px; line-height: 1;
	}
	
	.sue-1 {
		padding: 10px; line-height: 1; color: #fff;
	}
	
	.child-top-nav div span,
	.child-top-nav div a,
	.child-top-nav div i,
	.sue-1 a, 
	.sue-1 span {
		color: #fff; font-size: 16px; 
	}
	
	.sue-2&gt;span {
		display: none;
	}
	
	.child-top-nav div i {
		font-style: normal; margin: 0 5px;
	}
	
	.child-top-nav div span {
		margin-right: 5px;
	}
	
	.child-photo-list-1 {
		margin-top: 30px;
	}
	
	.child-text,
	.news-details-2 {
		margin: 20px 10px; font-size: 16px; text-align: justify; line-height: 1.5;
	}
	
	.child-text img,
	.news-details-2 img {
		max-width: 100%; height: auto; 
	}
	
	.child-nav-a,
	.sue-2 {
		margin: 20px 5px 30px; border: none;
	}
	
	.child-list-a,
	.child-list-b {
		margin: 20px 0 0;
	}
	
	.child-nav-a div,
	.sue-2 ul {
		
	}
	
	.child-nav-a div span,
	.sue-2 ul li {
	    display: block;
	 }
	 
	.sue-2 ul li:nth-child(2) {
		margin-left: 5px; margin-right: 5px;
	}
	
	.child-nav-a div span a,
	.sue-2 ul li a {
		display: block; font-size: 14px; text-align: center;
		border: 1px solid #ddd; border-radius: 3px; 
	}
	
	.sue-2&gt;ul {
		float: none; width: 100%; padding: 0; margin: 0;
	}
	
	span.child-active-1 a,
	.sue-2 ul li.nav_select a {
		background-color: #fff; border-color: #fff; color: #e42723;
	}

	.fy {
		margin:20px auto; display:table; 
	}
		
	.fy span {
		margin: 0 5px; display: block; float: left; 
	}
		
	.BORDER,.disbled {
		float: left;
		box-sizing: border-box;
		height: 30px;
		text-align: center;
		line-height: 30px
	}
		
	.BORDER {
		margin: 0 2.5px;
		padding: 0 5px;
		border: 1px solid #ddd;
		color: #202020;
		font-size: 14px;
		border-radius: 2px;
		cursor: pointer;
		display: block;
	}
		
	.BORDER:hover {
		border: 1px solid #162C3A;
		color: #162C3A;
	}
		
	.fy b {
		background-color:#162C3A;
		color:#FFF;
		border: 1px solid #162C3A;
	}
	
	.child-list-c {
		margin: 20px 0 0;
	}
	
	.news-details-z {
		margin-bottom: 0;
	}
	
	#map #allmap {
		height: 40vh;
	}
	
	.child-text-title,
	.news-details-1 {
		margin: 20px 10px 0;
	}
	
	.child-text-title h2,
	.news-details-1 h2 {
		display: block; width: 100%; margin: 0 auto 5px; line-height: 20px; max-height: 40px; font-size: 18px; overflow: hidden;  height: auto; text-align: left;
	}
	
	.child-text-title span,
	.news-details-1 h3 {
		display: block; width: 100%; margin: 0 auto; font-size: 16px; color: #5D5D5D; line-height: 1; overflow: hidden; height: auto; text-align: left;
	}
	
	.news-details-1 h3 div {
		width: 100%;
		display: block;
		overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
	
	.news-details-1 h3 div strong {
		margin: 0 5px 0 0;
	}
	
	.child-text-page,
	.child-fy {
		margin: 0 0px 20px; 
	}
	
	.child-text-page h2,
	.child-fy h2 {
	    padding:0 10px;
	    margin-right: 10px;
	}
	
	.child-text-page h2:first-child,
	.child-fy h2:first-child {
		
	}
	
	.child-text-page h2 span,
	.child-fy h2 span {
		display: block; float: left; font-size: 16px; color: #666;
	}
	
	.child-text-page h2 a,
	.child-fy h2 a  {
		display: block; float: left; font-size: 16px; color: #666; width: 70%; height: 30px; line-height: 30px; 
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
}</pre></body></html>