﻿/*首页样式=========================================== */
/* =========================================== */
/* =========================================== */
/* =========================================== */
.top-1 {
	border-bottom: 1px #f5f5f5 solid;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}

.top-1 div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.top-1 p {
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
}

.top-1 p a {
	color: #999999;
}

.top-2 {
	height: 80px;
}

.logo-sear {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#top-2-l,
#top-2-r {
	position: relative;
	height: 80px;
	text-align: center;
	width: 50%;
}

#center-3.ic_bg {
	height: 470px;
	width: 100%;
	position: relative;
	background-color: #FFF;
}

#center-3.ic_bg .ic_bg_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#center-3.ic_bg .ic_bg_img img {
	width: 100%;
	height: 100%;
}

.top,
.center,
.bottom {
	background-color: #FFF;
	width: 100%;
}

/* logo和宿舍框模块样式 start */
#logo {
	height: 2.875rem;
	/* 46px */
	width: 19.25rem;
	/* 308px */
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#logo img {
	width: 100%;
}

#search {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}

#search input {
	width: 270px;
	height: 30px;
	padding-left: 10px;
	font-size: 14px;
	border: #0080FF 1px solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
}

#search button {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	border: none;
	background-color: #0080FF;
	color: #FFF;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 0 15px;
	float: left;
	min-width: 3.75rem;
	/* 60px */
}

/* logo和搜索框模块样式 end */
/* 菜单样式 start */
#menu {
	width: 100%;
	background-color: #035DCB;
	height: 3.75rem;
	/* 60px */
}

#menu ul {
	list-style: none;
	display: flex;
	flex-direction: row;
}

#menu ul li {
	position: relative;
}

#menu ul li.parent {
	float: left;
	height: 60px;
	line-height: 60px;
	border-right: 1px #246dd7 solid;
	z-index: 99;
}


#menu ul li.parent:last-child {
	border-right: none;
}

#menu ul li a {
	margin: 0 5px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	text-decoration: none;
}

#menu ul li a p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

#menu li.parent dl {
	opacity: 0;
	visibility: hidden;
	background-color: #035DCB;
	width: 100%;
	margin: 0 auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .2s;
}

#menu li.parent.active dl {
	opacity: 1;
	visibility: visible;
}

#menu li.parent dl dt {
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;

}

#menu li.parent dl dt a {
	font-size: 15px !important;
}

.sub {
	width: 450px;
	padding: 10px 20px;
	background-color: #035DCB;
	position: absolute;
	top: 60px;
	left: 0px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sub ul.sub_ul {
	width: 150px;
	display: flex;
	flex-direction: column;
	list-style: none;
}

.sub ul.sub_ul li {
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.sub ul li a {
	justify-content: flex-start !important;
	font-size: 15px !important;
	color: #FFF !important;
}

#menu li.parent:hover .sub {
	opacity: 1;
	visibility: visible;
}

.sub ul li a:hover {
	color: #FFF !important;
}
.phone .menu_icon{
	margin-right: 10px;
}
.phone p{
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 菜单样式 end */

/* 首页大图 start */
#index-bg {
	width: 100%;
	border: none;
	margin: 0 auto;
	left: 0;
	top: 0;
}

#index-bg img {
	width: 100%;
	height: 100%;
}

/* 首页大图 end */

.nav-title {
	margin-bottom: 10px;
}



.nav-title span {
	font-size: 21px;
	letter-spacing: 1px;
}
.nav-title.flex_sp_ai span {
	font-size: 19px;
}

.nav-title .nav-title-en {
	margin-left: 5px;
	font-size: 14px;
	color: #9A9A9A;
}

/* index页面轮播样式 start*/
/* =========================================== */
/* =========================================== */
#flash {
	width: 100%;
	height: 500px;
	position: relative;
}

#flash #play {
	width: 100%;
	height: 100%;
	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
}

#flash #play li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex !important;
	flex-direction: row;
	overflow: hidden;
}

#flash #play li img {
	height: 100%;
	width: 100%;
}

