﻿@charset "utf-8";
@import url('iconfont/iconfont.css');
@import url('common.css');
@import url('index.css');
@import url('guestbook.css');
@import url('lists_single_service.css');
/* CSS Document */

/* ---------------默认样式---------- */
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto';
	color: #212121;
}
div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
table,
tr,
contacttd {
	margin: 0px;
}
ul,
li {
	list-style-type: none;
	padding: 0;
}
em {
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #212121;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}

/* -----------头部分割线----------start------ */
.head {
	display: block;
	width: 100%;
	height: 100px;
	background: #fff;
}
.head .headFixed {
	position: fixed;
	display: block;
	width: 100%;
	height: 100px;
	background: #fff;
	top: 0px;
	z-index: 999;
}
.head .boxes {
	gap: 3%;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', SimSun, SimHei;
}
.headLogo {
	display: flex;
	margin: 0 0 4px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	height: 100%;
}
.headLogo > img {
	height: 85px;
}
#nav_menu {
	gap: 6%;
}
#nav_menu > li {
	position: relative;
	transition: all 2s ease-out 0s;
}
#nav_menu > li > a {
	font-size: 17px;
	display: inline-block;
	transition: 0.3s ease-in-out;
	text-align: center;
	padding-bottom: 15px;
	color: #333;
	font-weight: 600;
}
#nav_menu > li:hover > a {
	color: rgba(0, 102, 204);
	border-bottom: 1px solid rgba(0, 102, 204);
}
#nav_menu > li > ul {
	width: 180px;
	position: absolute;
	top: 32px;
	background: #fff;
	display: block;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out 0s;
	transform: translate3d(-50%, 10px, 0px);
	-moz-transform: translate3d(-50%, 10px, 0px);
	-webkit-transform: translate3d(-50%, 10px, 0px);
	opacity: 0;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	z-index: 999;
	left: 50%;
}
#nav_menu > li:hover > ul {
	opacity: 1;
	height: auto;
	visibility: visible;
	overflow: ;
	transform: translate3d(-50%, 0px, 0px);
	-moz-transform: translate3d(-50%, 0px, 0px);
	-webkit-transform: translate3d(-50%, 0px, 0px);
}
#nav_menu > .nav_menu-item2 > ul {
	width: 363px;
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
#nav_menu > .nav_menu-item2 > ul > li {
	width: 180px;
	line-height: 50px;
}
#nav_menu > .enVersion.nav_menu-item2 > ul {
	width: 449px;
}
#nav_menu > .enVersion.nav_menu-item2 > ul > li {
	width: 223px;
}

#nav_menu li ul li {
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#nav_menu > li > ul > li > a {
	font-size: 14px;
	color: #333;
	line-height: 50px;
	display: block;
	font-weight: 600;
	text-align: center;
}
#nav_menu > li > ul > li > a:hover {
	background: rgba(0, 102, 204);
	color: #fff;
}
.searchBox {
	margin-bottom: 15px;
	position: relative;
}
.searchBox > i {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	cursor: pointer;
}
.searchBox > i:hover {
	color: rgba(0, 102, 204);
}
.Link {
	text-align: center;
	margin-bottom: 15px;
	gap: 8px;
	border-radius: 100px;
	border: 1px solid #333;
	height: 30px;
	padding: 0 10px;
	color: #333;
	font-weight: 500;
}
.Link > i {
	font-size: 26px;
}
.Link > span {
	font-size: 14px;
}
.Link:hover {
	border: 1px solid rgba(0, 102, 204);
	color: rgba(0, 102, 204);
}
.navhover .top_nav {
	color: rgba(0, 102, 204) !important;
	border-bottom: 1px solid rgba(0, 102, 204);
}
/* -----------头部分割线----------end------ */

