* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
textarea,
img {
	border: 0;
	margin: 0;
	padding: 0;
}

/** 设置默认字体 **/
body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 14px/1.5 Arial, 'Microsoft YaHei';
	color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em {
	font-style: normal;
}

/** 重置列表元素 **/
ul,
li,
ol {
	list-style: none;
}

/** 重置超链接元素 **/
a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #03559c;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

/** 重置图片元素 **/
.fl {
	float: left;
}

.fr {
	float: right;
}
.cls{
	clear: both;
}

/** 重置表格元素 **/
table {
	border-collapse: collapse;
}

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

.top_bg {
	width: 100%;
	height: 90px;
	margin: auto;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 0 20px rgba(158, 158, 158, .3);
}

.w1400 {
	width: 95%;
	max-width: 1400px;
	margin: auto;
}

.logo {
	float: left;
	margin-top: 25px;
	width:300px;
}
.logo img{
	width:100%;
}
/* PC导航部分 */
.navMenu {
	float: right;
}

.navMenu>li {
	float: left;
	position: relative;
	line-height: 90px;
	height: 90px;
	font-size: 16px;
}

.navMenu>li>a {
	padding: 0 20px;
	color: #333;
	text-transform: uppercase;
	display: block;
}

.navMenu>li>a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #03559c;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -4px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.navMenu>li:hover>a:after,
.navMenu>li.on>a:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navMenu>li>a:hover,
.navMenu>li.on>a {
	color: #03559c;
	font-weight: bold;
}

.navMenubox {
	float: right;
}

.navMenu>li {
	position: relative;
}

.navMenu>li>ul.sub-menu {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 90px;
	z-index: 3;
	display: none;
	background: #fff;
	width: 160px;
	box-shadow: 0 5px 10px #333;
}

.navMenu>li>ul.sub-menu li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}

.navMenu>li>ul.sub-menu li:last-of-type {
	border-bottom: none;
}

.navMenu>li>ul.sub-menu li>a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 7px;
	clear: both;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
	background: #03559c;
	color: #fff;
}

.navMenu>li>ul.sub-menu li>ul {
	position: absolute;
	left: 180px;
	top: 0;
	background: #eee;
	width: 180px;
}

.navMenu>li>ul.sub-menu li>ul>li {
	border-bottom: 1px solid #fff;
}

/* 弹窗 */
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #eee;
}

.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: 100%;
	margin: 140px auto 35px;
}

.modal-content {
	position: relative;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
}

.modal-content img {
	width: 100%;
	height: auto;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	position: absolute;
	top: 1.5%;
	right: 2%;
	min-height: 16.42857143px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 1400px) {
	.modal-dialog {
		width: 70%;
	}
}


/* 头部右边部分 */
.top_r {
	float: right;
	margin-top: 33px;
	position: relative;
	margin-left: 20px;
}

/*language*/
.Hlang {
	position: relative;
	float: left;
	height: 30px;
	z-index: 1001;
}

.Hlang-menu {
	width: 102px;
	display: block;
	background: url(../images/top_lgtb.jpg) left no-repeat;
	padding-left: 35px;
	font-size: 16px;
	position: relative;
}

.Hlang-menu:after {
	content: "";
	display: block;
	width: 12px;
	height: 6px;
	background: url(../images/top_lgxl.jpg) no-repeat center;
	position: absolute;
	top: 8px;
	right: 10px;
}

.Hlang-box {
	width: 102px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #ddd;
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
}

.Hlang-box a {
	display: block;
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	text-transform: none;
}

.Hlang-box a:hover {
	color: #fff;
	background: #03559c;
}

.Hlang:hover .Hlang-box {
	display: block;
}

/* Search */
.in_search {
	float: right;
	margin-left: 20px;
	vertical-align: middle;
}

.search_icon {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/fdj.jpg) no-repeat center center;
}

.in_search .search_box {
	position: absolute;
	overflow: hidden;
	top: 50px;
	width: 300px;
	right: 0;
	background-color: #fff;
	padding: 10px;
	display: none;
	border-bottom: 1px solid #e6e6e6;
}

.in_search .search_box input {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.in_search .search_box .search_txt {
	width: 80%;
	text-indent: 10px;
	display: block;
	float: left;
	border: 1px solid #e6e6e6;
	border-right-color: #03559c;
}

.in_search .search_box .search_txt::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

.in_search .search_box .search_txt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

.in_search .search_box .search_txt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

.in_search .search_box .search_txt:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.in_search .search_box .search_btn {
	width: 20%;
	float: left;
	z-index: 2;
	color: #fff;
	display: block;
	background-color: #03559c;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 首页焦点图部分 */
.banner {
	margin-top: 90px;
}

.banner .swiper-slide .m {
	display: none;
}

.banner .swiper-slide img {
	width: 100%;
	display: block;
}

.banner .swiper-pagination-bullet {
	background: #fff;
}

.banner .swiper-pagination-bullet-active {
	background: #03559c;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: #FFF;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 30px;
}

.banner .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 0;
	border-radius: 50%;
	opacity: .9;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px !important;
}

.phxia,
.sj {
	display: none !important;
}

/* 首页产品中心部分 */
.in_product {
	width: 100%;
	margin: 60px auto 0;
}

.in_title {
	width: 100%;
	float: left;
	text-align: center;
}

.in_title h2 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
}

