* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'sspLight';
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "sspLight";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

img {
	vertical-align: middle;
}

@font-face {
	font-family: 'sspLight';
	src: url('Calibri Light.ttf');
}

/* @font-face {
	font-family: 'sspBold';
	src: url('SourceSansPro-Bold.otf');
}

@font-face {
	font-family: 'sspBlack';
	src: url('SourceSansPro-Black.otf');
} */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

.margin-c {
	width: 1400px;
	font-family: 'sspLight';
	margin: auto;
}

.clear::after {
	content: " ";
	display: block;
	clear: both;
}

.pc-hide {
	display: none;
}

.index-top {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

.index-top-logo {
	float: left;
	width: 173px;
	height: 36px;
	margin-top: 32px;
}

.index-top-logo img {
	max-width: 100%;
	max-height: 100%;
}
.Search-right{
	float: right;
	overflow: hidden;
}
.index-top-Search {
	float: left;
	/* margin-left: 400px; */
	width: 700px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
}

.index-top-Search-left {
	float: left;
	width: 600px;
	height: 36px;
}

.index-top-Search-left img {
	width: 16px;
	height: 16px;
	margin: 10px;
	vertical-align: top;
}

.index-top-Search-left input {
	width: 550px;
	height: 100%;
	border: none;
	color: #333;
	font-size: 14px;
}

.index-top-Search-right {
	float: right;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 80px;
	color: #fff;
	background-color: #004387;
	transition: 0.4s;
	/* margin-left: 30px; */
}

.index-top-right {
	float: right;
	margin-top: 30px;
	width: 100px;
	height: 38px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #004387;
	border: 1px solid #004387;
	line-height: 36px;
	transition: 0.4s;
	margin-left: 30px;
}

.index-top-right img {
	margin-top: -3px;
	margin-right: 6px;
}

.index-top-right img:nth-child(2) {
	display: none;
}

.height100px {
	height: 100px;
}

.index-nav-box {
	background-color: #004387;
	height: 50px;
	line-height: 50px;
	/* overflow: hidden; */
}

.index-nav {
	float: left;
	text-transform: uppercase;
}

.index-nav>ul>li {
	float: left;
	margin: 0 50px 0 40px;
	position: relative;
}

.index-nav>ul>li>a {
	color: #fff;
	font-size: 16px;
	font-family: 'sspBold';
	display: block;
}
.index-nav>ul>li>a.pro{
	padding-right: 25px;
	background: url(index-banner3hd.png) no-repeat right center;
	
}
.index-nav>ul>li>a.on{
	text-decoration: underline;
}
.index-nav>ul>li ul{
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
	width: 200px;
	padding: 10px 0px;
}
.index-nav>ul>li ul li{
	position: relative;
	padding: 0 20px;
}
.index-nav>ul>li ul li a{
	display: block;
	padding-right: 15px;
	font-size: 14px;
	background: url(more.png) no-repeat right center;
	word-break: break-all;
	line-height: 24px;
	padding: 5px 15px 5px 0;
}
.index-nav>ul>li ul li a:hover{
	color: #004387;
	background: url(more2.png) no-repeat right center;
}
.index-nav>ul>li ul li ul{
	top: 0;
	left: 200px;
}

.index-nav-right {
	float: right;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.index-nav-right img {
	margin-right: 6px;
	margin-top: -3px;
}


.index-banner {
	position: relative;
	width: 100%;
}

.index-banner .swiper {
	width: 100%;
}

.index-banner img {
	max-width: 100%;
}

.index-banner .swiper-pagination {
	height: 10px;
	bottom: 20px !important;
	font-size: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 5px !important;
	background-color: transparent;
	opacity: 1;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

.index-title {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-top: 20px;
	padding-bottom: 6px;
}

.index-title-left {
	float: left;
	font-size: 42px;
	color: #004387;
	text-transform: uppercase;
}

.index-title-left::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background-color: #004387;
}

.index-title-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	background-color: #004387;
	transition: 0.4s;
	box-sizing: border-box;
	border: 1px solid #004387;
}

.index-title-right img {
	margin-left: 6px;
	margin-top: -5px;
	transition: 0.4s;
}

.index-banner2 {
	position: relative;
	padding: 30px 0;
	margin-bottom: 10px;
}

.index-banner2-item {
	/* width: 260px; */
	height: 330px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	position: relative;
	transition: 0.4s;
}

.index-banner2-new {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	background: #fff;
	z-index: 9;
}

.index-banner2-new img {
	width: 100%;
}

.index-banner2-img {
	width: 100%;
	height: 264px;
	position: relative;
}

.index-banner2-img img {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.4s;
}

.index-banner2-title {
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-banner2 .swiper-horizontal>.swiper-scrollbar {
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #dddddd;
}

.index-banner2 .swiper-scrollbar-drag {
	background: #004387;
}

.index-banner3 .hd {
	width: 100%;
	height: 60px;
	background-color: #004387;
	margin: 30px 0;
}

.index-banner3 .hd>ul {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size: 0;
}

.index-banner3 .hd>ul::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.index-banner3 .hd>ul>li {
	display: inline-block;
	height: 60px;
	width: 200px;
	position: relative;
	background-color: #004387;
	z-index: 200;
	transition: 0.4s;
}

.index-banner3 .hd>ul>li>a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 60px;
}

.index-banner3 .hd>ul>li.on {
	background-color: #013569;
}

.index-banner3 .bd {
	width: 1400px;
	margin: 30px auto 25px;
}

.index-banner3 .bd ul::after {
	content: " ";
	display: block;
	clear: both;
}

.index-banner3 .bd ul .index-banner2-item {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.index-banner3 .bd ul .index-banner2-item:nth-child(5n) {
	margin-right: 0;
}

.index-banner4 {
	margin-bottom: 10px;
}

.index-banner4-item {
	float: left;
	width: 450px;
	width: 32%;
	height: 200px;
	margin-right: 25px;
	margin-right: 2%;
	text-align: center;
	line-height: 200px;
	position: relative;
	overflow: hidden;
}

.index-banner4-item span {
	color: #fff;
	font-size: 24px;
	font-family: 'sspBlack';
	position: relative;
	z-index: 10;
}

.index-banner4-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: 1;
	transition: 0.4s;
}

.index-banner4-item:nth-last-child(1) {
	margin-right: 0;
}

.index-banner5 {
	margin-bottom: 50px;
	margin-top: 30px;
}

.index-banner5-item {
	float: left;
	transition: 0.4s;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	margin-right: 34px;
	margin-right: 2.666%;
	width: 324px;
	width: 23%;
}

.index-banner5-item:nth-child(4n) {
	margin-right: 0px;
}

.index-banner5-item-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.index-banner5-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.index-banner5-item-foot {
	padding: 0 20px;
}

.index-banner5-item-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0 5px;
	color: #333333;
	font-size: 16px;
	font-family: 'sspBold';
}

