﻿body,
button,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-tap-highlight-color: transparent
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font-family: "Microsoft YaHei", "PingFang SC", "STHeiti", "宋体", "arial";
	background-color: #ffffff;
	overflow-x: hidden;
}

button,
input,
textarea {
	font-family: "Microsoft YaHei", "STHeiti", "宋体", "arial", Verdana;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Microsoft YaHei", "STHeiti", "宋体", "arial";
	font-weight: normal
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
	cursor: pointer
}

.ovt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wpage {
	width: 100%;
}

.sub-page {
	margin-top: 54px;
	margin-bottom: 54px;
	text-align: center;
}

sub-page>.page {
	text-align: center;
	margin-top: 50px;
	height: auto !important;
	background: none !important;
}

.sub-page>.page>.pagination {
	display: inline-block;
	margin-left: 0;
}

.sub-page>.page>.pagination>li {
	float: none;
	display: inline-block;
	width: auto;
	background: none;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
}

.sub-page>.page>.pagination>li>a {
	margin: 0 5px;
	padding: 6px 15px;
	color: #4d4d4d;
	font-size: 15px;
	border-radius: 5px;
	height: auto !important;
	width: auto !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #0d0d0d;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.sub-page .page .pagination li.active a {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.sub-page .page-content p>img,
.sub-page .page-content p>span>img {
	max-width: 100%
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin: 0 5px;
	padding: 6px 15px;
	color: #337ab7;
	font-size: 16px;
	border-radius: 5px
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	display: inline-block;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
	cursor: pointer
}

a:active {
	text-decoration: none
}

li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}


.conwidth {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

.conwidth1 {
	max-width: 1230px;
	width: 100%;
	margin: auto;
}

.conwidth2 {
	width: 1160px;
	margin: auto;
}

/*header*/
.header {
	width: 100%;
	margin-bottom: 7px;
}

.h-box {
	text-align: center;
	margin: 0 auto;
}

.head2 {
	display: none;
}

.h-logo {
	float: left;
	display: inline-block;
	line-height: 90px;
	text-align: left;
	width: 180px;
}

.logo img {
	max-width: 100%;
	vertical-align: middle;
}

.nav {
	display: inline-block;
	margin: 0 auto;
}

.nav ul {
	position: relative;
	margin: 0 auto;
}

.nav ul li {
	float: left;
}

.nav ul li:first-child {
	margin-left: 35px;
}

.nav ul li a {
	position: relative;
	display: inline-block;
	min-width: 119px;
	line-height: 80px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.nav ul li a:hover {
	color: #ffffff;
}

.nav ul li a:hover:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-bottom: #FFFFFF solid 3px;
}

.h-right {
	float: right;
	display: inline-block;
	/*width: 260px;*/
	text-align: right;
}

.header .language {
	float: left;
	display: inline-block;
	min-width: 60px;
	padding-left: 50px;
	background: url(../image/global1.png) left center no-repeat;
	background-size: 27px 27px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	font-family: "思源黑体 CN";
	font-weight: lighter;
	position: relative;
	cursor: pointer;
	z-index: 998;
	text-align: left;
}

.header .language:before {
	position: absolute;
	left: 50%;
	top: 52px;
	content: "";
	display: none;
	border-top: 10px transparent dashed;
	border-left: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px #eee solid;
}

.header .language .top {
	padding-right: 16px;
	background: url(../image/l-down11.png) right center no-repeat;
	background-size: 16px 8px;
}

.header .language .drop-down {
	display: none;
	position: absolute;
	top: 68px;
	width: 100%;
	left: 0;
	padding: 5px;
	border: 1px solid #eee;
	background: #fff;
}

.header .language .drop-down a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-weight: bold;
}

.header .language .drop-down a:hover {
	color: #444444;
}

.header .language:hover:before {
	display: block;
}

.header .language:hover .drop-down {
	display: block;
}

.search {
	float: left;
	display: inline-block;
	height: 80px;
	margin-left: 20px;
}

.search form {
	display: inline-block;
	margin-top: 20px;
}

.search-box {
	display: inline-block;
	float: left;
	opacity: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 18px;
	background-color: #ffffff;
	color: #666666;
	line-height: 35px;
	padding: 0px 15px;
}

.search-box .text {
	/*width: 100%;*/
	width: 0px;
	margin: 0 auto;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

input.search-box::-webkit-input-placeholder {
	color: #cfcece;
	font-size: 14px;
}

input.search-box:-moz-placeholder {
	color: #cfcece;
	font-size: 14px;
}

input.search-box::-moz-placeholder {
	color: #cfcece;
	font-size: 14px;
}

input.search-box:-ms-input-placeholder {
	color: #cfcece;
	font-size: 14px;
}

.search-btn {
	float: left;
	display: inline-block;
	height: 37px;
	text-align: center;
	line-height: 37px;
	border-radius: 3px;
	outline: none;
	border: none;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 10px;
	width: 25px;
	background: url(../image/search11.png) center no-repeat;
	border: none;
}

.search:hover .search-box {
	opacity: 1;
}

.search:hover .search-box .text {
	width: 130px;
}

.search.s1 {
	display: none;
	float: none;
	height: auto;
	margin: 0 auto;
}

.search.s1 form {
	margin-top: 0;
}

.search.s1 .search-box {
	width: 200px;
	opacity: 1;
}

.search.s1 .search-box .text {
	width: 100%;
}

.search.s1:hover .search-box .text {
	width: 100%;
}


video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

/*轮播图*/
.lunbotu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.lunbotu a {
	display: block;
	width: 100%;
}

.lunbotu .swiper-slide a>img {
	/*display: block;*/
	margin: 0 auto;
	width: 100%;
}

/*.lunbotu .swiper-slide a img:nth-child(2){
	display: none;
}*/
.ban2 {
	display: none;
}

.i-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-moz-transform: translate(-50%, -50%);
	/* Firefox */
	-webkit-transform: translate(-50%, -50%);
	/* Safari å’Œ Chrome */
	-o-transform: translate(-50%, -50%);
}

.i-bannerzi {
	text-align: center;
	overflow: hidden;
	font-family: "思源黑体 CN";
}

.i-bannerzia {
	color: #ffffff;
	font-size: 30px;
	font-weight: lighter;
}

.i-bannerzib {
	font-size: 70px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.i-bannerzib span {
	color: #ffd200;
}

.i-bannerzic {
	font-size: 24px;
	color: #ffffff;
	font-weight: lighter;
}

.lunbotu>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
	bottom: 60px;
	left: 0;
	width: 100%;

}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 8px;
}

.lunbotu .swiper-pagination-bullet {
	width: 15px;
	height: 15px !important;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0.5;
	box-shadow: none;
	transition: 0s;
}

.lunbotu .swiper-pagination-bullet-active {
	position: relative;
	opacity: 1;
}

.zhezhao {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../image/tb3.png?v=20191225) repeat;
}



/*footer*/
/*.footer{*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*	background: #f4f4f4;*/
/*	padding: 50px 0px 0px;*/
/*}*/
/*.f-box{*/
/*}*/
/*.f-box-top{*/
/*	width: 100%;*/
/*	!*overflow: hidden;*!*/
/*	border-bottom: #e5e5e5 solid 1px;*/
/*}*/
/*.f-nav{*/
/*	float: left;*/
/*	width: 58.75%;*/
/*	overflow: hidden;*/
/*	border-right: #e5e5e5 solid 1px;*/
/*	-moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    -o-box-sizing: border-box;*/
/*    -ms-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/
/*.f-nav ul{*/
/*	overflow: hidden;*/
/*}*/
/*.f-nav ul li{*/
/*	float: left;*/
/*	width: 18%;*/
/*}*/
/*.f-nav ul li:last-child{*/
/*	float: right;*/
/*	padding-right: 4%;*/
/*}*/
/*.f-nav-h{*/
/*	display: block;*/
/*	color: #222222;*/
/*	font-size: 16px;*/
/*	line-height: 32px;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.f-nav ul li a{*/
/*	display: block;*/
/*	color: #666666;*/
/*	font-size: 14px;*/
/*	line-height: 24px;*/
/*	margin-bottom: 15px;*/
/*	word-wrap:break-word;*/
/*}*/
/*.f-nav ul li a:hover{*/
/*	color: #222222;*/
/*	-webkit-transition: all .8s cubic-bezier(.19,1,.22,1);*/
/*    transition: all .8s cubic-bezier(.19,1,.22,1);*/
/*}*/
/*.f-share{*/
/*	float: right;*/
/*	width: 41%;*/
/*	!*overflow: hidden;*!*/
/*	-moz-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    -o-box-sizing: border-box;*/
/*    -ms-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    padding-left: 5.6%;*/
/*}*/
/*.qr-code{*/
/*	float: left;*/
/*	width: 50%;*/
/*	overflow: hidden;*/
/*}*/
/*.f-share-h{*/
/*	color: #222222;*/
/*	font-size: 16px;*/
/*	margin-bottom: 20px;*/
/*}*/
/*.qr-code-tu{*/
/*	padding-left: 6px;*/
/*}*/
/*.qr-code-tu img{*/
/*	width: 120px;*/
/*	height: 120px;*/
/*}*/
/*.f-contact{*/
/*	float: left;*/
/*	width: 50%;*/
/*	!*overflow: hidden;*!*/
/*	text-align: left;*/
/*}*/
/*.f-contact-infor{*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*	margin-bottom: 5px;*/
/*}*/
/*.f-contact-zi{*/
/*	color: #666666;*/
/*	font-size: 14px;*/
/*	overflow: hidden;*/
/*	margin-bottom: 15px;*/
/*	word-break: break-all;*/
/*}*/
/*.f-contact-zi span{*/
/*	color: #0e5081;*/
/*	font-size: 20px;*/
/*	word-break: break-all;*/
/*}*/
/*.sharediv{*/
/*	width: 100%;*/
/*	!*overflow: hidden;*!*/
/*}*/
/*.sharediv-li{*/
/*	float: left;*/
/*	position: relative;*/
/*	margin-right: 15px;*/
/*}*/
/*.sharediv-li:last-child{*/
/*	margin-right: 0px;*/
/*}*/
/*.sharediv-li a{*/
/*	display: inline-block;*/
/*	width: 100%;*/
/*	text-align: left;*/
/*	overflow: hidden;*/
/*}*/
/*.sharediv-li a img{*/
/*	display: block;*/
/*	width: 21px;*/
/*	height: 17px;*/
/*}*/
/*.s-ewm{*/
/*	display: none;*/
/*	position: absolute;*/
/*	left: -30px;*/
/*	top: 22px;*/
/*	text-align: center;*/
/*	width: 85px;*/
/*	height: 85px;*/
/*}*/
/*.s-ewm img{*/
/*	width: 85px;*/
/*	height: 85px;*/
/*}*/
/*.sharediv-li a .ficon2{*/
/*	display: none;*/
/*}*/
/*.sharediv-li:hover  a .ficon1{*/
/*	display: none;*/
/*}*/
/*.sharediv-li:hover a .ficon2{*/
/*	display: block;*/
/*}*/
/*.sharediv-li:hover .s-ewm{*/
/*	display: block;*/
/*}*/
/*.f-box-bot{*/
/*	overflow: hidden;*/
/*	width: 100%;*/
/*}*/
/*.copyright{*/
/*	float: left;*/
/*	color: #999999;*/
/*	font-size: 14px;*/
/*	line-height: 55px;*/
/*}*/

@media(min-width:1200px) {
	.footer {
		background-color: #f1f1f1;
		/*position:fixed;*/
		z-index: 5;
		/*bottom:0;*/
		width: 100%;
	}
}

.footer_left {
	width: 100%;
}

.footer_right {
	width: 35%;
}

.footer_right .footer_lx4 .span11 {
	font-size: 16px;
	font-weight: bold;
	color: #4c4c4c;
}

.footer_lx4 img {
	transform: translateY(-5px);
}

.f-logo {
	width: 191px;
}

.f-logo img {
	width: 100%;
}

.footer_lx4 .span1 {
	font-size: 24px;
	color: #be2d2e;
	font-family: 'Conv_GE BODY';
	letter-spacing: 2px;
}

.footer_lx4 .span2 {
	font-size: 18px;
	color: #be2d2e;
	font-family: 'Conv_GE BODY';
	letter-spacing: 2px;
}

.footer_lx4 .span3 {
	font-size: 16px;
	color: #848484;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Conv_PERTILI_2';
}

.footer_con {
	padding: 80px 0 105px;
}

.footer_lx1 {
	width: 50%;
}