.in_title h2 a {
	color: #000;
}

.in_title h2 a:hover {
	color: #03559c;
}

.in_title h2 span {
	position: relative;
}

.in_title h2 span::before {
	content: "";
	display: block;
	width: 192px;
	height: 1px;
	background: #03559c;
	position: absolute;
	top: 18px;
	right: 120%;
}

.in_title h2 span::after {
	content: "";
	display: block;
	width: 192px;
	height: 1px;
	background: #03559c;
	position: absolute;
	top: 18px;
	left: 120%;
}

.in_title p {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
	color: #999;
}

.tablist {
	width: 100%;
	float: left;
	padding: 0 100px;
	overflow: hidden;
}

.tablist-top {
	width: 100%;
}

.tablist-top li {
	width: 31%;
	float: left;
	margin: 40px 2% 0 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	position: relative;
	padding: 10px;
}

.tablist-top li:nth-child(4n) {
	margin-right: 0;
}

.tablist-topwords h3 {
	font-size: 20px;
	line-height: 50px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.tablist-topwords h3 {
	font-size: 20px;
	color: #03559c;
	font-weight: bold;
}
.tablist-topwords a {
	display: inline-block;
	font-size: 16px;
	color: #03559c;
	margin-top: 6px;
	position: relative;
	padding: 4px 0;
}

.tablist-topwords a:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../images/tablist-arr.png') no-repeat center center;
	top: 50%;
	right: -20px;
	margin-top: -10px;
}

.tablist-topwords a:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	background: #03559c;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	z-index: 2;
}

.tablist-topwords a:hover:before {
	width: 100%;
}
.tablist-topwords p{
	text-align: center;
}

.tablist-toppic {
	width: 100%;
	margin-top: 30px;
}

.tablist-toppic a {
	display: flex;
	height: 350px;
	align-items: center;
	justify-content: center;
}

.tablist-toppic img {
	max-width: 100%;
	object-fit: cover;
	max-height: 100%;
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
}