/* -----------尾部分割线----------start------ */
.footer {
	width: 100%;
	overflow: hidden;
	background: #005ead;
}
.footer .media {
	height: 120px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.1);
	gap: 50px;
}
.footer .media > span {
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.1);
}
.footer .media > span > i {
	font-size: 32px;
}
.footer .media > span:nth-of-type(1) {
	background-color: #de1f26;
}
.footer .media > span:nth-of-type(2) {
	background-color: #3b5999;
}
.footer .media > span:nth-of-type(3) {
	background-color: #00acee;
}
.footer .media > span:nth-of-type(4) {
	background-color: #007bb6;
}
.footer .media > span:nth-of-type(5) {
	background-color: #f36523;
}
.footerCon {
	gap: 3%;
	box-sizing: border-box;
	padding: 42px 0 20px;
}
.footerCon img {
	width: 210px;
	object-fit: none;
}
.footerCon .footerContact {
	/* width: 25%; */
}
.footerCon .enVersion {
	width: 25%;
}
.footerCon .footerNav h2 {
	font-size: 18px;
	text-align: left;
	color: #fff;
}
.footerCon .footerNav > li {
	line-height: 36px;
	color: #ccc;
	text-align: left;
}
.footerCon .footerNav > li > img {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 130px;
	height: 130px;
}
.footerCon .footerNav > li > a {
	color: #ccc;
}
.footerCon .footerNav > li > a:hover {
	color: #ffcc00;
}
.footerCon .footerNavlines {
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	align-content: flex-start;
}
.footerCon .footerNavlines > a {
	width: 50%;
	line-height: 40px;
	color: #ccc;
}
.footerCon .footerNavlines > a:hover {
	color: #ffcc00;
}
.footerCon .footerNavlines > h2 {
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}
.footerCon .code2d img {
	width: 130px;
	height: 130px;
	object-fit: cover;
}
.footerCon .code2d p {
	text-align: center;
	color: #ccc;
	padding: 10px 0;
}

.footer .support {
	background: rgba(0, 102, 204);
	line-height: 50px;
}
.footer .support > span,
.footer .support > span > a {
	color: #ccc;
}

.footer .support > span > a:hover {
	color: #ffcc00;
}
/* -----------尾部分割线----------end------ */
/* -----------页面站点分割线----------start------ */
.zhandian {
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 60px;
	height: 60px;
}
.zhandian .weizhi {
	gap: 10px;
}
.zhandian .weizhi i {
	font-size: 16px;
	color: #263d7b;
}
.zhandian .weizhi > div > a {
	color: #666;
}
.zhandian .weizhi > div > a:hover {
	color: #263d7b;
}
.clmNav_list {
	gap: 24px;
}
.clmNav_list .clmNav1li a {
	font-size: 16px;
	color: #333;
	border-bottom: 1px rgba(0, 0, 0, 0) solid;
	display: block;
}
.clmNav_list .clmNav1li:hover a {
	color: #263d7b;
	border-color: #263d7b;
}
.clmNav_list .clmNav1li a.currclass {
	color: #263d7b;
	border-color: #263d7b;
}
/* -----------页面站点分割线----------end------ */
/* -----------搜索按钮分割线----------start------ */
.searchInfo {
	position: absolute;
	top: 73px;
	left: 50%;
	margin-left: -150px;
	background: #fff;
	z-index: 999;
	padding: 20px;
	width: 0;
	transition: all 0.4s;
	overflow: hidden;
	visibility: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 1px 1px 10px 1px rgb(0, 0, 0, 0.2);
}
.searchInfo .closeBox {
	padding-bottom: 20px;
}
.searchInfo .closeBox > i.close {
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}
.searchInfo .closeBox > i.close:hover {
	color: #ffcc00;
	cursor: pointer;
	animation: rotate 3s infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.searchInfo .searchForm > i {
	font-size: 20px;
	color: rgba(0, 102, 204);
}
.searchInfo .searchForm {
	border-bottom: 1px solid rgba(0, 102, 204);
	padding-bottom: 4px;
}
.searchInfo .searchForm .search {
	outline: none;
	flex: 1;
	font-size: 16px;
	border: none;
	color: rgba(0, 102, 204);
	padding: 0 10px;
}
.searchInfo .searchForm .search::placeholder {
	color: #999;
}
.searchInfo .searchForm .submit {
	outline: none;
	font-size: 16px;
	padding: 0;
	border: none;
	background: #fff;
	cursor: pointer;
	color: rgba(0, 102, 204);
}
.searchInfo .searchForm .submit:hover {
	color: #ffcc00;
}
/* -----------搜索按钮分割线----------end------ */

/* -----------联系我们分割线----------start------ */
.contact {
	padding: 40px 0;
}
.contact .content {
	height: 350px;
}
.contact .lxmap {
	margin-top: 25px;
}
.lxmap #map {
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
	font-size: 12px;
}

