ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
}


.container{
	max-width: 1600px;
}
.navbar-nav .nav-link{
	line-height: 48px;
	width: 100px;
	text-align: center;
}
.nav-item {position: relative;}
.nav-item > .navbar-nav{display:none;
        position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;

}
.nav-item:hover > .navbar-nav{display:block;}
.navbar-brand img{
	width: 180px;
}
.p100{
	padding: 100px 0px;
}
.p150{
	padding: 150px 0px;
}
.p200{
	padding: 200px 0px;
}
.title{
	position: relative;
	margin-bottom: 20px;
}
.title .title-h2{
	font-size: 40px;
	font-weight: bold;
	color: #41b45e;
	position: relative;
	z-index: 2;
}
.title .title-link a{
	display: block;
	padding: 0.6rem 3.5rem;
	border: 1px #999 solid;
	color: #999;
	text-decoration: none;
}
.title .title-gray{
	position: absolute;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	top: -50px;
	background-image: -webkit-linear-gradient(top, #d9d9d9, #fff); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
}
.title .mr-auto{
	flex: 1;
}
.about-us{
    background: url(../image/2021-6-29-about-bg.jpg) no-repeat;
    background-position-y: -100px; 
}
.about-txt P{
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.about-img{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.about-img img{
	max-width: 100%;
}
.number{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 2rem;
}
.number p{
	font-size: 40px;
	font-weight: bold;
	color: #41b45e;
	position: relative;
	margin-bottom: 0;
}
.number p:after{
	content: "+";
	font-size: 30px;
	color: #41b45e;
	font-weight: 400;
	margin-left: 5px;
}
.number span{
	font-size: 14px;
	color: #666;
}
.business{
	background: #41b45e;
}

.business-img img{
	margin-bottom: 20px;
}
.business .title .title-h2{
	color: #fff;
	position: relative;
	z-index: 2;
	line-height: 90px;
    margin: 0;
    text-align: left;
}
.business .title .title-gray{
	background-image: -webkit-linear-gradient(top, #fff, #41b45e);
	opacity: .5;
	top: -30px;
}




.business .item{
	margin-bottom: 20px;
	text-align: center;
}
.business .item img{
	max-width: 100%;
}
.business .item-name{
	text-align: center;
	color: #fff;
}
.staff-item{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.staff-item .staff-img img{
	width: 100%;
}
.staff-content{
	opacity: 0;
	transition: .2s ease-in-out all;
	padding: 3rem 15px;
    background: #fff;
    border-bottom: 4px #41b45e solid;
    position: absolute;
    top: 20px;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100% - 40px);
}
.staff-content .staff-title{
	font-size: 20px;
	font-weight: bold;
	color: #41b45e;
	margin-bottom: 30px;
}
.staff-content .staff-txt{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
	min-height: 150px;
}
.staff-item a{
	display: block;
	position: relative;
	text-decoration: none;
}
.staff-item a:hover .staff-content{
	opacity: 1;
	transition: .2s ease-in-out all;
}




.phil{
	
	width: 100%;
	background: #f3f3f3;
	margin-bottom: 100px;
}
.phil .phil-main{
	padding-left: 1rem;
	padding: 150px;
}
.phil-item{
    padding: 14% 0;
    padding-bottom: 0;
}
.phil-item .phil-img{
	width: fit-content;
    padding: 10px;
    border: 1px #ddd dashed;
    margin-bottom: 2rem;
}
.phil-item .phil-txt{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	
}
.phil-banner{
	padding-right: 15%;
}
.phil-banner img{
	max-width: 100%;
}





.footer{
	background: #282828;
	
}
.footer .copyright{
	color: #9c9c9c;
	font-size: 14px;
}
.footer .copyright span{
	margin: 0 20px;
}
.footer-nav{
	margin-bottom: 2rem;
}
.footer .copyright a{
	color: #9c9c9c;
}
.footer .copyright a:hover{
	color: #fff;
}




.swiper-slide .ani-txt{
position: absolute;
    font-size: 50px;
    color: #fff;
    background: #41b45e;
    padding: 0.5rem 2rem;
    font-weight: bold;
    letter-spacing: 10px;
    top: 35%;
    
    z-index: 9;
    right: 9%;
}
.swiper-slide .ani-txt.txt2{
    top: 45%;
    background: none;
    letter-spacing: 0;
    font-size: 50px;
    text-transform: uppercase;
    padding-left: 0;
    font-style: oblique;
    padding-right: 0;
}
.swiper-slide .ani-txt.txt3{
    top: 60%;
    background: none;
    letter-spacing: 0;
    font-size: 20px;
    padding-left: 0;
    font-weight: normal;
    width: 20%;
    line-height: 40px;
    padding-right: 0;
}
.ani-border{
	width: 30%;
    position: absolute;
    height: 34%;
    border: 1px #fff solid;
    top: 40%;
    right: 20%;
    opacity: 0.3;
}
.ani-border.ani-border2{
	top: 26%;
	right: 6%;
	opacity: 0.3;
}
.swiper-slide img{
	max-width: 100%;
}



.about-banner img{
	width: 100%;
}
.about-page{
	
}
.about-page .number{
	border: 0;
}
.organize-img img{
	max-width: 100%;
}
.culture-title{
	display: flex;
	padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
}
.culture-title p{
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
    margin: 0;
}
.culture-content{
	display: flex;
}
.culture-content ul{
	padding: 0;
	margin: 0;
}
.culture-content  h3{
	font-size: 20px;
	color: #41b45e;
	font-weight: bold;
	margin-bottom: 20px;
}
.culture-content ul li{
	list-style: none;
	line-height: 36px;

}
.culture-content ul.ren{
	
}
.philosophy{
	background: url(../image/2021-6-30-philosophy.jpg);
	padding: 12% 0;
	margin-bottom: 100px;
}
.philosophy .about-phil{
	display: flex;
}
.philosophy .about-phil .about-phil-left{
	flex-grow: 1;
}
.philosophy .about-phil .about-phil-left .about-phil-content ul{
	list-style: none;
	padding: 0;
}
.philosophy .about-phil .about-phil-left .about-phil-content ul li{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.philosophy .about-phil .about-phil-left .title{
	margin-bottom: 15%;
}
.philosophy .about-phil .about-phil-left .title .title-gray{
	opacity: 0.1;
	background-image: -webkit-linear-gradient(top, #fff, #000);
}
.philosophy .about-phil .about-phil-right{
	flex-grow: 1;
	display: flex;
}




.exhibition-page .exhibition-content ul,.news-content ul{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.exhibition-page .exhibition-content ul li{
	margin-bottom: 15px;
}
.exhibition-page .exhibition-content ul li img{
	width: 100%;
}




.news-content a{
	text-decoration: none;
}
.news-content .news-info{
    box-shadow: 0 0 15px #ececec;
    margin-bottom: 20px;
    background: #fff;
}
.news-content .news-info:hover .news-img img{
	transform: scale(1.1);
}
.news-content .news-info .news-img{
	max-height: 300px;
	overflow: hidden;
}
.news-content .news-info .news-img img{
	width: 100%;
	transition: .5s ease-in-out all;
}
.news-content .news-info .news-info-title{
	padding: 15px 15px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.news-content .news-info .news-info-time{
	padding: 0 15px 10px 15px;
	color: #a7a7a7;
	margin: 0;
	font-size: 12px;
	min-height: 50px;
}




.recruit-page{
	background: #f7f7f7;
}
.recruit-content ul{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.recruit-content a:hover{
	color: #333;
}
.recruit-content .recruit-info{
	padding: 15px;
	background: #fff;
	transition: .5s ease-in-out all;
	margin-bottom: 20px;
}
.recruit-content .recruit-info:hover{
	box-shadow: 0 0 10px #ddd;
}
.recruit-content .recruit-info .recruit-info-title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.recruit-content .recruit-info .recruit-info-detail{
	font-size: 14px;
	color: #999;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
	margin: 0;
}
.recruit-content .recruit-info .recruit-info-title .tag{
	background: #ff6b6b;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 5px;
	margin-right: 10px;
}




.contact-item{
	background: url(../image/2021-7-1-contact-bannrt2.jpg) no-repeat;
	
}
.contact-main{
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;

}
.contact-flex{
	display: flex;
	box-shadow: 2px 2px 10px #0000002e;
}
.contact-left{
	padding: 100px;
	flex-grow: 1;
}
.contact-right{
	max-width: 340px;
	background: #41b45e;
	padding: 100px 50px;
	color: #fff;
}

.contact-left .item-name{
	margin-bottom: 20px;
	color: #666;
}
.contact-left .contact-phone ul li{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.phone-item{
	margin-bottom: 20px;
}
.phone-item p{
	margin: 0;
	margin-bottom: 10px;

}
.phone-item .phone-number{
	font-size: 25px;
}
.footer-qrcode{
    text-align: right;
}
@media only screen and (max-width: 1200px){
	.p200{
		padding: 100px 0;
	}
	.phil-item{
		padding: 50px 0;
		padding-bottom: 0;
    padding-right: 15%;
	}
	.phil-link{display: none;}
	.phil-item .phil-txt{
		min-height: auto;
	}
	.title .title-h2{
		font-size: 30px;
	}
	.title .title-link a{
		padding: 0.4rem 2.5rem;
	}
	.title .title-gray{
		font-size: 50px;
		top: -40px;
	}
	.phil{
		margin-bottom: 100px;
	}
	.phil-img img{
		max-width: 100%;
	}
	.about-txt P{
		line-height: 1.7;
	}
	.number p{
		font-size: 30px;
	}
	.swiper-slide .ani-txt{
		font-size: 30px;
		text-align: right;
	}
	.swiper-slide .ani-txt.txt2{
		font-size: 30px;
	}
	.swiper-slide .ani-txt.txt3{
		width: 35%;
	}
	.ani-border{
		right: 25%;
	}
}

@media only screen and (max-width: 1024px){
	.p200{
		padding: 100px 0;
	}
	
	.phil-img img{
		width: 100%;
	}
	.business .item img{
		width: 100%;
	}
	.business .title .title-h2{
		line-height: 1.2;
	}
	.business .title .title-gray{
		top: -50px;
	}
	.about-img{
		overflow: hidden;
		display: block;
    margin: 0;
	}
	.about-img img{
		max-width: 100%;
	}
	.phil-item{
		padding: 7% 0;
		padding-bottom: 0;
	}
	.phil-link{
		display: none;
	}
	.phil-item .phil-txt{
		min-height: auto;
	}
	.phil{
		margin-bottom: 100px;
	}
	.banner{
		max-height: 600px;
		overflow: hidden;
	}
	.swiper-slide .ani-txt{
		top: 20%;
		font-size: 30px;
    padding: 0.5rem 1rem;
    text-align: right;
	}
	.swiper-slide .ani-txt.txt2{
		top: 35%;
		font-size: 30px;
	}
	.swiper-slide .ani-txt.txt3{
		top: 45%;
		width: 50%;
    font-size: 16px;
	}
	.ani-border{
		display: none;
	}
	.ani-border.ani-border2{
		top: 5%;
	}
	.p100{
		padding: 50px 0;
	}
	.philosophy .about-phil .about-phil-right{
		display: none;
	}
	.philosophy{
		background-size: cover;
		padding: 10% 0;
	}
	.philosophy .about-phil .about-phil-left .title{
		margin-bottom: 3%;
	}
	.philosophy .about-phil .about-phil-left .about-phil-content ul li{
		font-size: 16px;
	}
	.contact-main{
		max-width: auto;
	}
	.contact-left{
		padding: 50px;
	}
	.contact-right{
		padding: 50px 20px;
	}
	.phil-banner{
		padding: 0;
	}
	.phil-item .phil-img{
		margin-bottom: 1rem;
	}
		
}
@media only screen and (max-width: 767px){
    .navbar-light .navbar-toggler{
            border: none;
    padding: 0;
    }
    .footer .footer-qrcode{
        text-align: center;
        padding:20px;
    }
	.navbar-brand img{
		width: 140px;
	}
	
	.p200{
		padding: 40px 0px;
	}
	.p100{
		padding: 20px 0px;
	}
	.phil .col-6.col-md-6,.title .title-gray{
		display: none;
	}
	.phil-item .phil-img img{
		width: 100%;
	}
	.col-auto.title-link{
		display: none;
	}
	.business{
		overflow: hidden;
	}
	.business .item img{
		
	}
	.business .item,.title{
		margin-bottom: 0;
	}
	.business .item-name{
		margin-bottom: 30px;
		font-size: 13px;
	}
	.business .title .title-h2{
		line-height: 50px;
	}
	.title .title-h2{
		font-size: 25px;
	}
	.business .p100{
		padding-bottom: 20px;
	}
	.staff-content{
		opacity: 1;
	    transition: .2s ease-in-out all;
	    padding: 0;
	    background: #fff;
	    border-bottom: 0px;
	    position: relative;
	    top: 0;
	    width: 100%;
	    left: 0;
	    right: 0;
	    margin: auto;
	    height: auto;
	}
	.staff-content .staff-title{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 0;
	}
	.staff-content .staff-txt{
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 10px;
		min-height: auto;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.staff-content .staff-btn{
		display: none;
	}
	.staff-img{
		margin-bottom: 10px;
	}
	.phil{
		margin-bottom: 50px;
	}
	.phil-item{
		padding: 50px 0;
	}
	.banner-m img{
		width: 100%;
	}
	.banner{
		height: auto;
	}
	.about-img img{
		max-width: 100%;
	}
	.philosophy{
		background: #333;
		padding: 5% 0;
		margin-bottom: 40px;
	}
	.philosophy .about-phil{
		display: block;
	}
	.philosophy .about-phil .about-phil-right img{
		width: 100%;
	}
	.philosophy .about-phil .about-phil-left .title{
		margin-bottom: 5%;
	}
	.philosophy .about-phil .about-phil-left .about-phil-content ul li{
		font-size: 14px;
	}
	.culture-content{
		display: block;
	}
	.culture-content ul.ren{
		padding: 0;
	}
	.culture-content ul li{
		font-size: 14px;
	}
	.culture-content ul h3{
		margin-bottom: 10px;
	}
	.culture-title{
		display: block;
	}
	.culture-title p{
		font-size: 20px;
	}
	.news-content .news-info .news-info-title{
		padding: 5px;
		font-size: 14px;
		padding-bottom: 0;
	}
	.news-content .news-info .news-info-time{
		padding: 5px;
		font-size: 12px;
	}
	.contact-flex{
		display: block;
		
	}
	.contact-left,.contact-right{
		padding: 15px;
		margin: auto;
		max-width: 100%;
	}
	.recruit-content .recruit-info .recruit-info-title{
		overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;
font-size: 14px;
	}
	.recruit-content .recruit-info .recruit-info-detail{
		font-size: 12px;
	}
	.navbar{
	    padding:.5rem 0;
	}
	.header{
	    position: absolute;
        z-index: 99;
        width: 100%;
        background: #fff;
	}
	.banner{
	    padding-top: 60px;
	}
	.about-banner{
	    padding-top: 60px;
	}
	.contact-left .item-name{
	        font-size: 12px;
	}
	.news-page{
	    background: #ffffff;
	}
	.number{
	    border: 0;
	}
}