@charset "utf-8";

@font-face {
	font-family: 'myFont01';
	src: url('../fonts/fangsong.ttf') format('truetype');
}

/* 顶部样式 */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 999999;
}

#header ul.top {
	width: 1200px;
	height: 88px;
	margin: 0 auto;
}

#header ul.top>li {
	float: left;
}

/* LOGO */
#header ul.top>li.logo_box {
	width: auto;
	height: 56px;
	margin-top: 16px;
}

#header ul.top>li.logo_box a {
	height: 100%;
}

#header ul.top>li.logo_box img {
	float: left;
	width: auto;
	height: 100%;
}

#header ul.top>li.logo_box img:last-child {
	height: 28px;
	margin: 23px 0 0 16px;
}

.logo_name {
	width: auto;
	height: 36px;
	margin-top: 32px;
	margin-left: 16px;
	border-left: 1px solid #dfdfdf;
	padding-left: 16px;
}

.logo_name h1 {
	font-size: 22px;
	color: #008db7;
	text-align: left;
	line-height: 1;
	letter-spacing: 2px;
}

.logo_name h3 {
	font-size: 10px;
	color: #a6a6a6;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.5px;
	margin-top: 4px;
	/* margin-left: -42px;
	transform: scale(0.75); */
}

#header ul.top>li.top_tel {
	float: right;
	font-size: 16px;
	line-height: 88px;
	color: #666666;
}

/* 员工登录 */
#header ul.top>li.login_box {
	float: right;
}

#header ul.top>li.login_box img {
	display: inline-block;
	width: auto;
	height: 16px;
	margin-top: 7px;
	margin-right: 8px;
}

#header ul.top>li.login_box a {
	font-size: 14px;
	color: #cccccc;
	line-height: 30px;
	border: 1px solid #cccccc;
	padding: 0 30px;
	border-radius: 16px;
	margin-top: 28px;
	transition: all 0.3s;
}

#header ul.top>li.login_box a img.m02 {
	display: none;
}

#header ul.top>li.login_box a:hover {
	color: #ffffff;
	background-color: #183883;
	border: 1px solid #183883;
	transition: all 0.3s;
}

#header ul.top>li.login_box a:hover img.m01 {
	display: none;
}

#header ul.top>li.login_box a:hover img.m02 {
	display: inline-block;
}

/* 顶部导航 */
#top_nav {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 4px solid #008db7;
}

#top_nav .top_nav_list {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

#top_nav .top_nav_list>li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	float: left;
	text-align: center;
	position: relative;
	z-index: 300;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li a {
	display: block;
}

#top_nav .top_nav_list>li>a {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 44px;
	position: relative;

	transition: all 0.3s;
}

#top_nav .top_nav_list>li>a span {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 4px;
	background-color: rgba(0, 0, 0, .4);
	display: none;
	transition: all 0.5s;
}

/* #top_nav .top_nav_list>li:last-child>a{
	padding-right: 0;
} */
#top_nav .top_nav_list>li>a:hover,
#top_nav .top_nav_list>li>a.active {
	color: #ffffff;
	background-color: #008db7;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li>a:hover span,
#top_nav .top_nav_list>li>a.active span {
	display: block;
	transition: all 0.5s;
}

/* 顶部下拉菜单 */
#top_nav .top_nav_list>li>blockquote {
	display: none;
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	height: auto;
	text-align: center;
	/* padding-top: 8px; */
	z-index: 201;
}

#top_nav .top_nav_list>li>blockquote .ChildNavIn {
	width: 100%;
	height: auto;
}

#top_nav .top_nav_list>li>blockquote .ChildNavIn a {
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 1);
	/* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); */
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.3s;
}

#top_nav .top_nav_list>li>blockquote .ChildNavIn a:hover {
	color: #ffffff;
	background-color: #008db7;
	border-bottom: 1px solid #008db7;
	transition: all 0.3s;
}

/* 首页大图轮播 */
.banner_top {
	width: 100%;
	height: 145px;
	background-color: #fff;
}

.banner_container_box {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}

#banner_container {
	position: relative;
	width: 1200px;
	height: 500px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}

/* .bar_img_box {
	position: absolute;
	right: 0;
	top: 0;
} */

#banner_container .banner_box {
	cursor: move;
	width: 1200px;
	height: 500px;
	overflow: hidden;
}

