*{
	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;
}


	/*改变滚动条的盒子*/
	::-webkit-scrollbar  
	{  
	width: 8px;    
	background-color: #fff;  
	}
	/*改变滚动条轨道*/
	::-webkit-scrollbar-track 
	{
	/*box-shadow: inset 0 0 6px rgba(0,0,0,0.7);*/
	/*border-radius: 10px; */ 
		background-color: rgba(0,0,0,.1);
	}
	/* 改变滚动条的内容*/
	::-webkit-scrollbar-thumb  
	{  
	/*border-radius: 10px; */ 
	background-color: #026761;  
	} 
	/*定义最上方和最下方的按钮*/
	::-webkit-scrollbar-button{
	     background-color: #000;
	     border:1px solid yellow;
	     display: none;
	}
@media(max-width:1200px){
   ::-webkit-scrollbar  
	{  
	width: 3px;    
	background-color: #fff;  
	}
}


/*顶部*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 39;
	
}
.header-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 3px #ccc;
}
.header{
	position: relative;
	z-index: 2;
}
.logo{
	float: left;
	line-height: 75px;
}
.logo .img2{
	display: none;
}
.header-bd{
	float: right;
}
.header-a{
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.header-a a{
	display: block;
	line-height: 75px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	position: relative;
	float: left;
}
.header-a a:after{
	content: '';
	width: 0%;
	height: 4px;
	background: #026761;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.header-a a:hover:after{
	width: 98%;
	left: 1%;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.header-a a.on:after{
	width: 98%;
	left: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.header-c{
	float: left;
	width: 1px;
	height: 20px;
	background: #999;
	margin-top: 28px;
}
.header-d{
	font-size: 14px;
	color: #999;
	line-height: 35px;
	height: 35px;
	padding-left: 25px;
	background: url(../image/ico08.png) no-repeat left center;
	float: left;
	margin: 20px 25px;
	margin-right: 0;
}
.header-d:hover{
	color: #666;
}
.header-b{
	width: 35px;
	height: 35px;
	margin-top: 20px;
	float: left;
	background: url(../image/ico01.png) no-repeat center;
	cursor: pointer;
	display: none !important; 
}
@media(min-width:1201px){
	header.on .header-bj{
		display: none;
	}
	header.on .logo .img1{
		display: none;
	}
	header.on .logo .img2{
		display: inline-block;
	}
	header.on .header-b{
		background-image: url(../image/ico02.png);
	}
	header.on .header-a a{
		color: #fff;
	}
	header.on .header-a a:after{
		background: #fff;
	}
	header.on .header-c{
		background: #fff;
	}
	header.on .header-d{
		color: #fff;
		background-image: url(../image/ico09.png) ;
	}
}
.header-dx{
	width: 35px;
	margin-top: 27px;
	text-align: right;
	margin-left:15px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #000;
	float: right;
	
}
.header-dx2{
	width: 80%;
}

.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: 75px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 11;
	background: #fff;
	border-bottom: 1px solid #ccc;
	display: none !important;
}
.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 #ccc;
	font-size: 18px;
	color: #333;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../image/ico01.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../image/x03.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
@media(max-width:1600px){
	.header-a a{
		font-size: 16px;
	}
}
@media(max-width:1200px){
	.header-dx{
		display: block;
	}
	.header-bd{
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		top: 75px;
		left: 0;
		margin: 0;
		padding: 20px 30px;
		display: none;
	}
	.header-a{
		width: 100%;
	}
	.header-a a{
		width: 100%;
		line-height: 50px;
		border-bottom: 1px solid #ccc;
		padding-left: 10px;
	}
	.header-a a:after{
		display: none;
	}
	.header-a a.on{
		border-bottom: 2px solid #026761;
	}
	.header-ss{
		position: relative;
		top: initial;
		float: left;
		/*height: .9rem;
		margin-top: .15rem;*/
		border: 0;
	}
	.header-ss-a{
		left: 0;
		margin-left: 0;
	}
}
@media(max-width:750px){
	header{
		height: 1rem;
	}
	.logo{
		width: 1.5rem;
		line-height: 1rem;
		padding: 0;
	}
	.header-a a{
		font-size: .3rem;
		line-height: .8rem;
	}
	.header-b{
		margin-top: .2rem;
	}
	.header-c{
		display: none;
	}
	.header-d{
		margin: 0;
		margin-top: .2rem;
		margin-right: .2rem;
	}
	.header-dx{
		width: .45rem;
		margin-top: .4rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .05rem;
		margin-bottom: .1rem;
	}
	.header-bd{
		top: 1rem;
		padding: 0 .3rem;
	}
	.header-ss{
		position: relative;
		top: initial;
		float: left;
		height: .9rem;
		margin-top: .15rem;
		border: 0;
	}
	.header-ss-a{
		width: 7rem;
		/*margin-left: -3.5rem;*/
		height: .8rem;
	}
	.header-ss-a .int1{
		width: 6rem;
		padding-right: 1rem;
		padding-left: 0;
		font-size: .28rem;
		height: .8rem;
		line-height: .8rem;
	}
	.header-ss-a .int2{
		width: .8rem;
		height: .8rem;
		right: .9rem;
	}
	.header-ss-x{
		width: .8rem;
		height: .8rem;
	}
}


/*底部*/
footer{
	position: relative;
	z-index: 29;
}
.footer-a{
	height: 95px;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.footer-a a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 35px;
	padding-left: 40px;
	color: #000000;
	margin-right: 30px;
	background: no-repeat left center;
	position: relative;
}
.footer-a a>div{
	width: 100px;
	background: #fff;
	box-shadow: 0 0 5px #999;
	padding: 5px;
	position: absolute;
	bottom: 37px;
	left: 0%;
	display: none;
}
.footer-a a.a1{
	font-size: 24px;
	color: #00665e;
	font-family: impact;
}
.footer-b{
	height: 120px;
	padding-top: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}
.footer-b .sp1{
	cursor: pointer;
}
.footer-b .sp1:hover{
	color: #00635B;
}

.footer-yq{
	width: 190px;
	height: 40px;
	border: 1px solid #E5E5E5; 
	font-size: 12px;
	line-height: 38px;
	color: #333;
	padding: 0 15px;
	float: right;
	position: relative;
	background: url(../image/icon33_1.png)no-repeat 90% center;
	cursor: pointer;
}
.footer-lj{
	position: absolute;
    left: 0;
    bottom: 40px;
    background: #fff;
    width: 100%;
    padding: 10px 10px;
	display: none;
	border: 1px solid #E5E5E5;
	box-shadow: 0 0 3px #ccc;
}
.footer-lj a{
	display: block !important;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
	padding-left: 0;
}
.footer-lj a:hover{
	color: #026761;
}

@media(max-width:750px){
	
	.footer-a a{
		font-size: 12px;
		margin-right: .3rem;
		line-height: 30px;
		background-size: 30px;
	}
	.footer-a a.a1{
		font-size: 20px;
		width: 100%;
		margin-bottom: .2rem;
	}
	.footer-a{
		height: auto;
		padding: .3rem 0;
	}
	.footer-yq{
		float: initial;
		text-align: left;
		width: 4.9rem;
		margin-left: 1rem;
		margin-top: .25rem;
		height: .7rem;
		font-size: .24rem;
		padding: 0 .2rem;
		line-height: .68rem;
	}
	.footer-lj{
		padding: .2rem;
	}
	.footer-lj a{
		display: block !important; 
		padding-left: 0;
	}
	.footer-b{
		height: auto;
		padding-top: .3rem;
		padding-bottom: .4rem;
	}
	.footer-b div{
		width: 100%;
		text-align: left;
		font-size: 12px;
	}
	footer{
		text-align: center;
	}
	.footer-b div{
		text-align: center;
	}
	.footer-a a{
		display: inline-block;
		float: initial;
	}
	.footer-a a.a1{
		width: auto;
		margin: 0 1rem;
	}
}



