body,div{
    margin: 0px;
    padding:0px;
}
a{
    text-decoration: none;
}
ul,li{
    list-style-type: none;
    padding: 0;

}
footer strong{
    display: block;
    font-size: large;
    margin-bottom: 15px;
}
footer a{
    color:#ccc;
}
footer a:hover{
    color:white;
}
footer li{
    line-height: 1.8rem;
}
.banner1_0 img{
    width: 75vw;
    transform: translate(-20vw,-0vw);
    animation: banner1_1 40s linear infinite;
}
.banner1_1 img{
    width: 15vw;
}
.banner1_6 img{
    height:30vh;
}
.banner1_2 img{
    height: 15vh;
}
.carousel-caption2-1 img{
    height: 55vh;
}
.banner2_2 img{
    height: 16vh;
}
.banner3_1 img{
    height: 40vh;
}
.xz{
    animation: banner1_1 15s linear infinite;
}
.up{
    opacity: 0;
    animation: banner_up 0.5s linear forwards;
}
.left{
    opacity: 0;
    animation: banner_left 0.5s linear forwards;
}
.dl1{
    animation-delay: 0.5s;
}
.dl2{
    animation-delay: 1s;
}
.dl3{
    animation-delay: 1.5s;
}
.dl4{
    animation-delay: 2s;
}
.dl5{
    animation-delay: 2.5s;
}
.dl6{
    animation-delay: 3s;
}
.dl7{
    animation-delay: 3.5s;
}

.bg-dz{
	min-height: 100vh;
	background-image: url("../images/bg-dz.jpg");
	background-position: bottom;
}
.bg-fz{
	min-height: 100vh;
	background-image: url("../images/bg-fz.jpg");
	background-position: bottom;
}
.bg-zq{
	min-height: 100vh;
	background-image: url("../images/bg-news.jpg");
	background-position: bottom;
}
.ys i{
	font-size: 52px;
	color: #166fc9;
}



.fzbanner{
		background-image: url("../images/banner6.jpg");
		background-position: center;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
.fzbanner .fzb2{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0px;
	top:0px;
	background-color: rgba(0,0,0,0.5);
}

.zqbanner{
		background-image: url("../images/banner7.jpg");
		background-position: center;
		height: 100vh;
		position: relative;
		overflow: hidden;
		background-color: #dbdfeb;
	}

.al{
	position: relative;
}
.al div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:0px;
	background-color: rgba(19,102,205,0.7);
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
}
.al:hover div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(19,102,205,0.7);
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	transition: all 0.5s;
}
.al div strong{
	font-size: 32px;
	display: block;
	text-align: center;
	padding-top:100px;
}

.abtbanner{
	height: 500px;
	background-image: url("../images/banner-abt.jpg");
	overflow: hidden;
}

