﻿/* animation S */

@charset "UTF-8";
@font-face {
	font-family: "GOTHAMBOOK";
	src: url("../fonts/GOTHAMBOOK.woff2") format("woff2"), url("../fonts/GOTHAMBOOK.woff") format("woff"), url("../fonts/GOTHAMBOOK.ttf") format("truetype"), url("../fonts/GOTHAMBOOK.eot") format("embedded-opentype"), url("../fonts/GOTHAMBOOK.svg") format("svg"), url("../fonts/GOTHAMBOOK.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'brandon';
	src: url("../fonts/brandon_bld.ttf") format("truetype");
	src: url("../fonts/brandon_bld.woff") format("woff")
}

@keyframes iconDown {
	0% {
		opacity: 0;
		top: 20%;
	}
	50% {
		top: 50%;
		opacity: 1;
	}
	100% {
		top: 70%;
		opacity: 0;
	}
}

@keyframes anishake1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(20px, 40px, 0);
		transform: translate3d(20px, 40px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anishake2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(30px, 60px, 0);
		transform: translate3d(30px, 60px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anishake3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-10px, 40px, 0);
		transform: translate3d(-10px, 40px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


/* animation E */

.body-wrap.left,
header.left {
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.body-wrap.on {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transform: translateX(0);
}


/* header S */

.head-top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
	color: #fff;
}

.head-top-box {
	max-width: 1200px;
}

.head-top span {
	float: left;
	font-size: 13px;
	padding-left: 15px;
}

.head-top form {
	width: 340px;
	float: right;
}

.head-top form input {
	width: 230px;
	height: 39px;
	line-height: 39px;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.2);
	float: left;
}

.head-top form .button {
	width: 110px;
	background: #5083c3;
	height: 39px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	float: right;
	line-height: 36px;
}

.head-top form .button:hover {
	background: #4272ae;
}

.head-top form .button i {
	color: #fff;
	font-size: 19px;
	margin-right: 15px;
}

header {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 99;
	transition: all 0.5s ease-out 0s;
}

header.on {
	top: 0;
	transition: all 0.5s ease-out 0s;
}

header.nofixed {
	transition: all 0.5s ease-out 0s;
}

header.fixedbg {
	background: rgba(0, 0, 0, 0.3);
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
	position: fixed;
}

header .wrap {
	max-width: 1200px;
}

header.header-in.fixedbg {
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

header.fixedbg .head-top {
	display: none;
}

header .wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	color: #fff;
	padding: 15px 0;
	position: relative;
}

header .topNav {
	width: 58.6%;
	float: right;
	text-align: right;
}

header a.logo {
	display: block;
	width: 416px;
	height: 42px;
	float: left;
	text-align: right;
	font-size: 28px;
	line-height: 42px;
	color: #fff;
}

header .topNav {
	float: right;
}

header .topNav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}

header .topNav-item {
	margin: 0;
	position: relative;
	margin-left: 3.7rem;
}

header .topNav-item>a {
	display: block;
	width: 100%;
	padding: 0;
	text-align: right;
	float: left;
	color: #fff;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
}

header .topNav-item:hover>a,
header .topNav-item.active>a {
	color: #ebeced;
}

header .topNav-item .line {
	transition: all .8s ease;
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #ebeced;
	clear: both;
}

header .topNav-item:hover .line {
	transition: all .8s ease;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ebeced;
}

header .topNav-item.active .line {
	transition: all .8s ease;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ebeced;
}

.mtopNav-item.active:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
}

.mtopNav-item.active:after {
	content: '';
	display: block;
	background: #e7141a;
	height: 1px;
	width: 100%;
	position: absolute;
}


/* topNav S */

.mtopNav {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #6f7379;
}

.mtopNav .mtopNav-list {
	display: inline-block;
	margin: 0 auto;
}

.mtopNav .mtopNav-item {
	float: left;
	padding: 0 40px;
	color: #333;
}

.mtopNav .mtopNav-item i.iconfont {
	font-size: 3rem;
	color: #7f7f7f;
	display: inline-block;
	margin-bottom: 5px;
}

.mtopNav .mtopNav-item p {
	color: #3a3a3a;
	font-size: 1.5rem;
}

.mtopNav .mtopNav-item.active:after {
	height: 2px;
	bottom: -20px;
	position: relative;
}

.mtopNav .mtopNav-item>a {
	display: inline-block;
	padding: 0 20px;
}

.mtopNav .mtopNav-item:hover i,
.mtopNav .mtopNav-item:hover p {
	color: #e7141a !important;
}


/* topNav E */


/* mbomNav S */

.mbomNav-list {
	text-align: center;
	padding: 3rem 0;
}

.mbomNav-item {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	font-size: 1.4rem;
	margin: 5px;
}

.mbomNav-item:hover,
.mbomNav-item.active {
	background: #e7141a;
	color: #fff;
	border-color: #e7141a;
}


/* mbomNav E */
 
.as .icon-sousuo1{
	display: none;
}
.dropNav {
	float: right;
	display: none;
}


.dropNav .dropNavBtn {
	color: #fff;
	display: block;
	height: 100%;
	padding: 0 10px 0 5px;
}

.dropNav .color999 {
	color: #666666;
	top: 3px;
	position: relative;
}

.dropNav .dropNavBtn .iconfont {
	font-size: 3rem;
}

.topHeight {
	height: 70px;
}


/* submenu S */

.m-subMenu {
	position: fixed;
	top: 0;
	background-color: #fff;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	z-index: 1005;
	right: -100%;
	border-left: 1px solid #eee;
	width: 50%;
}