/* -----------联系我们分割线----------end------ */
/* -----------公司简介分割线----------start------ */
.nAbout {
	padding: 20px 0;
}
/* -----------公司简介分割线----------end------ */
/* -----------内页内容----------start------ */
.list_left {
	float: left;
	width: 310px;
}
.list_left .pro_titile {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	text-align: center;
	background-color: #263d7b;
}
.list_left .pro_titile i {
	color: #fff;
}
.list_left .pro_titile h2 {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.list_left .clmNav1 .clmNav1li {
	padding: 15px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background-color: #263d7b;
}
.list_left .clmNav1 .clmNav1li a {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.list_left .clmNav1 .clmNav1li:hover,
.list_left .clmNav1 .currclass > div {
	background: #f4f4f4;
}

.list_left .clmNav1 .clmNav1li:hover a,
.list_left .clmNav1 .currclass a {
	color: #263d7b;
}
.list_left .clmNav1 .clmNav1li i {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.list_left .clmNav1 .clmNav1li:hover i,
.list_left .clmNav1 .currclass i {
	color: #263d7b;
}

.list_left .clmNav2 {
	padding: 2px 0 4px;
}
.list_left .clmNav2:last-child {
	padding: 2px 0 0;
}
.list_left .clmNav2 .clmNav2li {
	font-size: 16px;
	line-height: 50px;
	padding: 0 30px;
	margin-bottom: 1px;
	background: #263d7b;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.list_left .clmNav2 .clmNav2li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.list_left .clmNav2 .clmNav2li:hover,
.list_left .clmNav2 .currclass {
	background: #f4f4f4;
}
.list_left .clmNav2 .clmNav2li:hover a,
.list_left .clmNav2 .currclass a {
	color: #263d7b;
}

.list_right {
	float: right;
	width: calc(100% - 4% - 310px);
	box-sizing: border-box;
}
.list_top_w {
	width: 100%;
}
.list_top_w .title {
	font-size: 22px;
	color: #343434;
	line-height: 52px;
	background: #f4f4f4;
	padding-left: 16px;
	margin-bottom: 20px;
	border-left: 3px solid #263d7b;
}
.list_top_w .title h2 {
	font-size: 22px;
	font-weight: normal;
}

/* 内页产品中心 */
.list_product_contact {
	overflow: hidden;
	gap: 2%;
}
/* .list_product_contact > p {
	font-size: 15px;
	color: #666;
	line-height: 33px;
}
.list_product_contact .border {
	font-size: 15px;
	color: #666;
	line-height: 33px;
} */
.list_product_contact li {
	width: calc(96% / 3);
	margin-bottom: 45px;
	display: block;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}
.list_product_contact li * {
	transition: 0.3s all ease-in-out;
}
.list_product_contact li .nProductImg {
	overflow: hidden;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #ebebeb;
}
.list_product_contact li .nProductImg img {
	width: 100%;
	display: block;
	height: 320px;
	object-fit: contain;
}
.list_product_contact li:hover .nProductImg img {
	transform: scale(1.3);
	transition: opacity 0.8s, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.list_product_contact li .nProductArt {
	width: 100%;
	padding: 14px 0;
	text-align: center;
}
.list_product_contact li .nProductArt h2 {
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0f3246;
	transition: 0.5s;
}
.list_product_contact li .nProductArt p {
	padding-top: 5px;
	font-size: 14px;
}
.list_product_contact li:hover {
	border: 1px solid #263d7b;
}
.list_product_contact li:hover .nProductArt {
	background-color: #263d7b;
}
.list_product_contact li:hover .nProductArt h2 {
	color: #fff;
}
.list_product_contact li:hover .nProductArt p {
	color: #eee;
}

/* 内页图片列表 */
.list_content .tip {
	margin-top: 100px;
	position: relative;
	text-align: center;
}
.list_content .tip::before {
	display: block;
	content: '';
	width: 2px;
	background-color: #b99d66;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	top: -50px;
}
.list_content .tip::after {
	display: block;
	content: '';
	width: 2px;
	background-color: #b99d66;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 20px;
	bottom: -20px;
}
.list_content .num {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	background-color: #b99d66;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
}
.list_content .name {
	color: #b99d66;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 48px;
}
.list_content .detail {
	margin-top: 40px;
}
.list_contact_img {
	font-size: 0;
	margin-top: 30px;
}
.list_contact_img > p {
	font-size: 15px;
	color: #666;
	line-height: 33px;
}
.list_contact_img ul::after {
	content: '';
	display: block;
	clear: both;
}
.list_contact_img li {
	float: left;
	margin: 0 1% 2% 1%;
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 31.33%;
	transition: 0.5s;
	vertical-align: top;
}
.list_contact_img li:hover {
	box-shadow: 0px 0px 0px 1px rgb(255 0 0 / 20%);
}
.list_contact_img li .nylist_pic {
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-bottom: 0;
}
.list_contact_img li .nylist_pic img {
	width: 100%;
	height: 254px;
	transition: ease-in-out 0.25s all;
	object-fit: cover;
}
.list_contact_img li:hover .nylist_pic img {
	transform: scale(1.1);
}
.list_contact_img li .nylist_tit {
	width: 100%;
	overflow: hidden;
	line-height: 46px;
	font-size: 16px;
	z-index: 0;
	position: relative;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.list_contact_img li:hover .nylist_tit {
	background-color: #b99d66;
	color: #fff;
}
.list_contact_img li .nylist_tit h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #3e3e3e;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_contact_img li .nylist_tit p {
	font-size: 14px;
	line-height: 28px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.list_contact_Quali {
	font-size: 0;
	margin-top: 30px;
}
.list_contact_Quali > p {
	font-size: 15px;
	color: #666;
	line-height: 33px;
}
.list_contact_Quali li {
	width: 23%;
	float: left;
	margin: 0 2% 30px 0;
	text-align: center;
	padding: 10px 10px 0 10px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 3px solid #ddd;
	position: relative;
	box-sizing: border-box;
}
.list_contact_Quali li:hover {
	background: #eee;
	box-shadow: 0 1px 10px #999;
}
.list_contact_Quali li::before {
	content: '';
	position: absolute;
	height: 3px;
	bottom: -3px;
	left: 0;
	transition: all 0.5s;
	width: 0;
}
.list_contact_Quali li:hover::before {
	width: 100%;
	background: #b99d66;
	transition: all 0.5s;
}
.list_contact_Quali li img {
	width: 100%;
	vertical-align: middle;
	height: auto;
}
.list_contact_Quali li .nylist_tit {
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 10px 0;
	color: #555;
}
/* -----------内页内容----------end------ */
/* -----------产品内容页分割线----------start------ */
.list_right_product {
	width: 900px;
	float: right;
}
#list_product_content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	box-sizing: border-box;
	background: #fff;
}
.show_left {
	float: left;
	width: 52%;
}
.show_right {
	width: 43%;
	float: right;
}
.prodtitle h2 {
	overflow: hidden;
	font-size: 24px;
	color: #0f3246;
	line-height: 35px;
	margin-bottom: 30px;
}
.show_right li {
	line-height: 35px;
	overflow: hidden;
	display: block;
	background: url(pdf.jpg) left no-repeat;
	padding-left: 28px;
}
.show_right .d_contact {
	height: auto;
	overflow: hidden;
	line-height: 33px;
	font-size: 18px;
	color: #666;
	margin-top: 5px;
}
.show_right .d_contact > p {
	font-size: 16px;
	color: #666;
	line-height: 33px;
	margin-bottom: 10px;
	font-weight: bold;
}
.show_right .d_contact::-webkit-scrollbar {
	display: none;
}
.show_right .nProductTel {
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: relative;
	margin-top: 35px;
}
.show_right a.nProductZx {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #0f3246;
	background: #dcdcdc;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.35s ease;
	width: 50%;
}
.show_right a.nProductZx:hover {
	background-color: #000;
	color: #fff;
}
.show_right a.nProductZx span {
	display: inline-block;
	vertical-align: middle;
	/* transform: translate(11px); */
	transition: all 0.35s ease;
}
.show_right a.nProductZx:hover span {
	transform: translate(0);
}
.show_right a.nProductZx i {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url(/img/nProductZxi.png) no-repeat center;
	margin-left: 12px;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	transition: all 0.35s ease;
}
.show_right a.nProductZx:hover i {
	color: #fff;
	visibility: initial;
	filter: alpha(opacity=100);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
#list_info {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dee2e6;
	position: relative;
}
#list_info .detailed {
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	line-height: 50px;
	color: #0f3246;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
}
#list_info .detailed::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #003399;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	transition: all 0.3s linear;
}
#list_info .detailed:hover::after {
	width: 100%;
	left: 0;
	right: initial;
	transition: all 0.3s linear;
}
.products_show_2 .contact {
	font-size: 16px;
	color: #0f3246;
	line-height: 30px;
	min-height: 191px;
	background-color: #f5f5f5;
	padding: 20px;
}
.products_show_2 #next {
	font-size: 14px;
	padding: 20px 0;
	color: #969696;
	border: none;
}
/* -----------产品内容页分割线----------end------ */

.clear {
	clear: both;
}
.upfile {
	border: 1px solid #ccc;
	height: 28px;
	margin-top: 10px;
	width: 98%;
}
.w1600 {
	width: 1600px;
	max-width: 95%;
	margin: auto;
}
.w1500 {
	width: 1500px;
	max-width: 95%;
	margin: auto;
}
.w1200 {
	width: 1200px;
	max-width: 95%;
	margin: auto;
}
.w_max {
	width: 100%;
	max-width: 95%;
	margin: auto;
}

.n_banner {
	margin: 0 auto;
	width: 100%;
	height: 350px;
	background: url(/img/n_banner.jpg) center no-repeat;
	position: relative;
	background-color: #666;
}
.Nbanner {
	color: #fff;
	position: relative;
}
.Nbanner img {
	width: 100%;
}
.Nbanner .name {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
}
.Nbanner .name p {
	font-size: 30px;
}

/* 内页新闻 */
.list_news {
	font-size: 0;
	margin-top: 20px;
}
.list_news li {
	width: 100%;
	height: 243px;
	margin-bottom: 46px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.list_news li .main_newsimg {
	width: 24.4%;
	height: 100%;
	overflow: hidden;
}
.list_news li .main_newsimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.list_news li:hover .main_newsimg img {
	transform: scale(1.1);
}
.list_news li .main_news_right {
	width: 75.6%;
	height: 100%;
	background-color: #f9f9f9;
	padding: 0 54px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
}
.list_news li .main_news_title {
	width: 570px;
}
.list_news li .main_news_title h2 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}
.list_news li:hover .main_news_title h2 {
	color: #003399;
}
.list_news li .main_news_title p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 30px;
}
.list_news li .main_news_title .main_news_gengduo {
	width: 85px;
	height: 27px;
	border: 1px solid #e5e5e5;
	padding: 0 9px;
	color: #b2b2b2;
	font-size: 14px;
	font-family: futura;
	text-transform: uppercase;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
	transition: 0.3s;
}
.list_news li:hover .main_news_title .main_news_gengduo {
	border-color: #003399;
	color: #003399;
}
.list_news li .main_news_title .main_news_gengduo img {
	vertical-align: middle;
}
.list_news li .main_news_date {
	text-align: center;
}
.list_news li .main_news_date h2 {
	color: rgba(32, 32, 32, 0.5);
	font-size: 36px;
	font-weight: normal;
}
.list_news li .main_news_date p {
	color: #b2b2b2;
	font-size: 14px;
}