@keyframes banner_left{
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes banner_up{
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes banner1_1{
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg)
    }
}
.contact{
    background-image: url("/images/bg-contact.jpg");
}
.about{
    background-image: url("/images/bg-about.jpg");
}
.about-tit{
    background: -webkit-linear-gradient(90deg, #ebac3c, #ed7b41); /* Chrome, Safari */
    background: linear-gradient(90deg, #ebac3c, #ed7b41); /* 标准语法 */
    -webkit-background-clip: text; /* Chrome, Safari */
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Chrome, Safari */
    color: transparent; /* 兼容其他浏览器 */
}
.ys{ 
    background-color:white;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.ys strong{
    font-size: 72px;
    font-weight: bold;
}
.partner{
    background-image: url("/images/bg-partner.jpg");
    background-position: bottom;
}
.news{
    background-color: #f7f7f9;
    background-image: url("/images/bg-news.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}

/*屏宽大于960*/
@media screen and (min-width:768px) {
    .nav-link{
        margin-left: 20px;
    }
    .s,.nav-link:hover{
        background-color: #1366cd;
        color: aliceblue;
    }
	.dzbanner{
		background-image: url("../images/banner4.jpg");
		background-position: center;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.dzbanner .dzb1{
		width: 60%;
		position: absolute;
		top: 20rem;
		left: 10rem;
		z-index: 3;
		color: #fff;
		font-size: 36px;
		line-height: 84px;
	}
	.dzbanner .dzb1 strong{
		font-size: 52px;
	}
	.dzbanner .dzb2{
		width: 60%;
		position: absolute;
		top: 10rem;
		right: 10rem;
		z-index: 1;
		text-align: right;
	}
	.ys li{ font-size: 18px;}
	.ys li strong{ font-size: 26px;}
	.zsybanner{
		background-image: url("../images/banner5.jpg");
		background-position: center;
		height: 100vh;
		position: relative;
		overflow: hidden;
	}
	.zsybanner .zsyb2{
		position: absolute;
		width: 100%;
		left: 0;
		top:5rem;
		text-align: center;
	}

	.zsybanner .zsyb1{
		width: 100%;
		position: absolute;
		top: 40vh;
		left: 0rem;
		z-index: 3;
		color: #fff;
		font-size: 36px;
		line-height: 84px;
		text-align: center;
	}
	.zsybanner .zsyb1 strong{
		font-size: 52px;
	}
	.fzbanner .fzb1{
		width: 100%;
		position: absolute;
		top: 40vh;
		left: 0rem;
		z-index: 3;
		color: #fff;
		font-size: 36px;
		line-height: 84px;
		text-align: center;
	}
	.fzbanner .fzb1 strong{
		font-size: 52px;
	}
	.zqbanner .zqb1{
		width: 100%;
		position: absolute;
		top: 35vh;
		left: 0rem;
		z-index: 3;
		color: #000;
		font-size: 36px;
		line-height: 84px;
		text-align: center;
	}
	.zqbanner .zqb1 strong{
		font-size: 52px;
	}
	.abtbanner .abtb1{
		padding-top:150px;
		line-height: 40px;
		color: #fff;
		text-align: center;
		font-size: 20px;
	}
	.abtbanner .abtb1 strong{
		font-size: 42px;
	}

}

@media screen and (max-width:768px) {
    .carousel-caption3,.carousel-caption3-2{
        font-size: 22px;
        top: 1rem;
    }
    .carousel-caption4{
        font-size: 14px;
        top: 5rem;
    }
	.dzbanner{
		background-image: url("../images/banner4.jpg");
		background-position: center;
		height: 40vh;
		position: relative;
		overflow: hidden;
	}
	.dzbanner .dzb1{
		width: 100%;
		position: absolute;
		top:16vh;
		left: 1rem;
		z-index: 3;
		color: #fff;
		font-size:24px;
		line-height:42px;
	}
	.dzbanner .dzb1 strong{
		font-size:32px;
	}
	.dzbanner .dzb2{
		width:100%;
		position: absolute;
		top: 1rem;
		right:1rem;
		z-index: 1;
	}
	.ys li{ font-size: 12px;}
	.ys li strong{ font-size: 20px;}
	.zsybanner{
		background-image: url("../images/banner5.jpg");
		background-position: center;
		height: 40vh;
		position: relative;
		overflow: hidden;
	}
	.zsybanner .zsyb2{
		position: absolute;
		width: 100%;
		left: 0;
		top:5rem;
		text-align: center;
	}

	.zsybanner .zsyb1{
		width: 100%;
		position: absolute;
		top: 10vh;
		left: 0rem;
		z-index: 3;
		color: #fff;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
	}
	.zsybanner .zsyb1 strong{
		font-size: 32px;
	}
	.fzbanner .fzb1{
		width: 100%;
		position: absolute;
		top: 30vh;
		left: 0rem;
		z-index: 3;
		color: #fff;
		font-size: 26px;
		line-height: 55px;
		text-align: center;
	}
	.fzbanner .fzb1 strong{
		font-size: 38px;
	}
	.zqbanner .zqb1{
		width: 100%;
		position: absolute;
		top: 32vh;
		left: 0rem;
		z-index: 3;
		color: #000;
		font-size: 26px;
		line-height: 54px;
		text-align: center;
	}
	.zqbanner .zqb1 strong{
		font-size: 42px;
	}
	.abtbanner .abtb1{
		padding-top:150px;
		line-height: 40px;
		color: #fff;
		text-align: center;
		font-size: 20px;
	}
	.abtbanner .abtb1 strong{
		font-size:36px;
	}
}