.footer_lx2 {
	/* width: calc(25% + 110px); */
	width: 25%;
	/* padding-left: 110px; */
}

.footer_lx3 {
	width: 25%;
}

.footer_lx3 {
	/* padding-top: 31px; */
}

.ewm {
	display: flex;
	justify-content: space-between;
}

.ewm>div{
	text-align: center;
}
.ewm>div img{
	max-width: 150px;
}

.footer_lx_c h1 {
	font-size: 16px;
	color: #464646;
	font-family: 'Conv_GE BODY';
	letter-spacing: 1px;
	font-weight: bold;
}

.footer_lx_c .con {
	margin-top: 10px;
}

.footer_lx_c .con .bar {
	font-size: 14px;
	color: #464646;
	font-family: 'Conv_Nexa Light';
	line-height: 30px;
}

.footer_lx2 .icon {
	margin-top: 20px;
}

.footer_lx2 .icon1 {
	display: inline-block;
	margin-right: 15px;
}

.footer_lx2 .fnav {
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
	margin-right: 28px;
}

.footer_lx3 input[type='text'] {
	width: 100%;
	height: 66px;
	line-height: 66px;
	border: 1px solid #dbdbdb;
	border-radius: 15px;
	padding-left: 24px;
	color: #848484;
	background: none;
	font-family: 'Conv_MyriadPro-Regular_1';
}

.g_mailbox {
	margin-top: 20px;
}

.g_mailboxn textarea {
	display: block;
	width: 100%;
	height: 100%;
	resize: none;
	background: none;
	border: none;
}

.g_mailboxn {
	border-radius: 14px;
}

.g_mailbtn {
	width: 66px;
	height: 66px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Conv_MyriadPro-Regular_1';
	font-size: 14px;
	border-radius: 50%;
	background-color: #044fa2;
	margin-left: 10px;
	float: right;
	margin-top: 12px;
	cursor: pointer;
}

.g_mailboxn {
	padding: 12px 24px 12px 24px;
}

.g_mailboxn {
	border: 1px solid #dbdbdb;
	width: calc(100% - 142px);
	height: 92px;
	float: left;
}

.footer_lx3 a.btn {
	display: inline-block;
	width: 66px;
	height: 66px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Conv_MyriadPro-Regular_1';
	font-size: 18px;
	border-radius: 50%;
	background-color: #044fa2;
	margin-left: 10px;
}

.footer_lx {
	padding-top: 37px;
}

.footer_copy {
	width: 100%;
	height: 54px;
	background-color: #c6c6c6;
}

.footer_copy p {
	line-height: 54px;
	font-family: 'Conv_MyriadPro-Regular_1';
	font-size: 14px;
	color: #808080;
	letter-spacing: 1px;
	float: left;
}

.footer_copy p a {
	color: #848484;

}

.footer_copy .link {
	float: right;
	display: block;
	line-height: 54px;
	color: #808080;
	font-size: 14px;
}

@media (max-width: 768px) {
	.footer_con {
		padding: 30px 0;
	}

	.footer_lx {
		padding-top: 30px;
	}

	.footer_copy p {
		font-size: 14px;
		line-height: 24px;
		padding-top: 20px;
	}

	.footer_left {
		width: 100%;
	}

	.footer_right {
		width: 100%;
		margin-top: 30px;
	}

	.footer_lx3 {
		padding-top: 30px;
	}

	.footer_lx3 input[type='text'] {
		height: 46px;
		line-height: 46px;
		padding-left: 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.g_mailboxn {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}

	.footer_lx1 {
		width: 100%;
		padding-left: 0;
	}

	.footer_lx2 {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.footer_copy p {
		font-size: 14px;
		line-height: 24px;
		padding-top: 20px;
	}

	.footer_copy {
		text-align: center;
		height: auto !important;
	}

	.footer_copy .link {
		float: none;
	}

	.g_mailbtn {
		width: 56px;
		height: 56px;
		line-height: 58px;
		font-size: 18px;
		margin-left: 0px;
		float: none;
		margin-top: 12px;
		margin: 24px auto 0;
	}

}

.entrance {
	float: right;
	display: inline-block;
}

.entrance a {
	float: left;
	position: relative;
	display: inline-block;
	height: 55px;
	overflow: hidden;
	padding-right: 25px;
	margin-right: 20px;
}

.entrance a:last-child {
	padding-right: 0px;
	margin-right: 10px;
}

.entrance a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background-color: #333333;
}

.entrance a:last-child:after {
	background: none;
}

.entrance a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.entrance a i {
	display: inline-block;
	/*vertical-align: middle;*/
	margin-right: 10px;
}

.entrance a i img {
	max-width: 21px;
	height: 17px;
}

.entrance a span {
	display: inline-block;
	vertical-align: middle;
	color: #222222;
	font-size: 14px;
}

.entrance a:hover span {
	text-decoration: underline;
}

/*index 产品中心*/
.i-product {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 50px;
}

.i-product-div {
	position: relative;
}

.i-pro {
	float: right;
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	overflow: hidden;
	position: relative;
}

.protab {
	float: left;
	width: 265px;
	overflow: hidden;
}

.protab ul li {
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding-bottom: 20px;
	cursor: pointer;
}

.protab-litu {
	float: left;
	width: 170px;
	height: 170px;
	line-height: 170px;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.08);
	text-align: center;
	margin-bottom: 20px;
	text-align: center;
}

.protab ul li:last-child .protab-litu,
.protab ul li:last-child .protab-lizi {
	margin-bottom: 0px;
}

.protab-litu img {
	max-width: 100%;
}

.protab-lizi {
	display: none;
	width: 100%;
	height: 150px;
	background-color: #0061ae;
	margin-bottom: 20px;
}

.protab ul li.sel .protab-litu {
	display: none;
}

.protab ul li.sel .protab-lizi {
	display: block;
}

.protab-lizi:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.protab-point {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 10px;
	border: #0c0a6c solid 6px;
}

.protab-zi {
	display: inline-block;
	vertical-align: middle;
	width: -moz-calc(100% - 60px);
	width: -wbekit-calc(100% - 60px);
	width: calc(100% - 60px);
}

.protab-zia {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.protab-zib {
	color: #ffffff;
	font-size: 16px;
}

.protbox {
	float: right;
	width: -moz-calc(100% - 265px);
	width: -webkit-calc(100% - 265px);
	width: calc(100% - 265px);
	/*overflow: hidden;*/
}

.protbox-li {
	width: 100%;
	/*overflow: hidden;*/
}

.pro-hide {
	display: none;
}

.protbox-tit {
	text-align: center;
	overflow: hidden;
}

.protbox-h {
	color: #222222;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

.protbox-p {
	color: #444444;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}

.protbox-a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	background-color: #0061ae;
	padding: 0px 30px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-weight: bold;
}

.graphic {
	/*position: relative;*/
	width: 100%;
	margin-top: 20px;
	/*overflow: hidden;*/
}

.protbox-tu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.protbox-tu img {
	max-width: 1280px;
	width: 100%;
}

@media(max-width: 768px) {
	.protbox-tu img {
		width: 100% !important;
	}
}

.swiper-pagination-bullet {
	width: 13px !important;
	height: 13px !important;
	margin: 0 6px !important;
}

.i-pro-l {
	float: left;
	width: 150px;
	position: relative;
}

.i-pro-tit {
	position: absolute;
	left: -103px;
	top: 93px;
	color: #f4f4f4;
	font-size: 50px;
	font-weight: bold;
	overflow: hidden;
	transform: rotate(90deg);
}

.i-pro-h {
	color: #0061ae;
	font-size: 40px;
	font-weight: bold;
	width: 60px;
	line-height: 1;
}

.processdiv {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.process {
	height: 390px;
	overflow: hidden;
}

#processbar {
	height: 360px;
	width: 2px;
	margin-left: 20px;
	margin-top: 30px;
	background-color: #dcdcdc;
}

#processbar .finish {
	height: 33.33%;
	width: 2px;
	background-color: #0061ae;
}

.finish1:before {
	height: 33.33% !important;
}

.finish2 {
	height: 66.66% !important;
}

.finish3 {
	height: 100% !important;
}

.p-whole {
	overflow: hidden;
	color: #000000;
	font-size: 18px;
	margin-top: 40px;
}

.p-whole i {
	display: inline-block;
	margin-left: 10px;
}

/*首页 我们是谁*/
.i-bg {
	width: 100%;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 930px;
	padding-top: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.i-title {
	width: 100%;
	overflow: hidden;
}

.i-title-h {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.i-title-line {
	background-color: #0e5081;
	height: 4px;
	width: 60px;
	display: block;
	margin-top: 5px;
	margin-bottom: 30px;
}

.i-title-p {
	max-width: 600px;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	min-height: 150px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.i-about {}

.i-about-div {}

.i-about-zi {
	float: left;
	width: 100%;
	overflow: hidden;
}

.i-about-btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 40px;
	background-color: #FFFFFF;
	border-radius: 25px;
	margin-top: 20px;
}

.i-about-btn a {
	display: inline-block;
	color: #444444;
	font-size: 16px;
}

.i-about-link {
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}

.i-about-link ul {
	overflow: hidden;
}

.i-about-link ul li {
	float: left;
	width: 130px;
	border-top: #ffffff solid 2px;
	margin-right: 5%;
	text-align: center;
	padding-top: 15px;
	margin-top: 50px;
}

.i-about-link ul li:last-child {
	margin-right: 0;
}

.i-about-link ul li a {
	display: inline-block;
	width: 100%;
}

.ia-link-a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.ia-link-b {
	color: #ffffff;
	font-size: 14px;
}

.i-about-link ul li:hover {
	border-top: #0e5081 solid 2px;
}

.i-about-link ul li:hover .ia-link-a,
.i-about-link ul li:hover .ia-link-b {
	color: #0e5081;
}

/*首页技术案例*/
.i-case {
	width: 100%;
	padding: 100px 0px;
	margin-bottom: 100px;
	overflow: hidden;
	background: #ffffff;
}

.i-case-con {
	width: 100%;
	overflow: hidden;
	/*padding-left: 8.33%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
}

.i-case-div {
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}

.i-case-tit {
	color: #444444;
	font-size: 40px;
	font-weight: bold;
}

.casetab {
	width: 100%;
	margin: 60px auto 0px;
	overflow: hidden;
}

.casetab ul {
	overflow: hidden;
	position: relative;
}

.casetab ul:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 90px;
	height: 2px;
	display: none;
	background-color: #eeeeee;
}

.i-case .swiper-pagination {
	width: 100%;
	margin-top: 66px;
}

.i-case .swiper-pagination-bullet {
	width: 22px !important;
	height: 22px !important;
}

.i-case .swiper-pagination-bullet-active {
	width: 40px !important;
	height: 22px !important;
	background: #015198;
	border-radius: 30px;
}

.i-case .yyly .swiper-slide {
	width: 31.33%;
	margin: 0 1%;
}

@media(max-width: 768px) {
	.i-case .yyly .swiper-slide {
		width: 98%;
	}
}

.casetab ul li {
	display: inline-block;
	margin-left: 8%;
	padding-right: 3.2%;
}

.casetab ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 35px;
	/*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;*/
	color: #444444;
	font-size: 20px;
}

.casetab ul li a:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 13px;
	max-width: 110px;
	width: 78%;
	display: none;
	height: 2px;
	background-color: #eeeeee;
}

.casetab ul li a:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 13px;
	width: 0;
	display: none;
	height: 2px;
	background-color: #0e5081;
}

.casetab ul li a i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	background-color: #eeeeee;
	border-radius: 50%;
}

.casetab ul li a:hover,
.casetab ul li.caseact a {
	font-weight: bold;
}

.casetab ul li a:hover i,
.casetab ul li.caseact a i {
	background-color: #0e5081;
	width: 9px;
	height: 9px;
	top: 10px;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.casetab ul li.caseact a:after {
	max-width: 110px;
	width: 78%;
	-o-transition: all 2s;
	-ms-transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.sycpbox {
	overflow: hidden;
}

.sycpbox>div {
	width: 100%;
}

.sycphide {
	/*display: none;*/
	visibility: hidden;
	position: absolute;
	z-index: -1;
	height: 0;
	opacity: 0;
}

.t-case .swiper-slide {
	float: left;
	width: 40%;
}

.t-case .swiper-slide a {
	display: inline-block;
	width: 100%;
	box-shadow: 0px 5px 24px rgba(0, 0, 0, .08);
	margin-bottom: 20px;
	transition: all 0.5s;
}

.t-case .swiper-slide a:hover .v-li-tu img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.t-case .swiper-button-next,
.t-case .swiper-button-prev {
	position: absolute;
	top: 38%;
	width: 27px;
	height: 45px;
	cursor: pointer;
	-moz-background-size: 27px 45px;
	-webkit-background-size: 27px 45px;
	background-size: 27px 45px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.t-case:hover .swiper-button-next,
.t-case:hover .swiper-button-prev {
	display: block;
}

.t-case .swiper-button-prev,
.t-case .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/xtu1.png);
	left: 0px;
	right: auto;
}

.t-case .swiper-button-next,
.t-case .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/xtu2.png);
	right: 0px;
	left: auto;
}