.jssora05l,
.jssora05r,
.jssora05ldn,
.jssora05rdn {
	position: absolute;
	width: 30px;
	height: 54px;
	top: 223px;
	cursor: pointer;
	display: block;
	background: url(../images/banner_bg.png) no-repeat;
	background-size: auto 54px;
	overflow: hidden;
	z-index: 88;
}

.jssora05l {
	background-position: 0 0;
}

.jssora05r {
	background-position: -104px 0;
}

.jssora05l:hover {
	background-position: -33px 0;
}

.jssora05r:hover {
	background-position: -71px 0;
}

.jssora05ldn {
	background-position: 0 0;
}

.jssora05rdn {
	background-position: -139px 0;
}

/* 首页内容区域样式 */
.row_content_bg {
	width: 100%;
	padding: 16px 0 32px;
}

.row_content {
	width: 1200px;
	margin: 0 auto;
}

.row_content>li {
	float: left;
	position: relative;
}

/* 关于我们 */
.row_content li.about {
	width: 320px;
	padding-bottom: 23px;
	border-bottom: 1px solid #e5e5e5;
}

.row_content li>h1 {
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border-left: 3px solid #008db7;
	padding-left: 12px;
	margin-bottom: 3px;
}

.row_content li>h1 span {
	font-size: 12px;
	font-style: italic;
	color: #008db7;
	padding-left: 8px;
}

.row_content li.about img {
	width: 100%;
	height: auto;
}

.row_content li.about .home_about_img {
	border-top: 3px solid #989898;
	padding-top: 16px;
	/* margin-bottom: 10px; */
}

.row_content li.about p {
	/* height: 162px; */
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: justify;
	text-indent: 2em;
	/* border-bottom: 1px solid #e5e5e5; */
	transition: all 0.3s;
}


.row_content li .more {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	font-size: 12px;
	line-height: 30px;
	text-align: right;
	/* border-bottom: 3px solid #e4e4e4;
	margin-top: -3px; */
	transition: all 0.3s;
}

.row_content li .more_line {
	position: absolute;
	right: 0;
	top: 27px;
	width: 25%;
	height: 3px;
	background-color: #e4e4e4;
}

.row_content li .more:hover {
	color: #008db7;
	text-decoration: underline;
	transition: all 0.3s;
}

/* 新闻中心 */
.row_content li.news {
	width: 510px;
	margin-left: 40px;
}

.row_content li.news ul {
	width: 100%;
	padding-top: 4px;
	border-top: 3px solid #989898;
}

.row_content li.news ul li {
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #999999;
	border-bottom: 1px dashed #e5e5e5;
}

.row_content li.news ul li>div {
	float: left;
}

.row_content li.news ul li .news_time {
	width: 115px;
	text-align: left;
	padding-left: 15px;
}

.row_content li.news ul li .news_tit {
	width: calc(100% - 115px);
}

.row_content li.news ul li .news_tit a {
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
}

.row_content li.news ul li .news_tit a:hover {
	color: #008db7;
	transition: all 0.3s;
}

/* 图片轮播 */
.row_content li.img_box {
	float: right;
	width: 300px;
}

.zz_slider_box{
	height: 441px;
	background-color: #ffffff;
	padding: 0 9px;
	border: 3px solid rgba(0, 141, 183, 0.4);
	overflow: hidden;
}

#zz_slider01 {
	position: relative;
	/* 	width: calc(100% - 60px); */
	margin: 0 auto;

}

.cp_img_box {
	width: 276px;
	height: 435px;
	position: relative;
}

.cp_img_box img {
	width: 100%;
	height: 100%;
}

.cp_img_box p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	color: #008db7;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}

.row_content li.img_box:hover .cp_img_box p{
	opacity: 1;
	transition: all 0.3s;
}

/* .owl-carousel.owl-drag .owl-item {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
} */

.owl-carousel .owl-stage-outer {
	padding: 0;
}

.owl-theme .owl-nav {
	position: absolute;
	left: -9px;
	bottom: 34px;
	margin: 0;
	width: calc(100% + 18px);
	height: 2px;
	opacity: 0;
	transition: all 0.3s;
}

.owl-carousel .owl-nav button {
	width: 30px;
	height: 36px;
}