.tablist-top ul li:hover {
	box-shadow: 0 6px 16px 2px rgb(216, 216, 216);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.tablist-top ul li:hover .tablist-toppic img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* 首页关于我们部分 */
.in_aboutbg {
	width: 100%;
	margin: 60px auto 0;
	background: url(../images/inab2.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden;
}

.in_title2 {
	width: 100%;
	float: left;
	text-align: center;
}

.in_title2 h2 {
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}

.in_title2 h2 a {
	color: #fff;
}

.in_title2 h2 a:hover {
	color: #03559c;
}

.in_title2 h2 span {
	position: relative;
}

.in_title2 h2 span::before {
	content: "";
	display: block;
	width: 192px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 18px;
	right: 120%;
}

.in_title2 h2 span::after {
	content: "";
	display: block;
	width: 192px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 120%;
}

.in_about_text {
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	padding: 0 8%;
	color: #fff;
}

.in_about_more {
	width: 220px;
	margin: 40px auto 0;
}

.in_about_more a {
	width: 220px;
	display: block;
	line-height: 50px;
	border: 2px solid #fff;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	;
	text-decoration: underline;
}

.in_about_more a:hover {
	background: #fff;
	color: #03559c;
}

.in_about_tb {
	width: 100%;
	float: left;
	margin-top: 40px;
	padding: 0 10%;
}

.in_about_tb li {
	width: 22%;
	float: left;
	margin-right: 4%;
	text-align: center;
}

.in_about_tb li:last-of-type {
	margin-right: 0;
}

.in_about_tb li .li_box .icon {
	width: 85px;
	height: 85px;
	margin: 0 auto 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.in_about_tb li .li_box:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	cursor: pointer;
}

.in_about_tb li .li_box .number {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
}

.in_about_tb li .li_box .number .num {
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
}

.in_about_tb li .li_box .number .num em {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	margin-left: 10px;
	vertical-align: top;
}

.in_about_tb li .li_box .t {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

/* 首页应用领域部分 */
.in_yylybg {
	width: 100%;
	margin: auto;
	background: url(../images/in_yylybg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden;
}

.in_yyly_list {
	width: 100%;
	float: left;
	margin-top: 60px;
}

.in_yyly_lpic {
	width: 49.9%;
	float: left;
	overflow: hidden;
	position: relative;
}

.in_yyly_lpic img {
	width: 100%;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.in_yyly_lpic img:hover {
	-webkit-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
}

.in_yyly_lpic h3 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in_yyly_rpic {
	width: 50%;
	float: right;
}

.in_yyly_rpic li {
	width: 49.9%;
	float: left;
	margin: 0.2% 0.2% 0 0;
	position: relative;
}

.in_yyly_rpic li:nth-child(2n) {
	margin-right: 0;
}

.in_yyly_rpic li .pic {
	width: 100%;
	float: left;
	overflow: hidden;
}

.in_yyly_rpic li .pic img {
	width: 100%;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.in_yyly_rpic li:hover .pic img {
	-webkit-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
}

.in_yyly_rpic li .title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 首页企业文化部分 */
.in_qywhbg {
	width: 100%;
	margin: auto;
	background: url(../images/in_qywhbg.jpg) fixed center center;
	background-size: cover;
	padding: 100px 0 200px;
	overflow: hidden;
}

.in_qywh_title {
	width: 100%;
	float: left;
	text-align: center;
}

.in_qywh_title h2 {
	font-size: 48px;
	line-height: 52px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.in_qywh_title h2 a {
	color: #fff;
}

.in_qywh_title h2 a:hover {
	color: #03559c;
}

.in_qywh_text {
	width: 100%;
	float: left;
	margin-top: 80px;
	padding: 0 10%;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	position: relative;
}

.in_qywh_text:after {
	content: "";
	display: block;
	width: 61px;
	height: 49px;
	background: url(../images/in_qywh_tb.png) no-repeat center;
	position: absolute;
	left: 10%;
	top: 0;
}

.in_qywh_text:before {
	content: "";
	display: block;
	width: 61px;
	height: 49px;
	background: url(../images/in_qywh_tb2.png) no-repeat center;
	position: absolute;
	right: 10%;
	bottom: 0;
}

/* 首页新闻资讯部分 */
.in_news {
	width: 95%;
	max-width: 1400px;
	margin: 60px auto 0;
}

.in_news_list {
	width: 100%;
	float: left;
}

.in_news ul {
	margin-left: -2%;
}

.in_news ul li {
	width: 31.3333333333%;
	margin: 40px 0 0 2%;
	float: left;
}

.news-pic {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.news-pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
}

.news-pic h3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	z-index: 1;
}

.in_news ul li:hover .news-pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news-words {
	width: 100%;
	overflow: hidden;
	padding: 0 20px 30px 20px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}

.news-wordslist {
	width: 100%;
	padding: 20px 0 0;
	overflow: hidden;
}

.news-wordslist p {
	font-size: 16px;
}

.news-wordslist a {
	display: block;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-wordslist a:hover {
	color: #03559c;
}

.news-wordsmore {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	font-size: 0;
}

.news-wordsmore a p {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: #03559c;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.news-wordsmore a p i {
	display: block;
	position: absolute;
	left: 7px;
	width: 14px;
	height: 7px;
	background: url('../images/case-arr.png') no-repeat;
	top: 10.5px;
}

.news-wordsmore a span {
	font-size: 16px;
	color: #03559c;
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	height: 28px;
	line-height: 28px;
}

.news-wordsmore a:hover p i {
	animation: newsDh .4s linear both;
}

@keyframes newsDh {
	0% {
		left: 7px;
		opacity: 1;
	}

	25% {
		left: 14px;
		opacity: 0;
	}

	75% {
		left: -14px;
		opacity: 0;
	}

	100% {
		left: 7px;
		opacity: 1;
	}
}

/* 底部版权部分 */
.footer_bg {
	width: 100%;
	margin: 60px auto 0;
	background: #1D569B;
	background-size: cover;
	padding: 50px 0 20px;
	overflow: hidden;
}

.footer {
	width: 95%;
	max-width: 1400px;
	margin: auto;
}

.foot_cont {
	width: 28%;
	float: left;
}

.foot_cont_tit {
	width: 100%;
	float: left;
	font-size: 16px;
	border-bottom: 1px solid #cd1b03;
	padding-bottom: 20px;
	color: #fff;
	position: relative;
}

.foot_cont_tit h3 {
	font-size: 28px;
	line-height: 30px;
	display: block;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}

.foot_cont_tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 97px;
	height: 54px;
	background: url(../images/foot_map.png) no-repeat center;
}

.foot_cont_txt {
	width: 100%;
	float: left;
	margin-top: 20px;
	line-height: 36px;
	color: #fff;
}

.foot_cont_txt a {
	color: #fff;
}

.foot_cont_txt p em {
	width: 13px;
	float: left;
	margin: 13px 15px 0 0;
}

.foot_cont_txt p em img {
	width: 100%;
	display: block;
}

.foot_list {
	width: 68%;
	float: right;
}

.foot_list ul {
	width: 17%;
	float: left;
	min-height: 180px;
	margin-right: 3%;
}

.foot_list ul:nth-child(5n) {
	margin-right: 0;
}
.foot_list ul:nth-child(2) {
	width: 20%;
}
.foot_list ul li {
	width: 100%;
	float: left;
}

.foot_list ul li.foot_l_bt a {
	color: #fff;
	font-size: 18px;
	float: left;
	font-weight: 100;
	margin-bottom: 20px;
}

.foot_list ul li.foot_l_bt a:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 15px;
	background: #c22905;
}

.foot_list ul li.foot_l_bt.on {
	background: url(../images/img-74.png) no-repeat right center;
	background-size: 16px;
}

.foot_list ul li a {
	line-height: 30px;
	font-size: 14px;
	color: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot_list ul li a:hover,
.foot_cont_txt a:hover {
	color: #023969;
}

.copy_bg {
	width: 100%;
	margin: 40px auto 0;
	padding-top: 20px;
	border-top: 1px solid #0e3a94;
}

.copy {
	width: 95%;
	max-width: 1400px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.copy a {
	color: #fff;
}

.copy a:hover {
	color: #fff;
}


/*右侧浮动*/
.y-kefu-box {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9999;
	font-size: 13px;
}

.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}

.y-kefu-box01 .icon {
	display: block;
	background: url(../images/icons01.png) no-repeat;
	margin: 0 auto 6px;
}

.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}

.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #03559c;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}

.y-kefu-box01 .show-status {
	position: relative;
}

.y-kefu-box01 .show-status .kf-qiao {
	background-color: #03559c;
	border-color: #03559c;
	color: #fff;
	margin: 10px 0 7px;
}

.y-kefu-box01 .kf-qiao {
	border-radius: 2px;
}

.y-kefu-box01 .kf-qiao i {
	width: 21px;
	height: 22px;
	background-position: -30px -150px;
}

.y-kefu-box01 .kf-QQ {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-QQ>i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}

.y-kefu-box01 .kf-QQ:hover>i {
	background-position: -30px -5px;
}

.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -30px -150px;
}

.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
	margin-top: -1px;
	border-radius: 2px;
	left: 55px;
}

.y-kefu-box01 .hver:hover {
	background-color: #03559c;
	border-color: #03559c;
}

.y-kefu-box01 .hver:hover>p {
	color: #fff;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .QQ-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

.y-kefu-box01 .mobile-infos {
	width: 215px;
	text-align: left;
	top: 0;
}

.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
	color: #999;
}

.y-kefu-box01 .mobile-infos p {
	color: #03559c;
	font-size: 18px;
}

.y-kefu-box01 .QQ-infos {
	width: 320px;
	text-align: left;
	top: 0;
}

.y-kefu-box01 .part01 {
	padding: 20px 20px 20px 30px;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}

.y-kefu-box01 .part01 p {
	font-size: 16px;
	color: #03559c;
	padding-bottom: 5px;
}

.y-kefu-box01 .part01 i {
	width: 28px;
	height: 26px;
	background-position: -40px -5px;
	position: absolute;
	left: 0;
	top: 18px;
	z-index: 2;
}

.y-kefu-box01 .part02 {
	padding: 20px;
}

.y-kefu-box01 .part02 li {
	width: 86px;
	float: left;
	position: relative;
	margin: 10px;
	padding-left: 30px;
}

.y-kefu-box01 .part02 i {
	width: 22px;
	height: 22px;
	background-position: -5px -5px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.y-kefu-box01 .part02 li:hover a {
	color: #03559c;
}

.ri {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}

.ri-arrow1,
.ri-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}

.ri-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}

.ri-arrow2 {
	border-left: 6px white solid;
}

.y-kefu-box01 .y-ewm-box {
	width: 151px;
	height: 178px;
	top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
	width: 94px;
	height: 94px;
	margin: 30px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
	border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}

.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #999;
	text-align: left;
	bottom: 0;
}

.y-kefu-box01 .y-email-infos p {
	color: #03559c;
	font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}

.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #03559c;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}

/* 内页焦点图部分 */
.ny_bn {
	width: 100%;
	height: 400px;
	margin: 90px auto 0;
	position: relative;
	overflow: hidden;
}

.ny_bn img {
	width: 100%;
	height: 400px;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50%;
}

.dw {
	width: 95%;
	max-width: 1400px;
	margin: 40px auto 0;
}

.dw_wz {
	background: url(../images/home_tb.png) left center no-repeat;
	float: left;
	padding-left: 30px;
}

.dw_wz a {
	padding: 0 5px;
}

.dw_wz span {
	color: #03559c;
	padding-left: 5px;
}

/* 内页关于我们部分 */
.ny_main {
	width: 95%;
	max-width: 1400px;
	margin: 60px auto;
}

.menu {
	width: 100%;
	margin: auto;
}

.menu ul {
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.menu ul li {
	display: inline-block;
	color: #000;
	margin: 0 10px 10px 0;
	position: relative;
}

.menu ul li a {
	color: #000;
	display: block;
	font-size: 16px;
	padding: 0 40px;
	line-height: 48px;
	background: #eee;
}

.menu ul li a:hover,
.menu ul li a.cur {
	color: #fff;
	background: #03559c;
}

.ny_list {
	width: 100%;
	float: left;
	position: relative;
}

.ny_list ul {
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.ny_list ul:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	left: 0;
	top: 28px;
	z-index: -1;
}

.ny_list ul li {
	line-height: 40px;
	display: inline-block;
	margin: 8px 6px;
}

.ny_list ul li a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 30px;
}

.ny_list ul li a:hover,
.ny_list ul li a.on {
	background: #03559c;
	color: #fff;
	border-color: #03559c;
}

.nyr_text {
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 32px;
}
.nyr_text img {
	max-width: 100%;
}

.m30 {
	margin-top: 30px;
}

.f18 {
	font-size: 18px;
	color: #03559c;
	font-weight: bold;
}

.f16 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

/* 内页发展历程部分 */
.fzlc_box {
	width: 100%;
	float: left;
	margin-top: 60px;
	position: relative;
	font-size: 0;
}

.fzlc_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
}