.m-subMenu.on {
	right: 0;
}

.m-subMenu .sMenu-item {
	border-bottom: 1px solid #eee;
	line-height: 50px;
	position: relative;
}

.m-subMenu .sMenu-item>a {
	display: block;
	padding: 0 0 0 20px;
}

.m-subMenu .sMenu-item .iconfont {
	font-size: 2rem;
	font-weight: 600;
	color: #999;
	position: absolute;
	top: 0;
	right: 10px;
}

.m-subMenu .sMenu-item .ms-Nav {
	background: #eee;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.m-subMenu .sMenu-item .ms-Nav a {
	display: block;
	padding-left: 20px;
}


/* submenu E */


/* banner S */

.banner .banner-pagination>span {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
}

.banner .banner-pagination>span.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.2);
}

.banner .swiper-button-next {
	background-image: url(../images/j2.png);
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	right: 10%;
}

.banner .swiper-button-prev {
	background-image: url(../images/j1.png);
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	left: 10%;
}

.banner-mobile {
	display: none;
}


/* banner E */


/* main S */

.main {}


/*首页合作伙伴*/

.flink-tit {
	font-size: 26px;
	text-align: center;
	background: url(../images/tb.png) no-repeat center bottom;
	height: 63px;
	margin-top: 20px;
	font-weight: bold;
}

.flink-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 99.2%;
	margin: 0 auto;
	margin-top: 35px;
}

.flink-list .item {
	margin: 3px;
	width: 9.3%;
}

.flink-list .item img {
	border: #ddd solid 1px;
	border-radius: 3px;
	width: 100%;
}

.flink-list .item a:hover img {
	border: #5083c3 solid 1px;
}


/*首页产品类别*/