/* 高斯模糊 */
#flash #play li .blur_box {
	width: 30%;
	height: 100%;
	z-index: 0;
	position: relative;
}

#play li .blur_box:before {
	content: "";
	position: absolute;
	width: 800px;
	height: 120%;
	background-size: auto;
	-webkit-filter:blur(15px);
	-moz-filter:blur(15px);
	-ms-filter:blur(15px);
	-o-filter:blur(15px);
	filter:blur(15px);
	filter:progid:DXImageTransform.Microsoft.Blur(pixelRadius=15,MakeShadow=false);
	z-index: -2;
	left: -7px;
	background-size: 100% 100%;
	top: -30px;
}


#flash-conten .flash-title {
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 340px;
	height: 100%;
	background: rgba(000, 000, 000, .5);
	overflow: hidden;
}

.flash-title ul {
	height: 100%;
	width: 100%;
}

.flash-title a {
	text-decoration: none;
}

#flash-conten ul li {
	height: 30px;
	padding: 15px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

#flash-conten ul li.active div {
	position: absolute;
	width: 170%;
	height: 100%;
	top: 0px;
	left: -50px;
	z-index: 9;
}

#flash-conten ul li a {
	position: absolute;
	z-index: 999;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

#flash-conten ul li a>p {
	word-wrap: break-word;
	word-break: normal;
}

#flash-conten ul li.active a {
	font-size: 17px;
	font-weight: 600;
}

/* =========================================== */
/* =========================================== */
/* index页面轮播样式 end */


#center-2 {
	width: 100%;
	height: 50px;
}

#center-2-l {
	width: 15%;
	float: left;
	/* background: #FFF; */
}

#center-2-c {
	width: 65%;
	float: left;
	/* background: #FFF; */
	overflow: hidden;
}

#center-2-r {
	width: 23%;
	float: left;
	/* background: #FFF; */
}

#center-2 ul {
	width: 100%;
	height: 50px;
	max-height: 50px;
	overflow: hidden;
	transition: all .3s;
	position: relative;
	left: 0px;
}

#center-2 ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	background: #e9f2fe;
	padding: 0 15px;
}

#center-2 ul li a {
	font-size: 16px;
	color: #0052c9;
	letter-spacing: 1px;
}

#center-3-l {
	margin-top: 40px;
	width: 68%;
	height: 390px;
	background-color: #FFF;
	z-index: 9;
}

.nav-ul li p {
	font-size: 16px;
}

#nav {
	height: 100%;
	position: relative;
}

#nav>ul {
	height: 365px;
	width: 20%;
	-moz-box-shadow: 0px 0px 25px #f3f3f3;
	/* 老的 Firefox */
	box-shadow: 0px 0px 25px #f3f3f3;
	float: left;
	padding-top: 25px;
}

/* #nav ul li.first {
	padding-top: 25px;
} */

#nav>ul>li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
}

#nav>ul>li:hover {}

#nav>ul>li.active {
	background: rgb(0, 128, 255);
	color: #FFF;
}

#nav>ul>li.active::after {
	content: "";
	position: absolute;
	display: block;
	height: 0px;
	width: 0px;
	border-top: 8px solid transparent;
	border-left: 8px solid rgb(0, 128, 255);
	border-bottom: 8px solid transparent;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
}

.nav-con-main {
	padding-top: 35px;
	width: 80%;
	float: left;
	visibility: hidden;
	position: absolute;
	left: 20%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	/* display: none; */
	transition: all .3s;

}

.nav-con-main.active {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}

.nav-con {
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}


.nav-con-item {
	width: 47%;
	height: 9.375rem;
	/* 150px */
	margin-bottom: 25px;
}

.nav-con-item img {
	width: 100%;
	height: 100%;
}

.nav-con-item>.nav-title {
	height: 10%;
	width: 100%;
	margin-bottom: 15px;
}

.nav-con-item>ul {
	margin-top: 5%;
	height: 85%;
}

.nav-con-item>ul>li {
	height: 24%;
	position: relative;
	padding-left: 15px;
}