.v-li {
	width: 100%;
	overflow: hidden;
}

.v-li-tu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.v-li-tu img {
	width: 100%;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.v-li-zi {
	padding: 25px 30px;
	overflow: hidden;
}

.v-li-h {
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.v-li-p {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*我们的实力*/
.i-strength {}

.i-strength-div {}

.is-div {
	width: 100%;
	/*overflow: hidden;*/
}

.is-div ul {
	/*overflow: hidden;*/
}

.is-div ul li {
	float: left;
	position: relative;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	background: #FFFFFF;
	padding: 70px 60px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 4;
	border-right: #eeeeee solid 1px;
}

.is-div ul li:after,
.is-div ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 3;
}

.is-div ul li a {
	position: relative;
	display: inline-block;
	z-index: 4;
}

.is-div-o {
	display: inline-block;
	margin-bottom: 15px;
}

.is-div-o:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.is-div-num {
	display: inline-block;
	vertical-align: middle;
	color: #dbdbdb;
	font-size: 30px;
	font-weight: bold;
	margin-right: 5px;
}

.is-div-icon {
	display: inline-block;
	vertical-align: middle;
	/*width: 46px;*/
	height: 53px;
	line-height: 53px;
	text-align: center;
	/*background: url(../images/img10.png) left center no-repeat;*/
}

.is-div-icon img {
	/*display: block;*/
	/*width: 46px;*/
	height: 53px;
}

.is-tub {
	display: none;
}

.is-div-h {
	padding-left: 50px;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 18px;
}

.is-div-p {
	padding-left: 50px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	min-height: 168px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.is-div ul li:hover {
	z-index: 10;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, .18);
}

.is-div ul li:hover .is-div-h {
	color: #0061ae;
}

.is-div ul li:hover .is-tub {
	display: inline-block;
}

.is-div ul li:hover .is-tua {
	display: none;
}

.is-div ul li:hover:before {
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.is-div ul li:hover:after {
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*新闻资讯*/
.i-news {
	padding-top: 100px;
	padding-bottom: 70px;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

.i-news-div {}

.i-news-tit {
	width: 100%;
	overflow: hidden;
}

.i-news-h {
	float: left;
	color: #444444;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

.i-news-tit ul {
	float: right;
	margin-right: 35px;
}

.i-news-tit ul li {
	display: inline-block;
	margin-left: 75px;
	margin-top: 12px;
}

.i-news-tit ul li a {
	color: #666666;
	font-size: 16px;
	line-height: 1;
}

.i-news-tit ul li a:hover {
	color: #0061ae;
}

.i-news-con {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.i-news-a {
	/* float: left; */
	width: 100%;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.i-news-a>a {
	display: block;
	width: 30%;
	/* height: 320px; */
	margin: 0px auto 20px;
	box-shadow: -5px 5px 20px -12px rgba(0, 0, 0, .12), 5px 5px 20px -10px rgba(0, 0, 0, .12);
	background-color: #ffffff;

}

.i-news-atu {
	/* float: left; */
	width: 100%;
	height: 320px;
	line-height: 320px;
	overflow: hidden;
	text-align: center;
}

.i-news-atu img {
	width: 100%;
}

.i-news-azi {
	/* float: left; */
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px;
	/* margin-top: 30px; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.i-news-t {
	width: 100%;
	color: #444444;
	font-size: 14px;
	margin-bottom: 15px;
}

.i-news-azi .i-news-t {
	margin-bottom: 15px;
}

.i-news-w {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	line-height: 2;
	margin-bottom: 15px;
}

.i-news-p {
	color: #888888;
	font-size: 14px;
	line-height: 24px;
}

.i-news-btn {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0px 25px;
	border-radius: 21px;
	background: #0061ae;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}

.i-news-b {
	float: right;
	width: 36%;
	overflow: hidden;
}

.i-news-b ul {
	overflow: hidden;
}

.i-news-b ul li {
	display: table;
	width: 100%;
	padding: 0 7%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	height: 160px;
	margin-bottom: 20px;
	box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, .12);
}

.i-news-b ul li a {
	display: table-cell;
	vertical-align: middle;
}

.i-news-b ul li a .i-news-w {
	margin-bottom: 0;
}

.i-news-b ul li:hover .i-news-w,
.i-news-a:hover .i-news-w {
	color: #0061ae;
}

/*banner*/
.qitabanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.qitabanner a {
	display: inline-block;
	width: 100%;
}

.qitabanner img {
	width: 100%;
}

.qitabanner img:nth-child(2) {
	display: none;
}

.bannerzi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-moz-transform: translate(-50%, -50%);
	/* Firefox */
	-webkit-transform: translate(-50%, -50%);
	/* Safari ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ Chrome */
	-o-transform: translate(-50%, -50%);
	margin: auto;
	text-align: left;
}

.bannerzi-div {
	border-left: #ffffff solid 2px;
	padding-left: 30px;
}

.bannerzi-p {
	color: #ffffff;
	font-size: 45px;
	font-family: "思源黑体 CN";
	margin-bottom: 15px;
	line-height: 1;
}

.bannerzi-h {
	color: #ffffff;
	font-size: 70px;
	font-family: "思源黑体 CN";
	font-weight: bold;
	line-height: 1;
}

.bannerzi.blackzi .bannerzi-div {
	border-left: #fff solid 2px;
}

.blackzi .bannerzi-p,
.blackzi .bannerzi-h {
	color: #ffffff !important;
}

/**/
.o-path {
	width: 100%;
	overflow: hidden;
	border-bottom: #e7e7e7 solid 1px;
	background-color: #ffffff;
}

.o-location {
	float: right;
	overflow: hidden;
	display: flex;
	color: #b4b4b4;
	font-size: 18px;
	line-height: 75px;
	height: 75px;
	overflow: hidden;
}

.o-location a,
.ol-arrow {
	float: left;
	color: #b4b4b4;
	font-size: 18px;
	line-height: 75px;
	height: 75px;
	overflow: hidden;
}

.ol-arrow {
	margin: 0px 5px;
}

.o-location a:hover,
.o-location a.on {
	color: #143e9d;
}

.o-nav {
	float: left;
	overflow: hidden;
}

.o-nav a {
	/*float: left;*/
	display: inline-block;
	color: #797979;
	font-size: 18px;
	line-height: 75px;
	height: 75px;
	overflow: hidden;
	margin-right: 70px;
}

.o-nav a:hover,
.o-nav a.on {
	color: #0061ae;
	font-weight: bold;
}

.o-nav a:last-child {
	margin-right: 0px;
}

.p-nav {
	position: absolute;
	top: -52px;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../image/img9.png)left center no-repeat;
	background-size: auto;
}

.p-nav-div {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
}

.p-nav-icon {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

.p-nav-icon img {
	width: 18px;
	height: 18px;
}

.p-nav-bt {
	float: left;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
}

.p-nav-div a {
	float: left;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
}

.p-nav-div a.on,
.p-nav-div a:hover {
	color: #ee2b2b;
}

.p-nav-line {
	float: left;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
	margin: 0px 6px;
}

/* 关于我们 */
.a-title {
	width: 100%;
	overflow: hidden;
}

.a-title-h {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

.a-title-l {
	background: #0e5081;
	width: 60px;
	height: 4px;
}

/* 公司简介 */
.a-introduce {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #FFFFFF;
}

.a-introduce-con {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.a-introduce-zi {
	float: left;
	width: 37.5%;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}

.a-introduce-tu {
	float: right;
	width: 58%;
	overflow: hidden;
}

.a-introduce-tu img {
	width: 100%;
}

.a-click {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.a-click ul {
	overflow: hidden;
}

.a-click ul li {
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.a-click ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 21px;
	width: 2px;
	height: 100px;
	border-right: #d2d2d2 solid 1px;
}

.a-click ul li:last-child:before {
	border-right: none;
}

.a-click ul li a {
	display: inline-block;
	max-width: 140px;
	width: 90%;
	height: 140px;
	background: url(../image/oimg6.png) center;
	background-size: cover;
}

.a-click-tu {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	padding-bottom: 15px;
}

.a-click-tu img {
	max-width: 55px;
	max-height: 47px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.a-click-zi {
	color: #0061ae;
	font-size: 20px;
	font-weight: bold;
}

.a-click ul li a:hover .a-click-tu img {
	-o-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* 发展历程 */
.a-develop {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px 0px;
	background-position: center;
	background-size: cover;
}

.develop-con {
	position: relative;
	max-width: 1160px;
	width: 100%;
	margin: 150px auto 80px;
	overflow: hidden;
}

.develop-con:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 145px;
	width: 100%;
	height: 2px;
	border-bottom: #dadada solid 1px;
	overflow: hidden;
}

.d-year {
	color: #b5b5b5;
	font-size: 42px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1;
}

.develop-div .swiper-slide .d-year {}

.develop-div .swiper-slide-active .d-year {
	color: #08428a;
	font-size: 200px;
}

.d-event {
	display: none;
	width: 100%;
	overflow: hidden;
}

.develop-div .swiper-slide-active .d-event {
	display: block;
}

.d-event-li {
	position: relative;
	padding-left: 65px;
	padding-right: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	margin-bottom: 15px;
}

.d-event-li:last-child {
	border-bottom: 0;
}

.d-event-li:hover {
	background-color: #08428a;
}

.d-event-li:hover i {
	background-color: #ffffff;
}

.d-event-li:hover .d-event-lip {
	color: #ffffff;
}

.d-event-li i {
	position: absolute;
	left: 30px;
	top: 29px;
	width: 10px;
	height: 10px;
	background-color: #08428a;
	border-radius: 50%;
}

.d-event-lip {
	color: #666666;
	font-size: 18px;
	line-height: 32px;
}

.develop-div .swiper-slide {}

.develop-div .swiper-slide-active .d-year-sp {
	color: #d7d7d7;
}

.develop-div .swiper-button-next,
.develop-div .swiper-button-prev {
	position: absolute;
	top: 78px;
	width: 110px;
	height: 110px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 37px 37px;
	-webkit-background-size: 37px 37px;
	background-size: 37px 37px;
	background-repeat: no-repeat;
}

.develop-div .swiper-button-next,
.develop-div .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/oimg26.png);
	right: 45px;
	left: auto;
	background-position: right bottom;
}

.develop-div .swiper-button-prev,
.develop-div .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/oimg25.png);
	left: 45px;
	right: auto;
	background-position: left bottom;
}

.develop-div .swiper-button-next:hover,
.develop-div .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/oimg26a.png);
}

.develop-div .swiper-button-prev:hover,
.develop-div .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/oimg25a.png);
}

.s-prev {
	position: absolute;
	top: 70px;
	left: 14px;
	width: 120px;
	height: 97px;
	color: #b5b5b5;
	font-size: 42px;
	text-align: left;
}

.s-next {
	position: absolute;
	top: 70px;
	right: 14px;
	width: 120px;
	height: 97px;
	color: #b5b5b5;
	font-size: 42px;
	text-align: right;
}

.s-prev:hover,
.s-next:hover {
	color: #0e5081 !important;
	z-index: 11;
}

/* 企业文化 */
.a-culture {
	width: 100%;
	overflow: hidden;
	height: 735px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 0px 0px;
	background-position: center;
	background-size: cover;
}

.a-culture-div {
	max-width: 1120px;
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.a-culture-zi {
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	margin-bottom: 25px;
}

.a-culture-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	overflow: hidden;
	text-align: left;
}

.a-culture-icon img {
	width: 27px;
	height: 31px;
}

.a-culture-w {
	color: #0e5081;
	font-size: 18px;
	line-height: 32px;
}

.a-culture-sp {
	color: #333333;
}

/* 荣誉资质 */
.a-honor {
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 70px 0px 90px;
}

.a-honor-div {
	padding: 0px 35px;
	position: relative;
}

.a-honor-con {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.a-honor-con .swiper-slide {
	overflow: hidden;
	text-align: center;
}

.a-honor-tu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.a-honor-tu img {
	width: 100%;
	overflow: hidden;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.a-honor-zi {
	color: #333333;
	font-size: 20px;
	padding: 0px 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.a-honor-con .swiper-slide:hover .a-honor-tu img {
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.a-honor-div .swiper-button-next,
.a-honor-div .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 45px;
	cursor: pointer;
	-moz-background-size: 27px 45px;
	-webkit-background-size: 27px 45px;
	background-size: 27px 45px;
	background-position: center;
	background-repeat: no-repeat;
}

.a-honor-div .swiper-button-prev,
.a-honor-div .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/xtu1.png);
	left: 0px;
	right: auto;
}

.a-honor-div .swiper-button-next,
.a-honor-div .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/xtu2.png);
	right: 0px;
	left: auto;
}

/* 合作客户 */
.a-cooperate {
	width: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
	padding: 70px 0px 90px;
}

.a-cooperate-div {
	padding: 0px 35px;
	position: relative;
}

.a-cooperate-con {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.a-cooperate-con .swiper-slide {
	height: 120px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 2%;
}

.a-cooperate-con .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
}

.a-cooperate-con .swiper-slide a img {
	max-width: 89px;
	max-height: 89px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.a-cooperate-con .swiper-slide a:hover img {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.a-cooperate-div .swiper-button-next,
.a-cooperate-div .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 45px;
	cursor: pointer;
	-moz-background-size: 27px 45px;
	-webkit-background-size: 27px 45px;
	background-size: 27px 45px;
	background-position: center;
	background-repeat: no-repeat;
}

.a-cooperate-div .swiper-button-prev,
.a-cooperate-div .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/xtu1.png);
	left: 0px;
	right: auto;
}

.a-cooperate-div .swiper-button-next,
.a-cooperate-div .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/xtu2.png);
	right: 0px;
	left: auto;
}

