*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	font-family: "微软雅黑","Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}



/*顶部*/
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 39;
	background: #fff;	
}
.header{
	height: 100px;
	border-bottom: 1px solid #e6e6e6;
}
.logo{
	float: left;
	line-height: 100px;
}
.header-a{
	float: right;
	line-height: 100px;
}
.header-a1{
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-a1:hover{
	opacity: .8;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-nav{
	float: left;
	margin-left: 70px;
	font-size: 0;
}
.header-li{
	display: inline-block;
	padding: 0 25px;
	font-size: 0;
	position: relative;
}
.header-nav .a1{
	display: inline-block;
	font-size: 18px;
	color: #202020;
	line-height: 100px;
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-nav .a1:hover{
	color: #b52053;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-nav .a1.on{
	color: #b52053;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-li-a{
	width: 180px;
	height: auto;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -90px;
	border: 1px solid #e6e6e6;
	display: none;
}
.header-li-a .a2{
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	display: block;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-li-a .a2:last-child{
	border: 0;
}
.header-li-a .a2:hover{
	color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-li-b{
	width: 150px;
	height: auto;
	padding: 10px;
	background: #fff;
	position: absolute;
	top: -1px;
	left: 100%;
	margin-left: 5px;
	border: 1px solid #e6e6e6;
	display: none;
}
.header-li-b a{
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	display: block;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-li-b a:last-child{
	border: 0;
}
.header-li-b a:hover{
	color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.header-li-c{
	position: relative;
}
.header-li-c:after{
	content: '';
	width: calc(100% + 15px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.header-dx{
	width: 35px;
	margin-top: 30px;
	text-align: right;
	margin-left:30px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #222;
	float: right;
	
}
.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

.header-ss{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,.8);
	display: none;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 540px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../image/ss03.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../image/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media(max-width:1600px){
	.header{
		height: 80px;
	}
	.logo{
		line-height: 80px;
	}
	.header-nav .a1{
		line-height: 80px;
	}
	.header-a{
		line-height: 80px;
	}
	
}
@media(max-width:1200px){
	.header-li-b{
		display: none !important; 
	}
	.header-dx{
		display: block;
	}
	.header-nav{
		width: 100%;
		height:100vh;
		position: fixed;
		top: 80px;
		left: 0;
		margin: 0;
		background: #fff;
		padding: 40px 4%;
		display: none;
	}
	.header-li{
		width: 100%;
		padding: 0;
	}
	.header-nav .a1{
		display: block;
		width: 100%;
		line-height: 80px;
		border-bottom: 1px solid #e6e6e6;
	}
	.header-li-a{
		width: 100%;
		border: 0;
		position: relative;
		top: initial;
		left: initial;
		margin: 0;
		padding: 0;
	}
	.header-li-a .a2{
		text-align: left;
		padding: 0;
		padding-left: 30px;
		line-height: 60px;
	}
	.header-li2:after{
		content: '';
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
	}
}
.posT{
	position: relative;
	top: -5px;
}
@media(max-width:750px){
	.posT{
		top: -3px;
	}
	.header{
		height: 1rem;
	}
	.logo{
		width: 2rem;
		line-height: 1rem;
	}
	.header-li2:after{
		height: 1rem;
	}
	.header-dx{
		display: block;
	}
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .4rem;
		padding-top: .25rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .04rem;
		margin-bottom: .11rem;
	}
	.header-a{
		line-height: 1rem;
	}
	.header-a1{
		width: .5rem;
	}
	.header-nav{
		top: 1rem;
		padding: .4rem 4%;
	}
	.header-nav .a1{
		font-size: .3rem;
		line-height: 1rem;
	}
	.header-li-a .a2{
		font-size: .26rem;
		line-height: .8rem;
		padding-left: .4rem;
	}
	.header-ss-a{
		width: auto;
	}
	.header-ss-a .int1{
		width: 5rem;
		margin-right: 1rem;
		font-size: .26rem;
	}
	.header-ss-a{
		margin-left: -3rem;
	}
}



/*底部*/
footer{
	width: 100%;
	position: relative;
	z-index: 9;
}
.footer{
	padding-top: 55px;
	border-top: 1px solid #ccc;
}
.footer-ad{
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer-a{
	width: 220px;
	float: left;
}
.footer-b{
	width: 640px;
	float: left;
	overflow: hidden;
}
.footer-bdiv{
	width: 25%;
	padding-right: 15px;
	float: left;
}
.footer-b1{
	font-size: 20px;
	color: #333;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 30px;
}
.footer-b2{
}
.footer-b2 li{
	line-height: 1;
	margin-bottom: 15px;
}
.footer a{
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 25px;
transition: all .3s;
-webkit-transition: all .3s;  
}
.footer a:hover{
	color: #B52053;
transition: all .3s;
-webkit-transition: all .3s;  
}
.footer-c{
	width: 400px;
	float: left;
	margin-left: 110px;
}
.footer-c2{
	padding-left: 40px;
	background: no-repeat left 5px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-bottom: 20px;
}
.footer-c2 .sp1{
	color: #999;
}

.footer-d{
	width: 130px;
	float: right;
	text-align: right;
}
.footer-d1{
	font-size: 20px;
	line-height: 1.1;
	color: #333;
	text-align: right;
}
.footer-d2{
	width: 100%;
	padding: 5px;
	background: #fff;
	border: 1px solid #B52053;
	text-align: center;
}
.footer-ef{
	width: 100%;
	font-size: 0;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.footer-e{
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	padding-left: 70px;
	background: url(../image/ico19.png) no-repeat left center;
	cursor: pointer;
}
.footer-e:hover{
	opacity: .8;
}
.footer-lj{
	width: 300px;
	float: right;
	position: relative;
}
.footer-lj1{
	width: 100%;
	font-size: 18px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	background:#B52053 url(../image/ico18.png) no-repeat 95% center;
	cursor: pointer;
}
.footer-lj2{
	width: 100%;
	padding:10px 20px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	display: none;
	border: 1px solid #e6e6e6;
}
.footer-lj2 a{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	display: block;
	margin: 5px 0;
}
.footer-lj2 a:hover{
	color: #B52053;
}
.footer-gh{
	margin-top: 35px;
	padding-top:25px;
	padding-bottom: 35px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
}
.footer-g{
	float: left;
	padding-right: 30px;
}
.footer-h{
	float: right;
}
@media(max-width:1650px){
	.footer-a{
		width: 120px;
	}
	.footer-b{
		width: 460px;
	}
	.footer-c{
		margin-left: 40px;
	}
}
@media(max-width:1300px){
	.footer-a{
		width: 100px;
	}
	.footer-b{
		width: 420px;
	}
	.footer-c{
		margin-left: 30px;
	}
}
@media(max-width:1200px){
	
	.footer-b{
		display: none;
	}
	.footer-ef{
		margin-top: 30px;
	}
	.footer-g,.footer-h{
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media(max-width:750px){
	.footer{
		padding-top: .8rem;
	}
	.footer-d{
		width: 1.8rem;
	}
	.footer-b1{
		margin-bottom: .3rem;
		font-size: .34rem;
	}
	.footer-c{
		width: 100%;
		margin: 0 ;
		margin-top: .3rem;
	}
	.footer-c2{
		padding-left: .4rem;
		font-size: .26rem;
		margin-bottom: .15rem;
	}
	.footer-ef{
		margin-top: .4rem;
	}
	.footer-e{
		font-size: .26rem;
		line-height: .6rem;
		padding-left: .8rem;
		background-size: .6rem;
	}
	.footer-lj{
		width: 3rem;
	}
	.footer-lj1{
		font-size: .26rem;
		line-height: .7rem;
	}
	.footer-lj2{
		padding: .1rem .3rem;
	}
	.footer-lj2 a{
		font-size: .26rem;
		line-height: .4rem;
		margin: .1rem 0;
	}
	.footer-gh{
		margin-top: .4rem;
		padding: .3rem 0;
		font-size: .24rem;
		line-height: .45rem;
	}
	.footer-g, .footer-h{
		margin-bottom: .1rem;
	}
}




.gyban{
	height: 600px;
	position: relative;
	overflow: hidden;
}
.gyban-div{
	padding: 0 40px;
	padding-top: 230px;
	color: #fff;
}
.gyban-a{
	font-size: 42px;
	line-height: 1.1;
}
.gyban-b{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-top: 15px;
}
.gyban-b a{
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	opacity: .5;
}
.gyban-b span{
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	opacity: .7;
	margin: 0 7px;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.gyban-b a:hover{
	opacity: 1;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.gyban-b a.on{
	opacity: 1;
}





/*公司介绍*/
.about-a{
	padding-top: 70px;
	padding-bottom: 55px;
	overflow: hidden;
}
.about-alt{
	width: 345px;
	float: left;
}
.about-art{
	width: calc(100% - 345px);
	float: left;
	max-width: 1150px;
}

.gytit40{
	display: inline-block;
	background: #fff;
	font-size: 40px;
	line-height: 1.1;
	padding-bottom: 20px;
	position: relative;
	padding-right: 55px;
	z-index: 2;
}
.gytit40:after{
	content: '';
	width: 40px;
	background: #b52053;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-a1{
	font-size: 20px;
	line-height: 25px;
	color: #666;
	margin-top: 30px;
}
.about-a2{
	font-size: 28px;
	color: #b52053;
	line-height: 35px;
	margin-bottom: 25px;
}
.about-b{
	font-size: 0;
	overflow: hidden;
	border-radius: 20px 0;
}

.gytit-xt{
	position: relative;
}
.gytit-xt:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	top: 25px;
	left: 0;
}
.about-c{
	margin-top: 75px;
}
.about-d{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
}


@media(max-width:1600px){
	.gyban{
		height: 450px;
	}
	.gyban-div{
		padding-top: 180px;
	}
}
@media(max-width:1200px){
	.gyban-a{
		font-size: 35px;
	}
	.gyban-div{
		padding-left: 0;
		padding-right: 0;
	}
	.gytit40{
		font-size: 32px;
		padding-right: 25px;
	}
	.about-alt{
		width: 280px;
	}
	.about-art{
		width: calc(100% - 280px);
	}
	.about-a2{
		font-size: 24px;
	}
	.gytit-xt:after{
		top: 20px;
	}
}
@media(max-width:1000px){
	.about-alt{
		width: 100%;
	}
	.about-art{
		width: 100%;
		margin-top: 50px;
	}
	.about-a1{
		display: inline-block;
		margin-right: 30px;
	}
}
@media(max-width:750px){
	.gyban{
		height: 5rem;
	}
	.gyban-div{
		padding-top:1.8rem;
	}
	.gyban-a{
		font-size: .4rem;
		font-weight: bold;
	}
	.gyban-b{
		margin-top: .25rem;
	}
	.gyban-b a{
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .1rem;
	}
	.gyban-b span{
		font-size: .26rem;
		line-height: .45rem;
		margin: 0 .05rem;
	}
	
	.about-a{
		padding-top: .8rem;
		padding-bottom: .6rem;
	}
	.gytit40{
		font-size: .42rem;
		font-weight: bold;
		padding-bottom: .2rem;
		padding-right: .3rem;
	}
	.gytit40:after{
		width: .5rem;
		height: 2px;
	}
	.about-a1{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .4rem;
		margin-right: .15rem;
	}
	.about-art{
		margin-top: .5rem;
	}
	.about-a2{
		font-size: .3rem;
		line-height: .5rem;
		margin-bottom: .3rem;
	}
	.about-c{
		margin-top: .8rem;
	}
	.gytit-xt:after{
		top: .35rem;
	}
	.about-d{
		padding: .6rem 0;
		overflow: auto;
	}
	.about-d img{
		width: 610px;
		max-width: initial;
	}
}


/*大事记年表*/
.notes{
	margin-top: 20px;
	background: #f7f7f7;
	padding: 50px 0;
}
.notes-tit .gytit40{
	background: #F7F7F7;
}
.notes-ul{
	margin-top: 70px;
}
.notes-li{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.notes-lt{
	width: 280px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.notes-lt:after{
	content: '';
	width: 55px;
	height: 1px;
	background: #b52053;
	position: absolute;right: 15px;
	top: 30px;
}
.notes-lt:before{
	content: '';
	width: 1px;
	height: calc(100% - 75px);
	background: #b52053;
	position: absolute;
	bottom: 0;
	left: 100px;
}
.notes-a{
	width: 200px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	background: #b52053;
}
.notes-rt{
	width: calc(100% - 280px);
	float: right;
	background: #fff;
	margin-bottom: 45px;
	padding: 30px 50px;
}
.notes-c{
    font-size: 0;
    padding-bottom: 20px;
    max-width: 1100px;
    margin-left: 0;
}
.notes-c .tkimg{
	border-radius: 15px 0;
	cursor: pointer;
}
.notes-c .swiper-slide{
	margin-top: 20px;
}
.gysw-next{
	width: 49px;
	height: 88px;
	background: url(../image/ico03.png);
	background-size: cover;
	right: 0;
	margin-top: -44px;
}
.gysw-prev{
	width: 49px;
	height: 88px;
	background: url(../image/ico04.png);
	background-size: cover;
	left: 0;
	margin-top: -44px;
}
.gysw-next.swiper-button-disabled,.gysw-prev.swiper-button-disabled{
	display: none;
}
.notes-li:last-child .notes-lt:before{
	display: none;
}

@media(max-width:1600px){
	.gysw-next,.gysw-prev{
		width: 30px;
		height: 55px;
		margin-top: -27px;
	}
	.notes-lt{
		width: 220px;
	}
	.notes-a{
		width: 140px;
		font-size: 18px;
	}
	.notes-rt{
		width: calc(100% - 220px);
	}
	.notes-lt:before{
		left: 70px;
	}
}
@media(max-width:1000px){
	.notes-lt{
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.notes-rt{
		width: 100%;
		padding: 30px;
	}
	.notes-lt:after,.notes-lt:before{
		display: none;
	}
}
@media(max-width:750px){
	.notes-ul{
		margin-top: .6rem;
	}
	.notes{
		padding-top: .8rem;
		padding-bottom: .6rem;
	}
	.notes-a{
		width: 2.4rem;
		font-size: .3rem;
		line-height: .8rem;
	}
	.notes-lt{
		margin-bottom: .3rem;
	}
	.notes-li{
		margin-bottom: .5rem;
	}
	.notes-rt{
		width: ;
		padding: .2rem .4rem;
		margin-bottom: 0;
	}
}



/*资质荣誉*/
.honor{
	padding-top: 75px;
	padding-bottom: 40px;
}
.honor-a{
	background: #fff;
	float: right;
	position: relative;
	z-index: 3;
}
.honor-a li{
	font-size: 18px;
	color: #666;
	line-height: 45px;
	display: inline-block;
	margin-left: 25px;
	cursor: pointer;
}
.honor-a li:hover{
	color: #000;
}
.honor-a li.on{
	color: #000;
}
.honor-a a{
	font-size: 18px;
	color: #666;
	line-height: 45px;
	display: inline-block;
	margin-left: 25px;
	cursor: pointer;
}
.honor-a a:hover{
	color: #000;
}
.honor-a a.on{
	color: #000;
}
.honor-div{
	margin-top: 80px;
	width: 102.7%;
	overflow: hidden;
	font-size: 0;
}
.honor-div1{
	display: none;
}
.honor-div li{
	display: inline-block;
	width: 22.3%;
	margin-right: 2.7%;
	vertical-align: top;
	margin-bottom: 35px;
}
.honor-c{
	width: 100%;
	height: 282px;
	text-align: center;
	line-height: 280px;
	font-size: 0;
	border: 1px solid #e6e6e6;
	border-radius: 5px 0 ;
	overflow: hidden;
}
.honor-c img{
	max-height: 100%;
}
.tkimg{
	cursor: pointer;
}
.honor-d{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
	color: #333;
}
.honor-titbj{
	background: #f7f7f7;
}
.honor-div2 .honor-c{
	background: #fff;
	border-color: #fff;
}

@media(max-width:1600px){
	.honor-c{
		height: 202px;
		line-height: 200px;
	}
}
@media(max-width:1200px){
	.honor-div li{
		width: 30.633%;
	}
}

@media(max-width:750px){
	.honor{
		padding-top: .8rem;
		padding-bottom: .4rem;
	}
	.honor-a{
		width: 100%;
		margin-top: .5rem;
		text-align: right;
		line-height: 1;
		font-size: 0;
	}
	.honor-a li{
		font-size: .28rem;
		line-height: .45rem;
		margin-left: .3rem;
	}
	.honor-a a{
		font-size: .28rem;
		line-height: .45rem;
		margin-left: .3rem;
	}
	.honor-nav{
		overflow: hidden;
	}
	.honor-div{
		margin-top: .6rem;
		width: 103%;
	}
	.honor-div li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .3rem;
	}
	.honor-c{
		height: 3.02rem;
		line-height: 3rem;
	}
	.honor-d{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
}


/*信息公开*/
.open{
	padding-top: 80px;
	padding-bottom: 55px;
}
.open-ul{
	margin-top: 65px;
}
.open-li{
	display: block;
	width: 100%;
	background: #f7f7f7;
	padding: 40px 80px;
	margin-bottom: 40px;
	border-radius: 10px 0;
	overflow: hidden;
}
.open-a{
	font-size: 24px;
	color: #333;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.open-li:hover .open-a{
	color: #b52053;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.open-b{
	font-size: 18px;
	color: #808080;
	line-height: 1;
	margin: 15px 0;
}
.open-c{
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.open-mr{
	width: 100%;
	position: relative;
	text-align: center;
}
.open-mr:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.open-mr>div{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 0 25px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.open-mr>div>img{
	vertical-align: middle;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.open-mr>div:hover{
	/*color: #b52053;*/
	transition: all .3s;
-webkit-transition: all .3s; 
}
.open-mr>div:hover>img{
	margin-left: 10px;
	transition: all .3s;
-webkit-transition: all .3s; 
}

@media(max-width:1600px){
	.open-li{
		padding: 40px;
	}
}
@media(max-width:1200px){
	.open-c{
		height: 60px;
	}
	.open-a{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		height: 30px;
	}
}
@media(max-width:750px){
	.open{
		padding: .8rem 0;
	}
	.open-ul{
		margin-top: .6rem;
		margin-bottom: .3rem;
	}
	.open-li{
		padding: .4rem;
		margin-bottom: .3rem;
	}
	.open-a{
		font-size: .32rem;
		height: .45rem;
		line-height: .45rem;
	}
	.open-b{
		font-size: .24rem;
		margin: .15rem 0;
	}
	.open-c{
		height: .9rem;
	}
	.open-mr>div{
		font-size: .28rem;
	}
	.open-mr>div>img{
	}
}




/*联系我们*/
.contact{
	padding-top: 60px;
	padding-bottom: 70px;
}

.contact-div{
	margin-top: 60px;
	position: relative;
}
.contact-map{
	width: 100%;
	height: 750px;
	position: relative;
	z-index: 1;
}
.contact-ul{
	position: absolute;
	top: 110px;
	left: 80px;
	z-index: 3;
}
.contact-ul li{
	width: 390px;
	height: 470px;
	background: #e6e6e6;
	border-radius: 10px 0;
	padding: 0 40px;
	padding-top: 60px;
}
.contact-ul li{
	display: none;
}
.contact-a{
	font-size: 24px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 50px;
}
.contact-b{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	padding-left: 30px;
	background: no-repeat left 8px;
	margin-bottom: 35px;
}


@media(max-width:1600px){
	.contact-map{
		height: 600px;
	}
	
}
@media(max-width:1200px){
	.contact-ul{
		top: 60px;
		left: 50px;
	}
	.contact-ul li{
		height: 350px;
		padding: 40px;
	}
	.contact-a{
		margin-bottom: 30px;
	}
	.contact-b{
		margin-bottom: 25px;
	}
}
@media(max-width:1000px){
	.contact-ul{
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 30px;
	}
	.contact-ul li{
		width: 100%;
		background: initial;
		height: initial;
		padding: 0;
	}
	.contact-a{
		text-align: left;
		margin-bottom: 20px;
	}
	.contact-b{
		margin-bottom: 15px;
	}
	.contact-map{
		height: 400px;
	}
}
@media(max-width:750px){
	.contact{
		padding: .8rem 0;
	}
	.honor-a li{
		font-weight: bold;
	}
	.contact-div{
		margin-top: .6rem;
	}
	.contact-a{
		font-size: .35rem;
		margin-bottom: .3rem;
	}
	.contact-b{
		font-size: .26rem;
		line-height: .45rem;
		padding: .1rem 0;
		margin-bottom: .1rem;
		padding-left: .45rem;
		background-position-y: .15rem;
	}
	.contact-map{
		height: 5rem;
	}
}



/*公司新闻*/
.news{
	padding: 60px 0;
}

.news-ul{
	margin-top: 50px;
	width: 104.2%;
	font-size: 0;
	margin-bottom: 10px;
}
.news-li{
	display: inline-block;
	vertical-align: top;
	width: 29.133%;
	margin-right: 4.2%;
	margin-bottom: 40px;
}
.news-ab{
	width: 100%;
	position: relative;
	border-radius: 10px 0;
	overflow: hidden;
}
.news-c{
	font-size: 24px;
	color: #333;
	line-height: 35px;
	height: 70px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-li:hover .news-c{
	color: #b52053;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.news-d{
	font-size: 18px;
	color: #808080;
	line-height: 1.1;
}

@media(max-width:1600px){
	.news-c{
		font-size: 20px;
		line-height: 30px;
		height: 60px;
		margin: 10px 0;
	}
	.news-d{
		font-size: 16px;
	}
}
@media(max-width:1000px){
	.news-c{
		font-size: 16px;
		font-weight: bold;
	}
	.news-d{
		font-size: 14px;
	}
}
@media(max-width:750px){
	.honor-a a{
		font-weight: bold;
	}
	.news{
		padding: .8rem 0;
	}
	.news-ul{
		margin-top: .6rem;
		width: 103%;
	}
	.news-li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .4rem;
	}
	.news-c{
		font-size: .28rem;
		line-height: .45rem;
		height: .9rem;
		margin: .1rem 0;
	}
	.news-d{
		font-size: .24rem;
	}
}


/*展览专题*/
.special-d{
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	margin-bottom: 25px;
}
@media(max-width:1200px){
	.special-d{
		margin-bottom: 15px;
	}
}
@media(max-width:750px){
	.special-d{
		margin-bottom: .15rem;
	}
}


/*党建专栏*/
.column-ul{
	margin-top: 50px;
	margin-bottom: 10px;
}
.column-li{
	display: block;
	width: 100%;
	margin-bottom: 45px;
	border-top-left-radius: 10px;
	overflow: hidden;
	background: #f7f7f7;
}
.column-a{
	width: 520px;
	height: 300px;
	float: left;
	position: relative;
}
.column-be{
	width: calc(100% - 520px);
	float: right;
	padding: 50px 55px;
	padding-bottom:0 ;
}
.column-d{
	font-size: 18px;
	color: #333;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.column-e{
	margin-top: 10px;
	margin-bottom: 20px;
}
.column-li:hover .open-a{
	color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s;
}


@media(max-width:1600px){
	.column-a{
		width: 400px;
		height: 240px;
	}
	.column-be{
		width: calc(100% - 400px);
		padding:20px 40px;
		padding-bottom: 0;
	}
	.column-li{
		margin-bottom: 30px;
	}
}
@media(max-width:1000px){
	.column-a{
		width: 260px;
		height: 150px;
	}
	.column-be{
		width: calc(100% - 260px);
		padding:20px 30px;
		padding-bottom: 0;
	}
	.column-li .open-c{
		display: none;
	}
	.column-d{
		font-size: 16px;
		height: .3rem;
		line-height:1.2;
		margin-bottom: 5px;
	}
	.column-e{
		margin-bottom: 0;
	}
}
@media(max-width:1000px){
	.column-a{
		width: 2.6rem;
		height: 1.8rem;
	}
	.column-be{
		width: calc(100% - 2.6rem);
		padding:.15rem .3rem;
		padding-bottom: 0;
	}
	.column-d{
		font-size: .24rem;
		margin-bottom: .1rem;
	}
	.column-e{
		margin-top: .1rem;
	}
	.column-li .open-a{
		font-size: .3rem;
		height:.36rem;
		line-height:1.2;
	}
	.column-li{
		margin-bottom: .3rem;
	}
	.column-ul{
		margin-top: .6rem;
	}
}




/*诚邀合作*/
.cooperate{
	padding: 65px 0;
	overflow: hidden;
}
.cooperate-lt{
	width: 430px;
	float: left;
	padding-right: 40px;
}
.cooperate-a{
	padding-left: 50px;
}
.cooperate-a1{
	line-height: 1.2;
}
.cooperate-a1 .posT{
	top: -10px;
}
.cooperate-b{
	margin-top: 120px;
	display: inline-block;
	overflow: hidden;
	border-radius: 10px 0;
}
.cooperate-rt{
	width: calc(100% - 430px);
	float: right;
}
.cooperate-jk{
	padding-top: 60px;
	padding-bottom: 40px;
	border-top: 2px solid #e6e6e6;
}
.cooperate-j{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.cooperate-k{
}
.cooperate-jk:first-child{
	padding-top: 0;
	border: 0;
}

@media(max-width:1200px){
	.cooperate-lt{
		width: 300px;
	}
	.cooperate-a{
		padding-left: 0px;
	}
	.cooperate-rt{
		width: calc(100% - 300px);
	}
	.cooperate-j{
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 20px;
	}
}

@media(max-width:1000px){
	.cooperate-lt{
		width: 100%;
		margin-bottom: 50px;
	}
	.cooperate-a{
		padding: 0;
	}
	.cooperate-b{
		display: none;
	}
	.cooperate-rt{
		width: 100%;
	}
}
@media(max-width:750px){
	.cooperate{
		padding: .8rem 0;
	}
	.cooperate-lt{
		margin-bottom: .6rem;
	}
	.cooperate-jk{
		padding-top: .5rem;
		padding-bottom: .3rem;
	}
	.cooperate-j{
		font-size: .34rem;
		line-height: .5rem;
		margin-bottom: .2rem;
	}
}



/*资产运营*/
.assets-ab{
	overflow: hidden;
}
.assets-a{
	width: 350px;
	float: left;
}

.assets-b{
	width: calc(100% - 350px);
	float: right;
}
.assets-c{
	margin-top: 50px;
	padding-right: 285px;
}
.assets-c img{
	border-radius: 10px 0;
}
@media(max-width:1600px){
	.assets-c{
		padding-right: 160px;
	}
}
@media(max-width:1200px){
	.assets-a{
		width: 300px;
	}
	.assets-b{
		width: calc(100% - 300px);
	}
	.assets-c{
		padding-right: 120px;
	}
}
@media(max-width:1000px){
	.assets-a{
		width: 100%;
		margin-bottom: 50px;
	}
	.assets-b{
		width: 100%;
	}
}
@media(max-width:750px){
	.assets-a{
		margin-bottom: .6rem;
	}
	.assets-c{
		margin-top: .6rem;
		padding-right: 1rem;
	}
}




/*文化+工程*/
.project{
	padding-top: 70px;
	padding-bottom: 130px;
}
.project-de{
	margin-top: 35px;
	height: 760px;
	background: #f7f7f7;
	overflow: hidden;
}
.project-d{
	width: 58%;
	float: left;
	padding: 60px;
	padding-left: 80px;
}
.project-dtit{
	background: initial;
}
.project-dct{
	width: 100%;
	height: 470px;
	margin-top: 60px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: auto;
	/*white-space:nowrap ;*/
}
.project-dct h3{
	margin-top: 20px;
	margin-bottom: 8px;
}
.project-dct h3:first-child{
	margin-top: 0;
}
.project-dli{
	display: inline-block;
	margin-right: 70px;
	vertical-align: top;
}
.project-d1,.project-dct h3{
	font-size: 18px;
	line-height: 30px;
	color: #B52053;
	padding-left: 15px;
	position: relative;
}
.project-d1:after,.project-dct h3:after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	border: 1px solid #B52053;
	position: absolute;
	left: 0;
	top: 12px;
}
.project-d2{
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
.project-d2 li{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-bottom: 15px;
}
.project-e{
	width: 42%;
	height: 760px;
	background: #e6e6e6;
	float: right;
	padding: 45px;
	padding-top: 130px;
}
.project-swiper{
	width: 100%;
	padding: 0 45px;
}
.project-swiper .tkimg{
	border: 2px solid #B52053;
	border-radius: 10px 0;
}
.project-swiper .swiper-slide{
	height: 500px;
	line-height: 500px;
}
.project-prev{
	width: 18px;
	height: 35px;
	background: url(../image/ico26.png) no-repeat center; 
	background-size: cover;
	left: 0;
	margin-top: -18.5px;
}
.project-next{
	width: 18px;
	height: 35px;
	background: url(../image/ico27.png) no-repeat center; 
	background-size: cover;
	right: 0;
	margin-top: -18.5px;
}



.project-f{
	margin-top: 90px;
}
.honor-a9{
	padding-right: 24px;
	background: url(../image/ico10.png) no-repeat right center;
}
.project-div{
	width: calc(100% + 20px);
	overflow: hidden;
	margin-top: 85px;
}
.project-g{
	display: block;
	width: calc(66.666% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 400px;
	border-radius: 10px 0;
	overflow: hidden;
}
.project-gd{
	width: 460px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	z-index: 3;
	padding: 0 40px;
	padding-top: 100px;
	color: #fff;
}
.project-g1{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.project-g2{
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	opacity: .65;
	margin-top: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hvmr-j{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity:0;
	transition: all .5s;
-webkit-transition: all .5s;
}
.hvmr-a:hover .hvmr-j{
	opacity: 1;
	transition: all .5s;
-webkit-transition: all .5s;
}

.project-h{
	width: calc(33.333% - 20px);
	height: 400px;
}
.project-hbj{
	background: url(../image/ico12.png)no-repeat center bottom;
	z-index: 3;
}
.project-h1{
	width: 100%;
	padding: 0 35px;
	font-size: 24px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 25px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.project-j{
	width: calc(33.333% - 20px);
	height: 820px;
	float: right;
}
.project-j1{
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}
.project-j2{
	width: 100%;
	height: 240px;
	background: #a13654;
	padding: 0 35px;
	padding-top: 60px;position: relative;
}
.project-j2 .project-g2{
	margin-top: 25px;
}

@media(max-width:1600px){
	.project-g{
		height: 300px;
	}
	.project-gd{
		width: 350px;
		padding: 0 30px;
		padding-top: 60px;
	}
	.project-g1{
		font-size: 20px;
	}
	.project-g2{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.project-j{
		height: 620px;
	}
	.project-j1{
		height: 450px;
	}
	.project-j2{
		height: 170px;
		width: 100% !important;
		padding-top: 30px;
	}
	.project-h1{
		font-size: 20px;
		padding: 0 20px;
	}
}
.project-j4{
	display: none;
}
@media(max-width:1000px){
	.project-g{
		width: calc(100% - 20px);
		height: 320px;
	}
	.project-j{
		width: calc(50% - 20px);
	}
	.project-h{
		width: calc(50% - 20px);
	}
	.project-j1{
		height: 100%;
	}
	.hvmr-j{
		display: none;
	}
	.project-j2{
		display: none;
	}
	.project-j4{
		display: block;
	}
	
	.project-de{
		height: auto;
	}
	.project-d{
		width: 100%;
	}
	.project-e{
		width: 100%;
		padding: 60px;
		height: 620px;
	}
}
@media(max-width:750px){
	.project-mr{
		display: inline-block;
		margin-top: .15rem;
		width: auto;
	}
	.project{
		padding: .8rem 0;
	}
	.project-f{
		margin-top: .6rem;
	}
	.project-div{
		width: 100%;
		margin-top: .5rem;
	}
	.project-g{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
		height: 5rem;
	}
	.project-gd{
		width: 100%;
		height: 50%;
		padding: .4rem;
		top: initial;
		bottom: 0;
	}
	.project-g1{
		font-size: .3rem;
		font-weight: bold;
	}
	.project-g2{
		font-size: .24rem;
		margin-top: .1rem;
		height: .9rem;
		line-height: .45rem;
	}
	.project-h1{
		font-size: .3rem;
		font-weight: .3rem;
		height: .4rem;
		line-height: .4rem;
		padding: 0 .4rem;
		bottom: .4rem;
	}
	
	.project-d{
		padding: .8rem .4rem;
	}
	.project-dct{
		margin-top: .6rem;
		height: 6rem;
	}
	.project-d1,.project-dct h3{
		font-size: .3rem;
		font-weight: bold;
		line-height: .5rem;
		padding-left: .3rem;
	}
	.project-d1:after,.project-dct h3:after{
		width: .1rem;
		height: .1rem;
		top: .2rem;
	}
	.project-d2{
		margin-top: .1rem;
		margin-bottom: .2rem;
	}
	.project-d2 li{
		font-size: .24rem;
		line-height: .4rem;
		margin-bottom: .1rem;
	}
	.project-dli{
		margin-right: .4rem;
	}
	.project-e{
		padding: .8rem .4rem;
		height: auto;
	}
	.project-swiper{
		padding: 0 30px;
	}
	.project-swiper .swiper-slide{
		height: auto;
		line-height: initial;
	}
}


/*精品案例*/
.proList{
	padding: 75px 0;
}
.proList-tit{
	
}
.proList-ul{
	margin-top: 75px;
}
.proList-i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(0,0,0,.5) url(../image/ico11.png)  no-repeat right bottom;
	
}
.proList-c{
	font-size: 26px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #333;
	height: 30;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.proList-d{
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media(max-width:1600px){
	.proList-c{
	 	font-size: 20px;
	    line-height: 30px;
	    height: 30px;
	    margin-top: 15px;
    }
    .proList-d{
	 	font-size: 16px;
	    line-height: 25px;
	    height: 25px;
	    margin-top: 0;
	    margin-bottom: 10px;
    }
    .proList-ul{
    	margin-top: 50px;
    }
}
@media(max-width:750px){
	.proList{
		padding: .8rem 0;
	}
	.proList-ul{
		margin-top: .6rem;
	}
	.proList-c{
	 	font-size: .28rem;
	   	 line-height: .45rem;
	   	 height: .45rem;
	   	 margin-top: .1rem;
    }
    .proList-d{
	 	font-size: .24rem;
	   	 line-height: .40rem;
	   	 height: .45rem;
	   	 margin-bottom: 0;
    }
}



/*案例详情*/
.proinfo{
	padding: 0 120px;
	position: relative;
}
.proinfo-a{
	width: calc(100% + 640px);
	margin-left: -320px;
	padding: 0 320px;
}
.proinfo-swpt{
	width: 40px;
	height: 70px;
	margin-top: -35px;
	background-color: rgba(0,0,0,.6);
	background-size: 20px auto;
}
.proinfo-swpt1{
	right: 0;
}
.proinfo-swpt2{
	left: 0;
}
.swiper-button-disabled{
	display: none;
}
.proinfo-div{
	padding: 65px 120px;
	padding-top: 55px;
	text-align: center;
}
.proinfo-c{
	padding: 25px 80px;
	font-size: 40px;
	line-height: 55px;
	color: #333;
	background: #e6e6e6;
}
.proinfo-de{
	width: 100%;
	padding: 35px 80px 60px 80px;
	background: #f7f7f7;
	color: #333;
}
.proinfo-d{
	font-size: 20px;
	color: #666;
	line-height: 45px;
	margin-bottom: 80px;
}


@media(max-width:1600px){
	.proinfo-c{
		font-size: 30px;
		line-height: 45px;
	}
	.proinfo{
		padding: 0 80px;
	}
	.proinfo-div{
		padding: 60px 80px;
	}
	.proinfo-a {
	    width: calc(100% + 560px);
	    margin-left: -280px;
	    padding: 0px 280px;
	}
	.proinfo-de{
		padding: 40px 50px;
	}
}
@media(max-width:750px){
	.proinfo-c{
		font-size: .32rem;
		line-height: .45rem;
		padding: .2rem .3rem;
		font-weight: bold;
	}
	.proinfo{
		padding: 0;
	}
	.proinfo-div{
		padding: .6rem 0;
	}
	.proinfo-a {
	    width: calc(100% + 560px);
	    margin-left: -280px;
	    padding: 0px 280px;
	}
	.proinfo-de{
		padding: .3rem;
		
	}
	.proinfo-d{
		font-size: .28rem;
		line-height: .55rem;
		margin-bottom: .6rem;
	}
	.proinfo-swpt{
		width: .4rem;
		height: .7rem;
		background-size: .2rem auto;
		margin-top: -.35rem;
	}
}





/*文化+商贸*/
.trade-txt{
	font-size: 18px;
	line-height: 35px;
	color: #333;
	padding-left: 25px;
	margin: 5px 0;
	font-weight: bold;
	background: url(../image/ico13.png) no-repeat left 17px;
}
.trade-zl{
	margin-top: 55px;
}
.trade-cont{
	width: calc(100% + 40px);
	overflow: hidden;
	margin-top: 75px;
}
.trade-a{
	width: calc(49% - 40px);
	height: 920px;
	float: left;
	margin-right: 40px;
}
.trade-Aswiper{
	height: 100%;
	width: 100%;
}
.trade-Aswiper .swiper-slide{
	width: 100%;
	height: 100%;
	border-radius: 10px 0;
	overflow: hidden;
}
.trade-Aswiper .swiper-slide a{
	display: block;
}
.trade-adiv{
	width: 100%;
	padding: 0 25px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 65px;
}
.trade-a1{
	font-size: 30px;
	line-height: 1.1;
	color: #fff;
}
.trade-a2{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	opacity: .6;
	margin-top: 20px;
	max-width: 620px;
	overflow-y:auto;
}
.trade-aimg{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	font-size: 0;
	cursor: pointer;
}

.trade-b{
	width: calc(25.5% - 40px);
	margin-right: 40px;
	float: left;
}
.trade-b .ieht-li{
	width: 100% !important;
	margin: 0 !important;
	margin-top: 40px !important;
}
.trade-b .ieht-li:first-child{
	margin-top: 0 !important;
}
.trade-b .ieht-bd{
	background: #f2f2f2;
	border: 0;
}
.trade-b .ieht-a{
	height: 260px;
}
.trade-b2{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 0 15px;
	background: #B52053;
	position: absolute;
	top: 0;
	right: 0;
}
.trade-b .ieht-li:hover .trade-b2{
	color: #fff !important;
}
.trade-c{
	width: calc(25.5% - 40px);
	float: left;
	position: relative;
	background: #f2f2f2;
	padding: 40px;
}
.trade-ca{
	display: block;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}
.trade-ca:first-child{
	border: 0;
}
.trade-c1{
	font-size: 14px;
	color: #666;
	line-height: 1.1;
}
.trade-c2{
	font-size: 20px;
	color: #333;
	line-height: 26px;
	height: 54px;
	margin-top: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.trade-ca .trade-c2{
	font-size:18px;
}
.trade-ca:hover .trade-c2{
	color: #B52053;
	font-size:18px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.trade-d{
	margin-top: 100px;
}
.trade-e{
	margin-top: 75px;
}
.trade-e1{
	overflow: hidden;
	border-radius: 10px 0;
}
.trade-e2{
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}
.trade-Eswiper{
	padding-bottom: 100px;
}
.trade-Espan span{
	width: 10px;
	height: 10px;
	border: 1px solid #B52053;
	background: #fff;
	opacity: 1;
}
.trade-Espan span.swiper-pagination-bullet-active{
	background: #B52053;
	border: 1px solid #B52053;
}
.trade-f{
	margin-top: 40px;
}
.trade-g{
	margin-top: 60px;
	width: calc(100% + 35px);
	overflow: hidden;
}
.trade-g1{
	width: calc(25% - 35px);
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
	display: block;
	/*background: #f2f2f2;*/
	/*height: 185px;*/
	/*padding: 20px;*/
	/*line-height: 145px;*/
	text-align: center;
	border-radius: 10px 0;
	overflow: hidden;
	font-size: 0;
	transition: all .3s;
	-webkit-transition: all .3s;  
}
.trade-g1>img{
	/*max-height: 100%;*/
	width:100%;
}
.trade-g1:hover{
	box-shadow: 5px 5px 5px #ccc;
	transition: all .3s;
-webkit-transition: all .3s;  
}

@media(max-width:1600px){
	.trade-a{
		height: 840px;
	}
	.trade-ca{
		padding: 23px 0;
	}
	.trade-e2{
		font-size: 20px;
	}
}
@media(max-width:1000px){
	.trade-a{
		width: calc(100% - 40px);
		margin-bottom: 30px;
	}
	.trade-b,.trade-c{
		width: calc(50% - 40px);
	}
	.trade-g1{
		width: calc(33.333% - 35px);
		
		height: auto;
		line-height:1;
	}
}
@media(max-width:750px){
	.trade-cont{
		width: 100%;
		margin-top: .5rem;
	}
	.trade-a{
		width: 100%;
		margin: 0;
		margin-bottom: .4rem;
		height: 8rem;
	}
	.trade-adiv{
		padding: 0 .3rem;
		bottom: .3rem;
	}
	.trade-a1{
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.trade-a2{
		font-size: .26rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .2rem;
	}
	.trade-b, .trade-c{
		width: 100%;
		margin: 0;
		margin-bottom: .4rem;
	}
	.trade-c{
		padding:30px;
	}
	.trade-b .ieht-li{
		margin-top: .3rem 0;
	}
	.trade-ca{
		padding: .2rem 0;
	}
	.trade-c1{
		font-size: 12px;
	}
	.trade-c2{
		font-size: .26rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .1rem;
	}
	.trade-d{
		margin-top: .8rem;
	}
	.trade-e{
		margin-top: .5rem;
	}
	.trade-Eswiper{
		padding-bottom: 60px;
	}
	.trade-e2{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.trade-f{
		margin-top: .6rem;
	}
	.trade-g{
		width: 103%;
		margin-top: .5rem;
	}
	.trade-g1{
		width: 47%;
		margin-right: 3%;
		margin-bottom: .3rem;
		/*height: 1.8rem;
		padding: .3rem;*/
		line-height: 1.2rem;
	}
}





/*园区案例*/
.park{
	padding-top: 75px;
	padding-bottom: 50px;
}
.park-ul{
	margin-top: 65px;
    width: 104.2%;
    font-size: 0;
}
.park-li{
	display: inline-block;
    vertical-align: top;
    width: 29.133%;
    margin-right: 4.2%;
    margin-bottom: 60px;
   /* background: #f7f7f7;
    padding:0 20px;*/
    /*border-radius: 10px 0;*/
    overflow: hidden;
}
.park-li .park-a,.park-li .park-b{
	transition: all .4s;
}
.park-li:hover .park-a{
	transform:scale3d(1.05, 1.05, 1.0);
}
.park-li:hover .park-b{
	color:#B52053;
}
.park-a{
	width: 100%;
	text-align: center;
	height:auto !important;
	/*height: 330px;
	padding: 20px 0;
	line-height: 290px;*/
	border-radius: 10px 0;
	overflow: hidden;
	font-size: 0;
	/*border-bottom: 1px solid #ccc;*/
}
.park-a img{
	width:100%;
}
.park-a img{
	max-height: 100%;
}
.park-b{
	font-size: 26px;
	height: 100px;
	line-height: 100px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media(max-width:1600px){
	.park-a{
		height: 240px;
		line-height: 200px;
	}
	.park-b{
		font-size: 20px;
		height: 80px;
		line-height: 80px;
	}
}
@media(max-width:1200px){
	.park-a{
		/*height: 180px;
		line-height: 140px;*/
		height:auto;
		line-height:1;
	}
	.park-b{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.park-li{
		margin-bottom: 40px;
	}
}
@media(max-width:750px){
	.park{
		padding: .8rem 0;
	}
	.park-a{
		/*height: 2.4rem;
		line-height: 2rem;*/
	}
	.park-b{
		font-size: .28rem;
		height: 1rem;
		line-height: 1rem;
	}
	.park-ul{
		width: 103%;
		margin-top: .5rem;
	}
	.park-li{
		margin-bottom: .4rem;
		width: 47%;
		margin-right: 3%;
	}
}

/*园区案例内页*/

.parkinfo{
	overflow: hidden;
	margin-bottom: 90px;
	background: #F7F7F7;
	height: 650px;
}
.parkinfo-lt{
	width: 50%;
	height: 100%;
	float: left;
}
.parkinfo-span{
	bottom: 10px !important;
	text-align: right;
	padding-right: 20px;
}
.parkinfo-span span{
	background: #fff;
	border: 1px solid #b52053;
	opacity: 1;
}
.parkinfo-span span.swiper-pagination-bullet-active{
	background: #B52053;
}

.parkinfo-rt{
	width: 50%;
	float: right;
	padding-left: 55px;
	padding-top: 40px;
}
.parkinfo-div{
	padding-right: 20px;
	overflow: auto;
	height: 580px;
}
.parkinfo-a{
	width: 100%;
	height: 120px;
	padding: 20px 0;
	padding-right: 40px;
	line-height: 80px;
}
.parkinfo-a img{
	max-height: 100%;
}
.parkinfo-b{
	padding: 30px 35px;
	border-top: 1px solid #ccc;
}
.parkinfo-b1{
	font-size: 30px;
	line-height: 36px;
	color: #333;
}
.parkinfo-b2{
	font-size: 18px;
	line-height: 35px;
	margin-top: 10px;
	color: #333;
}

@media(max-width:1600px){
	.parkinfo{
		height: 550px;
	}
	.parkinfo-div{
		height: 480px;
	}
	.parkinfo-b{
		padding: 20px;
	}
}
@media(max-width:1200px){
	.parkinfo{
		height: 450px;
	}
	.parkinfo-div{
		height: 380px;
	}
	.parkinfo-b{
		padding: 15px;
	}
	.parkinfo-rt{
		padding-left: 30px;
		padding-top: 30px;
	}
	.parkinfo-a{
		height: 100px;
		line-height: 60px;
	}
	.parkinfo-b1{
		font-size: 24px;
		line-height: 32px;
	}
	.parkinfo{
		font-size: 16px;
		line-height: 25px;
		margin-top: 5px;
	}
}
@media(max-width:1000px){
	.parkinfo{
		height: auto;
	}
	.parkinfo-lt{
		width: 100%;
		height: 500px;
	}
	.parkinfo-rt{
		width: 100%;
		padding: 40px;
	}
	.parkinfo-div{
		height: auto;
		padding-right: 0;
	}
}
@media(max-width:750px){
	.parkinfo{
		margin-bottom: .8rem;
	}
	.parkinfo-lt{
		height: 5rem;
	}
	.parkinfo-rt{
		padding: .4rem;
	}
	.parkinfo-a{
		height: 1.6rem;
		padding: 0;
		padding-bottom: .2rem;
		padding-right: .5rem;
		line-height: 1.4rem;
	}
	.parkinfo-b1{
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.parkinfo-b2{
		font-size: .26rem;
		line-height: .45rem;
	}
	.parkinfo-b{
		padding: .2rem;
	}
}



.gallery{
	padding-top: 65px;
	padding-bottom: 80px;
	overflow: hidden;
}

.gallery-lt{
	width: 350px;
	float: left;
	padding-right: 40px;
}
.gallery-rt{
	width: calc(100% - 350px);
	float: right;
}
.gallery-a{
	line-height: 1.2;
}
.gallery-b{
	margin-top: 90px;
}
.gallery-b li{
	line-height: 1;
	margin-bottom: 50px;
}
.gallery-b li a{
	display: inline-block;
	font-size: 18px;
	color: #999;
	line-height: 30px;
}
.gallery-b li a:hover{
	color: #333;
}
.gallery-b li a.on{
	color: #333;
}
.gallery-c{
	
}
.gallery-d{
	overflow: hidden;
	margin-top: 35px;
	border-radius: 10px 0;
}
.gallery-div{
	background: #f7f7f7;
	margin-top: 40px;
	padding: 60px;
}
.gytit30{
	font-size: 30px;
	color: #333;
	line-height: 1.1;
}
.gallery-e{
	font-size: 0;
	margin-top: 35px;
	width: 100%;
}
.gallery-e li{
	width: 50%;
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.gallery-e li:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #B52053;
	position: absolute;
	left: 0;
	top: 9px;
}
.gallery-f{
	margin-top: 35px;
}
.gallery-h{
	margin-top: 35px;
	text-align: center;
}
.gallery-j{
	margin-top: 25px;
	font-size: 0;
	width: calc(100% + 40px);
}
.gallery-j li{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 40px);
	margin-right: 40px;
	margin-bottom: 20px;
}
.gallery-j1{
	overflow: hidden;
	position: relative;
	border-radius: 10px 0;
}
.gallery-j2{
	font-size:18px;
	line-height: 30px;
	color: #666;
	margin: 5px 0;
}

@media(max-width:1600px){
	.gallery-div{
		padding: 30px;
	}
	.gallery-f{
		margin-top: 20px;
	}
}

@media(max-width:1200px){
	.gallery-lt{
		width: 250px;
	}
	.gallery-rt{
		width: calc(100% - 250px);
	}
}
@media(max-width:1000px){
	.gallery-lt{
		width: 100%;
		margin-bottom: 40px;
	}
	.gallery-b{
		margin-top: 40px;
	}
	.gallery-b li{
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
		margin-bottom: 20px;
	}
	.gallery-rt{
		width: 100%;
	}
	.gytit30{
		font-size: 26px;
		font-weight: bold;
	}
}

@media(max-width:750px){
	.gallery{
		padding: .8rem 0;
	}
	.gallery-b{
		margin-top: .5rem;
	}
	.gallery-b li{
		margin-right: .35rem;
		margin-bottom: .2rem;
	}
	.gallery-b li a{
		font-size: .28em;
		line-height: .45rem;
	}
	.gallery-lt{
		margin-bottom: .4rem;
	}
	.gallery-d{
		margin-top: .4rem;
	}
	.gallery-div{
		margin-top: .4rem;
		padding: .4rem .3rem;
	}
	.gytit30{
		font-size: .32rem;
	}
	.gallery-e{
		margin-top: .3rem;
	}
	.gallery-e li{
		width: 100%;
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .15rem;
		padding: 0;
		padding-left: .3rem;
	}
	.gallery-e li:after{
		top: .13rem;
	}
	.gallery-f{
		margin-top: .3rem;
	}
	.gallery-h{
		margin-top: .3rem;
	}
	.gallery-j{
		margin-top: .3rem;
		width: 100%;
	}
	.gallery-j li{
		width: 100%;
		margin-bottom: .2rem;
	}
	.gallery-j2{
		font-size: .26rem;
		line-height: .45rem;
		margin: .1rem 0;
	}
}



/*馆藏精品*/
.boutique-swiper{
	margin-top: 45px;
	padding-bottom: 50px;
}
.boutique-swiper .swiper-slide{
	border-radius: 10px 0;
	overflow: hidden;
	background: #e5e5e5;
	text-align: center;
}
.boutique-pagination{
	top: initial !important;
	bottom: 0 !important;
}
.swiper-container-horizontal>.swiper-pagination-progress{
	height: 2px;
}
.swiper-pagination-progress .swiper-pagination-progressbar{
	background: #B52053;
}
.boutique-rt .gallery-div:first-child{
	margin-top: 0;
}
@media(max-width:1200px){
	.boutique-swiper{
		margin-top: 30px;
		padding-bottom: 30px;
	}
}
@media(max-width:1200px){
	.boutique-swiper{
		margin-top: .4rem;
		padding-bottom: .3rem;
	}
}
.boutique-sw{
	display: none;
}
.boutique-tk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: rgba(0,0,0,.8);
}
.boutique-tk-bj>i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.boutique-tk{
	width: 90%;
	max-width: 1230px;
	height: 90vh;
	overflow: auto;
	padding-right: 10px;
	position: absolute;
	top: 5vh;
	left: 50%;
	z-index: 3;
	transform:translateX(-50%);
-ms-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
}
.boutique-tk-bj:after{
	content: '';
	width: 40px;
	height: 40px;
	background: url(../image/x02.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: z;
	top: 5vh;
	left: 50%;
	margin-left: 620px;
	cursor: pointer;
}
.boutique-tk-a{
	text-align: center;
}
.boutique-tk-b{
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
}
.boutique-tk-c{
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
}
.boutique-tk-c{
	margin-top: 35px;
	padding: 35px 80px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	color: #ccc;
	line-height: 40px;
	text-align: left;
}
@media(max-width:1400px){
	.boutique-tk-bj:after{
		left: 90%;
		margin-left: 60px;
	}
}
@media(max-width:1200px){
	.boutique-tk-c{
		padding: 35px 0;
	}
	.boutique-tk-b{
		font-size: 30px;
		line-height: 40px;
	}
	.boutique-tk-bj:after{
		left: initial;
		right: 20px;
		margin: 0;
		top: 20px;
	}
}
@media(max-width:1000px){
	.boutique-tk-bj:after{
		width: .6rem;
		height: .6rem;
		right: .1rem;
		margin: 0;
		top: .1rem;
	}
}
@media(max-width:750px){
	.boutique-tk-c{
		padding: .4rem 0;
		font-size: .26rem;
		line-height: .5rem;
	}
	.boutique-tk-b{
		font-size: .4rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
}






/*江苏省现代艺术馆*/



/*展览计划*/
.exhibition-a{
	overflow: hidden;
	border-radius: 10px 0;
}
.exhibition-b{
	font-size: 30px;
	color: #333;
	line-height: 40px;
	margin-top: 30px;
}
.exhibition-c{
	margin-top: 15px;
}

@media(max-width:1200px){
	.exhibition-b{
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.exhibition-b{
		font-size: .32rem;
		line-height: .45rem;
		margin-top: .2rem;
		font-weight: bold;
	}
	.exhibition-c{
		margin-top: .15rem;
	}
}


/*展览预告*/
.notice{
	padding-top: 70px;
	padding-bottom: 10px;
}
.notice-ul{
	width: calc(100% + 40px);
	font-size: 0;
	margin-top: 60px;
}
.notice-li{
	width: calc(50% - 40px);
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	border-radius: 10px 0;
	overflow: hidden;
	background: #f7f7f7;
}
.notice-a{
	position: relative;
	overflow: hidden;
}
.notice-bd{
	padding: 35px;
	text-align: center;
}
.notice-b{
	font-size: 30px;
	line-height: 40px;
	color: #333;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.notice-c{
	font-size: 26px;
	color: #333;
	line-height: 1.1;
	font-weight: bold;
	margin-top: 10px;
}
.notice-d{
	font-size: 24px;
	line-height: 30px;
	color: #666;
	height: 30px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.notice-d>span{
	display: inline-block;
	padding-left: 30px;
	background: url(../image/ico15.png) no-repeat left center;
}

@media(max-width:1200px){
	.notice-ul{
		width: calc(100% + 25px);
	}
	.notice-li{
		width: calc(50% - 25px);
		margin-right: 25px;
		margin-bottom: 40px;
	}
	.notice-bd{
		padding: 25px;
	}
	.notice-b{
		font-size: 24px;
		height: 30px;
		line-height: 30px;
	}
	.notice-c{
		font-size: 18px;
	}
	.notice-d{
		font-size: 20px;
		height: 25px;
		line-height: 25px;
		margin-top: 15px;
	}
}
@media(max-width:750px){
	.notice{
		padding-top: .8rem;
		padding-bottom: .4rem;
	}
	.notice-ul{
		width: 100%;
		margin-top: .6rem;
	}
	.notice-li{
		width: 100%;
		margin: 0;
		margin-bottom: .4rem;
	}
	.notice-bd{
		padding: .4rem;
	}
	.notice-b{
		font-size: .32rem;
		font-weight: bold;
		height: .45rem;
		line-height: .45rem;
	}
	.notice-c{
		font-size: .28rem;
		margin-top: .15rem;
	}
	.notice-d{
		font-size: .26rem;
		height: .45rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.notice-d span{
		padding-left: .4rem;
		background-size: .2rem auto;
	}
}


/*展览回顾*/
.review-a{
	width: 100%;
	float: left;
	margin-bottom: 45px;
}
.review-b{
	margin-top: 50px;
}
.review-ul{
	margin-bottom: 60px;
}
.review-li{
	display: block;
	width: 100%;
	padding: ;
	margin-bottom: 30px;
	overflow: hidden;
}
.review-c{
	width: 420px;
	height: 250px;
	position: relative;
	border-radius: 10px 0;
	float: left;
	overflow: hidden;
}
.review-d{
	width: calc(100% - 420px);
	float: left;
	padding: 30px 50px;
	padding-right: 0;
}
.review-j{
	font-size: 26px;
	line-height: 35px;
	height: 70px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.review-k{
	font-size: 18px;
	color: #666;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 45px;
}
.review-l{
	display: inline-block;
	font-size: 18px;
    line-height: 30px;
    color: #666;
    height: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 30px;
    background: url(../image/ico15.png) no-repeat left center;
}
.review-li:hover .review-j{
	color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s;  
}

@media(max-width:1600px){
	.review-c{
		width: 300px;
		height: 200px;
	}
	.review-d{
		width: calc(100% - 300px);
		padding: 20px 30px;
		padding-right: 0;
	}
	.review-j{
		font-size: 20px;
		height: 60px;
		line-height: 30px;
	}
	.review-k{
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media(max-width:750px){
	.review-a{
		margin-bottom: .4rem;
	}
	.review-b{
		margin-top:0 ;
	}
	.review-c{
		width: 2.8rem;
		height: 1.9rem;
	}
	.review-d{
		width: calc(100% - 2.8rem);
		padding: 0;
		padding-left: .25rem;
	}
	.review-j{
		font-size: .28rem;
		font-weight: bold;
		line-height: .45rem;
		height: .9rem;
	}
	.review-k{
		font-size: .24rem;
		margin-top: .1rem;
		margin-bottom: .1rem;
	}
	.review-l{
		font-size: .26rem;
		padding-left: .4rem;
		background-size: .2rem auto;
		margin: 0;
	}
	.review-li{
		margin-bottom: .3rem;
	}
	.review-ul{
		margin-bottom: .4rem;
	}
}


/*通用详情*/
.gyinfo{
	background: #f7f7f7;
	padding-bottom: 115px;
}
.gyinfo-a{
	font-size: 40px;
	color: #333;
	line-height: 50px;
	text-align: center;
	margin-top: 50px;
}
.gyinfo-b{
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
	font-size: 18px;
	text-align: center;
	color: #333;
}
.gyinfo-c{
	margin-top: 50px;
	padding: 45px 70px;
	border-top: 1px solid #ccc;
}
.gyinfo-d{
	margin-top: 40px;
	padding: 0 70px;
}
.gyinfo-dbj{
	width: 100%;
	background: #dedede;
	overflow: hidden;
	position: relative;
	padding: 20px;
}
.gyinfo-dbj a{
	font-size: 18px;
	color: #999;
	line-height: 30px;
	display: inline-block;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.gyinfo-dbj a:hover{
	color: #b52053;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.gyinfo-d1{
	height: 30px;
	float: left;
	max-width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.gyinfo-d2{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -18px;
	display: none !important;
}
.gyinfo-d3{
	height: 30px;
	float: right;
	max-width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media(max-width:1200px){
	.gyinfo-a{
		font-size: 32px;
		line-height: 40px;
	}
	.gyinfo-b{
		font-size: 16px;
	}
	.gyinfo-c{
		padding: 40px;
	}
	.gyinfo-d{
		padding: 0 45px;
	}
}
@media(max-width:750px){
	.gyinfo-a{
		font-size: .36rem;
		font-weight: bold;
		line-height: .5rem;
		margin-top: .5rem;
	}
	.gyinfo-b{
		font-size: .28rem;
		line-height: .5rem;
		padding-top: .3rem;
		margin-top: .4rem;
	}
	.gyinfo-c{
		padding: .4rem 0;
		margin-top: .5rem;
	}
	.gyinfo-d{
		padding: 0;
		margin-top: .4rem;
	}
	.gyinfo-dbj{
		padding: .2rem;
	}
	.gyinfo-dbj a{
		font-size: .28rem;
		line-height: .5rem;
	}
	.gyinfo-d1,.gyinfo-d3{
		width: 100%;
		max-width: initial;
		height: .5rem;
		margin: .1rem 0;
	}
	.gyinfo-d2{
		top: .2rem;
		margin-left: -.28rem;
	}
	.gyinfo{
		padding-bottom: .8rem;
	}
}







/*首页*/
.ban-swiper{
	height: calc(100vh - 100px);
}
.ban-slide{
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform:scale(1.08);
-ms-transform:scale(1.08);
-moz-transform:scale(1.08);
-webkit-transform:scale(1.08);
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	transform:scale(1);
-ms-transform:scale(1);
-moz-transform:scale(1);
-webkit-transform:scale(1);
transition:all linear 5s;
	-webkit-transition:all linear 5s;
}
.ban-span{
	display: inline;
	width: 20px !important;
	left: 20px !important;
	bottom: initial !important;
	top: 50%;
	height: initial !important;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.ban-span span{
	width: 18px;
	height: 18px;
	background: url(../image/ico20.png) no-repeat center;
	background-size: cover;
	margin: 15px 0;
	opacity: 1;
}
.ban-span span.swiper-pagination-bullet-active{
	background: url(../image/ico21.png) no-repeat center;
	background-size: cover;
}
.ban-alj{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}


.icte{
	font-size: 0;
}
.icte li{
	width: 33.333%;
	display: inline-block;
	height: 350px;
	vertical-align: top;
	background: #dbd4dc;
	color: #111;
}
.icte li a{
	width: 100%;
	height: 100%;
	padding: 0 30px;
	padding-top: 60px;
	display: block;
	color: #111;
}
.icte-a{
	height: 30px;
	line-height: 30px;
	font-size: 0;
}
.icte-a img{
	max-height: 100%;
}
.icte-b{
	font-size: 28px;
	line-height: 1.2;
	margin-top: 20px;
}
.icte-c{
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.icte li:nth-child(2){
	background: #c09eaf;
}
.icte li:nth-child(3){
	background: #a23656;
	color: #fff;
}
.icte li:nth-child(3) a{
	color: #fff;
}
.icte-swiper{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 60px;
	margin-top: -10px;
}
.icte-swiper .icte li{
	width: 100% !important;
}
.icte-swiper .swiper-slide:nth-child(2) .icte li{
	background: #c09eaf;
}
.icte-swiper .swiper-slide:nth-child(3) .icte li{
	background: #a23656;
	color: #fff;
}
.icte-swiper .swiper-slide:nth-child(3) .icte li a{
	color: #fff;
}
.icte-span span{
	background-color: #B52053;
}
@media(min-width:1201px){
	.icte-swiper .swiper-slide{
		margin-top: 0;
		transition: all .3s;
-webkit-transition: all .3s;  
	}
	.icte-swiper .swiper-slide:hover{
		margin-top: -8px;
		transition: all .3s;
-webkit-transition: all .3s;  
	}
}


.ieht{
	margin-top: 85px;
	width: calc(100% + 35px);
	font-size: 0;
}
.ieht-list{
	width: calc(50% - 35px);
	margin-right: 35px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
.idex-tit{
	font-size: 40px;
	color: #202020;
	line-height: 1.1;
	display: inline-block;
}
.ieht-ul{
	margin-top: 55px;
	width: calc(100% + 35px);
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}
.ieht-li{
	width: calc(50% - 35px);
	margin-right: 35px;
	border-radius: 10px 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #fff;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ieht-a{
	width: 100%;
	height: 230px;
	position: relative;
}
.ieht-bd{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 30px 20px;
	border-bottom-right-radius: 10px;
	height: 180px;
	text-align: center;
	color: #333; 
}
.ieht-a{
	overflow: hidden;
	position: relative;
}
.ieht-b{
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	font-weight: bold;
	color: initial;
}
.ieht-c{
	font-size: 20px;
	color: initial;
}
.ieht-d{
	font-size: 14px;
	color: initial;
}
.ieht-li:hover{
	color: #B52053;
	box-shadow: 0 0 20px #eee;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ieht-li:hover *{
	color: #B52053 !important;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.ieht-li:hover .ieht-d>span{
	background: url(../image/ico15_1.png) no-repeat left center;
}
.ieht-j{
	font-size: 14px;
	line-height: 1.2;
	padding-top: 5px;
	color: #666;
	text-align: left;
}
.ieht-k{
	font-size: 20px;
	line-height: 35px;
	height: 70px;
	margin-top: 15px;
	color: #333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.iabt{
	margin-top: 100px;
}
.iabt-div{
	width: 100%;
	height: 500px;
	margin-top: 60px;
	margin-bottom: 85px;
	overflow: hidden;
	border-radius: 10px 0;
}
.iabt-c{
	float: right;
	height: 500px;
	line-height: 500px;
	margin-right: 10px;
}
.iabt-b{
	width: 375px;
	padding-right: 40px;
	padding-top: ;
	float: right;
}
.iabt-b li{
	margin-top: 65px;
	line-height: 1.1;
	color: #fff;
	overflow: hidden;
	font-size: 0;
}
.iabt-b1{
	font-size: 80px;
	display: inline-block;
	width: 130px;
	text-align: right;
	line-height: 1;
}
.iabt-b2{
	font-size: 18px;
	color: #f19393;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
	position: relative;
	top: -10px;
}
.iabt-b3{
	font-size: 30px;
	color: #f19393;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
	position: relative;
	top: -10px;
}
.iabt-a{
	width: calc(100% - 620px);
	padding-left: 90px;
	max-width: 960px;
	padding-top: 140px;
	color: #fff;
	float: left;
}
.iabt-a1{
	font-size: 34px;
	line-height: 45px;
}
.iabt-a2{
	font-size: 16px;
	line-height: 30px;
	color: #ffc7c7;
	margin-top: 40px;
}
.iabt-a3{
	display: inline-block;
	margin-top: 50px;
}
.iabt-a3:hover{
	opacity: .8;
}

.inws{
	margin-top: 100px;
	
}
.inws-top{
	overflow: hidden;
}
.inws-nav{
	float: right;
	font-size: 0;
}
.inws-nav>a{
	display: inline-block;
	width: 140px;
	height: 50px;
	border: 1px solid #e6e6e6;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-left: 20px;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-nav>a:hover{
	color: #fff;
	background: #B52053;
	border-color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-nav>a.on{
	color: #fff;
	background: #B52053;
	border-color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-cnt{
	margin-top: 55px;
}
.inws-div{
	overflow: hidden;
	display: none;
}
.inws-lt{
	width: 47.65%;
	float: left;
}
.inws-lt-a{
	display: block;
	position: relative;
	overflow: hidden;
	display: none;
}
.inws-rt{
	width: 47.65%;
	float: right;
}
.inws-rt li{
	width: 100%;
	line-height: 1;
	position: relative;
}
.inws-rt-a{
	display: block;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.inws-rt-a:after{
	content: '';
	width: 0%;
	height: 1px;
	background: #B52053;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-a{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	width: calc(100% - 120px);
	float: left;
	color: #202020;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.inws-b{
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
	width: 120px;
	text-align: right;
	float: right;
	color: #666;
}
.inws-c{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	width: 100%;
	float: left;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inws-rt-a:hover:after{
	width: 100%;
	transition: all .3s;
-webkit-transition: all .3s;  
}
.inws-rt-a:hover .inws-a{
	color: #B52053;
	transition: all .3s;
-webkit-transition: all .3s; 
}
.inws-show{
	display: none;
}
.idx-bj{
	background: url(../image/ico25.png) no-repeat 105% 220px;
}
.inws-rt li:first-child .inws-rt-a{
	padding-top: 0;
}

@media(max-width:1600px){
	/*.ban-swiper{
		height: 600px;
	}*/
	.icte li{
		height: 380px;
		
	}
	.icte li a{
		padding-top: 40px;
	}
	.inws-rt-a{
		padding: 20px 0;
	}
	.inws-a{
		font-size: 22px;
	}
	.inws-c{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.ieht-a{
		height: 170px;
	}
	.ieht-bd{
		padding: 20px 15px;
	}
	.ieht-b{
		font-size: 18px;
	}
	.ieht-c{
		font-size: 16px;
	}
	.notice-d{
		margin-top: 20px;
	}
	.ieht-k{
		font-size: 16px;
		line-height: 25px;
		height: 50px;
		font-weight: bold;
	}
	.ieht-bd{
		height: 140px;
	}
	.idex-tit{
		font-size: 32px;
	}
	.iabt-a{
		padding-top: 70px;
		padding-left: 50px;
	}
}
@media(max-width:1200px){
	.icte li{
		height: 430px;
		
	}
	.ban-swiper{
		height: 450px;
	}
	.ieht,.ieht-ul{
		width: calc(100% + 15px);
	}
	.ieht-list,.ieht-li{
		    width: calc(50% - 15px);
		    margin-right: 15px;
	}
	.iabt-b1{
		font-size: 60px;
	}
	.iabt-b3{
		font-size: 20px;
	}
	.iabt-b2{
		font-size: 16px;
	}
	.iabt-a1{
		font-size: 26px;
	}
	.iabt-b{
		width: 330px;
	}
	.iabt-a{
		width: calc(100% - 500px);
	}
}
@media(max-width:1000px){
	/*.icte li{
		width: 100%;
		height: auto;
	}*/
	.icte li a{
		padding: 40px;
	}
	.inws-nav>a{
		font-size: 100px;
		font-size: 16px;
		height: 40px;
		line-height: 38px;
		margin-left: 15px;
	}
	.inws-nav{
		margin-top: 30px;
	}
	.ieht{
		width: 100%;
	}
	.ieht-list{
		width: 100%;
		margin-bottom: 50px;
	}
	.ieht-ul{
		margin-top: 30px;
	}
	.idx-bj{
		background-size: 80% auto;
	}
	.iabt-a{
		width: 100%;
		position: relative;
		z-index: 2;
		padding: 0;
		margin-bottom: 40px;
	}
	.iabt-div{
		height: auto;
		padding: 50px;
	}
	.iabt-c{
		display: none;
	}
	.iabt-b{
		width: 100%;
		float: left;
	}
	.iabt-b li{
		margin-top: 30px;
	}
	.iabt-b1{
		width: 100px;
	}
}

@media(max-width:750px){
	.ban-swiper{
		height: 4rem;
	}
	.ban-span{
		width: 10px !important;
		line-height: 1 !important;
	}
	.ban-span span{
		width: 10px;
		height: 10px;
		margin: 5px 0 !important;
	}
	.icte li{
		height: 5rem;
	}
	.icte li a{
		padding: .4rem;
	}
	.icte-b{
		font-size: .32rem;
		font-weight: bold;
		margin-top: .2rem;
	}
	.icte-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.inws{
		margin-top: .5rem;
	}
	.idex-tit{
		font-size: .4rem;
		font-weight: bold;
	}
	.inws-nav{
		margin-top: .4rem;
	}
	.inws-nav a{
		width: 1.5rem;
		font-size: .24rem;
		line-height: .6rem;
		height: .62rem;
		margin-left: .15rem;
	}
	.inws-lt{
		display: none;
	}
	.inws-rt{
		width: 100%;
	}
	.inws-cnt{
		margin-top: .5rem;
	}
	.inws-a{
		font-size: .3rem;
		font-weight: bold;
		height: .4rem;
		line-height: .4rem;
		width: calc(100% - 1.7rem);
	}
	.inws-b{
		font-size: .24rem;
		line-height: .4rem;
		width: 1.5rem;
		padding: 0;
	}
	.inws-c{
		font-size: .24rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .2rem;
	}
	.inws-rt-a{
		padding: .25rem 0;
	}
	.ieht{
		margin-top: .8rem;
	}
	.ieht-ul{
		margin-top: .4rem;
		width: 100%;
	}
	.ieht-li{
		width: 100%;
		margin-bottom: .3rem;
	}
	.ieht-list{
		margin-bottom: .6rem;
	}
	.iabt{
		margin-top: .2rem;
	}
	.iabt-div{
		margin-top: .4rem;
		padding: .8rem .4rem;
		margin-bottom: .8rem;
	}
	.iabt-a1{
		font-size: .4rem;
		line-height: .5rem;
	}
	.iabt-a2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.iabt-a3{
		margin-top: .3rem;
		width: .6rem;
	}
	.iabt-b1{
		font-size: .8rem;
	}
	.iabt-b2{
		font-size: .26rem;
		top: -.1rem;
		margin-left: .2rem;
	}
	.iabt-b3{
		font-size: .32rem;
		top: -.1rem;
		margin-left: .2rem;
	}
	.iabt-b1{
		width: 1.5rem;
	}
	.iabt-b li{
		margin-top: .3rem;
	}
	.iabt-a{
		margin-bottom: .3rem;
	}
}



.searchs{
	padding-top: 200px;
	padding-bottom: 100px;
}
.searchs-a{
	margin-top: 0;
	overflow: hidden;
}
.searchs-a form{
	width: 600px;
	float: left;
	position: relative;
}
.searchs-a form .int1 {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 70px;
    border: 0px;
    background: #fff;
}
.searchs-a form .sub1 {
    width: 50px;
    height: 60px;
    background: url(../image/ss02.png) no-repeat center;
    border: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
.searchs-b{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 20px;
	color: #666;
}
.searchs-c1{
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}
.searchs-c1 a{
	background: ;
	display: block;
	padding: 20px;
	color: #000;
	margin-bottom: 15px;
	padding-right: 40px;
	background:#f8f8f8 url(../image/ico27.png) no-repeat 99% center;
}
.searchs-c1 a:hover{
	box-shadow:5px 5px 10px #999;
}
.searchs-c1 a>div{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
	color: #666;
}
.searchs-c1 a>p{
	
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.searchs-mr{
	margin-top: 30px;
	text-align: center;
}
@media(max-width:750px){
	.searchs{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.searchs-a form{
		width: 100%;
	}
	.searchs-b{
		font-size: .32rem;
		margin-top: .2rem;
	}
	.searchs-c1{
		margin-top: .5rem;
		padding: .4rem 0;
	}
	.searchs-c1 a{
		padding: .2rem;
		padding-right: .4rem;
	}
	.searchs-c1 a>div{
		font-size: .24rem;
	}
	.searchs-c1 a>p{
		font-size: .3rem;
		line-height: .45rem;
	}
	.searchs-c1{
		margin-bottom: .0rem;
	}
	.searchs-c1 a{
		background-size: .15rem .3rem;
	}
	.searchs-mr{
		margin-top: .1rem;
	}
}



@media(min-width:1024px){
	.header-nav .m-block{
		display:none;
		opacity:0;
		visibility:hidden;
	}
}

.gyinfo-c ul,.gyinfo-c ol{
	padding-left:30px;
}
.gyinfo-c ul li{
	list-style-type:disc;
}
.gyinfo-c ol li{
	list-style-type:initial;
}
.footer-g a {
padding:0  10px;

}
.footer-g a.ba-g img{
height:20px;
padding-left:  10px;
}