.nav-con-item>ul>li::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000000;
	left: 0px;
	top: 30%;
}

.nav-con-item>ul>li.end {
	width: 100%;
	border-bottom: 1px #e6e6e6 solid;
}

.nav-con-item>ul>li>a {
	font-size: 16px;
}

.nav-con-item a>p {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#center-4 .nav-item {
	width: 95%;
}

#center-4 .nav-item.cen {
	margin: 0 auto;
}

#center-4 .nav-item.rig {
	float: right;
}

#center-4 .nav-item-img {
	width: 100%;
	height: 210px;
	min-height: 210px;
	position: relative;
}

#center-4 .nav-item-img img {
	width: 100%;
	height: 100%;
}

#center-4 .nav-item-img a {
	position: absolute;
	padding: 10px 15px;
	line-height: 10px;
	color: #FFF;
	background-color: rgb(0, 128, 255);
	bottom: -15px;
	left: 20px;
}

#center-4 .nav-item-txt {
	margin: 0px auto;
	border: 1px #e6e6e6 solid;
	height: 85px;
}

#center-4 .nav-item-txt a {
	display: block;
	padding: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}

#center-4 .nav-item-txt a>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

#center-3-r {
	margin-top: 40px;
	height: 390px;
	width: 30%;
}

#center-3-r .nav-title {
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
	padding-left: 10px;
	margin-bottom: 0px;
}

#center-3-r-t,
#center-3-r-b {
	height: 12.1875rem;
	/* 195px */
}

#center-3-r-t {
	margin-bottom: 5px;
}

#center-3-r-t .nav-contact {
	height: 140px;
	background-color: #FFF;
	padding: 0 10px;
}

.nav-contact p {
	font-size: 14px;
	line-height: 25px;
}

#center-3-r-b .nav-map {
	height: 140px;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.nav-map #showMapCode {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(000, 000, 000, .0);
}

#center-6-pol img {
	height: 340px;
	/* 300px */
	width: 100%;
}
#nav-pol-l{
	width: 48%;
}
#nav-pol-r {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#center-6-pol .nav-pol-item {
	width: 47%;
	height: 170px;
	margin-bottom: 30px;
}

#center-6-pol .nav-title {
	height: 10%;
	width: 100%;
	margin-bottom: 15px;
}

#center-6-pol>ul {
	height: 90%;
}

#nav-pol-r li {
	height: 30%;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

#nav-pol-r li::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #000000;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#nav-pol-r li a {
	font-size: 16px;
}

#nav-pol-r li a p {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/* ------------------------------ */
/* 文章详情 start*/
/* ------------------------------ */
#article_nav {
	margin-bottom: 10px;
	padding: 0px;
}

#article_nav p,
#articlelist_nav p {
	display: inline-block;
}

#article {
	border: 1px #dddddd solid;
	padding: 10px 66px 38px 66px;
}

#article .article_date {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #dcdcdc solid;
	padding: 20px 10px;
	font-size: 16px;
}

.rt span {
	margin-left: 10px;
	cursor: pointer;
}

.article_content {
	margin-top: 30px;
}

.article_content p {
	font-family: "宋体";
	line-height: 25px;
	font-size: 18px;
}

.article_files {
	margin-top: 30px;
	border-top: 1px #dcdcdc solid;
	padding: 20px 0px;
}

.article_files p {
	line-height: 30px;
	font-size: 16px;
}

.article_files a {
	color: #0080FF;
}
/* ------------------------------ */
/* 文章详情 end*/
/* ------------------------------ */

/* ------------------------------ */
/* 文章列表 start */
/* ------------------------------ */
#articlelist_nav .first {
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #0080FF;
}

#articlelist_nav .first>p {
	font-weight: 600;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 2px;
}

#articlelist_nav .nav_sub li.active a {
	color: #0080FF;
}

#articlelist_nav .nav_sub_child li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #F1F1F1;
	text-align: center;
	border-bottom: 1px #e6e6e6 solid;
}