.owl-carousel .owl-nav button.owl-prev {
	float: left;
	margin-left: 0x;
}

.owl-carousel .owl-nav button.owl-next {
	float: right;
	margin-right: 0;
}

.owl-carousel .owl-nav button span {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 40px;
	line-height: 29px;
	background-color: #008db7;
}



.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
}

.owl-theme:hover .owl-nav {
	opacity: 1;
	transition: all 0.3s;
}

/* 友情链接 */
.link {
	float: left;
	width: 870px;
	margin-top: 20px;
}

.row_content .link .more {
	margin-top: -4px;
}

.link_list {
	border-top: 3px solid #989898;
}

.link_list li {
	float: left;
	margin-top: 24px;
	margin-right: 100px;
}

.link_list li a {
	width: auto;
	height: 36px;
}

.link_list li img {
	width: auto;
	height: 100%;
}

.row_content .link .more:hover {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s;
}


/* 内页 */

/* 内页大图 */
.ny_banner {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.ny_banner img {
	width: 100%;
	height: auto;
}

/* banner-end */
/* 内页 */
.page {
	width: 1200px;
	position: relative;
	z-index: 99;
	margin: 0 auto;
}

/* 员工登录 */

/* 内页定位 */
.page_add_box {
	width: 100%;
	height: 56px;
	background-color: #f7f7f7;
}

.page_add_box li.left {
	float: left;
	font-size: 12px;
	line-height: 56px;
	color: #666666;
	padding-left: 24px;
}

.page_add_box li.left a {
	display: inline-block;
	color: #666666;
	transition: all 0.3s;
}

.page_add_box li.left a:hover {
	color: #002870;
	transition: all 0.3s;
}

.page_add_box li.right {
	float: right;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 0 36px;
	background-color: #7a9099;
}

.page_add_box li.right span {
	font-size: 16px;
	font-weight: normal;
}

/* 内页定位 -员工登录*/
.page_add_box_download li.left {
	float: right;
	padding-left: 24px;
	padding-right: 24px;
}

.page_add_box_download li.right {
	float: left;
}

/* 搜索 */
.search_box {
	height: 32px;
	border: 1px solid #999999;
	margin-top: 12px;
}

.search_box .search_input {
	float: left;
	height: 30px;
	line-height: 30px;
}

.search_box .search_input input {
	width: 240px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding: 0 16px;
}

.search_box .search {
	float: right;
	width: 64px;
	height: 30px;
	background-color: #999999;
	cursor: pointer;
}

.search_box .search img {
	width: auto;
	height: 18px;
	margin-top: 6px;
	margin-left: 23px;
}

/* 内页导航 */
.ny_nav_box {
	width: 100%;
}

.ny_nav {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: flex; */
	width: 100%;
	background-color: #f0f0f0;
}

.ny_nav li {
	float: left;
	margin-right: 1px;
	/*-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%; */
}

.ny_nav li a {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	padding: 0 24px;
	transition: all 0.3s;
}

.ny_nav li:hover a,
.ny_nav li.active a {
	color: #ffffff;
	background-color: #008db7;
	transition: all 0.3s;
}

/* 内页二级导航 */
.ny_nav_02 {
	width: 100%;
	padding-top: 24px;
}

.ny_nav_02 li {
	float: left;
	margin-right: 20px;
	transition: all 0.3s;
}

.ny_nav_02 li a {
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 8px 24px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	transition: all 0.3s;
}

.ny_nav_02 li:hover a,
.ny_nav_02 li.active a {
	color: #ffffff;
	background-color: #002870;
	border: 1px solid #002870;
}

/* 内页导航-end */

/* 内页内容 */
.page_box {
	width: 100%;
	margin: 30px auto;
}

/* 关于我们首页 */
.page_about_home {
	width: 100%;
}

.page_about_home li {
	float: left;
	margin-right: 14px;
	position: relative;
}

.page_about_home li:last-child {
	margin-right: 0;
}

.page_about_home li.about01 {
	width: 528px;
	height: 278px;
}

.page_about_home li.about02 {
	width: 256px;
	height: 278px;
}

.page_about_home li img {
	width: 100%;
	height: 100%;
}

.page_about_home li .tit_box {
	position: absolute;
	color: #ffffff;
}

.page_about_home li .tit_box a {
	color: #ffffff;
	transition: all 0.3s;
}

.page_about_home li .tit_box a:hover {
	text-decoration: underline;
	transition: all 0.3s;
}

.page_about_home li.about01 .tit_box {
	top: 16px;
	left: 16px;
	width: 234px;
	height: 192px;
	padding: 16px;
	background-image: url(../images/img_about_01_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.page_about_home li.about01 .tit_box h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.page_about_home li.about01 .tit_box p {
	font-size: 13px;
	line-height: 22px;
	text-indent: 2em;
	text-align: justify;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.page_about_home li.about01 .tit_box a {
	font-size: 13px;
	margin-top: 13px;
}

.page_about_home li.about02 .tit_box {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	padding: 16px 16px 0;
	background-color: rgba(0, 0, 0, .6);
}

.page_about_home li.about02 .tit_box h1 {
	font-size: 14px;
	line-height: 1;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffffff;
}

.page_about_home li.about02 .tit_box a {
	font-size: 12px;
	line-height: 20px;
	/* text-indent: 2em; */
	margin-top: 10px;
	text-align: justify;
}

/* 企业简介 */
.page_about {
	width: 100%;
}

.page_about li {
	float: left;
}

.page_about li.left {
	width: 480px;
	height: 360px;
	position: relative;
}

.page_about li.left img {
	width: 100%;
	height: 100%;
}

.page_about li.left h1 {
	position: absolute;
	left: 40px;
	bottom: 0;
	width: auto;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	padding: 0 36px;
	background-color: #008db7;
}

.page_about li.right {
	float: right;
	width: 680px;
}

.page_about li.right p {
	font-size: 14px;
	color: #3f3f3f;
	line-height: 2;
	text-align: justify;
	margin-bottom: 10px;
}

.page_about li.right p span {
	font-size: 14px;
	color: #3f3f3f;
	line-height: 2;
}

/* 组织机构 */
.page_zz {
	width: 100%;
}

.page_zz img {
	width: 100%;
	height: auto;
}

/* 环境 */
.page_img_lbbox {
	cursor: pointer;
}

/* 荣誉资质 */
.page_img_lbbox img {
	height: 330px;
}

/* 公司管理范围 */
.page_fw {
	width: 100%;
	min-height: 360px;
}

.page_fw p {
	font-size: 14px;
	line-height: 2;
	color: #3f3f3f;
	text-align: justify;
}

/* 产品中心 */
.page_cp_list {
	width: 100%;
}

.page_cp_list li {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	margin-bottom: 24px;
}



.page_cp_list li a {
	width: 100%;
	height: auto;
	padding: 0 15% 24px;
	position: relative;
	transition: all .3s ease-in-out 0s;
	overflow: hidden;
}

.page_cp_list li a img {
	width: 100%;
	height: auto;
	transition: all .3s ease-in-out 0s;
}

.page_cp_list li a:hover img {
	transform: scale(1.05, 1.05);
	transition: all .3s ease-in-out 0s;
}

.page_cp_list li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #333333;
}

/* 产品详情 */
.page_cp_xq_box{
	width: 100%;
}

.page_cp_xq_box p{
	width: 100%;
}

.page_cp_xq_box p img{
	max-width: 55%;
	height: auto;
	margin: 0 auto;
}
.page_cp_tit_box {
	width: 100%;
	height: 56px;
	background-color: #f7f7f7;
}

.page_cp_tit_box li.left {
	float: left;
	font-size: 20px;
	/* font-weight: 300; */
	line-height: 56px;
	color: #008db7;
	padding-left: 24px;
}


.page_cp_tit_box li.right {
	float: right;
	height: 56px;
	line-height: 56px;
	text-align: center;
}

.page_cp_tit_box li.right a {
	font-size: 16px;
	color: #ffffff;
	padding: 0 48px;
	background-color: #7a9099;
	transition: all .3s ease-in-out 0s;
}

.page_cp_tit_box li.right a:hover {
	background-color: #008db7;
}

/* 新闻列表 */
.page_news {
	width: 100%;
}

.page_news_list {
	width: 100%;
}

.page_news_list li {
	width: 100%;
	margin-bottom: 16px;
}

.page_news_list li a {
	width: 100%;
	background-color: #f9f9f9;
	padding: 16px 0;
	transition: all .3s ease-in-out 0s;
}

.page_news_list li a>div {
	float: left;
}

.page_news_list li a .page_news_time {
	font-size: 14px;
	line-height: 30px;
	padding: 0 24px;
	color: #666666;
	opacity: .6;
	transition: all .3s ease-in-out 0s;
}

.page_news_list li a .page_news_tit {
	width: 942px;
	font-size: 14px;
	line-height: 30px;
	color: #454545;
	padding: 0 36px;
	border-left: 1px solid #cacaca;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s ease-in-out 0s;
}

.page_news_list li a:hover {
	background-color: #008db7;
	transition: all .3s ease-in-out 0s;
}

.page_news_list li a:hover .page_news_time {
	color: #ffffff;
	opacity: 1;
	transition: all .3s ease-in-out 0s;
}

.page_news_list li a:hover .page_news_tit {
	color: #ffffff;
	border-left: 1px solid #ffffff;
	transition: all .3s ease-in-out 0s;
}

/* 分页样式 */
.page_fenye {
	margin: 36px auto 48px;
}

.page_fenye .page_next {
	float: left;
}

.page_fenye .page_next a {
	display: block;
	width: 72px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	text-align: center;
	background-color: #e6e6e6;
	transition: all .3s ease-in-out 0s;
}

.page_fenye .page_next a:hover {
	color: #fff;
	background-color: #008db7;
}

.page_fenye .page_list {
	float: left;
	margin-left: 8px;
}

.page_fenye .page_list li {
	float: left;
	margin-right: 8px;
}

.page_fenye .page_list li a {
	display: block;
	width: 36px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #666666;
	text-align: center;
	background-color: #e6e6e6;
	transition: all .3s ease-in-out 0s;
}

.page_fenye .page_list li a:hover,
.page_fenye .page_list li a.active {
	color: #fff;
	background-color: #008db7;
}

/* 详情页统一 */

.page_xq .page_xq_box {
	width: 100%;
	background-color: #fff;
}

.page_xq .page_xq_box .go_back {
	width: 20%;
	height: 36px;
	margin: 36px 0 36px 80%;
}

.page_xq .page_xq_box .go_back a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background-color: #cccccc;
	border-radius: 2px;
	text-align: center;
	transition: all 0.3s;
}

.page_xq .page_xq_box .go_back a:hover {
	background-color: #008db7;
}

/* 新闻详情 */
.page_news_xq .news_xq_box .tit_box {
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #adadad;
	margin-bottom: 28px;
}

.page_news_xq .news_xq_box .tit_box .news_tit {
	font-size: 24px;
	color: #181818;
	line-height: 1;
}

.page_news_xq .news_xq_box .tit_box .news_time {
	font-size: 14px;
	color: #808080;
	line-height: 54px;
}

.page_news_xq .news_xq_box p {
	/* font-family: 'myFont01' !important; */
	font-size: 16px;
	color: #333333;
	line-height: 1.875;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 1.5em;
}

.page_news_xq .news_xq_box>img {
	max-width: 100%;
	height: auto;
	margin: 12px auto;
}

.page_news_xq .news_xq_box p>img {
	max-width: 100%;
	margin: 12px auto;
}

.page_news_xq .news_xq_box p span {
	font-family: 'myFont01' !important;
}

.page_news_xq .news_xq_box p span img {
	max-width: 100%;
	margin: 24px auto;
}

.page_news_xq .news_xq_box p span video {
	margin: 0 auto;
}

.page_news_xq .news_xq_box p table,
.page_news_xq .news_xq_box p table tbody,
.page_news_xq .news_xq_box table,
.page_news_xq .news_xq_box table tbody {
	width: 100%;
}

.page_news_xq .news_xq_box p table,
.page_news_xq .news_xq_box table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

.page_news_xq .news_xq_box p table th,
.page_news_xq .news_xq_box p table td,
.page_news_xq .news_xq_box table th,
.page_news_xq .news_xq_box table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.page_news_xq .news_xq_box p table th p,
.page_news_xq .news_xq_box p table td p,
.page_news_xq .news_xq_box table th p,
.page_news_xq .news_xq_box table td p {
	font-size: 16px;
	color: #333333;
	line-height: 3;
	text-align: center;
}

.page_news_xq .news_xq_box p a {
	color: #666666;
	transition: all 0.3s;
}

.page_news_xq .news_xq_box p a:hover {
	color: #008db7;
	text-decoration: underline;
	transition: all 0.3s;
}

.page_news_xq .news_xq_box .news_bottom {
	width: 100%;
	border-top: 1px solid #adadad;
	padding: 24px 0;
}

.page_news_xq .news_xq_box .news_bottom li.left {
	float: left;
}

.page_news_xq .news_xq_box .news_bottom li.right {
	float: right;
}

.page_news_xq .news_xq_box .news_bottom li a {
	font-size: 16px;
	color: #666666;
	line-height: 1;
	transition: all 0.3s;
}

.page_news_xq .news_xq_box .news_bottom li a:hover {
	color: #008db7;
}

/* 楼宇招商 */
.page_ly {
	width: 100%;
}

.page_ly img {
	max-width: 100%;
	margin: 0 auto;
}

.page_ly p {
	font-size: 14px;
	line-height: 2;
	color: #3f3f3f;
	text-align: justify;
}

/* 人力资源 */
.page_hr {
	width: 100%;
}

.page_hr>li {
	float: left;
}

.page_hr>li.left {
	width: 360px;
	height: auto;
}

.page_hr>li.left img {
	width: 100%;
	height: auto;
}

.page_hr>li.right {
	float: right;
	width: 668px;
}

.page_hr>li.right p {
	font-size: 14px;
	line-height: 2;
	color: #3f3f3f;
	text-align: justify;
}

.page_hr>li.right p strong {
	font-size: 15px;
	color: #002870;
}

.page_hr table {
	width: 100%;
	text-align: center;
	border: 1px solid #cccccc;
}

.page_hr table th {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 10px 0;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
}

.page_hr table td {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 10px 12px;
	border: 1px solid #cccccc;
}

.page_hr table td a {
	color: #666666;
	transition: all .3s ease-in-out 0s;
}

.page_hr table td a:hover {
	color: #002870;
	text-decoration: underline;
	transition: all .3s ease-in-out 0s;
}

/* 公司文化 */
.page_wh {
	width: 100%;
}

.wh_list {
	width: 100%;
	padding-bottom: 36px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 36px;
}

.wh_list li {
	float: left;
}

.wh_list li.left {
	width: 380px;
	height: auto;
}

.wh_list li.left img {
	width: 100%;
	height: auto;
}

.wh_list li.right {
	float: right;
	width: 560px;
}

.wh_list li.right p {
	font-size: 14px;
	line-height: 2;
	color: #3f3f3f;
	text-align: justify;
}

.wh_list li.right p span {
	color: #af010f;
}

/* 职工园地 */
.page_wh01 {
	width: 100%;
}

.page_wh01>p {
	font-size: 14px;
	line-height: 2;
	color: #3f3f3f;
	text-align: justify;
	margin-bottom: 24px;
}

.page_cp .page_cp_list {
	width: 100%;

}

.page_cp .page_cp_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 9px 9px 0 9px;
	transition: all .3s ease-in-out 0s;
	overflow: hidden;
}

.page_cp .page_cp_list li:nth-child(3n) {
	margin-right: 0;
}

.page_cp .page_cp_list li .page_cp_img_box {
	width: 100%;
	overflow: hidden;
}

.page_cp .page_cp_list li .page_cp_img_box img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.04, 1.04);
	-moz-transform: scale(1.04, 1.04);
	transform: scale(1.04, 1.04);
	transition: all .5s ease-in-out 0s;
}