/* 新闻内容 */
.list_box_news {
	padding: 15px 0 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.list_left_news {
	width: 70%;
	position: relative;
	box-sizing: border-box;
}
.list_center_news {
	width: 100%;
	border: none;
	padding-top: 0;
}
.list_center_news .title {
	color: #333;
	font-size: 28px;
	height: auto;
	text-align: center;
	font-weight: bold;
}
.list_center_news .date {
	margin-top: 20px;
	text-align: center;
}
.list_center_news .date span {
	color: #666;
	font-size: 14px;
	margin: 0 15px;
}
.list_left_news .nNewsfanhui {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.list_left_news .nNewsfanhui img {
	background-color: #fff;
}
.list_right_news {
	width: 25%;
}
.list_contact_title {
	padding: 30px 0;
	/* border-bottom: 2px solid #ebebeb; */
	/* border-top: 2px solid #ebebeb; */
}
.list_left_news .title h2 {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 25px;
}
.list_left_news .date span {
	color: #888;
	font-size: 14px;
	margin-right: 30px;
	display: inline-block;
}
.list_left_news .contact {
	margin-top: 20px;
	line-height: 28px;
	color: #333;
	font-size: 15px;
}
.list_left_news .contact p {
	margin-bottom: 10px;
}
.list_left_news .contact img {
	max-width: 100%;
}
.list_left_news #next {
	margin-top: 20px;
	border-top: 2px solid #ebebeb;
	line-height: 70px;
}
.list_left_news #next .fl {
	float: left;
	width: 50%;
	padding-left: 50px;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
}
.list_left_news #next .fr {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
}
.list_left_news #next .fl > i,
.list_left_news #next .fr > i {
	font-size: 12px;
	padding: 0 10px;
}
.nNewswenzhan_til {
	margin-bottom: 15px;
}
.nNewswenzhan_til .tilen {
	color: rgba(192, 192, 192, 0.2);
	font-size: 36px;
	text-transform: uppercase;
}
.nNewswenzhan_til h2 {
	margin-top: -20px;
	color: #666;
	font-size: 20px;
}
.nNewswenzhan_con {
	width: 100%;
}
.nNewswenzhan_con a {
	display: block;
	width: 100%;
	padding: 20px 0 25px;
	border-bottom: 2px solid #f5f5f5;
	transition: 0.3s;
}
.nNewswenzhan_con a:hover {
	border-color: #b99d66;
}
.nNewswenzhan_con a p {
	color: #b2b2b2;
	font-size: 15px;
	margin-bottom: 8px;
}
.nNewswenzhan_con a h2 {
	color: #606060;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	transition: 0.3s;
}
.nNewswenzhan_con a:hover h2 {
	color: #b99d66;
}

