

/*# sourceMappingURL=style.css.map */
@media (min-width:320px){
	.flex-direction-nav,.down-arror{display: none;}
	.banner .slides img{
		width: 100%;
		position: relative;
		left:0;
		margin-left:0px;
	}
	.flex-control-nav{
		width: 100%;
		position: absolute;
		right:0;
		bottom: 15px;
		height: 15px;
	}
	.flex-control-nav li{
		margin:0 6px;
	}
	.flex-control-paging li a{
		border: 1px solid #fff;
		height: 10px;
		width: 10px;
	}
	.flex-control-paging li a.flex-active{
		background-color: #fff;
	}

	#ind-maxbox .max-left .news,
	#ind-maxbox .max-left .imgs,
	#ind-maxbox .max-right .list,
	#ind-maxbox .max-right .mbox{
		width: 100%;
	}
	#ind-maxbox{background-color: #f5f5f5}
	#ind-maxbox .col-md-6{padding: 0}
	#ind-maxbox .max-left{overflow: hidden;}
	#ind-maxbox .max-left .imgs{
		height: 75vw;
	}
	#ind-maxbox .max-left .imgs #imgs{
		height: 100%;
	}

	#ind-maxbox .max-left .imgs #imgs a{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#ind-maxbox .max-left .news{
		padding: 7% 3% 0px;
	}
	#ind-maxbox .max-left .news .en{
		font-size: 14px;
		line-height: 26px;
		font-family: 'arial';
		color: #1d4a9b;
	}
	#ind-maxbox .max-left .news h2{
		color: #1d4a9b;
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 5%;
	}
	#ind-maxbox .max-left .news,
	#ind-maxbox .max-right .list{
	    padding:6% 5%;
	}
	#ind-maxbox .max-left .news .en,
	#ind-maxbox .max-left .bottom-box .en,
	#ind-maxbox .max-right .list .en,
	#ind-maxbox .max-right .mbox .min-box .en{
	    font-size: 14px;
	    line-height: 18px;
	    font-family: 'arial';
	    color: #1d4a9b;
	    margin-bottom: 3px;
	}
	#ind-maxbox .max-left .bottom-box .en a,
	#ind-maxbox .max-left .bottom-box h2 a{
		color:#fff;
	}
	#ind-maxbox .max-left .news h2,
	#ind-maxbox .max-left .bottom-box h2,
	#ind-maxbox .max-right .list h2,
	#ind-maxbox .max-right .mbox .min-box h3{
	    color: #1d4a9b;
	    font-size: 18px;
	    line-height: 26px;
	    margin-bottom: 4%;
	}
	#ind-maxbox .max-right .list h2 a,
	#ind-maxbox .max-right .list .en a,
	#ind-maxbox .max-left .news h2 a,
	#ind-maxbox .max-left .news .en a{
		color: #1d4a9b;
	}
	#ind-maxbox .max-left .list li a{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	#ind-maxbox .max-left .list li .tit{
		width: 73%;
		float: left;
		font-size: 14px;
		line-height: 32px;
		color: #666666;
		display:block;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
	}
	#ind-maxbox .max-left .list li .time{
		font-size: 14px;
		line-height: 32px;
		color: #999999;
		width: 25%;
		text-align: right;
		display: block;
		float: right;
	}
	#ind-maxbox .max-left .news .btns{
		font-size: 14px;
		line-height: 26px;
		color: #666666;
		margin-top: 5%;
		display: block;
		width: 80px;
	}
	#ind-maxbox .max-left .news .btns span{
		display: inline-block;
		font-family: '宋体';
		padding-left: 10px;
	}
	#ind-maxbox .swiper-container #phone-ban{
        width: 100%;
        height: 100%;
    }
    #ind-maxbox .swiper-slide,
    #phone-ban .swiper-slide{
        background: #fff;
        /* 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;
    }
    #ind-maxbox .swiper-slide .box{
     	width: 100%;
     	height: 100%;
     	position: relative;
     	overflow: hidden;
    }
    #ind-maxbox .swiper-slide .box .pic{
    	width: 100%;
    	height: 100%;
    }
	#ind-maxbox .swiper-slide .box .pic img,
	#phone-ban .swiper-slide img{
		display: inline-block;
		width: 100%;
	}
	#ind-maxbox .swiper-slide .box .fa{
		position: absolute;
		left: 0;
		bottom: 0;
		height: 45px;
		width: 100%;
		line-height:45px;
		box-sizing:border-box;
		padding: 0 5%;
		color: #fff;
		font-size: 14px;
		background-color: rgba(0,0,0,0.4);
		display:block;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
	}
	#ind-maxbox .swiper-pagination,
	#phone-ban .swiper-pagination{
		width: 90%;
		height:30px;
		line-height:30px;
		position: absolute;
		left:5%;
		bottom: 45px;
		text-align: left;
	}
	#phone-ban .swiper-pagination{text-align: center;bottom: 30px}
	#ind-maxbox .swiper-pagination .swiper-pagination-bullet,
	#phone-ban .swiper-pagination .swiper-pagination-bullet{
		width: 8px;
	    height: 8px;
	    border:1px solid #fff;
	    display: inline-block;
	    border-radius: 100%;
	    background:transparent;
	    opacity:1;
	    margin: 0 4px;
	}
	#phone-ban .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
	    height: 10px;
	    margin: 0 6px;
	}
	#ind-maxbox .swiper-pagination .swiper-pagination-bullet-active,
	#phone-ban .swiper-pagination .swiper-pagination-bullet-active{
		background: #fff;
	}
	#ind-maxbox .max-left .bottom-box{
		padding: 5% 5% 6%; 
		background: url(../img/img3.jpg) center/cover no-repeat;
	}
	#ind-maxbox .max-left .bottom-box .en{color:#fff}
	#ind-maxbox .max-left .bottom-box h2,
	#ind-maxbox .max-right .mbox .min-box .en,
	#ind-maxbox .max-right .mbox .min-box h3{
		color: #fff;
	}
	#ind-maxbox .max-right .mbox .min-box .en,
	#ind-maxbox .max-right .mbox .min-box h3{
		color:#1d4a9b;
	}
	#ind-maxbox .max-left .lists{width:100%;}
	#ind-maxbox .max-left .lists a{
		display: block;
		width: 94%;
		padding-left:6%;
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		position: relative;
	}
	#ind-maxbox .max-left .lists a span{
		display: block;
		width: 10px;
		height: 100%;
		font-family: '宋体';
		position: absolute;
		left: 0;
		top: 0;
	}
	#ind-maxbox .max-right .list{
		height: 100%;
		box-sizing:border-box;
	}
	#ind-maxbox .max-right .dateile{
		width: 100%;
		margin-top: 5%;
	}
	#ind-maxbox .max-right .dateile ul li{
		height: 55px;
	    line-height: 55px;
	    padding-left: 60px;
	    margin-top: 11px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: relative;
	}
	#ind-maxbox .max-right .dateile ul li a,
	#ind-maxbox .max-left .list li a{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
		color:#666;
	}
	#ind-maxbox .max-right .dateile ul li .pic{
		display: block;
	    position: absolute;
	    left: 12px;
	    top: 50%;
	    margin-top: -13px;
	    height: 30px;
	    width: 26px;
	}
	#ind-maxbox .max-right .dateile ul li .pic img{
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	#ind-maxbox .max-right .dateile ul li .pic .img1{
		opacity: 1;
	}
	#ind-maxbox .max-right .dateile ul li .pic .img2{
		opacity: 0;
	}
	#ind-maxbox .max-right .dateile ul li span{
		display: block;
		width: 10px;
		height: 54px;
    	line-height: 58px;
		color: #666666;
		position: absolute;
		top: 0;
		right: 5%;
		font-family: '宋体';
		font-size: 18px;
				transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	#ind-maxbox .max-right .dateile ul li:hover .pic .img1{opacity:0}
	#ind-maxbox .max-right .dateile ul li:hover .pic .img2{opacity:1}
	#ind-maxbox .max-right .dateile ul li:hover span{color: #1d4a9b;}
	#ind-maxbox .max-right .dateile ul li:hover a{color: #1d4a9b;}
	#ind-maxbox .max-right .mbox .platform,
	#ind-maxbox .max-right .mbox .min-box h3{position: relative;}
	#ind-maxbox .max-right .mbox img{
		display: block;
		width: 100%;
	}
	#ind-maxbox .max-right .mbox .platform{
		height:70vw;
	}
	#ind-maxbox .max-right .mbox .map{
		height:65vw;
	}

	#ind-maxbox .max-right .mbox a,
	#ind-maxbox .max-right .mbox .min-box a{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#ind-maxbox .max-right .mbox .min-box{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		text-align: center;
		color: #fff;
		padding-top: 30%;
	}
	#ind-maxbox .max-right .mbox .min-box h3:before{
		display: block;
		width: 46px;
		height: 1px;
		background-color: #1d4a9b;
		position: absolute;
		bottom: -35px;
		left: 50%;
		content: '';
		margin-left: -23px;
	}

	.map-timg{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 50;
		background-color: rgba(255,255,255,0.7);
	}
	.map-tbox{
		display: none;
		width: 100%;
		left: 0%;
		position: fixed;
		top: 20%;
		z-index: 51;
		padding:30px 4%;
		box-sizing:border-box;
		background: url(../img/img70.jpg) center/cover no-repeat;
	}
	.map-tbox em{
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 25px;
		cursor: pointer;
		height: 25px;
		z-index: 5;
		background: url(../img/img28.png) center/cover no-repeat;
	}
	.map-tbox .mian{
		width: 100%;
		position: relative;
	}
	.map-tbox .mian img{
		display: block;
		width: 100%;
	}
	.map-tbox .mian p span{
		display: none;
	}
	.map-tbox .mian p{
		display: block;
		width: 20px;
		height: 31px;
		position: absolute;
	}
	.map-tbox .mian p:after{
		display: block;
		width: 55px;
		height: 12px;
		background:url(../img/img29.png) center/100% no-repeat;
		position: absolute;
		bottom: -8px;
    	left: -18px;
		z-index: 0;
		content: '';
	}
	.map-tbox .mian p .point{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		background: url(../img/img26.png) center/cover no-repeat;
	}
	.map-tbox .mian .p1{
		top: 30%;
    	right: 21%;
	}
	.map-tbox .mian .p2{
		top: 43%;
    	right: 19%;
	}
	.map-tbox .mian .p3{
		
    	top: 48%;
	    right: 26%;
	}
	.map-tbox .mian .p4{
		top: 50%;
    	right: 14%;
	}
	.map-tbox .mian .p5{
		top: 61%;
    	right: 13%;
	}
	.map-tbox .detaile{
		display:none;
	}

}
@media (min-width:320px) and (max-width:767px) {

}
@media (min-width:768px){
	.flex-control-paging li a{
		height: 12px;width: 12px;
	}
	#ind-maxbox .max-left .news,
	#ind-maxbox .max-left .imgs,
	#ind-maxbox .max-right .list,
	#ind-maxbox .max-right .mbox{
		width: 50%;
		float: left;
	}
	#phone-ban{display: none;}
	.banner{display: block;}

	.map-tbox{
		padding: 50px 4%;
		top: 15%;
	}
	.map-tbox .mian{
		width: 540px;
		margin: 0 auto;
	}
	.map-tbox .mian p{
		width: 26px;
    	height: 40px;
	}
	.map-tbox .mian p::after{
	    width: 70px;
	    height: 16px;
	    bottom: -10px;
	    left: -22px;
	}
	.map-tbox .mian .p1 {
	    top: 29%;
	    right: 21%;
	}
	.map-tbox .mian .p2 {
	    top: 43%;
	    right: 17%;
	}
	.map-tbox .mian .p3 {
	    top: 47%;
	    right: 27%;
	}
	.map-tbox .mian .p4 {
	    top: 48%;
	    right: 14%;
	}
	.map-tbox .mian .p5 {
	    top: 59%;
	    right: 13%;
	}
	.map-tbox em{
		right: 25px;
		top: 30px;
		width: 35px;
		height: 35px;
	}

	#ind-maxbox .max-left .imgs,
	#ind-maxbox .max-right .mbox .platform,
	#ind-maxbox .max-right .mbox .map{
	    height: 34vw;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	#ind-maxbox .max-left .news, 
	#ind-maxbox .max-right .list {
	    padding:5% 5% 0;
	}
	#ind-maxbox .max-right .dateile{
		width: 100%;
		margin-top: 10%;
	}
	#ind-maxbox .max-left .news h2, #ind-maxbox .max-left .bottom-box h2, #ind-maxbox .max-right .list h2, #ind-maxbox .max-right .mbox .min-box h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	#ind-maxbox .max-right .dateile ul li{font-size: 16px;}
}
@media (min-width:1025px){

	.flex-control-nav{
		width: 16px;
		top: 41%;
		right: 1.7%;
		bottom: 0;
	}
	.flex-control-nav li{
		margin:9px 0;
	}
	.flex-control-paging li a{
		height: 11px;width: 11px;
	}
	.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(../img/img5.png) center no-repeat;
		display:block;
		margin: 0 auto 5px;
		/*animation:emimg 2s infinite 1s linear;*/
		/*-webkit-animation:emimg 2s infinite 1s linear; /*Safari and Chrome*/*/
	}
	@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(../img/img6.png) center no-repeat;
	}
	.down-arror .img{
		display: block;
		width: 10px;
		background: url(../img/img7.png) center no-repeat;
		height: 66px;
		margin: 15px auto 0;
	}
	#ind-maxbox .max-left .news, #ind-maxbox .max-right .list {
	    padding: 2% 5% 0;
	}
	#ind-maxbox .max-left .lists a,
	#ind-maxbox .max-left .news .btns,
	#ind-maxbox .max-left .list li .tit,
	#ind-maxbox .max-left .list li .time{
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	#ind-maxbox .max-left .news .btns {
	    margin-top: 2%;		
	}
	#ind-maxbox .max-left .list li .tit,
	#ind-maxbox .max-left .list li .time{
	    line-height: 26px;
	}
	#ind-maxbox .max-left .list li:hover .tit,
	#ind-maxbox .max-left .list li:hover .time,
	#ind-maxbox .max-left .news .btns:hover,
	#ind-maxbox .max-left .lists a:hover{
		color: #1d4a9b
	}
	#ind-maxbox .max-left .news .en, 
	#ind-maxbox .max-left .bottom-box .en, 
	#ind-maxbox .max-right .list .en, 
	#ind-maxbox .max-right .mbox .min-box .en{
		margin-bottom: 0
	}
	#ind-maxbox .swiper-slide .box .fa{
		padding: 0 20% 0 5%;
	}
	#ind-maxbox .swiper-pagination{
		width: 20%;
	    height: 45px;
	    line-height: 45px;
	    left: 80%;
	    bottom: 0px;
	    text-align: center;
	}
	
	
	.map-tbox .mian,
	.map-tbox.on .mian {
	    width: 600px;
	    margin: 0 auto;
	}
	.map-tbox .mian .p1,
	.map-tbox.on .mian .p1{
	    top: 31%;
	    right: 21.5%;
	}
	.map-tbox .mian .p2,
	.map-tbox.on .mian .p2{
	    top: 44%;
	    right: 17%;
	}
	.map-tbox .mian .p,
	.map-tbox.on .mian .p3 {
	    top: 48%;
	    right: 27%;
	}
	.map-tbox .mian .p4,
	.map-tbox.on .mian .p4{
	    top: 50%;
	    right: 14%;
	}
	.map-tbox .mian .p5,
	.map-tbox.on .mian .p5{
	    top: 59%;
	    right: 13%;
	}
	.map-tbox{
		top: 50%;
		margin: -283px 0 0 -46%;
		left: 50%;
		width: 1440px;
		max-width: 92%;
	}
	.map-tbox.on{
		max-width: 92%;
		padding:60px 4%;
		margin: -290px 0 0 -46%;
	}
	.map-tbox .mian p span{
		display: block;
		text-align: right;
		color: #fff;
		font-size: 15px;
	}
	.map-tbox .mian p span a{
		color: #fff;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.map-tbox .mian p span a:hover{
		opacity: 0.7
	}
	.map-tbox .mian p span:before{
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 100%;
		right: -1px;
    	top: -7px;
		position: absolute;
		content: '';
		background-color: #28569d;
	}
	.map-tbox .mian .p3 span:before{
		left: -1px;
		right: auto;
	}
	.map-tbox .mian .p1 span{
		position: absolute;
		width: 250px;
		height: 30px;
		line-height: 30px;
		border-top: 1px solid rgba(255,2555,255,0.2);
		right: -250px;
		bottom: -32px;
		padding-right: 20px;
	}
	.map-tbox .mian .p2 span{
		position: absolute;
		width: 250px;
		height: 30px;
		line-height: 30px;
		border-top: 1px solid rgba(255,2555,255,0.2);
		right: -250px;
		bottom: -28px;
		padding-right: 20px;
	}
	.map-tbox .mian .p3 span{
		position: absolute;
		width:550px;
		height: 30px;
		line-height: 30px;
		border-top: 1px solid rgba(255,2555,255,0.2);
		left: -535px;
		bottom: -28px;
		padding-left: 20px;
		text-align: left;
	}
	.map-tbox .mian .p4 span{
		position: absolute;
		width: 245px;
		height: 30px;
		line-height: 30px;
		border-top: 1px solid rgba(255,2555,255,0.2);
		right: -245px;
		bottom: -32px;
		padding-right: 20px;
	}
	.map-tbox .mian .p5 span{
		position: absolute;
		width: 200px;
		height: 30px;
		line-height: 30px;
		border-top: 1px solid rgba(255,2555,255,0.2);
		right: -200px;
		bottom: -32px;
		padding-right: 20px;
	}
	.map-tbox .detaile{
		display:block;
		position:absolute;
		top:25px;
		left:35px;
		font-size:14px;
		color:#fff;
		width:57%;
		line-height:1.6;
		text-align: justify;
	}

	#ind-maxbox .max-left,
	#ind-maxbox .max-right,
	#ind-maxbox .max-right .list{
		height: 40vw;
	}
	#ind-maxbox .max-left .top-box,
	#ind-maxbox .max-left .imgs,
	#ind-maxbox .max-left .news,
	#ind-maxbox .max-left .imgs #imgs{
		height: 18vw;
	}

	#ind-maxbox .max-left .bottom-box{
		height: 22vw;
	}
	#ind-maxbox .max-right .mbox .platform{
		height: 21vw;
	}
	#ind-maxbox .max-right .mbox .map{
		height: 19vw;
	}


}
@media (min-width:1025px) and (max-width:1200px) {
	
}
@media (min-width:1201px){
	.down-arror{bottom: 5%;}
	#ind-maxbox .max-left .news,
	#ind-maxbox .max-right .list{
	    padding: 4% 5% 0px;
	}
	#ind-maxbox .max-left .news h2,
	#ind-maxbox .max-left .bottom-box h2,
	#ind-maxbox .max-right .list h2,
	#ind-maxbox .max-right .mbox .min-box h3{
	    font-size: 22px;
	    line-height: 30px;
	    margin-bottom: 5%;
	}
	#ind-maxbox .max-left .list li .tit,
	#ind-maxbox .max-left .list li .time{
		line-height: 28px;
	}
	#ind-maxbox .max-right .dateile ul li .pic{
		left: 15px;
		width: 32px;
		margin-top: -16px;
	}
	#ind-maxbox .max-right .dateile ul li,
	#ind-maxbox .max-right .dateile ul li span{
		height: 65px;
	    line-height: 65px;
	}
	#ind-maxbox .max-right .dateile ul li{
		padding-left: 75px;
	    margin-top: 10px;
	}
	#ind-maxbox .max-right .dateile ul li{
		font-size: 16px;
	}

	.map-tbox {
		max-width: 86%;
	    padding: 100px 4%;
	    margin: -332px 0 0 -43%;
	}
	.map-tbox .mian,
	.map-tbox.on .mian {
	    width: 600px;
	    margin: 0 auto;
	}
	.map-tbox .mian .p1,
	.map-tbox.on .mian .p1{
	    top: 31%;
	    right: 21.5%;
	}
	.map-tbox .mian .p2,
	.map-tbox.on .mian .p2{
	    top: 44%;
	    right: 17%;
	}
	.map-tbox .mian .p,
	.map-tbox.on .mian .p3 {
	    top: 48%;
	    right: 27%;
	}
	.map-tbox .mian .p4,
	.map-tbox.on .mian .p4{
	    top: 49%;
	    right: 14%;
	}
	.map-tbox .mian .p5,
	.map-tbox.on .mian .p5{
	    top: 59%;
	    right: 13%;
	}
	.map-tbox .mian p span{
		font-size: 15px;
	}
	.map-tbox .detaile{
		top:30px;
		left:40px;
		line-height:1.8;
		width:55%;
	}
}
@media (min-width:1300px){
	#ind-maxbox .max-left .news h2,
	#ind-maxbox .max-left .bottom-box h2,
	#ind-maxbox .max-right .list h2,
	#ind-maxbox .max-right .mbox .min-box h3{
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 4%;
	}
	#ind-maxbox .max-left .list li .tit,
	#ind-maxbox .max-left .list li .time{
		line-height: 32px;
	}
	#ind-maxbox .max-left .lists a{
		line-height: 36px
	}
	#ind-maxbox .swiper-pagination .swiper-pagination-bullet{margin: 0 5px;}
	#ind-maxbox .max-right .dateile ul li,
	#ind-maxbox .max-right .dateile ul li span{
		height: 70px;
		line-height: 70px;
	}
	#ind-maxbox .max-right .dateile ul li{
		margin-top: 15px;
	}
	#ind-maxbox .max-right .dateile ul li .pic{
		left: 20px;
		width: 36px;
		margin-top: -18.5px;
	}
	#ind-maxbox .max-left .bottom-box { padding: 7% 5% 0;}

	.map-tbox {
	    max-width: 86%;
	    padding: 100px 4%;
	    margin: -363px 0 0 -43%;
	}
	.map-tbox .mian{
		width: 630px;
	}
	.map-tbox .mian .p1{top: 32%;}
	.map-tbox .mian .p2{top: 45%}
	.map-tbox .mian .p3 {top: 49%;}
	.map-tbox .mian .p4{
		top: 51%;
    	right: 14.5%;
	}
	.map-tbox .mian .p5{top: 59%}
	.map-tbox .mian .p1 span{
		width: 260px;
		right: -260px;
	}
	.map-tbox .mian .p2 span{
		width: 280px;
		right: -280px;
	}
	.map-tbox .mian .p3 span{
		width: 600px;
		left: -600px;
	}
	.map-tbox .mian .p4 span{
		width: 263px;
		right: -263px;
	}
	.map-tbox .mian .p5 span{
		width: 160px;
		right: -160px;
	}
}
@media (min-width:1500px){
	.flex-control-paging li a{
		height: 13px;width: 13px;
	}
	#ind-maxbox .max-left .news,
	#ind-maxbox .max-right .list{padding: 6% 3% 0px;}
	#ind-maxbox .max-left .news h2,
	#ind-maxbox .max-left .bottom-box h2,
	#ind-maxbox .max-right .list h2,
	#ind-maxbox .max-right .mbox .min-box h3{
	    font-size: 26px;
	    line-height: 36px;
		margin-bottom: 3%
	}
	#ind-maxbox .max-left .list li .tit,
	#ind-maxbox .max-left .list li .time{
		line-height: 36px;
	}
	#ind-maxbox .max-left .news .btns{margin-top: 3%;}
	#ind-maxbox .max-right .dateile ul li,
	#ind-maxbox .max-right .dateile ul li span{
		height: 75px;
		line-height: 75px;
	}
	#ind-maxbox .max-left .bottom-box {padding: 9% 5% 0;}
	#ind-maxbox .swiper-pagination .swiper-pagination-bullet{
		width: 9px;
    	height: 9px;
	}
	.map-tbox {
		max-width:1440px;
	    padding: 100px 4%;
	    margin: -363px 0 0 -720px;
	}
	.map-tbox .mian .p1 span{
		width: 390px;
		right: -390px;
	}
	.map-tbox .mian .p2 span{
		width: 390px;
		right: -390px;
	}
	.map-tbox .mian .p3 span{
		width: 740px;
		left: -740px;
	}
	.map-tbox .mian .p4 span{
		width: 373px;
		right: -373px;
	}
	.map-tbox .mian .p5 span{
		width: 230px;
		right: -230px;
	}
}
@media (min-width:1600px){
	#ind-maxbox .max-right .dateile{
		margin-top: 10%
	}
}

@media (min-width:1700px){
	#ind-maxbox .max-left .news {padding: 7% 3% 0px;}
	#ind-maxbox .max-left .news .btns{margin-top: 5%;}
	#ind-maxbox .max-left .news h2,
	#ind-maxbox .max-left .bottom-box h2,
	#ind-maxbox .max-right .list h2,
	#ind-maxbox .max-right .mbox .min-box h3{margin-bottom: 5%}
	#ind-maxbox .max-right .dateile ul li {
	    margin-top: 30px;
	}

}




	