.page_cp .page_cp_list li .page_cp_tit {
	width: 100%;
}

.page_cp .page_cp_list li .page_cp_tit a {
	display: block;
	width: 100%;
	height: 44px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 44px;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .5s ease-in-out 0s;
}

.page_cp .page_cp_list li:hover .page_cp_tit a {
	color: #002870;
}

.page_cp .page_cp_list li:hover {
	border: 1px solid #002870;
}

.page_cp .page_cp_list li:hover .page_cp_img_box img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	transition: all .5s ease-in-out 0s;
}

/* 联系我们 */
/* 地图 */
#map {
	width: 100%;
	height: 520px;
	border: 1px solid #e5e5e5;
}

.BMap_scaleCtrl {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.BMap_cpyCtrl {
	display: none;
}

.BMap_bubble_title {
	font-size: 16px !important;
	line-height: 2 !important;
	color: #d81617 !important;
	border-bottom: 1px solid #313131;
}

.BMap_bubble_content {
	font-size: 12px !important;
	line-height: 2 !important;
	color: #4d4d4d !important;
}

.BMap_bubble_content>div>div span {
	display: inline-block;
}

.BMap_bubble_content>div>div span img {
	display: inline-block;
}

.BMapLabel {
	margin-top: 24px;
	padding: 4px !important;
	color: #fff !important;
	background-color: #008cd7 !important;
	border-radius: 4px !important;
	border-color: #008cd7 !important;
	display: none !important;
}

.BMap_stdMpCtrl {
	display: none;
}

.anchorBL {
	bottom: 0 !important;
}

.BMap_pop {
	display: block;
}

/* 公文中心 */
/* 公文首页 */
.page_download_home {
	width: 100%;
}

.page_download_home>li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	/* border-top: 1px solid #e5e5e5; */
	margin-bottom: 36px;
	position: relative;
}

