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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
body {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
	overflow-x: hidden;
}


/*æœç´¢æ¡†*/

.nav_logo .search {
	margin: auto;
	padding-top: 5px;
}

div.search {
	float: right;
}

form {
	position: relative;
	width: 260px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

#searchform {
	display: block;
	height: 38px;
}

.inp_srh {
	border: 1px solid #c1c1c1;
	float: left;
	display: inline;
	height: 38px;
	width: 260px;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 45px;
	border-radius: 5px;
}

.btn_srh {
	background: url(../img/search.png) no-repeat;
	width: 40px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 7px;
	position: absolute;
	right: 0;
	border-radius: 20px;
	background-size: 63%;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}


/*=====*/

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
}

.logo img {
	width: 190px;
	max-height: 42px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}

.nav_logo {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.nav_logo .w1200 {
	overflow: hidden;
	padding-top: 20px;
}

.nav_logo .header {
	width: 1200px;
	margin: auto;
}

.header_list {
	background: #1E2736;
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
	line-height: 60px;
	padding: 0 20px;
}

.nav ul.cons li a {
	display: inline-block;
	color: #4a4a4a;
	text-align: center;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.nav ul.cons li:hover a {
	color: rgba(74, 74, 74, .8);
	transition: all .1s ease 0s;
	-webkit-transition: all .1s ease 0s;
	-moz-transition: all .1s ease 0s
}

.cons li a i {
	width: 0;
	height: 0;
	overflow: hidden;
	border-bottom: 5px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
	display: none;
}

.cons li.active a i {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.project_left {
	width: 870px;
}

.project_right {
	width: 300px;
}


/* ==è½®æ’­å›¾= */

.swiper-container {
	height: 420px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.conteners img {
	width: 100%;
	height: 420px;
}

.pagination {
	bottom: 0 !important;
	width: 100%;
	text-align: center;
}

.pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 100%;
	background: #cbcbcb;
	opacity: 1 !important;
	margin: 0 3px;
}

.pagination .swiper-pagination-bullet-active {
	background: #FF0000;
	width: 15px;
	border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 98px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background: url(../img/l.png) no-repeat 100% 100%;
}

.swiper-button-next {
	background: url(../img/r.png) no-repeat 100% 100%;
}

.beiying p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.customtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #6e6e6e;
	vertical-align: bottom;
	margin-bottom: 15px;
}


/*åˆ—è¡¨+é¦–é¡µ*/

.v_list {
	margin-top: 30px;
}

.list_tab {
	overflow: hidden;
	margin: 20px 0;
	/*border-bottom: 1px solid #FF0000;*/
}

.list_tab li {
	cursor: pointer;
	float: left;
	padding: 20px 20px 20px 0;
}

.list_tab li:hover a {
	color: #FF0000;
}

.list_tab li a {
	font-size: 16px;
	font-weight: 700;
}

.selected a {
	color: #FF0000;
	/*padding-bottom: 10px;*/
	/*border-bottom: 2px solid #FF0000;*/
}

.content-ajax {
	margin-top: 20px;
	display: none;
}

.content-ajax article {
	border-top: 1px solid #dcdcdc;
	padding: 30px 0;
	position: relative;
}

article .time {
	position: absolute;
	padding: 0 10px;
	right: 0;
	top: -10px;
	z-index: 400;
	font-size: 12px;
	background: #fff;
	color: #5f5f5f;
}

.content-ajax article:hover {
	/*-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15)*/
}

.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.no_img .entry-img {
	display: none;
}

.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}

.entry-title {
	font-size: 18px;
	font-weight: 700;
	color: #444;
}

.entry-title:hover {
	opacity: 0.9;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}

.entry-img img {
	width: 180px;
	height: 126px;
}

.entry-site {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}

.viewmore {
	margin-top: 18px;
	text-align: center;
	margin: 20px 0 40px 0;
}

.viewmore a {
	width: 158px;
	line-height: 35px;
	border: 1px solid #666;
	color: #666;
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
}

.viewmore a:hover {
	background: #FF0000;
	color: #fff;
	border: 1px solid #FF0000;
}

.industry_icon {
	overflow: hidden;
}

.industry_icon li {
	float: left;
	width: 33%;
	border-right: 1px #e3e7ea solid;
	padding: 7px 0 0 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.industry_icon li:nth-child(3n) {
	border-right: none;
}

.industry_icon li .imgs {
	width: 50px;
	display: inline-block;
}

.industry_icon li img {
	transition: all 0.3s;
	background: #fff;
	width: 41px;
	height: 36px;
}

.industry_icon li img:nth-of-type(2) {
	display: none;
}

.industry_icon li p {
	display: block;
	text-align: center;
	color: #444;
	font-size: 14px;
	padding-top: 10px;
}

.abouts {
	background-color: #f7f7f7;
	padding: 30px 0 20px 0;
	margin-bottom: 30px;
}

.abouts h2.title {
	background-color: #ff1616;
	display: inline-block;
	color: #fff;
	padding: 6px 12px;
	font-size: 16px;
	margin-bottom: 30px;
}

.abouts article {
	margin-bottom: 10px;
	padding: 0;
}

.abouts .entry-img {
	padding-right: 10px;
}

.abouts article img {
	width: 134px;
	height: 94px;
}

.abouts h3 {
	color: #444;
	font-size: 14px;
	padding-right: 15px;
	padding-top: 10px;
	line-height: 22px;
	font-weight: 500;
}

.abouts h3:hover {
	text-decoration: underline;
}

.qu_tit02 {
	background: url(../img/wvv_47.gif) repeat-x 0 0;
	padding-bottom: 15px;
	text-align: center;
	color: red;
}

.qu_tit02 span {
	background: #fff;
	padding: 0 14px;
}

.qu_tit02 a {
	color: #ff1616;
}

.qu_lies {
	padding-left: 10px;
}

.qu_lies li {
	padding-bottom: 10px;
}

.qu_lies li a {
	color: #5f5f5f;
	font-size: 14px;
}

.v_list_xq {
	margin: 30px 0;
}

.xq_h1 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-top: 25px;
}

.qu_weizhi a:first-child {
	padding-left: 0;
}

.qu_weizhi a {
	padding: 0 10px;
	color: red;
}

.qu_weizhi span {
	padding-left: 10px;
}

.list_detail .abouts {
	background: #fff;
	margin-bottom: 0;
}

.v2_litwo ul {}

.v2_litwo ul li {
	padding: 5px;
	box-sizing: border-box;
}

.v2_litwo ul li p {
	text-align: left;
	color: #333;
	line-height: 23px;
	font-size: 14px;
}

.qu_lies li a:hover {
	text-decoration: underline;
}

.v2_litwo ul li p:hover {
	text-decoration: underline;
}

.v2_litwo ul li p.times {
	color: #999;
	font-size: 12px;
}


/*è¯¦æƒ…*/

.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.detail_top {
	width: 100%;
}

.title_xq h2 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
}

