﻿.particles-js-canvas-el {
	width: auto !important;
	height: 100% !important;
	background-position: center;
	background-repeat: repeat;
	background-size: contain;
	object-fit: contain
}

.video-play-wrap {
	position: fixed;
	z-index: 10
}

.video-play-wrap .shadows {
	position: fixed
}

.video-play-wrap .videos {
	position: fixed
}

@media only all and (max-width: 768px) {
	.content {
		margin-top: 60px
	}
}

.content .banner {
	position: relative
}

.content .banner .banner-img {
	width: 100%
}

.content .banner .banner-con {
	position: absolute;
	left: 8.3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only all and (max-width: 768px) {
	.content .banner .banner-con {
		left: 10px
	}
}

.content .banner .banner-con .text {
	font-size: 50px;
	line-height: 1.1;
	position: relative;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 55px
}

@media only all and (max-width: 1600px) {
	.content .banner .banner-con .text {
		font-size: 30px;
		padding-bottom: 40px
	}
}

@media only all and (max-width: 768px) {
	.content .banner .banner-con .text {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .text {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 20px
	}
}

.content .banner .banner-con .text::before {
	position: absolute;
	content: "";
	width: 56px;
	height: 7px;
	background-color: #fff;
	top: 0px;
	left: 0px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .text::before {
		display: none
	}
}

.content .banner .banner-con .arrow-down {
	width: 70px;
	display: inline-block;
	-webkit-animation-name: tds-keyframe-bounce;
	animation-name: tds-keyframe-bounce;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	cursor: pointer
}

@media only all and (max-width: 1600px) {
	.content .banner .banner-con .arrow-down {
		width: 50px
	}
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .arrow-down {
		display: none
	}
}

.content #particles-js {
	background-color: #f1f1f1
}

.content .product-wrap {
	padding-left: 8.3%;
	padding-right: 8.3%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #f1f1f1;
	position: relative
}

@media only all and (max-width: 768px) {
	.content .product-wrap {
		padding-left: 10px;
		padding-right: 10px
	}
}

.content .product-wrap .left-nav {
	width: 22.5%;
	background-color: #fff;
	position: relative;
	z-index: 1
}

@media only all and (max-width: 768px) {
	.content .product-wrap .left-nav {
		width: 100%;
		margin-top: 20px
	}
}

.content .product-wrap .left-nav .nav-tit {
	height: 110px;
	background-image: linear-gradient(to right, #0469b5, #1499d8);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

@media only all and (max-width: 414px) {
	.content .product-wrap .left-nav .nav-tit {
		height: 80px
	}
}

.content .product-wrap .left-nav .nav-tit .img {
	width: 58px;
	margin-right: 20px
}

@media only all and (max-width: 1440px) {
	.content .product-wrap .left-nav .nav-tit .img {
		width: 50px
	}
}

.content .product-wrap .left-nav .nav-tit .text {
	font-size: 26px;
	color: #fff
}

@media only all and (max-width: 1440px) {
	.content .product-wrap .left-nav .nav-tit .text {
		font-size: 20px
	}
}

.content .product-wrap .left-nav .nav-tit .pulldown-wrap {
	position: absolute;
	z-index: 2;
	display: none;
	width: 26px;
	bottom: -10px;
	left: 50%;
	margin-left: -13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .product-wrap .left-nav .nav-tit .pulldown-wrap .pulldown {
	-webkit-animation-name: tds-keyframe-bounce;
	animation-name: tds-keyframe-bounce;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.content .product-wrap .left-nav .nav-tit .pulldown-wrap.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media only all and (max-width: 768px) {
	.content .product-wrap .left-nav .nav-tit .pulldown-wrap {
		display: block
	}
}

.content .product-wrap .left-nav .nav {
     background: #122f73;
	padding: 35px 0
}

@media only all and (max-width: 768px) {
	.content .product-wrap .left-nav .nav {
		display: none
	}
}

.content .product-wrap .left-nav .nav .item .item-stair {
	padding: 0 10%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 768px) {
	.content .product-wrap .left-nav .nav .item .item-stair {
		padding: 0 10px
	}
}

.content .product-wrap .left-nav .nav .item .item-stair .item-stair-con {
	border-bottom: 1px dashed #e5e5e5;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .product-wrap .left-nav .nav .item .item-stair .item-stair-con a {
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	width: 90%;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 1440px) {
	.content .product-wrap .left-nav .nav .item .item-stair .item-stair-con a {
		font-size: 14px
	}
}

.content .product-wrap .left-nav .nav .item .item-stair .item-stair-con .iconfont {
	font-size: 16px;
	color: #999999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .product-wrap .left-nav .nav .item .item-stair:hover {
	background-color: #01528c
}

.content .product-wrap .left-nav .nav .item .item-stair:hover .item-stair-con {
	border-color: transparent
}

.content .product-wrap .left-nav .nav .item .item-stair:hover .item-stair-con a {
	color: #fff
}

.content .product-wrap .left-nav .nav .item .item-stair:hover .item-stair-con .iconfont {
	color: #fff
}

.content .product-wrap .left-nav .nav .item .item-stair.active {
	background-color: #01528c
}

.content .product-wrap .left-nav .nav .item .item-stair.active .item-stair-con {
	border-color: transparent
}

.content .product-wrap .left-nav .nav .item .item-stair.active .item-stair-con a {
	color: #fff
}

.content .product-wrap .left-nav .nav .item .item-stair.active .item-stair-con .iconfont {
	color: #fff;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.content .product-wrap .left-nav .nav .item .item-second {
	display: none
}

.content .product-wrap .left-nav .nav .item .item-second a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #999;
	padding-left: 60px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 768px) {
	.content .product-wrap .left-nav .nav .item .item-second a {
		padding-left: 20px
	}
}

.content .product-wrap .left-nav .nav .item .item-second a::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background-color: #999;
	left: 44px;
	top: 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 768px) {
	.content .product-wrap .left-nav .nav .item .item-second a::before {
		left: 10px
	}
}

.content .product-wrap .left-nav .nav .item .item-second a:hover,
.content .product-wrap .left-nav .nav .item .item-second a.active {
	background-color: #e5edf3;
	color: #01528c
}

.content .product-wrap .left-nav .nav .item .item-second a:hover::before,
.content .product-wrap .left-nav .nav .item .item-second a.active::before {
	background-color: #01528c
}

.content .product-wrap .product {
	width: 73.7%;
	
	padding-bottom: 120px;
	position: relative;
	z-index: 1
}

@media only all and (max-width: 768px) {
	.content .product-wrap .product {
		width: 100%
	}
}

@media only all and (max-width: 414px) {
	.content .product-wrap .product {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.content .product-wrap .product nav {
	text-align: center
}

.content .product-wrap .product nav .pagination {
	text-align: center;
	margin: 0 auto;
	overflow: auto
}

.content .product-wrap .product .anchor a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 414px) {
	.content .product-wrap .product .anchor a {
		font-size: 14px;
		line-height: 24px
	}
}

.content .product-wrap .product .anchor a img {
	width: 24px;
	margin-right: 8px
}

.content .product-wrap .product .anchor a:hover {
	color: #01528c
}

.content .product-wrap .product .anchor i {
	display: inline-block;
	color: #999;
	margin-left: 7px;
	margin-right: 7px
}

.content .product-wrap .product .anchor span {
	display: inline-block;
	color: #01528c
}

.content .product-wrap .product .product-tit {
	font-size: 30px;
	color: #01528c;
	padding-top: 40px;
	padding-bottom: 35px
}

@media only all and (max-width: 1600px) {
	.content .product-wrap .product .product-tit {
		font-size: 20px
	}
}

@media only all and (max-width: 414px) {
	.content .product-wrap .product .product-tit {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.content .product-wrap .product .product-con {
	padding-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #c2c2c2
}

.content .product-wrap .product .product-con .item {
	width: 31.7%;
	background-color: #ffffff;
	height: 420px;
	position: relative;
	display: inline-block;
	margin-right: 2.45%;
	margin-bottom: 2.45%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 17px
}

@media only all and (max-width: 1600px) {
	.content .product-wrap .product .product-con .item {
		height: 370px
	}
}

@media only all and (max-width: 414px) {
	.content .product-wrap .product .product-con .item {
		height: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px
	}
}

.content .product-wrap .product .product-con .item:nth-child(3n) {
	margin-right: 0
}

.content .product-wrap .product .product-con .item .logos {
	width: 106px
}

@media only all and (max-width: 1440px) {
	.content .product-wrap .product .product-con .item .logos {
		width: 80px
	}
}

.content .product-wrap .product .product-con .item .img-wrap {
	text-align: center;
	margin-top: 25px;
	height: 200px
}

@media only all and (max-width: 1600px) {
	.content .product-wrap .product .product-con .item .img-wrap {
		height: 150px
	}
}

.content .product-wrap .product .product-con .item .img-wrap .img {
	max-width: 80%;
	max-height: 200px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 1600px) {
	.content .product-wrap .product .product-con .item .img-wrap .img {
		max-height: 150px
	}
}

.content .product-wrap .product .product-con .item .names {
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media only all and (max-width: 1600px) {
	.content .product-wrap .product .product-con .item .names {
		font-size: 18px
	}
}

@media only all and (max-width: 1440px) {
	.content .product-wrap .product .product-con .item .names {
		margin-top: 20px
	}
}

@media only all and (max-width: 414px) {
	.content .product-wrap .product .product-con .item .names {
		font-size: 16px
	}
}

.content .product-wrap .product .product-con .item .introduct {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.content .product-wrap .product .product-con .item:hover .img-wrap .img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.content .product-wrap .product #pageGro {
	margin: 0 auto;
	margin-top: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content .product-wrap .product #pageGro .pageDown {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	cursor: pointer
}

.content .product-wrap .product #pageGro .pageDown img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .product-wrap .product #pageGro .pageDown img.img-hover {
	opacity: 0
}

.content .product-wrap .product #pageGro .pageDown:hover img.img {
	opacity: 0
}

.content .product-wrap .product #pageGro .pageDown:hover img.img-hover {
	opacity: 1
}

.content .product-wrap .product #pageGro .pageUp {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer
}

.content .product-wrap .product #pageGro .pageUp img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .product-wrap .product #pageGro .pageUp img.img-hover {
	opacity: 0
}

.content .product-wrap .product #pageGro .pageUp:hover img.img {
	opacity: 0
}

.content .product-wrap .product #pageGro .pageUp:hover img.img-hover {
	opacity: 1
}

