.l-banner {
    overflow: hidden;
    background-position: center;
}
.l-banner img {
    display: block;
    width: 100%;
}


.w1200{
	width: 1200px;
	margin: 0 auto;
}
.section{
	width: 100%;
}
.sec-tit{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.section .sec-tit p.ch{
	color: #333;
	font-size: 34px;
	line-height: 50px;
}
.section .sec-tit p.p40{
	color: #333;
	font-size: 40px;
	line-height: 60px;
}
.section .sec-tit p.en{
	color: #959595;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 6px;
}
/*组织架构*/
.organ{
	padding: 50px 0 150px;
}
/*.organ .org-tit p{
	color: #333;
	font-size: 34px;
	line-height: 40px;
}*/
.organ .org-con{
	width: 100%;
	position: relative;
}
.organ .org-con img{
	width: 100%;
}
.organ .org-con ul{
	position: absolute;
	bottom: 0;
	height: 67%;
	width: 100%;
}
.organ .org-con ul li{
	height: 100%;
	width: 3.463%;
	margin:0 1.84%;
	background: none;
	float: left;
}
.organ .org-con ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
/*智慧城市*/
.city{
	background: #fafafa;
	padding: 50px 0 150px;
}
/*.organ .org-tit p{
	color: #333;
	font-size: 34px;
	line-height: 40px;
}*/

.city .city-fea{
	width: 100%;
	margin-bottom: 50px;
}
.city .city-fea li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.city .city-fea li span{
	display: block;
	color: #b12021;
	font-size: 70px;
	line-height: 80px;
	font-weight: bold;
}
.city .city-fea li p{
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.city .city-text{
	width: 100%;
	padding-bottom: 90px;
	/*background: url(../img/bg_text.png) no-repeat center bottom;*/
}
.city .city-text .text-in{
	width: 48%;
}
.city .city-text .text-in p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.city .city-con{
	width: 100%;
}
.city .city-con ul{
	width: 100%;
}
.city .city-con li{
	width: 100%;
	padding: 60px 58px;
	background: #fff;
	box-sizing:border-box;
	margin-bottom: 28px;
	transition:all 1s ease;
}
.city .city-con li a{
	display: block;
	width: 100%;
	height: 100%;
}
.city .city-con li:hover{
	box-shadow: 0 0 10px #ccc;
	transition:all 1s ease;
}
.city .city-con li .con-img{
	width: 44%;
	position: relative;
}
.city .city-con li .con-img img{
	width: 100%;

}
.city .city-con li .con-img span.xian{
	display: block;
	width: 100%;
	height: 5px;
	background: #ba2223;
	position: absolute;
	bottom: 0;
}
.city .city-con li .con-text{
	width: 50%;
}
.city .city-con li .con-text h3{
	font-size: 30px;
	color: #333;
	line-height: 50px;
}
.city .city-con li .con-text p{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.city .city-con lia{
	display: block;
}
.city .city-con li .con-text .mor{
	line-height: 33px;
	background: url(../img/jia.png) no-repeat right center;
	color: #ba2223;
	font-size: 14px;
	float: right;
	padding-right: 40px;
	background-size: auto 100%;
	margin-top: 40px;
}

.limit-more{
	display: block;
	margin: 0 auto;
	width: 185px;
	height: 42px;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
	color: #333;
	font-size:16px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	transition:all 1s ease;
}
.limit-more:hover{
	background: #b12021;
	color: #fff;
	transition:all 1s ease;
}

/*tender*/
.tender{
	padding: 50px 0 90px;
	background: #f5f5f5;
}
.tender .ten-con{
	width: 100%;
	
}
.tender .ten-con li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	box-shadow: 0 0 3px #ccc;
	background: #fff url(../img/hong.png) no-repeat left top 356px;
	margin-bottom: 30px;
	transition:all 1.5s ease;
	background-size: 100% auto!important;
	position: relative;
	overflow: hidden;
}
.tender .ten-con li:nth-child(4n){
	margin-right: 0;
}

.tender .ten-con li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tender .ten-con .ten-con-in{
	width: 80%;
	margin:20px 10%;
	padding-bottom: 140px;
	background: url(../img/tjia.png) no-repeat right bottom;
	transition:all 1.5s ease;
}
.tender .ten-con .ten-con-in .p1{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
}
.tender .ten-con .ten-con-in .p2{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
}

.tender .ten-con .ten-con-in .p3 {
    font-size: 14px;
    color: #999;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    bottom: 19px; 
}

.tender .ten-con .ten-con-in .up-sign {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 3;
    background: url(../img/hong1.png) no-repeat center;
    background-size: cover;
}
.tender .ten-con li:hover{
	/*background: url(../img/hong.png) no-repeat left top;
	transition:all 1s ease;
	background-size:100% 100%!important;*/
}
/*.tender .ten-con li:hover p{
	color: #fff!important;
	transition:all 2s ease;
}
.tender .ten-con li:hover .ten-con-in{
	background: url(../img/tjia1.png) no-repeat right bottom;
	transition:all 1s ease;
}*/
.page{
	display: block;
	margin: 0 auto;
}
/*invite*/

.invite{
	background: #f1f1f1;
	padding: 50px 0 90px;
}
.invite .inv-con{
	width: 100%;
}
.invite .inv-con li{
	width: 100%;
	background: #fafafa;
	margin-bottom: 8px;
}
.invite .inv-con .inner {
    width: 90%;
    background: #fafafa;
    padding: 40px 5% 85px;
}
.invite .inv-con .inner .tab{
	width: 100%;
	padding: 20px 0;
	background: #f6f6f6;
}
.invite .inv-con li .inner .tab span{
	width: 30%;
	display: block;	
	font-size: 14px;
	color: #666;
	float: left;
	line-height: 30px;
}
.invite .inv-con .inner .con{
	width: 100%;
	
}

.invite .inv-con .inner .con .con-in{
	width: 49.5%;
	box-sizing:border-box;
	float: left;
}
.invite .inv-con .inner .con .conl{
	padding-right: 5%;
	border-right: 2px solid #ededed;
}
.invite .inv-con .inner .con .conr{
	padding-left: 5%;
}
.invite .inv-con .inner .con .con-in h5{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.invite .inv-con .inner .con .con-in p{
	font-size: 14px;
	color: #666;
}
.invite .inv-con li .inner a {
    display: block;
    width: 140px;
    height: 40px;
    background: #b32325;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
}
.invite .inv-con li .list{
	width: 90%;
	padding: 30px 5% 30px;
}
.invite .inv-con li .list p{
	color: #000;
	font-size: 28px;
	line-height: 28px;
	float: left;
}
.invite .inv-con li .list p span{
	color: #999;
	font-size: 22px;
	line-height: 28px;
}
.invite .inv-con li .list span.jiantou{
	width: 28px;
	height: 28px;
	background: url(../img/kai.png) no-repeat center center;
	background-size: 100%;
}
.invite .inv-con li .list span.zk{
	background: url(../img/guan.png) no-repeat center center!important;
}

.invite .inv-con li .list select{
	display: block;
	width: 22%;
	height: 35px;
	background: #f2f2f2;
	float: left;
	margin-right: 1%;
	border: 0;
	padding: 0 1%;
	color: #666 !important;
	font-size: 15px;
}
.invite .inv-con li .list input[type="submit"]{
	width: 8%;
	height: 35px;
	background: #b32325;
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	border:0;
	float: left;
}
/*研究院*/

/*简介*/
.intro{
	background: #fff;
	padding: 50px 0 50px;
}
.intro-tit{
	position: relative;
}
.intro-tit a{
	display: block;
	height: 30px;
	width: 120px;
	padding: 0 15px 0 10px;
	border-radius: 15px;
	background: #f7f7f7 url(../img/lj.png) no-repeat right 15px center;
	color: #666;
	font-size: 13px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top:10px;
	transition:all 1s ease;
}
.intro-tit a:hover{
	background: #ba2223 url(../img/lj1.png) no-repeat right 15px center;
	color: #fff;
	transition:all 1s ease;
}
.intro .intro-text{
	width: 100%;
	padding-bottom: 50px;

	/*background: url(../img/bg_text.png) no-repeat center bottom;*/
}
.intro .intro-text1{
	border-bottom: 1px solid #e0e0e0;
}
.intro .intro-text2{
	padding-top: 50px;
}
.intro .intro-text .text-in{
	width: 48%;
}
.intro .intro-text .text-in p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.intro .intro-text .text-in img{
	width: 100%;
}
.intro .intro-text .text-in h5{
	color: #b12021;
	line-height: 38px;
	font-size: 20px;
	padding-left: 45px;
}
.intro .intro-text .text-in h5.h51{
	background: url(../img/h51.png) no-repeat left center;
}
.intro .intro-text .text-in h5.h52{
	background: url(../img/h52.png) no-repeat left center;
}
.gray{
	background: #f8f8f8;
}

/*layout*/
.layout{
	background: #fff;
	padding: 50px 0 90px;
}
.layout .lay-con{
	width: 100%;
}
.layout .lay-con .lay-con-ti{
	margin: 0 auto;
	width: 70%;
	padding-bottom:100px;
	background: url(../img/fz.png) no-repeat center bottom;
	text-align: center;
	background-size: 100% auto;
}
.layout .lay-con .lay-con-ti h5{
	color: #ba2223;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.layout .lay-con .lay-con-ti p{
	color: #999;
	font-size: 16px;
	line-height:35px;
}
.layout .lay-con ul li{
	width: 32%;
	margin-right: 2%;
	box-shadow: 0 0 5px #ccc;
	float: left;
	border-bottom: 3px solid #ba2223;
}
.layout .lay-con ul li:nth-child(3n){
	margin-right: 0;
}
.layout .lay-con ul li .li-in{
	padding: 10% 5%;
	width: 90%;
}
.layout .lay-con ul li .li-in p.p1{
	color: #ba2223;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
}
.layout .lay-con ul li .li-in p.p2{
	color: #999;
	font-size: 14px;
	line-height: 26px;
}

/*平台建设*/
.Plat{
	/*background: #fff;*/
	padding: 50px 0 90px;
}
.Plat .Plat-con{
	width: 100%;
	position: relative;
}
.Plat .Plat-con .Plat-con-ti{
	margin: 0 auto;
	width: 70%;
	padding-bottom:25px;
	text-align: center;
}
.Plat .Plat-con .Plat-con-ti h5{
	color: #ba2223;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.Plat .Plat-con .flex-viewport{
	width: 100%;
	display: block;
}
.Plat .Plat-con .flex-viewport ul {
    /* width: 100%!important; */
    overflow: hidden;
    height: auto!important;
}
.Plat .Plat-con .swiper-container{
	width: 100%;
	margin: 0 auto;
	display: none;
}
.Plat .Plat-con .swiper-container li{
	width: 100%;
	background: #fff;
}
.Plat .Plat-con .flex-viewport ul li{
	width: 19.2%;
	margin-right: 1%;
	background: #fff;
	float: left;
}
.Plat .Plat-con .flex-viewport ul li:nth-child(5n){
	margin-right: 0;
}
.Plat .Plat-con ul li .box{
	width: 84%;
	padding: 20px 8% 50px;
}
.Plat .Plat-con ul li .box p.pt{
	color: #333;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.Plat .Plat-con ul li .box p.pb1{
	color: #999;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.Plat .Plat-con ul li .box p.pb2{
	color: #999;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.Plat .Plat-con ul li .box h5{
	color: #ba2223;
	font-size: 14px;
	line-height: 25px;
	background: url(../img/dian.png) no-repeat left center;
	padding-left: 15px;
}
.Plat .Plat-con .flex-direction-nav{
		display: block;
	}
.Plat .Plat-con .flex-nav-prev {
    width: 32px;
    position: absolute!important;
    left:45%;
    bottom: -50px;
    height: 32px;
    background: url(../img/pre.png) no-repeat left center;
    background-size: auto 100%;
    transition:all 1s ease;
}
.Plat .Plat-con .flex-nav-next {
    width: 32px;
    position: absolute;
    right:45%;
    bottom: -50px;
    height: 32px;
    background: url(../img/next.png) no-repeat right center;
    background-size: auto 100%;
    transition:all 1s ease;
}
.Plat .Plat-con .flex-nav-prev:hover{
	background: url(../img/pre1.png) no-repeat left center;
	background-size: auto 100%;
	transition:all 1s ease;
}
.Plat .Plat-con .flex-nav-next:hover {
	background: url(../img/next1.png) no-repeat right center;
	background-size: auto 100%;
	transition:all 1s ease;
}
.flex-control-nav{
	display: none;
}
.Plat .Plat-con .swiper-container .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background: #dfdfdf;
}
.Plat .Plat-con .swiper-container .swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	background: #ba2223;
}
/*cooperation*/
.coop{
	background: #fff;
	padding: 60px 0 90px;
}
.coop .coop-con{
	width: 100%;
}
.coop .coop-con ul li{
	width: 32%;
	margin-right: 2%;
	background: #f8f8f8;
	float: left;
	position: relative;
	cursor: pointer;
	perspective: 3000;
    -webkit-perspective: 3000;

}
.coop .coop-con ul li img.lo{
	width: 156px;
	height: 156px;
	position: absolute;
	left: 50%;top:-78px;
	margin-left: -78px;

}
.coop .coop-con ul li:hover img.lo{
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition:all 1s ease;

}
.coop .coop-con ul li:nth-child(3n){
	margin-right: 0;
}
.coop .coop-con ul li .li-in{
	padding:20% 8% 10%;
	width: 84%;
	text-align: center;
}
.coop .coop-con ul li .li-in h5{
	color: #ba2223;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
}
/*.coop .coop-con ul li .li-in .li-in-fea{
	width: 100%;
}*/
.coop .coop-con ul li .li-in .li-in-fea{
	height: 244px;
}
.coop .coop-con ul li .li-in .sp1{
	width: 46%;
	float: left;
	margin-right: 8%;
	display: block;
	margin-bottom: 8px;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	padding:9px  20px;
	box-sizing:border-box;
}
.coop .coop-con ul li .li-in .sp2{
	width: 100%;
	display: block;
	margin-bottom: 8px;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	padding:9px  20px;
	box-sizing:border-box;
}
.coop .coop-con ul li .li-in .sp1:nth-child(2n){
	margin-right: 0;
}
.coop-tit{
	padding-bottom: 40px;
}



/*serve*/

.serve{
	background: #fafafa;
	/*padding: 50px 0 90px;*/
}
.serve .serve-tit{
	padding-top: 80px;
	background: #fff;
	margin-bottom: 0;
}
.serve .serve-text{
	width: 100%;
	padding: 80px 0 60px;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.serve .serve-text h5{
	color: #b12021;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.serve .serve-text .text-in .p{
	margin-top: 42px;
}
.serve .serve-text .text-in .pp{
	border-bottom: 1px solid #ededed;
}
.serve .serve-text .text-in p{
	color: #666;
	font-size: 14px;
	line-height: 26px;
}
.serve .serve-text .text-in .p img{
	display: inline-block;
	width: 48%;
}
.serve .serve-text .text-in img.fb{
	width: 100%;
}
.serve .serve-text .text-in h6{
	color: #666;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	font-weight: normal;
}
.serve-text .text-in .flex-viewport{
	position: relative;
}
.serve-text .text-in .flex-viewport li{
	width: 23%;
	float: left;
	margin-right: 2.6%;
}
.serve-text .text-in .flex-viewport li img{
	width: 100%;
}
.serve-text .text-in .flex-viewport li:nth-child(4n){
	margin-right: 0;
}

.serve-text .text-in .flex-direction-nav{
		display: block;
	}
.serve-text .text-in .flex-nav-prev {
    width: 32px;
    position: absolute!important;
    left:45%;
    bottom: 10px;
    height: 32px;
    background: url(../img/pre.png) no-repeat left center!important;
    background-size: auto 100%!important;
}
.serve-text .text-in .flex-nav-next {
    width: 32px;
    position: absolute!important;
    right:45%;
    bottom: 10px;
    height: 32px;
    background: url(../img/next.png) no-repeat right center!important;
    background-size: auto 100%!important;
}
.flex-control-nav{
	display: none;
}
.serve-text .text-in .swiper-container{
	width: 100%;
	margin: 0 auto;
	display: none;
}
.serve-text .text-in .swiper-container li{
	width: 100%!important;
}
.serve-text .text-in .swiper-container li img{
	width: 80%;
	margin: 0 10%;
}
.serve-text .text-in .swiper-container .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background: #dfdfdf;
}
.serve-text .text-in .swiper-container .swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	background: #ba2223;
}
.serve-eat{

}