/* 新闻 */
.a-news {
	width: 100%;
	object-fit: hidden;
	padding: 40px 0px;
	background-color: #f8f8f8;
}

.a-news-con {}

.a-news-li {
	float: left;
	width: 48.25%;
	margin-right: 1.75%;
	margin-bottom: 54px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, .03);
	padding: 2.5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.a-news-li:nth-child(2n) {
	margin-left: 1.75%;
	margin-right: 0;
}

.a-news-t {
	width: 100%;
	overflow: hidden;
}

.n-tl-t {
	position: relative;
	float: left;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-bottom: 15px;
}

.n-tl-t:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	border-bottom: #0e5081 solid 1px;
}

.n-tl-h {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

.n-tl-a {
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 8px;
	padding: 0px 15px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	background-color: #0e5081;
}

.n-tl-a:hover {
	background-color: #333333;
}

.a-news-li ul {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.a-news-li ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.a-news-li ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	line-height: 28px;
	padding-left: 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.a-news-li ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 2px;
	height: 2px;
	background-color: #333333;
}

.a-news-w {
	float: left;
	width: -moz-calc(100% - 120px);
	width: -webkit--calc(100% - 120px);
	width: calc(100% - 120px);
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a-news-li ul li a:hover .a-news-w {
	font-weight: bold;
}

.a-news-time {
	float: right;
	width: 110px;
	overflow: hidden;
	color: #d7a300;
	font-size: 16px;
	text-align: right;
}

.b-pro {
	background: none !important;
	box-shadow: none !important;
}

.n_cp2 .bar {
	box-sizing: border-box;
	float: left;
	width: 25%;
	padding: 8px;
}

.n_cp2 .bar a {
	display: block;
	background-color: #fff;
	padding: 25px 35px;
}

.n_cp2 .bar a .img {
	width: 100%;
	/*height: 191px;*/
	text-align: center;
	overflow: hidden;
}

.n_cp2 .bar a .img img {
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.n_cp2 .bar a .txt {
	border-top: 1px solid #e7e9ea;
	margin-top: 10px;
}

.n_cp2 .bar a .txt h1 {
	font-size: 16px;
	line-height: 26px;
	color: #464646;
	text-align: center;
	font-family: 'Conv_MyriadPro-Regular_1';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 26px;
}

.n_cp2 .bar a .txt .des {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	font-family: 'Conv_Nexa Light';
	letter-spacing: 1px;
	margin-top: 10px;
	overflow: hidden;
	height: 48px;
	overflow: hidden;
}

.n_cp2 .bar a .txt .more {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	font-family: 'Conv_Nexa Light';
	letter-spacing: 1px;
	position: relative;
	margin-top: 37px;
}

.n_cp2 .bar a .txt .more:after {
	content: '';
	width: 16px;
	height: 12px;
	background: url(../image/jiantou23.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

/**/
.b-news-li {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, .03);
	padding: 2.5% 2.5% 5%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.b-news-li>ul {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 55px;
}

.b-news-li ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 55px;
}

.b-news-li ul li:last-child {
	margin-bottom: 0;
}

.b-news-li ul li a {
	display: inline-block;
	width: 100%;
}

.b-news-tu {
	float: left;
	width: 200px;
	height: 135px;
	overflow: hidden;
	margin-right: 25px;
}

.b-news-tu img {
	width: 100%;
}

.b-news-zi {
	float: left;
	width: -moz-calc(100% - 225px);
	width: -webkit-calc(100% - 225px);
	width: calc(100% - 225px);
	overflow: hidden;
	height: 135px;
	border-bottom: #ececec solid 1px;
}

.b-news-t {
	width: 100%;
	overflow: hidden;
}

.b-news-h {
	float: left;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.b-news-time {
	float: right;
	width: 100px;
	overflow: hidden;
	color: #aeaeae;
	font-size: 16px;
}

.b-news-p {
	color: #888888;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 新闻详情 */
.n-detail {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px 60px;
}

.n-detail-con {
	width: 100%;
	overflow: hidden;
}

.n-detail-t {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 40px;
}

.n-detail-o {
	width: 100%;
	/*overflow: hidden;*/
	line-height: 45px;
	border-bottom: #e6e6e6 solid 1px;
}

.n-detail-oli {
	float: left;
	display: inline-block;
	color: #888888;
	font-size: 16px;
	margin-right: 75px;
}

.n-detail-osp {}

.n-detail-p {
	padding: 30px 0px;
	margin-bottom: 45px;
	color: #888888;
	font-size: 16px;
	line-height: 32px;
	clear: both;
	border-bottom: #e6e6e6 solid 1px;
}

.n-detail-p p {
	word-break: break-all;
}

.n-detail-p img {
	max-width: 100%;
}

.r-page {
	width: 100%;
	overflow: hidden;
}

.r-page a {
	width: 48%;
	color: #333333;
	font-size: 18px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.r-page a:hover {
	color: #084292;
}

.prevpage {
	float: left;
	text-align: left;
}

.nextpage {
	float: right;
	text-align: right;
}

.r-page-sp {
	display: inline-block;
	color: #333333;
}

/* 招聘 */
.a-recruit {
	width: 100%;
	overflow: hidden;
	padding: 80px 0px;
}

.a-recruit .conwidth {
	padding: 0px 35px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.a-recruit-con {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.a-recruit-p {
	color: #888888;
	font-size: 16px;
	line-height: 36px;
}

.a-recruit-tu {
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}

.a-recruit-tu ul {
	padding: 0px 45px;
	overflow: hidden;
}

.a-recruit-tu ul li {
	float: left;
	width: 20%;
	overflow: hidden;
	margin-top: 80px;
}

.a-recruit-tu ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.a-recruit-icon {
	display: inline-block;
	width: 145px;
	height: 145px;
	line-height: 145px;
	border-radius: 50%;
	border: #ededed solid 1px;
	margin-bottom: 10px;
}

.a-recruit-icon img {
	max-width: 51px;
	max-height: 50px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.a-recruit-tu ul li a:hover .a-recruit-icon img {
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.a-recruit-zi {
	color: #0061ae;
	font-size: 20px;
	font-weight: bold;
}

.zpbg {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.zp_close {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.zp_close img {
	width: 50px;
}

.r-detail {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 870px;
	max-height: 880px;
}

.recruit-detail {
	width: 790px;
	max-height: 88%;
	height: calc(100% - 50px);
	overflow: auto;
	background-color: #FFFFFF;
	padding: 45px 25px;
	margin-top: 70px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

.r-d-t {
	background-color: #0061ae;
	padding: 0px 20px;
	overflow: hidden;
	color: #ffffff;
	font-size: 20px;
	line-height: 55px;
}

.r-d-o {
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
	padding: 0px 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.r-d-oli {
	float: left;
	display: inline-block;
	margin-right: 50px;
	color: #888888;
	font-size: 16px;
}

.r-d-olit {
	color: #000000;
}

.rd-describe {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0px 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rd-describe-t {
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}

.rd-describe-p {
	color: #888888;
	font-size: 16px;
	line-height: 32px;
}

.rd-mark {
	color: #deaa08;
	font-size: 16px;
	line-height: 32px;
}

.rd-apply {
	display: inline-block;
	padding: 0px 25px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #0e5081;
	margin-left: 20px;
}

.rd-apply a {
	color: #ffffff;
	font-size: 16px;
}

/*正在热招*/
.hot-r {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.hot-r .conwidth {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 20px 0px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.hot-r .conwidth .a-title-h {
	color: #FFFFFF;
}

.hot-r-con {
	max-width: 1400px;
	width: 100%;
	margin: 150px auto 60px;
	overflow: hidden;
	padding: 0px 90px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	box-shadow: 0px 9px 54px rgba(0, 0, 0, .09);
}

.hot-r-table {
	width: 100%;
	border-collapse: collapse;
}

.hot-r-table thead {
	border-bottom: #ececec solid 4px;
}

.hot-r-table thead tr td {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 130px;
}

.hot-r-table tr {
	cursor: pointer;
}

.hot-r-table tr:hover {
	background-color: #f0f0f0;
}

.hot-r-table td {
	height: 80px;
	color: #888888;
	font-size: 18px;
	padding: 0px 20px 0px 40px;
	border-bottom: #ececec solid 1px;
	text-align: center;
}

.hot-r-table tbody tr td:first-child,
.zhiwei {
	color: #0061ae;
}

.hot-r-table tbody tr td:first-child:hover,
.zhiwei:hover {
	color: #0e5081;
}

/*产品*/
.o-pro {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px;
}

.o-pro p {
	word-break: break-all;
}

.o-pro .graphic {
	margin-top: 35px;
}

.o-pro-t {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.o-pro-h {
	color: #0061ae;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 45px;
}

.o-pro-p {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}

.o-pro-e {
	color: #888888;
	font-size: 16px;
	line-height: 30px;
}

.o-video {
	width: 100%;
	overflow: hidden;
}

.o-video-con {}

.o-video-con .video {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

.o-video-con .video:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../image/oimg27.png) center no-repeat;
	z-index: 2;
}

.o-video-con .video:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.o-video-tu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.o-video-tu img {
	width: 100%;
}

/**/
.product-detail {
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 90px;
}

.product-detail-title {
	color: #0061ae;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.procon {
	max-width: 1280px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	color: #888888;
	font-size: 16px;
	line-height: 24px;
	margin-top: 40px;
}

.pd-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 70px;
}

.pd-table td {
	height: 50px;
	color: #888888;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 20px 0px 40px;
	border: #dddddd solid 1px;
}

.pd-table td:nth-child(odd) {
	background-color: #f4f4f4;
	color: #333333;
	padding-right: 15px;
	text-align: right;
	width: 145px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pd-table td:nth-child(even) {
	background-color: #ffffff;
	color: #888888;
	padding-left: 15px;
	text-align: left;
}

/*分页*/
.paging {
	/*text-align: center;*/
	overflow: hidden;
}

.page a {
	display: inline-block;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
}

.paging-up {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 10px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.paging-next {
	/* transform: rotate(-180deg); */
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 10px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.paging-item,
.page-num {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 10px;
	color: #333333;
}

.paging-item.active,
.page-num-current,
.page a:hover {
	color: #ffffff;
	background-color: #03388a;
	background-image: linear-gradient(270deg, #03388a 0%, #03388a 100%), linear-gradient(#03388a, #03388a);
}

/*服务*/
.od-c {
	padding: 0px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dg-p {
	padding-left: 85px;
	padding-right: 85px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*01柔性刺激/记录电极*/
.electrode {
	width: 100%;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}

.electrode-con {
	width: 100%;
	overflow: hidden;
}

.service-title {
	position: relative;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 65px;
}

.service-h {
	color: #0061ae;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.electrode-div .service-h {
	padding-bottom: 20px;
}

.service-yuan {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 65px;
	text-align: center;
	background-color: #0061ae;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
}

.electrode-div {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.electrode-div ul {
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}

.electrode-div ul li {
	float: left;
	overflow: hidden;
}

.electrode-li_1 {
	width: 29.7%;
	margin-right: 2%;
}

.electrode-li_2 {
	width: 68.3%;
}

.electrode-li_3 {
	width: 36.8%;
}

.electrode-li_4,
.electrode-li_5 {
	width: 29.6%;
	margin-left: 2%;
}

.electrode-tu {
	width: 100%;
	height: 278px;
	line-height: 278px;
	margin-bottom: 20px;
	overflow: hidden;
	border: #e7e7e7 solid 1px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.electrode-tu img {
	max-width: 100%;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.electrode-div ul li:hover .electrode-tu img {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.electrode-zi {
	width: 100%;
	overflow: hidden;
}

.service-p1 {
	text-align: center;
	color: #333333;
	font-size: 18px;
	margin-bottom: 8px;
}

.service-p2 {
	text-align: center;
	color: #9f9f9f;
	font-size: 16px;
}

/*02MEMS微针*/
.mems {
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 80px 0px 100px;
}

.mems-con {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.mems-con ul {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.mems-con ul li {
	float: left;
	width: 30%;
	overflow: hidden;
	text-align: center;
	margin-right: 5%;
}

.mems-con ul li:nth-child(3n) {
	margin-right: 0;
}

.mems-tu {
	width: 268px;
	height: 268px;
	border-radius: 50%;
	margin: 0px auto 20px;
	overflow: hidden;
}

.mems-tu img {
	width: 268px;
	height: 268px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.mems-con ul li:hover .mems-tu img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.mems-zi {
	width: 100%;
	overflow: hidden;
}

/*03微纳米贵金属枝晶表面修饰技术*/
.technology {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	padding: 80px 0px 0px;
}

.technology-con {
	max-width: 1255px;
	width: 100%;
	overflow: hidden;
	margin: 90px auto 0px;
}

.t-merit {
	background-color: #f5f5f5;
	width: 100%;
	min-height: 375px;
	margin: 0 auto;
	border: #e5e5e5 solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.t-merit ul {
	overflow: hidden;
	padding: 45px 0px;
}

.t-merit ul li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 35px;
	padding-left: 9%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.t-merit ul li:last-child {
	margin-bottom: 0;
}

.t-merit-icon {
	position: absolute;
	left: 9%;
	top: 0;
	width: 34px;
	height: 34px;
	overflow: hidden;
}

.t-merit-icon img {
	width: 34px;
	height: 34px;
}

.t-merit-h {
	color: #000000;
	font-size: 20px;
	margin-bottom: 5px;
}

.t-merit-p {
	color: #949494;
	font-size: 16px;
}

.t-img {
	position: relative;
	top: -195px;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}

.t-img ul {
	padding: 0px 36px;
	overflow: hidden;
}

.t-img ul li {
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	overflow: hidden;
	margin-bottom: 50px;
}

.t-img-tu {
	width: 268px;
	height: 268px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 18px;
}

.t-img-tu img {
	width: 268px;
	height: 268px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.t-img ul li:hover .t-img-tu img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.t-img-t {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	text-align: center;
}

.t-img-h {
	color: #35349a;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.t-img-p {
	color: #888888;
	font-size: 16px;
	line-height: 32px;
}

/*服务代工*/
/*01微纳米产品代工服务*/
.daigong {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px;
	background-color: #FFFFFF;
}

.daigong-con {
	width: 100%;
	overflow: hidden;
}

.daigong-zi {
	margin-top: 30px;
	color: #888888;
	font-size: 16px;
	line-height: 32px;
}

.daigong-zi img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.daigong-h {
	color: #0a358c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*02主要设备资源*/
.equipment {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px;
	background-color: #f5f5f5;
}

.equipment-con {}

.equipment-div {
	padding-left: 85px;
	margin-top: 30px;
	overflow: hidden;
	text-align: center;
}

.equipment-div ul {
	overflow: hidden;
}

.equipment-div ul li {
	float: left;
	display: inline-block;
}

.e-img {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.e-img img {
	width: 100%;
}

.e-zi {
	text-align: center;
	font-family: "PingFang SC";
	font-size: 18px;
}

.e-zia {
	color: #000000;
	margin-bottom: 8px;
}

.e-zib {
	color: #a0a0a0;
}

/*03主要案例*/
.s-case {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px 0px;
	background-color: #FFFFFF;
}

.s-case-con {}

.s-case-div {
	width: 100%;
	margin: 70px auto 0px;
	overflow: hidden;
	padding-bottom: 60px;
	border-bottom: #e5e5e5 solid 1px;
}

.s-case-div:last-child {
	border-bottom: none;
}


.s-case-tu {
	width: 100%;
	overflow: hidden;
	margin: 35px auto 0px;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.s-case-tu img {
	max-width: 100%;
}

.s-case-zi {
	margin: 50px auto 0;
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
}

.s-case-a {}

.s-case-a .s-case-tu {
	margin: 70px auto 0;
}

.s-case-b {}

.s-case-bcon {
	margin: 70px auto 0px;
	overflow: hidden;
}

.s-case-btu {
	float: left;
	width: 50%;
	overflow: hidden;
}

.s-case-btu img {
	max-width: 100%;
}

.s-case-bzi {
	float: left;
	width: 50%;
	overflow: hidden;
	padding-left: 4%;
	padding-top: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.s-case-bzili {
	position: relative;
	padding-left: 80px;
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	min-height: 60px;
	margin-bottom: 20px;
}

.s-case-byuan {
	position: absolute;
	left: 0;
	top: -12px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	background-color: #0061ae;
	color: #FFFFFF;
	font-size: 24px;
}

/*封装*/
.fengzhuang {
	padding-top: 0px;
	margin-top: -60px;
}

.fengzhuang-a {}

.fengzhuang-a .t-img {
	top: -145px;
}

.fz-tua {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.fz-tua img {
	max-width: 100%;
}

.t-img-t {
	margin-top: 40px;
}

.fz-h {
	color: #000000;
	font-size: 20px;
	margin-bottom: 8px;
}

.fz-p {
	color: #888888;
	font-size: 16px;
	line-height: 36px;
	word-break: break-all;
}

.fengzhuang-a .t-img ul {
	margin: 80px auto 0px;
	overflow: hidden;
	width: 100%;
}

.fengzhuang-a .t-img ul li {
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
}

.fengzhuang-b {
	margin-bottom: 45px;
}

.fengzhuang-b .t-merit {
	min-height: 1px;
}

.fengzhuang-b .t-merit ul li {
	margin-bottom: 0px;

}

.fzbdiv {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 18px auto 0px;
	padding: 70px 0px 50px;
	border: #e5e5e5 solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fzbdiv-tu {
	width: 100%;
	overflow: hidden;
}

.fzbdiv-tu img {
	max-width: 100%;
}

/*联系我们*/
.a-contact {
	width: 100%;
	overflow: hidden;
	padding: 70px 0px;
}

.a-contact-con {
	width: 100%;
	overflow: hidden;
}

.a-contact-way {
	float: left;
	width: 50%;
	overflow: hidden;
}

.ac-way-t {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
}

.a-contact-way ul {
	overflow: hidden;
	margin-top: 50px;
}

.a-contact-way ul li {
	position: relative;
	padding-left: 50px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-right: 4%;
}

.a-contact-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
}

.a-contact-icon img {
	width: 29px;
	height: 27px;
}

.a-contact-sp {
	float: left;
	display: inline-block;
	width: 11%;
	min-width: 40px;
	text-align: left;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
}

.a-contact-p {
	float: left;
	display: inline-block;
	width: 89%;
	color: #888888;
	font-size: 18px;
	line-height: 32px;
}

.a-contact-form {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	padding-bottom: 75px;
}

.a-contact-form:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	border-left: #dad7d7 solid 1px;
}

.ac-con {
	max-width: 580px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.ac-word {
	color: #888888;
	font-size: 16px;
	line-height: 30px;
}

.ac-li {
	width: 100%;
	overflow: hidden;
	border-bottom: #888888 solid 1px;
	height: 60px;
	line-height: 60px;
}

.ac-lisp {
	float: left;
	color: #222222;
	font-size: 16px;
}

.ac-inp {
	float: left;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	overflow: hidden;
}

.ca-input {
	width: 100%;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
	border: none;
	outline: none;
	background: none;
}

.ac-li2 {
	width: 100%;
	overflow: hidden;
	border-bottom: #888888 solid 1px;
	height: 80px;
}

.ac-li2 .ac-lisp {
	line-height: 80px;
}

.ca-textarea {
	width: 100%;
	/*overflow: auto;*/
	color: #222222;
	font-size: 16px;
	height: 50px;
	border: none;
	outline: none;
	background: none;
	resize: none;
}

.ac-li2 .ac-inp {
	margin-top: 30px;
}

.ac-submit {
	display: inline-block;
	margin-top: 50px;
	width: 160px;
	height: 45px;
	border: none;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	background-color: #000000;
}

@media screen and (max-width: 1680px) {
	.conwidth {
		padding: 0 3%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*首页产品中心*/
	.protab {
		width: 200px
	}

	.protab-point {
		margin-left: 10px;
		margin-right: 5px;
	}

	.protbox {
		width: -moz-calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
	}

	/*首页我们的实力*/
	.is-div ul li {
		padding: 40px 40px 20px;
	}

	/*首页技术案例*/
	/*.i-case-con{
		padding-left: 3%;
	}*/
	.casetab ul li a {
		padding-left: 20px;
	}

	.casetab ul li a:before,
	.casetab ul li.caseact a:after {
		max-width: 70px;
		width: 70%;
	}
}

@media screen and (max-width: 1440px) {

	/*内页banner*/
	.bannerzi-p {
		font-size: 42px;
	}

	.bannerzi-h {
		font-size: 64px;
	}

	/*首页产品中心*/


	/*首页我们的实力*/
	.casetab ul:before {
		width: 70px;
	}

	.is-div ul li {
		padding: 20px 20px 10px;
	}

	/*关于/公司简介*/
	.a-cooperate-con li {
		width: 18%;
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}
}

@media screen and (max-width: 1280px) {

	/*内页banner*/
	.bannerzi-p {
		font-size: 40px;
	}

	.bannerzi-h {
		font-size: 60px;
	}

	/*首页我们的实力*/
	.casetab ul:before {
		width: 45px;
	}

	.casetab ul li {
		margin-left: 65px;
	}

	.casetab ul li a {
		font-size: 18px;
	}

	.casetab ul li a:before,
	.casetab ul li.caseact a:after {
		max-width: 50px;
		width: 50%;
	}

	/*首页产品中心*/

	/*关于/公司简介*/
	.a-introduce-zi,
	.a-introduce-tu {
		width: 100%;
	}

	.a-introduce-tu {
		margin-bottom: 30px;
	}

	.a-title-h {
		font-size: 36px;
	}

	.a-culture {
		height: auto;
		padding-bottom: 60px;
		background-position: center bottom;
	}

	/*关于/企业文化*/
	.develop-con {
		margin: 80px auto 80px;
	}

	/*联系我们*/
	.a-contact-way {
		width: 100%;
	}

	.a-contact-form {
		width: 100%;
		padding-top: 50px;
		margin-top: 30px;
	}

	.a-contact-form:before {
		height: 2px;
		width: 100%;
		border-left: none;
		border-bottom: #dad7d7 solid 1px;
	}

	.ac-con {
		/*float: left;*/
	}
}

@media screen and (max-width: 1220px) {
	.header {}

	.head1 {
		display: none;
	}

	.head2 {
		display: block;
	}

	.menubtn {
		float: right;
		width: 50px;
		height: 90px;
		background: url(../image/menu-icon11.png) center center no-repeat;
		background-size: 100%;
	}

	.header .menubtn.on {
		background: url(../image/menu-icon21.png) center center no-repeat;
		background-size: 100%;
	}

	.header {
		margin-bottom: 0;
	}

	.search {
		display: none;
	}

	.search.s1 {
		display: block;
	}

	.header .nav {
		position: absolute;
		right: 0;
		top: 91px;
		max-width: 350px;
		width: 100%;
		background: #fff;
		padding: 20px 0px;
		display: none;
		z-index: 999;
	}

	.header .nav ul {
		padding: 0px 20px;
	}

	.header .nav ul li {
		width: 100%;
	}

	.header .nav ul li a {
		width: 100%;
		line-height: 50px;
		color: #444444;
	}

	.header .nav ul li a:hover {
		color: #0061ae;
	}

	.nav ul li a:hover:before {
		border-bottom: #0061ae solid 3px;
	}

	.header .nav ul li:first-child {
		margin-left: 0px;
	}

	.header .language {
		margin-right: 20px;
		height: 90px;
		line-height: 90px;
	}

	/*header2*/
	.head2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.zkxjprev {
		display: inline-block;
		width: 20px;
		text-align: left;
	}

	.zkxjprev img {
		width: 12px;
		height: 24px;
	}

	.zkcontent {
		flex: 1;
		color: #333333;
		font-size: 20px;
	}

	/*服务*/
	.service-yuan {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 28px;
	}

	.service-title {
		font-size: 28px;
		line-height: 60px;
	}

	.service-h,
	.t-img-h {
		font-size: 22px;
	}

	.electrode-div {
		margin-top: 80px;
	}

	.daigong .dg-p,
	.equipment .dg-p,
	.s-case .dg-p {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media screen and (max-width: 1024px) {

	/*footer*/
	.f-nav {
		display: none;
	}

	.f-share {
		padding-left: 0;
		width: 100%;
		padding-bottom: 20px;
	}

	.copyright {
		width: 100%;
		text-align: center;
	}

	.entrance {
		width: 100%;
		float: none;
		text-align: center;
	}

	.entrance a {
		float: none;
		display: inline-block;
	}

	/*首页banner*/
	.i-bannerzib {
		font-size: 56px;
	}

	.lunbotu>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 30px;
	}

	/*.lunbotu .swiper-slide a img:nth-child(1){
		display: none;
	}
	.lunbotu .swiper-slide a img:nth-child(2){
		display: block;
	}*/
	.ban1 {
		display: none;
	}

	.ban2 {
		display: block;
	}

	/*.qitabanner  img:nth-child(1){*/
	/*	display: none;*/
	/*}*/
	/*.qitabanner  img:nth-child(2){*/
	/*	display: block;*/
	/*}*/
	/*obanner*/
	/**/
	.i-pro-h {
		font-size: 34px;
	}

	.protbox-h {
		font-size: 30px;
	}

	.i-title-h {
		font-size: 34px;
	}

	.i-case-tit {
		font-size: 34px;
	}

	.i-news-tit {
		font-size: 34px;
	}

	/*首页产品中心*/
	.i-product {
		padding-top: 60px;
	}

	.i-pro-l {
		width: 100%;
	}

	.processdiv {
		padding-left: 0;
	}

	.i-pro-tit {
		transform: none;
		position: static;
		font-size: 40px;
	}

	.i-pro-h {
		width: 100%;
		font-size: 34px;
		margin-bottom: 30px;
	}

	.process {
		width: 100%;
		height: 2px;
	}

	#processbar {
		width: 100%;
		height: 2px;
		margin-bottom: 30px;
		margin-top: 0px;
		margin-left: 0;
	}

	#processbar .finish {
		width: 33.33%;
		height: 2px;
		background-color: #0061ae;
	}

	.p-whole {
		display: none;
	}

	.finish2 {
		height: 2px !important;
		width: 66.66% !important;
	}

	.finish3 {
		height: 2px;
		width: 100% !important;
	}

	.i-pro {
		width: 100%;
		margin-top: 30px;
	}

	.protbox {
		width: 100%;
	}

	.protab {
		width: 100%;
		margin-bottom: 30px;
	}

	.protab ul li {
		float: left;
		width: 220px;
	}

	.p-whole {
		float: right;
		margin-top: 0;
	}

	.protab ul li {
		width: 33.33%;
		width: -moz-calc(100% / 3);
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		height: 150px;
	}

	.protab-litu {
		width: 100%;
		height: 150px;
	}

	.protab-lizi {
		height: 150px;
	}

	/*首页技术案例*/
	.casetab ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.casetab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.casetab ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	/*o内核*/
	.casetab ul .-o-scrollbar {
		-moz-appearance: none !important;
		background: rgba(0, 255, 0, 0) !important;
	}

	.casetab ul::-o-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-o-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-o-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-o-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-o-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.casetab ul::-o-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	/*IE10,IE11,IE12*/
	.casetab ul {
		-ms-scroll-chaining: chained;
		-ms-overflow-style: none;
		-ms-content-zooming: zoom;
		-ms-scroll-rails: none;
		-ms-content-zoom-limit-min: 100%;
		-ms-content-zoom-limit-max: 500%;
		-ms-scroll-snap-type: proximity;
		-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
		-ms-overflow-style: none;
		overflow-x: auto;
	}

	.casetab ul {
		overflow: -moz-scrollbars-none;
		/*scrollbar-width: none;*/
	}

	/*我们的实力*/
	.i-bg {
		padding-top: 50px;
	}

	.i-title-p {
		min-height: 1px;
		padding-bottom: 20px;
	}

	.is-div ul li {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 30px;
	}

	.is-div-p {
		min-height: 1px;
	}

	/*新闻资讯*/
	.i-news-a {
		width: 100%;
		height: auto;
	}

	.i-news-atu {
		height: auto;
		line-height: 1;
	}

	.i-news-b {
		width: 100%;
	}

	/**/
	.o-nav a {
		margin-right: 40px;
	}

	/*关于/企业文化*/
	.develop-con {
		margin: 45px auto 80px;
	}

	.develop-div .swiper-slide-active .d-year {
		font-size: 170px;
	}

	.develop-con:before {
		top: 120px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-button-prev {
		top: 53px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-container-rtl .swiper-button-prev {
		top: 53px;
	}

	.s-prev,
	.s-next {
		top: 45px;
	}

	/*新闻*/
	.a-news-li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.a-news-li:nth-child(2n) {
		margin-left: 0;
	}

	.o-nav {
		width: 600px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.o-nav::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.o-nav::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	/*o内核*/
	.o-nav .-o-scrollbar {
		-moz-appearance: none !important;
		background: rgba(0, 255, 0, 0) !important;
	}

	.o-nav::-o-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-o-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-o-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-o-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-o-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.o-nav::-o-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	/*IE10,IE11,IE12*/
	.o-nav {
		-ms-scroll-chaining: chained;
		-ms-overflow-style: none;
		-ms-content-zooming: zoom;
		-ms-scroll-rails: none;
		-ms-content-zoom-limit-min: 100%;
		-ms-content-zoom-limit-max: 500%;
		-ms-scroll-snap-type: proximity;
		-ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
		-ms-overflow-style: none;
		overflow-x: auto;
	}

	.o-nav {
		overflow: -moz-scrollbars-none;
		/*scrollbar-width: none;*/
	}

	.r-page a {
		width: 100%;
		text-align: left;
	}

	/*招聘*/
	.a-recruit-tu ul {
		padding: 0;
	}

	.a-recruit-tu ul li {}

	.a-recruit-icon {
		width: 100%;
		border: none;
		height: auto;
		line-height: 1;
		margin-bottom: 20px;
		margin-bottom: 10px;
	}

	.hot-r-con {
		padding: 0px;
		margin: 30px auto 60px;
	}

	.hot-r-table td {
		font-size: 16px;
	}

	.hot-r-table thead tr td {
		font-size: 16px;
		height: 105px;
	}

	.r-detail {
		width: 100%;
		padding: 0 5%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.zp_close {
		right: 5%;
	}

	.recruit-detail {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}

	/*服务*/
	.electrode-li_1,
	.electrode-li_2,
	.electrode-li_3,
	.electrode-li_4,
	.electrode-li_5 {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.service-yuan {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 26px;
	}

	.service-title {
		font-size: 26px;
	}

	.service-h,
	.t-img-h {
		font-size: 22px;
	}

	.electrode-div,
	.mems-con {
		margin-top: 50px;
	}

	.mems {
		padding: 60px 0px 30px;
	}

	.mems-con ul {
		display: flex;
		justify-content: center;
		flex-flow: wrap;
	}

	.mems-con ul li {
		width: 47.5%;
		float: none;
		margin-bottom: 50px;
	}

	.mems-con ul li:nth-child(3n) {
		margin-right: 5%;
	}

	.mems-con ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.technology {
		padding: 60px 0px 50px;
	}

	.technology-con {
		margin-top: 50px;
	}

	.fengzhuang .fengzhuang-b {
		margin-bottom: 0;
	}

	.t-merit {
		min-height: 1px;
	}

	.t-merit ul {
		padding: 35px 0px 35px;
	}

	.t-merit ul li {
		width: 100%;
		padding-left: 15%;
	}

	.fengzhuang-b .t-merit ul li {
		margin-bottom: 30px;
	}

	.fengzhuang-b .t-merit ul li:last-child {
		margin-bottom: 0px;
	}

	.t-img {
		position: static;
	}

	.t-img ul {
		display: flex;
		justify-content: center;
		flex-flow: wrap;
		padding: 0px;
	}

	.t-img ul li {
		width: 47.5%;
		float: none;
		margin-bottom: 50px;
		margin-right: 5%;
	}

	.t-img ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.service-title {
		line-height: 50px;
	}

	.daigong .dg-p,
	.equipment .dg-p,
	.s-case .dg-p {
		padding-left: 55px;
		padding-right: 55px;
	}

	.s-case-bcon {
		margin-top: 50px;
	}

	.s-case-btu {
		width: 100%;
	}

	.s-case-bzi {
		width: 100%;
	}

	.s-case-byuan {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.s-case-bzi {
		padding-top: 60px;
	}

	.s-case-bzili {
		padding-left: 60px;
	}
}

@media screen and (max-width: 768px) {

	/*header*/
	.header .nav {
		top: 81px;
	}

	.h-logo {
		line-height: 50px;
	}

	.h-logo img {
		width: 80%;
	}

	.menubtn {
		height: 50px;
	}

	.header .language {
		height: 50px;
		line-height: 50px;
	}

	/*首页banner*/
	.i-bannerzia {
		font-size: 24px;
	}

	.i-bannerzib {
		font-size: 45px;
		margin-bottom: 0px;
	}

	.i-bannerzic {
		font-size: 18px;
	}

	/*内页banner*/
	.bannerzi-p {
		font-size: 24px;
	}

	.bannerzi-h {
		font-size: 24px;
	}

	/*首页产品中心*/
	.i-product {
		padding-top: 45px;
	}

	.i-pro-h {
		font-size: 30px;
	}

	.protbox-h {
		font-size: 28px;
	}

	.i-title-h {
		font-size: 30px;
	}

	.i-case-tit {
		font-size: 30px;
	}

	.i-news-tit {
		font-size: 30px;
	}

	.protab-zia {
		font-size: 18px;
	}

	/*首页新闻资讯*/
	.i-news-atu {
		width: 100%;
	}

	.i-news-azi {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.i-news-azi .i-news-t {
		margin-bottom: 0;
	}

	.i-news-btn {
		margin-top: 30px;
	}

	.i-news-a>a {
		width: 100%;
	}

	/*关于/企业文化*/
	.develop-con {
		margin: 45px auto 50px;
	}

	.develop-div .swiper-slide-active .d-year {
		font-size: 130px;
	}

	.develop-con:before {
		top: 90px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-button-prev {
		top: 23px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-container-rtl .swiper-button-prev {
		top: 23px;
	}

	.s-prev,
	.s-next {
		top: 10px;
	}

	/*新闻2*/
	.b-news-tu,
	.b-news-zi {
		width: 100%;
	}

	.b-news-tu {
		height: auto;
		margin-right: 0;
	}

	.b-news-zi {
		margin-top: 15px;
	}

	.b-news-h {
		width: 100%;
		overflow: hidden;
		font-size: 16px;
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.b-news-time {
		width: 100%;
		overflow: hidden;
		font-size: 14px;
	}

	.b-news-p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.b-news-li ul li {
		margin-bottom: 25px;
	}

	/**/
	.o-nav {
		width: 100%;
	}

	.o-nav a {
		line-height: 60px;
		height: 60px;
	}

	/*新闻详情*/
	.n-detail {
		padding: 50px 0px 40px;
	}

	.n-detail-t {
		margin-bottom: 30px;
	}

	/*产品*/
	.o-pro {
		padding: 35px 0px;
	}

	.o-pro-h {
		margin-bottom: 20px;
	}

	.pd-table td {
		padding: 0;
	}

	/*招聘*/
	.a-recruit-tu {
		margin-top: 45px;
	}

	.a-recruit-zi {
		font-size: 18px;
	}

	.hot-r-table thead tr td {
		height: 90px;
	}
}

@media screen and (max-width: 700px) {

	/*招聘*/
	.a-recruit-zi {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {

	/*首页产品中心*/
	.ptu img {
		max-width: 60%;
	}

	/*服务*/
	.mems-tu,
	.t-img-tu {
		max-width: 268px;
		width: 100%;
		height: auto;
	}

	.mems-tu img,
	.t-img-tu img {
		width: 100%;
		height: auto;
	}

	.o-location {
		display: none;
	}

	/*关于/企业文化*/
	.develop-div .swiper-slide-active .d-year {
		font-size: 100px;
	}

	.s-prev,
	.s-next {
		font-size: 30px;
	}

	.develop-con:before {
		top: 68px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-container-rtl .swiper-button-prev {
		top: 0px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-button-prev {
		top: 0px;
	}
}

@media screen and (max-width: 414px) {

	/*header*/
	.header .nav {
		top: 71px;
	}

	.h-logo {
		line-height: 70px;
	}

	.h-logo img {
		max-width: 80%;
	}

	.header .menubtn {
		height: 70px;
		background-size: 85%;
	}

	.header .menubtn.on {
		background-size: 85%;
	}

	.header .language {
		min-width: 45px;
		height: 70px;
		line-height: 70px;
		padding-left: 35px;
		background-size: 22px 22px;
	}

	.header .language .top {
		background-size: 12px 6px;
		height: 70px;
		line-height: 70px;
	}

	/*footer*/
	.footer {
		padding: 15px 0px 15px;
	}

	.f-box-top {
		display: none;
	}

	.copyright,
	.entrance a {
		height: 35px;
		line-height: 35px;
	}

	/*首页banner*/
	.i-bannerzia {
		font-size: 18px;
	}

	.i-bannerzib {
		font-size: 28px;
		margin-bottom: 0px;
	}

	.i-bannerzic {
		font-size: 14px;
	}

	.lunbotu .swiper-pagination-bullet {
		width: 10px;
		height: 10px !important;
		border-radius: 50%;
	}

	.lunbotu>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 15px;
	}

	/*内页banner*/
	.bannerzi-div {
		padding-left: 15px;
		/*display:none;*/
	}

	.bannerzi-p {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.bannerzi-h {
		font-size: 20px;
	}

	/**/
	.o-nav a {
		margin-right: 15px;
		line-height: 50px;
		height: 50px;
		font-size: 16px;
	}

	.o-location a,
	.ol-arrow {
		line-height: 50px;
		height: 50px;
		font-size: 15px;
	}

	/*首页产品中心*/
	.i-product {
		padding-top: 15px;
	}

	.i-pro-tit {
		font-size: 30px;
	}

	.i-pro-h {
		font-size: 28px;
	}

	.protbox-h {
		font-size: 22px;
	}

	.i-title-h {
		font-size: 28px;
	}

	.protab-point {
		width: 7px;
		height: 7px;
		border: #0c0a6c solid 3px;
		margin-left: 3px;
		margin-right: 0px;
	}

	.protab-zi {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.protab-zia {
		font-size: 16px;
	}

	.protab-zib {
		font-size: 14px;
	}

	.protab-litu img {
		max-width: 55%;
	}

	.protbox-a {
		margin-bottom: 20px;
	}

	.protbox-h {
		font-size: 26px;
	}

	.protbox-p {
		font-size: 14px;
	}

	.protbox-tu {}


	/*我们是谁*/
	.i-title-h {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.i-title-line {
		margin-bottom: 10px;
	}

	.i-title-p {
		font-size: 14px;
		line-height: 24px;
	}

	.i-bg {
		padding-top: 30px;
		min-height: 1px;
		padding-bottom: 60px;
	}

	.i-about-btn {
		height: 40px;
		line-height: 40px;
	}

	.i-about-link {
		margin-top: 15px;
	}

	.i-about-link ul li {
		margin-top: 25px;
	}

	/*首页科技案例*/
	.i-case {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.i-case-tit {
		font-size: 28px;
	}

	.i-case-div {
		margin-top: 25px;
	}

	.v-li-h {
		font-size: 18px;
	}

	.v-li-zi {
		padding: 20px 15px;
	}

	.v-li-p {
		font-size: 14px;
	}

	.casetab {
		margin: 20px auto 0px;
	}

	/*首页新闻资讯*/
	.i-news {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.i-news-h {
		font-size: 28px;
		width: 100%;
		overflow: hidden;
	}

	.i-news-tit ul {
		float: none;
		margin-right: 0px;
		padding-top: 10px;
		width: 100%;
		overflow: hidden;
	}

	.i-news-tit ul li {
		float: left;
		margin-left: 0px;
		margin-right: 5%;
	}

	.i-news-con {
		margin-top: 30px;
	}

	.i-news-b ul li {
		padding: 3% 7%;
		height: auto;
	}

	.i-news-w {
		font-size: 18px;
	}

	.i-news-t {
		margin-bottom: 10px;
	}

	/*关于发展历程*/
	.a-develop {
		padding-top: 35px
	}

	.s-next,
	.s-prev {
		font-size: 24px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-container-rtl .swiper-button-prev {
		right: 5px;
	}

	.develop-div .swiper-button-prev,
	.develop-div .swiper-container-rtl .swiper-button-next {
		left: 5px;
	}

	.s-prev {
		left: 5px;
	}

	.s-next {
		right: 5px;
	}

	.s-prev,
	.s-next {
		top: 0;
	}

	.develop-div .swiper-slide-active .d-year {
		font-size: 70px;
	}

	.develop-con:before {
		top: 50px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-container-rtl .swiper-button-prev {
		top: -17px;
	}

	.develop-div .swiper-button-next,
	.develop-div .swiper-button-prev {
		top: -17px;
	}

	.d-event-li {
		padding-left: 30px;
		padding-right: 15px;
	}

	.d-event-li i {
		left: 12px;
	}

	.d-event-lip {
		font-size: 16px;
	}

	.develop-con {
		margin: 45px auto 20px;
	}

	.ia-link-a {
		font-size: 18px;
	}

	/*关于/企业文化*/
	.a-culture {
		padding-top: 35px;
	}

	.a-title-h {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.a-culture-div {
		margin-top: 35px;
	}

	.a-culture-w {
		font-size: 16px;
		line-height: 28px;
	}

	/*关于/荣誉资质*/
	.a-honor {
		padding: 35px 0px 45px;
	}

	.a-honor-con {
		margin-top: 35px;
	}

	.a-honor-zi {
		font-size: 16px;
	}

	/*关于/客户合作*/
	.a-cooperate {
		padding: 35px 0px 45px;
	}

	.a-cooperate-con {
		margin-top: 35px;
	}

	/*关于/公司简介*/
	.a-introduce {
		padding-bottom: 40px;
	}

	.a-click {
		margin-top: 40px;
	}

	.a-click ul li:before {
		border: none;
	}

	.a-click-zi {
		font-size: 16px;
	}

	.a-click ul li a {
		height: auto;
		padding-bottom: 15px;
	}

	.a-click-tu {
		margin-top: 15px;
	}

	/*联系我们*/
	.a-contact {
		padding: 35px 0px;
	}

	.ac-way-t {
		font-size: 20px;
	}

	.a-contact-p {
		font-size: 15px;
		line-height: 24px;
	}

	.a-contact-way ul {
		margin-top: 30px;
	}

	.a-contact-way ul li {
		padding-left: 40px;
		margin-bottom: 15px;
	}

	.a-contact-form {
		padding-bottom: 0px;
	}

	.ac-word {
		font-size: 15px;
	}

	/*新闻*/
	.n-tl-t {
		font-size: 20px;
	}

	.a-news-li {
		padding: 5% 3.5% 3%;
		margin-bottom: 30px;
	}

	.a-news-w,
	.a-news-time {
		font-size: 14px;
	}

	/*新闻详情*/
	.n-detail {
		padding: 30px 0px 20px;
	}

	.n-detail-t {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.n-detail-oli {
		margin-right: 20px;
		font-size: 14px;
	}

	.n-detail-p {
		font-size: 15px;
		padding: 20px 0px;
		margin-bottom: 25px;
	}

	.r-page a {
		font-size: 15px;
		line-height: 35px;
	}

	/*产品*/
	.o-pro-h {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.o-pro-p {
		font-size: 15px;
		line-height: 28px;
	}

	.o-pro-e {
		font-size: 15px;
		line-height: 28px;
	}

	.product-detail {
		padding: 35px 0px 50px;
	}

	.product-detail-title {
		font-size: 28px;
	}

	.pd-table {
		margin-top: 35px;
	}

	.pd-table td {
		font-size: 14px;
	}

	.pd-table td:nth-child(odd) {
		width: auto;
		text-align: center;
		padding-right: 0;
	}

	.pd-table td:nth-child(even) {
		text-align: center;
		padding-left: 0;
	}

	/*招聘*/
	.a-recruit {
		padding: 30px 0px;
	}

	.a-recruit .conwidth {
		padding: 0 5%;
	}

	.a-recruit-tu {
		margin-top: 0px;
	}

	.a-recruit-tu ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.a-recruit-tu ul li {
		/*flex: 1;*/
		width: 32%;
		margin-top: 25px;
	}

	.a-recruit-zi {
		font-size: 15px;
	}

	/**/
	.hot-r {
		margin-top: 10px;
	}

	.hot-r .conwidth {
		padding: 0 3%;
	}

	.hot-r .a-title {
		padding-top: 20px
	}

	.hot-r-table td {
		font-size: 14px;
		padding: 0;
		height: 60px;
	}

	.hot-r-table thead tr td {
		font-size: 15px;
		height: 70px;
	}

	.a-recruit-con {
		margin-top: 20px;
	}

	.a-recruit-p {
		font-size: 15px;
		line-height: 28px;
	}

	.zp_close {
		right: 0;
		top: 5%;
	}

	.zp_close img {
		width: 30px;
	}

	.recruit-detail {
		width: 100%;
		max-height: 80%;
	}

	.r-d-o {
		margin: 15px auto;
		padding: 0px 10px;
	}

	.r-d-t {
		font-size: 16px;
	}

	.r-d-oli {
		font-size: 14px;
	}

	.rd-describe {
		margin: 15px auto;
		padding: 0px 10px;
	}

	.rd-describe-t {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.rd-describe-p {
		font-size: 14px;
		line-height: 26px;
	}

	.rd-mark {
		font-size: 14px;
		line-height: 26px;
	}

	.rd-apply a {
		font-size: 14px;
	}

	/*服务*/
	.electrode {
		padding-bottom: 35px;
	}

	.electrode-div ul {
		margin-top: 0;
	}

	.mems-con ul li {
		width: 100%;
	}

	.mems-con ul li:nth-child(3n) {
		margin-right: 0%;
	}

	.service-yuan {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.service-title {
		font-size: 20px;
		line-height: 45px;
	}

	.od-c .dg-p.service-title {
		padding-right: 0;
	}

	.service-h,
	.t-img-h {
		font-size: 18px;
	}

	.electrode-div,
	.technology-con {
		margin-top: 30px;
	}

	.dg-p {
		padding-left: 45px;
		padding-right: 45px;
	}

	.service-p1 {
		font-size: 16px;
	}

	.service-p2 {
		font-size: 15px;
	}

	.technology {
		padding: 50px 0px 40px;
	}

	.mems {
		padding: 40px 0px 50px;
	}

	.mems-con ul {
		margin-top: 0px
	}

	.mems-con ul li {
		margin-top: 35px;
		margin-bottom: 0px;
	}

	.t-merit-icon {
		left: 3%;
	}

	.t-merit-h {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.t-merit-p {
		font-size: 15px;
	}

	.electrode-div,
	.mems-con {
		margin-top: 30px;
	}

	.t-img ul li {
		width: 100%;
	}

	.t-img-t {
		margin-top: 0;
	}

	.t-img-h {
		margin-bottom: 5px;
	}

	.t-img-p {
		font-size: 15px;
		line-height: 28px;
	}

	.fz-tua {
		margin-bottom: 20px;
	}

	.fz-h {
		font-size: 16px;
	}

	.fz-p {
		font-size: 15px;
		line-height: 28px;
	}

	.fengzhuang-a .t-img ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.fengzhuang-a .t-img ul li {
		width: 100%;
	}

	.fengzhuang-b {
		margin-bottom: 0px;
	}

	.fengzhuang-b .t-merit ul li {
		margin-bottom: 35px;
	}

	.fzbdiv-tu {
		margin-bottom: 20px;
	}

	.daigong {
		padding: 35px 0px;
	}

	.daigong-h {
		font-size: 16px;
	}

	.daigong .dg-p,
	.equipment .dg-p,
	.s-case .dg-p {
		/*padding: 25px 0px;*/
		margin-top: 20px;
	}

	.s-case-bzili {
		font-size: 14px;
		line-height: 24px;
		padding-left: 45px;
		min-height: 1px;
		padding-bottom: 20px;
	}

	.s-case-bzili:last-child {
		margin-bottom: 0px;
	}

	.s-case-byuan {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px
	}

	.daigong-zi {
		font-size: 14px;
		line-height: 24px;
		padding: 0px !important;
	}

	.s-case-tu,
	.s-case-div {
		margin-bottom: 20px;
		padding: 20px 0px 30px;
		margin-bottom: 25px;
	}

	.s-case-a .s-case-tu {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.s-case-zi {
		margin-top: 20px;
	}

	.equipment {
		padding: 35px 0px;
	}

	.s-case {
		padding: 35px 0px;
	}

	.s-case-bzi {
		padding-top: 30px;
	}

	.s-case-div {}

	.od-c .service-title {
		margin-top: 5%;
	}

	.od-c .dg-p.s-case-tu,
	.od-c .dg-p.s-case-div {
		padding-left: 0;
		padding-right: 0;
	}

	.equipment .dg-p.s-case-tu {
		padding: 0px;
	}

	.od-c .dg-p.s-case-div {
		padding-top: 0;
	}

	.od-c .s-case-div .s-case-zi {
		font-size: 15px;
		line-height: 26px;
		margin-top: 0px;
	}

	.od-c .s-case-div .s-case-tu {
		padding: 20px 0px;
		margin-top: 0px;
	}

	.dg-p.s-case-div .s-case-bcon {
		margin-top: 20px;
	}

	.s-case-a.s-case-div {
		margin-bottom: 0px;
		padding: 30px 0px;
	}
}

@media screen and (max-width: 375px) {

	/*内页banner*/
	.bannerzi-p {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.bannerzi-h {
		font-size: 20px;
	}

	.a-title-h {
		font-size: 24px;
	}
}

@media screen and (max-width: 320px) {
	.header .language {
		padding-left: 0;
		background: none;
	}
}





.bigPicLayer {
	display: none;
	width: 1000px;
	height: 556px;
	position: fixed;
	z-index: 111;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}

.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../image/m5_off.png?v=11221) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 222;
}

.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}

.bigPicLayer .imgDiv {
	text-align: center;
}

.bigPicLayer .imgDiv img {
	width: 100%;
}

.bigPicLayer .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}


@media screen and (max-width: 1440px) {
	.bigPicLayer {
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../image/m5_off.png?v=11221) no-repeat;
		right: -50px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 222;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 50px;
		background: #0a448d;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		text-align: center;
	}

	.bigPicLayer .imgDiv img {
		width: 100%;
	}

	.bigPicLayer .imgDiv span {
		display: block;
		text-align: center;
		font-size: 18px;
		margin-top: 16px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}

}



@media screen and (max-width: 1004px) {
	.bigPicLayer {
		width: 300px;
		height: auto;
		padding: 0px;
		margin-top: -150px;
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../image/m5_off.png?v=11221) no-repeat;
		right: -50px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 222;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 20px;
		background: #0a448d;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		height: 169px;
	}

}

/*12.23新增*/
.h-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.h-white {
	background: #FFFFFF;
}

.h-white .nav ul li a {
	color: #444444;
}

.h-white .nav ul li a:hover {
	color: #0061ae;
}

.h-white .nav ul li a:hover:before {
	border-bottom: #0061ae solid 3px;
}

.h-white.header .language {
	color: #444444;
	background: url(../image/global.png) left center no-repeat;
	background-size: 27px 27px;
}

.h-white.header .language .top {
	background: url(../image/l-down.png) right center no-repeat;
	background-size: 16px 8px;
}

.h-white .search-btn {
	background: url(../image/search.png) center no-repeat;
}

.h-white .menubtn {
	background: url(../image/menu-icon1.png) center center no-repeat;
	background-size: 100%;
}

.h-white.header .menubtn.on {
	background: url(../image/menu-icon2.png) center center no-repeat;
	background-size: 100%;
}

/*20210204*/
.banner-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.banner-video video {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.banner-video {
		display: none;
	}
}

.o-video-con {
	position: relative;
}

.o-video-x {
	position: relative;
	display: inline-block;
	width: 100%;
}

.video-img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .5) url(../image/oimg27.png) center no-repeat;
	cursor: pointer
}



.div1 {
	text-align: center;
}

.small_pic img {
	max-width: 700px;
	width: 100%;
}

.div1 .small_pic {
	/*小图*/
	max-width: 550px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.div1 .float_layer {
	/*浮动层*/
	width: 300px;
	height: 300px;
	background: #fff;
	filter: alpha(opacity:30);
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.div1 .mark {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	background: red;
	filter: alpha(opacity:0);
	opacity: 0;
}

.div1 .big_pic {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 500px;
	height: 500px;
	overflow: hidden;
	border: 2px solid #ccc;
	display: none;
	z-index: 1;
}


.div1 .big_pic img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: initial;
	z-index: 100;
}

@media screen and (max-width: 1680px) {
	.div1 .big_pic {
		width: 400px;
		height: 400px;
	}
}

@media screen and (max-width: 1024px) {

	.float_layer,
	.big_pic {
		display: none !important;
		position: static;
	}
}

/*2019.12.30发展历程*/
.x-develop-con {
	position: relative;
	/*max-width: 1280px;*/
	width: 100%;
	margin: 60px auto 80px;
	overflow: hidden;
}

.x-develop .swiper-slide {
	cursor: pointer;
	-o-transform: scale(0.65);
	-ms-transform: scale(0.65);
	-moz-transform: scale(0.65);
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
}

.x-develop .swiper-slide-active {
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.swiper-slide:hover .x-ddiv-zi,
.x-develop .swiper-slide-active .x-ddiv-zi {
	color: #0e5081;
	font-size: 60px;
	transition: all 0.3s;
}

.event-list {
	/*max-width: 1130px;*/
	/*1.10注释*/
	width: 90%;
	/*1.10修改*/
	overflow: hidden;
	margin: 60px auto 0px;
}

.x-ddiv {
	position: relative;
	width: 100%;
	display: inline-block;
}

.x-ddiv img {
	width: 100%;
}

.x-ddiv:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.x-develop .swiper-slide-active .x-ddiv:before {
	opacity: 0.17;
}

.x-ddiv-zi {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: auto;
	color: #ffffff;
	font-size: 50px;
}

.event-list {
	max-width: 1130px;
	width: 100%;
	overflow: hidden;
	margin: 60px auto 0px;
}

.event-list li {
	display: none;
}

.event-list li.on {
	display: block;
}

.devent-li {
	position: relative;
	padding-left: 65px;
	padding-right: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
}

.devent-li:last-child {
	border-bottom: 0;
}

.devent-li:hover {
	background-color: #08428a;
}

.devent-li:hover i {
	background-color: #ffffff;
}

.devent-li:hover .devent-lip {
	color: #ffffff;
}

.devent-li i {
	position: absolute;
	left: 30px;
	top: 29px;
	width: 10px;
	height: 10px;
	background-color: #08428a;
	border-radius: 50%;
}

.devent-lip {
	color: #666666;
	font-size: 18px;
	line-height: 32px;
}

.x-develop .swiper-button-next,
.x-develop .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	z-index: 10;
	margin-top: 0px;
	cursor: pointer;
	-moz-background-size: 37px 37px;
	-webkit-background-size: 37px 37px;
	background-size: 37px 37px;
	background-repeat: no-repeat;
}

.x-develop .swiper-button-next,
.x-develop .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/oimg26.png);
	right: 0px;
	left: auto;
	background-position: right bottom;
}

.x-develop .swiper-button-prev,
.x-develop .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/oimg25.png);
	left: 0px;
	right: 0px;
	background-position: left bottom;
}

.x-develop .swiper-button-next:hover,
.x-develop .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/oimg26a.png);
}

.x-develop .swiper-button-prev:hover,
.x-develop .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/oimg25a.png);
}



.fenxiang {
	display: inline-block;
}

.fenxiang>span {
	display: inline-block;
	margin-right: 5px;
	color: #777777;
	font-size: 14px;
}

.fenxiang a {
	display: inline-block;
	margin-right: 5px;
	position: relative;
}

.fenxiang a>img {
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	top: 6px;
}

.ewmdiv {
	display: none;
	position: absolute;
	top: 50px;
	left: -40px;
	/*right: 0;
	margin: 0 auto;*/
	width: 100px;
}

.ewmdiv span {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border: #d2d2d2 solid 1px;
	background-color: #f9f9f9;
}

.ewmdiv span em {
	display: block;
	width: 0px;
	height: 0px;
	border-bottom: 12px solid #d2d2d2;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -12px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

.ewmdiv span i {
	display: block;
	width: 0px;
	height: 0px;
	border-bottom: 9px solid #f9f9f9;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: -9px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

.fenxiang a:hover .ewmdiv {
	display: block;
}

@media screen and (max-width: 1024px) {
	.x-develop {
		padding: 0px 40px;
		overflow: hidden;
	}

	.x-develop .swiper-slide-active {
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.fenxiang {
		display: none
	}
}

@media screen and (max-width: 640px) {
	.event-list {
		margin: 30px auto 0px;
	}

	.devent-li {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}

	.devent-lip {
		font-size: 15px;
		line-height: 28px;
	}

	.fenxiang {
		display: none
	}
}


/*1.13新增*/
.x-guany {
	position: relative;
	width: 100%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 120px 0px;
	background-position: center;
	background-size: cover;
}

#cas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 1;
}

.x-guany .conwidth {
	position: relative;
	z-index: 2;
}

.x-guany-con {
	width: 100%;
	overflow: hidden;
}

.x-guany-l {
	float: left;
	width: 65%;
	overflow: hidden;
}

.x-guany-div {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.yuantu {
	float: right;
	width: 34%;
	overflow: hidden;
}

.yuantu img {
	position: relative;
	animation: rotate 100s linear infinite;
	-webkit-animation: rotate 100s linear infinite;
	width: 100%;
}

.x-guany .i-title-h {
	color: #222222;
}

.x-guany .i-title-line {
	background-color: #015198;
}

.x-guany .i-title-p {
	color: #555555;
}

.x-guany .i-about-btn {
	background-color: #015198
}

.x-guany .i-about-btn a {
	color: #FFFFFF;
}

.x-guany .i-about-link ul li {
	border-top: #555555 solid 2px;
}

.x-guany .ia-link-a {
	color: #555555;
}

.x-guany .ia-link-b {
	color: #555555;
}

.x-guany .i-about-link ul li:hover {
	border-top: #0061ae solid 2px;
}

.x-guany .i-about-link ul li:hover .ia-link-a,
.x-guany .i-about-link ul li:hover .ia-link-b {
	color: #0061ae;
}


@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0);
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0);
	}
}

@media screen and (max-width: 1024px) {
	.x-guany {
		padding: 80px 0px;
	}

	.x-guany-l {
		width: 100%;
	}

	.yuantu {
		position: absolute;
		right: 3%;
		bottom: 0;
		margin: auto;
		width: 35%;
		text-align: right;
	}

	.yuantu img {
		width: auto;
	}

	#cas {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.x-guany {
		padding: 60px 0px;
	}
}

@media screen and (max-width: 414px) {
	.x-guany {
		padding: 50px 0px;
	}
}


/*1.15新增样式*/
/*关于-公司简介*/
.xintro-zi {
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 10; */
	overflow: hidden;
}

.xintro-more {
	display: inline-block;
	float: right;
	margin: 15px auto 0px;
	cursor: pointer;
}

.xintro-more img {
	display: inline-block;
	vertical-align: middle;
	width: 58px;
	height: 58px;
}

.xintro-more-zi {
	display: inline-block;
	vertical-align: middle;
	color: #0061ae;
	font-size: 18px;
	margin-left: 10px;
}

.x-pop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.x-pop-con {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 1000px;
	max-height: 880px;
}

.x-pop-div {
	width: 960px;
	max-height: 88%;
	height: calc(100% - 50px);
	overflow: auto;
	background-color: #FFFFFF;
	padding: 45px 25px;
	margin-top: 70px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

.x-all {
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	margin-top: 30px;
	padding: 35px 45px;
	overflow: hidden;
}

.xp_close {
	position: absolute;
	right: 0px;
	top: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1280px) {
	.xintro-more {
		display: none;
	}

	.xintro-zi {
		display: inline-block;
	}
}