/*rem字号*/
html {
font-size : 14px;
}
@media only screen and (min-width: 320px) and (max-width: 479px){
html {
font-size: 12px !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
html {
font-size: 12px !important;
}
}
@media only screen and (min-width: 640px) and (max-width: 749px){
html {
font-size: 12px !important;
}
}

@media only screen and (min-width: 750px) and (max-width: 959px){
html {
font-size: 13px !important;
}
}
@media only screen and (min-width: 960px) and (max-width: 1280px){
html {
font-size: 15px !important;
}
}
@media only screen and (min-width: 1281px){
	html {
	font-size: 17px !important;
	}
}
/*字体定义*/
@font-face{
     font-family: 'pf'; 
     src: url('../fonts/PingFang regular.eot');
      src:url('../fonts/PingFang regular.woff') format('woff'),
          url('../fonts/PingFang regular.ttf') format('truetype'),
          url('../fonts/PingFang regular.svg') format('svg');
}
*{
	font-family:pf;
}
@charset "utf-8";
*{
    margin:0px;
    padding: 0px;
}
body,p,ul,dl,ul li,dt,dd{
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none;
    cursor: default;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}
a,a:active,a:visited,a:hover{
    text-decoration: none;
    color: inherit;
}
img{
    border: 0px;
}
/*手机*/
@media (max-width: 767px){
	nav.navbar #menu{
		background: rgba(0,0,0,0.4)!important;
		font-size: 16px;
	}
}
@media (max-width: 768px){
	#logo {
	    	width: 160px;
	}
	.container-fluid .padlrrow .imgBox{
		height: 12rem!important;
	}
	.caseDetail h4{
		font-size: 18px!important;
	}
	.partTitle{
		font-size: 18px!important;
	}
	.moreBtn{
		width: 100%!important;
	}
	.padlr {
	     padding-left: 0px!important; 
	     padding-right: 0px!important; 
	}
	.partTitle{
		width: 100%!important;
	}
	.ewmTxtBox{
		display: block!important;
		width: 100%!important;
		text-align: left;
	}.ewmImgBox{
		width: 60%!important;
		display: block!important;
	}
	.ewmImgBox img{
		width: 100%!important;
		text-align: left;
	}
}
/*手机以上*/
@media (min-width: 768px){
	.navbar {
	    border-radius: 0;
	    padding: 15px 0;
	}
}
/*992以下*/
@media (max-width: 992px){
	#logo {
	    width: 170px;
	}
	.navbar-brand {
	    padding-top: 8px!important;
	}
	.carousel-indicators li {
	    width: 28px!important;
	    height: 4px!important;
	    border-radius: 2px;
	}
	.carousel-indicators .active {
	    width: 28px;
	    height: 4px;
	}
	.bannTxt{
		padding-left: 0%!important;
		top: 60%!important;
		transform: translateY(-60%)!important;
	}
	.bannTxt p,.bannTxt .bannBtn{
		display: none;
	}
	.bannTxt .imgBox{
		width: 75%!important;
	}
	.bannTxt .imgBox,.bannTxt .bannBtn{
		margin: 0 auto;
	}
	.bannBtn{
		width:  10em!important;
		height: 38px!important;
		line-height: 38px!important;
	}
	.padlrrow{
		margin-top: 1.8rem!important;
	}
	.fontbold>p.fb56,.fb56{
		font-size: 2.4rem!important;
		line-height: 2.4rem!important;
	}
	.padlrrow .imgBox{
		height: 18rem!important;
	}
	.padlrrow .imgBox img{
		width: 72%!important;
	}
	.companyModule li .liBox p.detail{
		font-size: 1.12rem;
		line-height: 1.4rem!important;
		height: 5.6rem!important;
		-webkit-line-clamp:4!important;
		max-height: 5.6rem\9!important;
	}
	.companyModule li{
		margin-bottom: 20px;
	}
	.companyModule li .liBox{
		padding: 2.8rem 1.6rem!important;
		position: relative;
	}
	.companyModule li .imgBox{
		margin: 0 auto;
	}
	.companyModule .liBox h2{
		font-size: 22px!important;
		text-align: center;
	}
	.recentPartL li,.recentPartC li,.recentPartL .imgBox{
		height: auto!important;
	}
	.messfoot p,.addrfoot p{
		padding-left: 0px!important;
	}
	.wrapBox{
		right: 0px!important;
	}