.index-banner5-item-text {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666666;
	font-size: 14px;
}

.index-banner5-item-btn {
	text-align: center;
	width: 120px;
	height: 32px;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	transition: 0.4s;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}

.index-banner5-item-btn img {
	margin-left: 3px;
	margin-top: -3px;
}

.index-banner5-item-btn img:nth-child(2) {
	display: none;
}

.index-banner6-item {
	float: left;
	width: 50%;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	height: 320px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.index-banner6-item:nth-child(1) {
	background-image: url(index-banner6-item01.png);
}

.index-banner6-item:nth-child(2) {
	background-image: url(index-banner6-item02.png);
}

.index-banner6-item::after {
	content: " ";
	display: block;
	width: auto;
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0.25);
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	margin: auto;
	z-index: 1;
}

.index-banner6-title {
	font-family: 'sspBold';
	color: #fff;
	font-size: 18px;
	margin-top: 65px;
	margin-bottom: 20px;
}

.index-banner6-text {
	width: 360px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 auto;
}

.index-banner6-btn {
	display: block;
	margin: 30px auto 0;
	text-align: center;
	width: 120px;
	height: 32px;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	transition: 0.4s;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}
.index-banner6-btn:hover{
	color: #fff;
}
.index-foot {
	overflow: hidden;
	background-color: #f2f2f2;
}

.index-foot-foot {
	text-align: center;
	border-top: 1px solid #dddddd;
	padding: 14px 0;
	color: #454545;
	font-size: 14px;
	margin-top: 10px;
}

.index-foot-foot a {
	color: #454545;
	font-size: 14px;
}

.index-foot-left {
	float: left;
	width: 400px;
	width: 28.5%;
}

.index-foot-title {
	border-bottom: 1px solid #dddddd;
	font-family: 'sspBold';
	font-size: 16px;
	text-transform: uppercase;
	color: #454545;
	padding: 32px 0 22px;
	margin-bottom: 20px;
}