.serve-eat .p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 15px 0;
	position: relative;
}
.serve-eat .p img.d1{
	position: absolute;
	left: 0;top:0;
}
.serve-eat .p img.d2{
	position: absolute;
	right: 0;bottom:0;
}
.serve-eat .eat-fea{
	width: 90%;
	margin:50px 5% 130px;
}
.serve-eat .eat-fea li{
	width: 24%;
	float: left;
	margin-right: 1.3%;
	background: url(../img/bk.png) no-repeat center bottom;
	background-size: 100% 100%;
	transition:all 1s ease;
}
.serve-eat .eat-fea li:nth-child(4n){
	margin-right: 0;
}
.serve-eat .eat-fea li .eat-lin{
	width: 88%;
	padding: 15% 6% 40%;
}
.serve-eat .eat-fea li .eat-lin p{
	font-size: 14px;
	color: #666;
	line-height: 32px;
	height: 192px;
}
.serve-eat .eat-fea li:hover{
	background: url(../img/hk.png) no-repeat center bottom;
	background-size: 100% 100%;
	margin-top: -20px;
	transition:all 1s ease;
}
.serve-eat .eat-fea li:hover .eat-lin p{
	color: #fff;
	transition:all 1s ease;
}
.manufa-list {
	width: 430px;
    padding-top: 28px;
    padding-bottom: 65px;
    margin: 0 auto;
}
.manufa-list li {
    width:146px;
    margin-right: 2%;
    margin-left: 0px;
}
.manufa-list li.cur {
    background: #b12021;
}
.manufa-list li {
    margin: 0 10px;
}
.manufa-list li {
    width: 142px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
}
.manufa-list li img.bg {
    display: block;
    width: 100%;
}