#articlelist_nav .nav_sub_child {
	display: none;
}

#articlelist_nav .nav_sub_child.show {
	display: block;
}

.curr_nav {
	height: 70px;
	line-height: 70px;
	padding: 0 25px;
	display: inline-block;
	position: relative;
}

.curr_nav::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 5px;
	background-color: #0080FF;
	left: 0px;
	top: 0px;
}

.curr_nav p {
	font-weight: 600;
	font-size: 20px;
	color: #0080FF;
	letter-spacing: 2px;
}

#articlelist_content>ul>li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
	margin-left: 15px;
	position: relative;
}

#articlelist_content>ul>li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
	left: -12px;
}

#articlelist_content>ul>li p {
	font-size: 18px;
	letter-spacing: 1px;
}

#articlelist_content>ul>li .article-list-date {
	min-width: 80px;
	padding-left: 20px;
}
/* ------------------------------ */
/* 文章列表 end */
/* ------------------------------ */

/* ------------------------------ */
/* 商务热点  start*/
/* ------------------------------ */
.swhot {
	height: 50px;
	line-height: 50px;
}

.swhot a.swhot-img {
	width: 216px;
	height: 50px;
	position: relative;
	display: inline-block;
}

.swhot img {
	width: 100%;
	height: 100%;
}

.hot_title {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFF;
}

/* ------------------------------ */
/* 商务热点  end*/
/* ------------------------------ */

#mapcode-img {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

#mapcode-img.active {
	opacity: 1;
	z-index: 1099;
	visibility: visible;
}

#dialog {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(000, 000, 000, .5);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all .3s;
}

#dialog.active {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

.menu_icon {
	width: 32px;
	height: 32px;
}
/* 四大园区 */
/*  */
.choose-list {
	display: flex;
	flex-direction: row;
	width: 100%;
	overflow: hidden;
}

.choose-item {
	width: 30%;
	height: 370px;
	position: relative;
	transition: all .3s;
	z-index: 5;
	overflow: hidden;
}

.choose-item img {
	height: 100%;
}

.choose-item.active img {
	height: 100%;
	width: 100%;
}

.choose-item.more.active {
	width: 170% !important;
	overflow: hidden;
}

.choose-item.active {
	z-index: 99;
	width: 50%;
	box-shadow: -7px -6px 15px rgba(0, 0, 0, 0.2);
}

.choose-item>.item-con {
	position: absolute;
	padding: 30px;
	height: 80%;
	top: 0px;
	left: 0px;
	z-index: 9;
	overflow: hidden;
	width: 90%;
}

.item-con .ordernum {
	color: #999;
	font-size: 18px;
}

.item-con .title {
	font-size: 21px;
	font-weight: 600;
	margin-top: 40px;
	color: #303132;
}

.choose-item.more .item-con .title {
	width: 21px;
	line-height: 23px;
	word-wrap: break-word;
}

.choose-item.more.active .item-con .title {
	width: auto;
}

.item-con .content {
	margin-top: 20px;
	color: #303132;
	line-height: 26px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	width: 100% !important;
}

.choose-item.active .item-con .content {
	-webkit-line-clamp: 5;
}

.choose-item.more .item-con .content {
	display: none;
}

.choose-item.more.active .item-con .content {
	display: block;
}

.item-con .btn {
	position: absolute;
	bottom: 20px;
	transition: all .3s;
}

.choose-item.more .item-con .btn {
	display: none;
}

.choose-item.more.active .item-con .btn {
	display: block;
}

.item-con .btn a {
	padding: 5px 15px;
	color: #FFF;
	border: 1px #0181FF solid;
	background-color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	color: #0181FF;
}

.choose-shade {
	position: absolute;
	width: 103%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	top: 0px;
	left: 0px;
	z-index: 5;
	transition: all .3s;
}

.choose-item.active .choose-shade {
	background-color: rgba(000, 000, 000, .6);
}

.choose-item.active p {
	color: #FFF;
}

.choose-item.active .btn a {
	background-color: #0181FF;
	color: #FFF;
}