.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
}

.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
}

.post-navigation p {
	display: inline-block;
	width: 30%;
	float: left;
	border: 1px solid #eee;
	padding: 0 5px;
	box-sizing: border-box;
}

.post-navigation p:nth-of-type(2) {
	float: right;
}

.post-navigation a {
	margin: 10px;
	font-size: 14px;
}

.post-navigation a:hover {
	color: #FF0000;
}

.list_content_xq {
	margin-bottom: 20px;
}

.tab_content ul {
	text-align: center;
	background-repeat: no-repeat;
	background: url(../img/svv_28.gif) repeat-x 0 5px;
	overflow: hidden;
}

.tab_content ul li {
	cursor: pointer;
	display: inline-block;
	margin-left: -5px;
	padding: 0 10px;
	background: #fff;
	list-style-type: none;
}

.cur {
	color: #FF0000;
}

.con_ul2 {
	display: none;
}

.promotion-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.tab_content .con_ul2 ul {
	overflow: hidden;
	margin: 20px 0;
}

.tab_content .con_ul2 ul li {
	width: 50%;
	float: left;
	padding-right: 15px;
	text-align: left;
	padding-bottom: 5px;
	margin: 0;
}

.tab_content .con_ul2 ul li a {
	color: #5f5f5f;
	font-size: 14px;
}

.tab_content .con_ul2 ul li a:hover {
	text-decoration: underline;
}

.nb_comment {
	border-top: 2px solid #FF0000;
	padding: 15px 20px;
	background: #fafafa;
	margin-top: 30px;
	font-size: 18px;
	border-bottom: 1px solid #eee;
}

.xgxw_pic {
	margin: 15px auto;
}

.xgxw_pic a {
	display: inline-block;
	width: 180px;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.xgxw_pic img {
	width: 100%;
	height: 120px;
}

.xgxw_pic a {
	margin: 0px 16px;
}

.xgxw_pic a p {
	padding-top: 10px;
	width: 100%;
	line-height: 1.5;
	color: #333;
	font-size: 15px;
	text-align: left;
	height: 50px;
}

.list_content {
	margin-top: 6px;
}


/*========*/

.swiper-container2 .swiper-slide p,
.entry-title,
.re_men ul.qu_lies li,
.tab_content .con_ul2 ul li,
.xgxw_pic a p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.abouts h3,
.zhon_list li a,
.v2_litwo ul li p,
.post-navigation a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.entry-site{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.main_detail .p,
.rcom_detail h5 {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


/*åº•éƒ¨*/

.footbgs {
	border-top: 1px solid #ddd;
	padding: 20px 0;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #4a4a4a;
	overflow: hidden;
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #4a4a4a;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	overflow: hidden;
	background: url(../img/icon-pc-top.png) no-repeat center center #fff;
	border: 1px solid #ccc;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #ff1616;
	padding: 8px 15px;
	color: #fff;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

.show_content li a {
	width: 700px;
}

.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}</pre></body></html>