@charset "utf-8";
@import url('iconfont/iconfont.css');

body {
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
	background: #fff;
}

.iconfont {
	line-height: 16px;
	vertical-align: middle;
}

* {
	margin: 0px;
	padding: 0px;
}

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

table,
td,
tr,
th {
	vertical-align: top
}

img {
	border: 0
}

h1,
h2,
h3,
h4 {
	font-weight: 400
}

textarea {
	-webkit-appearance: textarea;
	background-color: #fff;
	border: 1px solid;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	flex-direction: column;
	resize: auto;
	cursor: auto;
	padding: 2px;
	white-space: pre-wrap;
	word-wrap: break-word
}

strong {
	font-weight: 600;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none
}

i,
em {
	font-style: normal;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1
}

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

*html .clearfix {
	height: 1%
}

*+html .clearfix {
	height: 1%
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 10px;
	padding-left: 10px
}

.row {
	margin-right: -10px;
	margin-left: -10px
}

.pad30 {
	padding: 30px 0 !important
}

.pad40 {
	padding: 40px 0 !important
}

.mb40 {
	margin-bottom: 40px !important
}

.pt0 {
	padding-top: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important
}

.pt30 {
	padding-top: 30px !important
}

.pt40 {
	padding-top: 40px !important
}

.pl0 {
	padding-left: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pb30 {
	padding-bottom: 30px !important
}

.pt50 {
	padding-top: 50px !important
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.white-color {
	color: #fff !important;
}

.black-color {
	color: #333 !important;
}

.yellow-color {
	color: #F99F1D !important;
}

.gray-color {
	color: #999 !important;
}

.blue-color {
	color: #185598 !important;
}

.blue-bgcolor {
	background: #185598 !important;
}

.white-bgcolor {
	background: #fff !important;
}

.gray-bgcolor {
	background: #f4f4f4 !important;
}

.container {
	width: 1280px;
	padding: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none !important;
}

.modal-box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(0, 0, 0, 0.6);
}

.modal-dialog {
	position: relative;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-footer .btn {
	outline: none !important;
}

/* 头部 */
.top-navbar .logo img {
	width: 100%;
	height: 100%;
	_height: 100%;
	display: block;
}

.top-navbar {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
}

.top-navbar .navbar {
	margin-bottom: 0px;
	border: 0px;
}

.top-navbar .navbar-brand {
	height: 100%;
	padding: 10px 0px;
}

.navbar-nav li {
	/* margin-right: 10px; */
	width: 110px;
}

.navbar-nav li a {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	padding: 28px 10px;
	position: relative;
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.navbar-nav li a:hover,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover {
	color: #185598;
	background: #F4F4F4;
}

.navbar-nav li.active>a {
	color: #185598;
	background: #F4F4F4;
}

.navbar-toggle.is-active .icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle.is-active .icon-bar:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	-o-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.navbar-toggle.is-active .icon-bar:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

.navbar-nav li:hover .navbar-list {
	display: block;
}

.index-nav .nav>li.search-btn {
	width: 50px;
}

.index-nav .nav>li.search-btn .iconfont {
	position: relative;
	top: -2px;
}

.navbar-nav li.search-btn a:hover {
	color: none;
	background: none;
}

.index-nav .nav>li.login a {
	color: #185598;
	font-weight: bold;
	text-decoration: underline;
}

.navbar-list {
	position: absolute;
	display: none;
	position: absolute;
	top: 78px;
	left: 0px;
	z-index: 99;
	background: #F4F4F4;
	width: 110px;
}

.navbar-list li {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
}

.navbar-list li a {
	font-size: 14px;
	color: #333;
	display: block;
	padding: 12px 5px;
	-webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.navbar-list li a:hover {
	color: #fff;
	background: #185598;
}

/* 轮播图 */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.swiper-banner .swiper-pagination-bullet {
	width: 40px;
	background: rgba(255, 255, 255, 0.9) !important;
	border-radius: 0;
}

.swiper-banner .swiper-pagination-bullet-active {
	background: #185598 !important;
}

.swiper-banner .slide-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	left: 10px;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	z-index: 222;
	margin-top: -40px;
}

.slide-txt h2 {
	color: #fff;
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

/* 底部 */
.foot-warp {
	background: url(../images/footer-bg.png) repeat-y center center;
	background-size: 100% 100%;

}

.foot-link {
	padding: 30px 0;
	text-align: center;
}

.foot-link a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.77);
	-webkit-color: rgba(255, 255, 255, 0.77);
	-moz-color: rgba(255, 255, 255, 0.77);
	-ms-color: rgba(255, 255, 255, 0.77);
	-o-color: rgba(255, 255, 255, 0.77);
	font-size: 15px;
	text-decoration: underline;
	margin: 5px 20px;
}

.foot-contact {
	text-align: center;
	background: rgba(2, 44, 90, 0.2);
	*zoom: 1;
	filter: Alpha(opacity=20);
	padding: 15px 0;
}

.foot-logo {
	width: 36px;
	height: 44px;
	margin: 0 auto;
	display: inline-block;
}

.foot-logo img {
	width: 100%;
	height: 100%;
	_height: 100%;
	display: block;
}

.foot-text {
	display: inline-block;
}

.foot-text p {
	line-height: 28px;
	color: rgba(255, 255, 255, 0.77);
	-webkit-color: rgba(255, 255, 255, 0.77);
	-moz-color: rgba(255, 255, 255, 0.77);
	-ms-color: rgba(255, 255, 255, 0.77);
	-o-color: rgba(255, 255, 255, 0.77);
	font-size: 15px;
	display: table-cell;
	padding: 8px 15px;
}

.link-list {
	float: left;
	width: 16.6666%;
}

.link-list h3 {
	line-height: 18px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.77);
	-webkit-color: rgba(255, 255, 255, 0.77);
	-moz-color: rgba(255, 255, 255, 0.77);
	-ms-color: rgba(255, 255, 255, 0.77);
	-o-color: rgba(255, 255, 255, 0.77);
	font-weight: bold;
	padding-bottom: 15px;
}

.link-list ul li a {
	line-height: 42px;
	color: rgba(255, 255, 255, 0.77);
	-webkit-color: rgba(255, 255, 255, 0.77);
	-moz-color: rgba(255, 255, 255, 0.77);
	-ms-color: rgba(255, 255, 255, 0.77);
	-o-color: rgba(255, 255, 255, 0.77);
	font-size: 14px
}

.coprright {
	width: 100%;
	height: 60px;
	background: #022C5A;
	color: rgba(255, 255, 255, 0.77);
	-webkit-color: rgba(255, 255, 255, 0.77);
	-moz-color: rgba(255, 255, 255, 0.77);
	-ms-color: rgba(255, 255, 255, 0.77);
	-o-color: rgba(255, 255, 255, 0.77);
	text-align: center;
	line-height: 1.5;
	padding: 20px 10px;
	font-size: 15px;
}

.coprright a {
	color: rgba(255, 255, 255, 0.77);
	-webkit-color: rgba(255, 255, 255, 0.77);
	-moz-color: rgba(255, 255, 255, 0.77);
	-ms-color: rgba(255, 255, 255, 0.77);
	-o-color: rgba(255, 255, 255, 0.77);
}

.go-back {
	width: 108px;
	height: 108px;
	background: #d1ddea;
	position: fixed;
	bottom: 46%;
	right: 10%;
	z-index: 999;
	padding: 25px 22px;
	cursor: pointer;
}

.go-back i {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	transform: rotate(-89deg);
	-ms-transform: rotate(-89deg);
	-moz-transform: rotate(-89deg);
	-webkit-transform: rotate(-89deg);
	-o-transform: rotate(-89deg);
	display: block;
}

.main-body {
	position: relative;
	width: 100%;
	margin: 78px 0 0;
}

.main-box {
	padding: 80px 0;
}

/* 首页 */
.index-title h2 {
	border-left: 2px solid #7a7a7a;
	padding-left: 35px;
	font-size: 54px;
	display: inline-block;
}

.index-title .txt {
	font-size: 18px;
	padding-left: 20px;
	vertical-align: bottom;
	display: inline-block;
	letter-spacing: 1px;
}

/* 集团概况 */
.group-box {
	padding-top: 30px;
}

.group-con {
	color: #333;
	line-height: 50px;
	font-size: 18px;
	word-wrap: break-word;
	word-break: break-all;
}

.group-print {
	position: relative;
	padding-left: 15px;
}

.group-print .img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	cursor: pointer;
}