/*banner*/
.ban-swiper{
	width: 100%;
	height: auto !important; 
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ban-slide>img{
	position: relative;
	z-index: 2;
	width: 100%;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	/*transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;*/
}
.ban-video{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.ban-span>span{
	background: #fff;
	margin-right: 3px;
	width: 50px;
	height: 3px;
	border-radius: 0;
}
.ban-span span.swiper-pagination-bullet-active{
	background: #fff;
}

.ban-div{
	color: #fff;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	transform:translateX(-50%);
-ms-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
}
.ban-div-a{
	font-size: 48px;
	line-height: 1.2;
	padding-top: 265px;
	padding-top: 15%;
	font-family: arial;
	text-transform: uppercase;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-div-b{
	font-size: 60px;
	line-height: 1.2;
	margin-top: 10px;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-div-c{
	font-size: 16px;
	line-height: 1.2;
	margin-top: 20px;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-slide.swiper-slide-active .ban-div-a{
	left: 0;
	opacity: 1;
	transition: all .5s linear .1s;
}
.ban-slide.swiper-slide-active .ban-div-b{
	left: 0;
	opacity: 1;
	transition: all .5s linear .4s;
}
.ban-slide.swiper-slide-active .ban-div-c{
	left: 0;
	opacity: 1;
	transition: all .5s linear .7s;
}
.ban-div-d{
	width: 100%;
	font-size: 48px;
	font-weight:bold;
	line-height: 1.2;
	padding-top: 390px;
	padding-top: 15% !important;
	text-align: center;
	letter-spacing:10px;
	position: relative;
	top: 10px;
	opacity: 0;
}
.ban-div-e{
	text-align: center;
	position: relative;
	top: 10px;
	opacity: 0;
}
.ban-div-e>div{
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	padding: 0 30px;
	background: rgba(255,255,255,.2);
	border-radius: 17px;
	margin-top: 15px;
}
.ban-slide.swiper-slide-active .ban-div-d{
	top: 0;
	opacity: 1;
	transition: all .5s linear .1s;
}
.ban-slide.swiper-slide-active .ban-div-e{
	top: 0;
	opacity: 1;
	transition: all .5s linear .4s;
}


@media(max-width:1200px){
	.ban-video{
		display: none;
	}
}


/*首页*/
.home-bj{
	width: 100%;
	background: #eaf3fc;
	padding: 50px 0;
}
.inews{
	width: 100%;
	background: #fff;
	overflow: hidden;
	height: 320px;
}
.inews-lt{
	width: 23.8%;
	height: 100%;
	float: left;
	border-right: 1px solid #f2f2f2;
	background: url(../image/img01.jpg) no-repeat right bottom;
	padding-top: 90px;
	padding-left: 30px;
}
.inews-lt .div1{
	font-size: 24px;
	color: #000;
	line-height: 1;
}
.inews-lt .div2{
	font-size: 18px;
	color: #2b2b2b;
	line-height: 35px;
	margin-top: 8px;
}
.inews-lt .div2 span{
	display: inline-block;
	font-size: 36px;
	line-height: 35px;
	color: #468c56;
	font-family: impact;
	position: relative;
	top: 8px;
}
.inews-rt{
	display: block;
	width: 225px;
	float: right;
	margin-right: 20px;
	padding-top: 30px;
	position: relative;
}
.inews-rt>i{
	width: 39px;
	height: 51px;
	background: url(../image/ico03.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 25px;
	margin-top: 110px;
	animation:divfirst 2s linear 0s infinite;
	-moz-animation:divfirst 2s linear 0s infinite;
	-webkit-animation:divfirst 2s linear 0s infinite;
	-o-animation:divfirst 2s linear 0s infinite;
}
@keyframes divfirst{0%   {top: 10px;} 50%  {top: 20px;} 100% {top: 10px;}}
@-moz-keyframes divfirst{0%   {top: 10px;} 50%  {top: 20px;} 100% {top: 10px;}}
@-webkit-keyframes divfirst{0%   {top: 10px;} 50%  {top: 20px;} 100% {top: 10px;}}
@-o-keyframes divfirst{0%   {top: 10px;} 50%  {top: 20px;} 100% {top: 10px;}}
.inews-rt>div{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 190px;
	left: 25px;
}
.inews-rt>div>span{
	display: block;
	font-family: arial;
	margin-top: 5px
}
.inews-rt>div>p{
	font-size: 18px;
	margin-top: 25px
}
.inews-cont{
	width: calc(76.2% - 260px);
	width: -webkit-calc(76.2% - 260px);
	float: left;
	position: relative;
	padding-top: 30px;
}
.inews-swiper a{
	display: block;
}
.inews-cont-lt{
	width: 57%;
	float: left;
	padding: 0 30px;
	padding-top: 60px;
}
.inews-cont-a{
	line-height: 25px;
	font-size: 20px;
	height: 48px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews-cont-b{
	font-size: 14px;
	line-height: 1;
	color: #026761;
	margin-top: 20px;
	font-weight: bold;
}
.inews-cont-c{
	font-size: 14px;
	line-height: 25px;
	height: 100px;
	color: #333;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.inews-cont-rt{
	width: 43%;
	float: right;
	height: 277px;
	background: no-repeat center;
	background-size: cover;
}
.inews-span{
	bottom: -8px !important;
	text-align: left !important;
	padding-left: 30px;
}
.inews-span span{
	width: 30px;
	height: 3px;
	background: #b5b5b5;
	opacity: 1;
	border-radius: 0;
}
.inews-span span.swiper-pagination-bullet-active{
	background: #468c56;
}
.inews-cont-list{
	width: 57%;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 30px;
	z-index: 3;
	background: #fff;
}
.inews-cont-list>div{
	font-size: 14px;
	color: #666;
	line-height: 70px;
	float: left;
	margin-left: 45px;
	font-weight: bold;
	cursor: pointer;
	border-top: 3px solid #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.inews-cont-list>div:first-child{
	margin-left: 0;
}
.inews-cont-list>div:hover{
	color: #00665E;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.inews-cont-list>div.on{
	border-top: 3px solid #00665E;
	color: #00665E;
}
.inews-cont-list:after{
	content: '';
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	height: 1px;
	background: #E5E5E5;
	position: absolute;
	left: 0;
	bottom: 0;
}


.ihome{
	margin-top: 85px;
	background: #fff;
	overflow: hidden;
}
.ihome li{
	width: 25%;
	float: left;
	height: 260px;
	padding: 20px 30px;
	color: #fff;
	position: relative;
	background: no-repeat right center;
	background-size: cover;
	transition: all .3s;
  -webkit-transition:all .3s;
  
}
.ihome li.on{
	width: 50%;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.ihome-a{
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: arial;
}
.ihome-b{
	font-size: 24px;
	padding: 5px 0;
	line-height: 1;
}
.ihome-c{
	font-size: 14px;
	padding: 5px 0;
	line-height: 20px;
}
.ihome-d{
	overflow: hidden;
	margin-top: 20px;
}
.ihome-d a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	padding: 0 10px;
	background: #003e3a;
	border-radius: 15px;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
/*.ihome-d a:hover{
	opacity: .9;
}*/
.ihome-e{
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding-right: 20px;
	background: url(../image/ico04.png) no-repeat right center;
	position: absolute;
	left: 30px;
	bottom: 10px;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.ihome-e:hover{
	padding-right: 25px;
	opacity: .9;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:1600px){
	.ban-swiper{
		height: 720px;
	}
	
	
}

@media(max-width:1200px){
	.inews-cont{
		width: 100%;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.inews{
		height: auto;
	}
	.inews-lt{
		width: 70%;
		height: 305px;
	}
	.inews-cont-a{
		font-size: 17px;
	}
	.ban-swiper{
		height: 600px;
	}
	.ban-div-a{
		/*padding-top: 220px;*/
		font-size: 38px;
	}
	.ban-div-b{
		font-size: 45px;
	}
	.ban-div-a,.ban-div-d{
		padding-top: 22% !important;
	}
	.ban-div-c{
		font-size: 14px;
	}
	.ban-div-d{
		/*padding-top: 260px;*/
		font-size: 38px;
	}
	.ban-div-e>div{
		font-size: 16px;
	}
}	
@media(max-width:1000px){
	.inews-lt{
		width: calc(100% - 260px);
		width: -webkit-calc(100% - 260px);
	}
	.ihome li{
		width: 100%;
	}
	.ihome li.on{
		width: 100%;
	}
}
@media(max-width:750px){
	.ban-swiper{
		height: 8rem;
		margin-top: 1rem;
	}
	.ban-div-a{
		padding-top: 3rem !important;
		font-size: .38rem;
	}
	.ban-div-b{
		font-size: .45rem;
	}
	.ban-div-c{
		font-size: .26rem;
		margin-top: .2rem;
	}
	.ban-div-d{
		padding-top: 3.5rem !important;
		font-size: .4rem
	}
	.ban-div-e>div{
		font-size: .24rem;
		line-height: .5rem;
		padding: 0 .3rem;
	}
	.home-bj{
		padding: .7rem 0;
	}
	.inews-rt{
		width: 2.5rem;
		margin-right: .15rem;
		padding-top: .2rem;
	}
	.inews-rt>i{
		width: .4rem;
		height: .52rem;
		margin-top: .5rem;
		left: .3rem;
	}
	.inews-rt>div{
		font-size: .3rem;
		left: .3rem;
		top: 1.6rem;
	}
	.inews-rt>div>p{
		font-size: .26rem;
		margin-top: .5rem;
	}
	.inews-lt{
		width: calc(100% - 2.7rem);
    width: -webkit-calc(100% - 2.7rem);
    height: 3.3rem;
    padding-top: .5rem;
	}
	.inews-lt .div1{
		font-size: .3rem;
	}
	.inews-lt .div2{
		font-size: .28rem;
		line-height: .45rem;
	}
	.inews-lt .div2 span{
		font-size: .46rem;
		line-height: .45rem;
		top: 0;
	}
	.inews-cont-list>div{
		margin-left: .25rem;
		font-size: .26rem;
		line-height: .7rem;
	}
	.inews-cont-lt,.inews-cont-rt,.inews-cont-list,.inews-cont-list:after{
		width: 100%;
	}
	.inews-cont-lt{
		padding: 0 ;
	}
	.inews-swiper{
		padding: .3rem;
	}
	.inews-cont-list{
		height: .75rem;
		padding: 0 .3rem;
	}
	.inews-cont{
		padding-top: .7rem;
	}
	.inews-cont-rt{
		height: 4rem;
		margin-top: .3rem;
	}
	.inews-span{
		padding-left: 0;
		text-align: center !important;
	}
	.inews-cont-a{
		font-size: .3rem;
		line-height: .45rem;
		height: .88rem;
	}
	.inews-cont-b{
		font-size: .26rem;
		margin-top: .25rem;
	}
	.inews-cont-c{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.56rem;
		margin-top: .15rem;
	}
	.ihome{
		margin-top: .7rem;
	}
	.ihome li{
		height: 3.5rem;
		padding: .4rem;
	}
	.ihome-a{
		font-size: .28rem;
		line-height: .35rem;
	}
	.ihome-b{
		font-size: .32rem;
		padding: .05rem 0;
	}
	.ihome-c{
		font-size: .24rem;
		line-height: .35rem;
		padding: .05rem 0;
	}
	.ihome-e{
		left: .4rem;
		bottom: .1rem;
	}
	.ihome-d{
		margin-top: .2rem;
	}
	.ihome-d a{
		font-size: .24rem;
		line-height: .5rem;
		padding: 0 .1rem;
		margin-right: .1rem;
	}
}



/*产品服务*/
.services{
	padding-top: 55px;
	padding-bottom: 135px;
}
.services-a{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.services-b{
	margin-top: 115px;
	overflow: hidden;
	text-align: center;
}
.services-b-li{
	width: 256px;
	height: 284px;
	display: inline-block;
	margin: 0 45px;
	background: url(../image/ico11.png) no-repeat center;
	background-size: cover;
	padding-left: 20px;
}
.services-swiper{
	text-align: center;
	padding-bottom: 40px;
	margin-top: .6rem;
}
.services-span{
	bottom: -5px !important;
}
.services-span .swiper-pagination-bullet-active{
	background: #026761;
}
.services-b1{
	width: 180px;
	padding-top: 30px;
	text-align: left;
}
.services-b1-a{
	font-size: 30px;
	line-height: 1;
	color: #0c645f;
	font-weight: bold;
}
.services-b1-b{
	font-size: 30px;
	line-height: 1;
	color: #595757;
	font-weight: bold;
	text-align: right;
	margin-top: 25px;
}
.services-b1-c{
	width: 100%;
	height: 1px;
	background: #00635b;
	margin-top: 25px;
}
.services-b1-d{
	font-size: 16px;
	color: #595757;
	line-height: 30px;
	margin-top: 25px;
}

@media(max-width:1200px){
	.services-b-li{
		margin: 0 20px;
	}
}
@media(max-width:1000px){
	.services-b-li{
		width: 205px;
		height: 227px;
		margin: 0 10px;
	}
	.services-b1{
		width: 140px;
	}
	.services-b1-a{
		font-size: 20px;
	}
	.services-b1-b{
		font-size: 20px;
		margin-top: 10px;
	}
	.services-b1-d{
		font-size: 12px;
		line-height: 20px;
		margin-top:20px;
	}
	.services-b{
		margin-top: 50px;
	}
}
@media(max-width:750px){
	.services{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.services-a{
		font-size: .26rem;
		line-height: .45rem;
	}
	.services-b{
		margin-top: .6rem;
	}
	.services-b-li{
		margin: .2rem;
	}
	/*.services-b-li{
		    width: 2rem;
	    height: 2.2rem;
	    padding-left: .15rem;
	}
	.services-b1{
		width: 1.4rem;
		padding-top: .15rem;
	}
	.services-b1-a,.services-b1-b{
		font-size: .28rem;
	}
	.services-b1-b{
		margin-top: .1rem;
	}
	.services-b1-c{
		margin-top: .2rem;
	}
	.services-b1-d{
		font-size: .24rem;
		line-height: .35rem;
		margin-top: .1rem;
	}*/
}


/*居住物业*/
.property{
	padding-top: 50px;
	padding-bottom: 180px;
}
.property-a{
	text-align: center;
	font-size: 0;
}
.property-a li{
	width: 165px;
	display: inline-block;
	text-align: center;
}
.property-a1{
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin-bottom: 10px;
}
.property-a1-a{
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 100%;
	
}
.property-a1-a .img2{
	display: none;
}
.property-a2{
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	font-weight: bold;
}
/*.property-a2>.sp1{
	color: #fa371c;
	font-size: 16px;
}*/
.property-a li a{
	display: inline-block;
}
.property-a li.on .property-a1-a{
	width: 70px;
	height: 70px;
	box-shadow: inherit;
	border: 5px solid #00635b;
}
.property-a li.on .property-a1-a .img1{
	display: none;
}
.property-a li.on .property-a1-a .img2{
	display: inline-block;
}
@media(min-width:1201px){
	.property-a li a:hover .property-a1-a{
		width: 70px;
		height: 70px;
		box-shadow: inherit;
		border: 5px solid #00635b;
	}
	.property-a li a:hover .property-a1-a .img1{
		display: none;
	}
	.property-a li a:hover .property-a1-a .img2{
		display: inline-block;
	}
}

.property-b{
	width: calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	overflow: hidden;
	margin-top: 40px;
}
.property-b .page{
	width: 100%;
	float: left;
}
.property-b li{
	width: calc(33.333% - 20px);
	width: -webkit-calc(33.333% - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
}
.property-b1{
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding: 0 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(22,113,107,.8);
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media(max-width:1600px){
	.property-b1{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}
@media(max-width:1000px){
	.property-a li{
		width: 120px;
		margin: 10px;
	}
	.property-b li{
		width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
	}
}
@media(max-width:750px){
	.property{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.property-a li{
		margin: 0rem;
	}
	.property-a1{
		height: 1rem;
		line-height: 1rem;
		margin-bottom: .1rem;
	}
	.property-a1-a{
		width: .9rem;
		height: .9rem;
		line-height: .5rem;
		padding: .2rem;
	}
	.property-a1-a img{
		max-height: 100%;
	}
	.property-a2{
		font-size: .24rem;
		line-height: .4rem;
		height: .8rem;
	}
	.property-a li.on .property-a1-a{
		width: 1rem;
		height: 1rem;
		border: .05rem solid #00635b;
	}
	.property-a li{
		width: 33.333%;
	}
	/*.property-a2>.sp1{
		font-size: .3rem;
	}*/
	.property-b{
		margin-top: .4rem;
		width: calc(100% + .2rem);
    width: -webkit-calc(100% + .2rem);
	}
	.property-b li{
		    width: calc(50% - .2rem);
    width: -webkit-calc(50% - .2rem);
    margin-right: .2rem;
    margin-bottom: .3rem;
	}
	.property-b1{
		font-size: .24rem;
		padding: 0 .15rem;
		height: .5rem;
		line-height: .5rem;
	}
}




/*新闻中心*/
.newsct{
	padding-top: 65px;
	padding-bottom: 65px;
}
.newsct-a{
	border: 1px solid #ededed;
	box-shadow: 0 0 5px #ededed;
	padding: 45px;
	overflow: hidden;
}
.newsct-h3{
	font-size: 24px;
	line-height: 1;
	width: 100%;
	color: #333;
}
.newsct-a .newsct-h3{
	float: left;
	margin-bottom: 30px;
}
.newsct-a-lt{
	width: 710px;
	float: left;
	height: 445px;
}
.newsct-swiper .swiper-slide{
	overflow: hidden;
}
.newsct-a1{
	width: 100%;
	height: 55px;
	background: rgba(2,103,97,.9);
	font-size: 16px;
	color: #fff;
	line-height: 55px;
	padding-left: 20px;
	padding-right: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsct-span{
	width: 100px !important;
	left: inherit !important;
	right: 0; 
}
.newsct-span span{
	background: #fff;
}

.newsct-a-rt{
	width: calc(100% - 750px);
	width: -moz-calc(100% - 750px);
	max-width: 830px;
	float: right;
}
.newsct-ul{
	width: 100%;
	
}
.newsct-ul a{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e5e5;
}
.newsct-ul a:first-child{
	margin-top: 0;
}
.newsct-ul-lt{
	float: left;
	width: 85px;
	height: 95px;
	background: #9d9d9d;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-size: 38px;
	line-height: 1;
	font-family: arial;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsct-ul-lt span{
	display: block;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	margin-top: 3px;
}
.newsct-ul-rt{
	width: calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	float: right;
}
.newsct-ul-a{
	font-size: 20px;
	height: 30px;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsct-ul-b{
	font-size: 14px;
	height: 50px;
	line-height: 26px;
	color: #777;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsct-ul a:hover .newsct-ul-lt{
	background: #026761;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsct-ul a:hover .newsct-ul-a,.newsct-ul a:hover .newsct-ul-b{
	color: #026761;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.newsct-b{
	overflow: hidden;
	margin-top: 55px;
	position: relative;
}
.newsct-b li{
	width: 48%;
	float: left;
	max-width: 760px;
}
.newsct-b li:last-child{
	float: right;
}
.newsct-b .newsct-h3{
	margin-bottom: 40px;
}
.newsct-b:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #e5e5e5;
}
.newsct-b .newsct-ul a{
	margin-top: 45px;
	padding-bottom: 0;
	border-bottom: 0;
}
.newsct-c{
	margin-top: 40px;
}
.newsct-c1{
	width: calc(100% + 35px);
	width: -webkit-calc(100% + 35px);
	overflow: hidden;
	margin-top: 35px;
}
.newsct-c1 li{
	width: calc(33.333% - 35px);
	width: -webkit-calc(33.333% - 35px);
	float: left;
	margin-right: 35px;
}
.newsct-c1-a{
	position: relative;
	overflow: hidden;
}
.newsct-c1-a i{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5) url(../image/ico16.png) no-repeat center;
	
}
.newsct-c1-b{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*党建动态*/
.news{
	padding-right: 560px;
	position: relative;
	padding-top: 110px;
	padding-bottom: 150px;
	min-height: 900px;
}
.news .newsct-ul-lt{
	width: 115px;
	background: #f4f4f4;
	color: #00635B;
}
.news .newsct-ul-rt{
	    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
}
.news .newsct-ul a:hover .newsct-ul-lt{
	color: #fff;
}
.news .page{
	margin-top: 70px;
}
.news-pos{
	width: 520px;
	padding: 70px 50px;
	padding-right: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.news-pos:after{
	content: '';
	width: 200%;
	height: 100%;
	background: #fbfbfb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.news-pos .newsct-h3{
	position: relative;
	z-index: 2;
}
.news-a{
	display: block;
	margin-top: 45px;
	position: relative;
	z-index: 3;
}
.news-a1{
	font-size: 16px;
	color: #00635b;
	line-height: 1;
}
.news-a1 span{
	font-size: 36px;
}
.news-a2{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 58px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a3{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 72px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a4{
	width: 135px;
	height: 35px;
	font-size: 14px;
	color: #666;
	line-height: 33px;
	text-align: center;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	margin-top: 25px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a4 img{
	margin-left: 10px;
	position: relative;
	top: -1px;
}
.news-a:hover .news-a2,.news-a:hover .news-a3{
	color: #00635b;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-a:hover .news-a4{
	border: 1px solid #00635b;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-b{
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
	position: relative;z-index: 3;
}
.news-b a{
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.news-b a:after{
	content: '';
	width: 8px;
	height: 8px;
	background: #cfcfcf;
	border-radius: 100%;
	position: absolute;
	top:9px;
	left: 0px;
}
.news-b1{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-b2{
	font-size: 14px;
	line-height: 1;
	color: #999;
	margin-top: 5px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.news-b a:hover .news-b1,.news-b a:hover .news-b2{
	color: #00635B;
	transition: all .3s;
  -webkit-transition:all .3s;
}

/*视频中心*/
.newsvd{
	padding-top: 40px;
	padding-bottom: 140px;
}
.newsvd-a{
	overflow: hidden;
}
.newsvd-a-lt{
	width: 1160px;
	height: 535px;
	float: left;
	position: relative;
	overflow: hidden;
}
.newsvd-a2{
	width: 40px;
	height: 40px;
	background: url(../image/ico21.png) no-repeat center;
	position: absolute;
	left: 15px;
	bottom: 20px;
	z-index: 3;
}
.newsvd-a3{
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 25px;
	padding-left: 90px;
	padding-right: 30px;
	z-index: 2;
}
.newsvd-a4{
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
}
.newsvd-a-rt{
	width: calc(100% - 1175px);
	width: -webkit-calc(100% - 1175px);
	float: right;
	
}
.newsvd-a-rt li{
	overflow: hidden;
	padding: 16px 0;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}
.newsvd-a6{
	width: 150px;
	float: left;
}
.newsvd-a7{
	width: calc(100% - 165px);
	width: calc(100% - 165px);
	float: right;
	font-size: 18px;
	line-height: 28px;
	height: 80px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.newsvd-a8{
	width: calc(100% - 165px);
	width: calc(100% - 165px);
	float: right;
	font-size: 14px;
	line-height: 1;
	margin-top: 7px;
	color: #ccc;
}
.newsvd-b{
	margin-top: 45px;
	overflow: hidden;
}
.newsvd-b1{
	font-size: 18px;
	line-height: 25px;
	padding-right: 15px;
	border-right: 1px solid #E5E5E5;
	float: left;
}
.newsvd-b2{
	height: 25px;
	float: left;
	overflow: hidden;
	margin-left: 25px;
}
.newsvd-b2 li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}
.newsvd-b2 li img{
	position: relative;
	top: -1px;
}
.newsvd-b2 li .img2{
	display: none;
}
.newsvd-b2 li:hover{
	color: #00635b;
}
.newsvd-b2 li:hover .img1{
	display: none;
}
.newsvd-b2 li:hover .img2{
	display: inline-block;
}
.newsvd-b2 li.on{
	color: #00635b;
}
.newsvd-b2 li.on .img1{
	display: none;
}
.newsvd-b2 li.on .img2{
	display: inline-block;
}
.newsvd-c{
	width: calc(100% + 30px);
	width: calc(100% + 30px);
	overflow: hidden;
	margin-top: 30px;
}
.newsvd-c a{
	display: block;
	width: calc(20% - 30px);
	width: calc(20% - 30px);
	float: left;
	margin-right: 30px;
	margin-bottom: 60px;
}
.newsvd-c1{
	overflow: hidden;
	position: relative;
}
.newsvd-c1>i{
	width: 37px;
	height: 29px;
	background: url(../image/ico21.png) no-repeat center;
	position: absolute;
	left: 12px;
	bottom: 12px;
}
.newsvd-c2{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	height: 87px;
}
.newsvd-c3{
	overflow: hidden;
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
}
.newsvd-c3-a{
	float: left;
	color: #666;
}
.newsvd-c3-a img{
	position: relative;
	top: -1px;
}
.newsvd-c3-b{
	color: #ccc;
	float: right;
}
.newsvd-c a:hover .newsvd-c2{
	color: #00635B;
}


.newsvd-tk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 49;
	display: none;
}
.newsvd-tk-rg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.newsvd-tk{
	width: 90%;
	height: 90%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 2;
}
.newsvd-tk video{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.newsvd-tk iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.newsvd-tk-x{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 40px;
	right: 20px;
	background: url(../image/x01.png) no-repeat center;
	background-size: cover;
	z-index: 3;
}


@media(max-width:1800px){
	.newsvd-a-lt{
		width: 1000px;
		height:auto;
	}
	.newsvd-a-rt{
		    width: calc(100% - 1020px);
    width: -webkit-calc(100% - 1020px);
	}
}

@media(max-width:1600px){
	.newsvd-tk-x{
		right: 10px;
	}
	.newsct-a{
		padding: 20px;
	}
	.newsct-a-lt{
		width: 600px;
	}
	.newsct-a-rt{
		width: calc(100% - 640px);
    width: -moz-calc(100% - 640px);
	}
	.newsct-a-rt .newsct-ul a{
		margin-top: 15px;
		padding-bottom: 15px;
	}
	.newsct-a-lt{
		height: auto;
	}
	
	.news{
		padding-right: 450px;
	}
	.news-pos{
		width: 420px;
		padding-left: 30px;
	}
	
	.newsvd-a-lt{
		width: 750px;
		height:auto;
	}
	.newsvd-a-rt{
		    width: calc(100% - 770px);
    width: -webkit-calc(100% - 770px);
	}
	.newsvd-a6{
		width: 120px;
	}
	.newsvd-a7{
		width: calc(100% - 135px);
    width: calc(100% - 135px);
    font-size: 15px;
    line-height: 20px;
    height: 58px;
	}
	.newsvd-a8{
		width: calc(100% - 135px);
    width: calc(100% - 135px);
    font-size: 13px;
	}
	.newsvd-a-rt li{
		padding: 11px 0;
	}
	.newsvd-c2{
		font-size: 15px;
    line-height: 20px;
    height: 58px;
    margin-top: 5px;
	}
	.newsvd-a3{
		font-size: 15px;
		line-height: 20px;
	}
}

@media(max-width:1200px){
	.newsvd-tk-x{
		top: 130px;
		right: 20px;
	}
	.newsct-a-lt{
		width: 100%;
		max-width: 710px;
		margin-bottom: 30px;
	}
	.newsct-a-rt{
		width: 100%;
		float: left;
		max-width: 100%;
	}
	.newsct-b li{
		width: 100%;
		max-width: 100%;
	}
	.newsct-b li:first-child{
		margin-bottom: 50px;
	}
	.newsct-b:after{
		display: none;
	}
	
	
	.news{
		padding-right: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.news-pos{
		position: relative;
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.news-pos:after{
		display: none;
	}
	
	.newsvd-a-lt,.newsvd-a-rt{
		width: 100%;
	}
	.newsvd-a-rt{
		margin-top: 30px;
	}
	.newsvd-c{
		width: calc(100% + 15px);
    width: calc(100% + 15px);
	}
	.newsvd-c a{
		width: calc(25% - 15px);
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 25px;
	}
}
@media(max-width:1000px){
	.newsct-c1-a i{
		background-size: 20px;
	}
	.newsct-c1{
		width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
	}
	.newsct-c1 li{
		    width: calc(33.333% - 10px);
    width: -webkit-calc(33.333% - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
	}
	.newsct-c1-b{
		font-size: 14px;
		line-height: 20px;
		height: 18px;
		margin-top: 10px;
	}
	
	.newsvd-c a{
		width: calc(33.333% - 15px);
    width: calc(33.333% - 15px);
    margin-right: 15px;
    margin-bottom: 25px;
	}
}

@media(max-width:750px){
	.newsvd-tk-x{
		top: .5rem;
		right: .3rem;
	}
	.newsct{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.newsct-a{
		padding: .3rem .15rem;
	}
	.newsct-h3{
		font-size: .32rem;
		font-weight: bold;
	}
	.newsct-a .newsct-h3{
		margin-bottom: .3rem;
	}
	.newsct-a1{
		font-size: .26rem;
		line-height: .6rem;
		height: .6rem;
		padding: 0 .15rem;
		padding-right: 1rem;
	}
	.newsct-span{
		bottom: 0 !important;
		width: 1rem !important;
	}
	.newsct-span span{
		width: .1rem;
		height: .1rem;
		margin:0 .05rem !important;
	}
	.newsct-a-lt{
		margin-bottom: .4rem;
	}
	.newsct-ul-lt{
		width: 1.2rem;
		height: 1.2rem;
		font-size: .3rem;
		padding-top: .3rem;
	}
	.newsct-ul-lt span{
		font-size: .24rem;
	}
	.newsct-ul-rt{
		width: calc(100% - 1.4rem);
    width: -webkit-calc(100% - 1.4rem);
	}
	.newsct-ul-a{
		font-size: .3rem;
		height: .33rem;
		font-weight: bold;
		line-height: .35rem;
	}
	.newsct-ul-b{
		font-size: .24rem;
		line-height: .4rem;
		height: .78rem;
		margin-top: .1rem;
	}
	.newsct-b{
		margin-top: .6rem;
	}
	.newsct-b .newsct-ul a{
		margin-top: .3rem;
	}
	.newsct-b .newsct-h3{
		margin-bottom: .2rem;
	}
	.newsct-b li:first-child{
		margin-bottom: .6rem;
	}
	.newsct-c{
		margin-top: .6rem;
	}
	.newsct-c1{
		width: 100%;
		margin-top: .3rem;
	}
	.newsct-c1 li{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.newsct-c1-a i{
		background-size: 30px;
	}
	
	
	.news{
		padding: .7rem 0;
	}
	.news .newsct-ul-lt{
		width: 1.2rem;
	}
	.news .newsct-ul-rt{
		width: calc(100% - 1.4rem);
        width: -webkit-calc(100% - 1.4rem);
	}
	.news .newsct-ul a{
		margin-top: .3rem;
		padding: 0;
		padding-bottom: .3rem;
	}
	.news .page{
		margin-top: .6rem;
	}
	.news-pos{
		margin-top: .7rem;
	}
	.news-a{
		margin-top: .4rem;
	}
	.news-a1{
		font-size: .3rem;
	}
	.news-a1 span{
		font-size: .42rem;
		font-weight: bold;
	}
	.news-a2{
		font-size: .3rem;
		line-height: .45rem;
		height: .88rem;
		font-weight: bold;
		margin-top: .2rem;
	}
	.news-a3{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.15rem;
		margin-top: .1rem;
	}
	.news-a4{
		margin-top: .2rem;
	}
	.news-b{
		margin-top: .3rem;
		padding-top: .2rem;
	}
	.news-b1{
		font-size: 14px;
		font-weight: bold;
	}
	.news-b2{
		font-size: 12px;
	}
	
	.newsvd{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.newsvd-a2{
		left: .3rem;
		top: .2rem;
	}
	.newsvd-a3{
		font-size: .24rem;
		line-height: .35rem;
		bottom: .2rem;
		padding: 0 .15rem;
	}
	.newsvd-a-rt{
		margin-top: .4rem;
	}
	.newsvd-a6{
		width: 1.5rem;
	}
	.newsvd-a7{
		width: calc(100% - 1.65rem);
    width: calc(100% - 1.65rem);
    font-size: .26rem;
    height: .68rem;
    line-height: .35rem;
    font-weight: bold;
	}
	.newsvd-a8{
		width: calc(100% - 1.65rem);
    width: calc(100% - 1.65rem);
    font-size: .24rem;
    margin-top: .05rem;
	}
	.newsvd-b{
		margin-top: .6rem;
	}
	.newsvd-b1{
		font-size: .35rem;
		border: 0;
		width: 100%;
	}
	.newsvd-b2{
		margin-left: 0;
		margin-top: .2rem;
	}
	.newsvd-b2 li{
		font-size: .24rem;
		margin-left: .2rem;
		margin-right: 0;
	}
	.newsvd-b2 li:first-child{
		margin-left: 0;
	}
	
	.newsvd-c{
		width: 100%;
		margin-top: .3rem;
	}
	.newsvd-c a{
		width: 100%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.newsvd-c2{
		font-size: .26rem;
		line-height: .4rem;
		height: auto;
		font-weight: bold;
	}
	.newsvd-c3{
		margin-top: .15rem;
	}
	.newsvd-c3{
		font-size: .24rem;
	}
}


/*新闻详情*/
.newsinfo{
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
}
.newsinfo-back{
	display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    opacity: .5;
    position: absolute;
    top: 50px;
    right: 70px;
    font-weight: bold;
}
.newsinfo-a{
	font-size: 36px;
	color: #000;
	line-height: 45px;
}
.newsinfo-b{
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	opacity: .6;
}
.newsinfo-c{
	margin-top: 50px;
	padding: 30px 0;
	font-size: 18px;
	line-height: 25px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.newsinfo-c img{
	max-width: 100%;
}
.newsinfo-d{
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.newsinfo-d a{
	display: block;
	font-size: 16px;
	height: 25px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
}
.newsinfo-d a:hover{
	opacity: .8;
}
.newsinfo-d1{
	padding-left: 25px;
	background: url(../image/icon33.png) no-repeat left center;
	float: left;
}
.newsinfo-d3{
	padding-right: 25px;
	background: url(../image/icon34.png) no-repeat right center;
	float: right;
}
.newsinfo-d2{
	width: 80px;
	height: 25px;
	background: url(../image/icon35.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -12.5px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

@media(max-width:1600px){
	.newsinfo{
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media(max-width:1000px){
	.newsinfo-a{
		font-size: 40px;
		line-height: 45px;
	}
}
@media(max-width:750px){
	.newsinfo{
		padding-top: 1rem;
		padding-bottom: .7rem;
	}
	.newsinfo-back{
		font-size: .24rem;
		top: .5rem;
		right: .3rem;
	}
	.newsinfo-a{
		font-size: .4rem;
		line-height: .5rem;
	}
	.newsinfo-b{
		font-size: .24rem;
		margin-top: .15rem;
	}
	.newsinfo-c{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .4rem;
		padding: .3rem 0;
	}
	.newsinfo-d a{
		font-size: .28rem;
		line-height: 25px;
	}
	.newsinfo-d1{
		padding-left: 20px;
	}
	.newsinfo-d3{
		padding-right: 20px;
	}
}



/*核心优势*/
.advantage-a{
	padding-top: 65px;
	padding-bottom: 30px;
	overflow: hidden;
}
.advantage-a-lt{
	width: calc(100% - 730px);
	width: -webkit-calc(100% - 730px);
	max-width: 855px;
	padding-right: 30px;
	float: left;
}
.advantage-h3{
	width: 100%;
	font-size: 24px;
	line-height: 1;
	color: #00635B;
	font-weight: bold;
}
.advantage-a1{
	font-size: 18px;
	color: #666;
	margin-top: 40px;
	line-height: 30px;
}
.advantage-a-rt{
	width: 730px;
	float: right;
	text-align: right;
}
.advantage-b{
	padding-top: 65px;
	padding-bottom: 65px;
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
}
.advantage-b-lt{
	width: 735px;
	float: left;
}
.advantage-b-rt{
	width: calc(100% - 735px);
	width: -webkit-calc(100% - 735px);
	float: right;
	padding-left: 130px;
}
.advantage-b1{
	margin-top: 25px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	height: 150px;
}
.advantage-b2{
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
	max-width: 640px;	
}
.advantage-b2 li{
	width: 50%;
	float: left;
}
.advantage-b2-a{
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.advantage-b2-a span{
	font-size: 50px;
	font-family: impact;
}
.advantage-b2-b{
	font-size: 14px;
	line-height: 35px;
	margin-top: 10px;
}
.advantage-b2-b img{
	margin-left: 15px;
	position: relative;
	top: -1px;
}
.advantage-c-bj{
	background: #e3e3e3;
	width: 100%;
}
.advantage-c{
	padding-top: 90px;
	padding-bottom: 130px;
	text-align: center;
}
.advantage-c1{
	font-size: 18px;
	line-height: 666;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.advantage-d{
	padding-top: 110px;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
}
.advantage-d-lt{
	width: 43.6%;
	float: left;
	padding-right: 30px;
}
.advantage-d1{
	font-size: 18px;
	line-height: 30px;
	color: #666;
	max-width: 635px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.advantage-d2{
	font-size: 18px;
	color: #666;
	line-height: 25px;	
	max-width: 570px;
}
.advantage-d3{
	font-size: 14px;
	color: #666;
	line-height: 22px;	
	margin-bottom: 35px;
	max-width: 570px;
}
.advantage-d-rt{
	width: 56.4%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.advantage-d-img{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
}

@media(max-width:1600px){
	.advantage-b-lt{
		width: 600px;
	}
	.advantage-b-rt{
		width: calc(100% - 600px);
       width: -webkit-calc(100% - 600px);
       padding-left: 50px;
	}
}

@media(max-width:1200px){
	.advantage-a-rt{
		width: 500px;
	}
	.advantage-a-lt{
		width: calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
	}
	.advantage-b-lt{
		width: 400px;
	}
	.advantage-b-rt{
		width: calc(100% - 400px);
       width: -webkit-calc(100% - 400px);
       padding-left: 50px;
	}
	.advantage-d-rt{
		width: 45%;
	}
	.advantage-d-lt{
		width: 55%;
	}
}
@media(max-width:1000px){
	.advantage-a-lt{
		width: 100%;
	}
	.advantage-a-rt{
		width: 100%;
		text-align: left;
		margin-top: 30px;
	}
	.advantage-b-lt{
		width: 100%;
	}
	.advantage-b-rt{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.advantage-b1{
		height: auto;
		margin-bottom: 30px;
	}
	.advantage-d-lt{
		width: 100%;
	}
	.advantage-d-rt{
		width: 100%;
		position: relative;
		top: inherit;
		right: inherit;
		float: left;
		margin-top: 30px;
	}
	.advantage-d-img{
		position: relative;
		left: inherit;
		bottom: inherit;
	}
	.advantage-d{
		padding-bottom: 20px;
	}
}
@media(max-width:750px){
	.advantage-a{
		padding-top: .7rem;
		padding-bottom: .5rem;
	}
	.advantage-h3{
		font-size: .32rem;
	}
	.advantage-a1{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .3rem;
		margin-bottom: .2rem;
	}
	.advantage-b{
		padding-top: .5rem;
		padding-bottom: .7rem;
	}
	.advantage-b-rt{
		margin-top: .5rem;
	}
	.advantage-b1{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		margin-bottom: .4rem;
	}
	.advantage-b2 li{
		width:100%;
		margin-bottom: .4rem;
	}
	.advantage-b2-a{
		font-size: .28rem;
	}
	.advantage-b2-a>span{
		font-size: .6rem;
	}
	.advantage-b2-b img{
		width: .4rem;
		margin-left: .15rem;
	}
	.advantage-b2-b{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.advantage-c{
		padding-top: .7rem;
		padding-bottom: 1rem;
	}
	.advantage-c1{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
		margin-bottom: .5rem;
	}
	.advantage-d{
		padding-top: .7rem;
		padding-bottom: .2rem;
	}
	.advantage-d1{
		font-size: .26rem;
		line-height: .45rem;
		font-weight: bold;
		margin-top: .2rem;
		margin-bottom: .4rem;
	}
	.advantage-d2{
		font-size: .26rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.advantage-d3{
		font-size: .24rem;
		line-height: .45rem;
		margin-bottom: .3rem;
	}
}



.gypale{
	padding-left: 510px;
	min-height: 650px;
	position: relative;
}

.gypale-lt{
	width: 510px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #f9f9f8;
/*	overflow: hidden;*/
}

.gypale-lt-bj{
	width: 200%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: #f9f9f8;
}
.gypale-lt-a{
	width: 100%;
	padding-right: 15px;
	padding-top: 90px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.gypale-lt-b{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
}
@media(max-width:1900px){
	.gypale-lt-b{
		width: 610px;
    }
}
.gypale-kb{
	width: 100%;
	height: 85px;
}

@media(max-width:1600px){
	.gypale{
		padding-left: 400px;
	}
	.gypale-lt{
		width: 400px;
	}
	.gypale-lt-b{
		width: calc(100% + 50px);
		width: -webkit-calc(100% + 50px);
	}
}
@media(max-width:1200px){
	.gypale{
		padding-left: 300px;
	}
	.gypale-lt{
		width: 300px;
	}
}
@media(max-width:1000px){
	.gypale{
		padding-left: 150px;
	}
	.gypale-lt{
		width:150px;
	}
}
@media(max-width:750px){
	.gypale{
		padding-left: 0;
		width: calc(100% + .6rem);
		width: -webkit-calc(100% + .6rem);
		margin-left: -.3rem;
	}
	.gypale-lt{
		position: relative;
		width: 100%;
		padding-bottom: .5rem;
	}
	.gypale-lt-b{
		position: relative;
	}
	.gypale-lt-a{
		padding: 0 .5rem;
		padding-top: .7rem;
	}
	.gypale-kb{
		height: .7rem;
	}
}



/*社会责任*/
.responsibility{
	padding-left: 45px;
	padding-top: 80px;
}
.responsibility-a{
	font-size: 24px;
	font-weight: bold;
	color: #00635B;
	line-height: 1;
}
.responsibility-b{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 20px;
}
.responsibility-c{
	margin-top: 40px;
	overflow: hidden;
}
.responsibility-c li{
	font-size: 14px;
	line-height: 35px;
	float: left;
	margin-right: 40px;
	color: #666;
	position: relative;
	cursor: pointer;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-c li:after{
	content: '';
	width: 0;
	height: 2px;
	background: #00635B;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-c li:hover{
	color: #00635B;
	font-weight: bold;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-c li:hover:after{
	left: 0;
	width: 100%;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-c li.on{
	color: #00635B;
	font-weight: bold;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-c li.on:after{
	left: 0;
	width: 100%;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.responsibility-d{
	margin-top: 28px;
}
.responsibility-d li{
	display: none;
}
.responsibility-d1{
	font-size: 18px;
	color: #00635B;
	line-height: 30px;
	margin-top: 15px;
	font-weight: bold;
}
.responsibility-d2{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 20px;
}
@media(max-width:1200px){
	.responsibility{
		padding-left: 25px;
	}
}
@media(max-width:750px){
	.responsibility{
		padding: .7rem .3rem;
		padding-bottom: 0;
	}
	.responsibility-a{
		font-size: .34rem;
	}
	.responsibility-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.responsibility-c{
		margin-top: .4rem;
	}
	.responsibility-c li{
		font-size: .26rem;
		line-height: .5rem;
		margin-right: .3rem;
		margin-bottom: .15rem;
	}
	.responsibility-d{
		margin-top: .3rem;
	}
	.responsibility-d1{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.responsibility-d2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
}

/*公益活动*/
.activity{
	padding-top: 85px;
	padding-left: 50px;
}
.activity-top-a{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 15px 35px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.activity-img-swiper{
	padding: 0 38px;
	margin-top: 30px;
}
.activity-img-prev{
	margin: 0;
	width: 38px;
	height: 100%;
	background: url(../image/icon39.png) no-repeat center;
	background-size: cover;
	left: 0 !important;
	top: 0 !important;
}
.activity-img-next{
	margin: 0;
	width: 38px;
	height: 100%;
	background: url(../image/icon40.png) no-repeat center;
	background-size: cover;
	right: 0 !important;
	top: 0 !important;
}
.activity-img-a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}

.gallery-top{
	margin-top: 25px;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 0 38px;
    margin-top: 30px;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}
.gallery-thumbs .swiper-slide.swiper-slide-active .activity-img-a{
	display: none;
}
@media(max-width:1600px){
	.activity-top-a{
		padding: 10px 20ox;
		font-size: 16px;
		line-height: 25px;
	}
	.gallery-thumbs .swiper-slide{
		width: 33.333%;
	}
	.activity{
		padding-left: 25px;
	}
}
@media(max-width:750px){
	.activity{
		padding: 0 .3rem;
		padding-top: .7rem;
	}
	.activity-top-a{
		padding: .15rem .2rem;
		font-size: .28rem;
		line-height: .4rem;
	}
	.gallery-thumbs{
		margin-top: .3rem;
		padding: 0 .5rem;
	}
	.gallery-thumbs .swiper-slide{
		width: 50%;
	}
	.activity-img-next,.activity-img-prev{
		width: .5rem;
	}
}





/*加入我们*/
.join{
	padding-left: 34px;
	padding-top: 40px;
}
.join-a{
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.join-b{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 10px 0;
}
.join-c{
	margin-top: 15px;
}
@media(max-width:750px){
	.join{
		padding: .7rem .3rem;
		padding-bottom: 0;
	}
	.join-a{
		font-size: .28rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.join-b{
		font-size: .24rem;
		line-height: .45rem;
		margin: .1rem 0;
	}
	.join-c{
		margin-top: .15rem;
	}
}


/*乐居生活*/
.life{
	min-height: 775px;
	padding-top: 90px;
	padding-left: 45px;
}
.life-ul{
	width: calc(100% + 4px);
	width: -webkit-calc(100% + 4px);
	overflow: hidden;
	
}
.life-ul li{
	width: 7.3%;
	float: left;
	padding-right: 4px;
	position: relative;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.life-a{
	width: 100%;
	height: 480px;
	background: no-repeat center;
	background-size: cover;
}
.life-b{
	width: 40px;
	height: 150px;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,.4);
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 3px;
}
.life-c{
	display: none;
}
.life-ul li.on{
	width: 70.8%;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.life-ul li.on .life-b{
	display: none;
}
.life-div{
	margin-top: 20px;
	color: #666;
}
.life-div1{
	font-size: 18px;
	line-height: 25px;
}
.life-div2{
	font-size: 14px;
	line-height: 25px;
}

@media(max-width:1200px){
	.life-b{
		width: 30px;
		padding:  15px 10px;
	}
	.life{
		padding-left: 20px;
	}
	.life-a{
		height: 380px;
	}
	.life{
		min-height: 600px;
	}
}
@media(max-width:750px){
	.life{
		padding: .7rem .3rem;
		padding-bottom: 0;
	}
	.life-b{
		width: .4rem;
		height: 2.6rem;
		font-size: .24rem;
		line-height: .3rem;
		padding: .3rem .1rem;
	}
	.life-a{
		height: 5rem;
	}
	.life{
		min-height: auto;
	}
	.life-div1{
		font-size: .28rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.life-div2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
}

/*我要应聘*/
.recruit{
	padding-top: 80px;
	padding-left: 45px;
	padding-bottom: 120px;
}
.recruit-img{
	position: relative;
	margin-top: 20px;
}
.recruit-a{
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.recruit-a1{
	display: block;
	width: 250px;
	height: 110px;
	float: left;
	background: #009870 no-repeat 15px center;
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	border-radius: 20px;
	padding-left: 85px;
	color: #fff;
	position: relative;
	top: 0;
	margin-right: 15px;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.recruit-a1-a{
	font-size: 20px;
	line-height: 1;
	padding-top: 20px;
}
.recruit-a1-b{
	font-size: 20px;
	line-height: 25px;
	margin-top: 5px;
	font-family: arial;
	text-transform: uppercase;
}
@media(min-width:1201px){
	.recruit-a1:hover{
		color: #fff;
		top: -3px;
		box-shadow: 5px 5px 5px rgba(0,0,0,.8);
		transition: all .3s;
	  -webkit-transition:all .3s;
	}
}

@media(max-width:1600px){
	.recruit-a1-a{
		font-size: 16px;
		padding-top: 15px;
	}
	.recruit-a1-b{
		font-size: 16px;
		line-height: 22px;
	}
	.recruit-a1{
		width: 200px;
		height: 90px;
		padding-left: 60px;
		background-size: 35px;
	}
}
@media(max-width:1200px){
	.recruit-a{
		position: relative;
		right: inherit;
		bottom: initial;
		padding: 15px;
		padding-left: 0;
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.recruit{
		padding: .7rem .3rem;
		padding-bottom: 0;
	}
	.recruit-a{
		position: relative;
		right: inherit;
		bottom: initial;
		padding: .15rem 0;
		margin-top: .3rem;
	}
	.recruit-a1-a{
		font-size: 12px;
		padding-top: 0;
	}
	.recruit-a1-b{
		font-size: 12px;
		line-height: 20px;
	}
	.recruit-a1{
		width: 48%;
		margin-right: 2%;
		height: auto;
		padding: .15rem 0; 
		padding-left: 1rem;
		background-size: .7rem;
		background-position-x: .15rem;
	}
	
}





/*联系方式*/
.liaison-lt{
	padding-right: 20px;
	position: relative;
	z-index: 3;
}
.liaison-lt li{
	margin-top: 65px;
	padding-left: 60px;
	background: no-repeat left top;
	
}
.liaison-lt-a{
	font-size: 18px;
	line-height: 35px;
	color: #00635B;
	font-weight: bold;
}
.liaison-lt-b{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-top: 5px;
}
.liaison-cont{
	padding: 70px 0;
	padding-left: 45px;
	overflow: hidden;
}
.liaison-a{
	width: calc(100% - 165px);
	width: -webkit-calc(100% - 165px);
	padding-right: 30px;
	float: left;
}
.liaison-a1,.liaison-a2,.liaison-a3{
	font-size: 18px;
	line-height: 30px;
	color: #00665e;
}
.liaison-a2{
	font-weight: bold;
	margin-top: 50px;
}
.liaison-a3{
	color: #666;
	margin-top: 15px;
}
.liaison-b{
	width: 165px;
	text-align: center;
	float: right;
	padding-top: 40px;
}
.liaison-b>div{
	font-size: 14px;
	line-height: 1;
	color: #666;
	margin-top: 10px;
}
.liaison .gypale{
	min-height: 550px;
}
.map{
	width: 100%;
	height: 500px;
}

@media(max-width:1200px){
	.liaison .gypale{
		padding-left: 0;
	}
	.liaison .gypale-lt{
		width: 100%;
		position: relative;
		height: 300px;
		padding-top: 50px;
	}
	.liaison .liaison-lt li{
		width: 50%;
		float: left;
		margin-top: 0;
	}
	.liaison .gypale-lt-bj{
		left: -200px;
	}
	.liaison-cont{
		padding: 50px 0;
	}
}

@media(max-width:750px){
	.liaison .gypale-lt{
		height: auto;
		padding: .7rem .3rem;
		padding-top: .3rem;
		overflow: hidden;
	}
	.liaison .liaison-lt li{
		width: 100%;
		margin-top: .4rem;
	}
	.liaison-lt-a{
		font-size: 16px;
	}
	.liaison-lt-b{
		font-size: 14px;
		line-height: 25px;
	}
	.liaison-cont{
		padding: .6rem .3rem;
	}
	.liaison-a{
		width: 100%;
		padding: 0;
	}
	.liaison-b{
		width: 100%;
		padding-top: .5rem;
	}
	.liaison-a1, .liaison-a2, .liaison-a3{
		font-size: .26rem;
		line-height: .45rem;
	}
	.liaison-a2{
		margin-top: .4rem;
	}
	.liaison-a3{
		margin-top: .2rem;
	}
	.map{
		height: 5rem;
	}
}

/*廉政举报*/
.report{
	padding-top: 65px;
	padding-bottom: 35px;
	padding-left: 45px;
}
.report-form{
	width: 100%;
	max-width: 910px;
}
.report-a{
	font-size: 24px;
	color: #00665e;
	line-height: 1;
	text-align: center;
	padding-left: 270px;
	font-weight: bold;
	margin-bottom: 30px;
}
.report-li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.report-b{
	width: 270px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	text-align: right;
	float: left;
}
.report-c,.report-d{
	width: calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	height: 35px;
	padding: 0 20px;
	float: left;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	color: #333;
}
.report-d{
	
	line-height: 30px;
	height: 130px;
	padding: 10px 20px;
}
.report-li2{
	margin-top:20px ;
}
.report-e{
	float: left;
	overflow: hidden;
}
.report-e>div{
	width: 135px;
	height: 35px;
	font-size: 16px;
	border: 1px solid #ccc;
	background: #F5F5F5;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.report-li3{
	display: none;
}
.report-h{
	overflow: hidden;
	float: left;
}
.int-file{
	margin-left: -90px;
}
.report-f{
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	float: left;
	background: #00665E;
	margin-left: 10px;
}
.report-e>div:hover,.report-f:hover{
	opacity: .8;
}
.report-g{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	margin-left: 10px;
}
.report-i{
	padding-left: 270px;
	text-align: center;
	margin-top: 65px;
}
.int-sub{
	width: 190px;
	height: 55px;
	border: 0;
	background: #00665E;
	font-size: 18px;
	color: #fff;
	transition: all .3s;
  -webkit-transition:all .3s;
}
.int-sub:hover{
	opacity: .8;
	transition: all .3s;
  -webkit-transition:all .3s;
}

@media(max-width:1200px){
	.report{
		padding: 60px 0;
	}
}
@media(max-width:750px){
	.report{
		padding: .7rem .3rem;
	}
	.report-a{
		padding-left: 0;
		font-size: .32rem;
		margin-bottom: .4rem;
	}
	.report-b{
		width: 100%;
		text-align: left;
		font-size: .24rem;
		line-height: .4rem;
		margin-bottom: .1rem;
	}
	.report-c,.report-d{
		width: 100%;
		font-size: .26rem;
		height: .6rem;
		padding: 0 .2rem;
	}
	.report-d{
		height: 2rem;
		line-height: .45rem;
		padding: .1rem .2rem;
	}
	.report-li{
		margin-bottom: .15rem;
	}
	.report-e>div,.report-f{
		width: 1.5rem;
		height: .7rem;
		line-height: .68rem;
		font-size: .28rem;
	}
	.report-g{
		font-size: .24rem;
		line-height: .7rem;
	}
	.report-i{
		padding-left: 0;
		margin-top: .5rem;
	}
	.int-sub{
		width: 2.5rem;
		height: .8rem;
		font-size: .26rem;
	}
}



/*公司介绍*/
.about{
	padding-top: 70px;
	padding-left: 50px;
	padding-bottom: 45px;
}
.about-a{
	font-size: 28px;
	line-height: 35px;
	color: #00665e;
	font-weight: bold;
}
.about-b{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 15px;
}
.about-c{
	margin-top: 15px;
}
.about-de-bj{
	width: 100%;
	min-height: 615px;
	background: no-repeat center bottom;
	background-size: cover;
}
.about-de{
	overflow: hidden;
}
.about-d{
	float: left;
	padding-top: 100px;
	padding-left: 80px;
}
.about-d1{
	font-size: 40px;
	color: #bababa;
	line-height: 1;
	font-family: arial;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about-d2{
	overflow: hidden;
}
.about-d2-a{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	line-height: 50px;
	float: left;
}
.about-d2-b{
	font-size: 68px;
	line-height: 1;
	font-weight: bold;
	color: #00665E;
	float: left;
	margin: 0 10px;
}
.about-d2-c{
	float: left;
}
.about-d2-c1{
	font-size: 18px;
	color: #666;
	line-height: 30px;
	position: relative;
	top: -15px;
	font-weight: bold;
}
.about-d2-c1 span{
	display: inline-block;
	font-size: 45px;
	line-height: 45px;
	color: #00665E;
	position: relative;
	top: 5px;
}
.about-d2-c2{
	font-size: 18px;
	color: #666;
	line-height: 1;
	position: relative;top: -10px;
}
.about-e{
	width: 1000px;
	padding-top: 40px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	float: right;
	margin-right: ;
}
.about-e1{
	float: left;
}
.about-e3{
	float: right;
	margin-top: 170px;
}
.about-e2{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
}

@media(max-width:1600px){
	.about-de-bj{
		padding-bottom: 30px;
	}
	.about-e{
		float: left;
	}
	.about-d{
		padding-left: 0;
		margin-left: 50%;
		position: relative;
		left: -180px;
	}
	.about-e{
		margin-right: 0;
		margin-left: 50%;
		position: relative;
		left: -500px;
	}
}
@media(max-width:1000px){
	.about-d{
		width: 360px;
	}
	.about-e{
		width: 700px;
		left: -350px;
	}
	.about-e1{
		width: 350px;
	}
	.about-e3{
		width: 200px;
		margin-top: 100px;
	}
	.about-e2{
		width: 160px;
		margin-left: -10px;
	}
}
@media(max-width:750px){
	.about{
		padding: .7rem .3rem;
	}
	.about-a{
		font-size: .35rem;
		line-height: .5rem;
	}
	.about-b{
		font-size: .26rem;
		line-height: .45rem;
	}
	.about-d{
		padding-top: .7rem;
		width: 5rem;
		left: -2.5rem;
	}
	.about-d1{
		font-size: .5rem;
	}
	.about-d2-a{
		font-size: .3rem;
		line-height: .7rem;
	}
	.about-d2-b{
		font-size: .8rem;
		margin: 0 .1rem;
	}
	.about-d2-c1{
		font-size: .28rem;
		line-height: .6rem;
		top: -.2rem;
	}
	.about-d2-c1 span{
		font-size: .7rem;
		line-height: .6rem;
	}
	.about-d2-c2{
		font-size: .26rem;
	}
	.about-de-bj{
		padding-bottom: .4rem;
	}
	.about-e{
		width: 100%;
		margin: 0;
		left: 0;
		padding-top: .6rem;
		text-align: center;
	}
	.about-e img{
		float: inherit;
	}
	.about-e2{
		display: none;
	}
	.about-e3{
		width: 30%;
		margin-left: 35%;
		margin-top: .3rem;
	}
	.about-e3{
		width: 80%;
		margin-left: 10%;
	}
}


/*管理团队*/
.team-lt{
	width: 100%;
	position: relative;
	z-index: 3;
}
.team-lt li{
	width: 100%;
	position: relative;
	height: 180px;
	padding-top: 60px;
	padding-right: 50px;
	text-align: right;
	color: #666;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}
.team-lt li>div{
}
.team-lt li>p{
	margin-top: 5px;
}
.team-lt li:after{
	content: '';
	width: 20px;
	height: 29px;
	background: url(../image/icon36.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -15px;
	display: none;
}
.team-lt li.on{
	background: #ececec;
	color: #00743f;
}
.team-lt li.on:after{
	display: block;
}
.team{
	padding-top: 50px;
	padding-left: 90px;
}
.team-ul{
	width: calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	overflow: hidden;
}
.team-ul li{
	width: calc(33.333% - 30px);
	width: -webkit-calc(33.333% - 30px);
	margin-right: 30px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.team-a{
	overflow: hidden;
}
.team-b{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	line-height: 35px;
	height: 34px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.team-c{
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-top: 5px;
	height: 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.organization{
	padding-top: 50px;
	padding-left: 60px;
	display: none;
}

@media(max-width:1600px){
	.team,.organization{
		padding-left: 35px;
	}
	.team-b{
		font-size: 20px;
		height: 25px;
		line-height: 26px;
	}
	.team-c{
		font-size: 14px;
		line-height: 20px;
		height: 58px;
	}
}
@media(max-width:1000px){
	.team-lt li{
		padding-right: 20px;
		font-size: 16px;
	}
}
@media(max-width:750px){
	.gypale{
		min-height: auto;
	}
	.team-gypale .gypale-lt{
		padding-bottom: 0;
	}
	.team-lt{
		height: 100px;
		
	}
	.team-lt li{
		padding-right: 0;
		width: 100%;
		float: left;
		height: 100px;
		text-align: center;
		padding-top: 20px;
	}
	.team-lt li:after{
		left: 50%;
		top: 100%;
		margin-left: -10px;
		margin-top: -10px;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
	}
	.team,
	.organization{
		padding: .7rem .3rem;
		padding-bottom: 0;
	}
	.team-ul{
		    width: calc(100% + .3rem);
    width: -webkit-calc(100% + .3rem);
	}
	.team-ul li{
		width: calc(50% - .3rem);
	width: -webkit-calc(50% - .3rem);
	margin-right: .3rem;
	margin-bottom: .15rem;
	}
	.team-b{
		font-size: .32rem;
		height: .35rem;
		line-height: .37rem;
		margin-top: .15rem;
	}
	.team-c{
		font-size: .24rem;
		line-height: .4rem;
		height: 1.2rem;
	}
	.team-lt li{
		font-size: .28rem;
		font-weight: bold;
	}
}


/*企业荣誉*/
.honor{
	padding-top: 90px;
	padding-left: 55px;
}
.honor-a{
	font-size: 28px;
	color: #00665e;
	line-height: 1;
	font-weight: bold;
}
.honor-b{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 65px;
}
.honor-b li{
	margin-bottom: 10px;
	padding-left: 12px;
	position: relative;
}
.honor-b li:after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #999;
	position: absolute;top: 10px;
	left: 0;
}
.honor-c{
	font-size: 14px;
	line-height: 35px;
	color: #666;
	margin-top: 30px;
	margin-bottom: 20px;
}
.honor-d{
	display: flex;
	overflow: hidden;
}
.honor-d li{
	width: 30%;
	height: 100%;
	position: relative;
	background: #f8f8f8;
	min-height: 250px;
	padding: 0 20px;
	padding-bottom: 20px;
	text-align: center;
}
.honor-d li:nth-child(2){
	margin: 0 5%;
}
.honor-d1{
	font-size: 18px;
	color: #005f4e;
	font-weight: bold;
	line-height: 1;
	padding-top: 40px;
	padding-bottom: 25px;
}
.honor-d2>div{
	font-size: 14px;
	color: #000;
	line-height: 25px;
}
@media(max-width:1600px){
	.honor-d1{
		font-size: 16px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.honor-d2>div{
		font-size: 12px;
		line-height: 20px;
	}
	.honor{
		padding-left: 30px;
		padding-top: 50px;
	}
}
@media(max-width:1200px){
	
	.honor-d li{
		width: 32%;
	}
	.honor-d li:nth-child(2){
		margin: 0 2%;
	}
}
@media(max-width:750px){
	.honor{
		padding: .7rem .3rem;
		padding-bottom: 0;
	}
	.honor-a{
		font-size: .32rem
	}
	.honor-b{
		font-size: 12px;
		line-height: 18px;
		margin-top: .2rem;
		margin-bottom: .7rem;
	}
	.honor-b li:after{
		top: 7px;
	}
	.honor-c{
		font-size: .24rem;
		line-height: .5rem;
		margin-top: .3rem;
		margin-bottom: .2rem;
	}
	.honor-d{
		display: block;
	}
	.honor-d li{
		width: 100%;
		min-height: auto;
		margin: 0;
		margin-bottom: .3rem;
	}
	.honor-d li:nth-child(2){
		margin: 0;
		margin-bottom: .3rem;
	}
}

/*发展历程*/
.courses-bj{
	width: 100%;
	background: no-repeat center bottom;
}
.courses{
	padding-top: 140px;
	padding-bottom: 250px;
	overflow: hidden;
}
.courses-div{
	width: 22.23%;
	float: left;
	overflow: hidden;
	margin-bottom: 80px;
}
.courses-div1{
	width: 33.31%;
}
.courses-ul{
	overflow: hidden;
	display: flex;
	padding-top: 85px;
}
.courses-li{
	width: 50%;
	height: 245px;
	padding-right: 45px;
	overflow: hidden;
}
.courses-lt{
	width: 35px;
	float: left;
	position: relative;
	margin-top: 5px;
}
.courses-lt-a{
	width: 3px;
	height: 135px;
	background: #00635b;
	margin-top: 4px;
}
.courses-lt-b{
	width: 15px;
	height: 3px;
	background: #00635b;
	position: absolute;
	left: 0;
	top: 3px;
}
.courses-lt-c{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 15px;
	border-radius: 100%;
	background: #00635B;
}
.courses-div .courses-li:nth-child(2n + 0){
	height: 335px;
	margin-top: -85px;
}
.courses-div .courses-li:nth-child(2n + 0) .courses-lt-a{
	height: 220px;
}
.courses-rt{
	width: calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	float: right;
}
.courses-rt-a{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #00635B;
}
.courses-rt-b{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-top: 15px;
}
.courses-a{
	width: 100%;
}
.courses-a1{
	width: 100%;
	height: 45px;
	padding: 0 20px;
	padding-top: 44px;
	position: relative;
}
.courses-a1>div{
	width: 100%;
	height: 1px;
	background: #00665E;
}
.courses-a1:after{
	content: '';
	width: 20px;
	height: 45px;
	background: url(../image/icon37.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.courses-a1:before{
	content: '';
	width: 20px;
	height: 45px;
	background: url(../image/icon38.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
.courses-a2{
	width: 1px;
	height: 35px;
	background: #00665E;
	margin-left: 50%;
}
.courses-a3{
	width: 180px;
	background: #00665E;
	padding: 10px;
	color: #fff;
	line-height: 1.2;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	margin-left: calc(50% - 90px);
	margin-left: -webkit-calc(50% - 90px);
}
.courses-a3-a{
	font-size: 18px;
}

.courses-j{
	position: relative;
	padding: 0 50px;
}
.courses-jswiper{
	width: 100%;
}
.courses-jsd{
	width: 16.666%;
	height: 330px;
	padding: 0 20px;
	padding-top: 85px;
}
.courses-jsd .courses-li{
	width: 100%;
}
.courses-jsd:nth-child(2n + 0) .courses-li {
    height: 335px;
    margin-top: -85px;
}
.courses-jsd .courses-li .courses-lt-a{
	height: 220px;
}
.courses-jprev,
.courses-jnext{
	width: 30px;
	height: 60px;
	left: 0;
	background-color: #00665E;
	background-size: 12px auto;
}
.courses-jnext{
	left: inherit;
	right: 0;
}


@media(max-width:1600px){
	.courses-li{
		padding-right: 0;
	}
	.courses-lt{
		width: 30px;
	}
	.courses-rt{
		width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
	}
	.courses-rt-b{
		font-size: 12px;
		line-height: 20px;
	}
	.courses-rt-a{
		font-size: 20px;
	}
	.courses-jsd{
		    padding: 0px 5px;
   		 padding-top: 85px;
	}
}
@media(max-width:1200px){
	.courses-div{
		width: 100%;
		margin-bottom: 50px;
		padding-top: 80px;
		position: relative;
	}
	/*.courses-ul{
		padding-top: 0;
		display: block;
	}
	.courses-lt{
		width: 20px;
	}
	.courses-lt-c{
		left: 0;
	}
	.courses-li{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.courses-div .courses-li:nth-child(2n + 0){
		height: auto;
		margin-top: 0;
	}
	.courses-lt-a,.courses-lt-b{
		display: none;
	}
	.courses-a1,.courses-a2{
		display: none;
	}*/
	
	.courses-jsd{
		width: 25%;
	}
	
	.courses-a{
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.courses-a3{
		margin: 0;
	}
	.courses{
		padding-top:80px;
		padding-bottom: 80px;
	}
	
}
@media(max-width:750px){
	.courses{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.courses-a3{
		display: inline-block;
		width: auto;
		min-width: 3rem;
		padding: .15rem .3rem;
		font-size: .24rem;
	}
	.courses-a3-a{
		font-size: .28rem;
	}
	.courses-div{
		padding-top: 1.2rem;
		margin-bottom: .4rem;
	}
	/*.courses-rt-a{
		font-size: .3rem;
	}
	.courses-lt-c{
		width: .1rem;
		height: .1rem;
	}
	.courses-lt{
		width: 10px;
	}
	.courses-rt{
		    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
	}
	.courses-rt-b{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
	.courses-li{
		margin-bottom: .2rem;
	}*/
	
	
	.courses-jsd{
		width: 50%;
	}
	.courses-j{
		padding: 0 .6rem;
	}
	.courses-jprev, .courses-jnext{
		width: .5rem;
		height: 1rem;
		margin-top: -.5rem;
	}
}



/*搜索结果*/
.searchs{
	padding-top: 80px;
	padding-bottom: 80px;
}
.searchs .page{
	margin-top: 30px;
}
@media(max-width:750px){
	.searchs{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.searchs .page{
		margin-top: .3rem;
	}
}



/*法律声明*/
.statement-bj{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 69;
	display: none;
}
.statement{
	width: 90%;
	max-width: 1000px;
	max-height: 90%;
	background: #fff;
	border: 5px solid #00635b;
	border-radius: 10px;
	color: #666;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 50px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.statement-a{
	font-size: 24px;
	line-height: 1;
	color: #333;
	font-weight: bold;
}
.statement-b{
	font-size: 18px;
	line-height: 1;
	font-family: arial;
	text-transform: uppercase;margin-top: 10px;
	
}
.statement ul{
	max-height: ;
}
.statement li{
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
}
.statement-c{
	font-size: 16px;
	font-weight: bold;
}
.statement-d{
	width: 40px;
	height: 40px;
	background: url(../image/x03.png) no-repeat center;
	position: absolute;
	top: 30px;
	right: 30px;
}

@media(max-width:1600px){
	.statement{
		padding: 30px;
	}
	.statement li{
		margin-top: 20px;
		font-size: 14px;
	    line-height: 22px;
	}
}
@media(max-width:750px){
	.statement{
		max-width: 95%;
		max-height: 95%;
		border: 2px solid #00635b;
	}
	.statement{
		padding: .4rem;
	}
	.statement-a{
		font-size: .34rem;
	}
	.statement-b{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.statement li{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: 0rem;
		margin-bottom: .3rem;
	}
	.statement-c{
		font-size: .26rem;
	}
	.statement ul{
		max-height: 8rem;
		overflow-y: auto;
		padding-right: .1rem;
		margin-top: .4rem;
	}
	.statement-d{
		width: .6rem;
		height: .6rem;
		background-size: cover;
		top: .2rem;
		right: .2rem;
	}
}