/*	.footer>div{
		min-height: 180px!important;
	}*/
	.footer p{
		line-height: 22px!important
	}
	.aboutTit .blueP2{
		display: block!important;
	}
	.aboutTit .blueP1{
		display: none!important;
	}
	.aboutTit .fb56{
		margin-top: 30px!important;
	}
	.aboutBox4 .liBox p{
		font-size: 16px!important;
	}
	.aboutBox4 .liBox h2{
		font-size: 2.2rem!important;
	}
	.aboutBox4 li{
		margin-bottom: 10px;
	}
	.aboutBox4 li:nth-child(odd){
		padding-right: 5px;
	}
	.aboutBox4 li:nth-child(even){
		padding-left: 5px;
	}
	.aboutBox4{
		margin-top: 30px!important
	}
	.aboutListTxt h2{
		text-align: center;
		margin-top: 10px!important;
	}
	.aboutListTxt>div{
		padding: 0 30px!important;
	}
	.aboutimgList{
		margin-top: 30px!important;
	}
	.bottest{
		font-size: 14px;
	}
	.footer{
		padding-top: 20px!important;
	}
	.ewmTxtBox{
		width: 100%!important;
	}.ewmImgBox{
		width: 100%!important;
		text-align: center;
	}
	.ewmImgBox img{
		width: 45%!important;
	}
	.logofoot{
		margin-bottom: 20px!important;
	}
	.logoBottLine {
	    background: #ddd!important;
	}
	.logoImgBox{
		text-align: center;
	}
	.footer p{
		text-align: center;
	}
	.footer h3,.ewmTxtBox h4,.ewmTxtBox p{
		text-align: center;
	}
	.logoBottLine{
		width: 100%!important;
	}
	.footBottom{
		padding-bottom: 10px!important;
	}
	.recentPartR .details h4 {
	    padding-top: 1.4rem!important;
	}
	.recentPart  li {
	    padding:10px 20px!important;
	}
	
	#rpl  li{
		padding: 0px 0!important;
		padding-bottom: 10px!important;
	}
	#rpl .detail{
		margin-bottom: 0px!important;
	}
	.recentPartR li{
		height: auto!important;
	}
	.partTitle{
		margin-top: 24px!important;
	}

}
/*992以上  1280以下*/
@media only screen and (min-width: 992px) and (max-width: 1280px){
	.timeTop .time h5 {
	    font-size:2.8rem!important;
	}
	.recentPartR .details {
	    margin-left: 10px!important;
	    width: 56%!important;
	}
	.aboutBox4 li .liBox{
		padding-top: 6.7rem!important;
		padding-bottom: 6.7rem!important;
	}
	.arriveL h1{
		margin-top: 2rem!important;
	}

	/*.recentPart ul li {
	    padding: 12px!important;
	}*/
}
@media (min-width: 992px){
	#logo {
	    width: 240px;
	}
	nav.navbar{
		padding-right: 70px;
		padding-left: 70px;
	}
	.fontbold .text-right{
		position: relative;
		right: -2rem;
	}
	.textR{
		text-align: right;
	}
	.aboutListTxt h2{
		margin-bottom: 30px;
	}
	.footer>div{
		min-height: 150px;
	}
}