.group-print .img img,
.new-list li .images img,
.park-list li .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.group-print .img:hover img,
.new-list li .images:hover img,
.park-list li .images:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.group-print .group-btn {
	position: absolute;
	left: 15px;
	bottom: -44px;
}

.group-btn i {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}

.group-btn {
	position: absolute;
	width: 108px;
	height: 108px;
	z-index: 22;
	padding: 25px 22px;
}

/* 园区概况 */
.groups-b {
	position: relative;
}

.park-box .group-print {
	padding-left: 0px;
}

.park-box .group-con {
	padding: 20px;
	height: 450px;
	position: relative;
}

.park-box .group-btn {
	right: 30px;
	bottom: 0px;

}

/* 新闻资讯 */
.news-bg {
	height: 50vh;
}

.new-box {
	margin-top: -50vh;
	padding: 40px;
	padding-bottom: 0px;
}

.new-box .index-title h2 {
	border-left: 0px;
	padding-left: 0px;
}

.new-box .group-btn {
	position: static;
}

.new-con {
	padding-top: 55px;
}

.new-tit span {
	width: 100px;
	height: 1px;
	background: #333333;
	display: inline-block;
	vertical-align: text-top;
}

.new-tit h2 {
	font-size: 38px;
	color: #333;
	padding-left: 20px;
	display: inline-block;
}

.new-list {
	margin: 30px 0;
	margin-left: -2%;
}

.new-list li {
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}