.product-category {
	width: 82%;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.product-category h2 {
	font-size: 24px;
	color: #fff;
	padding: 30px 0;
}

.product-category .swiper-container .swiper-slide{
	width: 20.2%!important;
}
.product-category .swiper-container .swiper-slide-active{
	width: 56.5%!important;
}
#demo .category-show{}
#demo .category-hide{ display: none;}
#demo .active .category-show{ display: none;}
#demo .active .category-hide{ display: block;}
.product-category .content {
	width: 82%;
	margin: 0 auto;
	padding-top: 15px;
}

.product-category .content p {
	line-height: 22px;
}

.product-category-box1 {
	width:100%;
	height: 485px;
	background: #3f5688;
	display: block;
	position: relative;
}

.product-category-box1 img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-category-box1 p {
	color: #9bb4ec;
	font-size: 12px;
	font-family: helvetica;
}

.product-category-box1:hover {
	background: rgba(63, 86, 136, 0.8);
}

.product-category-box2 {
	width: 100%;
	background: #537cb2;
}

.product-category-box2 .left-box {
	width: 35.89%;
	float: left;
}

.product-category-box2 .left-box p {
	color: #bed4f2;
	height: 270px;
}

.product-category-box2:hover {
	background: rgba(83, 124, 178, 0.9);
}

.product-category-box2 .left-box a {
	display: block;
	width: 90.4%;
	height: 50px;
	border: rgba(255, 255, 255, 0.2) solid 1px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.product-category-box2 .left-box a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.product-category-box2 .left-box a i {
	color: #fff;
	margin-left: 70px;
}

.product-category-box2 .right-box {
	width: 63.7%;
	height: 395px;
	padding-left: 40px;
	border-left: rgba(255, 255, 255, 0.2) solid 1px;
	float: left;
	margin-top: 50px;
}

.product-category-box2 .right-box ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
}

.product-category-box2 .right-box ul a {
	display: block;
	width: 118px;
	height: 33px;
	border: rgba(255, 255, 255, 0.2) solid 1px;
	text-align: center;
	color: #fff;
	margin: 0 10px 10px 0;
	line-height: 33px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.product-category-box2 .right-box ul a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.product-category-box3 {
	width: 100%;
	background: #70ae85;
	display: block;
	position: relative;
	height: 100%;
}

.product-category-box3:hover {
	background: rgba(112, 174, 133, 0.8);
}

.product-category-box3 p {
	color: #bcf2ce;
	font-size: 12px;
	font-family: helvetica;
}

.product-category-box3 img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.bg1{background: #2f558b!important; height: 100%;}
.bg2{background: #367db5!important;height: 100%}
.bg3{background: #44b084!important;height: 100%}
/*20181227*/
#demo { width: 100%;  height: 495px; display: flex; flex-direction: row; justify-content: space-between;}
#demo img { max-width: 100%; }
#demo li { float: left; position: relative; width: 20.2%; height: 100%; overflow: hidden; cursor: pointer; transition: 0.5s;   margin: 0 9px; }
#demo li img { transition: 1.2s; }
#demo li.active { cursor: pointer;  z-index: 3; width: 55.6%; }
#demo li.active img { max-width: 100%;}
#demo li:nth-child(1){margin-left: 0;}
#demo li:nth-child(13){margin-right: 0;}
/*移动端*/

.product-category-mobile {
	display: none;
}


/*首页研发数据*/

.yanfa-wrap {
	width: 100%;
	background: #f6f8fc;
	border-top: #d9d9d9 solid 1px;
	border-bottom: #d9d9d9 solid 1px;
	padding: 35px 0 50px 0;
	margin-top: 45px;
}

.yanfa-wrap h1 {
	text-align: center;
	color: #373737;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 40px;
}

.yanfa-list {
	display: flex;
	flex-direction: row;
	max-width: 1200px;
}

.yanfa-list .item {
	width: 24.8%;
	border-right: #d9dee5 solid 1px;
}

.yanfa-list .item:first-child {
	border-left: #d9dee5 solid 1px;
}

.yanfa-list .item .content {
	padding: 5px 15px;
}

.yanfa-list .item .content .pic {
	height: 70px;
}

.yanfa-list .item .content .shuzi {
	height: 62px;
	font-family: "GOTHAMBOOK";
	width: 100%;
	font-size: 65px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.yanfa-list .item .content h3 {
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #3d3d3d;
}

.yanfa-list .item .content p {
	width: 210px;
	color: #8d8d8d;
	font-size: 14px;
	line-height: 24px;
	padding: 13px 0 0 0;
}

.yanfa-list .item:nth-child(1) .shuzi {
	color: #204f95;
}

.yanfa-list .item:nth-child(2) .shuzi {
	color: #333333;
}

.yanfa-list .item:nth-child(3) .shuzi {
	color: #0277bd;
}

.yanfa-list .item:nth-child(4) .shuzi {
	color: #647189;
}

.yanfa-list .item .shuzi span {
	background: #f6f8fc;
	padding: 5px;
	position: absolute;
	font-size: 14px;
	top: 57px;
}

.yanfa-list .item:nth-child(1) .shuzi span {
	left: 130px;
}

.yanfa-list .item:nth-child(2) .shuzi span {
	left: 160px;
}

.yanfa-list .item:nth-child(3) .shuzi span {
	left: 110px;
}

.yanfa-list .item:nth-child(4) .shuzi span {
	left: 70px;
}


/*企业文化*/

.linian-wrap {
	border-top: #707682 solid 1px;
	background: url(../images/culbg.jpg) repeat left top;
	padding: 45px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.linian-wrap span {
	color: #c0c6d1;
	font-size: 14px;
	font-weight: normal;
	padding-left: 50px;
}

.linian-wrap i {
	font-size: 37px;
}

.linian-wrap .i {
	position: relative;
	left: 180px;
}


/*首页新闻资讯*/

.news-tit {
	text-align: center;
	background: url(../images/tb.png) no-repeat center bottom;
	padding-bottom: 25px;
	color: #313132;
	display: flex;
	flex-direction: column;
	margin-top: 45px;
	width: 100%;
}

.news-tit h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: arial;
}

.news-tit h1 span {
	font-weight: bold;
}

.news-tit h2 {
	font-size: 20px;
	padding: 5px 0;
}


/*首页新闻资讯*/

.news-box {
	margin-top: 34px!important;
	max-width: 1200px;
	overflow: hidden;
	margin-bottom: 20px!important;
}

.news-box .row {
	margin: 0 -15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news-box .row .p9 {
	padding: 0 15px;
	margin-bottom: 20px;
}

.news-box .item {
	display: block;
	width: 100%;
	margin-bottom: 27px;
}

.news-box .item .pic {
	width: 32.4%;
	float: left;
	overflow: hidden;
}

.news-box .item .pic img {
	width: 100%;
}

.news-box .item .subtitle {
	float: left;
	background: #f6f8fc;
	border: #eaebec solid 1px;
	width: 67.5%;
	padding-bottom: 15px;
}

.news-box .item .subtitle h2 {
	font-size: 20px;
	font-weight: bold;
	color: #313132;
	padding: 35px 0 0px 0;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.news-box .item .subtitle p {
	font-size: 14px;
	line-height: 26px;
	color: #6d6d6e;
	padding-bottom: 35px;
}

.news-box .item .subtitle .more {
	border-bottom: #969eae solid 1px;
	width: 100%;
	height: 35px;
	position: relative;
	color: #969eae;
	line-height: 38px;
	font-family: arial;
	text-transform: uppercase;
	font-size: 12px;
}

.news-box .item .subtitle .more i {
	color: #969eae;
}

.news-box .item .subtitle .more .date {
	position: absolute;
	right: 0;
	top: -3px;
	color: #969eae;
	font-weight: bold;
	font-size: 20px;
	line-height: 16px;
	width: 30px;
	text-align: center;
	display: block;
}

.news-box .item .subtitle .more .month {
	background: #969eae;
	color: #fff;
	font-size: 9px;
	transform: scale(0.7);
	padding: 2px 0px;
	position: absolute;
	right: 0;
	bottom: 5px;
	line-height: 10px;
	display: block;
	text-align: center;
	width: 28px;
}

.news-box .item .subtitle .content {
	width: 85.5%;
	margin: 0 auto;
}

.news-box .item:hover h2 {
	color: #0071be;
}

.news-box .item:hover .subtitle .more {
	border-bottom: #0071be solid 1px;
	color: #0071be;
}

.news-box .item:hover .subtitle .more i {
	color: #0071be;
}

.news-box .item:hover .subtitle .more .date {
	color: #0071be;
}

.news-box .item:hover .subtitle .more .month {
	background: #0071be;
}


/*移动端*/

.news-wrap-mobile {
	display: none;
}


/* footer S */

footer {
	color: #b0b0b0;
	font-size: 1.2rem;
	line-height: 26px;
	background: #0071be;
	display: block;
	width: 100%;
	overflow: hidden;
}

footer a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
}

footer a:hover {
	color: #dfdede;
}

.foot-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}

.foot-box .foot-logo-wrap {
	background: url(../images/ftline.png) repeat-x left bottom;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 0 20px 0;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox {
	float: right;
	width: 160px;
	height: 28px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a {
	margin: 0 0 0 12px;
	padding: 0;
	width: 28px;
	height: 28px;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a:hover {
	opacity: 0.8;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_fbook {
	background-position: 0 0;
	margin-left: 0;
	background-image: none;
	background: url(../images/share-f.png) no-repeat left top;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_linkedin {
	background: url(../images/share-in.png) no-repeat left top;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_twi {
	background: url(../images/share-wx.png) no-repeat left top;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_weixin {
	background: url(../images/share-you.png) no-repeat left top;
}

.foot-box .address {
	float: left;
	overflow: hidden;
	line-height: 29px;
	width: 47%;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}

.foot-box .address .address-tit {
	height: 40px;
	margin-bottom: 5px;
}

.foot-box .address .address-tit span {
	background: #338dcb;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	display: block;
	width: 155px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.foot-box .address .address-cont {
	display: flex;
	flex-direction: row;
	height: 120px;
}

.foot-box .address .address-cont ul {
	width: 333.333%;
}

.foot-box .address .address-cont ul span {
	padding-left: 45px;
}

.foot-box .address .address-ewm {
	display: flex;
	flex-direction: row;
	margin-top: 12px;
}

.foot-box .address .address-ewm span {
	background: #338dcb;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	display: block;
	width: 86px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.foot-box .address .address-ewm p {
	padding-top: 10px;
}

.foot-box .address .huanan {
	width: 200px;
}

.foot-box .address .ewm-list {
	display: flex;
	flex-direction: row;
}

.foot-box .address .ewm-list .ewm1 {
	text-align: center;
	margin: 0 30px;
}

.foot-box .nva-list {
	float: right;
	width: 48.38%;
	display: flex;
	flex-direction: row;
	font-size: 14px;
	justify-content: flex-end;
}

.foot-box .nva-list .item {
	margin-right: 20px;
}

.foot-box .nva-list .item:last-child {
	margin-right: 0;
}

.foot-box .nva-list .item h3 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0 20px 0;
}

.foot-box .nva-list ul {
	color: #fff;
}

.foot-box .nva-list ul li {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.foot-box .nva-list ul li a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
}

.foot-box .nva-list ul li a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.foot-box .nva-list ul li a i {
	color: #4a9ad0;
	font-weight: normal;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.foot-box .nva-list ul li a:hover i {}

.copy-wrap {
	width: 100%;
	background: #454c59;
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.copy-wrap .copy a {
	color: #fff;
}

.copy-wrap .copy a:hover {
	color: #dee0e2;
}


/* footer E */


/*--分页--*/

.page {
	padding: 20px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page A {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
	TEXT-DECORATION: none;
}

.page A:hover {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #322516;
	BORDER-BOTTOM: #c9c9c9 1px solid
}

.page A:active {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	BORDER-BOTTOM: #c9c9c9 1px solid
}

.page SPAN.current {
	BORDER-RIGHT: #0071be 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #0071be 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #0071be 1px solid;
	COLOR: #0071be;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #0071be 1px solid;
	background: #fff;
}

.page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid
}


/* topBanner S */

.topBanner {
	position: relative;
}

.topBanner>img {
	width: 100%;
}


/*内页*/

.sub-nva-wrap {
	width: 100%;
	border-left: none;
	border-right: none;
	height: 50px;
	background: url(../images/localbg.jpg) no-repeat center top;
	background-size: cover;
}

.local-wrap {
	width: 100%;
	max-width: 1200px;
	padding: 0;
}

.sub-nva-wrap .local {
	width: 106px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-bottom: none;
	border-top: none;
	float: left;
	color: #f6f8fc;
	font-family: arial;
	font-size: 14px;
	background: url(../images/localbg.png) no-repeat left top;
}

.sub-nva-wrap .local i {
	color: #f6f8fc;
}

.sub-nva-wrap .list {
	float: left;
	display: flex;
	flex-direction: row;
	width: 75%;
	text-align: center;
}

.sub-nva-wrap .list a {
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	display: block;
	border-right: #d9d9d9 solid 1px;
}

.sub-nva-wrap .list a.cur {
	color: #0066cc;
	font-weight: bold;
}


/*产品应用*/

.application {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 38px;
}

.application .row {
	margin: 0 -4px;
}

.application .testwrapper {
	margin-bottom: 15px;
}

.application .apppd {
	padding: 0 4px;
}

.application .pic .cover {
	width: 100%!important;
	height: 100%!important;
	background: rgba(3, 115, 191, 0.8);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 100%;
	display: none;
}

.application .pic img {
	width: 100%;
}

.application .pic .cover a {
	display: block;
	width: 100%;
	height: 100%;
	zoom: 1;
	vertical-align: middle;
	line-height: 100%;
}

.application .pic .cover a .img {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	background: #fff url(../images/jd2.jpg) no-repeat center center;
	border-radius: 50%;
	margin-top: 5rem;
}

.application .pic .cover h3 {
	font-weight: normal;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 100%;
	padding-top: 30px;
}

.application h2 a {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	line-height: 50px;
}

.application .pic:hover .cover {
	display: block;
}

.apppd {
	padding: 0 3px;
	margin: 0;
}

.application .testwrapper:hover h2 a {
	color: rgba(250, 84, 47, 1);
}


/*内页联系我们*/

.subcontact {
	width: 75%;
	margin: 0 auto!important;
	margin-top: 50px!important;
	border-top: #707682 solid 2px;
}

.subcontact .items {
	border-bottom: #d9d9d9 solid 1px;
	padding: 22px 0;
	display: flex;
	flex-direction: row;
	color: #484343;
	font-size: 18px;
	line-height: 45px;
}

.subcontact .items .left-item {
	width: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subcontact .items .left-item img {
	margin-right: 19px;
}

.subcontact .items .right-item {
	margin-left: 70px;
	display: flex;
	flex-direction: row;
	width: 675px;
	align-items: center;
}

.subcontact .items .left-item .huazhong {
	width: 155px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: #0071be;
	border-radius: 5px;
}

.subcontact .items .right-item ul {
	width: 33.33%;
}

.subcontact .items .left-item .huanan {
	width: 86px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: #0071be;
	border-radius: 5px;
}

.subcontact .items .right-item .span {
	padding-left: 60px;
}

.sub-ewm {
	width: 75%;
	margin: 0 auto;
	padding: 60px 0;
	font-size: 18px;
	line-height: 26px;
}

.sub-map {
	margin: 0 auto!important;
	max-width: 1200px;
	margin-bottom: 40px;
}


/*内页产品列表 */

.pro-list-tit {
	height: 30px;
	margin-top: 30px;
	background: url(../images/protit.jpg) no-repeat center top;
}

.pro-list-form {
	width: 650px;
	margin: 25px auto 0 auto;
	height: 50px;
}

.pro-list-form input {
	border: #DDDDDD solid 1px;
	background: #eaebec;
	line-height: 48px;
	font-size: 16px;
	padding-left: 20px;
	color: #969eae;
	width: 79.6%;
	float: left;
}

.pro-list-form .button {
	width: 20%;
	height: 50px;
	background: #0071be;
	color: #fff;
	border: none;
	outline: none;
	text-align: center;
	float: left;
}

.pro-list-form .button i {
	font-size: 35px;
}

.sub-pro-category {
	margin: 46px auto 0 auto;
	width: 100%;
	max-width: 1200px;
	border-left: #ddd solid 1px;
	clear: both;
	height: 50px;
}

.sub-pro-category .item1 {
	width: 16.55%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: relative;
	float: left;
	border: #dddddd solid 1px;
	border-left: none;
	border-bottom: #0071be solid 1px;
	color: #616161;
	font-size: 14px;
	z-index: 6666;
}

.sub-pro-category .item1:hover {
	background: #0071be;
	color: #fff;
}

.sub-pro-category .item1 .a {
	display: block;
	width: 100%;
	height: 48px;
}

.sub-pro-category .item1:hover .a {
	background: #0071be;
	color: #fff;
}

.sub-pro-category .item1 .active {
	background: #0071be;
	color: #fff;
}

.sub-pro-category .item1 ul {
	width: 101.3%;
	position: absolute;
	top: 47px;
	background: rgba(150, 158, 174, 0.9);
	left: -1px;
	z-index: 555;
	height: 0;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.sub-pro-category .item1:hover ul {
	height: auto;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.sub-pro-category .item1 ul a {
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	color: #fff;
	opacity: 0;
	border-bottom: #bbc0cb solid 1px;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
}

.sub-pro-category .item1 ul a:last-child {
	border-bottom: none;
}

.sub-pro-category .item1:hover ul a {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.sub-pro-category .item1 ul a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.blank-pro {
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.pro-list {
	max-width: 1200px;
	margin: 0 auto!important;
	clear: both;
	margin-top: 46px!important;
	opacity: 0;
}

.pro-list .row {
	margin-left: -7px;
	margin-right: -7px;
}

.pro-list .testwrapper {
	background: #fff;
	margin-bottom: 20px;
}

.pro-list .p9 {
	padding: 0 7px;
}

.pro-list .testwrapper .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	border: #d6d6d6 solid 1px;
	background: #f4f4f4;
}

.pro-list .testwrapper .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.pro-list .testwrapper:hover .pic img {
	transform: scale(1.2);
}

.pro-list .testwrapper h2 {
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 1;
	/** 显示的行数 **/
	overflow: hidden;
}

.pro-list .testwrapper h2 a {
	color: #3f3f3f;
}

.pro-list .testwrapper:hover h2 a {
	color: #0071be;
}


/*内页关于我们*/

.subabout {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 40px 0!important;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
}
.subabout .fisrt-box{
	border-bottom: #e9e9e9 solid 1px;
	overflow: hidden;
	padding-bottom: 30px;
}
.subabout .fisrt-box .pic{
	width: 48.3%;
	float: left;
}
.subabout .fisrt-box .content{
	width: 48.3%;
	float: right;
	font-size: 14px;
	line-height: 26px;
}
.subabout .fisrt-box .content p{
	padding: 5px 0 20px 0;
}
.subabout .second-box{
	padding-top: 20px;
}

.subabout .second-box .pic{
	width: 45.3%;
	float: right;
	overflow: hidden;
}
.subabout .second-box .pic img{
	margin-top: 10px;
}
.subabout .second-box .content{
	width: 51.3%;
	float: left;
	font-size: 14px;
	line-height: 26px;
}
.subabout .second-box .content p{
	padding: 5px 0 20px 0;
}
 

/*企业文化*/

.culture {
	width: 100%;
	background: #f6f8fc;
	background-size: 100%;
	padding-top: 50px;
	border-top: #d9d9d9 solid 1px;
	padding-bottom: 60px;
}

.culture-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	padding-top: 60px;
}

.culture-box-left {
	width: 33.333%;
	margin: 0 70px 0 40px;
	float: left;
}

.culture-box-left .p1 {
	height: 110px;
	display: flex;
	width: 100%;
	justify-content: center;
	text-align: center;
	color: #5083c2;
	font-weight: bold;
	font-size: 16px;
	align-items: center;
}

.culture-box-left .p2 {
	font-size: 14px;
	color: #545454;
	line-height: 28px;
}

.culture-box-right {
	width: 442px;
	height: 414px;
	background: url(../images/clubg.jpg) no-repeat center bottom;
	float: left;
	position: relative;
}

.culture-box-right .item {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	color: #fff;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	font-weight: bold;
	border-radius: 50%;
}

.culture-box-right .item1 {
	background: #5fb3cc;
	top: 0;
	left: 50%;
	margin-left: -70px;
}

.culture-box-right .item2 {
	background: #f67d3a;
	left: 0;
	bottom: 0;
}

.culture-box-right .item3 {
	background: #515978;
	right: 0;
	bottom: 0;
}

.culture-box-right .item1:hover {
	background: #5fb3cc;
	border: #71c6df 10px solid;
}

.culture-box-right .item2:hover {
	background: #f67d3a;
	border: #f8945d 10px solid;
}

.culture-box-right .item3:hover {
	background: #515978;
	border: #6a728f 10px solid;
}

	.culture-box .mobile-culture{
		display: none;
	}


/*历史发展*/
.history-wrap .news-tit{
	display: none;
}
.history-wrap {
	width: 100%;
	background: url(../images/hisbg.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 0;
}

.history {
	max-width: 1200px;
}

.history-left {
	border-left: rgba(255, 255, 255, 0.6) solid 1px;
	margin-left: 69px;
	padding: 54px 0 0 79px 0;
	color: #fff;
	float: left;
}

.history-left .item {
	clear: both;
	padding: 32px 0;
	cursor: pointer;
}

.history-left .item i {
	color: #fff;
	padding: 0px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	font-size: 24px;
	margin-left: -13px;
}

.history-left .item span {
	margin-left: 32px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-top: -5px;
}

.history-left .cur i {
	color: #0066cc;
}

.history-right {
	float: left;
	width: 56.45%;
	margin-left: 12%;
	margin-bottom: 30px;
}

.history-right h2 {
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	line-height: 34px;
}

.history-right h3 {
	color: rgba(255, 255, 255, 0.6);
	font-size: 2.3rem;
	font-weight: bold;
	padding: 10px 0 30px 0;
}

.history-right .content {
	background: #fff;
	padding: 15px 25px;
	min-height: 345px;
}

.history-right .content ul {
	margin: 0;
	padding: 0;
}

.history-right .content ul li {
	padding: 12px 0;
	border-bottom: #f0f0f0 solid 1px;
	overflow: hidden;
}

.history-right .content ul li:last-child {
	border-bottom: none;
}

.history-right .content ul li .tit {
	color: #0066cc;
	font-weight: bold;
	font-size: 16px;
	width: 130px;
	float: left;
}

.history-right .content ul li p {
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 70%;
}


/*内页新闻*/

.sub-news {
	padding-top: 20px!important;
}


/*新闻详情页*/

.newsde {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0 45px 0!important;
	position: relative;
	margin-top: 30px;
}

.newsde .newsde-tit {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	color: #0071be;
	line-height: 30px;
	padding-bottom: 10px;
}

.newsde .newsde-info {
	font-size: 14px;
	color: #646363;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
}

.newsde .newsde-share {
	width: 135px;
	height: 85px;
	position: absolute;
	right: 0%;
}

.newsde .newsde-share a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 8px 10px;
	padding: 0;
}

.newsde .newsde-share a.bds_sqq {
	background: url(../images/s1.jpg);
}

.newsde .newsde-share a.bds_weixin {
	background: url(../images/s2.jpg);
}

.newsde .newsde-share a.bds_tsina {
	background: url(../images/s3.jpg);
}

.newsde .newsde-share a.bds_qzone {
	background: url(../images/s4.jpg);
}

.newsde .newsde-share a.bds_tqq {
	background: url(../images/s5.jpg);
}

.newsde .newsde-share a.bds_renren {
	background: url(../images/s6.jpg);
}

.newsde .newsde-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	border-top: #d9d9d9 solid 1px;
	margin-top: 20px;
}

.newsde .newsde-content img {
	max-width: 100%;
}

.newsde .newsde-fenye {
	line-height: 48px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: #d6d6d6 solid 1px;
}

.newsde .newsde-fenye .fenye-box {
	width: 84%;
}

.newsde .newsde-fenye .fenye-box a {
	padding: 0 15px;
	width: 45%;
	height: 48px;
	overflow: hidden;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newsde .newsde-fenye .fenye-box a:hover {}

.newsde .newsde-fenye a.prev {
	float: left;
	display: block;
	border-right: #d6d6d6 solid 1px;
}

.newsde .newsde-fenye a.next {
	float: left;
	display: block;
}

.newsde .newsde-fenye .goback {
	text-align: center;
	display: block;
	width: 152px;
	color: #716f6f;
	border-left: #d6d6d6 solid 1px;

}

.newsde .newsde-fenye .goback i {
	color: #716f6f;
	margin: 0 0px 0 25px;
	float: left;
}

.newsde .newsde-fenye .goback:hover {
	color: #61a9f2;
}

.newsde .newsde-fenye .goback:hover i {
	color: #61a9f2;
}


/*产品详情页*/

.prode {
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

.prode .pic {
	width: 54%;
	border: #ddd solid 1px;
	float: left;
}

.prode .pro-subcontent {
	width: 27%;
	margin-left: 60px;
	float: left;
}

.prode .pro-subcontent h2 {
	color: #5083c2;
	font-size: 24px;
	font-weight: bold;
	padding: 17px 0 20px 0;
}

.prode .pro-subcontent p {
	line-height: 36px;
	height: 245px;
}

.prode .pro-subcontent .achat {
	background: #f67d3a;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
	float: left;
	border-radius: 5px;
}

.prode .pro-subcontent .achat:hover {
	background: #f69660;
}

.prode .pro-subcontent .adown {
	background: #0071be;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
	float: left;
	border-radius: 5px;
}

.prode .pro-subcontent .adown:hover {
	background: #0e8ade;
}

.prode-tit {
	margin: 0 auto;
	margin-top: 30px;
	line-height: 40px;
	background: #969eae;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
}

.prode-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
}

.prode-content img {
	max-width: 100%;
}


/*内页资料下载*/

.download {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 40px;
}

.download-left {
	width: 23.75%;
	float: left;
}

.download-left .tit {
	background: #454c59;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	color: #fff;
	line-height: 36px;
	flex-direction: column;
}

.download-left .tit h2 {
	font-size: 28px;
	font-family: arial;
	text-transform: uppercase;
}

.download-left .tit h2 span {
	font-weight: bold;
}

.download-left .tit h3 {
	font-size: 20px;
	padding-top: 10px;
}

.download-left .list {
	border-left: #d9d9d9 solid 1px;
	border-right: #d9d9d9 solid 1px;
	background: #f1f2f5;
}

.download-left .list li .a {
	padding-left: 30px;
	line-height: 60px;
	border-bottom: #d9d9d9 solid 1px;
	height: 60px;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

.download-left .list li .a:hover {
	background: #0071be;
	color: #Fff;
}

.download-left .list li .cur {
	background: #0071be;
	color: #Fff;
}

.download-left .list li ul {
	display: none;
	color: #666;
	padding: 13px 0 13px 0px;
	background: #fff;
	border-bottom: #d9d9d9 solid 1px;
}

.download-left .list li ul li {
	width: 94%;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	margin-top: 0px;
	font-size: 12px;
	border-bottom: #eaebec solid 1px;
}

.download-left .list li ul li a {
	padding-left: 20px;
	display: block;
	color: #808285;
	font-size: 14px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.download-left .list li ul a:hover {
	color: #0071be;
}

.download-left .list li ul li a.current {
	color: #0071be!important;
}

.download-left .list li ul li:last-child {
	border-bottom: none;
}

.download-right {
	float: right;
	width: 72%;
}
.download-right  .pro-list-form{
	width: 80%;
}
.download-right .down-category {
	width: 100%;
	background: #454c59;
	height: 40px;
	line-height: 40px;
}

.download-right .down-category a {
	float: left;
	width: 20%;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: #666d7c solid 1px;
	color: #fff;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.download-right .down-category a:last-child {
	border-right: none;
}

.download-right .down-category a:hover {
	background: #0071be;
}

.download-right .down-category a.cur {
	background: #0071be;
}

.download-right .down-list {
	clear: both;
	margin-top: 43px;
}

.download-right .down-table {
	width: 100%;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.download-right .down-table td {
	border-bottom: #eaebec solid 1px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.download-right .down-table thead td {
	line-height: 30px;
	background: #f1f2f5;
}

.download-right .down-table td a {
	text-decoration: underline;
}


/*返回顶部*/

.sroll_top {
	right: 3%;
	bottom: 3.7%;
	position: fixed;
	display: none;
	cursor: pointer;
}


/*返回顶部*/

.btn {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1.4em;
	outline: none
}

.btn-rotate {
	width: 220px;
	height: 80px;
	margin-bottom: -80px;
	line-height: 80px;
	font-size: 1.6em;
	background-color: #454c59;
	color: #fff;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	overflow: hidden
}

.btn-rotate:before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #454c59;
	z-index: -1
}

@-webkit-keyframes opacityFade {
	0% {
		opacity: 1
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 1
	}
}

@keyframes opacityFade {
	0% {
		opacity: 1
	}
	50% {
		opacity: .2
	}
	100% {
		opacity: 1
	}
}

.btn.arr-triple span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 10;
	color: #fbfbfb;
	font-size: 16px;
	text-align: center;
}

.btn.arr-triple.btn-arr-left small {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 100%;
	top: 0;
	vertical-align: top
}

.btn.arr-triple.btn-arr-left small:before,
.btn.arr-triple.btn-arr-left small:after,
.btn.arr-triple.btn-arr-left small span {
	display: block;
	width: 6px;
	height: 100%;
	content: '';
	position: absolute;
	background: 50% 50% no-repeat;
	background-size: contain;
	z-index: 10;
	-webkit-animation-name: opacityFade;
	animation-name: opacityFade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.btn.arr-triple.btn-arr-right small:before,
.btn.arr-triple.btn-arr-left small:before {
	left: 0
}

.btn.arr-triple.btn-arr-left small:after {
	left: 5px;
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.btn.arr-triple.btn-arr-left small span {
	left: 10px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.btn.arr-triple.btn-arr-left small:before,
.btn.arr-triple.btn-arr-left small:after,
.btn.arr-triple.btn-arr-left small span {
	background-image: url(../images/arr_white_back.png)
}

.btn-arr-left:before,
.btn-arr-left:after {
	display: block;
	width: 6px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	background: 50% 50% no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	z-index: 3
}

.btn-arr-left:after {
	left: 20px
}

.btn-arr-left:before {
	right: 20px;
	-webkit-transform: translateX(30px);
	transform: translateX(40px)
}

#to-top {
	position: fixed;
	width: 180px;
	bottom: 160px;
	right: -160px;
	z-index: 10
}

#to-top small,
#to-top>span {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

#to-top small {
	margin-left: -20px;
	margin-right: 10px
}

#to-top:hover small,
#to-top:hover>span {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}


/*右侧浮动*/

.right-nav {
	position: fixed;
	right: 0;
	bottom: 300px;
	width: 60px;
	height: 248px;
	color: #fff;
	z-index: 99;
	transition: right, 0.5s;
	font-size: 14px;
}

.right-nav .nav-recharge .line {
	width: 24px;
	height: 2px;
}

.right-nav .nav-hover {
	margin-top: 10px;
}

.right-nav .nav-hover>div {
	height: 60px;
	position: relative;
	text-align: center;
	line-height: 14px;
	overflow: hidden;
	margin-bottom: 2px;
}

.right-nav .nav-hover>div>img {}

.right-nav .nav-hover>div .nav-open {
	position: absolute;
	left: -150px;
	top: 0;
	min-height: 60px;
	opacity: 0;
	width: 135px;
	line-height: 60px;
	background-color: #636363;
	color: #fff;
	transition: left, 0.5s;
}

.right-nav .nav-hover>div.mp-code-wrap .nav-open {
	width: 281px;
	left: -296px;
	background-color: #ffffff;
}

.right-nav .nav-hover>div.mp-code-wrap .redPoi {
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap:hover .nav-open {
	opacity: 1;
	left: -281px;
}

.right-nav .nav-hover>div.mp-code-wrap .mp-code .line {
	margin: 18px 5px 0;
	height: 100px;
	width: 1px;
	background-color: #ccc;
}

.right-nav .nav-hover>div.mp-code-wrap .content {
	background-color: #ffffff;
	color: #282828;
}

.right-nav .nav-hover>div .nav-open .arrow {
	position: absolute;
	right: -8px;
	top: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #636363;
}

.right-nav .nav-hover>div .nav-open .team-num {
	line-height: 18px;
	background-color: #484c4f;
	color: #f6f8f9;
	margin-top: -5px;
	padding-bottom: 5px;
}

.right-nav .nav-hover>div .nav-open .team-num2 {
	margin-top: 10px;
	font-size: 12px;
}

.right-nav .nav-hover>div .nav-open img {
	width: 135px;
}

.right-nav .nav-hover>div:hover {
	overflow: visible;
}

.right-nav .nav-hover>div:hover .nav-open {
	opacity: 1;
	left: -135px;
}

.right-nav .nav-hover>div .fdweixin {
	background: #484c4f!important;
	padding: 8px;
	width: 150px;
	left: -150px!important;
}

.right-nav .nav-hover>div .fdtel {
	background: #6a707a!important;
	padding: 8px;
	width: 240px;
	left: -240px!important;
	text-align: left;
}

.right-nav .nav-hover>div .fdtel h2 {
	color: #ffea00;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

.right-nav .nav-hover>div .fdtel p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

.right-nav .nav-hover>div .fdtel p span {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
}

.right-nav .nav-hover>div .fdtel .p {
	border-bottom: #949aa5 solid 1px;
	padding: 0 5px 0;
	margin-bottom: 10px;
}

.right-nav .item-down {
	background: #ffea00;
	border-radius: 5px;
	width: 60px;
	height: 60px;
}

.right-nav .item-down img,
.right-nav .item-qq img,
.right-nav .item-weixin img,
.right-nav .item-tel img,
{
	border-radius: 5px;
}

.right-nav .item-down {
	background: #ffea00;
	border-radius: 5px;
	width: 60px;
	height: 60px;
}

.right-nav .item-qq {
	background: #00b5d9;
	border-radius: 5px;
}

.right-nav .item-weixin {
	background: #6fb042;
	border-radius: 5px;
}

.right-nav .item-tel {
	background: #197fc4;
	border-radius: 5px;
}


/*移动端底部*/

.footH {
	height: 5rem;
	display: none;
}

.footFix {
	background: #0071be;
	padding: 10px 0;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	display: none;
	text-align: center;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #fff!important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.subcontact .cont-mobile {
	display: none;
}
.cpclass-mobile{
	display: none;
}
.sub-pro-category-mobile{
	display: none
}
.mobile-download{
	display: none;
}
/*移动端搜素*/
/*内页产品展示*/

.pro-search {
	width: 100%;
	background: #efefef;
	overflow: hidden;
	padding: 7px 0 5px 0;
}

.pro-search-form {
	width: 94%;
	margin: 0 auto;
	font-size: 14px;
}

.pro-search-form i.icon-jiantou-copy {
	color: #070707;
	font-size: 22px;
	float: left;
}

.pro-search-form .box {
	background: #fff;
	border-radius: 5px;
	width: 95%;
	margin: 0;
	padding: 5px;
	float: left;
	height: 35px;
}

.pro-search-form .box i {
	font-size: 25px;
	color: #070707;
	padding: 0;
	margin: -6px 0 0 0;
	position: absolute;
	float: right;
	right: 0;
}

.pro-search-form .box input {
	height: 25px;
	float: left;
	width: 80%;
	margin-left: 25px;
	border: none;
}

