.nav {
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	/* 默认方向自下向上 */
	background-color: transparent;
}

.nav.scroll {
	background-image: none;
}

.nav-item {
	display: inline-block;
}

.nav-hide-box {
	display: none;
	background-color: #fff;
	text-align: center;
	position: relative;
	left: 33px;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
	line-height: 30px;
	padding: 20px 0;
}


.nav-hide-box:hover,
.nav-item-show:hover .nav-hide-box {
	display: block;
}
.nav-hide-box-item {
	color: #666;
	margin: 0;
	font-size: 14px;
	position: relative;
}

.nav-hide-box-item-hide {
	display: none;
    position: absolute;
    top: -16px;
    left: 0;
    padding-left: 100%;
    width: 300px;
    padding-bottom: 3.5rem;
    padding-top: 16px;
    border-top: none;
    z-index: -1;
}
.nav-hide-box .nav-hide-box-item:nth-child(1){
}
.nav-hide-box .nav-hide-box-item:nth-child(2) .nav-hide-box-item-hide{
	top: -40px;
	padding-top: 40px;
}
.nav-hide-box .nav-hide-box-item:nth-child(2) .nav-hide-box-item-hide::before{
	top: 36px;
}


.nav-hide-box-item-hide::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 8px;
	bottom: 3rem;
	left: 140px;
	right: 0;
    background-color: rgba(32,73,156,.8);
    box-shadow: 0 8px 8px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    border-radius: 6px;
}

.nav-item-show:hover .nav-hide-box .nav-hide-box-item:hover .nav-hide-box-item-hide {
	display: block;
}

.nav-hide-box-item:hover {
	color: #39ac57;
}

body {
	background: #F4F4F4;
}

.home-container {
	width: 65%;
	margin: 0 auto;
}

.footer {
	background: #0B1E56;
	color: #DDDDDD;
	padding-top: 72px;
	font-size: 16px;
}

.footer .content {
	display: flex;
	justify-content: space-between;
	padding-right: 15%;
}

.footer .title {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
	margin-bottom: 30px;
}

.footer .qrCode {
	margin-bottom: 19px;
	width: 171px;
}

.footer .logo {
	width: 171px;
	margin-top: 35px;
	position: relative;
	top: -8px;
}

.footer a,
.footer p {
	display: block;
	color: #DDDDDD;
	margin: 20px 0;
}

.footer .Copyright {
	font-size: 16px;
	line-height: 22px;
	border-top: 1px solid #979797;
	padding: 16px 0 21px;
	margin: 0;
	text-align: center;
}

.footer .Copyright a {
	display: inline-block;
	margin: 0;
}

.footer .guanzhu {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 55px;
}

.news {
	height: 26.56rem;
}

.news .flex {
	display: flex;
	justify-content: space-between;
}

.news .home-container {
	position: relative;
	top: -17rem;
}

.news .flex div {
	background-color: #fff;
}

.news .flex a:nth-child(2) {
	margin: 0 36px;
}

.title-com {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 4.19rem;
	position: relative;
	margin-bottom: 3.31rem;
	margin-top: 6.25rem;
	font-weight: 200;
}

.title-com:after {
	display: inline-block;
	content: '';
	position: absolute;
	right: calc(50% - 10rem);
	bottom: calc(50% - .1rem);
	width: 5rem;
	height: 0.2rem;
	background-color: #15A666;
	margin-left: -2.69rem;
}
.title-com:before {
	display: inline-block;
	content: '';
	position: absolute;
	left: calc(50% - 7.5rem);
	bottom: calc(50% - .1rem);
	width: 5rem;
	height: 0.2rem;
	background-color: #15A666;
	margin-left: -2.69rem;
}

.tip {
	color: #333333;
	line-height: 1.88rem;
	text-align: center;
	font-size: 1.38rem;
	margin-bottom: 2.38rem;
}

.news .info {
	padding: 1.88rem 1.88rem 2.31rem;
}

.news .name {
	font-weight: bold;
	margin-bottom: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 20rem;
	color: #000000;
	font-size: 1.38rem;
}

.news .time {
	color: #ccc;
	font-size: 1.13rem;
}

.partner {
	margin-bottom: 20rem;
	padding-bottom: 45px;
}

.partner .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partner .flex a {
	flex: 0 0 16%;
	margin-bottom: 1.2%;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}


#home-swiper video {
	width: 100%;
}