.new-list li .images {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.new-list li .new-text {
	padding-top: 20px;
}

.new-list li .new-text h3 {
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	border-left: 2px solid #333;
	padding-left: 15px;
	line-height: 40px;
}

.new-list li:hover .new-text h3 {
	color: #185598;
}

.index-time {
	color: #999999;
	font-size: 18px;
	line-height: 1.2;
	padding-left: 17px;
	line-height: 23px;
}

.index-time i {
	font-size: 20px;
	line-height: 20px;
	position: relative;
	top: -1px;
	padding-right: 7px;
}

/* 广告图 */
.com-ban {
	height: 500px;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.com-ban .nei-wen {
	position: absolute;
	top: 48%;
	left: 0;
	width: 100%;
	z-index: 22;
}

.nei-wen h3 {
	font-size: 60px;
}

.nei-wen .text {
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0 0;
}

.com-navigation {
	line-height: 71px;
	position: relative;
}

.com-navigation a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #333;
	position: relative;
	font-size: 18px;
	min-width: 140px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

.com-navigation a.active,
.com-navigation a:hover {
	color: #fff;
	background: #F99F1D;
}

.com-navigation a.active:before,
.com-navigation a:hover:before {
	width: 100%;
	left: 0;
}

.com-crumbs {
	padding: 23px 0;
	line-height: 1.4;
}

.com-crumbs a {
	color: #999;
	font-size: 16px;
	cursor: pointer;
	outline: none;
}

.com-crumbs span {
	color: #185598;
	font-size: 16px;
}

.main-wrap {
	padding: 60px 0;
}

.wrap-pad {
	padding-top: 0px !important;
}

.wrap-pab {
	padding-bottom: 0px !important;
}

.link-top {
	padding-top: 60px;
}

.main-top {
	margin-top: 60px;
}

.con-title {
	padding: 0 0 30px;
	color: #333;
	position: relative;
}

.con-title h3 {
	font-size: 38px;
	font-weight: bold;
	float: left;
	padding-right: 30px;
}

.con-title .line:before {
	content: '';
	background: #F99F1D;
	float: left;
	height: 36px;
	width: 2px;
	display: block;
	position: relative;
	top: 3px;
}

.con-title .txt {
	font-size: 18px;
	float: left;
	padding: 8px 0;
	padding-left: 30px;
	line-height: 1.4;
	text-transform: uppercase;
}

.news-list {
	margin-left: -2%;
}

.news-list .news-item {
	width: 31.13%;
	margin-left: 2%;
	margin-bottom: 2%;
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
	box-sizing: border-box;
}

.news-item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.news-list .news-item .dn-top {
	width: 100%;
	overflow: hidden;
}

.img-box {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.news-list .news-item:hover .dn-top .img-box {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.news-item .dn-bot {
	padding: 15px;
}

.news-item .dn-bot h3 {
	font-size: 20px;
	color: #333;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	line-height: 1.6;
	height: 64px;
}

.news-item .index-time {
	padding-left: 0px;
}

.news-list .news-item:hover .dn-bot h3 {
	color: #185598;
}

.details-box {
	padding: 30px 60px;
	position: relative;
}

.details-box .meta {
	margin-bottom: 25px;
}

.details-box .meta h2 {
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.details-box .meta .info {
	font-size: 18px;
	color: #999;
	font-weight: normal;
	text-align: right;
	padding-top: 20px;
}

.details-box .meta .info span {
	margin: 0 10px;
	display: inline-block;
}

.details-box .meta .info span i {
	font-size: 18px;
	line-height: 18px;
	padding-right: 7px;
	position: relative;
	top: -2px
}

.article-detail {
	font-size: 18px;
	line-height: 2em;
	word-wrap: break-word;
    font-size: 20px;
    font-family:宋体,'Simsun';
}

.article-detail img {
	max-width: 100% !important;
	height: auto;
	margin: 5px 0;
	/*display: block;*/
}

.article-detail strong {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.article-detail p {
	display: inherit;
	margin: 0.5em 0;
	color: #333;
	word-wrap: break-word;
	word-break: break-all;
	text-align: justify;
	text-indent: 2em;
	font-size: 20px;
	font-family:宋体,'Simsun';
}
.article-detail p span{
    text-align: justify;
	font-size: 20px;
	font-family:宋体,'Simsun';
}
.detail-img {
	width: 500px;
	height: 375px;
	overflow: hidden;
	margin: -50px auto 0px;
	position: relative;
	z-index: 22;
}

.detail-img img {
	width: 100%;
	height: 100%;
	display: block;
}

/* 公告公示 */
.news-notice li {
	margin: 0 0 25px;
	overflow: hidden;
	transition: all 0.4s ease;
	background: #fff;
	padding: 30px;
	height: 224px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

.news-notice li h3 {
	color: #333;
	font-size: 28px;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 15px;
}

.news-notice li .info {
	margin-bottom: 15px;
	line-height: 1.8;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 69px;
	font-size: 18px;
	color: #333;
}

.news-notice li:hover h3 {
	color: #185598;
}

/* 政策下载 */
.policy-list {
	margin-left: -2%;
}

.policy-list li {
	height: 130px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	overflow: hidden;
	width: 48%;
	margin-left: 2%;
	float: left;
	margin-bottom: 2%;
	box-sizing: border-box;
	background: #FFFFFF;
}

.policy-list li a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.policy-list li h2 {
	color: #333;
	font-size: 22px;
	line-height: 1.4;
	width: 82%;
	text-align: left;
}

.policy-list li:hover h2,
.policy-list li:hover .down-icon {
	color: #F99F1D;
}

.down-icon {
	width: 60px;
	height: 56px;
	margin-left: 15px;
	overflow: hidden;
	color: #333;
}

.down-icon i {
	font-size: 60px;
	line-height: 60px;
}

/* 部门链接 */
.link-box {
	margin-top: 2%;
}

.link-box li {
	width: 23%;
	height: 180px;
	position: relative;
	padding-top: 55px;
	padding-bottom: 55px;
}

.link-box li .img {
	width: auto;
	height: 70px;
	margin: 0 auto;
}

.link-box li .img img {
	max-width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: fill;
}

.link-box li b {
	display: none;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 0;
	background: #185598;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 180px;
}

/* 企业动态 */
.news-dynamic li {
	padding: 0px;
	height: auto;
}

.news-dynamic li .title {
	/*width: 387px;
	height: 75px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
	padding: 20px 30px;
}

.news-dynamic li .title .img {
	width: 39px;
	height: 45px;
	display: block;
	float: left;
}

.news-dynamic li .title .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.news-dynamic li .title h3 {
	font-size: 18px;
	/*padding: 10px 10px 10px 15px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 0px;
	font-weight: bold;
}

.news-dynamic li .info {
	padding: 15px 30px;
	padding-top: 0px;
	height: 114px;
	-webkit-line-clamp: 4;
	margin-bottom: 0px;
	font-size: 16px;
}

/* 走进建达 */
.recruit-list {
	padding: 25px 30px;
	margin-bottom: 20px;
}

.recruit-list li {
	float: left;
	box-sizing: border-box;
	margin-right: 50px;
	font-size: 18px;
	line-height: 1.4;
	color: #333;
}

.recruit-time {
	font-size: 18px;
	border-bottom: 1px solid #DCDCDC;
	padding: 20px 30px;
}

.history-title h3 {
	float: none !important;
	display: block;
	color: #185598;
}

.history-title .txt {
	padding-left: 0px;
	color: #999999;
}

.history-date {
	overflow: hidden;
	position: relative;
	padding-top: 40px;
	margin-bottom: 40px;
}

.history h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 35px;
}

.time-axis {
	margin: 0;
	position: relative;
}

.time-axis li {
	position: relative;
	color: #333;
	vertical-align: bottom;
	overflow: hidden;
	padding-bottom: 30px;
	zoom: 1;
	box-sizing: border-box;
}

.time-axis li .time-axis-xx {
	padding-left: 9%;
	position: relative;
}

.time-axis li .time-axis-date {
	color: #185598;
	font-weight: bold;
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 5px;
}

.time-axis li .point {
	position: absolute;
	left: 6%;
	top: 4px;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	border: 1px solid #185598;
	border-radius: 100%;
	background-color: #fff;
	z-index: 33
}

.time-axis li .point:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background-color: #185598;
	border: 1px solid #185598;
	border-radius: 100%;
}

.time-axis .longString {
	position: absolute;
	left: 6%;
	top: -20px;
	width: 3px;
	height: 100%;
	margin-left: -1px;
	background-color: #185598;
}

.time-axis li .time-axis-text {
	font-size: 15px;
	color: #333;
}

.time-axis li .time-axis-text p {
	line-height: 1.6;
	font-size: 15px;
	color: #333;
	word-wrap: break-word;
	word-break: break-all;
	display: inherit;
	margin: 4px 0;
}

/* 走进开发区 */
.park-mien {
	padding-top: 60px;
}

.park-mien h3 {
	color: #333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.park-list ul {
	margin-left: -2%;
	margin-top: 2%;
	overflow: hidden;
}

.park-list li {
	width: 31.333%;
	margin-left: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
	background: #fff;
}

.park-list li .images {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.park-list .park-bot {
	padding: 15px;
}

.park-list .park-bot>h3 {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.6;
	text-align: center;
	font-weight: 500;
	padding-bottom: 0;
}

.top-line {
	border-top: 3px solid #185598;
}

.contact-us {
	padding: 20px 10px;
}

.contact-info {
	color: #333;
	overflow: hidden;
}

.contact-info h3 {
	line-height: 1.4;
	font-size: 28px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.us-list li {
	padding: 10px 0;
	line-height: 1.6;
}

.us-list li .icon {
	font-size: 30px;
	line-height: 30px;
	float: left;
	position: relative;
	top: -1px;
}

.us-list li .text {
	margin-left: 40px;
	font-size: 18px;
}

.us-list li .ewm {
	width: 176px;
	height: 176px;
	margin-left: 40px;
}

.us-list li .ewm img {
	width: 100%;
	height: 100%;
	display: block;
}

.memor-tab {
	margin-bottom: 10px;
}

.memor-tab li {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	min-width: 100px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.memor-tab li a {
	font-size: 18px;
	color: #333;
}

.memor-tab li.on {
	background: #185598;
}

.memor-tab li.on a {
	color: #fff;
}

.time-tit {
	font-weight: bold;
	color: #333;
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
}

.jigou-bg {
	padding-bottom: 30px;
}

.jigou-bg .con-title {
	padding-top: 60px;
}

.jigou-list {
	padding: 20px 0;
}

.jigou-list li {
	height: 100px;
	background: #fff;
	overflow: hidden;
	color: #333;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin: 10px 0 25px;
	cursor: pointer;
}

.jigou-list li .unit {
	width: 182px;
	height: 100%;
	float: left;
	line-height: 80px;
	font-size: 22px;
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jigou-list li .jigou-info {
	height: 100%;
	padding: 20px 30px;
	font-size: 18px;
	line-height: 1.8;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.park-course li {
	position: relative;
	height: 195px;
}

.park-course li .time-item {
	width: 566px;
	position: absolute;
	top: 42.5px;
	left: 0px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.park-course li:nth-child(even) .time-item {
	width: 566px;
	position: absolute;
	top: 42.5px;
	left: 713px;
}

.park-course li .point {
	position: absolute;
	top: 0;
	left: 600px;
	width: 80px;
	height: 195px;
	background: url(../images/course.png) no-repeat center center;
}

.park-course li .point span {
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	border-radius: 50%;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -12px;
}

.park-course li .point span b {
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	top: 7px;
}

.park-course li .time-item .time-date {
	width: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	float: right;
	border-left: 1px solid #F4F4F4;
}

.park-course li .time-item .time-text {
	width: 456px;
	height: 110px;
	line-height: 1.8;
	font-size: 18px;
	color: #999;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 20px;
	display: flex;
	align-items: center;
	float: left;
}

.park-course li:nth-child(even) .time-item .time-date {
	border-left: 0px;
	border-right: 1px solid #F4F4F4;
	float: left;
}

.park-course li:nth-child(even) .time-item .time-text {
	float: right;
}

.video-wrap {
	width: 766px;
	height: 484px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 40px;
}

.video-wrap .vr-bg {
	cursor: pointer;
	background: #000;
}

.video-wrap .vr-bg .inner {
	height: 484px;
	position: relative;
}

.video-wrap .inner>img {
	width: 100%;
	height: 100% !important;
	display: block;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	margin: 0 !important;
}

.video-wrap .inner:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.video-wrap .play:hover {
	background-color: rgba(0, 0, 0, .6);
}

.video-wrap .play {
	width: 82px;
	height: 82px;
	background: rgba(0, 0, 0, .4) url(../images/play.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.video-wrap .vr-bg>video {
	width: 100%;
	height: 484px;
}

/* 招商引资 */
.industrial {
	padding: 30px 40px;
	overflow: hidden;
}

.industrial h2 {
	color: #333;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}

.industrial .jigou-list li .unit {
	background: #185598;
	color: #fff;
}

.industrial .jigou-list li:hover {
	background: #F4F4F4
}

.policy-box {
	padding-bottom: 30px;
	overflow: hidden;
}

.policy-box ul {
	border-top: 2px solid #F4F4F4;
}

.policy-box li {
	box-sizing: border-box;
	border-bottom: 2px solid #F4F4F4;
	padding: 20px 25px;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.policy-box li a {
	color: #333;
	font-size: 20px;
}

.policy-box li .time {
	float: right;
	font-size: 18px;
	color: #999;
	margin-left: 20px;
	font-weight: normal;
}

.policy-box li a:hover {
	color: #185598;
}

.policy-box li .icon {
	width: 10px;
	height: 10px;
	background: #185598;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.online-box {
	padding-bottom: 60px;
}

.online-left {
	width: 400px;
}

.online-auto {
	margin-left: 430px;
}

.online-group {
	margin-bottom: 15px;
	position: relative;
}

.online-group .online-input {
	display: block;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background: #F4F4F4;
	border: 0px;
	outline: none;
	resize: none;
}

.online-group .code {
	width: 264px;
}

.online-group .ewm {
	width: 120px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: none;
	outline: none;
	border: 0px;
}

.online-btn {
	margin-top: 30px;
}

.online-btn .btn {
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #185598;
	border-radius: 0px;
}

.checkbox.online-radio label input {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
}

.message-form .table thead tr th,
.message-form .table tbody tr td {
	font-size: 16px;
	word-wrap: break-word;
	word-break: break-all;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.message-form .table thead tr th {
	background: #185598;
	text-align: center;
	color: #fff;
}

.message-form .table tbody tr td {
	font-size: 16px;
	color: #333;
	word-wrap: break-word;
}

.message-form .table .answer {
	cursor: pointer;
	outline: none;
	display: block;
}

.message-info {
	font-size: 16px;
	color: #999;
}

.message-info .star {
	color: #F91D41;
}

.message-info .input {
	background: #F4F4F4;
	border: 0px;
	outline: none;
	resize: none;
	padding: 5px 20px;
	height: 46px;
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
	display: block;
	width: 100%;
	font-weight: bold;
}

.guide-list {
	margin-left: -2px;
	border: 1px solid #f4f4f4;
}

.guide-list li {
	width: 140px;
	max-width: 140px;
	height: 80px;
	line-height: 60px;
	background: #fff;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	border-left: 1px solid #f4f4f4;
}

.guide-list li a {
	color: #333;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.guide-list li.cur {
	background: #185598;
}

.guide-list li.cur a {
	color: #fff;
}

.guide-con {
	margin-bottom: 60px;
	padding: 0px;
}

.guide-box {
	padding: 30px;
}

.guide-con .guide-item {
	display: none;
}

.guide-con .guide-item.active {
	display: block;
}

/* 企业之窗 */
.directory li {
	padding: 0px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.directory li a {
	flex-direction: column;
}

.directory li .img {
	margin: 28px 20px;

}

.directory li .txt {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #333;
	width: 100%;
	padding: 15px;
}

.directory li:hover,
.directory li:hover .txt {
	background: none;
	box-shadow: 0 0px 0px #fff !important
}

.product-List .news-item .dn-bot h3 {
	-webkit-line-clamp: 1;
	height: 36px;
}

.search-head {
	width: 280px;
	height: 41px;
	background: #FFFFFF;
	position: absolute;
	right: 10px;
	top: 0px;
}

.search-con {
	width: 100%;
	height: 100%;
	position: relative;
}

.search-head .input {
	width: 100%;
	height: 41px;
	line-height: 41px;
	background-color: #fff;
	font-size: 15px;
	color: #333;
	padding: 5px 58px 5px 10px;
	outline: none;
	cursor: pointer;
	border: 0px;

}

.search-head .s-button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
	background: none;
	outline: none;
	cursor: pointer;
	padding: 10px 15px;
}

.search-head .s-button>i {
	font-size: 18px;
	color: #333;
	position: relative;
	top: -1px;
}

.filter-box {
	margin: 20px 0;
}

.filter-box dl {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	font-size: 12px;
}

.filter-box dl dt {
	display: block;
	float: left;
	padding-right: 10px;
	width: 90px;
	padding-top: 14px;
	line-height: 22px;
	color: #333;
	font-size: 16px;
	max-width: 100%;
	font-weight: 500;
}

.filter-box dl dd {
	position: relative;
	margin-left: 70px;
	padding-top: 7px;
	overflow: hidden;
}

.filter-box dl dd a {
	display: inline-block;
	margin: 0 8px 5px 0;
	border: 1px solid #fff;
	line-height: 12px;
	font-size: 15px;
	color: #333333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.filter-box dl dd .selected {
	background-color: #185598;
	color: #fff;
}

/* 交流互动 */
.form-interact {
	padding: 40px 30px;
}

.form-interact .form-item {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	position: relative;
}

.form-interact .form-item .input,
.form-interact .form-item .textarea {
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	color: #333;
	font-size: 16px;
	background: #F4F4F4;
	border: 0px;
	cursor: pointer;
	outline: none;
}

.form-interact .form-item .input.code {
	width: 66%;
}

.form-interact .form-item .yzm {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 60px;
	cursor: pointer;
	outline: none;
}

.form-interact .form-item .textarea {
	resize: none;
	height: 300px;
}

.form-interact .form-btn {
	width: 100%;
	background: #185598;
	height: 60px;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	border: 0px;
	outline: none;
}

.mailbox {
	padding: 60px 30px 0;
	width: 72%;
	margin: 60px auto 0;
}

.mailbox .img {
	width: auto;
	height: 345px;
}

.mailbox .img img {
	max-width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.mailbox .text {
	color: #333;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	height: 90px;
	line-height: 70px;
	background: #FFFFFF;
	margin-top: -80px;
	font-weight: bold;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/* 搜索 */
.search-list li {
	height: auto;
	padding-bottom: 15px;
}

.search-list li .title {
	width: auto;
	background: none;
	box-shadow: 0 0 0 0;
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 5px;

}

.search-list li .title h3 {
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

.search-list li .info {
	padding-top: 0px;
	padding-bottom: 13px;
	-webkit-line-clamp: 2;
	font-size: 16px;
	height: auto;
}

.search-list li .txt {
	line-height: 24px;
	padding: 5px 30px;
}

.search-list li .txt span {
	margin-right: 20px;
	color: #999;
	font-size: 14px;
}

.nodata {
	margin-top: 30px;
	color: #666;
	font-size: 16px;
	line-height: 100px;
	text-align: center;
}

/* 分页 */
.pagelist {
	clear: both;
	display: block;
	padding: 10px 0;
	margin-top: 20px;
}

.pagelist .default {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.pagelist .default a,
.pagelist .default span {
	display: inline-block;
	padding: 6px 13px;
	background: #fff;
	color: #333;
	margin: 0 4px;
	cursor: pointer;
	outline: none;
}

.pagelist .default span {
	color: #999;
	background: none;
}

.pagelist .default a:hover {
	color: #666;
	background: #fff;
}

.pagelist .default span.current {
	color: #fff;
	background: #185598;
	border-color: #185598;
}

.pagelist .default span.disabled {
	color: #999;
	background: #fff;
}

.modal-tan {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: none;
	z-index: 1000;
}

.modal-tan .box {
	width: 1000px;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-tan .box span.modal-close {
	position: absolute;
	right: -12px;
	top: -12px;
	font-size: 14px;
	display: block;
	cursor: pointer;
	height: 34px;
	width: 34px;
	color: #b0b8bf;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	outline: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.modal-tan .box span.modal-close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.answer-tan {
	margin: 25px;
}

.answer-tan .table {
	margin-bottom: 0px;
}

.answer-tan .table tbody tr td {
	text-align: left;
}

.answer-tan .table tbody tr td:nth-child(2n+1) {
	background: #185598;
	text-align: right;
	padding-right: 20px;
	width: 160px;
	color: #fff;
}

.photo-video {
	min-height: 600px;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
	.container {
		width: auto;
		padding-left: 12px;
		padding-right: 12px;
	}

	.index-title {
		padding-left: 10px;
	}

	.main-box {
		padding: 6vw 0;
	}

	.navbar-header .navbar-toggle {
		margin-right: 0px;
		padding-right: 5px;
		margin-top: 16px;
	}

	.navbar-toggle .icon-bar {
		background-color: #185598;
		width: 25px;
		height: 3px;
		border-radius: 0px;
	}

	.search-btn {
		float: right;
		margin: 24px 4px;
	}

	.search-btn .iconfont {
		color: #185598;
		font-size: 20px;
		font-weight: bold;
	}

	.navbar-toggle.is-active .icon-bar:nth-child(2) {
		opacity: 0;
	}

	.navbar-toggle.is-active .icon-bar:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-o-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

	.navbar-toggle.is-active .icon-bar:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		-ms-transform: translateY(-6px) rotate(-45deg);
		-o-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}

	.top-navbar .navbar-brand {
		padding: 10px;
		height: 78px;
	}

	.navbar-nav li,
	.navbar-list {
		width: 100%;
		position: static;
	}

	.navbar-list {
		display: none !important;
	}

	.navbar-nav li a {
		padding: 10px 15px;
		text-align: left;
	}

	.swiper-banner,
	.com-ban {
		height: 32vh;
	}

	.swiper-banner .swiper-pagination-bullet {
		width: 25px;
	}

	.swiper-banner .slide-txt {
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 0px;
		left: 50%;
		right: 0px;
	}

	.slide-txt h2 {
		font-size: 5.2vw;
		height: auto;
		line-height: 1.5;
		margin-left: 10px;
		margin-right: 10px;
	}

	.go-back {
		width: 60px;
		height: 60px;
		right: 4%;
	}

	.go-back i {
		font-size: 40px;
		line-height: 40px;
	}

	.index-title h2 {
		font-size: 5.2vw;
		padding-left: 4vw;
		font-weight: bold;
	}

	.index-title .txt {
		font-size: 3.6vw;
		padding-left: 3vw;
	}

	.group-box {
		padding: 4vw 0;
	}

	.group-con,
	.group-con * {
		font-size: 4.15vw !important;
		line-height: 1.8;
	}

	.group-print {
		padding-left: 0px;
	}

	.group-print .img {
		height: auto;
		margin-top: 3vw;
	}

	.group-print .group-btn {
		bottom: 0px;
	}

	.group-btn {
		width: 70px;
		height: 60px;
		padding: 15px 20px;
	}

	.group-btn i {
		font-size: 30px;
		line-height: 30px;
	}

	.park-box .group-con {
		height: auto;
		padding: 15px;
	}

	.park-box .group-btn {
		position: static;
		float: right;
		margin-right: 15px;
	}

	.new-box {
		padding: 5vw 4vw;
	}

	.new-box .index-title {
		padding-left: 0px;
	}

	.new-con {
		padding-top: 5vw;
	}

	.new-tit {
		display: flex;
		align-items: center;
	}

	.new-tit span {
		width: 60px;
	}

	.new-tit h2 {
		font-size: 5.2vw;
		vertical-align: middle;
	}

	.new-list {
		margin: 4.5vw 0 0 -2%;
	}

	.new-list li {
		width: 48%;
	}

	.new-list li:last-child {
		display: none;
	}

	.new-list li .images {
		height: 20vh;
	}

	.new-list li .new-text {
		padding: 4vw 0;
	}

	.new-list li .new-text h3 {
		font-size: 4vw;
		word-wrap: break-word;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 40px;
		line-height: 20px;
		white-space: normal;
		padding-left: 10px;
	}

	.index-time {
		padding-left: 10px;
		font-size: 4vw;
	}

	.foot-link {
		padding: 4vw 0;
	}

	.foot-text p {
		display: block;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.coprright {
		height: auto;
		font-size: 3.6vw;
	}

	.com-ban .nei-wen {
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: 0px !important;
		left: 50%;
		top: 50%;

	}

	.nei-wen h3 {
		font-size: 5.5vw;
	}

	.nei-wen .text {
		font-size: 4vw;
		margin-top: 1.6vw;
	}

	.com-navigation {
		line-height: 50px;
		float: none;
		width: 100%;
	}

	.com-navigation a {
		width: 33.3333%;
		min-width: auto;
		font-size: 4.15vw;
	}

	.com-crumbs {
		padding: 4vw 0;
	}

	.com-crumbs a,
	.com-crumbs span {
		font-size: 3.8vw;
	}

	.link-top,
	.jigou-bg .con-title {
		padding-top: 8vw;
	}

	.con-title h3 {
		font-size: 5.2vw;
		padding-right: 4vw;
	}

	.con-title .txt {
		font-size: 4vw;
		padding: 0px;
		padding-left: 4vw;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		float: none !important;
	}

	.con-title .line:before {
		height: 22px;
		top: 0px;
	}

	.details-box {
		padding: 4vw;
	}

	.article-detail,
	.article-detail * {
		font-size: 4.1vw !important;
	}

	.detail-img {
		width: 100%;
		height: 100%;
	}

	.history-date {
		padding-top: 4vw;
	}

	.time-axis li .time-axis-xx {
		padding-left: 10%;
	}

	.time-axis li .time-axis-date {
		font-size: 5.2vw;
	}

	.news-list .news-item {
		width: 47.46%;
	}

	.news-item .dn-bot {
		padding: 3vw;
	}

	.news-item .dn-bot h3 {
		font-size: 4vw;
		height: 40px;
		line-height: 22px;
	}

	.pagelist .default span:first-child {
		display: none;
	}

	.main-wrap {
		padding: 6.5vw 0;
	}

	.message-form .table thead tr th,
	.message-form .table tbody tr td {
		font-size: 3.8vw;
		padding: 3vw;
	}

	.contact-map {
		height: 40vh !important;
	}

	.contact-info h3 {
		font-size: 5vw;
		margin-top: 2vw;
	}

	.us-list li {
		padding: 5px 0;
	}

	.us-list li .text {
		font-size: 4.2vw;
	}

	.details-box .meta h2 {
		font-size: 4.8vw;
		padding-bottom: 2.5vw;
	}

	.details-box .meta .info {
		font-size: 4vw;
		padding-top: 2vw;
	}

	.policy-box li {
		padding: 3.5vw 0;
	}

	.policy-box li a {
		font-size: 4.2vw;
	}

	.policy-box li .time {
		font-size: 4vw;
	}

	.park-list li {
		width: 48%;
	}

	.park-list li:last-child {
		display: none;
	}

	.park-list li .images {
		height: 20vh;
	}

	.park-list .park-bot {
		padding: 2vw 3vw;
	}

	.park-list .park-bot>h3 {
		font-size: 3.8vw;
		font-weight: normal;
	}

	.memor-tab li {
		height: 45px;
		line-height: 45px;
		min-width: 80px;
		margin-bottom: 4vw;
		margin-right: 4%;
	}

	.memor-tab li a {
		font-size: 4.15vw;
	}

	.time-tit {
		font-size: 5.2vw;
	}

	.con-title {
		padding-bottom: 4.5vw;
	}

	.photo-box {
		padding-left: 0px;
		padding-right: 0px;
	}

	.photo-video {
		min-height: 40vh;
	}

	.park-mien {
		padding-top: 8vw;
	}

	.park-mien h3 {
		font-size: 5.2vw;
	}

	.park-mien .park-list li:last-child {
		display: block;
	}

	.jigou-list {
		padding-bottom: 0px;
	}

	.jigou-list li {
		height: auto;
	}

	.jigou-list li .unit {
		width: 100%;
		float: none !important;
		line-height: 32px;
		font-size: 4.5vw;
	}

	.jigou-list li .jigou-info {
		padding: 3vw 4vw;
		font-size: 4vw;
		line-height: 1.6;
		-webkit-line-clamp: initial
	}

	.park-course li .point {
		left: 0px;
		width: 45px;
	}

	.park-course li .time-item,
	.park-course li:nth-child(even) .time-item {
		width: auto;
		left: 55px;
		top: 30px;
	}

	.park-course li .time-item .time-date {
		float: none !important;
		line-height: 20px;
		padding: 3vw;
		padding-bottom: 0;
		text-align: left;
		border-left: 0px;
		width: 100%;
	}

	.park-course li .time-item .time-text {
		padding: 4vw 3vw;
		width: auto;
		height: auto;
		font-size: 4vw;
		line-height: 1.6;
		height: 82px;
		overflow: hidden;
		overflow-y: scroll;
	}

	.park-course li:nth-child(even) .time-item .time-date {
		border-right: 0px;
	}

	.park-course li:nth-child(even) .time-item .time-text {
		float: none !important;
	}

	.industrial,
	.form-interact {
		padding: 5.5vw 4vw;
	}

	.industrial h2 {
		font-size: 5.2vw;
	}

	.main-top {
		margin-top: 3vw;
	}

	.link-box li {
		width: 48%;
		height: auto;
	}

	.directory li .img {
		margin: 4vw;
	}

	.guide-list li {
		height: 50px;
		line-height: 30px;
		width: 33.3333%;
	}

	.guide-list li a {
		font-size: 4.15vw;
	}

	.guide-con {
		margin-bottom: 5vw;
	}

	.guides {
		padding-left: 0px;
		padding-right: 0px;
	}

	.online-group .online-input,
	.online-group .ewm {
		height: 45px;
	}

	.online-box {
		padding-bottom: 5vw;
	}

	.online-left {
		width: 100%;
		float: none !important;
	}

	.online-group .code {
		width: 60%;
	}

	.online-auto {
		margin-left: auto;
	}

	.online-btn {
		margin-top: 5vw;
	}

	.online-btn .btn {
		height: 50px;
	}

	.search-head {
		width: 100%;
		position: static;
		margin-bottom: 4vw;
	}

	.filter-box dl dt {
		width: 100%;
		float: none !important;
		padding-top: 0px;
	}

	.filter-box dl dd {
		margin-left: auto;
	}

	.filter-box dl dd a {
		font-size: 3.5vw;
		padding-left: 3vw;
		padding-right: 3vw;
	}

	.news-dynamic li .title h3 {
		font-size: 4.15vw;
	}

	.search-list li {
		height: auto;
		padding-bottom: 2vw;
	}

	.news-dynamic li .title {
		padding: 4vw;
	}

	.search-list li .txt {
		padding: 1vw 4vw;
	}

	.news-dynamic li .info {
		padding: 3vw 4vw;
	}

	.search-list li .info {
		height: auto;
		font-size: 4.15vw;
		line-height: 1.6;
	}
	.article-detail img{
	    width: 100%!important;
	    height: 100%!important;
	    display: block;
	}
}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}