.index-foot-nav ul {
	overflow: hidden;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.index-foot-nav ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	min-width: 80px;
	flex: auto;
}

.index-foot-nav ul li:nth-child(3n) {
	/* margin-right: 0; */
}

.index-foot-nav ul li a {
	color: #333;
	font-size: 16px;
}

.index-foot-right {
	float: right;
	width: 940px;
	width: 67%;
}

.index-foot-item {
	float: left;
	color: #333333;
	font-size: 16px;
	margin-right: 80px;
	margin-right: 65px;
	margin-bottom: 20px;
}

.index-foot-item:nth-child(1),
.index-foot-item:nth-child(4) {
	width: 470px;
}

.index-foot-item:nth-child(3n) {
	/* margin-right: 0; */
}

.innerPosition{width: 1400px;margin: 0 auto;box-sizing: border-box;padding: 15px 0 15px 20px;color: #666;font-size: 14px;
background: url(position.png) no-repeat left 18px;}
.innerPosition a{font-size: 14px;}

.innerProduct{width: 1400px;margin: 0 auto 50px;overflow: hidden;}
.innerProduct-nav{float: left;width: 300px;}
.innerProduct-nav h3{font-size: 18px;font-weight: bold;line-height: 70px;padding: 0 20px;background: #004387;color: #fff;font-family: 'sspBold';
text-transform: uppercase;font-weight: normal;}
.innerProduct-nav-list{border: 1px solid #e5e5e5;}
.innerProduct-nav ul li{position: relative;}
.innerProduct-nav ul li ul{display: none;}
/* .innerProduct-nav ul li:hover>ul{display: block;} */
.innerProduct-nav ul li em{margin: auto;position: absolute;right: 0;top: 0;z-index: 99;background: url(down.png) no-repeat center;
width: 40px;height: 60px;cursor: pointer;}
.innerProduct-nav ul li ul li em{margin: auto;position: absolute;right: 0;top: 0;z-index: 99;background: url(down.png) no-repeat center;
width: 40px;height: 40px;cursor: pointer;}
.innerProduct-nav ul li a{display: block;padding: 18px 60px 18px 20px;font-size: 16px;border-bottom: 1px solid #e5e5e5;position: relative;
z-index: 9;}
.innerProduct-nav ul li ul li{margin-left: 20px;}
.innerProduct-nav ul li ul li a{font-size: 14px;padding: 10px 0 10px 20px;}
.innerProduct-nav ul li a:hover{color: #004387;text-decoration: underline;}
.innerProduct-nav ul li a.on{color: #004387;text-decoration: underline;}
.innerProduct-list{float: right;width: calc(100% - 330px);}
.innerProduct-list-title{border-bottom: 1px solid #dddddd;padding: 20px;background: #f5f5f5;font-size: 18px;color: #333;
text-transform: uppercase;}
.innerProduct-list-item{margin-top: 30px;overflow: hidden;}
.innerProduct-list-item div.productItem{width: 23%;margin-bottom: 30px;float: left;margin-right: 2.666%;}
.innerProduct-list-item div.productItem:nth-child(4n){margin-right: 0;}
.innerProduct-list-item div.productItem dl{border: 1px solid #dddddd;transition: all 0.3s;}
.innerProduct-list-item div.productItem dl dt{font-size: 0;text-align: center;height: 300px;line-height: 300px;}
.innerProduct-list-item div.productItem dl dt img{max-width: 80%;max-height: 80%;transition: all 0.3s;}
.innerProduct-list-item div.productItem dl dd{padding: 22px 25px;font-size: 16px;text-align: center;white-space: nowrap;overflow: hidden;
text-overflow: ellipsis;}
.innerProduct-list-item div.productItem:hover dl{border-color: #004387;}
.innerProduct-list-item div.productItem:hover dl dt img{transform: scale(1.1);}

.innerProductDetail{width: 1400px;margin: 0 auto 50px;}
.innerProductDetail-brief{overflow: hidden;display: flex;justify-content: space-between;}
.innerProductDetail-img{height: 615px;float: left;width: 740px;width: 53%;}
.innerProductDetail-img .swiper{height: 100%;}
.innerProductDetail-img .mySwiper-box{margin: 40px 0;float: left;width: 122px;height: 533px;position: relative;}
.innerProductDetail-img .mySwiper-box .prev{background: #d5d5d5;position: absolute;left: 0;right: 0;top: -40px;font-size: 0;text-align: center;
line-height: 30px;cursor: pointer;}
.innerProductDetail-img .mySwiper-box .next{background: #d5d5d5;position: absolute;left: 0;right: 0;bottom: -40px;font-size: 0;text-align: center;
line-height: 30px;cursor: pointer;}
.innerProductDetail-img .mySwiper-box .next img{transform: rotate(180deg);}
.innerProductDetail-img .mySwiper{}
.innerProductDetail-img .mySwiper .swiper-slide{border: 1px solid #dddddd;text-align: center;line-height: 123px;font-size: 0;
height: 123px;box-sizing: border-box;}
.innerProductDetail-img .mySwiper .swiper-slide img{max-width: 75%;max-height: 75%;}
.innerProductDetail-img .mySwiper .swiper-slide.swiper-slide-thumb-active{border-color: #004387;}
.innerProductDetail-img .mySwiper2{float: right;width: calc(100% - 140px);}
.innerProductDetail-img .mySwiper2 .swiper-slide{border: 1px solid #dddddd;text-align: center;font-size: 0;height: 613px;
line-height: 613px;box-sizing: border-box;}
.innerProductDetail-img .mySwiper2 .swiper-slide img{max-width: 75%;max-height: 75%;}
.innerProductDetail-txt{float: right;width: calc(100% - 800px);padding-bottom: 150px;position: relative;width: 43%;}
.innerProductDetail-txt h3.innerProductDetail-txt-h3{font-weight: normal;font-size: 30px;color: #333;font-family: 'sspBold';
padding: 20px 0;border-bottom: 1px solid #ddd;}
.innerProductDetail-txt p.innerProductDetail-txt-p{font-size: 14px;overflow: hidden;border-bottom: 1px dashed #ddd;
padding: 6px 0;color: #454545;font-style: italic;}
.innerProductDetail-txt p.innerProductDetail-txt-p span{float: left;width: 140px;}
.innerProductDetail-txt p.innerProductDetail-txt-p em{float: right;width: calc(100% - 140px);white-space: break-spaces;
font-style: italic;}
.innerProductDetail-txt a.innerProductDetail-txt-a{display: block;width: 160px;height: 50px;text-align: center;
line-height: 50px;background: #004387;text-transform: uppercase;color: #fff;font-size: 16px;position: absolute;left: 0;bottom: 50px;}
.innerProductDetail-content{margin: 30px 0;}
.innerProductDetail-content-title{height: 60px;background: #eeeeee;}
.innerProductDetail-content-title span{float: left;line-height: 60px;background: #004387;color: #fff;text-transform: uppercase;
font-family: 'sspBold';padding: 0 35px;}
.innerProductDetail-content-list{margin: 20px 0;font-size: 14px;font-style: italic;}
.innerProductDetail-content-list *{max-width: 100%;}

.innerBanner{font-size: 0;position: relative;height: 300px;}
.innerBanner img{width: 100%;height: 100%;object-fit: cover;}
.innerBanner span{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;height: 50px;line-height: 50px;text-transform: uppercase;
font-size: 48px;text-transform: uppercase;color: #fff;text-align: center;}

.innerAbout{width: 1400px;margin: auto;}
.innerAbout dl{margin: 60px auto;display: flex;flex-direction: row-reverse;}
.innerAbout dl:nth-child(even){flex-direction: row;}
.innerAbout dl dt{font-size: 0;width: 50%;}
.innerAbout dl dt img{width: 100%;height: 100%;object-fit: cover;}
.innerAbout dl dd{border: 1px solid #e5e5e5;padding: 40px;box-sizing: border-box;width: 50%;}
.innerAbout dl dd h3{font-size: 30px;color: #333;font-weight: normal;font-family: 'sspBold';}
.innerAbout dl dd p{font-size: 16px;line-height: 1.6;color: #454545;margin-top: 10px;}

.innerNews{padding: 10px 0;width: 1400px;margin: auto;}
.innerNews dl{margin: 40px auto;width: ;background: #fff;padding: 40px;overflow: hidden;position: relative;transition: all 0.3s;top: 0;
border: 1px solid #e5e5e5;box-sizing: border-box;}
.innerNews dl dt{float: left;height: 250px;font-size: 0;line-height: 250px;overflow: hidden;width: 450px;}
.innerNews dl dt img{width: 100%;height: 100%;}
.innerNews dl dd{float: right;width: 820px;width: calc(100% - 500px);}
.innerNews dl dd h3{font-size: 18px;color: #333;font-weight: normal;transition: all 0.5s;border-bottom: 1px solid #e5e5e5;
padding: 6px 100px 19px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: 'sspBold';}
.innerNews dl dd p{font-size: 16px;line-height: 30px;height: 90px;overflow: hidden;margin: 25px 0 35px;
text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient:vertical;overflow:hidden;}
.innerNews dl dd span{font-size: 14px;transition: all 0.3s;display: block;width: 120px;height: 32px;color: #fff;
border-radius: 0px;line-height: 32px;text-indent: 15px;background: #004387 url(index-title-right.png) no-repeat 88px center;}
.innerNews dl dd div{position: absolute;right: 0;top: 0;width: 124px;height: 96px;background: #004387;text-align: center;}
.innerNews dl dd div em{display: block;font-size: 36px;color: #fff;font-family: "century gothic";height: 48px;line-height: 48px;
margin-top: 10px;font-weight: bold;}
.innerNews dl dd div b{display: block;font-size: 16px;color: #fff;font-family: "century gothic";font-weight: normal;}
.innerNews dl:hover{top: -5px;box-shadow: 0px 8px 20px 0px rgba(4, 0, 0, 0.15);}
.innerNews dl:hover dd h3{color: #004387;}

.innerDetail{width: 1320px;margin: 0px auto 50px;overflow: hidden;padding: 40px;border: 1px solid #e5e5e5;}
.innerDetail-title{border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
.innerDetail-title h3{font-size: 24px;font-weight: normal;color: #333;font-family: 'sspBold';}
.innerDetail-title p{font-size: 14px;margin-top: 10px;}
.innerDetail-list{min-height: 300px;margin: 40px 0;font-size: 16px;}
.innerDetail-list *{max-width: 100%;}
.innerDetail-link{background: #f5f5f5;overflow: hidden;padding: 25px 20px;}
.innerDetail-link p{font-size: 16px;color: #333;width: 48%;float: left;font-weight: bold;}
.innerDetail-link p:last-child{float: right;text-align: right;}
.innerDetail-link p em{font-size: 16px;color: #333;font-weight: normal;}
.innerDetail-link p a{font-size: 16px;color: #333;font-weight: normal;}

.innerContact{padding: 30px;width: 1340px;margin: 60px auto;border: 1px solid #e5e5e5;}
.innerContact dl{overflow: hidden;}
.innerContact dl dt{float: right;width: 750px;width: 56%;}
.innerContact dl dd{float: left;width: 520px;margin-top: 25px;width: 39%;}
.innerContact dl dd h3{font-size: 24px;text-transform: uppercase;color: #333;}
.innerContact dl dd p{font-size: 16px;color: #454545;margin: 10px 0;display: flex;justify-content: space-between;align-items: baseline;}
.innerContact dl dd p em{align-items: center;display: flex;height: 24px;}
.innerContact dl dd p span{width: calc(100% - 25px);}

.keywords{width: 1400px;margin: 25px auto;font-size: 16px;color: #333;}
.keywords b{font-family: 'sspBold';}

.innerSearch{width: 1400px;margin: 0 auto 30px;overflow: hidden;}
.innerSearch div.innerSearch-item{float: left;width: 260px;height: 330px;width: 18.57%;margin-right: 1.7875%;margin-bottom: 25px;}
.innerSearch div.innerSearch-item:nth-child(5n){margin-right: 0;}
.innerSearch div.innerSearch-item dl{position: relative;border: 1px solid #dddddd;}
.innerSearch div.innerSearch-item dt{height: 260px;line-height: 260px;text-align: center;font-size: 0;}
.innerSearch div.innerSearch-item dt img{max-width: 100%;}
.innerSearch div.innerSearch-item dd{margin: 22px 25px;font-size: 16px;text-align: center;color: #333;white-space: nowrap;overflow: hidden;
text-overflow: ellipsis;}

.innerBrochure{zoom: 1;width: 1400px;margin: 50px auto;}
.innerBrochure:after{content: "";display: block;height: 0;clear:both;visibility: hidden;}
.innerBrochure dl{float: left;margin: 15px 0;width: 49%;font-size: 0;padding: 28px 0;border: 1px solid #e5e5e5;}
.innerBrochure dl:nth-child(even){float: right;}
.innerBrochure dl dt{display: inline-block;vertical-align: middle;width: 18%;text-align: center;border-left: 1px solid #e7e7e7;
box-sizing: border-box;height: 70px;}
.innerBrochure dl dt p{width: 48px;height: 48px;background: #dddddd;border-radius: 50%;font-size: 0;text-align: center;
line-height: 48px;margin: auto;transition: all 0.3s;}
.innerBrochure dl dt span{font-size: 12px;margin-top: 5px;display: block;}
.innerBrochure dl dd{display: inline-block;vertical-align: middle;width: 82%;box-sizing: border-box;padding: 0 60px;
background: url(word.png) no-repeat 30px center;}
.innerBrochure dl dd em{font-size: 16px;color: #333;transition: all 0.3s;}
.innerBrochure dl:hover dt p{background: #004387;}
.innerBrochure dl:hover dd em{color: #004387;font-weight: bold;}

.index-banner3 .bd ul .index-banner2-item{width: 18.57%;margin-right: 1.787%;border: none;}
.index-banner3 .bd ul .index-banner2-item a{border: 1px solid #ddd;display: block;height: 328px;transition: all 0.3s;}
.index-banner3 .bd ul .index-banner2-item:hover a{border-color: #004387;}

@media only screen and (max-width:1550px){
	.margin-c{width: 90%;}
	.index-banner3 .hd>ul{width: 90%;}
	.index-banner3 .bd{width: 90%;}
	.innerPosition{width: 90%;}
	.innerProduct{width: 90%;}
	.innerProductDetail{width: 90%;}
	.innerAbout{width: 90%;}
	.innerNews{width: 90%;}
	.innerDetail{width: 90%;box-sizing: border-box;}
	.innerBrochure{width: 90%;}
	.innerContact{width: 90%;box-sizing: border-box;}
	.keywords{width: 90%;}
	.innerSearch{width: 90%;}
}
@media only screen and (max-width:1450px){
	.index-nav>ul>li{margin: 0 40px 0 30px;}
}
@media only screen and (max-width:1350px){
	
}
@media only screen and (max-width:1300px){
	.index-nav>ul>li{margin: 0 35px 0 25px;}
	/* .innerSearch div{width: 23.5%;margin-right: ;} */
}

.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
	background-color: #fff !important;
	/* font-family: "微软雅黑"; */
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 40px !important;
	margin-top: 20px !important;
}

.layui-laypage-curr em:nth-child(2) {
	background-color: initial !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #ddd !important;
}

.layui-laypage-prev {
	border: 1px solid #ddd !important;
}

.layui-laypage a {
	border: 1px solid #ddd !important;
}

.layui-laypage-next {
	border: 1px solid #ddd !important;
}

.layui-laypage-em {
	color: #f4f5ec !important;
	background-color: #1D10B2 !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

@media only screen and (min-width: 750px) and (max-width:2000px) {
	.layui-laypage a:hover {
		color: #1D10B2 !important;
	}
}

@media only screen and (min-width: 750px) and (max-width:2000px) {
	.index-foot-foot a:hover {
		text-decoration: underline;
	}

	.index-foot-nav ul li a:hover {
		text-decoration: underline;
	}

	.index-banner6-btn:hover {
		background-color: #004387;
		border: 1px solid #004387;
	}

	.index-banner5-item:hover .index-banner5-item-btn {
		border: 1px solid #004387;
		color: #fff;
		background-color: #004387;
	}

	.index-banner5-item:hover .index-banner5-item-btn img:nth-child(2) {
		display: inline-block;
	}

	.index-banner5-item:hover .index-banner5-item-btn img:nth-child(1) {
		display: none;
	}

	.index-banner5-item:hover .index-banner5-item-img img {
		transform: scale(1.05);
	}

	.index-banner4-item:hover img {
		transform: scale(1.05);
	}

	.index-banner2-item:hover .index-banner2-img img {
		transform: scale(1.05);
	}

	.index-banner2-item:hover {
		border: 1px solid #004387;
	}

	.index-title-right img:nth-child(2) {
		display: none;
	}

	.index-title-right:hover img:nth-child(2) {
		display: inline-block;
	}

	.index-title-right:hover {
		background-color: #fff;
		color: #004387;
	}

	.index-title-right:hover img:nth-child(1) {
		display: none;
	}

	.index-nav>ul>li>a:hover {
		text-decoration: underline;
	}

	.index-top-right:hover {
		color: #fff;
		background-color: #004387;
	}

	.index-top-right:hover img:nth-child(1) {
		display: none;
	}

	.index-top-right:hover img:nth-child(2) {
		display: inline-block;
	}

	.index-top-Search-right:hover {
		color: #004387;
		background-color: #fff;
		border-left: 1px solid #e5e5e5;
	}
}

