@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}


/*html*/
html{
	min-height: 100%;
	position: relative;
}
/*top-header*/

.top-header{
	width: 100%;
	background-color: #2b5da0;
	box-sizing: border-box;
	padding: 10px 100px;
}
.top-header span,.top-header a{
	color: #ffffff;
}
.top-headers ul{
	text-align: center;
}
.top-headers ul li{
	float: left;
	line-height: 30px;
	margin-right: .5em;
	color: #fff;
}
.top-headers-2 ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-headers-2 ul li span{
	width: 28px;
	height: 28px;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-headers-2 ul li .facebook{
	background-image: url(../images/facebook.png);
}
.top-headers-2 ul li .m-office{
	background-image: url(../images/y-office.png);
}
.top-headers-2 ul li .youtube{
	background-image: url(../images/youtube.png);
}
/*header*/

.index-header {
	position: relative;
	background: #ffffff;
	padding: 0px 100px;
	box-sizing: border-box;
	min-height: 100px;
	/* transition: all 1s ease; */
	position: relative;
	z-index: 99;
	border-bottom: 1px solid transparent;
	width: 100%;
	box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
}

.index-logo {
	position: relative;
	/* top: 24px; */
	display: flex;
	align-items: center;
	width: 30%;
	min-height: 100px;
}
.index-logo a , .index-logo a img{
	width: 100%;
}
.index-logo a img{
	display: block;
}
.head-nav{
	width: 70%;
	height: 100%;
}
.index-nav {
	width: calc(100% - 100px);
	height: 100%;
}

.index-nav li {
	float: left;
	width: calc(100%/7);
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	/* padding: 10px 5px 10px 0; */
	height: 100px;
	line-height: 100px;
}

.index-nav li a {
	color: #141418;
	display: inline-block;
	position: relative;
	text-transform:uppercase;
}

.index-nav li a:after {
	position: absolute;
	content: "";
	bottom: 20px;
	width: 100%;
	height: 3px;
	left: 0;
	background: #3279e6;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .42s;
	-webkit-transition: .42s;
}

.index-nav li a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.index-nav li.on a {
	color: #3279e6;
}

.index-nav li.on a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.index-nav li a:hover {
	color: #3279e6;
}

.index-header-right {
	width: 100px;
	margin-top: 36px;
}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.search-btn {
	background: url('../images/sousuo.png') no-repeat left center;
	text-indent: 30px;
}

.la-close {
	font-family: sans-serif;
	font-size: 35px;
}
.show-icon{
	display: none;
	width: 24px;
	height: 24px;
}
.show-icon img{
	width: 100%;
	height: 100%;
}
/* navMenu */
.navMenubox { 
	display: none;
    width: 100%;  
    background: #fff; 
    overflow: hidden; 
    font-size: 14px;
    box-shadow: 0 1px 5px #ccc;

}
.navMenu{
    margin-bottom: 0!important;
}
.navMenu> li { display: block;margin: 0;padding: 0;border-bottom: 1px solid #ccc;background: #fff;position: relative;box-sizing: border-box;}
.navMenu> li:last-child{padding-left: 20px;}
.navMenu>li>a { display: block; overflow: hidden; padding-left: 20px; height: 50px; line-height: 50px; color: #000; transition: all .3s; position: relative; text-decoration: none; font-size: 14px; }
.navMenu>li:last-child>a{padding-left: 0px;}
.navMenu>li>a>i { font-size: 20px; float: left; font-style: normal; margin: 0 5px; }
.navMenu>li>.arrow-icon , .navMenu>li>ul.s-menu li>.arrow-icon{position: absolute; width: 30%; height: 100%; right: 0; top: 0;}
.navMenu>li>.arrow-icon>.arrow , .navMenu>li>ul.s-menu li>.arrow-icon>.arrow{width: 18px; height: 18px;margin: 5px; position: absolute; right: 10px; background: url(../images/icon-sq.png) no-repeat; background-size: 100%;transition: all .3s ease; -webkit-transition: all .3s ease;}
.navMenu>li>.arrow-icon>.arrow{ top: 10px;}
.navMenu>li>ul.s-menu li>.arrow-icon>.arrow{top: 4px;}
.navMenu>li>ul.s-menu, .navMenu>li>ul.s-menu>li>ul.s-menu { display: none; list-style: none; clear: both; margin: 8px 0px 0px 10px; padding-bottom: 5px; }
.navMenu>li>ul.s-menu li { background: none; margin: 0px; padding: 0px; position: relative; }
.navMenu>li>ul.s-menu li>a { display: block; font-size: 12px; height: 26px; line-height: 26px; padding: 5px 0px 5px 20px; color: #000; clear: both; }


.search_sec {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 999999999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0;
}

.search_field {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field div {
	position: relative;
}

.search_field div input , #slimtest1 .navMenu li input{
	width: 100%;
	height: 66px;
	background-color: #e5e5e5;
	color: #262626;
	font-size: 17px;
	padding: 0 30px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
}
#slimtest1 .navMenu li input{
	background-color: #fff;
	padding: 0px 0px 0px 20px!important;
	height: 50px;
}
.search_field div button , #slimtest1 .navMenu li button{
	position: absolute;
	top: 19px;
	right: 24px;
	background-color: inherit;
	border: 0;
}
#slimtest1 .navMenu li button{
	top: 12px;
}
.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #c6c7ca;
	font-size: 40px;
}