.manufa-list li span {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 20%;
}
.manufa-list li span {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.manufa-list .li1{
	float: left;
}
.manufa-list .li2{
	float: right;
}
.manufa-list .li1 span {
    background: url(../img/ta2.png) no-repeat center top -10px ;
}
.manufa-list .li1.cur span {
    background: url(../img/ta22.png) no-repeat center top -10px ;
}
.manufa-list .li2 span {
    background: url(../img/ta1.png) no-repeat center top -10px ;
}
.manufa-list .li2.cur span {
    background: url(../img/ta11.png) no-repeat center top -10px ;
}
.manufa-list li.cur p {
    color: #fff;
}
.manufa-list li p {
    text-align: center;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10%;
    font-size: 16px;
    color: #999;
    line-height: 35px;
}
.manufa-list li.cur div {
    display: block;
}
.manufa-list li div {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 100%;
    margin-top: 65px;
    display: none;
}

/*culture*/
/*idea*/
.idea{
	background: #fff;
	padding: 50px 0 90px;
}
.idea .p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 15px 0;
	position: relative;
}
.idea .p img.d1{
	position: absolute;
	left: 0;top:0;
}
.idea .p img.d2{
	position: absolute;
	right: 0;bottom:0;
}
.idea .idea-con{
	padding: 55px 0 75px;
}
.idea-con-ti{
	text-align: center;
}
.idea-con-ti h3{
	color: #b32325;
	font-size: 30px;
	line-height: 45px;
}
.idea-con-ti p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.idea-con-ti span{
	display: block;
	margin: 0 auto;
	height: 3px;
	width: 45px;
	background: #efefef;
	margin: 20px auto 50px;
}
.idea .idea-con li{
	background: #333;
	width: 24%;
	margin-right: 1.3%;
	border-radius: 5px;
	float: left;
	transition:all 1s ease;
}
.idea .idea-con li:hover{
	background: #b32325;
	margin-top: -20px;
	transition:all 1s ease;
}
.idea .idea-con li:hover .idea-lin span{
	background: #fff;
	transition:all 1s ease;
}
.idea .idea-con li:nth-child(4n){
	margin-right: 0;
}
.idea .idea-con li .idea-lin{
	width: 88%;
	margin: 25px 6%;
}
.idea .idea-con li .idea-lin h5{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding-right: 55px;
}
.idea .idea-con li .idea-lin p{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding-right: 55px;
}
.idea .idea-con li .idea-lin span{
	width: 30px;
	height: 3px;
	display: block;
	background: #999;
	margin-top: 15px;
}