/* 搜索 */
.SearchmainC {
	background: #f7f7f7;
}
.nSearchTitle {
	padding: 20px 0;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	color: #595959;
}
.nSearchArt li {
	margin-bottom: 20px;
	background-color: #fff;
	transition: 0.3s;
	position: relative;
}
.nSearchArt li:hover {
	background: #263d7b;
	color: #fff;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.nSearchArt li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 30px 25px 50px;
	color: #333;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.nSearchArt li:hover a {
	color: #fff;
}
.nSearchArt li span {
	color: #888888;
	position: absolute;
	right: 30px;
	top: 28px;
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.jqzoom img {
	width: 100%;
	max-width: 100%;
	border: solid 1px #d6d6d6;
}
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff /*url(zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 100%;
}
.spec-preview:after {
	content: '';
	display: block;
	clear: both;
}
.spec-scroll {
	clear: both;
	margin-top: 5px;
}
.spec-scroll .prev,
.spec-scroll .next {
	border: 1px solid #d6d6d6;
	display: block;
	text-align: center;
	width: 30px;
	height: 118px;
	line-height: 118px;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
}
.spec-scroll .prev {
	float: left;
	background: url(/img/n_left_i2.png) no-repeat center #fff;
}
.spec-scroll .next {
	float: right;
	background: url(/img/n_right_i2.png) no-repeat center #fff;
}
.spec-scroll .prev:hover {
	background: url(/img/n_left_i1.png) no-repeat center #fff;
}
.spec-scroll .next:hover {
	background: url(/img/n_right_i1.png) no-repeat center #fff;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: 90.3%;
	height: 118px;
	overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 9999px;
	height: 118px;
}
.spec-scroll .items ul li {
	float: left;
	width: 118px;
	text-align: center;
	margin-right: 10px;
}
.spec-scroll .items ul li img {
	border: 1px solid #d6d6d6;
	width: 118px;
	height: 118px;
	cursor: pointer;
	box-sizing: border-box;
}
.spec-scroll .items ul li img:hover {
	border-color: #b99d66;
}
.spec-scroll .items ul li img.hover {
	border-color: #b99d66;
}

/*分页*/
.pagination {
	font-size: 14px;
	font-family: '微软雅黑';
	color: #212121;
	padding: 10px 0;
}
.pagination li {
	color: #fff;
	background: #fff;
	margin: 0px 3px;
	border: 1px solid #dcdddd;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
}
.pagination li.active {
	background: #263d7b;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.pagination li.active a {
	color: #fff;
}

/*右边浮动*/
.floating_ck {
	position: fixed;
	right: 0px;
	z-index: 99999999;
	bottom: 45px;
	right: 25px;
}
.floating_ck .index_mobile {
	margin-bottom: 1px;
}
.floating_ck .index_mobile span {
	position: absolute;
	left: -120px;
	top: 0;
	width: 120px;
	height: 120px;
	background-color: rgba(0, 102, 204, 0.9);
	border-bottom: solid 1px rgba(0, 102, 204, 0.9);
	display: none;
	transition: 0.5s;
}
.floating_ck .index_mobile:hover span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.floating_ck .index_mobile span i {
	display: block;
	width: 110px;
	height: 110px;
	background-size: 100% 100% !important;
	/* background-color: #fff; */
}
/* 向上动画 */
.floating_ck .return,
.floating_ck .index_mobile {
	width: 54px;
	height: 54px;
	display: block;
	/* overflow: hidden; */
}
.floating_ck .boxIcon {
	width: 54px;
	height: 54px;
	display: block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.floating_ck .boxIcon > div {
	width: 108px;
	height: 54px;
	position: absolute;
	transition: all 0.5s ease-out;
	left: -54px;
}
.floating_ck .boxIcon > div > i {
	color: #fff;
	height: 54px;
	width: 54px;
	line-height: 54px;
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	background-color: rgba(0, 102, 204, 0.9);
}
.floating_ck .boxIcon > div > i:nth-child(2) {
	background-color: #7f7f7f;
}
.floating_ck .boxIcon > div:hover {
	left: 0px;
}