#home-swiper .swiper-button-next,
#home-swiper .swiper-button-prev {
	/* 	background-image: none;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	border-top: 10px solid #fff;
	border-left: 10px solid #fff; */
}

#home-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	bottom: 35px;
}

#home-swiper .swiper-pagination-bullet {
	opacity: .68;
	background: #BDBDBD;
}

#home-swiper .swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1;
}

#home-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

#home-swiper .swiper-slide {
	height: 0;
	padding-top: 38.6%;
	overflow: hidden;
}

#home-swiper .swiper-slide img,
#home-swiper .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#home-swiper.swiper-container {
	min-width: 1200px;
}

#partner-swiper .swiper-slide {
	transform: scale(.6);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	margin: 15px 0;
}

#partner-swiper .swiper-slide .right {
	float: right;
	position: relative;
}

#partner-swiper .swiper-slide .right>img {
	height: 48vh;
	width: auto;
}

#partner-swiper .swiper-slide .bg {
	position: absolute;
	z-index: -1;
	height: 48vh;
	width: auto;
	max-width: 100%;
}

#partner-swiper .swiper-slide-active {
	transform: scale(1);
	z-index: 1;
}

#partner-swiper {
	overflow-x: hidden;
	position: relative;
	padding-bottom: 40px;
	color: #fff;
	font-size: 1rem;
	/* min-width: 1200px; */
}

#partner-swiper .swiper-pagination {
	bottom: 0;
	text-align: center;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background-color: #000;
}

#home-swiper .swiper-button-next,
#home-swiper .swiper-button-prev {
	width: 121px;
	height: 121px;
	margin-top: -60px;
}

#home-swiper .swiper-button-next,
#home-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/wiper-arrow.png);
	background-size: 65px 121px;
	transform: rotate(180deg);
	right: 153px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../image/wiper-arrow.png);
	background-size: 65px 121px;
	left: 153px;
}

#partner-swiper .swiper-slide .right .content {
	position: absolute;
	top: 0;
	left: 32%;
	right: 8%;
	line-height: 1.81rem;
	text-align: justify;
}

#partner-swiper .swiper-slide .right .content img {
	width: 7.31rem;
	margin: 6rem 0 1rem;
}

/* @media screen and (max-width:1600px) {
    #partner-swiper .swiper-slide .right .content {
		font-size: 14px;
		line-height: 20px;
	}
} */

.san-main-content {
	width: 74%;
}

.nav-logo {
	margin-top: 32px;
}

#synopsis {
	color: #333333;
	padding-top: 8.75rem;
	position: relative;
}

#synopsis .title {
	font-size: 2.25rem;
	line-height: 3.5rem;
}

#synopsis .title span {
	color: #15A666;
}

#synopsis .info {
	color: #666666;
	font-size: 1.25rem;
	line-height: 2.5rem;
	margin: 3.87rem 0 12.75rem;
	width: 51.94rem;
}

#synopsis img {
	position: absolute;
    width: 25.5%;
    left: 67.5%;
    top: 5rem;
}

#product,
#product .home-container {
	position: relative;
	height: 100%;
}

#product .product-wrapper {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#product h3 {
	font-size: 2.25rem;
	line-height: 4.19rem;
	padding-top: 4.7rem;
	margin-bottom: 3.87rem;
	font-weight: 200;
	margin-left: -6rem;
}

#product .box {
	position: absolute;
	left: 2rem;
	top: 0;
	bottom: 0;
	width: 84rem;
	display: none;
}

#product .subTitle {
	font-size: 1.5rem;
	margin: 8rem 0;
	position: relative;
	color: rgba(255, 255, 255, .4);
	cursor: pointer;
}

#product .subTitle:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-left: 3px solid rgba(255, 255, 255, .4);
	border-bottom: 3px solid rgba(255, 255, 255, .4);
	transform: rotate(-135deg);
	top: 5px;
	left: 9rem;
}

#product .active .subTitle:after {
	left: 12rem;
}

#product .active .subTitle {
	color: #fff;
	padding-left: 2rem;
}

#product .active .subTitle:after {
	border-color: #fff;
}

#product .active .box {
	display: flex;
	flex-wrap: wrap;
}

#product .active .box .item {
	position: relative;
	flex: 0 0 33.3%;
	width: 33.3%;
	height: 50%;
	overflow: hidden;
}