.aboutBox4 .liBox h2,.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.animated.hinge {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

/*----------------------*/
.pageLink li,.newsAboutList li h4 a,.listUl li>div,.nav>li>a,.exampleUl li,.pageBox ul li,.caseDetail h4,.caseDetail p,.textR a,.linkList li,.recentPart ul li,.serveCompany .imgBox img,.moreBtn,.caseRow .moreP a,.caseBox,.bannBtn,.companyModule li .liBox,.companyModule li .liBox p{
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.newsAboutList li h4,.listUl li .detail h4,.caseDetail h4,.recentPartR .details h4,.recentPartR .details p,.recentPart .detail h4,.caseLineP,.rowHidd{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bannTxt>a{
	display: block;
	color: #fff;
}
.pageLink li:hover{
	background: #00bee6;
	color: #fff;
}
.newsAboutList li h4 a:hover{
	color: #00bee6;
}
.bannBtn:hover{
	background: #00bee6;
	border-color: #00bee6;
}
/*----------------------*/
.header{
	position: relative;
	width: 100%;
}
.header nav.navbar{
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 999;
	background: rgba(255,255,255,0)!important;
	border:0px!important;
	font-size: 20px;
}
.header .navbar-default{
	border: 0px!important;
}
.navbar-default #menu .navbar-nav>li>a {
	color: #fff;
}
#menu .navbar-nav>li.active>a{
	color: #2ebee2;
	/*border-bottom: 2px solid #fff;*/
	background: rgba(255,255,255,0);
}
#menu{
	padding:15px 15px;
}
.navbar-brand {
    height: auto;
    padding: 0px;
    line-height: auto;
    padding: 15px;
}
#logo img{
	width: 100%;
	height: auto;
}
.nav>li>a {
    padding: 11px 0px;
    margin: 0 15px;
}
.nav>li>a:hover{
	color: #2ebee2!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.4);
}
.carousel-indicators li {
    display: inline-block;
    width: 56px;
    height: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff\9;
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
    margin: 0px 4px;
}
.carousel-indicators .active {
    width: 56px;
    height: 8px;
    border: 0px;
    background-color: #00bee6;
}
.bannTxt{
	position: absolute;
	left:0px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
	padding-left: 10%;
}
.bannTxt .imgBox{
	width: 54%;
	height: auto;
	margin-bottom: 20px;
}
.bannTxt .imgBox img{
	width: 100%;
}
.bannTxtDeta{
	font-size: 1.9rem;
	line-height: 66px;
}
.bannBtn{
	width: 190px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #fff;
	font-size: 1.14rem;
	text-align: center;
}
.bannBtn img{
	margin-left: 6px;
	vertical-align: middle;
	position: relative;
	top: -4px;
}
.padlr{
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
.padlrrow{
	margin-top: 2.8rem;
}
.fontbold>p.fb56,.fb56{
	font-size: 3.1rem;
	font-weight: bold;
	line-height: 3rem;
}
.fontbold .blueP,.blueP{
	font-size: 1.1rem;
	line-height: 2rem;
	margin-top: 1.2rem;
	margin-bottom: -1rem;
	font-weight: bold;
}
.fontbold .blueP>span,.blueP>span,.blueC{
	color: #00bee6;
}
.padlrrow .imgBox img{
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.padlrrow .imgBox{
	text-align: center;
	height: 15rem;
}

.companyModule li .liBox{
	padding:3.4rem 2.4rem;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #dbdcdc;
	border-radius: 8px;
}
.companyModule .imgBox{
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.companyModule .imgBox img{
	width: 100%;
	position: absolute;
	top: 0px;
	left:0px;
}
.companyModule .liBox h2{
	line-height: 2rem;
	font-size: 1.8rem;
	height: 4rem;
	margin-top: 20px;
}
.companyModule .liBox .detail{
	color: #999;
	font-size: 1.06rem;
	line-height: 1.8rem;
	height: 7.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	overflow: hidden;
	max-height: 7.2rem\9;
	cursor: pointer;
}
.companyModule li .liBox:hover{
	background: #00bee6;
	color: #fff!important;
	border-color: #00bee6;
}
.companyModule li .liBox:hover p{
	color: #fff!important;
}
.companyModule li .liBox:hover img{
	top:-100px;
}
.companyModule li>a{
	display: block;
}
.companyModule{
	margin-top: 10px;
}
/*caseRow*/
.caseRow li{
	margin-bottom: 20px;
}
.caseRow li .caseBox{
	border: 1px solid #dbdcdc;
}
.caseBox:hover{
	box-shadow: 0px 0px 14px rgba(32,32,32,0.3);
}
.caseBox .imgBox a{
	display: block;
}
.caseDetail h4:hover,.caseDetail p:hover{
	color: #00bce7;
}
.caseRow .imgBox{
	width: 100%;
	overflow: hidden;
}
.caseBox .imgBox a{
	display: block;
}
.serveCompany li{
	margin-bottom: 10px;
}
.serveCompany .imgBox{
	width: 76%;
	margin: 0 auto;
	overflow: hidden;
	max-height: 174px;
}
.serveCompany .imgBox:hover img{
	transform: scale(1.1);
}
.caseRow .imgBox img{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.serveCompany .imgBox img{
	width: 96%;
}
.partTitle{
	font-size: 1.16rem;
	font-weight: bold;
	border-bottom: 2px solid #dbdcdc;
	width: calc(100% - 100px);
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
	line-height: 46px;
	overflow: hidden;
}
.caseRow .moreP a{
	display: block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #999;
}
.caseRow .moreP:hover a{
	color: #00bee6;
}
.caseRow .moreP a img{
	float: right;
	width: 24px;
	margin-top: 10px;
}
.caseBox .caseDetail{
	padding:10px 20px;
	box-sizing: border-box;
}
.caseDetail .caseLineP{
	line-height: 30px;
	border-bottom: 1px solid #dadbdb;
	padding-bottom: 10px;
	margin-bottom: 8px;
	color: #999;
}
.exampleList li .caseBox{background: #fff;}
.exampleList .caseLineP{
	border-bottom: 0px!important;
	padding-bottom: 0px!important;
}
.onerow li{
	margin-bottom: 0px;
}
.caseDetail h4{
	font-size: 20px;
}
.moreBtn{
	width: 20rem;
	line-height: 3.3rem;
	border: 1px solid #00bee6;
	margin: auto;
	text-align: center;
	color: #00bee6;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 0.6rem;
}
.moreBtn>a{
	display: block;
}
.moreBtn:hover{
	color: #fff;
	background: #00bee6;
}
.recentPart .imgBox img{
	width: 100%;
}
.recentPartL .timeTop,.recentPartC .timeTop,.recentPartR .timeTop{
	overflow: hidden;
}
.timeTop>div.time{
	float: left;
}
.timeTop a>img{
	float: right;
}
.timeTop{
	padding: 0.6rem 0;
}
.timeTop .time h5{
	line-height: 3.2rem;
	color: #999;
	font-size: 3.2rem;
}
.timeTop .time p{
	color: #999;
	font-size: .92rem;
	line-height: 1rem;
}
.recentPartL,.recentPartC,.recentPartR{
	box-sizing: border-box;
}
.recentPartL .imgBox{
	width: 100%;
	height: 20rem;
	overflow: hidden;
	margin-bottom: 17px;
}
.recentPartL .imgBox img{
	height: 100%;
}
.recentPartL .detail h4,.recentPartC .detail h4{
	line-height: 2.8rem;
	font-size: 20px;
	margin:0px;
	margin-top: 1rem;
}
.recentPartL .detail p,.recentPartC .detail p{
	line-height: 2.1rem;
	height: 4.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	max-height: 4.2rem\9;
}

.recentPartL li,.recentPartC li{
	margin-bottom: 1rem;
	/*margin-bottom: 20px;*/
	height: 20rem;
}
.recentPartL li{
	height: calc(40rem + 17px);
}
.recentPartL li{
	padding: 0px!important;
}
.recentPartL .imgBox{
	height: 20rem;
}
.recentPartL .timeTop{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 37px;
}
.recentPartL .detail{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.timeTop img{padding-top: 2.6rem;}

.recentPart ul li{
	padding: 20px;
	background: #f6f6f6;
	box-sizing: border-box;
}
.recentPart ul li:hover,.listUl li>div:hover{
	box-shadow: 0px 0px 14px rgba(32,32,32,0.3);
}
.recentPart li.imgBox{
	padding: 0px!important;
	background: rgba(255,255,255,0);
}
.recentPart .detail p{
	color: #999;
}
.detail p a{
	display: block;
}
.recentPartR .details h4{
	margin: 0px;
}
.recentPartR .details h4{
	padding-top: 1rem;
	line-height: 2.1rem;
	font-size: 20px;
}
.recentPartR .details p{
	line-height:1.8rem;
	color: #999;
}
.recentPartR .details{
	float: left;
	width: 60%;
	margin-left: 26px;
}
.recentPartR .timeTop{
	position: relative;
}
.recentPartR li{
	margin-bottom: 1rem;
	height: 9.5rem;
}

.wrapBox{
	width: 70px;
	position: fixed;
	right:30px;
	height: 230px;
	z-index: 999;
	bottom: 100px;
	display: none;
}
.wrap{
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.wrap .wrapCon,.wrap .wrapList{
	background: rgba(0,0,0,0.7);
	border-radius: 35px;
	color: #fff;
	position: absolute;
	top: 0px;
	height: 100%;
}
.wrap .wrapList{
	right: 0px;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
	text-align: center;
}
.wrap .wrapCon{
	width: 240px;
	/*right: 0px;*/
	opacity: 0;
	transition: all 0.8s ease;
	z-index: 9;
	padding: 10px 0;
	left: 0px;
}
/*.wrap:hover .wrapCon{
	opacity: 1;
	left:-240px;
}*/
.wrapList li,.wrapCon li{
	line-height: 70px;
}
.wrapCon li{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #929292;
}
.wrapCon li:first-child{
	border-top: 0px;
}
.wrapList li img{
	width: 40px;
	height: 40px;
}
.wrapCon li img{
	float: right;
	width: 40px;
	height: 40px;
	margin-top: 15px;
}
/*@media (max-width: 992px){
	.wrapBox{
		width: 60px;
		height: 200px;
	}
	.wrap .wrapCon{
		width: 230px;
	}
	.wrap:hover .wrapCon{
		left:-230px;
	}
	.wrapList li,.wrapCon li{
		line-height: 60px;
	}
	.wrapList li img,.wrapCon li img{
		width: 35px;
		height: 35px;
	}
}*/
#toTop,#toTop2{
	cursor: pointer;
}
.footer>div{
	margin-bottom: 10px;
}
.logoBottLine{
	width: 80%;height: 1px;background: #a9aaaa;margin: 4px 0;
}
.footer p{
	color: #999;
	line-height: 30px;
	font-size: 14px;
}
.footer{
	padding-top: 40px;
	padding-bottom: 40px;
}

.messfoot h3,.addrfoot h3{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background-size: 1.7rem 2.3rem;
	margin: 0px;
	line-height: 2.8rem;
}
.footer h3 img{
	width: 2.8rem;
	height: 2.8rem;
}
.messfoot p,.addrfoot p{
	padding-left: 50px;
	box-sizing: border-box;
}
.logoImgBox img{
	width: 60%
}
.logoImgBox{
	padding-bottom: 10px;
}
.ewmfoot{
	overflow: hidden;
}
.ewmTxtBox{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}.ewmImgBox{
	width: 49%;
	vertical-align: middle;
	display: inline-block;
}
.ewmImgBox img{
	width: 80%;
}
.footBottom{
	background: #393738;
	color: #b4b4b5;
	padding-bottom: 60px;
}
.linkBox{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.linkBox .tit{
	width: 6em;
	float: left;
	color: #b4b4b5;
	line-height: 34px;
}
.linkList{
	float: left;
	overflow: hidden;
	width: calc(100% - 6em);
}
.linkList li{
	float: left;
	margin-right: 1.6rem;
	color: #b4b4b5;
	line-height: 34px;
}
.linkList li:hover,.textR a:hover{
	color: #fff;
}
.bottest{
	padding-top: 20px;
}
.bottest>div{
	margin-bottom: 10px;
}

/*about*/
.aboutBann{
	width: 100%;
	position: relative;
	max-height: 528px;
	overflow: hidden;
}
.aboutBann img{
	width: 100%;
}
.aboutBann .bannDiv{
	position: absolute;
	bottom: 3.2rem;
	left: 2rem;
}
.bannDiv h2{
	font-size: 2.5rem;
	color: #fff;
	line-height: 3rem;
}
.bannDiv p{
	color: #fff;
	font-size: 18px;
}
@media (max-width: 750px){
	.aboutBann .bannDiv{
		bottom: 6px;
		left: 10px;
	}
	.bannDiv h2{
		font-size: 1.42rem;
		line-height: 2.1rem;
		margin: 0px;
	}
	.bannDiv p{
		font-size: 12px;
		margin: 0px;
	}
}

.aboutTit .fb56{
	margin-top: 60px;
	margin-bottom: 30px;
}
.aboutTit .blueP{
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
}
.aboutTit .blueP2{
	display: none;
	text-align: left;
}
.aboutBox4 li .liBox{
	background: #00bee6;
	color: #fff;
	border: 1px solid #00bee6;
	text-align: center;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.aboutBox4 .liBox p{
	line-height: 30px;
	height: 56px;
	font-size: 20px;
}
.aboutBox4 .liBox h2{
	font-size: 3.1rem;
}
.aboutBox4 .liBox:hover h2{
	-webkit-animation-name: shake;
	animation-name: shake;
}
.aboutBox4{
	margin-top: 80px;
}
.aboutimgList{
	margin-top: 50px;
}
.aboutimgList .imgBox{
	width: 100%;
}
.aboutimgList ul li{
	padding: 0px;
}
.aboutimgList .imgBox img{
	width: 100%;
}
.aboutimgList .imgBox img{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.aboutimgList ul{
	position: relative;
	overflow: hidden;
}


.aboutListTxt{
	position: relative;
}
.aboutListTxt>div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 60px;
	box-sizing: border-box;
}
.aboutListTxt h2{
	font-size: 2.23rem;
}
.aboutListTxt p{
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #999;
}
.serviceList{
	margin-top: 0px!important;
}
.conMessRow3{
	margin-top: 4.5rem;
}
.conMessRow3 h1{
	font-size: 2.45rem;
	margin-bottom: 3rem;
}
.messRow2{
	margin-bottom: 2.5rem;
}
.messRow2 label{
	font-size: 1.3rem;
	color: #999;
	font-weight: 400;
}
.messRow2 p {
	font-size: 1.3rem;
	font-weight: bold;
}
.messRow2 p span{
	color: #1fbfe5;
}
@media (max-width: 992px){
	.conMessRow3{
		margin-top: 2rem;
	}
	.conMessRow3 h1{
		font-size: 2rem;
		margin-bottom: 1.2rem;
	}
	.messRow2{
		margin-bottom: 1rem;
		overflow: hidden;
	}
	.messRow2 label{
		font-size: 1.3rem;
		float: left;
		width: 4em;
	}
	.messRow2 p {
		font-size: 1.3rem;
		float: left;
		width: calc(100% - 4em);
	}
}

.arriveL h1{
	font-size: 2.58rem;
	color: #00bee6;
	line-height: 3.5rem;
	letter-spacing: 1px;
	margin-top: 6rem;
}
.arriveL h2{
	font-size: 2.11rem;
	margin-top: 2.6rem;
}
.arriveL p{
	color: #999;
	font-size: 1.3rem;
	line-height: 2.2rem;
}
.displaySwi2{
	display: none;
}
@media (max-width: 992px){
	.arriveL h1{
		margin-top: 1rem;
		font-size: 2rem;
	}
	.arriveL{
		margin-bottom: 1rem;
	}
	.arriveL h2{
		font-size: 1.6rem;
		margin-top: 2rem;
	}
	.displaySwi1{
		display: none;
	}
	.displaySwi2{
		display: block;
	}
}

/*example*/
.pageBox{
	margin: 3.5rem 0;
}
.pageBox ul{
	display: inline-block;
	overflow: hidden;
}
.pageBox ul li{
	float: left;
	margin: 0 6px;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #00bde5;
	box-sizing: border-box;
	color: #00bde5;
	font-weight: bold;
	font-size: 1.3rem;
}
.pageBox ul li a img{
	width: 1.76rem;
	height:1.76rem;
	margin-top: -4px;
}
.pageBox ul li a{
	display: block;
}
.pageBox ul li.active,.pageBox ul li:hover{
	background: #00bde5;
	color: #fff;
}

.pageBox .previous,.pageBox .next{
	width: 6.2rem;
}
@media (max-width: 992px){
	.pageBox ul li{
		margin: 0 3px;
		width: 2.6rem;
		height: 2.6rem;
		line-height: 2.6rem;
	}
	.pageBox{
		margin: 1.6rem 0;
	}
	.exampleList .caseLineP{
		margin-bottom: 0px;
	}
}
.exampleUl{
	overflow: hidden;
	border-bottom: 1px solid #dcdddd;
	margin:0 15px;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.exampleUl li{
	float: left;
	margin-right: 24px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.exampleUl li.active,.exampleUl li:hover{
	color: #00bde5;
}
@media (max-width: 992px){
	.exampleUl{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.exampleUl li{
		width: 50%;
		margin-right: 0px;
	}
	.exampleUl li:nth-child(even){
		text-align: right;
	}
}


.listUl{
	width: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	z-index: 99;
}
.listUl li{
	width: 33.33%;
	padding: 0 15px;
	position: absolute;
	/*transition: all .4s;*/
	transition: top .6s ease;
	-moz-transition: top .6s ease;
	-webkit-transition: top .6s ease;
	-o-transition: top .6s ease;
	height: 20rem;
	box-sizing: border-box;
	background: #fff;
	z-index: 100;
}
.listUl li>div{
	height: 100%;
	background: #f6f6f6;
}
.listUl li>div .timeTop ,.listUl li>div .detail{
	padding: 0.6rem 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.listUl li>div .timeTop{
	padding-top: calc(20px + +0.6rem);
	box-sizing: border-box;
}
.listUl li>div .detail{
	box-sizing: border-box;
	padding-top: 0px;
}
.listUl li .detail h4{
	line-height: 2.8rem;
	font-size: 20px;
	margin: 0px;
	margin-top: 1rem;
}
.listUl li .detail p{
	line-height: 2.1rem;
	height: 4.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
}
.listUl li.spe{
	height: calc(40rem + 20px);
}
.listUl li .imgBox{
	width: 100%;
	height: calc(20rem + 20px);
	overflow: hidden;
}
.listUl li .imgBox img{
	width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1280px){
	.listUl li{
		width: 50%;
	}
}
@media (max-width: 992px){
	.listUl li{
		width: 100%;
	}
	.listUl li{
		height: auto!important;
	}
	.listUl li.spe{
		height: auto!important;
	}
	.listUl li .imgBox{
		height: auto!important;
		max-height: calc(20rem + 20px);
	}
	.listUl li .detail{
		padding-bottom: 20px!important;
	}
	
}

/*newsDetail*/
.newsDetailBox{
	overflow: hidden;
	margin-top: 30px;
}
.newsDetailBox .ndBoxL{
	margin-bottom: 20px;
}
.newsDetailBox .ndBoxR{
	margin-bottom: 20px;
}
.ndBoxL .realBox{
	width: 98%;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 2rem 2rem;
	padding-bottom: 3rem;
	color: #333;
	box-sizing: border-box;
	position: relative;
}
.ndBoxR .realBox{
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 2rem 2rem;
	padding-bottom: 3rem;
	box-sizing: border-box;
}
@media (max-width: 992px){
	.ndBoxL .realBox{
		width: 100%!important;
	}
}
.newsAboutList li{
	padding: 1.8rem 0;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #d9dada;
}
.newsAboutList li:first-child{
	border-top: 0px;
}
.ndBoxR .realBox>p.tit{
	color: #b5b5b6;
	font-size: 1.28rem;
	font-weight: bold;
}
.newsAboutList li h4{
	font-size: 1.26rem;
}
.newsAboutList li p{
	font-size: 14px;
	color: #b5b5b6;
	margin-top: 20px;
}
.cenBox{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left:0px;
}
.cenBoxs{
	width: 100%;
}
.pageLink{
	overflow: hidden;
	display: inline-block;
	font-weight: bold;
}
.pageLink li a{
	display: block;
}
.pageLink li{
	float: left;
	width: 11.4rem;
	font-size: 1.2rem;
	line-height: 2.9rem;
	height: 2.9rem;
	border-radius: 6px;
	border: 1px solid #00bee6;
	color: #00bee6;
	margin: 0 1rem;
}
.detailBox1{
	margin-bottom: 60px;
	line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1296px){
	.pageLink li{
		width: 9.6rem;
		font-size: 1.18rem;
		line-height: 2.8rem;
		height: 2.8rem;
		margin: 0 0.6rem;
	}
}
@media (max-width: 992px){
	.pageLink li{
		width: 6.8rem;
		font-size: 1.16rem;
		line-height: 2.7rem;
		height: 2.7rem;
		margin: 0 4px;
	}
	.onerow li{
		margin-bottom: 10px;
	}
	.newsAboutList li{
		padding: 1.2rem 0;
	}
	.newsAboutList li p{
		margin-top: 10px;
	}
	.ndBoxR .realBox{
		padding-bottom: 2rem;
	}
	.caseArea>h3.tit,.commTit{
		font-size: 1.76rem!important;
	}

}
@media (max-width: 374px){
	.pageLink li{
		width: 6rem;
	}
}
.detailBox1 img,.detailBox2 img{
	max-width: 100%;
}
.detailBox2{
	padding-bottom: 40px;
}
.caseArea>h3.tit{
	font-size: 2.21rem;
	margin-top: 0px;
	margin-bottom: 20px;
}
.commTit{
	font-size: 2.21rem;
	margin-bottom: 1.8rem;
}
.commCon{
	font-size: 1.28rem;
	color: #9e9f9f;
	line-height: 2.1rem;
}
.commArea{
	margin: 0px;
	padding-top: 2.6rem;
	padding-bottom: 2.6rem;
}
.cenBoxs{
	margin-top: 2.6rem;
}
.listUl li{
	background: #f4f4f4;
}
.listUl li>div{
	background: #fff;
}





figure.effect-bubba {
    background: #273066;
}
 figure {
    position: relative;
    float: left;
    /*min-width: 320px;*/
    overflow: hidden;
    background: #3085a3;
    text-align: center;
}

 figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

 figure h4 {
    width: 50%;
    margin:0 auto;
    font-size: 12px;
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
 figure figcaption {
 	width: 100%;
 	height: 100%;
    color: #fff;
 	position: absolute;
 	top: 0;
 	left: 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figcaption h3{
	margin: 0px;
	opacity: 0;
	line-height: 2rem;
	font-size: 2rem;
	text-align: center;
	width: 100%;
	position: absolute;
	transition: opacity 0.35s;
	top: 50%;
	transform: translateY(-50%);
}

/*hover后下降 动*/
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba:hover h4 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover figcaption h3 {
	opacity: 1;
}



/*横竖线边框*/
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.serviceList li>a{
	display: block;
}

.listUl li .imgBox{display: none;}
.listUl li.spe .imgBox{display: block;}

.caseRow .imgBox img{
	background-position: center;
}
.carousel-indicators .active{
	margin: 0 4px;
}

/*new+++2019-7-24 16:28:59*/
.serveCompany .imgBox{
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}
.serveCompany .imgBox img{
	width: 74%;
}
@media (max-width: 992px){
	.serveCompany .imgBox{
		padding: 10px 0;
	}
	.serveCompany .imgBox img{
		width: 82%;
	}
}
a:link,a:visited,a:hover,a:active{
	text-decoration: none;
}
.recentPart ul li>a,.listUl li>div>a{
	display: block;
}
.timeTop  img{
	float: right;
}
.recentPart ul li p,.listUl li>div p{
	cursor: pointer;
}