.fzlc_box li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.fzlc_box li.left {
	text-align: right;
}

.fzlc_box li.left .item::before {
	right: 0;
}

.fzlc_box li .item {
	position: relative;
	margin-bottom: 60px;
	padding: 5%;
	width: 95%;
	box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

.fzlc_box li .item::before {
	content: '';
	position: absolute;
	top: 10px;
	width: 32px;
	height: 1px;
	background-color: #e6e6e6;
}

.fzlc_box li .item::after {
	content: '';
	position: absolute;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-image: linear-gradient(90deg, #03559c 2%, rgba(180, 13, 0, .5) 98%);
}

.fzlc_box li.left .item::after {
	right: -40px;
}

.fzlc_box li.left .item::before {
	right: -32px;
}

.fzlc_box li .item .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #03559c;
}

.fzlc_box li .item .des,
.fzlc_box li .item .month {
	font-size: 15px;
	line-height: 30px;
	color: #787876;
}

.fzlc_box li .item .month {
	margin-top: 10px;
	font-weight: 700;
	color: #000;
	font-size: 18px;
}

.fzlc_box li .item>img {
	width: 100%;
	display: block;
	border-radius: 2px;
}

.mt24 {
	margin-top: 24px;
}

.fzlc_box li.right {
	padding-top: 120px;
	padding-left: 32px;
	text-align: left;
}

.fzlc_box li.right .item::after {
	left: -37px;
}

.fzlc_box li.right .item::before {
	left: -32px;
}

/* 内页荣誉资质部分 */
.honor_r_img {
	width: 100%;
	float: left;
}

.honor_r_img li {
	width: 23%;
	float: left;
	margin: 40px 2.5% 0 0;
	text-align: center;
	padding: 10px 10px 0 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	position: relative;
}

.honor_r_img li:nth-child(4n) {
	margin-right: 0;
}

.honor_r_img li img {
	width: 100%;
	display: block;
}

.honor_r_img li::before {
	content: "";
	position: absolute;
	height: 3px;
	bottom: -3px;
	left: 0;
	transition: all .5s;
	width: 0;
}

.honor_r_img li:hover::before {
	width: 100%;
	background: #03559c;
	transition: all .5s
}

.honor_r_img li p {
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 10px 0;
}

.honor_r_img li:hover {
	background: #eee;
	box-shadow: 0 1px 10px #999;
}

.pagination {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 0px;
	position: relative;
	overflow: hidden;
	margin: 60px 0 0;
}

.pagination a {
	display: inline-block;
	padding: 0 14px;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin: 0 5px;
}

.pagination a.cur,
.pagination a:hover {
	color: #fff;
	border-color: #03559c;
	background: #03559c;
}

/* 内页产品中心部分 */
.pro_img {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.pro_img ul li {
	width: 31.333%;
	float: left;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 30px 3% 0 0;
	position: relative;
}

.pro_img ul li:nth-child(3n) {
	margin-right: 0;
}

.pro_img ul li:hover {
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, .2);
	cursor: pointer;
}

.pro_img ul li .pic {
	width: 100%;
	height: 300px;
	float: left;
	overflow: hidden;
}

.pro_img ul li .pic img {
	width: 100%;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pro_img ul li .pic img:hover {
	-webkit-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
}

.pro_img ul li .text {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 20px;
}

.pro_img ul li .tit {
	width: 100%;
	float: left;
	text-align: center;
}

.pro_img ul li .tit a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}

.pro_img ul li .tit a:hover {
	color: #03559c;
}

.pro_img ul li .wz {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 30px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pro_img ul li .tb {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -15px;
	background: url(../images/in_pro_tb.jpg) no-repeat center center;
}

.pro_img ul li:hover .tb {
	background: url(../images/in_pro_tbh.jpg) no-repeat center center;
}

/* 工厂部分 */
.factory {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.factory ul li {
	width: 23%;
	float: left;
	background: #fff;
	border: 1px solid #e6e6e6;
	margin: 30px 2% 0 0;
	position: relative;
}

.factory ul li:nth-child(4n) {
	margin-right: 0;
}

.factory ul li:hover {
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: -5px 5px 20px 0px rgba(0, 0, 0, .2);
	cursor: pointer;
}

.factory ul li .pic {
	width: 100%;
	float: left;
	overflow: hidden;
}

.factory ul li .pic img {
	width: 100%;
	height: 230px;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	object-fit: cover
}

.factory ul li .pic img:hover {
	-webkit-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
}

.factory ul li .text {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 20px;
}

.factory ul li .tit {
	width: 100%;
	float: left;
	text-align: center;
}

.factory ul li .tit a {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}

.factory ul li .tit a:hover {
	color: #03559c;
}

.factory ul li .wz {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 30px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.factory ul li .tb {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -15px;
	background: url(../images/in_pro_tb.jpg) no-repeat center center;
}

.factory ul li:hover .tb {
	background: url(../images/in_pro_tbh.jpg) no-repeat center center;
}




/* 内页产品详情页部分 */
.products {
	width: 100%;
	float: left;
}

.promore_l {
	width: 40%;
	float: left;
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.jqzoom img {
	width: 100%;
	border: 1px solid #d6d6d6;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 100%;
	height: 100%;
}

.spec-scroll {
	clear: both;
	margin-top: 20px;
	width: 100%;
	float: left;
}

.spec-scroll .prev {
	float: left;
	margin-right: 4px;
}

.spec-scroll .next {
	float: right;
}

.spec-scroll .prev,
.spec-scroll .next {
	display: block;
	width: 32px;
	height: 70px;
	cursor: pointer;
	padding-top: 40px;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 80%;
	height: 120px;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
}

.spec-scroll .items ul li {
	float: left;
	width: 110px;
	text-align: center;
}

.spec-scroll .items ul li img {
	border: 1px solid #d6d6d6;
	padding: 2px;
	width: 100px;
	height: 100px;
}

.spec-scroll .items ul li img:hover {
	border: 2px solid #03559c;
	padding: 1px;
}

.spec-scroll .items ul li.on img {
	border: 2px solid #03559c;
	padding: 1px;
}

.pros_right {
	width: 55%;
	float: right;
	overflow: hidden;
}

.pros_right_top {
	overflow: hidden;
	border-bottom: 1px dashed #e6e6e6;
}

.pros_right_top h2 {
	overflow: hidden;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #03559c;
	padding-bottom: 10px;
}

.proleft {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.proleft_btn {
	width: 100%;
	float: left;
	margin-top: 40px;
	border-top: 1px dashed #e6e6e6;
	padding-top: 40px;
}

.proleft_btn li {
	width: 160px;
	float: left;
	margin-right: 20px;
}

.proleft_btn li a {
	width: 160px;
	height: 44px;
	float: left;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	background: #eee;
	display: block;
}

.proleft_btn li span {
	float: left;
	padding-right: 20px;
}

.proleft_btn li a:hover,
.proleft_btn li a.on {
	background: #03559c;
	color: #fff;
}

.tabs-basic {
	width: 100%;
	margin-top: 50px;
	float: left;
}

/* The tabs */
.tabs-basic ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
}

.tabs-basic ul li {
	display: inline-block;
	margin-bottom: -1px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
}

.tabs-basic ul li a.tab-active::after {
	content: '';
	position: absolute;
	bottom: -9px;
	height: 0;
	width: 0;
	margin: auto;
	left: 0;
	right: 0;
	border: 9px solid transparent;
	border-top: 9px solid #03559c;
	border-bottom: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tabs-basic ul li a {
	display: block;
	text-decoration: none;
	background: #eee;
	padding: 15px 52px;
	color: #000;
}

.tabs-basic .tab-active {
	border-bottom: 2px solid #03559c;
	color: #fff;
	background: #03559c;
	font-weight: bold;
}

/* The content */
.tabs-basic .tabs-content-placeholder {
	overflow: hidden;
	margin: auto;
	background: #fff;
	padding: 20px 0;
}

.tabs-basic .tabs-content-placeholder .div {
	display: none;
}

.tabs-basic .tabs-content-placeholder .div.tab-content-active {
	display: block;
	line-height: 30px;
	font-size: 15px;
}

.tabs-basic .tabs-content-placeholder .div.tab-content-active table {
	border: 1px solid #d6d6d6;
	line-height: 24px;
	text-align: center;
}

.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr {
	padding-left: 20px;
}

.tabs-basic .tabs-content-placeholder .div p {
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}

.tabs-basic .tabs-content-placeholder .div img {
	max-width: 100%;
}

.tabs-basic table {
	border-collapse: collapse;
	border: 1px #e6e6e6 solid !important;
	width: 100% !important;
	line-height: 30px !important;
}

.tabs-basic table td {
	padding: 8px !important;
	padding-left: 12px !important;
	word-wrap: break-word;
	word-break: break-all;
	border: 1px #e6e6e6 solid !important;
	line-height: 30px !important;
}

.tabs-basic table td div {
	padding: 0px !important;
	height: auto !important;
}

/* 内页产品推荐部分 */
.hot_pro2 {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.hot_pro2_tit {
	width: 100%;
	background: #fff;
	float: left;
	border-bottom: 1px solid #e6e6e6;
}

.hot_pro2_tit h3 {
	width: 180px;
	float: left;
	color: #fff;
	line-height: 52px;
	font-size: 18px;
	padding: 0 20px;
	background: #03559c;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.hot_pro2_tit h3:after {
	content: '';
	position: absolute;
	bottom: -9px;
	height: 0;
	width: 0;
	margin: auto;
	left: 0;
	right: 0;
	border: 9px solid transparent;
	border-top: 9px solid #03559c;
	border-bottom: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hot_pro_img {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.hot_pro_img li {
	width: 280px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.hot_pro_img li img {
	width: 100%;
	display: block;
	border: 1px solid #e6e6e6;
}

.hot_pro_img li img:hover {
	border: 1px solid #03559c;
}

.hot_pro_img li span {
	display: block;
	width: 100%;
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

/* 内页新闻资讯部分 */
.news_list {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.news_list li {
	width: 100%;
	float: left;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.news_list li a {
	display: block;
}

.news_list li a .img {
	width: 35%;
	float: left;
	display: block;
	overflow: hidden;
}

.news_list li a .img img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news_list li a .art {
	width: 62%;
	float: right;
	padding-top: 20px;
}

.news_list li a .art .att {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li a .art .atc {
	font-size: 14px;
	line-height: 28px;
	margin: 20px 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_list li a .art .more .day {
	float: left;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	color: #999;
	padding: 10px 0 0;
}

.news_list li a .art .more span {
	float: right;
	color: #03559c;
	border-bottom: 1px solid #03559c;
	opacity: 0;
	margin-top: 20px;
}

.news_list li:hover a .art .att {
	color: #03559c;
}

.news_list li:hover a .img img {
	transform: scale(1.05) rotate(-1deg);
	-webkit-transform: scale(1.05) rotate(-1deg);
}

.news_list li:hover a .art .more .day {
	border-color: #03559c;
	color: #03559c;
}

.news_list li:hover a .art .more span {
	opacity: 1;
}

.new-view-title {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.new-view-title h2 {
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #03559c;
}

.new-view-wz {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #999;
}

.newsmore_text {
	width: 100%;
	float: left;
	margin-top: 40px;
	line-height: 30px;
}

.view-page {
	width: 100%;
	float: left;
	position: relative;
	margin: 40px 0 60px;
}

.view-page .prev,
.view-page .back,
.view-page .next {
	font-size: 16px;
	width: 400px;
	line-height: 46px;
	position: absolute;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.view-page .prev {
	left: 0;
	display: inline-block;
}

.view-page .prev a {
	background: #fff url(../images/le.png) 20px center no-repeat;
	padding-left: 70px;
}

.view-page .prev:hover a {
	color: #fff;
	background: url(../images/le-white.png) 20px center no-repeat #03559c;
}

.view-page a {
	display: block;
}

.view-page .back {
	left: 50%;
	margin-left: -90px;
	width: 180px;
}

.view-page .back a {
	background: url(../images/back.png) 20px center no-repeat #03559c;
	color: #fff;
	text-align: center;
	border: none;
}

.view-page .back a:hover {
	background: url(../images/back.png) 20px center no-repeat #004ea0;
	color: #fff;
}

.view-page .next {
	right: 0;
}

.view-page .next a {
	background: #fff url(../images/ri.png) 85% center no-repeat;
	text-align: center;
}

.view-page .next:hover a {
	color: #fff;
	background: url(../images/ri-white.png) 85% center no-repeat #03559c;
}

/* 内页应用领域部分 */
.yyly_img {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.yyly_img li {
	width: 31.333%;
	float: left;
	margin: 30px 3% 0 0;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom: 20px;
}

.yyly_img li::before {
	content: "";
	position: absolute;
	height: 1px;
	bottom: -1px;
	left: 0;
	transition: all .5s;
	width: 0;
}

.yyly_img li:hover::before {
	width: 100%;
	background: #03559c;
	transition: all .5s
}

.yyly_img li:nth-child(3n) {
	margin-right: 0;
}

.yyly_img li .pic {
	width: 100%;
	float: left;
	overflow: hidden;
}

.yyly_img li .pic img {
	width: 100%;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.yyly_img li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.yyly_img li .biaoti {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.yyly_img li .biaoti h2 {
	font-size: 22px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.yyly_img li .biaoti h2 a {
	color: #000;
}

.yyly_img li .biaoti h2 a:hover {
	color: #03559c;
}

.yyly_img li .biaoti p {
	color: #999;
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 内页下载中心部分 */
.shouce-list {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.shouce-list ul {
	list-style: none;
	text-align: left;
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}

.shouce-list li {
	width: 32%;
	margin: 30px 2% 0 0;
	float: left;
	background: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.shouce-list li:nth-child(3n) {
	margin-right: 0;
}

.shouce-list li:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.shouce-in {
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #fff;
	position: relative;
	padding: 40px 5% 50px 5%;
}

.shouce-in:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
}

.shouce-in h3 {
	font-size: 18px;
	color: #000;
	line-height: 28px;
}

.shouce-in p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 10px;
}

.shouce-in>span {
	display: block;
	width: 82px;
	height: 82px;
	position: absolute;
	right: 20px;
	top: 35px;
	text-align: center;
	line-height: 82px;
}

.shouce-in:hover>span img {
	display: none;
}

.shouce-in:hover>span {
	background: url(../images/xiazai3.png) no-repeat center;
	background-size: 100% 100%;
}

.shouce-in>span em {
	display: none;
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 82px;
	position: absolute;
	right: 0;
	top: 20px;
}

.shouce-in:hover>span em {
	display: block;
}


/* 内页人才招聘部分 */
.jobctit {
	background: #fff;
	border-top: 3px solid #03559c;
	border-bottom: 1px solid #e6e6e6;
	line-height: 66px;
	font-size: 18px;
	font-weight: bold;
	color: #03559c;
	margin-top: 40px;
}

.jobctit span {
	display: inline-block;
	width: 18.3%;
	text-align: center;
}

.job-content {
	width: 100%;
	float: left;
	background: #fff;
}

.job-content dl {
	width: 100%;
	float: left;
}

.job-content dl dt {
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	display: block;
	overflow: hidden;
}

.job-content span.job_cls {
	width: 6%;
}

.job-content dl dt .down {
	width: 11px;
	height: 60px;
	background: url(../images/dl.png) no-repeat center;
	display: block;
	margin: auto;
}

.job-content dl dt.cur .down {
	background: url(../images/dlon.png) no-repeat center;
}

.job-content dl dt span {
	float: left;
	width: 18.5%;
	text-align: center;
	color: #666;
}

.job-content dl dd {
	background: #f8f8f8;
	padding: 25px 100px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}

.job-content dl dd p {
	color: #666;
	margin-top: 10px;
}

.job-content dl dd p span {
	font-weight: 500;
	color: #03559c;
	font-size: 18px;
}

.job-content dl dd .cont {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding: 10px 0 20px;
	margin: 20px 0;
}

.job-content dl dd .cont li {
	float: left;
	margin-right: 3.5%;
}

/* 内页联系我们部分 */
.cont_text {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-top: 60px;
}

.cont_l {
	width: 70%;
	float: left;
	line-height: 30px;
	font-size: 15px;
}

.cont_l h2 {
	font-size: 22px;
	font-weight: bold;
	color: #03559c;
	margin-bottom: 10px;
}

.cont_r {
	float: right;
	text-align: right;
}

.cont_r img {
	width: 200px;
	height: 240px;
}

#map_container {
	width: 100% !important;
	height: 520px !important;
	float: left;
	margin-top: 40px;
}

/* 内页在线留言部分 */
.message {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.message h3 {
	text-align: center;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.message ol {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.message ol li {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.message ol li:nth-child(2n) {
	float: right;
}

.message ol li:nth-child(6) {
	float: left;
	border: none;
}

.message ol li:nth-child(7) {
	float: right;
	border: none;
}

.message ol li input {
	width: 100%;
	height: 50px;
	background: none;
	border: none;
	color: #999;
	padding: 0 15px;
}

.message ol li textarea {
	padding: 15px;
	width: 100%;
	height: 180px;
	border: none;
	background: none;
	color: #999;
}

.message ol li .btn,
.message ol li .btn2 {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.message ol li .btn {
	background: #03559c;
}

.message ol li .btn2 {
	background: #004ea0;
	color: #fff;
}

.message input::-webkit-outer-spin-button,
.message input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.message input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

.message input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

.message input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}


.pro-comm-l{
	float: left;
	width: 45%;
	padding: 0 0 0 5%;
}
.pmore{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 20px;
	color: #555;
	width: 120px;
	text-align: center;
	border: 1px solid #c21c0f;
	margin-top: 40px;
}
.tablist-top .pmore{
	display: block;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 20px;
	color: #555;
	width: 120px;
	text-align: center;
	border: 1px solid #c21c0f;
	margin-top: 40px;
}
.pmore:hover{
	color: #fff;
	border: 1px solid #c21c0f;
	background: #c21c0f;
}
.pro-comm-l p{
	padding: 100px 0 0 0px;
	font-size: 20px;
	color: #03559c;
	font-weight: bold;
	line-height: 40px;
}

.pro-comm-r{
	float: right;
	width: 50%;
}
.pro-comm-r img{
	width: 100%;
}
.pros_right h3{
	line-height: 40px;
	font-weight: bolder;
	margin-top: 30px;
}
.lingyu ul li{
	display: block;
	float: left;
	width: 40%;
	margin-top: 10px;
	background: url(../images/dot.jpg) no-repeat left center;
	padding-left: 20px;
}
.xingneng ul li{
	display: block;
	width: 100%;
	margin-top: 3px;
	padding-left: 20px;
	background: url(../images/dot2.jpg) no-repeat left center;
}
.sortinfo{
	position: absolute;
	text-align: center;
	top:150px;
	width: 100%;
	color: #fff;
}
.sortinfo h1{
	margin-bottom: 20px;
	font-size: 35px;
}
.sortinfo h3{
	font-size: 20px;
}