#product .active .box .item img {
	position: absolute;
	right: 0;
	z-index: 1;
	width: auto;
	height: 100%;
}

#product .active .box .item .content {
	position: absolute;
	bottom: 30px;
	left: 8%;
	right: 6%;
	z-index: 2;
	font-size: 1.125rem;
}

#product .active .box .item .content .name {
	font-size: 1.25rem;
	margin-bottom: .9rem;
}

#znaf h3 {
	font-size: 2.25rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 60px;
}

#znaf {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 160px;
}

.zhxy-top-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 168px;
}

.zhxy-top-box div {
	flex: 0 0 30%;
}

.zhxy-top-box .item {
	position: relative;
	color: #8F9090;
	font-size: 14px;
	line-height: 20px;
}

.zhxy-top-box .num {
	position: absolute;
	width: 30px;
	left: -40px;
}

.zhxy-top-box .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	color: #303030;
}

.zhjs {
	text-align: center;
	font-size: 20px;
	color: #01123A;
	line-height: 28px;
}

.zhjs img {
	display: inline-block;
}

.zhjs-bottom-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhjs-bottom-box img {
	height: auto;
}

.zhjs-top-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	font-weight: bold;
	margin-top: 10px;
}

.zhgd-top-box {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 200px;
}

.zhgd-top-box img {
	display: inline-block;
	width: 70px;
}

.zhgd-top-box .flex {
	display: flex;
	justify-content: space-between;
}

.zhgd-top-box .icon {
	width: 70px;
}

.zhgd-top-box .tip {
	font-size: 14px;
	color: #666666;
	margin: 0;
	line-height: 20px
}

.zhgd-top-box .name {
	font-weight: bold;
	font-size: 20px;
	margin: 23px 0 15px;
}

.zhgd-bottom-box {
	position: relative;
}

.zhgd-bottom-box .name,
.zhgd-bottom-box .info {
	position: absolute;
	width: 40%;
	left: 5%;
}

.zhgd-bottom-box .name {
	top: 30%;
	font-weight: bold;
	font-size: 21px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.zhgd-bottom-box .info {
	top: 40%;
	font-size: 16px;
	color: #676C6D;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 5;*/
	/*overflow: hidden;*/
	text-align: justify;
}

#znaf.zhsq {
	padding: 0;
}