.page_download_home>li:nth-child(1) {
	width: 100%;
	margin-right: 0;
}

.page_download_home>li:nth-child(3) {
	margin-right: 0;
}

.page_download_home>li .more {
	position: absolute;
	top: 7px;
	right: 16px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	opacity: .8;
	transition: all 0.3s;
}

.page_download_home>li .more:hover {
	opacity: 1;
	transition: all 0.3s;
}

.page_download_home>li>h1 {
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	padding-left: 16px;
	/* background-color: #002870; */
	background-color: rgba(0, 40, 112, .9);
}

.page_download_home>li ul {
	width: 100%;
	/* border-top: 1px solid #e5e5e5; */
}

.page_download_home>li ul li {
	width: 100%;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	color: #999999;
	border-bottom: 1px dashed #e5e5e5;
}

.page_download_home>li ul li>div {
	float: left;
}

.page_download_home>li ul li .bianhao {
	width: 32px;
	padding-right: 10px;
}

.page_download_home>li ul li .news_time {
	width: 70px;
	text-align: right;
}

.page_download_home>li ul li .bumen {
	width: 100px;
	text-align: center;
}

.page_download_home>li ul li .news_tit {
	width: calc(100% - 202px);
}

.page_download_home>li ul li .news_tit a {
	width: 100%;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
}

