
/* CSS 鼠标效果 */
@font-face {
 font-family: 'AvantgardeltBold';
 src: url('../font/AvantGardeLT-Bold.eot');
 src: url('../font/AvantGardeLT-Bold.eot') format('embedded-opentype'),  url('../font/AvantGardeLT-Bold.woff2') format('woff2'),  url('../font/AvantGardeLT-Bold.woff') format('woff'),  url('../font/AvantGardeLT-Bold.ttf') format('truetype');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'AvantGardeLTMedium';
 src: url('../font/AvantGardeLTMedium.eot');
 src: url('../font/AvantGardeLTMedium.eot') format('embedded-opentype'),  url('../font/AvantGardeLTMedium.woff2') format('woff2'),  url('../font/AvantGardeLTMedium.woff') format('woff'),  url('../font/AvantGardeLTMedium.ttf') format('truetype'),  url('../font/AvantGardeLTMedium.svg') format('svg');
 font-weight: 500;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
	font-family:"PingFang SC", Arial, sans-serif;
	padding-top: 88px;
}
ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, header, footer {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
input, textarea, select, button {
	font-size: 16px;
	outline:none;
	font-family:Arial, Verdana, sans-serif;
}
svg {
	border: none;
}
::-webkit-input-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
:-ms-input-placeholder {
color: #999;
}
a {
	text-decoration: none;
	color:#333;
	transition: color 0.56s ease;
}
a:hover {
	color: #285e98;
}
.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both
}
.clearfix {
	zoom:1;
}
.clear {
	clear:both
}
.overflow {
	overflow-y:hidden;
}
img {
	display: inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
	height: auto;
	border: none;
}
.wrap {
	width: 1465px;
	margin: 0 auto;
}
.ovh {
	overflow: hidden;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: rgba(24, 24, 24, .07);
}
::-webkit-scrollbar-thumb {
background: rgba(24, 24, 24, .3);
border-radius: 8px;
transition: background 0.4s ease;
}
::-webkit-scrollbar-thumb:hover {
background: #34495e;
}
/*顶部*/
.header {
	width: 100%;
	height:88px;
	padding: 0 55px;
	background:#fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.header .logo {
	height: 88px;
	padding: 9px 0 7px;
	flex: 0 0 auto;
}
.header .nav>ul>li {
	line-height: 90px;
	position: relative;
	margin-left: 60px;
	float: left;
}
.header .nav>ul>li:before {
	content: "";
	width:0;
	height: 4px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	bottom:0px;
	z-index: 1;
	transform: translate(-50%, 0);
	opacity: 0;
transition: all .4s;
}
.header .nav>ul>li>a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	position: relative;
	z-index: 11;