.zhsq .zhsq-top-box {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.zhsq .zhsq-top-box .tip {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.zhsq .zhsq-top-box .icon {
	width: 74px;
	display: inline-block;
}

.zhsq .zhsq-top-box .name {
	font-size: 20px;
	color: #01123A;
	line-height: 28px;
	font-weight: bold;
	margin: 20px 0 15px;
}

.zhsq-weapper,
.zhyj-weapper {
	padding: 100px 0;
}

.zhsq-center-box {
	padding: 60px 150px 80px;
	position: relative;
}

.zhsq-center-box .item .name {
	font-size: 20px;
	color: #3485BC;
	margin-bottom: 10px;
}

.zhsq-center-box .item .text {
	font-size: 14px;
	color: #666666;
	margin: 0;
	line-height: 20px;
	position: relative;
	text-indent: 10px;
}

.zhsq-center-box .item .text:after {
	content: ' ';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background-color: #3485BC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(40deg);
}

.zhsq-center-box .item {
	position: absolute;
}

.zhsq-center-box .item {
	position: absolute;
}

.zhsq-center-box .item1 {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zhsq-center-box .item2 {
	top: 0;
	left: 46%;
}

.zhsq-center-box .item3 {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zhsq-center-box .item4 {
	bottom: 0;
	right: 48%;
}

.header-sub {
	position: relative;
	color: #fff;
}

.header-sub-content .name {
	font-size: 36px;
	margin-bottom: 32px;
	padding-top: 20%;
}

.header-sub-content .text {
	font-size: 18px;
	line-height: 31px;
	width: 680px;
}

.header-sub-content {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#product .active .box .item {
	cursor: pointer;
	color: #fff;
	display: block;
}
#product .active .box .item .content .hide {
	display: none;
}
#product .active .box .item:hover > .content .hide {
	display: block;
}
#partner-swiper .swiper-slide .right .content p {
	font-size: 1.375rem;
	margin-top: 5rem;
}
.nav-hide-box-item:hover {
    color: #fff;
    background: #39AC57;
    width: 100%;
}
.nav-item-show {
 position: relative;
}
.nav-item-show::before {
 content: ' ';
 position: absolute;
 display: inline-block;
 width: 8px;
 height: 8px;
 border-right: 2px solid #fff;
 border-bottom: 2px solid #fff;
 right: -20px;
 bottom: 22px;
 transform: rotate(45deg);
}
.nav-item:hover.nav-item-show::before {
 border-color: #007eff;
}
.nav-item > .nav-item-sc > a.active, .nav-item > .nav-item-sc > a:hover, .nav-item:hover, .nav-item.active {
 color: #007eff;
}
.nav-item:after {
 display: none;
 background: #007eff;
}
.nav,.nav-item {
 height: 52px;
 line-height: 52px;
}
.nav{
 background: rgba(11,30,86,.8)!important;
}
.nav-logo {
    margin-top: 16px;
}

.nav-hide-box {     
    padding-top: 16px;
 	padding-bottom: .5rem;
    position: relative;
    background: transparent;
}
.nav-hide-box::before{
	display: inline-block;
	content: '';
	position: absolute;
 	background-color: rgba(32,73,156,.8);
 	border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
}
.nav-hide-box::after{
	display: inline-block;
	content: '';
	position: absolute;
	top: -4px;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: rgba(32,73,156,.8);
}
/*.nav-hide-box > .nav-hide-box-item::before {
	content: ' ';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    bottom: 7px;
    transform: rotate(-45deg);
}*/
.nav-hide-box-item {
 	line-height: 1.5;    
	font-size: 16px;
 	color: #fff;
    font-weight: 200; 
    position: relative;
    z-index: 2;  
}
.nav-hide-box-item:hover {
    color: #fff;
    font-weight: 700;
 	background-color: transparent;
 	z-index: 1;
}
.nav-box >.index {
 	padding-top: 0;
}
.colorNone::before {
 	border-color: #fff!important;
}
#case {
	padding: 1.25rem 3rem 2.5rem;

}
#case .tab {
	display: flex;
	width: 100%;
	font-size: 1.25rem;
	font-weight: 400;
	border-bottom: 1px solid #AAAAAA;

}
#case .tab .tab-item {
	margin-right: 68px;
	padding: 0.875rem 0;
	position: relative;
	cursor: pointer;
	color: #BFBFBF;
	padding-left: 2px;
}
#case .tab .tab-item.active {
	color: #666666;
}
#case .tab .tab-item.active::after {
	display: inline-block;
	content: '';
	width: 5.43rem;
	height: 3px;
	background: #00923F;
	border-radius: 0px 0px 0px 0px;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#case .card-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 34px;
}
#case .card-box .card {
	width: 48%;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	color: #666666;
	text-align: center;
	margin-bottom: 4%;
}
#case .card-box .card img {
	width: 100%;
}
#case .card-box .card p {
	font-size: 1.25rem;
	padding: 1.375rem 0;
}
#case .card-box .card:hover {
	color: #00923F;
}
.header-sub .head-img {
	display: none;
}

.header-sub .active {
	display: block;
}
#caseInfo .item {
    font-size: 1.0625rem;
    line-height: 2.2rem;
    color: #333333;
    display: none;
}
#caseInfo .item .title {
	font-weight: bold;
	color: #666666;
    font-size: 1.6rem;
	position: relative;
	padding: 4rem 1.3rem 2rem;
}

#caseInfo .item .title::after {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 4rem;
    bottom: 2rem;
    border-left: 0.4rem solid #39AC57;
}
#caseInfo .item .info {
	display: flex;
	background-color: #fff;
	padding: 3.5rem 1.9rem  2.5rem;
}

#caseInfo .item .left {
	flex: 1;
	margin-right: 2.2rem;
	position: relative;
}

#caseInfo .item .left p {
	margin-bottom: 1.3rem;
}

#caseInfo .item .right {
	flex: 0 0 32.3rem;
}

#caseInfo .item .rigt img {
	width: 100%;
}
#caseInfo .item .left p .bold {
	font-weight: bold;
}
#caseInfo .item .left img {
	width: 16.8rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.index-banner-bg-an {
	display: none;
	position: absolute;
	top: -5%;
	width: 30%;
    height: 100%;
    left: 0%;
    -webkit-animation: mymove 10s infinite; /* Chrome, Safari, Opera */
    animation: mymove 15s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {left: 20%;}
}

/* Standard syntax */
@keyframes mymove {
    50% {left: 20%;}
}