.close-search:hover {
	color: #c6c7ca;
}
.key-list{
	position: absolute!important;
	display: none;
}
.key-list ul li{
	padding-left: 10px;
}
.key-list ul li a{
	color: #fff!important;
}
/*banner*/

.banner-position {
	position: relative;
}

.index-banner .swiper-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

svg {
	width: 100%;
	overflow: visible;
}


/*about*/

.index-con {
	padding: 0 100px;
	box-sizing: border-box;
	width: 100%;
}


.index-series .index-title h3,.index-solve .index-title h3,.index-product .index-title h3{
	color: #212934;
	text-align: center;
}
.index-title h2 {
	color: #FFFFFF;
	font-size: 122px;
	letter-spacing: -2px;
	font-family: 'DIN';
	text-transform: uppercase;
	font-weight: bold;
	padding: 60px 0;
}
.index-series .index-title h2,.index-solve .index-title h2{
	color: #4a4e57;
	text-align: center;
	font-size: 16px;
	padding: 10px 0 0 0;
	font-weight: normal;
	text-transform: none;
}

.index-title span {
	display: block;
	width: 30px;
	height: 4px;
	background: #2b5da0;
	margin: 30px 0 40px;
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
	background-color: #c1d8ff
}

.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after {
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after {
	top: 0;
	width: 3px;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before {
	left: 0
}

.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after {
	right: 0
}

.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before {
	top: 0
}

.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after {
	bottom: 0
}

.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before {
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before {
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after {
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after {
	-webkit-transform-origin: top center;
	transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before {
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.button {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/*产品*/

.index-series {
	margin-top: 3em;
	background-color: rgba(255,255,255,0);
    background-image: url(../images/subtle_dots.png);
    background-position: center center;
    background-repeat: repeat;
}

.index-series-list {
	margin-top: 4em;
}

.index-series-list li {
	width: calc(33.333333333333% - ( ( 2% + 2% ) * 0.33333333333333 ) );
	height: 100%;
	float: left;
	margin-left: 2%;
	margin-bottom: 2%;
	position: relative;
	background-color: #2d61a4;
	padding: 2px;
	box-sizing: border-box;
}
.index-series-list li em {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-series-list li em img {
	display: block;
	width: 100%;
	height: 100%;
}

.index-series-list li .text {
	width: 100%;
	background-image: radial-gradient(circle at center center, rgb(40, 120, 190) 0%, rgb(30, 90, 160) 100%);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    min-height: 0px;
	color: #ffffff;
	box-sizing: border-box;
}

.index-series-list li .text h2 {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}

.index-series-list li .text p {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: arial;
	margin-bottom: 20px;
}


.index-series-list li:first-of-type , .index-series-list li:nth-child(4n){
	margin-left: 0;
}

.index-series-list li:hover em img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-series-list li em img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}


/*解决*/

.index-solve {
	background-color: rgba(255,255,255,0);
    background-image: radial-gradient(circle at center center, #2878be 0%,#1e5aa0 100%);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-top: 40px;
    border-width: 0px 0px 0px 0px;
    border-color: #e2e2e2;
    border-style: solid;
}
.index-solve .index-title h3{
	color: #fff;
	padding-bottom: 40px;
	border-bottom: 2px solid #fff;
}
.index-solve-list {
	width: 100%;
	margin-top: 2em;
}

.index-solve-list li {
	width: 23.5%;
	float: left;
	margin-left: 2%;
}

.index-solve-list li:nth-child(4n+1) {
	margin-left: 0;
}

.index-solve-list li em {
	display: block;
	overflow: hidden;
	border: 2px solid #e2e2e2;
	box-sizing: border-box;
}

.index-solve-list li em img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-solve-list li .text {
	padding: 10px;
	box-sizing: border-box;
	/* height: 400px; */
    overflow: hidden;
}

.index-solve-list li .text p {
	line-height: 30px;
	text-align: center;
	color: #fff;
	/* height: 70px; */
	margin-bottom: 20px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-solve-list li .text i {
	color: #888888;
	font-family: arial;
	font-size: 14px;
	margin-top: 10px;
}

.index-solve-list li a {
	display: block;
	width: 100%;
	height: 100%;
}


.index-solve-list li a img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

/*产品*/

.index-product {
	padding: 40px 0px;
	background-color: rgba(255,255,255,0);
    background-image: url(../images/subtle_dots.png);
    background-image: linear-gradient(180deg, rgba(209,209,209,0.2) 0%,rgba(209,209,209,1) 100%),url(../images/subtle_dots.png);
    background-position: center center;
    background-repeat: repeat;
}

.index-product-list {
	margin-top: 4em;
}

.index-product-list li {
	float: left;
	width: calc(20% - 2%);
	height: 100%;
	margin-left: 2%;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	padding: 2px;
}
.index-product-list li em {
	display: block;
	width: 100%;
	overflow: hidden;
}

.index-product-list li em img {
	display: block;
	width: 100%;
	height: 100%;
}

.index-product-list li .text {
	width: 100%;
	background-image: radial-gradient(circle at center center, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    min-height: 0px;
	color: #1e5aa0;
	box-sizing: border-box;
}

.index-product-list li .text h2 {
	text-align: center;
	font-size: 16px;
	margin: 5px 0;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap
}

.index-product-list li .text p {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: arial;
	margin-bottom: 20px;
}


.index-product-list li:first-of-type,.index-product-list li:nth-child(6){
	margin-left: 0;
}

.index-product-list li:hover em img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-product-list li em img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.index-footer {
	border-top: 4px solid #1e5aa0;
	background-color: #00306b;
	padding: 30px 0 0;
	box-sizing: border-box;
}

.index-footer-info {
	margin-bottom: 20px;
	padding: 0 100px;
	box-sizing: border-box;
}
.index-footer-info > div{
	width: calc(100% / 3);
	padding: 0 20px;
	box-sizing: border-box;
}

.index-footer-info div h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 28px;
}

.index-footer-info .lianxi p {
	color: #fff;
	padding: 5px 0px;
}
.index-footer-info i{
	width: 16px;
	height: 16px;
	display: block;
    float: left;
    margin-top: 6px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-size: contain;
}
.comAddress .address-content p span i{
	background-repeat: no-repeat;
	background-size: contain;
}
.index-footer-info .address{
	background-image: url(../images/icon-address.png);
}
.page-main .index-con .comAddress .address-content p span .map{
	background-image: url(../images/icon-map.png);
}
.index-footer-info .tel{
	background-image: url(../images/icon-phone.png);
}
.page-main .index-con .comAddress .address-content p span .con-tel{
	background-image: url(../images/icon-tel.png);
}
.index-footer-info .app , .page-main .index-con .comAddress .address-content p span .app{
	background-image: url(../images/icon-aphone.png);
}
.index-footer-info .wechat , .page-main .index-con .comAddress .address-content p span .wechat{
	background-image: url(../images/icon-wechat.png);
}
.index-footer-info .email{
	background-image: url(../images/icon-email.png);
}
.page-main .index-con .comAddress .address-content p span .open-email{
	background-image: url(../images/email-open.png);
}
.page-main .index-con .comAddress .address-content p span .m-office{
	background-image: url(../images/icon-m-office.png);
}
.page-main .index-con .comAddress .address-content p span .m-address{
	background-image: url(../images/icon-m-address.png);
}
.index-footer .footer-nav-menu ul li{
	border-bottom: 1px solid #26303e;
	padding: 10px 10px 12px 10px;
	box-sizing: border-box;
}
.index-footer .footer-nav-menu ul li:first-child{
	padding-top: 0;
}
.index-footer .footer-nav-menu a{
	height: 24px;
    color: #fff;
    display: block;
}
.index-footer .footer-nav-menu a::before{
	position: absolute;
    margin-left: -14px;
	margin-top: 11px;
	content: ""; 
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #fff; 
	width: 6px; 
	height: 6px; 
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg);

}
.index-footer .footer-nav-menu a:hover{
	color:#ffeb3b;
}
.index-footer .footer-nav-menu a:hover::before{
	border-right: 1px solid #ffeb3b; 
	border-bottom: 1px solid #ffeb3b; 
}
.index-footer-info .online div,.aside .contact .online div,.con-aside .contact .online div{
	margin-bottom: 20px;
}
.index-footer-info .online div input,.index-footer-info .online div textarea 
,.aside .contact .online div input , .aside .contact .online div textarea
,.con-aside .contact .online div input , .con-aside .contact .online div textarea
{
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 0;
    max-width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.index-footer .send-btn button,.aside .contact .send-btn button, .con-aside .contact .send-btn button{
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	line-height: 1.5;
	border-radius: 4px;
	position: relative;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: rgba(255, 152, 0, 1);
	border-color: rgba(255, 255, 255, 1);
	color: #4D4D4D;
	cursor: pointer;
}
.index-footer-bottom {
	background: #1e242d;
	color: #ffffff;
	padding: 5px 0;
}

.index-footer-bottom a {
	color: #ffffff;
}
.index-footer-bottom p{
	width: 100%;
	font-size: 14px;
	color: rgba(255,255,255,.4);
}

/*子页面*/

#wrap {
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.wrap-page{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100px;
    width: 100%;
	background-color: #2878be;
}
.page-banner {
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.page-banner .page-title{
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
}
.page-banner .page-content{
	color: #fff;
}
.page-banner .page-content span a{
	color: #fff!important;
}
.sub-menu {
	border-bottom: 1px solid #ececec;
	text-align: center;
	border-bottom: 1PX solid #D8D8D8;
}

.sub-menu li {
	display: inline-block;
	line-height: 110px;
}

.sub-menu .link {
	display: block;
	color: #414141;
	margin: 0 20PX;
	padding: 0 5PX 0;
	position: relative;
}

.sub-menu .link:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background-color: #4a8dff;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .42s;
	-webkit-transition: .42s;
}

.sub-menu .link:hover {
	color: #4a8dff;
}

.sub-menu .link:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.sub-menu .link.on {
	color: #4a8dff;
}

.sub-menu .link.on:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.page-main .index-solve-list {
	margin-top: 4em;
}

.page-main .index-solve-list li {
	margin-bottom: 3em;
}
.page-main .index-con .aside{
	width: 22%;
	height: 100%;
}
.page-main .index-con .con-aside h2, .page-main .index-con .comAddress .address h2{
	font-size: 20px;
	font-weight: bold;
}
.page-main .index-con .comAddress{
	width: calc(50% - 4%);
	height: 100%;
	margin-right: 4%;
}
.page-main .index-con .comAddress .address-content p{
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.page-main .index-con .comAddress .address-content p span{
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #1e5aa0;
	margin-right: 5px;
	margin-top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-main .index-con .comAddress .address-content p span i{
	width: 16px;
	height: 16px;
	display: block;
}
.page-main .index-con .con-aside{
	width: 50%;
	height: 100%;
}
.page-main .index-con .main {
	width: calc(78% - 4%);
	margin-left: 4%;
}

@media(max-width:1024px) {
	.index-series-list{
		display: block;
	}
	.index-series-list li{
		width: 100%;
	}
	.index-series-list li{
		margin-left: 0;
	}
	.index-product-list li{
		width: calc(25% - 2% );
	}
	.index-product-list li:nth-child(4n+1){
		margin-left: 0;
	}
	.index-product-list li:nth-child(6){
		margin-left: 2%;
	}
	.w1260{
		width: 100%!important;
	}
	
}
@media(max-width:928px) {
	.index-product-list li{
		width: calc((100% / 3) - 2% );
	}
	.index-product-list li:nth-child(4n+1){
		margin-left: 2%;
	}
	.index-product-list:first-child ,.index-product-list li:nth-child(3n+1){
		margin-left: 0;
	}
}
@media(max-width:856px) {
	.index-product-list li{
		width: calc((100% / 2) - 2% );
	}
	.index-product-list li:nth-child(3n+1){
		margin-left: 2%;
	}
	.index-product-list:first-child ,.index-product-list li:nth-child(2n+1){
		margin-left: 0;
	}
}
@media(max-width:712px) {
	.index-product-list li{
		width: 100%;
	}
	.index-product-list li{
		margin-left: 0!important;
	}

}
/*关于我们*/

.about {
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}

.about h1 {
	font-size: 40px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	font-family: '黑体';
}

.about h2 {
	font-size: 18px;
	color: #999;
	margin: 10px 0 20px;
	text-align: center;
}

.about strong {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.about strong i {
	display: block;
	width: 50px;
	height: 1px;
	background: #bbb;
	margin: 0 auto;
}

.about figure {
	width: 100%;
	overflow: hidden;
}

.about figure p {
	line-height: 34px;
	color: #777;
}

.p-title {
	text-align: center;
}

.p-title .t ,.mt50 .tab-list .main-title {
	background-image: linear-gradient(rgb(40, 120, 190) 0%, rgb(30, 90, 160) 100%);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    min-height: 0px;
	color: #fff;
}
.tab-list .main-title{
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	height: 44px;
	font-size: 20px;
	line-height: 22px!important;
}
.tab-list table{
	height: auto!important;
}
.p-title .c {
	line-height: 27px;
	font-size: 16px;
	color: #666666;
	margin: 13px 0 0;
}

.index-table {
	display: table;
}

.index-cell {
	display: table-cell;
	vertical-align: middle;
}

.mt50 {
	margin-top: 50px;
}
.mt50 .news{
	display: block;
	color: #333;
	padding: 4px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
}
.mt50 .news:last-child{
	margin-bottom: 4em;
}
.mt50 .news-title{
	font-size: 24px;
	margin-bottom: 20px;
}
.mt50 .news .title{
	font-weight: bold;
}
.mt50 .news .addtime{
	text-align: right;
	height: 16px;
    line-height: 16px;
}
.aside .aside-nav{
	margin-bottom: 30px;
}
.aside .aside-nav h2, .aside .contact h2, .con-aside .contact h2{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}
.con-aside .contact h2{
	margin-bottom: 0;
}
.aside .aside-nav .nav-menu{
	border: 1px solid #ccc;
	border-bottom: none;
}
.aside .aside-nav .nav-menu li{
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 32px;
	position: relative;
}

.aside .aside-nav .nav-menu > ul > li a{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.aside .aside-nav .nav-menu > ul > li .icon{
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 17px;
	left: 8px;
	cursor: pointer;
}
.icon img{
	width: 100%;
	height: 100%;
	display: block;
}
.aside .aside-nav .nav-menu .nav-child{
	display: none;
}
.aside-active{
	background-color: #f3f3f3;
}
.linian {
	padding: 30px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.p-linian .main li {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 4em;
}

.linian .main li .cont {
	padding: 30px 60px;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
}

.linian .main li .cont h1 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #333333;
}

.linian .main li .cont span {
	display: block;
	width: 15px;
	height: 2px;
	background: #666666;
	margin: 40px 0;
}

.linian .main li .cont figure {
	width: 100%;
	overflow: hidden;
}

.linian .main li .cont figure p {
	line-height: 26px;
	font-size: 13px;
	color: #555;
}

.linian .main li .ln_img {
	width: 50%;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .1);
}

.linian .main li .ln_img img {
	display: block;
	width: 100%;
	height: 400px;
}

.linian .main li .ln_img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.linian .main li:hover .ln_img img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
    
.hd ul{display: flex;justify-content: flex-end;}
.hd ul li{padding: 0 5px;cursor: pointer;background-color: #999;color: #fff;font-size: 12px;}
.hd ul li:first-child{margin-right: 5px; border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.hd ul li:last-child{border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.on{ background-color: #2878be!important;color: #fff!important;}
.honor {
	background: #f5f5f5;
	padding: 50px 0;
}

.p-title .t {
	font-size: 24px;
}
.p-title .p_t{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}
.p-title .line , .comAddress .line{
	height: 3px;
	width: 50%;
	background-color: #397bbe;
	margin: 10px 0;
}
.comAddress .line{
	width: 100%;
}
.p-title .c {
	font-size: 14px;
}

#page{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
#page .page-list > div{
	float: left;
}
#page .page-list > p{
	float: left;
}
#page .page-list .num-list{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	color: #0073A9;
    border: 1px solid #0073A9;
	margin-right: 5px;
	cursor: pointer;
}
.list-active{
	background-color: #0073A9;
	color: #fff!important;
}
#page .page-list .prev , #page .page-list .next{
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	padding: 0 4px;
	color: #0073A9;
    border: 1px solid #0073A9;
	text-align: center;
}
#page .page-list .prev{
	border-top-left-radius: 12px;
}
#page .page-list .next{
	border-bottom-right-radius: 12px;
}
#page .page-list > span{
	font-weight: bold;
}
/*about us*/
.about-mt .desc p{
	margin-bottom: 20px;
}
.about-mt .desc-img ul li{
	float: left;
	width: calc(33.333333333333% - ( ( 2% + 2% ) * 0.33333333333333 ) );
	margin-right: 2%;
	margin-bottom: 10px;
}
.about-mt .desc-img ul li:nth-child(3n){
	margin-right: 0;
}
.about-mt .desc-img ul li img{
	border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.toTop{
	position: fixed;
	bottom: 0px;
	right: 75px;
	height: 35px;
	width: 48px;
	display: none;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	background-color: #333;
}
.toTop img{
	margin-top: 2px;
	margin-left: 8px;
}
@media (max-width:1600px) {
	
	.index-nav li {
		width: calc(100%/7);
		font-size: 16px;
	}
	.position-yuan .bg {
		transform: scale(.7);
		right: -110px
	}
}
@media (min-width:1500px){
	.index-title h3 {
		font-size: 44px;
	}
}
@media (max-width:1500px) {
	.index-title h3 {
		font-size: 44px;
	}
	.index-title h2 {
		font-size: 110px;
	}
}

@media (max-width:1400px) {
	.index-con {
		padding: 0 4%;
	}
	.page-main .index-con{
		padding-bottom: 60px;
	}
	.index-title h3 {
		font-size: 38px;
	}
	.index-title h2 {
		font-size: 80px;
	}
}
@media (min-width:1401px) {
	.page-main .index-con {
		padding: 0 4% 60px;
		width: 1400px;
		margin: 4em auto 0;
	}
}
@media (max-width:1085px) {
	.head-nav{
		float: left!important;
		width: 100%;
	}
	.index-logo{
		width: 50%;
	}
}
@media (max-width: 992px) {
	.index-nav{
		width: 100%;
	}
	.index-header-right{
		display: none;
	}
}

@media (max-width: 860px) {
	.index-header{
		position: relative;
		width: 100%;
		margin: 0;
		padding: 20px 30px;
		border-radius: 0px;
	}
	.index-logo{
		position: relative;
		top: -4px;
		width: 100%;
		display: flex;
		justify-content: center;
		min-height: auto;
	}
	.head-nav{
		display: none;
	}
	.show-icon{
		position: relative;
		width: 100%;
		display: block;
		cursor: pointer;
		padding: 5px 0px;
	}
	.show-icon > span{
		display: block;
		float: left;
		height: 40px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	.show-icon > span:first-child{width: calc(100% - 40px); padding-left: 20px;padding-top: 4px;font-size: 12px;}
	.show-icon .i-img{
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.show-icon .i-img img{
		width: 24px;
		height: 24px;
		display: block;
	}
	#nav{
		display: none;
	}
	.linian .main li .cont{
		padding: 10px;
		height: 100%;
	}
	.linian .main li .cont h1{
		font-size: 18px;
	}
	.linian .main li .cont span{
		margin: 10px 0px;
	}
	.linian .main li .ln_img{
		padding: 10px;
		height: 100%;
	}
	.index-footer{
		padding: 20px 0 0;
	}
	.index-footer-info{
		margin-bottom: 20px;
	}
	.index-footer-info .logo{
		display: none!important;
	}
	.page-main .index-con .comAddress,.page-main .index-con .con-aside{
		width: 100%;
	}
	.page-main .index-con .comAddress{
		margin-bottom: 20px;
	}
}
@media (min-width: 861px) {
	.navMenubox{
		display: none!important;
	}
}
@media (max-width: 768px) {
	.index-banner{
		height: 300px!important;
	}
	.sub-menu li{
		line-height: 50px;
	}
	.sub-menu .link{
		margin: 0px 5px;
	}
	.page-main .index-solve-list > div img{
		width: 100%;
	}
	.mt50 >  .tab-list img{
		width: 100%;
	}
	.mt50 >  .tab-list:nth-of-type(2) > p > img{
		width: auto;
	}
	.page-main .index-solve-list img{
		width: 100%;
	}
	.index-title h2{
		font-size: 60px;
	}
	.index-title span{
		margin: 20px 0px 20px;
	}
}
@media (max-width:857px) {
	
	.about-mt .desc-img ul li{
		width: calc(50% - ( 2% * 0.5));
	}
	.about-mt .desc-img ul li:nth-child(3n){
		margin-right: 2%;
	}
	.about-mt .desc-img ul li:nth-child(2n){
		margin-right: 0;
	}
	
}
@media (max-width:800px) {
	.search_field .container{
		max-width: 500px;
	}
	.top-header{
		padding: 10px 20px;
	}
	.top-headers{
		width: 100%;
		text-align: center;
	}
	.top-headers-2{
		display: flex;
		justify-content: center;
	}
	.index-solve-list li{
		width: 100%;
		margin-left: 0;
	}
	
	.index-series{
		margin-top: 2em;
	}
	.index-con {
		padding: 0 8%;
	}
	.index-footer-info div{
		width: 100%;
		margin-bottom: 20px;
	}
	.page-main .index-con .aside{
		width: 100%;
	}
	.page-main .index-con .main{
		width: 100%;
		margin-bottom: 20px;
	}
	.whyus .choose ul li{
		width: 100%;
		margin-right: 0;
	}
	.p-title .t, .mt50{
		margin-bottom: 20px;
	}
	.p-title .t, .mt50 .tab-list .main-title span{
		font-size: 16px!important;
	}
	.tab-list table{
		width: 100%;
	}
}
@media (max-width:712px) {
	
	.about-mt .desc-img ul li{
		width: 100%;
	}
}
@media (max-width: 576px) {
	.search_field {
		top: 38%;
	}
	.search_field .container{
		max-width: 280px;
	}
	
	.index-banner{
		height: 150px!important;
	}
	.index-title h3{
		font-size: 28px;
	}
	.index-title h2{
		font-size: 28px;
		padding: 10px 0px;
	}
	.index-title span{
		margin: 10px 0px 10px;
	}
	.index-series-list li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 2%;
	}
	.index-solve-list li{
		width: 100%;
		margin-bottom: 2%;
	}
	.index-series-list li:nth-of-type(4){
		margin-left: 0;
	}
	.sub-menu .link{
		font-size: 12px;
	}
}
@media (max-width: 576px) {
	.linian .main li .cont h1{
		font-size: 16px;
	}
	.linian .main li .cont figure p{
		display: none;
	}
}
@media (max-width: 374px) {
	.show-icon{
		right: 10px;
	}
}