transition: all .4s;
}
.header .nav>ul>li:hover:before, .header .nav>ul>li.on::before {
width:15px;
opacity: 1;
}
.header .headContact {
	margin-left: 120px;
	display:flex;
	font-size: 14px;
	color:#777;
	line-height: 24px;
	white-space:nowrap
}
.header .headContact .whatsapp {
	background: url(../images/icon21.png) no-repeat left center;
	padding-left: 35px;
	margin-right: 30px;
}
.header .headContact .email {
	background: url(../images/icon22.png) no-repeat left center;
	padding-left: 35px;
}
.header .searchBtn {
	width: 22px;
	height: 22px;
	background: url(../images/icon02.png) no-repeat center;
	margin-left: 50px;
	cursor: pointer;
}
.menu-toggle {
	display: none;
}
/*首页bannner*/
.banner {
	position: relative;
	z-index: 1111;
}
.banner .swiper-container {
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner .swiper-container .swiper-slide img {
	width:100%;
}
.banner .arrow {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 60px;
	bottom: 50px;
	z-index: 111;
}
.banner .arrow .arrow-left {
	width: 20px;
	height: 20px;
	background: url(../images/banner_arrow_left.png) no-repeat center;
}
.banner .arrow .arrow-right {
	width: 20px;
	height: 20px;
	background: url(../images/banner_arrow_right.png) no-repeat center;
}
.banner .arrow .swiper-pagination {
	position: relative;
	bottom: 0;
}
.banner .shubiao {
	padding-bottom: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/shubiao.png) no-repeat center bottom;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 11;
}
.neiBanner {
	height: 520px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.title {
	margin-bottom: 65px;
	text-align: center;
}
.title h2 {
	font-family: "AvantgardeltBold";
	font-size: 44px;
	line-height: 1;
}
.title h2 span {
	color: #000;
}
.title p {
	color: #999;
	font-size: 18px;
	font-family: "AvantGardeLTMedium";
	margin-top: 15px;
}
.ntitle {
	margin-bottom: 45px;
}
.ntitle h2 {
	font-family: "AvantgardeltBold";
	font-size: 36px;
	color: #333;
	line-height: 1;
}
.iabout {
	padding: 140px 0;
	background: url(../images/iaboutBg.jpg) no-repeat center bottom;
	background-size: cover;
}
.iabout .title {
	text-align: left;
}
.iabout .box {
	margin-bottom: 90px;
}
.iabout .box .con {
	width: 50%;
}
.iabout .box .con .text {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 70px;
}
.iabout .box .con .num ul li dl {
	color: #666;
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.iabout .box .con .num ul li dl b {
	font-size: 50px;
	color: #000;
	line-height: 1;
}
.iabout .box .con .num ul li p {
	color: #666;
}
.iabout .box .pic {
	width: 50%;
	padding-left: 60px;
}
.iabout .box .pic dl {
	border-radius: 30px;
	overflow: hidden;
}
.iabout .more {
	width: 185px;
	height: 50px;
	line-height: 50px;
	color: #000;
	padding-left: 40px;
	background-image: linear-gradient(to right, #d8dbe0, #eff1f3);
	border-radius: 50px;
	display: block;
	position: relative;
}
.iabout .more::before {
content: "";
width: 14px;
height: 10px;
background: url(../images/icon03.png) no-repeat center;
position: absolute;
right: 36px;
top: 50%;
transform: translateY(-50%);
}
.ipro {
	padding: 80px 0 40px;
}
.ipro .box ul {
	margin: 0 -9px;
}
.ipro .box ul li {
	width: 50%;
	padding: 0 9px;
	margin-bottom: 18px;
}
.ipro .box ul li a {
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
transition: all .4s;
}
.ipro .box ul li a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .18);
}
.ipro .box ul li .con {
	width: 50.3%;
	padding: 70px 10px 40px 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.ipro .box ul li .con h3 {
	font-size: 24px;
	color: #2f3740;
}
.ipro .box ul li .con dd {
	width:120px;
	height: 42px;
	line-height: 42px;
	background-image: linear-gradient(to right, #d8dbe0, #eff1f3);
	color: #000;
	font-size: 14px;
	text-align: center;
}
.ipro .box ul li .pic {
	width: 49.7%;
}
.ipro .box ul li .pic dl {
	padding-bottom: 76.6666%;
}
.why {
	padding: 40px 0 105px;
}
.why .text {
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 1.8;
	margin-top: -35px;
	margin-bottom: 50px;
}
.why .box {
	position: relative;
}
.why .box::before {
content: "";
width: 365px;
height: 29px;
background: url(../images/icon08.png) no-repeat center;
position: absolute;
left: 0;
bottom: -29px;
}
.why .box::after {
content: "";
width: 365px;
height: 29px;
background: url(../images/icon09.png) no-repeat center;
position: absolute;
right: 0;
bottom: -29px;
}
.why .box .item {
	width: 25%;
	height: 376px;
	text-align: center;
	padding: 45px 25px 0;
}
.why .box .item i {
	height: 80px;
	display: block;
	margin-bottom: 40px;
}
.why .box .item .tit {
	font-size: 24px;
	color: #285e98;
	font-family: "AvantGardeLTMedium";
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 30px;
}
.why .box .item .tit::before {
content: "";
width: 66px;
height: 2px;
background: #dbdbda;
position: absolute;
left: 50%;
bottom: 0;
transform:translateX(-50%);
}
.why .box .item .textCon {
	color: #999;
	font-family: "AvantGardeLTMedium";
	font-size: 14px;
	line-height: 1.8;
}
.why .box .item:nth-child(1), .why .box .item:nth-child(3) {
box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}
.why .box .item:nth-child(even) {
background: #285e98;
}
.why .box .item:nth-child(even) .tit {
color: #fff;
}
.why .box .item:nth-child(even) .tit::before {
background: #fff;
}
.why .box .item:nth-child(even) .textCon {
color: #fff;
}
.ihonor {
	padding: 70px 0 0;
	background: #eeeeee;
}
.ihonor .wrap {
	padding-bottom: 60px;
	background: url(../images/honorBg.jpg) no-repeat right bottom;
}
.ihonor .box {
	padding-right: 460px;
}
.ihonor .box ul {
	margin: 0 -15px;
}
.ihonor .box ul li {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
}
.ihonor .box ul li ol {
	background: url(../images/honorBox.jpg) no-repeat center;
	background-size: cover;
	padding: 11px 12px;
}
.ihonor .box ul li dl {
	padding-bottom: 142.8%;
}
.iequipment {
	padding: 80px 0 40px;
}
.iequipment .swiper-slide dl {
	padding-bottom: 70%;
}
.iequipment .box {
	position: relative;
}
.iequipment .box .arrow-left, .iequipment .box .arrow-right {
	width: 41px;
	height: 41px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.iequipment .box .arrow-left {
	background: url(../images/arrow-left.png) no-repeat center;
	left: -65px;
}
.iequipment .box .arrow-left:hover {
	background: url(../images/arrow-left02.png) no-repeat center;
}
.iequipment .box .arrow-right {
	background: url(../images/arrow-right.png) no-repeat center;
	right: -65px;
}
.iequipment .box .arrow-right:hover {
	background: url(../images/arrow-right02.png) no-repeat center;
}
.inews {
	padding: 40px 0 60px;
}
.inews .box {
	margin-bottom: 40px;
}
.inews .box .pic {
	width: 49%;
	padding-right: 25px;
}
.inews .box .pic .picBox {
	position: relative;
}
.inews .box .pic .picBox a {
	display: block;
	position: relative;
}
.inews .box .pic .picBox dl {
	padding-bottom: 99%;
	border-radius: 20px;
}
.inews .box .pic .picBox ol {
	width:calc(100% - 60px);
	height: 156px;
	padding: 30px;
	background: #f9f9f9;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.inews .box .pic .picBox ol h3 {
	font-size: 22px;
	color: #333;
	font-family: "AvantGardeLTMedium";
	font-weight: 500;
}
.inews .box .pic .picBox ol dt {
	color: #333;
}
.inews .box .pic .picBox ol dd {
	color:#285e98;
	background:url(../images/icon10.png) no-repeat right center;
	padding-right: 25px;
	position: absolute;
	right: 30px;
	bottom: 30px;
transition: all .4s;
}
.inews .box .con {
	width: 51%;
}
.inews .box .con ul li {
	margin-bottom: 22px;
}
.inews .box .con ul li a {
	height: 156px;
	padding: 30px;
	background: #f9f9f9;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.inews .box .con ul li h3 {
	font-size: 22px;
	color: #333;
	font-family: "AvantGardeLTMedium";
	font-weight: 500;
}
.inews .box .con ul li dt {
	color: #333;
}
.inews .box .con ul li dd {
	color:#285e98;
	background:url(../images/icon10.png) no-repeat right center;
	padding-right: 25px;
	position: absolute;
	right: 30px;
	bottom: 20px;
	opacity: 0;
transition: all .4s;
}
.inews .box .con ul li a:hover h3 {
	color:#285e98;
}
.inews .box .con ul li a:hover dd {
	opacity: 1;
}
.inews .more {
	width: 160px;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background-image: linear-gradient(to right, #1b4784, #4893bf);
	display: block;
	margin: 0 auto;
}
.neiNavBread {
	background: #fafafa;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	line-height: 88px;
	margin-top: -25px;
	position: relative;
	z-index: 11;
}
.neiNavBread .neiNav ul li {
	margin-right: 78px;
}
.neiNavBread .neiNav ul li a {
	color: #333;
	font-size: 18px;
	position: relative;
	display: block;
}
.neiNavBread .neiNav ul li a:hover, .neiNavBread .neiNav ul li.on a {
	color:#285e98;
}
.neiNavBread .neiNav ul li.on a::before {
content: "";
width: 100%;
height: 2px;
background: #285e98;
position: absolute;
left: 0;
bottom: 0;
}
.neiNavBread .bread {
	padding-left: 26px;
	background: url(../images/icon11.png) no-repeat left center;
	color: #686868;
}
.neiNavBread .bread a {
	color: #686868;
}
.neiNavBread .bread a:hover {
	color: #285e98;
}
.products.view .neiNavBread {
	line-height: 70px;
	border-radius: 0;
	margin-top: 0;
}
.newsView.view .neiNavBread {
	line-height: 70px;
	border-radius: 0;
	margin-top: 0;
}
.anchorPoint {
	padding-top:87px;
	margin-top:-87px;
}
.companyProfile {
	padding: 88px 0 120px;
}
.companyProfile .box {
	margin-bottom: 80px;
}
.companyProfile .box .con {
	width: 56.5%;
	padding-right: 55px;
}
.companyProfile .box .con .text {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 70px;
}
.companyProfile .box .con .num ul li dl {
	color: #666;
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.companyProfile .box .con .num ul li dl b {
	font-size: 50px;
	color: #000;
	line-height: 1;
}
.companyProfile .box .con .num ul li p {
	color: #666;
}
.companyProfile .box .pic {
	width: 43.5%;
}
.companyProfile .box .pic dl {
	border-radius: 30px;
	overflow: hidden;
}
.developmentHistory {
	padding: 80px 0 116px;
	background: url(../images/historyBg.jpg) no-repeat center top;
	background-size: cover;
}
.developmentHistory .box {
	position: relative;
	padding-top: 50px;
}
.developmentHistory .swiper-wrapper {
	display: flex;
	align-items: flex-end;
}
.developmentHistory .swiper-slide .item {
	min-height: 210px;
	padding: 30px 20px;
	background: #fff;
transition: all .4s;
}
.developmentHistory .swiper-slide .item .tit {
	font-size: 24px;
	font-family: "AvantGardeLTMedium";
	font-weight: 500;
	margin-bottom: 20px;
}
.developmentHistory .swiper-slide .item .text {
	line-height: 1.8;
}
.developmentHistory .swiper-slide .item:hover {
	background: #d8dbe0;
	color: #000;
}
.developmentHistory .swiper-slide:nth-child(2) .item {
min-height: 250px;
}
.developmentHistory .swiper-slide:nth-child(3) .item {
min-height: 290px;
}
.developmentHistory .swiper-slide:nth-child(4) .item {
min-height: 330px;
}
.developmentHistory .swiper-slide:nth-child(5) .item {
min-height: 370px;
}
.developmentHistory .swiper-slide:nth-child(6) .item {
min-height: 410px;
}
.developmentHistory .swiper-slide:nth-child(7) .item {
min-height: 450px;
}
.developmentHistory .swiper-slide:nth-child(8) .item {
min-height: 490px;
}
.developmentHistory .swiper-slide:nth-child(9) .item {
min-height: 530px;
}
.developmentHistory .swiper-slide:nth-child(10) .item {
min-height: 570px;
}
.developmentHistory .arrow-left, .developmentHistory .arrow-right {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	position: absolute;
	top: 0;
}
.developmentHistory .arrow-left {
	background:#fff url(../images/history-arrow-left.png) no-repeat center;
	left: 0;
}
.developmentHistory .arrow-left.swiper-button-disabled {
	cursor: default;
}
.developmentHistory .arrow-right {
	background:#fff url(../images/history-arrow-right.png) no-repeat center;
	left: 65px;
}
.developmentHistory .arrow-right.swiper-button-disabled {
	cursor: default;
}
.developmentHistory .arrow-left:hover {
	background:#285e98 url(../images/history-arrow-left02.png) no-repeat center;
}
.developmentHistory .arrow-right:hover {
	background:#285e98 url(../images/history-arrow-right02.png) no-repeat center;
}
.companyCulture {
	padding: 80px 0 120px;
}
.companyCulture .text {
	font-family:"AvantGardeLTMedium", serif;
	line-height: 1.8;
	margin-bottom: 70px;
}
.companyCulture .box {
	margin: 0 -16px;
}
.companyCulture .box .item {
	width: 25%;
	padding: 0 16px; margin-bottom:30px;
}
.companyCulture .box .item .con {
	position: relative;
}
.companyCulture .box .item dl {
	padding-bottom: 129.4117%;
}
.companyCulture .box .item dd {
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-family: "AvantgardeltBold";
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 25px;
}
.companyCulture .box .item ol {
	width: 100%;
	height: 100%;
	background: #d8dbe0;
	padding:88px 40px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
transition: all .4s;
}
.companyCulture .box .item ol h3 {
	font-size: 24px;
	color: #000;
	font-family: "AvantgardeltBold";
	font-weight: 500;
	padding-bottom: 35px;
	margin-bottom: 25px;
	position: relative;
}
.companyCulture .box .item ol h3::before {
content: "";
width: 35px;
height: 3px;
background: #000;
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.companyCulture .box .item ol dt {
	font-size: 18px;
	font-family: "AvantGardeLTMedium";
	line-height: 1.8;
}
.companyCulture .box .item .con:hover ol {
	opacity: 1;
}
.products {
	padding: 70px 0;
}
.products.view {
	padding: 0 0 70px;
}
.leftNav {
	width: 400px;
}
.leftNav>ul>li {
	margin-bottom: 1px;
}
.leftNav>ul>li>a {
	font-size: 18px;
	line-height: 70px;
	font-weight: bold;
	display: block;
	padding: 0 10px;
transition: all .4s;
}
.leftNav>ul>li>a:hover, .leftNav>ul>li.on>a {
	background: #285e98;
	color: #fff;
}
.leftNav>ul>li>.subnav {
	display: none;
	border-bottom: #d9d9d9 solid 1px;
}
.leftNav>ul>li>.subnav>ul>li>a {
	line-height: 44px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
}
.leftNav>ul>li>.subnav>ul>li>a.tit {
	background: url(../images/icon12_01.png) no-repeat right 15px center;
}
.leftNav>ul>li>.subnav>ul>li.on>a.tit {
	background: url(../images/icon12_02.png) no-repeat right 15px center;
}
.leftNav>ul>li>.subnav>ul>li.on>a {
	color: #285e98
}
.leftNav>ul>li>.subnav>ul>li>.subnav {
	display: none;
}
.leftNav>ul>li>.subnav>ul>li>.subnav>a {
	color: #999;
	line-height: 36px;
	display: block;
	padding-left: 36px;
}
.leftNav>ul>li>.subnav>ul>li>.subnav>a:hover {
	color: #285e98;
}
.rightBox {
	width: calc(100% - 440px);
}
.prolist {
}
.prolist .tit {
	line-height: 70px;
	font-size: 30px;
	color: #0e0e0e;
	font-family:"AvantGardeLTMedium", serif;
	text-align: center;
	margin-bottom: 20px;
}
.prolist .download {
	margin-bottom: 25px;
}
.prolist .download a {
	background:url(../images/icon23.png) no-repeat left center;
	padding-left:25px;
}
.prolist .box {
	margin-bottom: 60px;
}
.prolist .box ul li {
	width: 33.3333%;
	border: #efefef solid 1px;
	margin-top: -1px;
	margin-left: -1px;
}
.prolist .box ul li dl {
	padding-bottom: 78.26%;
}
.prolist .box ul li dl img {
	padding: 20px;
}
.prolist .box ul li ol {
	text-align: center;
	padding: 10px 10px 50px;
}
.prolist .box ul li ol h3 {
	min-height: 42px;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
}
.prolist .box ul li ol dd {
	font-size: 14px;
	background: url(../images/history-arrow-right.png) no-repeat right center;
	padding-right: 20px;
	display: inline-block;
}
.proview .proHead {
	padding: 30px 0 20px;
}
.proview .proHead .pic {
	width: 50%;
	padding-left: 70px;
}
.proview .proHead .pic .swiper {
	border: #e1e1e1 solid 1px;
}
.proview .proHead .pic dl {
	padding-bottom: 100%;
}
.proview .proHead .pic dl img {
	padding: 20px;
}
.proview .proHead .con {
	width: 50%;
	padding-right: 50px;
}
.proview .proHead .con .tit {
	margin-bottom: 60px;
}
.proview .proHead .con .tit h1 {
	font-size: 36px;
}
.proview .proHead .con .text {
	line-height: 2;
}
.proview .proCon .proTabNav {
	background: #fafafa;
	margin-bottom: 40px;
}
.proview .proCon .proTabNav ul li {
	font-size: 18px;
	line-height: 66px;
	margin-right: 70px;
	cursor: pointer;
	position: relative;
}
.proview .proCon .proTabNav ul li:hover {
	color: #285e98;
}
.proview .proCon .proTabNav ul li.on {
	color: #285e98;
	border-bottom: #285e98 solid 3px;
}
.proview .proCon .proTabCon .item {
	display: none;
	line-height: 1.8;
}
.proview .proCon .proTabCon .item.show {
	display: block;
}
.proview .neiPage {
	margin-top: 60px;
}
.proview .neiPage a {
	width: 150px;
	height: 60px;
	border: #e1e1e1 solid 1px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
transition: all .4s;
}
.proview .neiPage a:hover {
	background: #285e98;
	border: #285e98 solid 1px;
	color: #fff;
}
.honor {
	padding:56px 0 85px;
}
.honor .box ul {
	margin: 0 -24px;
}
.honor .box ul li {
	width: 25%;
	padding: 0 24px;
	margin-bottom: 20px;
}
.honor .box ul li ol {
	background: url(../images/honorBox.jpg) no-repeat center;
	background-size: auto 100%;
	padding: 20px;
	position: relative;
}
.honor .box ul li ol::before {
content: "";
width: 70px;
height: 70px;
background: #136fa3 url(../images/icon13.png) no-repeat center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 11;
opacity: 0;
transition: opacity .4s;
}
.honor .box ul li dl {
	padding-bottom: 144%;
}
.honor .box ul li h3 {
	height: 46px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 18px;
}
.honor .box ul li a:hover ol::before {
opacity: 1;
}
.equipment {
	padding:56px 0 85px;
}
.equipment .box ul {
	margin: 0 -18px;
}
.equipment .box ul li {
	width: 33.3333%;
	padding: 0 18px;
	margin-bottom: 26px;
}
.equipment .box ul li a {
	padding: 15px 13px;
	border: #eaeaea solid 1px;
	display: block;
}
.equipment .box ul li dl {
	padding-bottom: 62.1867%;
}
.equipment .box ul li h3 {
	color: #333;
	font-family:"AvantGardeLTMedium", serif;
	font-weight: 500;
	line-height: 52px;
	position: relative;
	margin-top: 15px;
	padding-right: 60px;
}
.equipment .box ul li h3::before {
content: "";
width: 52px;
height: 52px;
background: #eaeaea url(../images/icon13.png) no-repeat center;
background-size: 18px !important;
position: absolute;
right: 0;
top: 0;
transition: background .4s;
}
.equipment .box ul li a:hover h3::before {
background: #136fa3 url(../images/icon13.png) no-repeat center;
}
.news {
	padding-bottom: 85px;
}
.news .box {
	margin-bottom: 58px;
}
.news .box ul li {
	padding: 40px 10px;
	border-bottom: #f2f2f2 solid 1px;
}
.news .box ul li .pic {
	width: 500px;
}
.news .box ul li .pic dl {
	padding-bottom: 56.4516%;
}
.news .box ul li .con {
	width: calc(100% - 700px);
}
.news .box ul li .con dd {
	color: #999;
	margin-bottom: 20px;
}
.news .box ul li .con .tit {
	margin-bottom: 25px;
}
.news .box ul li .con .tit h3 {
	font-size: 22px;
	color: #333;
	font-family:"AvantGardeLTMedium", serif;
	font-weight: 500;
transition: all .4s;
}
.news .box ul li .con .text {
	color: #999;
	margin-bottom: 35px;
}
.news .box ul li .con dt {
	width: 110px;
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	border-radius: 50px;
transition: all .4s;
}
.news .box ul li .con dt::before {
content: "";
width: 14px;
height: 10px;
background: url(../images/icon14.png) no-repeat center;
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
transition: all .4s;
}
.news .box ul li a:hover .con .tit h3 {
	color: #285e98;
}
.news .box ul li a:hover .con dt {
	width: 185px;
	color: #000;
	padding-left: 40px;
	background-image: linear-gradient(to right, #d8dbe0, #eff1f3);
	border-radius: 50px;
}
.news .box ul li a:hover .con dt::before {
background: url(../images/icon14.png) no-repeat center;
right: 36px;
}
.newsView .newsViewBox {
	padding: 70px 0;
}
.newsView .newsViewBox .newsHead {
	text-align: center;
	margin-bottom: 50px;
}
.newsView .newsViewBox .newsHead .tit {
	border-bottom: #eeeeee solid 1px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.newsView .newsViewBox .newsHead p {
	color: #999;
	font-size: 15px;
}
.newsView .newsViewBox .text {
	font-size: 18px;
	line-height: 2;
	color: #666;
	font-family:"AvantGardeLTMedium", serif;
	margin-bottom: 70px;
}
.newsView .newsViewBox .newsPage {
	height: 80px;
	border-top: #eeeeee solid 1px;
	border-bottom: #eeeeee solid 1px;
}
.newsView .newsViewBox .newsPage a {
	color: #666;
}
.newsView .newsViewBox .newsPage a:hover {
	color: #285e98;
}
.newsView .newsViewBox .newsPage a.prev, .newsView .newsViewBox .newsPage a.next {
	max-width: 45%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsView .newsViewBox .newsPage .return {
	width: 20px;
	height: 20px;
	background: url(../images/icon15.png) no-repeat center;
}
.video {
	padding:56px 0 85px;
}
.video .box ul {
	margin: 0 -18px;
}
.video .box ul li {
	width: 33.3333%;
	padding: 0 18px;
	margin-bottom: 26px;
}
.video .box ul li a {
	padding: 15px 13px;
	border: #eaeaea solid 1px;
	display: block;
}
.video .box ul li dl {
	padding-bottom: 62.1867%;
}
.video .box ul li h3 {
	color: #333;
	font-family:"AvantGardeLTMedium", serif;
	font-weight: 500;
	line-height: 52px;
	position: relative;
	margin-top: 15px;
	padding-right: 60px;
}
.video .box ul li h3::before {
content: "";
width: 42px;
height: 52px;
background:url(../images/icon16.png) no-repeat center;
position: absolute;
right: 0;
top: 0;
}
.contact {
	padding: 70px 0 115px;
}
.contact .lxbk {
	display: flex;
}
.contact .lxbk .tit {
	margin-bottom: 20px;
	width:50%;
}
.contact .lxbk .tit1 {
	margin-bottom: 20px;
	width:50%;
}
.contact .tit {
	margin-bottom: 60px;
}
.contact .tit h2 {
	font-family: "AvantgardeltBold";
	font-size: 24px;
	line-height: 1;
}
.contact .box ul {
	margin: 0 -15px;
}
.contact .box ul li {
	width: 25%;
	padding: 0 15px;
}
.contact .box ul li .item {
	height: 160px;
	background: #f0f5f8;
	display: flex;
	align-items: center;
	justify-content:center;
	position: relative;
	overflow: hidden;
}
.contact .box ul li .item::before {
content: "";
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #1b4784, #4893bf);
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: all .4s;
}
.contact .box ul li .item ol {
	padding: 0 15px;
	text-align: center;
	position: relative;
	z-index: 11;
}
.contact .box ul li .item ol i {
	height: 32px;
	overflow: hidden;
	display: block;
}
.contact .box ul li .item ol dl {
	font-size: 18px;
	font-family:"AvantGardeLTMedium", serif;
	margin-top: 15px;
transition: all .4s;
}
.contact .box ul li .item dt {
	width: 130px;
	flex: 0 0 auto;
	position: relative;
	z-index: 11;
}
.contact .box ul li .item dt img {
	width: 100%;
}
.contact .box ul li .item:hover::before {
opacity:1;
}
.contact .box ul li .item:hover ol i {
	overflow: hidden;
	filter: drop-shadow(#fff 0 100px);
	transform: translateY(-100px);
}
.contact .box ul li .item:hover ol dl {
	color: #fff;
}
.message {
	background: #fafafa url(../images/contact.jpg) no-repeat left center;
	background-size: 50% auto;
}
.message .box {
	width: 50%;
	padding: 60px 0px 60px 60px;
}
.message .box .tit {
	margin-bottom: 60px;
}
.message .box .tit h3 {
	font-size: 24px;
	font-family: "AvantgardeltBold";
	margin-bottom: 20px;
}
.message .box .tit p {
	font-family: "AvantGardeLTMedium";
	color: #666;
}
.message .box .formBox input {
	width: 100%;
	height: 60px;
	background: #f7f7f7;
	border: #dadce0 solid 1px;
	font-size: 14px;
	padding: 0 20px;
}
.message .box .formBox input.error {
	border: #ff0000 solid 1px;
}
.message .box .formBox textarea {
	width: 100%;
	height: 170px;
	background: #f7f7f7;
	border: #dadce0 solid 1px;
	font-size: 14px;
	padding: 10px 20px;
}
.message .box .formBox textarea.error {
	border: #ff0000 solid 1px;
}
.message .box .formBox button {
	width: 108px;
	height: 46px;
	background-image: linear-gradient(to right, #d8dbe0, #eff1f3);
	border: none;
	color: #000;
	font-size: 15px;
	cursor: pointer;
}
.message .box .formBox ul {
	margin: 0 -14px;
	display: flex;
	flex-wrap: wrap;
}
.message .box .formBox ul li {
	width: 50%;
	padding: 0 14px;
	margin-bottom: 28px;
}
.message .box .formBox ol {
	margin-bottom: 28px;
}
.footer {
	background: #f4f4f4;
}
.footer .logoTel {
	padding: 35px 0;
	border-bottom: 1px solid #e4e4e4;
}
.footer .logoTel .tel dl {
	color: #999;
	text-align: right;
	margin-bottom: 10px;
}
.footer .logoTel .tel ol {
	font-size: 24px;
	color: #0091db;
	font-weight: bold;
	line-height: 1;
}
.footer .fmain {
	padding: 45px 0 55px;
	color: #000;
}
.footer .fmain .tit {
	font-size: 18px;
	color: #000;
	font-family:"AvantgardeltBold", serif;
	margin-bottom: 25px;
}
.footer .fmain .fnav ul li {
	margin-bottom: 22px;
}
.footer .fmain .fnav ul li a {
	color: #000;
}
.footer .fmain .fnav ul li a:hover {
	color:#000;
}
.footer .fmain .fcontact .box {
	line-height: 30px;
}
.footer .fmain .followus .ewm {
	margin-bottom: 30px;
}
.footer .fmain .followus .ewm img {
	margin-right: 16px;
}
.footer .fmain .followus .share a {
	width: 42px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: #e4e4e4 solid 1px;
	display: block;
	margin-left: -1px;
}
.footer .copyright {
	line-height: 70px;
	border-top: 1px solid #e4e4e4;
	color: #fff;
	font-size: 14px;
}
.footer .copyright a {
	color: #fff;
}
.gotop {
	width: 44px;
	height: 44px;
	background: url(../images/gotop.png) no-repeat center;
	position: fixed;
	right: 60px;
	bottom: 20px;
	z-index: 99;
	cursor: pointer;
}
/*===/分页=============================*/
.fenye {
	text-align: center;
	font-size: 16px;
	width: 100%;
	height: 40px;
	margin: 10px 0 0px;
}
.fenye .prev, .fenye .next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	margin-right: 5px;
	display: inline-block;
	font-family: "宋体";
	font-size: 17px;
	background: #e0e0e0;
transition: all .4s;
}
.fenye a.prev:hover, .fenye a.next:hover {
	background: #285e98;
	color: #fff;
}
.fenye a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}
.fenye a:hover {
	color: #285e98;
}
.fenye a.page-num-current {
	color: #285e98;
}
/*搜索框*/
.search-dialog-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
}
.search-dialog-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.search-dialog {
	position: absolute;
	left:50%;
	top:50%;
	box-sizing:border-box;
	width: 680px;
	padding: 20px 30px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .33);
	border-radius:50px;
}
.search-dialog input[type=text] {
	float: left;
	width: 86%;
	border: none;
	padding: 0;
	font-size:18px;
	line-height: 28px;
	height:28px;
	color: #999;
	background-color: #fff;
	border-radius: 0;
}
.search-dialog input[type=submit] {
	float: right;
	width:28px;
	height:28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border: none;
	padding: 0;
	background-image: url(../images/search-btn.png);
	background-color: transparent;
	cursor: pointer;
}
/* 弹出框 */
.tccBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.tccBox .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.tccBox .BoxCon {
	padding: 20px;
	position: absolute;
	left:50%;
	top:50%;
	box-sizing:border-box;
	transform: translate(-50%, -50%);
	color: #999;
}
.tccBox .BoxCon .off {
	width: 29px;
	height: 29px;
	background:url(../images/off.png) no-repeat center;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}
.tccBox .BoxCon ul video {
	max-width: 1000px;
}
 @media (max-width: 1800px) {
 .header {
padding: 0 35px;
}
 .header .headContact {
margin-left: 35px;
}
 .header .searchBtn {
margin-left: 35px;
}
}
 @media (max-width: 1560px) {
 .wrap {
width: 100%;
padding: 0 35px;
}
 .header .nav>ul>li {
margin-left: 25px;
}
 .header .headContact {
margin-left: 30px;
}
 .header .searchBtn {
margin-left: 25px;
}
 .gotop {
right: 15px;
bottom: 90px;
}
}
 @media (max-width: 1460px) {
 .header .nav>ul>li>a {
font-size: 16px;
}
 .header .headContact {
font-size: 13px;
}
 .header .headContact .whatsapp {
background-size:18px auto;
padding-left: 25px;
margin-right: 18px;
}
 .header .headContact .email {
background-size:18px auto;
padding-left: 25px;
}
 .neiBanner {
height: 420px;
}
 .title {
margin-bottom: 50px;
}
 .title h2 {
font-size: 38px;
}
 .ntitle {
margin-bottom: 30px;
}
 .ntitle h2 {
font-size: 32px;
}
 .iabout {
padding: 100px 0;
}
 .iabout .box {
margin-bottom: 55px;
}
 .iabout .box .con .text {
line-height:1.6;
}
 .iabout .box .con .num ul li dl b {
font-size: 45px;
}
 .ipro .box ul li .con h3 {
font-size: 22px;
}
 .why .text {
font-size: 16px;
}
 .inews .box .pic .picBox ol h3 {
font-size: 18px;
}
 .inews .box .con ul li a {
height: 140px;
}
 .inews .box .con ul li h3 {
font-size: 18px;
}
 .companyProfile .box .con .text {
line-height: 1.6;
}
 .companyProfile .box .con .num ul li dl b {
font-size: 45px;
}
 .developmentHistory .swiper-slide .item .text {
font-size: 15px;
line-height: 1.6;
}
 .companyCulture .box .item dd {
font-size: 20px;
}
 .leftNav>ul>li>a {
font-size: 16px;
}
 .prolist .tit {
font-size: 28px;
margin-bottom: 20px;
}
 .prolist .box ul li ol h3 {
font-size: 16px;
}
 .proview .proHead .con .tit {
margin-bottom: 30px;
}
 .proview .proHead .con .tit h1 {
font-size: 30px;
}
}
 @media (max-width: 1366px) {
 body {
font-size: 15px;
}
 .title h2 {
font-size: 35px;
}
 .ipro .box ul li .con h3 {
font-size: 18px;
}
 .why .box .item .tit {
font-size: 20px;
padding-bottom: 18px;
margin-bottom: 18px;
}
 .why .box .item .textCon {
line-height: 1.6;
}
}
@media (max-width: 1300px) {
 .header .logo {
padding: 12px 0;
}
 .header .nav>ul>li {
margin-left: 20px;
}
 .header .nav>ul>li>a {
font-size: 15px;
}
 .header .searchBtn {
margin-left: 20px;
}
 .companyCulture .box .item ol dt {
font-size: 15px;
}
 .prolist .box ul li ol h3 {
font-size: 15px;
}
 .equipment .box ul li h3 {
font-size: 15px;
}
 .newsView .newsViewBox .text {
font-size: 15px;
}
}
@media (max-width: 1200px) {
 .header {
padding: 0 20px;
}
 .wrap {
padding: 0 20px;
}
 .header .logo {
padding: 17px 0;
}
}
@media (max-width: 1150px) {
 .header .headContact {
display:none
}
}
@media (max-width: 1030px) {
 .neiBanner {
height: 300px;
}
 .title {
margin-bottom: 30px;
}
 .title p {
font-size: 15px;
}
 .iabout {
padding: 70px 0;
}
 .iabout .box .con .text {
font-size: 15px;
margin-bottom: 40px;
}
 .iabout .box .con .num ul li dl b {
font-size: 40px;
}
 .iabout .box .pic {
padding-left: 30px;
}
 .ipro .box ul li .con {
padding: 30px 10px 30px 30px;
}
 .ipro .box ul li .con h3 {
font-size: 16px;
}
 .ipro .box ul li .con dd {
font-size: 12px;
}
 .why .text {
margin-top: -10px;
line-height: 1.6;
font-size: 15px;
}
 .why .box .item i {
margin-bottom: 20px;
}
 .why .box .item .textCon {
font-size: 13px;
line-height: 1.5;
}
 .inews .box .pic .picBox ol h3 {
font-size: 16px;
}
 .inews .box .con ul li {
margin-bottom: 10px;
}
 .inews .box .con ul li a {
height: 120px;
}
 .inews .box .con ul li h3 {
font-size: 16px;
}
 .inews .more {
width: 140px;
height: 46px;
line-height: 46px;
font-size: 15px;
}
 .companyProfile {
padding: 60px 0 100px;
}
 .companyProfile .box .con .text {
font-size: 15px;
}
 .companyProfile .box .con .num ul li dl b {
font-size: 40px;
}
 .companyCulture .text {
line-height: 1.6;
margin-bottom: 40px;
}
 .companyCulture .box .item ol {
padding: 70px 10px;
}
 .companyCulture .box .item ol h3 {
font-size: 16px;
padding-bottom: 18px;
margin-bottom: 15px;
}
 .companyCulture .box .item dd {
font-size: 16px;
}
 .leftNav {
width: 360px;
}
 .leftNav>ul>li>a {
font-size: 15px;
line-height: 50px;
}
 .rightBox {
width: calc(100% - 390px);
}
 .prolist .tit {
font-size: 20px;
margin-bottom: 10px;
}
 .proview .proCon .proTabNav ul li {
margin-right: 50px;
}
 .honor .box ul li h3 {
font-size: 15px;
}
 .news .box ul li .pic {
width: 370px;
}
 .news .box ul li .con {
width: calc(100% - 430px);
}
 .news .box ul li .con .tit h3 {
font-size: 18px;
}
 .video .box ul li h3 {
font-size: 15px;
}
 .footer .fmain .fnav ul li a {
font-size: 14px;
}
 .footer .fmain .fcontact .box {
font-size: 14px;
}
}
 @media screen and (max-width:750px) {
 body {
font-size: 14px;
padding-top: 60px;
}
 .wrap {
width: 100%;
padding: 0 15px;
}
 .header {
width: 100%;
height:60px;
background:#fff;
padding: 0 15px;
position: fixed;
top: 0;
left: 0;
z-index: 99999999;
}
 .header .logo {
height: 60px;
padding: 12px 0;
}
 .header .headRight {
float: none;
position: fixed;
top: 60px;
left: 0;
width: 100%;
height: calc(100vh - 60px);
background: #fff;
display: none;
}
 .header .nav {
float: none;
}
 .header .nav>ul {
display: block;
position: relative;
z-index: 111;
}
 .header .nav>ul>li {
margin-left: 0;
line-height: 50px;
border-bottom: #eee solid 1px;
float: none;
}
 .header .nav>ul>li:before {
display: none;
}
 .header .nav>ul>li>a {
padding-left: 15px;
line-height: 45px;
}
 .header .nav>ul>li.on>a {
color: #285e98;
}
 .header .headContact {
margin-left: 15px;
margin-top: 20px;
display:block;
}
 .header .searchBtn {
margin-top: 15px;
margin-left: 15px;
}
 .header .menu-toggle {
width:60px;
height:60px;
position:absolute;
right:0;
top:0;
z-index:99999;
display:block;
}
 .header .menu-toggle span {
width:35px;
height:2px;
background:#000;
display:block;
position:relative;
opacity:1;
transition:all 300ms;
margin:30px 0 0 12px;
}
 .header .menu-toggle span:before {
content:"";
width:35px;
height:2px;
background:#000;
display:block;
position:absolute;
left:0;
top:-10px;
transition:all 300ms;
}
 .header .menu-toggle span:after {
content:"";
width:35px;
height:2px;
background:#000;
display:block;
position:absolute;
left:0;
top:10px;
transition:all 300ms;
}
 .header .menu-toggle.cur span {
background-color:transparent;
}
 .header .menu-toggle.cur span:before {
transform:rotate(45deg);
top:0px;
}
 .header .menu-toggle.cur span:after {
transform:rotate(-45deg);
top:0px;
}
 .banner {
position: relative;
}
 .banner .swiper-container {
width:100%;
overflow:hidden;
}
 .banner .swiper-container .swiper-slide {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
}
 .banner .swiper-container .swiper-slide a {
display: block;
width:100%;
}
 .banner .swiper-container .swiper-slide img {
width:100%;
}
 .banner .pagination {
width: 100% !important;
position: absolute;
left:0;
bottom:10px!important;
z-index:111;
text-align: center;
}
 .banner .swiper-pagination-clickable .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;
background:#900a07;
margin: 0 3px;
border-radius:12px !important;
opacity: 1;
cursor: pointer;
}
 .banner .swiper-pagination-bullet-active {
background: #fff;
}
 .banner .swiper-slide-active {
opacity:1;
}
 .banner .shubiao {
display: none;
}
 .banner .arrow {
font-size: 15px;
right: 20px;
bottom: 15px;
}
 .neiBanner {
height: 130px;
}
 .title {
margin-bottom: 20px;
}
 .title h2 {
font-size: 22px;
text-align: center;
}
 .title p {
font-size: 14px;
}
 .ntitle h2 {
font-size: 22px;
text-align: center;
}
 .iabout {
padding: 35px 0;
}
 .iabout .box {
display: block;
margin-bottom: 35px;
}
 .iabout .box .con {
width: 100%;
}
 .iabout .box .con .text {
font-size: 14px;
margin-bottom: 30px;
}
 .iabout .box .pic {
width: 100%;
padding-left: 0;
}
 .iabout .box .pic dl {
border-radius: 10px;
}
 .iabout .box .con .num {
margin-bottom: 30px;
}
 .iabout .box .con .num ul li dl {
font-size: 12px;
}
 .iabout .box .con .num ul li dl b {
font-size: 20px;
}
 .iabout .box .con .num ul li p {
font-size: 12px;
}
 .iabout .more {
width: 140px;
height: 40px;
line-height: 40px;
padding-left: 20px;
margin: 0 auto;
}
 .iabout .more::before {
right: 20px;
}
 .ipro {
padding: 45px 0 0;
}
 .ipro .box ul li {
width: 100%;
margin-bottom: 10px;
}
 .ipro .box ul li .con {
padding: 22px 10px 22px 22px;
}
 .ipro .box ul li .con h3 {
font-size: 15px;
}
 .ipro .box ul li .con dd {
width: 100px;
height: 32px;
line-height: 32px;
}
 .why {
padding: 40px 0 50px;
}
 .why .text {
font-size: 14px;
line-height: 1.5;
margin-bottom: 30px;
}
 .why .box .item {
width: 100%;
height: auto;
padding: 35px 25px 35px;
}
 .why .box .item i {
height: 30px;
}
 .why .box .item .tit {
font-size: 16px;
padding-bottom: 10px;
}
 .why .box::before, .why .box::after {
display: none;
}
 .ihonor {
padding: 45px 0 0;
}
 .ihonor .wrap {
background: none;
padding-bottom: 40px;
}
 .ihonor .box {
padding-right: 0;
}
 .ihonor .box ul {
margin: 0 -5px;
}
 .ihonor .box ul li {
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
 .iequipment {
padding: 45px 0 25px;
}
 .iequipment .box {
padding: 0 40px;
}
 .iequipment .box .arrow-left, .iequipment .box .arrow-right {
width: 30px;
height: 30px;
background-size: 30px !important;
}
 .iequipment .box .arrow-left {
left: 0;
}
 .iequipment .box .arrow-right {
right: 0;
}
 .inews .box {
display: block;
}
 .inews .box .pic {
width: 100%;
padding-right: 0;
margin-bottom: 20px;
}
 .inews .box .pic .picBox dl {
border-radius: 10px;
}
 .inews .box .pic .picBox ol {
height: auto;
padding: 20px;
border-radius: 10px;
}
 .inews .box .pic .picBox ol h3 {
font-size: 15px;
margin-bottom: 15px;
}
 .inews .box .pic .picBox ol dd {
right: 20px;
bottom: 20px;
}
 .inews .box .con {
width: 100%;
}
 .inews .box .con ul li a {
height: auto;
border-radius: 10px;
padding: 20px;
}
 .inews .box .con ul li h3 {
font-size: 15px;
margin-bottom: 5px;
}
 .inews .more {
width: 140px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
 .neiNavBread {
border-radius: 0;
line-height: 50px;
}
 .neiNavBread .neiNav {
overflow-x: auto;
}
 .neiNavBread .neiNav ul li {
margin-right: 20px;
}
 .neiNavBread .neiNav ul li a {
font-size: 14px;
white-space: nowrap;
}
 .anchorPoint {
padding-top:59px;
margin-top:-59px;
}
 .companyProfile {
padding: 45px 0 60px;
}
 .companyProfile .box {
display: block;
}
 .companyProfile .box .con {
width: 100%;
padding-right: 0;
}
 .companyProfile .box .con .text {
font-size: 14px;
margin-bottom: 30px;
}
 .companyProfile .box .con .text p {
font-size: 14px !important;
}
 .companyProfile .box .pic {
width: 100%;
}
 .companyProfile .box .pic dl {
border-radius: 10px;
}
 .companyProfile .box .con .num {
margin-bottom: 30px;
}
 .companyProfile .box .con .num ul li dl {
font-size: 12px;
}
 .companyProfile .box .con .num ul li dl b {
font-size: 20px;
}
 .companyProfile .box .con .num ul li p {
font-size: 12px;
}
 .developmentHistory {
padding: 45px 0;
}
 .developmentHistory .box {
padding-top: 0;
}
 .developmentHistory .arrow-left, .developmentHistory .arrow-right {
display: none;
}
 .developmentHistory .swiper {
overflow: auto;
}
 .developmentHistory .swiper-wrapper {
display: block;
}
 .developmentHistory .swiper-slide {
margin-bottom: 10px;
}
 .developmentHistory .swiper-slide .item {
min-height: inherit !important;
}
 .developmentHistory .swiper-slide .item .tit {
font-size: 18px;
margin-bottom: 5px;
}
 .developmentHistory .swiper-slide .item .text {
font-size: 14px;
}
 .companyCulture {
padding: 45px 0 50px;
}
 .companyCulture .text {
margin-bottom: 20px;
}
 .companyCulture .box {
margin: 0 -5px;
}
 .companyCulture .box .item {
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
 .companyCulture .box .item dd {
font-size: 14px;
}
 .companyCulture .box .item ol {
padding: 15px;
}
 .companyCulture .box .item ol h3 {
font-size: 15px;
}
 .companyCulture .box .item ol dt {
font-size: 14px;
line-height: 1.6;
}
 .products {
padding: 20px 0 50px;
}
 .products .wrap {
display: block;
}
 .leftNav {
width: 100%;
margin-bottom: 20px;
}
 .leftNav dl {
height: 50px;
line-height: 50px;
background: #285e98 url(../images/xiala.png) no-repeat right 15px center;
background-size: 20px auto;
color: #fff;
font-size: 18px;
text-transform: uppercase;
padding: 0 15px;
position: relative;
margin-bottom: 5px;
}
 .leftNav dl::before {
content: "Product Category";
}
 .leftNav>ul {
display: none;
background: #f5f5f5;
}
 .leftNav>ul>li>a {
line-height: 42px;
}
 .leftNav>ul>li>a:hover, .leftNav>ul>li.on>a {
line-height: 42px;
}
 .leftNav>ul>li>.subnav>ul>li>a {
line-height: 42px;
}
 .leftNav>ul>li>.subnav>ul>li>.subnav>a {
line-height: 30px;
}
 .rightBox {
width: 100%;
}
 .prolist .tit {
font-size: 20px;
line-height: 25px;
margin-bottom: 20px;
}
 .prolist .box {
margin-bottom: 30px;
}
 .prolist .box ul li {
width: 50%;
}
 .prolist .box ul li ol {
padding: 10px 10px 20px;
}
 .prolist .box ul li ol h3 {
font-size: 14px;
line-height: 20px;
}
 .proview .proHead .pic {
width: 100%;
padding-left: 0;
margin-bottom: 20px;
}
 .proview .proHead .con {
width: 100%;
padding-right: 0;
}
 .proview .proHead .con .tit {
margin-bottom: 10px;
}
 .proview .proHead .con .tit h1 {
font-size: 20px;
text-align: center;
}
 .proview .proHead .con .text {
line-height: 1.6;
font-size: 14px;
}
 .proview .proCon .proTabNav {
margin-bottom: 20px;
}
 .proview .proCon .proTabNav ul {
overflow-x: auto;
}
 .proview .proCon .proTabNav ul li {
font-size: 14px;
white-space: nowrap;
line-height: 50px;
margin-right: 25px;
}
 .proview .proCon .proTabCon .item {
font-size: 14px;
}
 .proview .neiPage a {
width: 110px;
height: 40px;
}
 .honor {
padding: 35px 0 50px;
}
 .honor .box ul {
margin: 0 -5px;
}
 .honor .box ul li {
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
 .honor .box ul li h3 {
font-size: 14px;
margin-top: 10px;
}
 .equipment {
padding: 35px 0 50px;
}
 .equipment .box ul {
margin: 0 -5px;
}
 .equipment .box ul li {
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
 .equipment .box ul li a {
padding: 8px;
}
 .equipment .box ul li h3::before {
width: 15px;
height: 15px;
background-size: 100%;
}
 .equipment .box ul li h3 {
font-size: 14px;
padding-right: 28px;
line-height: 20px;
}
 .news {
padding-bottom: 50px;
}
 .news .box {
margin-bottom: 30px;
}
 .news .box ul li {
padding: 20px 0;
}
 .news .box ul li a {
display: block;
}
 .news .box ul li .pic {
width: 100%;
margin-bottom: 10px;
}
 .news .box ul li .con {
width: 100%;
}
 .news .box ul li .con dd {
margin-bottom: 10px;
}
 .news .box ul li .con .tit h3 {
font-size: 15px;
}
 .news .box ul li .con .tit {
margin-bottom: 10px;
}
 .news .box ul li .con .text {
margin-bottom: 10px;
}
 .news .box ul li .con dt {
height: 30px;
line-height: 30px;
}
 .newsView .newsViewBox {
padding: 35px 0;
}
 .newsView .newsViewBox .newsHead {
margin-bottom: 30px;
}
 .newsView .newsViewBox .newsHead .tit {
padding-bottom: 15px;
margin-bottom: 15px;
}
 .newsView .newsViewBox .newsHead .tit h1 {
font-size: 20px;
}
 .newsView .newsViewBox .newsHead p {
font-size: 14px;
}
 .newsView .newsViewBox .text {
font-size: 14px;
line-height: 1.8;
}
 .newsView .newsViewBox .newsPage {
display: block;
height: auto;
padding: 15px 0;
}
 .newsView .newsViewBox .newsPage a {
line-height: 2;
display: block;
}
 .newsView .newsViewBox .newsPage a.prev, .newsView .newsViewBox .newsPage a.next {
max-width: 100%;
}
 .newsView .newsViewBox .newsPage .return {
display: none;
}
 .video {
padding: 35px 0 50px;
}
 .video .box ul {
margin: 0 -5px;
}
 .video .box ul li {
width: 50%;
padding: 0 5px;
margin-bottom: 10px;
}
 .video .box ul li a {
padding: 8px;
}
 .video .box ul li h3::before {
width: 20px;
height: 20px;
background-size: cover;
}
 .video .box ul li h3 {
font-size: 14px;
padding-right: 28px;
line-height: 20px;
}
 .contact {
padding: 45px 0 45px;
}
 .contact .lxbk {
display: inline;
}
 .contact .lxbk .tit {
margin-bottom: 20px;
width:100%;
}
 .contact .lxbk .tit1 {
margin-bottom: 20px;
width:100%;
}
 .contact .tit {
margin-bottom: 25px;
}
 .contact .tit h2 {
font-size: 20px;
text-align: center;
}
 .contact .box ul li {
width: 100%;
margin-bottom: 10px;
}
 .contact .box ul li .item {
height: auto;
padding: 15px 0;
}
 .contact .box ul li .item ol dl {
font-size: 15px;
}
 .message {
background: #fafafa;
}
 .message .wrap {
display: block;
}
 .message .box {
width: 100%;
padding:45px 0;
}
 .message .box .tit {
margin-bottom: 25px;
}
 .message .box .tit h3 {
text-align: center;
font-size: 22px;
}
 .message .box .formBox ul li {
width: 100%;
margin-bottom: 7px;
}
 .message .box .formBox ol {
margin-bottom: 7px;
}
 .message .box .formBox input {
height: 42px;
padding: 0 10px;
}
 .message .box .formBox textarea {
height: 110px;
padding:10px;
}
 .message .box .formBox button {
width: 100%;
}
 .footer .logoTel {
display: none;
}
 .footer .fmain {
display: block;
padding: 35px 0 35px;
}
 .footer .fmain .tit {
font-size: 17px;
margin-bottom: 10px;
}
 .footer .fmain .fcontact {
margin-bottom: 15px;
}
 .footer .fmain .fcontact .box {
line-height: 1.5;
}
 .footer .fmain .fnav {
display: none;
}
 .footer .fmain .followus .ewm img {
width: 100px;
}
 .footer .copyright {
display: block;
font-size: 12px;
line-height: 1.2;
padding: 10px 0;
}
 .footer .copyright dl {
margin-bottom: 5px;
}
 .gotop {
display: none;
}

    /*===/分页=============================*/
    .fenye {
text-align: center;
font-size: 14px;
width: 100%;
height: 40px;
margin: 10px 0 0px;
}
 .fenye .prev, .fenye .next {
width: 34px;
height: 34px;
line-height: 32px;
margin-right: 2px;
font-size: 16px;
}
 .fenye a {
width: 34px;
height: 34px;
line-height: 32px;
margin-right:2px;
}
 .fenye a:hover {
color: #fff;
background: #242a34;
border: #242a34 solid 1px;
}
.fenye a.page-num-current{
color: #fff;
background: #242a34;
margin-right: 2px;
border: #242a34 solid 1px;
}
 .tccBox .BoxCon {
width: 90%;
}
 .tccBox .BoxCon ul video {
width: 100%;
}
 .search-dialog {
width: 95%;
}
}






.box5 {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box5 .item {
    position: relative;
    width: calc(33.333% - 4px);
    margin-bottom: 6px;
    overflow: hidden;
}

.box5 .item h1 {
    position: absolute;
    bottom: 0;
    padding: 35px 70px;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    color: #fff;
    z-index: 2;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.box5 .item img {
    position: relative;
    width: 100%;
    transition: 1s;
}

.box5 .item:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 992px) and (min-width: 0px) {
    .box5 .item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .box5 .item h1 {
        padding: 35px;
    }
}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .box5 .item h1 {
        padding: 15px;
        font-size: 18px;
    }
}





section {
    padding: 120px 0 60px;
    overflow: hidden; background-color:#f2f2f2
}



@media screen and (max-width: 640px) and (min-width:0px) {
    section {
        padding: 60px 0 30px;
    }

    section .title h1 {
        font-size: 28px;
        line-height: 1.5;
    }

    section .title h2 {
        font-size: 12px;
        line-height: 2;
    }
}