.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(153, 153, 153, 0.9);
}
.banner{margin-top:60px}
.bannerswiper{
	overflow: hidden;
}



.swiper-slide{
	position: relative;
	overflow: hidden;
}
.swiper-slide .swiper-slide-bg img{
	width: 100%;
}
.swiper-slide .swiper-slide-text{
	position: absolute;
	right:50%;
	top: 50%;
	opacity: 0;
	transform: translate(0%,-50%);
}
.swiper-slide .swiper-slide-text img{
	width: 670px;
}
.banner-prev{
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 100px;
	background-color: #bec7ce66;
	background-image: url(img/prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
	cursor: pointer;
}
.banner-next{
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 100px;
	background-color: #f5fdfe1;
	background-image: url(img/next.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
	cursor: pointer;
}
.banner-prev:hover{
	background-color: rgba(0,0,0,0.1);
}
.banner-next:hover{
	background-color: rgba(0,0,0,0.1);
}
.swiper-pagination-bullet{
	width: 50px;
	height: 5px;
	border-radius: 10px;
}
.pro{
	padding: 20px;
}
.list{
	overflow: hidden;
}
.list .item{
	float: left;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.list .item .box{
	position: relative;
	background-color: #f1f4f6;
	overflow: hidden;
	height: 480px;
}
.list .box .img{
	float: left;
	width: 45%;
}
.list .box .img img{
	margin: 90px auto;
}
.list .box .text{
	float: left;
	width: 55%;
	padding-left: 80px;
	padding-top: 175px;
	box-sizing: border-box;
}
.list .box .text1 {
	margin-bottom: 20px;
}
.list .box .text1 p{
	font-size: 30px;
}
.list .box .text2{
	margin-bottom: 20px;
	/*height: 250px;*/
 /*   overflow-x: scroll;*/
 /*   padding: 0 20px 0 0;*/
        text-align: justify;
}
.list .box .text2 p{
	font-size: 14px;
	line-height: 25px;
}
.list .box .text3 a{
	font-size: 16px;
	color: #2c74e0;
}
.list .box .text3 a:hover{
	color: #999;
	font-weight: 900;
	font-size: 18px;
}
.list .box .text3 span{
	font-size: 16px;
	color: #2c74e0;
}
.list .box .mark{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.5s ease;
}
.list .box .mark p{
	position: absolute;
	left: 20%;
	top: 50%;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	width: 60%;
	transform: translate(0,-50%);
	line-height: 28px;
}
.pc{
    color: #90b5eb; margin: 130px; font-size: 18px;    margin-top: 50%;
}
.list .box:hover .mark{
	top: 0%;
}
.idea{
	position: relative;
	margin-bottom: 100px;
}
.idea .bg img{
	width: 100%;
	display: block;
}
.idea .text{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.idea .text p:nth-child(1){
	color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 10px;
	margin-bottom: 7px;
}
.idea .text p:nth-child(2){
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 5px;
}
.team{
	margin-bottom: 100px;
}
.team .title{
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}
.team .list{
	overflow: hidden;
}
.team .list .item{
	width: 480px;
}
.team .list .item .img{
	margin-bottom: 30px;
}
.team .list .item .img img{
	margin: 0 auto;
}
.team .list .item dl{
	text-align: center;
}
.team .list .item dt{
	font-size: 22px;
	margin-bottom: 10px;
}
.team .list .item dd{
	font-size: 16px;
}
.map{
	margin-bottom: 100px;
}
.map .title{
	font-size: 40px;
	margin-bottom: 70px;
	text-align: center;
}
.map .mapImg img{
	display: block;
	width: 100%;
}
.news{
	margin-bottom: 80px;
}
.news .title{
	font-size: 40px;
	margin-bottom: 10px;
	text-align: center;
}
.news .more{
	text-align: center;
	margin-bottom: 60px;
}
.news .more a{
	font-size: 16px;
	color: #2c74e0;
}
.listBox{
	padding: 0 70px;
	box-sizing: border-box;
}
.topNews{
	float: left;
	width: 660px;
	position: relative;
}
.topNews .img{
	overflow: hidden;
}
.topNews img{
	display: block;
	width: 100%;
	height: 445px;
	transition: all 0.5s ease;
}
.topNews:hover img{
	transform: scale(1.1);
}
.topNews .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.8);
	padding: 30px 40px;
	box-sizing: border-box;
}
.topNews .text p:nth-child(1){
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 10px;
}
.topNews .text p:nth-child(2){
	color: #FFFFFF;
	font-size: 24px;
}
.newsList{
	width: 600px;
	float: right;
}
.newsList li{
	overflow: hidden;
	background-color: #f6f7f8;
	margin-bottom: 20px;
}
.newsList li .img{
	float: left;
	overflow: hidden;
}
.newsList li .img img{
	width: 190px;
	height: 135px;
	transition: all 0.5s ease;
}
.newsList li dl{
	float: left;
	width: 400px;
	box-sizing: border-box;
	padding: 25px 40px 25px 25px;
}
.newsList li dt{
	font-size: 16px;
	margin-bottom: 10px;
}
.newsList li dd{
	font-size: 18px;
}
.newsList li:hover *{
	color: #007AFF;
}
.newsList li:hover img{
	transform: scale(1.1);
}

@media screen and (max-width: 1440px) {
	.swiper-slide .swiper-slide-text{
		top: 40%;
	}
	.swiper-slide .swiper-slide-text img{
		width: 490px;
	}
	.idea .text p:nth-child(1){
		font-size: 36px;
	}
	.idea .text p:nth-child(2){
		font-size: 26px;
	}
	.list .box .img img{
		width: 67%;
	}
	.list .box .text{
		padding-top: 140px;
		padding-left: 40px;
	}
	.list .box .text1 p{
		font-size: 28px;
	}
	.list .item .box{
		height: 400px;
	}
	.topNews{
		width: 46%;
	}
	.topNews img{
		height: 340px;
	}
	.newsList li .img img{
		width: 155px;
		height: 110px;
	}
	.newsList li{
		margin-bottom: 5px;
	}
	.newsList li dl{
		padding: 16px 25px;
	}
	.newsList li dt{
		font-size: 14px;
	}
	.newsList li dd{
		font-size: 16px;
	}
	.topNews .text p:nth-child(2){
		font-size: 20px;
	}
	.topNews .text{
		padding: 20px 30px;
	}
	.team .list .item{
		width: 420px;
	}
	
}
@media screen and (max-width: 1280px) {
	.swiper-slide .swiper-slide-text{
		top: 40%;
	}
	.swiper-slide .swiper-slide-text img{
		width: 390px;
	}
	.list .box .text{
		padding-top: 100px;
		padding-left: 20px;
	}
	.list .box .text1 p{
		font-size: 26px;
	}
	.idea .text p:nth-child(1){
		font-size: 32px;
	}
	.idea .text p:nth-child(2){
		font-size: 22px;
	}
	.team .title{
		font-size: 36px;
	}
	.team .list .item{
		width: 380px;
	}
	.team .list .item .img img{
		width: 48%;
	}
	.team .list .item dt{
		font-size: 20px;
	}
	.team .list .item dd{
		font-size: 14px;
	}
	.map .title{
		font-size: 36px;
	}
	.news .title{
		font-size: 36px;
	}
	.topNews img{
		height: 312px;
	}
	.topNews .text p:nth-child(2){
		font-size: 16px;
	}
	.topNews .text{
		padding: 15px 20px;
	}
	.topNews .text p:nth-child(1){
		margin-bottom: 5px;
	}
	.newsList{
		width: 52%;
	}
	.newsList li dl{
		padding: 15px 15px;
		width: 360px;
	}
	.newsList li .img img{
		width: 141px;
		height: 100px;
	}
	.newsList li dd{
		font-size: 14px;
	}
}

@media screen and (max-width: 1600px) {

.swiper-slide .swiper-slide-text {
    position: absolute;
    right: 50%;
    top: 45%;
    opacity: 0;
    transform: translate(0%,-50%);
}}
@media screen and (max-width: 1160px) {
	.swiper-slide .swiper-slide-text img{
		width: 300px;
	}
	.pro{
		padding: 10px;
	}
	.list .item{
		padding: 10px;
	}
	.list .box .text{
		padding-left: 10px;
	}
	.list .box .text1 p{
		font-size: 24px;
	}
	.list .item .box{
		height: 340px;
	}
	.idea .text p:nth-child(1){
		font-size: 30px;
	}
	.idea .text p:nth-child(2){
		font-size: 20px;
	}
	.team .title{
		font-size: 34px;
	}
	.map .title{
		font-size: 34px;
	}
	.news .title{
		font-size: 34px;
	}
	.team .list .item{
		width: 320px;
	}
	.team .list .item dt{
		font-size: 18px;
	}
	.team .list .item dd{
		font-size: 12px;
	}
	.listBox{
		padding: 0;
	}
	.newsList li dl{
		width: 340px;
	}
}
@media screen and (max-width: 980px) {
	.list .box .img{
		width: 100%;
	}
	.list .box .text{
		width: 100%;
		padding: 20px;
	}
	.list .box .img img{
		margin: 40px auto;
	}
	.list .item .box{
		height: auto;
	}
	.list .box .text2{
		height: 75px;
	}
	.list .box .text1 p{
		font-size: 22px;
	}
	.idea .text p:nth-child(1){
		font-size: 28px;
		letter-spacing: 5px;
	}
	.idea .text p:nth-child(2){
		font-size: 18px;
	}
	.team .title{
		font-size: 32px;
	}
	.map .title{
		font-size: 32px;
	}
	.news .title{
		font-size: 32px;
	}
	.team .list .item{
		width: 240px;
	}
	.team .list .item dt{
		font-size: 16px;
	}
	.team .list .item dd{
		font-size: 10px;
	}
	.topNews{
		width: 100%;
		margin-bottom: 20px;
	}
	.topNews img{
		height: 490px;
	}
	.newsList{
		width: 100%;
	}
	.newsList li dl{
		width: 70%;
		padding: 45px 15px;
	}
	.newsList li .img{
		width: 30%;
	}
	.newsList li .img img{
		width: 100%;
		height: 153px;
	}
}
@media screen and (max-width: 750px) {
	.list .box .img img{
		margin: 20px auto;
	}
	.swiper-slide .swiper-slide-text img{
		width: 100px;
	}
	.pro{
		padding: 5px;
	}
	.list .item{
		padding: 5px;
	}
	.list .box .text1 p{
		font-size: 16px;
	}
	.list .box .text2 p{
		font-size: 12px;
		line-height: normal;
	}
	.list .box .text1{
		margin-bottom: 10px;
	}
	.list .box .text3 a{
		font-size: 14px;
	}
	.list .box .text3 span{
		font-size: 14px;
	}
	.list .box .text2{
		height: 60px;
	}
	.list .box .text{
		padding: 15px;
	}
	.list .box .mark p{
		width: 80%;
		left: 10%;
		overflow-y: scroll;
    height: 160px;
    top: 40%;
	}
	
	.more{margin-top: 1%;}
	.idea .text p:nth-child(1){
		font-size: 16px;
		letter-spacing: 2px;
	}
	.idea .text p:nth-child(2){
		font-size: 12px;
	}
	.team .title{
		font-size: 26px;
	}
	.map .title{
		font-size: 26px;
	}
	.news .title{
		font-size: 26px;
	}
	.idea{
		margin-bottom: 50px;
	}
	.team{
		margin-bottom: 50px;
	}
	.map{
		margin-bottom: 50px;
	}
	.team .list .item{
		width: 33.33%;
		margin-bottom: 30px;
	}
	.team .list .item .img{
		margin-bottom: 15px;
	}
	.map .title{
		margin-bottom: 35px;
	}
	.news .more{
		margin-bottom: 30px;
	}
	.topNews img{
		height: 245px;
	}
	.topNews .text p:nth-child(2){
		font-size: 14px;
	}
	.newsList li .img img{
		height: 77px;
	}
	.newsList li dl{
		padding: 10px 15px;
	}
	.newsList li dt{
		margin-bottom: 0;
	}
	
}