.page_download_home>li ul li .news_tit a:hover {
	color: #002870;
	text-decoration: underline;
	transition: all 0.3s;
}

/* 通讯录 */
.txl_box {
	width: 100%;
	margin-top: 36px;
}

.txl_box img {
	width: 100%;
}

/* 公告 */
.page_download {
	width: 100%;
}

.page_download table {
	width: 100%;
	color: #666666;
	text-align: center;
	border-collapse: collapse;
}

.page_download table,
.page_download td,
.page_download th {
	border: 1px solid #cccccc;
}

.page_download th {
	height: 48px;
	font-size: 15px;
	line-height: 48px;
	background-color: #f2f2f2;
}

.page_download th:nth-child(1) {
	width: 80px;
}

.page_download th:nth-child(3) {
	width: 112px;
}

.page_download th:nth-child(4) {
	width: 100px;
}

.page_download th:nth-child(5) {
	width: 64px;
}

.page_download th:nth-child(6) {
	width: 64px;
}

.page_download td {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 16px;
}

.page_download td img {
	width: auto;
	height: 20px;
	margin: 0 auto;
}

.page_download tr td:nth-child(2) {
	text-align: left;
}

.page_download td a:hover {
	color: #002870;
	text-decoration: underline;
	transition: all 0.3s;
}

/* 内页内容-end */

/* 内页-end */
/* 底部信息 */
.footer_box {
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
}

.copy_box {
	width: 1200px;
	margin: 0 auto;
}

.copy_box .left {
	float: left;
}

.copy_box .right {
	float: right;
}

.copy_box li {
	font-size: 14px;
	line-height: 44px;
	color: #666666;
	transition: all 0.3s;
}

.copy_box li a {
	display: inline-block;
	color: #666666;
	padding-left: 12px;
}

.copy_box li img {
	display: inline-block;
	width: auto;
	height: 14px;
	margin: 15px 6px 0 0;
}

.copy_box li a:hover {
	color: #008db7;
	transition: all 0.3s;
}