

/*# sourceMappingURL=style.css.map */
@media (min-width:320px){

	.about-boxx{
		width: 100%;
	}
	.about-boxx img{
		display: block;
		width: 100%;
	}

	.base-ban{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.base-ban img{
		display: block;
		position: relative;
		width: 140%;
		left: -20%;
		top: 0;
	}
	.down-arror{display: none;}
	.about-box1{
		width: 1400px;
		max-width: 92%;
		margin: 0 auto;
		overflow: hidden;
	}
	.about-box1 .pic img{
		display: block;
		width: 100%;
	}
	.about-box1 .box h2{
		font-size: 22px;
		color: #333333;
		line-height: 35px;
	}

	.about-box1{
		padding: 40px 0 50px;
	}
	.about-box1 .box{
		width:100%;
	}
	.about-box1 .box h2{
		font-size: 22px;
		line-height: 35px;
		margin-bottom:15px;
	}
	.about-box1 .box .detaile{
		font-size: 14px;
		line-height: 26px;
		color: #666666;
		text-align: justify;
	}
	.about-box1 .pic{
		width: 100%;
		margin-bottom: 10px;
	}
	.about-box2,
	.about-box3{
		width: 100%;
		padding:40px 0 40px;
	}
	.about-box2 .mian{
		width: 1400px;
		max-width: 100%;
		margin: 0 auto;
	}
	.about-box2 .mian .title{
		font-size: 22px;
		line-height: 35px;
		padding-bottom:15px;
		text-align: center;
		position: relative;
		margin-bottom:35px;
	}
	.about-box2 .mian .title:before{
		display: block;
		width: 44px;
		height: 1px;
		background-color: #333333;
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -22px;
	}
	.about-box2 .mian .list{
		width: 100%;
		padding: 2% 4% 0;
		background-color: rgba(0,0,0,0.1)
	}
	.about-box2 .swiper-container {
        width: 100%;
        height:280px;
    }
    .about-box2 .swiper-slide{
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .about-box2 .swiper-slide .mbox h2{
    	font-size:20px;
    	color: #fff;
    	line-height: 30px;
    	position: relative;
    	padding-bottom: 10px;
    	margin-bottom: 10px;
    }
    .about-box2 .swiper-slide .mbox h2:before{
    	display: block;
    	width: 370px;
    	height: 1px;
    	background-color: rgba(255,255,255,0.2);
    	content: '';
    	position: absolute;
    	left: 0;
    	bottom: 0;
    }
    .about-box2 .swiper-slide .mbox .detaile{
    	font-size: 16px;
    	line-height: 30px;
    	color: #fff;
    }
    .about-box2 .list .fots{
		position: relative;
		top: -38px;
		width: 150px;
		left: 0;
	}
	.about-box2 .list .fots span{
		font-size:18px;
		line-height: 32px;
		color: #fff;
	}
	.about-box2 .list .fots .xx{
		color: rgba(255,255,255,0.8);
		margin: 0 10px;
		font-size: 16px;
	}
	.about-box2 .list .fots .count{
		color: rgba(255,255,255,0.8);
	}
	#about-box2 .swiper-button-next,#about-box2 .swiper-button-prev{
		width:40px;
		height:40px;
		background-color: #fff;
		font-size: 22px;
		color: #1d4a9b;
		line-height:40px;
		text-align: center;
		background: none;
		font-family: '宋体';
		background: #fff;
		top: 93%;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	#about-box2 .swiper-button-next{right: 15px;}
	#about-box2 .swiper-button-prev{right: 70px;left:auto}
	
	.about-box3 .title,
	.about-box5 .title{
		font-size: 22px;
	    line-height: 35px;
	    padding:0px 0 30px;
	    text-align: center;
	    position: relative;
	}
	.about-box3 #phone-title .swiper-container {
        width: 100%;
        height: 100%;
    }
    .about-box3 #phone-title .swiper-slide{
        text-align: center;
        font-size: 15px;
        background: #fff;
		height: 43px;
		line-height: 43px;
		width: 26%;
		color: #333333;
		border-top: 1px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
        border-right: 1px solid #c5c5c5;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }
    .about-box3 #phone-title .swiper-slide-active:before{
    	background-color: #c5c5c5;
    	display: block;
    	left: 0;
    	width: 1px;
    	height: 100%;
    	top: 0;
    	position: absolute;
		content: ''
    }
    .about-box3 #phone-title .swiper-slide.on{
    	background-color: #204c95;
    	color: #fff;
    	border-right: 1px solid #204c95
    }
    .about-box3 #phone-title .swiper-button-next,.about-box3 #phone-title .swiper-button-prev{
    	display: none;
    }
    .about-box3 .mian-box{
		width:92%;
		margin: 20px auto 0;
		padding-top: 10px;
    }
    .about-box3 .mian-box .year-det{
    	position: relative;
    	top: 10px;
    	left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
    }
    .about-box3 .mian-box .year-det.on{
		top: 0px;
		opacity: 1;
		filter: alpha(opacity=100);
    }
    .about-box3 .mian-box .year-det #list-img{
    	width: 100%;
    	height: 100%;
    	margin-bottom: 0.3rem;
    }
    .about-box3 .mian-box .year-det #list-img .swiper-slide{
    	width: 100%;
    }
    .about-box3 .mian-box .year-det #list-img .swiper-slide img{
     	display: block;
     	width: 100%;
    }
	.about-box3 .mian-box .year-det #list-img .swiper-pagination-bullet{
		background-color: transparent;
		border: 1px solid #fff;
		opacity: 1
	}
	.about-box3 .mian-box .year-det #list-img .swiper-pagination-bullet-active{
		background-color: #fff
	}


    .about-box3 .mian-box .detaile{
    	width: 100%;
    }
    .about-box3 .mian-box .detaile,
    .about-box3 .mian-box .detaile p{
    	font-size: 14px;
    	line-height: 1.6;
    	color: #444;
    }
    .about-box3 .mian-box .detaile p{
    	margin-bottom: 5px;
    }
	.about-box4{
		padding: 40px 0 1px;
		width: 100%;
		background-color: #f9f9f9;
	}
	.about-box4 .mian{
		width: 1400px;
		max-width: 92%;
		margin: 0 auto;
	}
	.about-box4 .title{
		font-size: 22px;
	    line-height: 35px;
	    padding: 0px 0 30px;
	    text-align: center;
	    position: relative;
	}
	.about-box4 .max-box{
		width: 100%;
		text-align: justify;
	}
	.about-box4 .max-box .box{
		padding: 40px 5% 50px;
		background-color: rgba(0,0,0,0.1)
	}
	.about-box4 .max-box h3{
		font-size: 16px;
		color: #fff;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.about-box4 .max-box p{
		font-size: 14px;
		line-height: 26px;
		color: #fff;
	}
	.about-box4 .list{
		border-top: 1px solid #c5c5c5;
		margin-top: 30px;
		padding-top: 30px;
	}
	.about-box4 .list .max-box{
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #c5c5c5;
	}
	.about-box4 .list .max-box:last-child{
		border-bottom: 0px dotted #c5c5c5;
		padding-bottom: 0px;
	}
	.about-box4 .list .max-box .tit{
		font-size: 18px;
		color: #333333;
		line-height: 26px;
		width: 100%;
		margin-bottom: 15px;
	}
	.about-box4 .list .max-box .imgs{
		width: 100%;
	}
	.about-box4 .list .max-box .imgs ul li{
		width:48%;
		float: left;
		margin:0 4% 10px 0; 
		
	}
	.about-box4 .list .max-box .imgs ul li a{
		display: block;
		width: 100%;
		height:100%;
		cursor: pointer;
	}
	.about-box4 .list .max-box .imgs ul li .boxx{
		width: 100%;
		height: 100%;
		padding:3px;
		box-sizing:border-box;
		background: url(http://skdqele.com/static/home/images/img36.jpg) center/100% 100% no-repeat;
		height:31vw
	}
	.about-box4 .list .max-box .imgs ul li a .tlt{
		font-size: 14px;
		text-align: center;
		line-height: 1.6;
		margin-top: 10px;
		color: #666;
		height: 44px;
	}
	.about-box4 .list .max-box .imgs ul li:nth-child(even){
		margin-right: 0;
	}
	.about-box4 .list .max-box .imgs ul li img{
		display: block;
		width: 100%;
	}
	.about-box5{
		width: 1400px;
		max-width: 92%;
		margin: 0 auto;
		padding: 40px 0 25px;
	}
	.about-box5 .list{
		width: 100%;
	}
	.about-box5 .list ul{
		width: 103%;
	}
	.about-box5 .list ul li{
		width: 31%;
		float: left;
		border:1px solid #c5c5c5;
		margin: 0 2% 10px 0;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		height: 13vw;
	}
	.about-box5 .list ul li img{
		display: block;
		width: 100%;
	}
	.about-box5 .list ul li .img2{
		position: absolute;
		top: 0;
		display: none;
		left: 0;
		z-index: 2;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
/*	.about-box5 .list ul li:hover .img2,
	.about-box5 .list ul li .img2.on{
		display: block;
	}*/
	.tip-box{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		left: 0;
		top: 0;
		z-index: 30;
		display: none;
	}
	.tip-box .mian{
		position: fixed;
	    left: 50%;
	    top: 50%;
	    width:92%;
	    height: 280px;
	    padding: 30px 25px 0px;
	    margin: -180px 0 0 -46%;
	    background: #fff;
	}
	.tip-box .mian i{
		background: url(../image/tc-img-close.png) no-repeat left center;
	    width: 35px;
	    height: 35px;
	    position: absolute;
	    right: 0px;
    	top: 2px;
	    cursor: pointer;
	}
	.tip-box .mian .box{
		width: 100%;
		height: 100%;
	}
	.tip-box .mian .box .pic{
		position: relative;
	}
	.tip-box .mian .box .pic:before{
		display: block;
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,0.2);
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0;
		z-index: 2;
	}
	.tip-box .mian .box .img{
	    width: 140px;
	}
	.tip-box .mian .box .detaile{
	    font-size: 15px;
	    line-height: 28px;
	    color: #333333;
	    height: 160px;
	    padding:0px 15px 0 0;
	    margin-top: 10px;
	}
	.nicescroll-cursors,
	#ascrail2000{
		-webkit-box-sizing: content-box;
	    -moz-box-sizing: content-box;
	    box-sizing: content-box;
	}

	#list-img .swiper-button-next, #list-img .swiper-button-prev {
	   display: none;
	}
}	
@media (min-width:320px) and (max-width:767px) {

}
@media (min-width:768px){
	.base-ban img{
		width: 100%;
		left: 0%;
	}
	.about-box1 .box h2,
	.about-box2 .mian .title,
	.about-box2 .swiper-slide .mbox h2,
	.about-box3 .title,
	.about-box4 .title,
	.about-box5 .title{
		font-size: 28px;
		line-height: 45px;
	}
	.about-box1 .box .detaile{
		font-size: 16px;
		line-height: 28px;
	}
	.about-box2, .about-box3{
		padding: 60px 0 70px;
	}
	.about-box2 .mian .title{margin-bottom: 60px;}
	.about-box2 .swiper-container{height: 330px;}
	.about-box2 .swiper-slide .mbox .detaile{
		font-size: 18px;
	}
	.about-box2 .swiper-slide .mbox h2{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
    #about-box2 .swiper-button-next, #about-box2 .swiper-button-prev{
    	height: 50px;
    	width: 50px;
    	line-height: 50px;
    	top: 92%;
    }
    .about-box2 .list .fots span{font-size: 20px;}
    #about-box2 .swiper-button-next{right: 60px;}
	#about-box2 .swiper-button-prev{right: 140px;left:auto}
	.about-box2 .list .fots{top: -42px;}
	.about-box3 #phone-title .swiper-slide{
		width: 19%;;
		font-size: 16px;
		height: 48px;
		line-height: 48px;
	}
	.about-box3 .mian-box .year-det #list-img .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		margin: 0 8px;
	}
	.about-box3 .mian-box{
		width: 92%;
	    margin:35px auto 0;
	}
	.about-box3 .mian-box .year{
    	font-size: 26px;
    	color: #333333;
    	line-height: 30px;
    	margin-bottom:0px;
    	padding:35px 5% 0 0px;
    	border-bottom:0;
    	text-align: center;
    	width: 35%;
    	float: left;
    }
    .about-box3 .mian-box .detaile{
    	width: 100%;
    	
    }
    .about-box3 .mian-box .detaile, .about-box3 .mian-box .detaile p{
    	font-size: 16px;
    }
    .about-box4{
		padding: 50px 0 1px;
	}
    .about-box4 .max-box h3{
    	font-size: 22px;
	    margin-bottom: 15px;
    }
    .about-box4 .max-box .box {
	    padding: 75px 5% 60px;
	}
    .about-box4 .list .max-box .tit{
    	font-size: 22px;
	    margin-bottom: 25px;
    }
    .about-box4 .list .max-box .imgs ul li{
    	width: 30%;
    	margin: 0 3% 20px 0;
    }
    .about-box4 .list .max-box .imgs ul li:nth-child(even){
		margin-right: 3%;
	}
	.about-box4 .max-box p{
		font-size: 16px;
    	line-height: 30px;
	}
	.about-box4 .list {
	    margin-top: 40px;
	}
	.tip-box{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		left: 0;
		top: 0;
		z-index: 30;
	}
	.tip-box .mian{
		position: fixed;
	    left: 50%;
	    top: 50%;
	    width: 660px;
	    height: 410px;
	    padding: 25px 30px 0px;
	    margin: -205px 0 0 -330px;
	    background: #fff;
	}
	.tip-box .mian .box .detaile{margin-top: 15px}
	.tip-box .mian i{
		background: url(../image/tc-img-close.png) no-repeat left center;
	    width: 35px;
	    height: 35px;
	    position: absolute;
	    right: -35px;
	    top: -35px;
	    cursor: pointer;
	}
	.tip-box .mian .box{
		width: 100%;
		height: 100%;
	}
	.tip-box .mian .box .img{width: 170px;}
	.tip-box .mian .box .detaile{
		font-size: 16px;
		line-height: 30px;
		height: 260px;
		padding: 0px 20px 0 0;
	}
	.about-box5{padding: 50px 0 35px;}
	.about-box4 .list .max-box .imgs ul li a .tlt{
		font-size: 16px;
		line-height: 1.7;
	}
	.about-box1{
		padding: 60px 0 50px;
	}
	.about-box4 .list .max-box .imgs ul li .boxx{
		height: 20vw
	}
}
@media (min-width:768px) and (max-width:1024px) {
	
}
@media (min-width:1025px){
	#list-img .swiper-button-next, #list-img .swiper-button-prev {
	    width: 30px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 20px;
	    top: 45%;
	    background: rgba(0,0,0,0.6);
	    color: #fff;
	    display: block;
	    text-align: center;
	    font-family: '宋体';
	}
	#list-img .swiper-button-next{right: 0}
	#list-img .swiper-button-prev{left: 0}
	.down-arror{
		width: 29px;
		display: block;
		position: absolute;
		bottom: 3%;
		z-index: 5;
		left: 50%;
		cursor: pointer;
		margin-left: -14px;
	}
	.down-arror .btn{
		width: 100%;
		height: 30px;
		background: url(../image/img5.png) center no-repeat;
		display:block;
		margin: 0 auto 5px;
		/*animation:emimg 2s infinite 1s linear;*/
		/*-webkit-animation:emimg 2s infinite 1s linear; */
	}
	@keyframes emimg
	{
		0% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
		50% {
			transform:scale(0.85);
			-webkit-transform:scale(0.85);
		}
		100% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
	}
	@-webkit-keyframes emimg /*Safari and Chrome*/
	{
		0% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
		50% {
			transform:scale(0.8);
			-webkit-transform:scale(0.8);
		}
		100% {
			transform:scale(1);
			-webkit-transform:scale(1);
		}
	}
	.down-arror i{
		display: block;
		width: 1px;
		margin: 0 auto;
		background-color: #efedee;
		position: relative;
		bottom: -5px;
		left: 0;
		height:30px;
		/*animation:mymove 2s infinite linear;*/
		/*-webkit-animation:mymove 2s infinite linear; /*Safari and Chrome*/*/
	}
	@keyframes mymove
	{
		0% {height:30px;}
		50% {height:45px;}
		100% {height:30px;}
	}

	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
		0% {height:30px;}
		50% {height:45px;}
		100% {height:30px;}
	}
	.down-arror em{
		display: block;
		width: 100%;
		height: 6px;
		background: url(../image/img6.png) center no-repeat;
	}
	.down-arror .img{
		display: block;
		width: 10px;
		background: url(../image/img7.png) center no-repeat;
		height: 66px;
		margin: 15px auto 0;
	}
	.about-box1{padding: 110px 0}
	.about-box1 .pic{margin-bottom: 0}
	.about-box1 .box{
		width: 41%;
		float: left;
	}
	.about-box1 .box h2,
	.about-box2 .mian .title,
	.about-box3 .title,
	.about-box4 .title,
	.about-box5 .title{
		font-size: 32px;
		line-height: 45px;
		margin:10px 0 25px;
	}
	.about-box2 .mian .title{margin: 0 0 150px}
	.about-box1 .box .detaile{
		padding-right: 35px;
		/*height: 230px;*/
	}
	.about-box2 .mian .list{background-color: rgba(0,0,0,0)}
	.about-box1 .pic{
		width: 49%;
		float: right;
	}
	.about-box2 {
	    padding: 90px 0 70px;
	}
	#about-box2 .swiper-button-next:hover,#about-box2 .swiper-button-prev:hover{
		color: #fff;
		background: #1d4a9b;
	}
	.about-box2 .swiper-container {
	    height: 355px;
	}
	#about-box2 .swiper-button-next, #about-box2 .swiper-button-prev {
	    height: 58px;
	    width: 58px;
	    line-height: 58px;
	    top: 90%;
	}
	.about-box2 .list .fots span{
		font-size: 24px;
	}
	.about-box2 .list .fots{top: 0;width: 100%;}
	.about-box3{
		width:1400px;
		max-width: 92%;
		padding:100px 0 90px;
		margin: 0 auto;
	}
	.about-box3 #phone-title{
		width: 90%;
		padding: 0 5%;
		box-sizing:content-box;
		position: relative;
	}
	.about-box3 #phone-title .swiper-slide{
		height: 80px;
		line-height: 80px;
	}
	/*.about-box3 #phone-title:before,.about-box3 #phone-title:after{
		display: block;
		width: 1px;
		height: 100%;
		background-color: #c5c5c5;
		content: '';
		position: absolute;
		top: 0;
		z-index:10;
	}
	.about-box3 #phone-title:before{
		left: 5%;
	}
	.about-box3 #phone-title:after{
		right: 5%;
	}*/
	.about-box3 #phone-title .swiper-slide{
		height: 62px;
		line-height:62px;
		cursor: pointer;
		width: 20%;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.about-box3 #phone-title .swiper-slide:hover{
		background-color: #204c95;
		color: #fff;
		border-right:1px solid #204c95;
	}
	.about-box3 #phone-title .swiper-button-next, .about-box3 #phone-title .swiper-button-prev{
	    height: 62px;
	    width: 5%;
	    line-height:62px;
	    top: 0;
	    display: block;
	    margin-top: 0;
	    background: none;
	    font-family: '宋体';
	    font-size: 18px;
	    background-color: #fff;
	}
	.about-box3 #phone-title .swiper-button-next span, .about-box3 #phone-title .swiper-button-prev span{
		display: block;
		width: 45px;
		height: 62px;
		line-height: 62px;
		text-align: center;
		border:1px solid #c5c5c5;
			    transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.about-box3 #phone-title .swiper-button-next span{margin-right: 1px;}
	.about-box3 #phone-title .swiper-button-prev span{margin-left: 1px;}
	.about-box3 #phone-title .max-box{
		width: 90%;
		margin: 0 auto;
	}
	.about-box3 #phone-title .swiper-button-next{right: 0;}
	.about-box3 #phone-title .swiper-button-prev{left: 0;}
	.about-box3 #phone-title .swiper-button-next.swiper-button-disabled,.about-box3 .swiper-button-prev.swiper-button-disabled{
		opacity: 1
	}
	.swiper-btn span:hover{
		background-color: #204c95;
		color: #fff;
	}
	.about-box3 .mian-box .year-det{
	    border-top: 1px solid #c5c5c5;
	   
	}
	.about-box3 .mian-box{
		width: 100%;
	}
	.about-box3 .mian-box .year-det #list-img{
	    padding: 40px 0% 0;
	    width: 40%;
	    margin: 0 0 0 2%;
	    float: left;
	    padding-bottom: 50px;
	}
	.about-box3 .mian-box .year-det .detaile{
		width: 54%;
		float: right;
	    border-left: 1px solid #c8c8c8;
	    margin-left: 1.5%;
	    padding: 40px 0 0 5%;
	    min-height: 460px;
	}
	.about-box3 .mian-box .detaile, .about-box3 .mian-box .detaile p{
		font-size: 16px;
		line-height: 30px;
	}
	.about-box3 .mian-box .year-det #list-img .swiper-pagination{bottom: 0}
	.about-box3 .mian-box .year-det #list-img .swiper-pagination-bullet{
		border: 1px solid #1d4a9b;
	}
	.about-box3 .mian-box .year-det #list-img .swiper-pagination-bullet-active{
		background-color: #1d4a9b;
	}






	.about-box4 .list{
	    margin-top: 70px;
	    padding-top: 70px;
	}
	.about-box4 .list .max-box{
	    margin-bottom: 50px;
	    padding-bottom: 20px;
	}
	.about-box4 .max-box .box {
	    padding: 90px 5% 65px;
	}
	.about-box4 .list .max-box .tit{
		width: 30%;
		float: left;
		padding-left: 5%;
	}
	.about-box4 .list .max-box .imgs{
		width: 70%;
		float: left;
		overflow: hidden;
	}
	.about-box4 .list .max-box .imgs ul{
		width: 103%;
	}
	.about-box4 .list .max-box .imgs ul li{
		width: 30.3%;
		float: left;
		margin: 0 3% 25px 0;
	}
	.about-box4 .list .max-box .imgs ul li:nth-child(even) {
	    margin-right: 3%;
	}
	.about-box4 .list .max-box .tit{
		font-size: 24px;
	}
	.about-box5 {
	    padding: 70px 0 60px;
	}
	.about-box5 .list ul li{
		width: 18%;
		margin: 0 2% 15px 0;   
		height: 8vw;
	}
	.about-box5 .list ul {
	    width: 102%;
	}
	.tip-box{
		background-color:rgba(0,0,0,0.2);
	}
	.tip-box .mian{
		box-shadow: 2px 2px 25px rgba(0,0,0,0.2);
	}
	.about-box5 .list ul li {
	    margin: 0 2% 20px 0;
	}
	.tip-box .mian .box .detaile{
		height: 240px;
	}
	.tip-box .mian .box .img{width: 190px;}
	.left-tip{
		width: 50px;
		position: fixed;
		left: 0;
		z-index: 10;
		top: 50%;
		display: none !important;
	}
	.left-tip p{
		padding-left: 50px;
		width: 50px;
		font-size: 16px;
		color: #204c95;
		line-height: 36px;
		height: 36px;
		text-align: right;
		position: relative;
		cursor: pointer;
	}
	.left-tip p span{
		position: absolute;
		right: -95px;
		height: 36px;
		display: none;
		top: 0;
		color: #204c95;
	}
	.left-tip p.on span{
		display: block;
	}
	.left-tip p:before{
		width: 25px;
		position: absolute;
		content: '';
		height: 1px;
		background-color: #959595;
		left: 25px;
		top: 49.5%;
						transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.left-tip p.on:before{
		width: 50px;
		left: 0;
		background-color: #204c95;
	}
	.about-box4 .list .max-box .imgs ul li .boxx{
		height: 14vw
	}
}
@media (min-width:1025px) and (max-width:1200px) {
	
}
@media (min-width:1201px){
	.about-box1 .box h2{
		margin:20px 0 40px;
	}
	.about-box1 .box .detaile{
		/*height: 260px;*/
		padding-right: 50px;
	}
	.about-box4 .max-box h3{
		font-size: 24px;
	}
	.about-box4 .max-box .box {
	    padding: 110px 5% 80px;
	}
	.about-box4 {
	    padding: 70px 0 1px;
	}
}
@media (min-width:1300px){
	
	.about-box1 .box .detaile{
		/*height: 280px;*/
	}
}
@media (min-width:1400px){
	.about-box1 .box h2,
	.about-box2 .mian .title,
	.about-box3 .title,
	.about-box4 .title,
	.about-box5 .title{
		font-size: 36px;
	}
	.about-box3 .mian-box .year{
		font-size: 42px;
		line-height: 50px;
	}
	.about-box3 .mian-box .detaile, .about-box3 .mian-box .detaile p{
		font-size: 18px;
		line-height: 30px;
	}
	.about-box3 .mian-box .detaile p{margin-bottom: 8px;}
}



@media (min-width:1600px){
	.about-box4 .list .max-box .imgs ul li .boxx{
		height: 13vw
	}
	.about-box5 .list ul li{
		 height: 7vw;
	}
}
@media (min-width:1800px){
	
	.about-box4 .list .max-box .imgs ul li .boxx {
	    height: 12vw;
	}
	.about-box5 .list ul li {
    height: 6vw;
}
}
@media (min-width:1900px){
	
	.about-box4 .list .max-box .imgs ul li .boxx {
	    height: 11.5vw;
	}
}