/*duty*/
.duty{
	padding: 50px 0 50px;
	background: #f5f5f5;
}
.active{
	padding: 50px 0 50px;
	background: #fff;
}
.news-list ul li {
    /*border-bottom: 2px solid #ba2223;*/
    /*background: #fff;*/
    margin-right:24px;
    float: left;
    position: relative;
    cursor: pointer;
    /*overflow: hidden;*/
    transition: all 0.3s;
    position: relative;
}
.news-list ul li .bg {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.news-list ul li:hover img {
    transform: scale(1.3);
}
.news-list ul li .bg img {
    display: block;
    width: 100%;
    transition: transform 1s;
}
.news-list ul li .xq{
	width: 95px;
	height: 32px;
	display: block;
	background: #b32325 url(../img/xq.png) no-repeat right 10px center;
	position: absolute;
	left: -10px;
	bottom: 115px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.news-list ul li .tit {
    padding: 10px 15px 0px;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-list ul li .time {
    padding: 10px 15px;
    color: #d4d4d4;
}
.news-list ul li .text {
    padding: 10px 15px;
    background: url(../img/img-25.png) no-repeat 95% 90%;
    height: 97px;
    font-size: 14px;
    color: #999;
    transition: all 0.3s;
}
.news-list .flex-control-nav {
    text-align: center;
    margin-top: 53px;
    margin-bottom: 40px;
    display: block;
}
.news-list .flex-control-nav li {
    display: inline-block;
    width: 22px;
    height: 22px;
}
.news-list .flex-control-nav li a {
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    background: url(../img/img-27.png) no-repeat center;
}
.news-list .flex-control-nav li a.flex-active {
    background: url(../img/img-26.png) no-repeat center;
}
.Plat-con .flex-control-nav {
    text-align: center;
    margin-top: 53px;
    margin-bottom: 40px;
    display: block;
}
.Plat-con .flex-control-nav li {
    display: inline-block;
    width: 22px;
    height: 22px;
}
.Plat-con .flex-control-nav li a {
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    background: url(../img/img-27.png) no-repeat center;
}
.Plat-con .flex-control-nav li a.flex-active {
    background: url(../img/img-26.png) no-repeat center;
}
.Plat-con .flex-direction-nav{
	display: none!important;
}


.serve-text .flex-control-nav {
    text-align: center;
    margin-top: 53px;
    margin-bottom: 40px;
    display: block;
}
.serve-text .flex-control-nav li {
    display: inline-block;
    width: 22px;
    height: 22px;
}
.serve-text .flex-control-nav li a {
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    background: url(../img/img-27.png) no-repeat center;
}
.serve-text .flex-control-nav li a.flex-active {
    background: url(../img/img-26.png) no-repeat center;
}
.serve-text .flex-direction-nav{
	display: none!important;
}
/*video*/
.video{
	padding: 50px 0 90px;
}
.video .video-con{
	width: 100%;
	
}
.video .video-con li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}
.video .video-con li a{
	display: block;
}
.video .video-con li:nth-child(4n){
	margin-right: 0;
}
.video .video-con li img{
	width: 100%;
}
.video .video-con li .exp{
	background: #f7f7f7;
	width: 88%;
	padding: 0 6%;
}
.video .video-con li .exp p{
	font-style: 14px;
	color: #333;
	line-height: 34px;
	text-align: left;
}
.video .video-con li .exp span{
	display: inline-block;
	font-style: 12px;
	color: #b0b0b0;
	line-height: 34px;
	text-align: right;
	background: url(../img/vid.png) no-repeat left center;
	padding-left: 30px;
	float: right;
}
.pop-video {
    position: fixed;
    left: 50%;
    top: 52%;
    width: 700px;
    height: 500px;
    margin: -350px 0 0 -350px;
    background: #fff;
    z-index: 99999;
    display: none;
    padding: 25px 0;
}
.pop-video #video{
	margin:20px 5%;
}
.pop-video .close {
    position: absolute;
    right: -45px;
    top: -45px;
    width: 37px;
    height: 37px;
    background: url("http://121.41.128.239:8301/mige/static/web/css/../img/x_close1.png") no-repeat center;
    transition: all 0.5s;
}
.pop-bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    z-index: 99998;
    display: none;
}
/*intro*/
.situ{
	padding: 95px 0 100px;
	background: #fff;
}
.situ-con{
	width: 950px;
	margin: 0 auto;
}
.situ-conl{
	width: 33%;
}
.situ-conl-text{
	width: 100%;
	padding: 30px 0;
}
.situ-conl-text1{
	border-top:3px solid #333;
}
.situ-conl-text2{
	background: url(../img/bt.png) no-repeat center top;
	background-size: 100%;
}
.situ-conl-text span{
	color: #e60012;
	font-size: 150px;
	line-height: 135px;
}
.situ-conl-text p.p1{
	font-size: 31px;
	color: #626262;
	line-height: 50px;
	
}
.situ-conl-text p.p2{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding-top: 25px;
}
.situ-conl-text p.p3{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	padding-top: 25px;
}
.situ-conl-text img{
	width: 100%;
}
.situ-conr{
	width: 60%;
}
.situ-conr h3{
	font-size: 34px;
	color: #333;
	line-height: 40px;
	padding-bottom: 30px;
}
.situ-conr p{
	font-size: 14px;
	color: #666;
	line-height:28px; 
}
.inter .situ-con{
	padding-bottom: 75px;
	border-bottom: 1px solid #e0e0e0;
}
.situ-img{
	padding-top: 75px;
	width: 100%;
}
.situ-img img{
	width: 100%;
}
.vid{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.vid-con{
	width: 100%;
	/*height: 496px;*/
	/*background: url(../img/video.png) no-repeat center center;*/
	/*background-size: 100%;*/
}
.vid-con img{
	width: 100%;
}
.honor{
	padding: 60px 0 100px;
	background: #fff;
}
.manufa-js {
    position: relative;
}
.manufa-js .flex-viewport {
    width: 84%;
    margin-left: 8%;
}
.manufa-js .flex-viewport ul li img {
    width: 100%;
    display: block;
}
.manufa-js .flex-viewport ul li span.ho-exp {
    display: block;
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}
.flex-direction-nav .flex-prev {
    width: 7%;
    background: url(../img/img-54.png);
    display: block;
    text-indent: -99999px;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transition:all 1s ease;
}
.flex-direction-nav .flex-prev:hover{
  background: url(../img/pre1.png);
  background-size: 100%;
  transition:all 1s ease;
}
.flex-direction-nav .flex-next {
    width: 7%;
    background: url(../img/img-55.png);
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 50%;
    transition:all 1s ease;
}
.flex-direction-nav .flex-next:hover{
	background: url(../img/next1.png);
	background-size: 100%;
	transition:all 1s ease;
}
.care{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.manufa-js .flex-viewport ul li span.ca-exp {
    display: block;
    text-align: center; 
    padding: 20px 20px 15px;
    background: #fff;
}
.manufa-js .flex-viewport ul li span.ca-exp p.con{
	height:150px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.manufa-js .flex-viewport ul li span.ca-exp p.time{
	line-height: 20px;
	font-size: 12px;
	color: #999;
	float: right;
	text-align: right;

}
.care .manufa-js .flex-viewport ul li:hover span.ca-exp{
	background: #b12021;
	transition:all 1s ease;
}
.care .manufa-js .flex-viewport ul li:hover span.ca-exp p{
	color: #fff!important;
	transition:all 1s ease;
}

/*international*/
.busin{
	padding: 60px 0 70px;
	background: #f5f5f5;
}
.busin-con p.con{
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.busin-con p.con span{
	color: #ba2223;
	font-weight: bold;
}
.busin-con .table{
	padding: 30px 0;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	margin: 30px 0;
}
.busin-con .table p.ti{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}
.busin-con .table p.zhu{
	font-size: 12px;
	color: #999;
	line-height: 30px;
	padding-top: 20px;
}

.busin-con .table table{
	width: 100%;
	border:1px solid #fff;
}
.busin-con .table table th{
	width: 50%;
	padding: 0 30px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 40px;
}
.busin-con .table table th.th1{
	background: #ba2223;
}
.busin-con .table table th.th2{
	background: #666;
}
.busin-con .table table td{
	width: 50%;
	padding: 0 30px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	color: #666;
	text-align: left;
	line-height: 40px;
	background: #ededed;
}
#mapBox{
	display: block;
}

.w-press-banner {
    position: relative;
}
.w-press-banner .img {
    width: 100%;
    display: block;
}


/*2*/
.w-tenlist {
    position: absolute;
    width: 100%;
    bottom: 1%;
}
.w-tenlist ul {
    text-align: center;
    width: 100%;
}
.w-tenlist li {
    width: 239px;
    height: 109px;
    margin-right: 2px;
    float: none;
    background: url(../img/img-05.png) repeat;
    display: inline-block;
    transition: all 0.3s;
    vertical-align: top;
}
.w-tenlist li.cur {
    background: url(../img/img-06.png) repeat;
}
.w-tenlist li.cur p {
    color: #fff;
}
.w-tenlist li:hover {
    background: url(../img/img-06.png) repeat;
}
.w-tenlist li:hover p {
    color: #fff;
}
.w-tenlist li .bg {
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}
.w-tenlist .li1 .bg {
    background-image: url(../img/ba14.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-tenlist .li1.cur .bg {
    background-image: url(../img/ba1414.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-tenlist .li1:hover .bg {
    background-image: url(../img/ba1414.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-tenlist .li2 .bg {
    background-image: url(../img/ba15.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-tenlist .li2.cur .bg {
    background-image: url(../img/ba1515.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-tenlist .li2:hover .bg {
    background-image: url(../img/ba1515.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}

.w-tenlist li p {
    margin-left: 8%;
    margin-top: 65px;
    color: #666;
    font-size: 16px;
    text-align: left;
}
/*3*/
.w-manlist {
    position: absolute;
    width: 100%;
    bottom: 1%;
}
.w-manlist ul {
    text-align: center;
    width: 100%;
}
.w-manlist li {
    width: 239px;
    height: 109px;
    margin-right: 2px;
    float: none;
    background: url(../img/img-05.png) repeat;
    display: inline-block;
    transition: all 0.3s;
    vertical-align: top;
}
.w-manlist li.cur {
    background: url(../img/img-06.png) repeat;
}
.w-manlist li.cur p {
    color: #fff;
}
.w-manlist li:hover {
    background: url(../img/img-06.png) repeat;
}
.w-manlist li:hover p {
    color: #fff;
}
.w-manlist li .bg {
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}
.w-manlist .li1 .bg {
    background-image: url(../images/img-33.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li1.cur .bg {
    background-image: url(../img/ba11.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li1:hover .bg {
    background-image: url(../img/ba11.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li2 .bg {
    background-image: url(../img/ba2.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li2.cur .bg {
    background-image: url(../img/ba22.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li2:hover .bg {
    background-image: url(../img/ba22.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li3 .bg {
    background-image: url(../img/ba3.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li3.cur .bg {
    background-image: url(../img/ba33.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist .li3:hover .bg {
    background-image: url(../img/ba33.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-manlist li p {
    margin-left: 8%;
    margin-top: 65px;
    color: #666;
    font-size: 16px;
    text-align: left;
}


/*4*/
.w-bannerlist {
    position: absolute;
    width: 100%;
    bottom: 1%;
}
.w-bannerlist ul {
    text-align: center;
    width: 100%;
}
.w-bannerlist li {
    width: 239px;
    height: 109px;
    margin-right: 2px;
    float: none;
    background: url(../img/img-05.png) repeat;
    display: inline-block;
    transition: all 0.3s;
    vertical-align: top;
}
.w-bannerlist li.cur {
    background: url(../img/img-06.png) repeat;
}
.w-bannerlist li.cur p {
    color: #fff;
}
.w-bannerlist li:hover {
    background: url(../img/img-06.png) repeat;
}
.w-bannerlist li:hover p {
    color: #fff;
}
.w-bannerlist li .bg {
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}
.w-bannerlist .li1 .bg {
    background-image: url(../img/ba4.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li1.cur .bg {
    background-image: url(../img/ba44.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li1:hover .bg {
    background-image: url(../img/ba44.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li2 .bg {
    background-image: url(../img/ba5.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li2.cur .bg {
    background-image: url(../img/ba55.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li2:hover .bg {
    background-image: url(../img/ba55.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li3 .bg {
    background-image: url(../img/ba6.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li3.cur .bg {
    background-image: url(../img/ba66.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li3:hover .bg {
    background-image: url(../img/ba66.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li4 .bg {
    background-image: url(../img/ba7.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li4.cur .bg {
    background-image: url(../img/ba77.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist .li4:hover .bg {
    background-image: url(../img/ba77.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-bannerlist li p {
    margin-left: 8%;
    margin-top: 65px;
    color: #666;
    font-size: 16px;
    text-align: left;
}


/*5*/
.w-partisan-banner {
    position: absolute;
    width: 100%;
    bottom: 1%;
}
.w-partisan-banner ul {
    text-align: center;
    width: 100%;
}
.w-partisan-banner li {
    width: 239px;
    height: 109px;
    margin-right: 2px;
    float: none;
    background: url(../img/img-05.png) repeat;
    display: inline-block;
    transition: all 0.3s;
    vertical-align: top;
}
.w-partisan-banner li.cur {
    background: url(../img/img-06.png) repeat;
}
.w-partisan-banner li.cur p {
    color: #fff;
}
.w-partisan-banner li:hover {
    background: url(../img/img-06.png) repeat;
}
.w-partisan-banner li:hover p {
    color: #fff;
}
.w-partisan-banner li .bg {
    height: 100%;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}
.w-partisan-banner .li1 .bg {
    background-image: url(../img/ba8.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li1.cur .bg {
    background-image: url(../img/ba88.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li1:hover .bg {
    background-image: url(../img/ba88.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li2 .bg {
    background-image: url(../img/ba9.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li2.cur .bg {
    background-image: url(../img/ba99.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li2:hover .bg {
    background-image: url(../img/ba99.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li3 .bg {
    background-image: url(../img/ba10.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li3.cur .bg {
    background-image: url(../img/ba1010.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li3:hover .bg {
    background-image: url(../img/ba1010.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li4 .bg {
    background-image: url(../img/ba12.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li4.cur .bg {
    background-image: url(../img/ba1212.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li4:hover .bg {
    background-image: url(../img/ba1212.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li5 .bg {
    background-image: url(../img/ba13.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li5.cur .bg {
    background-image: url(../img/ba1313.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner .li5:hover .bg {
    background-image: url(../img/ba1313.png);
    background-repeat: no-repeat;
    background-position: 8% 20%;
}
.w-partisan-banner li p {
    margin-left: 8%;
    margin-top: 65px;
    color: #666;
    font-size: 16px;
    text-align: left;
}
.page{
	text-align: center;
	margin: 17px auto 0px;
	padding-bottom: 100px;
}
.page a{
	display: inline-block;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border-radius: 3px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.page a.cur{
	background:#b12021;
	color: #fff
}
.page a:hover{
	background:#b12021;
	color: #fff
}


@media (max-width: 1300px){
.w-partisan-banner li {
    width: 19.5%;
    margin-right: 0.625%;
}






@media(max-width: 1200px){
	.w1200{
		display: block;
		width: 93%;
		margin: 0 3.5%;
	}
	.city .city-fea li p{
		font-size: 12px;
	}
	.city .city-text .text-in p{
		line-height: 22px;
	}

	.tender .ten-con li{
		width: 31%;
		margin-right: 3.5%;
	}
	.tender .ten-con li:nth-child(4n){
		margin-right: 3.5%;
	}
	.tender .ten-con li:nth-child(3n){
		margin-right: 0;
	}
	.video .video-con li{
		width:31%;
		margin-right: 3.5%;
	}
	.video .video-con li:nth-child(4n){
		margin-right: 3.5%;
	}
	.video .video-con li:nth-child(3n){
		margin-right: 0;
	}
	.idea .idea-con li .idea-lin h5{
		font-size: 17px;
	}

}
@media(max-width: 1000px){
	.serve-eat .eat-fea li{
		width: 49%;
		margin-right: 2%;
	}
	.serve-eat .eat-fea li:nth-child(2n){
		margin-right: 0;
	}
	.idea .idea-con li .idea-lin h5{
		font-size: 16px;
	}
	.idea .idea-con li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.idea .idea-con li:nth-child(2n){
		margin-right: 0;
	}
	.situ-con{
		width:100%;
		margin: 0 auto;
	}
	.w-manlist {
	    width: 98%;
	    left: 1%;
	}
	.w-tenlist li {
	    width: 48%;
	    margin-right: 2%;
	}
	.w-manlist li {
	    width: 33%;
	    margin-right: 0.5%;
	}
	.w-bannerlist li {
	    width: 19%;
	    margin-right: 0.5%;
	}
	.situ-conr h3 {
	    font-size: 26px;
	}
}
	

@media(max-width: 768px){
	.city .city-fea li span{
		font-size: 30px;
		letter-spacing: -2px;
	}
	.city .city-text .text-in {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.city .city-con li{
		padding: 5% 4%;
	}
	.city .city-con li .con-img{
		width: 100%;
	}
	.city .city-con li .con-text{
		width: 100%;
	}
	.city .city-con li .con-text h3{
		font-size: 20px;
		color: #333;
		line-height: 60px;
	}
	.city .city-con li .con-text p{
		display: none;
	}
	.city .city-con li .con-text .mor{
		line-height: 25px;
	}
	.tender .ten-con .ten-con-in{
		width: 80%;
		margin:20px 10%;
		padding-bottom: 80px;
		background: url(../img/tjia.png) no-repeat right bottom;
		transition:all 1.5s ease;
	}
	.tender .ten-con li{
		width: 48%;
		margin-right: 4%;
		background:#fff url(../img/hong.png) no-repeat left top 296px;
	}
	.tender .ten-con li:nth-child(3n){
		margin-right: 4%;
	}
	.tender .ten-con li:nth-child(2n){
		margin-right:0;
	}
	.invite .inv-con li .list{
		padding: 20px 5% 20px;
	}
	.invite .inv-con li .list p{
		font-size: 20px;
		line-height: 25px;
		float: left;
	}
	.invite .inv-con li .list p span{
		font-size: 16px;
		line-height: 25px;
	}
	.invite .inv-con li .list span.jiantou{
		width: 25px;
		height: 25px;
		background-size: 100%;
	}

	.invite .inv-con li .inner .tab span{
		width: 33.33%;
	}
	.intro .intro-text .text-in {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.coop .coop-con ul li{
		width: 80%;
		margin: 50px 10%;
	}
	.coop .coop-con ul li .li-in {
	    padding:30% 8% 10%;
	}
	.Plat .Plat-con .flex-nav-prev {
		left:40%;
	}
	.Plat .Plat-con .flex-nav-next {
		right:40%;
	}
	.Plat .Plat-con .swiper-container{
		display: block;
	}
	.Plat .Plat-con .flex-direction-nav{
		display: none;
	}
	.layout .lay-con .lay-con-ti{
		padding-bottom: 50px;
	}

	.serve-text .text-in .flex-nav-prev {
		left:40%;
	}
	.serve-text .text-in .flex-nav-next {
		right:40%;
	}
	.serve-text .text-in .flex-direction-nav{
		display: none;
	}


	.serve-eat .eat-fea li .eat-lin{
		width: 82%;
		padding: 10% 9% 25%;
	}
	.serve-eat .eat-fea li .eat-lin p{
		font-size: 12px;
		color: #666;
		line-height: 20px;
		height: 160px;
	}

	.video .video-con li{
		width: 45%;
		margin-right: 5%;
	}
	.video .video-con li:nth-child(3n){
		margin-right: 5%;
	}
	.video .video-con li:nth-child(2n){
		margin-right: 0;
	}
	.pop-video {
	    position: fixed;
	    left: 0;
	    width:100%;
	    height: 500px;
	    margin:0 auto;
	    background: #fff;
	    z-index: 99999;
	    display: none;
	    top:50%;
	    margin-top: -250px;
	}
	.pop-video .close {
	    position: absolute;
	    right: 0;
	    top: -45px;
	    width: 37px;
	    height: 37px;
	    background: url("http://121.41.128.239:8301/mige/static/web/css/../img/x_close1.png") no-repeat center;
	    transition: all 0.5s;
	}
	.idea {
	    padding: 50px 0 30px;
	}
	.idea .idea-con li .idea-lin h5{
		font-size: 18px;
	}
	.idea .idea-con li{
		width: 100%;
		background: #b32325;
		margin-bottom: 20px;
	}
	.idea .idea-con li .idea-lin span{
		background: #fff;
	}
	.situ-con{
		width: 100%;
	}
	.situ-conl{
		width: 100%;
	}
	/*.situ-conl-text{
		width: 50%;
		float: left;
	}*/
	.situ-conl-text span {
	    color: #e60012;
	    font-size: 100px;
	    line-height: 135px;
	}
	.situ-conr{
		width:100%;
	}

	#mapBox{
		width: 100%;
		height: 300px;
	}
	#addrBox{
		position: relative;
		width: 100%!important;
		border:none;
		top:0;
		right: 0;
	}
	/*.mapMsgBox {
	    height: auto!important;
	    margin: 0 auto;
	    overflow: hidden;
	    width: 80%!important;
	    margin: 0 auto;
	}*/

	.invite .inv-con li .list select{
		width: 40%;
		height: 35px;
		margin-bottom: 10px;
		float: left;
	}
	.invite .inv-con li .list input[type="submit"]{
		width:18%;
		height: 35px;
		background: #b32325;
		color: #fff;
		font-size: 15px;
		line-height: 35px;
		text-align: center;
		border:0;
		float: left;
	}
	.sec-tit {
	    margin-bottom: 20px;
	}

	.invite .inv-con .inner .con .conl {
	    padding-right: 0;
	    border-right: 0;
	    margin-bottom: 20px;
	}
	.invite .inv-con .inner .con .con-in {
	    width: 100%;
	    box-sizing: border-box;
	    float: none;
	}
	.invite .inv-con .inner .con .conr {
	    padding-left: 0;
	}
	.invite .inv-con .inner .con .con-in {
	    width: 100%;
	    box-sizing: border-box;
	    float: none;
	}
}

@media (max-width: 500px){
	.w-main{
		padding-top: 25px;
	}
	.w-press .title{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.w-bannerlist li{
		height: 67px;
	}
	.w-bannerlist li .bg{
		background-size: 25px 25px;
	}
	.w-bannerlist li p{
		margin-top: 33px;
	}


	.w-partisan-banner li{
		height: 67px;
	}
	.w-partisan-banner li .bg{
		background-size: 25px 25px;
	}
	.w-partisan-banner li p{
		margin-top: 33px;
		font-size: 14px;
	}
	.page{
		padding-bottom:50px;
	}

	.w-partisan .title {
	    font-size: 26px;
	    margin-bottom: 20px;
	}
	.partisan-list{
		margin-bottom: 20px;
	}


	.w-manlist li{
		height: 67px;
	}
	.w-manlist li .bg{
		background-size: 25px 25px;
	}
	.w-manlist li p{
		margin-top: 33px;
	}
	
	.w-tenlist li{
		height: 67px;
	}
	.w-tenlist li .bg{
		background-size: 25px 25px;
	}
	.w-tenlist li p{
		margin-top: 33px;
	}
}
@media (max-width: 375px){
	.w-bannerlist li{
		width: 19%;
		margin-right: 0.5%;
		height: 67px;
	}
	.w-bannerlist li p{
		margin-top: 54px;
		font-size: 14px;
		margin-top: 35px;
	}	
}