.content .product-wrap .product #pageGro .pageList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.content .product-wrap .product #pageGro .pageList ul li {
	text-align: center;
	width: 20px;
	font-size: 16px;
	cursor: pointer;
	margin: 0 9px;
	border-bottom: 2px solid transparent
}

.content .product-wrap .product #pageGro .pageList ul li.on {
	color: #01528c;
	border-color: #01528c
}

.title-5 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #0469b5;
    font-weight: bold;
    line-height: 63px;
    border-bottom: solid 1px #e3e3e3;
}
.pictrue-14{ margin-bottom: 20px; }
.pictrue-14 .tops{ position: relative; margin-bottom: 5px; border:solid 1px #e9e9e9; }
.pictrue-14 .tops ul{ position: relative; height: 260px; }
.pictrue-14 .tops ul li{ position: absolute; left: 0; top: 0; z-index: 1; padding: 10px; width: 100%; height: 100%; font-size: 0; }
.pictrue-14 .tops ul li .imgbox{ position: relative; height: 100%; }
.pictrue-14 .tops ul li .imgbox a{ position: relative; height:238px; line-height: 238px; display: block; }
.pictrue-14 .tops ul li .imgbox img{ max-width: 100%; max-height: 100%; }
.pictrue-14 .bots{ position:relative; overflow: hidden;}
.pictrue-14 .bots .imgbox{ position: relative; border:solid 1px #ebebeb; cursor:pointer;}
.pictrue-14 .bots .swiper-slide.swiper-slide-active .imgbox{ border:solid 1px #0469b5; }
.pictrue-14 .bots .imgbox span{ display: block; height:80px; font-size:0; line-height:80px;}
.pictrue-14 .bots .imgbox span img{ max-width: 100%; max-height: 100%; }
.pictrue-14 .bots .swiper-button{ top: 0; margin-top: 0; width: 30px; height: 100%; font-size: 0; background: rgba(255,255,255,0.9); }
.pictrue-14 .bots .swiper-button img{ display: block; margin:0 auto; position: relative; top: 50%; margin-top: -14px; width:15px; opacity: 0.5; }
.pictrue-14 .bots .swiper-button.swiper-button-prev{ left:-30px; }
.pictrue-14 .bots .swiper-button.swiper-button-next{ right:-30px; }
.text-10 {
    margin-bottom: 20px;
}
.text-10 .biaoti {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0469b5;
    font-weight: bold;
}
.text-10 .jieshao {
    color: #585858;
    line-height: 30px;
}
.title-9 {
    margin-bottom: 20px;
}
.no-margin {
    margin: 0 !important;
}
.title-9 ul li {
    margin-right: -1px;
    border: solid 1px #e3e3e3;
}
.pull-left {
    float: left!important;
}
.title-9 ul li.active a {
    color: #0469b5;
}
.title-9 ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 15px;
    color: #616161;
    line-height: 39px;
	cursor: pointer;
}
.tr {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.title-9 ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: #0469b5;
    transition: all 0.3s;
    opacity: 0;
}
.title-9 ul li.active a:before {
    opacity: 1;
}
.text-11 {
    margin-bottom: 20px;
    color: #6a6a6a;
    line-height: 30px;
}
.text-19{ border-left: solid 1px #333;/* border-top: solid 1px #333; */}
.text-19 ul li .bianhao{ padding: 10px; width: 85px; line-height:24px;border-right: solid 1px #333;border-bottom: solid 1px #333;  }
.text-19 ul li .biaoti{ padding: 10px; width:calc(100% - 185px); line-height:24px;border-right: solid 1px #333;border-bottom: solid 1px #333;  }
.text-19 ul li .xiazai{ width:100px;border-right: solid 1px #333;border-bottom: solid 1px #333; }
.text-19 ul li .xiazai a{ display: block; padding: 0 10px; font-size:0; line-height: 44px; }
.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.zoomMask{position:absolute;background:url("404.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

@media (min-width:991px){
	
    .text-19 ul li{ font-size: 12px; }
	.text-19 ul li .bianhao{ width: 50px; }
	.text-19 ul li .biaoti{ width: calc(100% - 110px); }
	.text-19 ul li .xiazai{ width: 60px; }
	
	.pictrue-14 .bots:hover .swiper-button.swiper-button-prev{ left:0; }
	.pictrue-14 .bots:hover .swiper-button.swiper-button-next{ right:0; }

}
