@charset "utf-8";
a {
  color: #333333;
}
a:hover, a:focus {
  text-decoration: none;
}
body {
  color: #333333;
  font-size: .25rem;
}
.fs32 {
  font-size: .46rem;
}
.c-666 {
  color: #666666;
}
.c-882 {
  color: #042882!important;
}
.bg-882 {
  background: #042882!important;
}
.block {
  display: block;
}
.vMiddle {
  vertical-align: middle;
}
.c-fff {
  color: #ffffff;
}
.imgs {
  width: 100%;
}
/*首页*/
.phones {
  width: .45rem;
  vertical-align: middle;
  margin-bottom: 0.04rem;
}
.phoneCont {
  display: inline-block;
  vertical-align: middle;
}
.header {
  background: #ffffff;
  position: relative;
  top: 0;
}
.modal-title {
  font-size: 0.373rem;
  font-weight: bold;
}
.header .logo {
  display: block;
  padding: .4rem 0;
}
.header .logo .imgs {
  width: 40%;
  display: block;
}

.header .rightWrap .tit {
  font-size: 0.373rem;
  margin: 0;
  color: #ffffff;
  line-height: 0.4rem;
}
.header .rightWrap p {
  font-size: 0.347rem;
  margin: 0;
  color: #ffffff;
}
.header .search-btn {
  position: absolute;
  right: 1.4rem;
  top: 0;
  width: 1.4rem;
  height: 100%;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center;
  background-size: 32%;
  z-index: 999;
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
#myModal .modal-header {
  padding: 0.2rem;
}
#myModal .modal-body {
  padding: 0.4rem 0.4rem;
}
.header .menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 100%;
  cursor: pointer;
  background: url(../images/menu-icon.png) no-repeat center;
  background-size: 35%;
  z-index: 999;
}
.menu-list {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  display: block!important;
  width: 0;
  transition: all .2s;
}
.menu-list.in {
  width: 70%;
}
.menu-list .top {
  position: relative;
  padding: 0.293rem;
  overflow: hidden;
  border-bottom: #eee solid 1px;
  box-sizing: border-box;
}
.menu-list .menu-logo {
  width: 80%;
  display: block;
  color: #ffffff;
  font-weight: bold;
}
.menu-list .close {
  display: block;
  position: absolute;
  top: .05rem;
  right: 0.3rem;
  width: 1rem;
  height: 1rem;
  background-size: 0.4rem;
}
.menu-list .close:before, .menu-list .close:after {
  content: '';
  height: .6rem;
  width: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
}
.menu-list .close:after {
  transform: rotate(-45deg);
}
.menu-list .navbar-nav {
  margin: 0;
}
.menu-list .menu-li a {
  display: block;
  padding: 0.2rem 0.4rem;
  line-height: 2;
  background: url(../images/nav_icon01.png) no-repeat 95% center;
  background-size: 3%;
  border-bottom: #eee solid 1px;
}
.index_banners .carousel-inner .item {
  overflow: hidden;
}
.index_banners .carousel-indicators {
 bottom: 0;
}
.index_banners .carousel-indicators li {
  margin-right: 0.2rem;
}
.index_banners .carousel-indicators .active {
  background: #042882!important;
  border-color: #042882!important;
}
.banners .carousel-inner .item {
  overflow: hidden;
}
.banners .carousel-indicators {
 bottom: 0;
}
.banners .carousel-indicators li {
  margin-right: 0.2rem;
}
.banners .carousel-indicators .active {
  background: #042882!important;
  border-color: #042882!important;
}
.footerNav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.footer {
  height: 1.35rem;
}
.footerNav .btn {
  height: 1.35rem;
  line-height: 1.35rem;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-right: 1px solid #0055b1;
  color: #ffffff;
  border-radius: 0;
  display: inline-block;
}
.footerNav .btn.call {
  background: #e5b681;
}
.footerNav .btnIcon {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
}
.footerNav .btnIcon.aboutIcon {
  width: .4rem;
}
.footerNav .name {
  display: inline-block;
  vertical-align: middle;
}
.productList {
  background: #ffffff;
  padding: 0.2rem 0.267rem;
}
.foldTitle {
  font-weight: bold;
}
.about  {
  background: #f3f1f2;
  padding: 0.4rem 0.2rem .4rem;
}
.copy {
  text-align: center;
}
.copy span {
  margin-left: 0.2rem;
}
.aboutLink {
  padding: 0.2rem 0;
  border-bottom: 1px solid #e0dede;
  width: 80%;
  margin: 0 auto;
}
.aboutLink .aboutLinkInn {
  float: left;
  vertical-align: middle;
  width: 30%;
  border-right: 1px solid #e0dede;
  text-align: center;
  list-style: none;
}
.aboutLink .aboutLinkInn:first-child {
  text-align: left;
  width: 15%;
}
.aboutLink .aboutLinkInn:last-child {
  text-align: right;
  border-right: 0;
  width: 25%;
}
.callNum {
  padding-top: 0.5rem;
  width: 80%;
  margin: 0 auto;
}
.callNum img {
  width: 0.8rem;
  vertical-align: initial;
}
.callNum .inTips {
  margin-left: 0.267rem;
  font-size: 0.373rem;
}
.callNum .tels {
  font-size: 0.55rem;
  font-weight: bold;
}
.new-menu {
  width: 33.33%;
}
.new-menux {width: 50%;}
.nav-tabs.nav-justified .new-menux a {
  color: #333333;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: block;
  padding: 0.25rem 0;
  margin-right: 0.267rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.nav-tabs.nav-justified .new-menux:nth-child(2n+2) a {
  margin-right: 0;
}
.nav-tabs.nav-justified .new-menux a .classIcon {
  display: inline-block;
  vertical-align: middle;
  width: .4rem;
  height: .4rem;
  background: url("../images/class.png") 0 0  no-repeat;
  background-size: 100%;
}
.nav-tabs.nav-justified .new-menux a .classCont {
  display: inline-block;
  vertical-align: middle;
}
.nav-tabs.nav-justified .new-menux.active a {
  background: #042882!important;
  color: #ffffff;
  border-color: #042882!important;
}
.nav-tabs.nav-justified .new-menux.active a .classIcon {
  background-position: bottom;
}

.nav-tabs.nav-justified .new-menu a {
  color: #333333;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: block;
  padding: 0.20rem 0;
  margin-right: 0.267rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.nav-tabs.nav-justified .new-menu:nth-child(3n+3) a {
  margin-right: 0;
}
.nav-tabs.nav-justified .new-menu a .classIcon {
  display: inline-block;
  vertical-align: middle;
  width: .4rem;
  height: .4rem;
  background: url("../images/class.png") 0 0  no-repeat;
  background-size: 100%;
}
.nav-tabs.nav-justified .new-menu a .classCont {
  display: inline-block;
  vertical-align: middle;
}
.nav-tabs.nav-justified .new-menu.active a {
  background: #042882!important;
  color: #ffffff;
  border-color: #042882!important;
}
.nav-tabs.nav-justified .new-menu.active a .classIcon {
  background-position: bottom;
}
.toTop {
  display: block;
  margin-top: 0.333rem;
  text-align: center;
}
.toTop img {
  width: 1.2rem;
}
.tips {
  margin-top: 0;
  max-height: 1.2rem;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
}
.companyBg {
  display: block;
  width: 100%;
}
.companyWrap {
  width: 94%;
  margin: 0 auto;
  background: #efefef;
  position: relative;
  top: -1.067rem;
  padding: 0.267rem;
}
.compTitle {
  text-align: center;
  font-weight: bold;
}
.compConts{
  padding: 0.2rem 0;
  /*color: #999999;*/
  line-height: 0.6rem;
}
.linkMore {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 2.2rem;
  line-height: 0.75rem;
  border: 1px solid #e6e3e3;
  border-radius: 40px;
}
.wrapTitle {
	font-size: 22px;
	text-align: center;
	font-weight:bold;
	padding: 0.2rem 0;
}
.wrapTitleSmall {
  text-align: center;
}
.message {
  padding: 0.5rem 0.267rem 0 .24rem;
}
.msgWrap {
  margin-top: 0.133rem;
  position: relative;
  top: 0;
  list-style: none;
}
.msgWrap:after {
  content: '*';
  position: absolute;
  right: 0.133rem;
  top: 0;
  color: #999999;
}
.icons {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  width: 0.5rem;
}
.textIcons {
  position: absolute;
  top: 0.16rem;
  left: 0.2rem;
  width: 0.5rem;
}
.inputs {
  width: 100%;
  height: 0.92rem;
  padding: 0.2rem .2rem .2rem .9rem;
  outline: line;
  border: none;
  border: 1px solid #f5f5f5;
}
textarea.inputs {
  height: 2rem;
  resize: none;
}
.messagtBtn {
  display: block;
  height: 0.907rem;
  line-height: 0.907rem;
  color: #ffffff;
  text-align: center;
}
.line {
  width: 0.4rem;
  height: 0.013rem;
  margin-bottom: 0.2rem;
  display: inline-block;
}
.productWrap {
  margin: 0 -0.213rem;
}
.productItem {
  margin-top: 0.333rem;
  float: left;
  width: 50%;
  padding: 0 0.213rem;
  box-sizing: border-box;
}
.productImg {
  display: block;
  width: 100%;
}
.productCont {
  background: #efefef;
  padding: 0.26rem 0.18rem;
}
.productCont .leftCont {
  display: inline-block;
  vertical-align: middle;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.productCont .rightIcon {
  width: 12%;
  vertical-align: middle;
}
.gestures {
  text-align: center;
  padding: 0.2rem 0;
}
.productCarousel .carousel-indicators {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  margin-left: 0;
  width: 65%;
  margin-bottom: 0;
  top: 0px;
}
.productCarousel .carousel-indicators li {
  width: 0.8rem;
  border-radius: 0;
  border-color: #ccc;
  height: 0.2rem;
  vertical-align: middle;
}
.productCarousel .carousel-indicators .active {
  border-color: #042882;
  background: #042882;
}
.hand {
  width: 1rem;
}
.oneLine {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
}
.company {
  padding-top: 0.5rem;
}
.companyImg, .caseBg {
  display: block;
  width: 100%;
}
.caseBg {
  
}
.advantage {
  display: block;
  width: 100%;
}
.backTop {
  display: block;
  width: 100%;
}
.case {
  margin-top: -0.4rem;
  padding: 0 0.267rem;
}
.caseImgWrap {
  position: relative;
  top: 0;
  left: 0;
}
.caseImgWrap .prevImg, .caseImgWrap .nextImg {
  width: 0.667rem;
  height: 0.667rem;
  position: absolute;
  top: 50%;
}
.caseImgWrap .prevImg img, .caseImgWrap .nextImg img {
  width: 50%;
  opacity: .8;
}
.caseImgWrap .prevImg {
  left: 0.267rem;
}
.caseImgWrap .nextImg {
  right: 0.267rem;
  text-align: right;
}
.caseList {
  margin: 0.2rem 0 0.2rem;
  padding: 0.133rem 0.067rem;
  background: #efefef;
}
.calseListItem {
  width: calc(20% - 0.14rem);
  float: left;
  margin: 0 0.067rem;
  position: relative;
  top: 0;
}
.calseListItem img {
  display: block;
  width: 100%;
}
.calseListItem span {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}

/*产品分类页面*/
.breadCrumbs {
  line-height: 1.067rem;
  background: #f5f5f5;
  position: relative;
  top: 0;
  padding: 0 1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadCrumbs a {
  color: #333333;
}
.breadCrumbsIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.667rem;
  height: 0.667rem;
  line-height: 0.667rem;
}
.breadCrumbsIcon.left {
  left: 0.267rem;
}
.breadCrumbsIcon.right {
  right: 0.267rem;
}
.breadCrumbsImgs {
  width: 80%;
}
.breadCrumbsNext {
  width: 0.4rem;
  margin: 0 0.067rem;
}
.classList {
  padding: 0.267rem 0.267rem;
}
.classList .titles {
  padding: 0.267rem 0;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  top: 0;
}
.classList dl {
  margin-bottom: 0;
}
.classList .toggleDrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: .45rem;
  transition: all .2s;
}
.classList .toggleDrow.up {
  transform: translateY(-50%) rotate(180deg);
}
.classList .classItem {
  padding: 0.267rem 0;
  border-bottom: 1px solid #eeeeee;
}
.classList .classItem a {
  display: block;
}
.indexNews {
  background: #efefef;
}
.newsPage.news.indexNews {
  padding: .2rem 0.267rem .4rem;
}

.newsPage.news.indexNews .nav-tabs {
  padding-top: 0;
}
.newsPage.news.indexNews .companyImg {
  margin-top: 0.267rem;
}

/*产品列表*/
.listPage.productList {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/*产品详情*/
.detailWrap {
  padding: 0 0.267rem;
}
.detailTitle {
  padding: 0.4rem 0;
  text-align: center;
  font-weight: bold;
}
.detailBanner .carousel-indicators {
  left: 50%;
}
.detailBanner .carousel-inner .item {
  height: 9rem;
}
.detailBanner .carousel-indicators li {
  background: #dad8d8;
  border-color: #dad8d8;
}
.detialCont {
  padding: 0.267rem 0.2rem;
  color: #ffffff;
  margin: 0.333rem 0 0.467rem;
}
.detailWrap .conts {
  padding: 0 0 0.2rem 0;
}
  /*新闻列表*/
.newsPage.news {
  padding: 0 0.267rem;
}
.newsPage.news .nav-tabs {
  /*padding: 0.1rem;*/
  padding-bottom: 0;
}
.newsPage.news .nav-tabs .new-menux {
	width: 48%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
}
.newsPage.news .nav-tabs.nav-justified .new-menux a {
	color: #ffffff;
	margin-right: 0;
	background-color: #215c39;
}
.newsPage.news .nav-tabs .new-menu {
	width: 48%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 1%;
}
.newsPage.news .nav-tabs.nav-justified .new-menu a {
 /* border-right: 1px solid #e5b681;
  border-color: #e5b681;*/
  background: #215c39;
  color: #ffffff;
  margin-right: 0;
}
.newsPage.news .nav-tabs .1new-menu:first-child {
  margin-left: 0;
}
.newsPage.news .nav-tabs .1new-menu:last-child {
  margin-right: 0;
}
.newsPage.news .newItem {
  padding: 0.333rem 0;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.newsPage.news .date {
  color: #c5c5c5;
  padding-top: .1rem;
  padding-right: 0.267rem;
}
.newItem .date .day {
  font-size: 0.8rem;
  line-height: .85rem;
  text-align: center;
  color: #333333;
}
.newItem .newsConts {
  display: inline-block;
  width: calc(100% - 2.4rem);
  box-sizing: border-box;
  padding-left: 0.267rem;
  vertical-align: top;
  border-left: 1px solid #e4e4e4;
}
/*新闻详情*/
.newDetailTitle {
  padding: 0.3rem 0 0.1rem;
  border-bottom: 1px solid #eeeeee;
}
.newDetailTitle .inTitle {
  padding-bottom: 0.067rem;
  text-align: center;
  color: #333333;
}
.newDate {
  text-align: center;
}
.newConts {
  padding: 0.267rem 0;
}
.prevNext {
  padding: 0.267rem 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.prevNext .links {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
/*公司简介*/
.aboutBanner {
  display: block;
  width: 100%;
}
.aboutWrap {
  padding: 0.3rem 0.267rem 0; min-height:380px;
}
/*分页*/
.pagins {
  text-align: center;
}
.pagination {
  width: 100%;
  margin-bottom: 0;
}
.pageWrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0.267rem 0.2rem;
  max-width: 74%;
  overflow: hidden;
}
.pageWrap li  {
  float: left;
  list-style: none;
  width: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.15rem;
}
.pageWrap li.active {
  background: #08478e;
}
.pageWrap li.active a{
  color: #ffffff;
}
.pagination .prev, .pagination .next {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  list-style: none;
  padding: 0.267rem 0.2rem;
}
.pagination .prev a, .pagination .next a {
  text-align: center;
  display: block;
  line-height: .56rem;
  height: .65rem;
  width: .65rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}
.pagination .prev img, .pagination .next img {
  width: 50%;
}
.bTip {
  font-weight: bold;
}
.wechatCode {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}
.wechatCode .imgWrap {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wechatCode .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.wechatCode .imgWrap .closeWechat {
  width: .7rem;
  height: 0.7rem;
  position: absolute;
  top: -.9rem;
  right: -.5rem;
  background: #b1b1b1 url("../images/fa-close.png") center no-repeat;
  background-size: 40%;
  border-radius: 50%;
}
.indexdiy_head_div{
  width:40%;
  overflow: hidden;
}
.indexdiy_body_div{
  width: 100%;
}
.indexdiy_body_div img{
  width: 100%;
}
.newConts img{
  width: 100%;
}
.conts img{
  width: 100%;
}
.input-group-btn {
  display: block;
}
.input-group {
  width: 70%;
}
.indexdiy_head_div img {
  width: 100%;
}
.wrapTitle img {
  width: 100%;
}
.newsPagelist_padding {
  padding-top:0.2rem;
}
.aboutWrap img{
  width: 100%; height:100%;
}
.indexTit {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	background: url(../img/icon_dian.png) no-repeat left center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
}
.infous {
	padding:20px 0 10px 0;
	overflow: hidden;
	background-image: url(../img/bj_apus.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.infous .application {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
}
.infous .application ul {
	overflow: hidden;
}
.infous .application .txt {margin-left:auto; margin-right:auto; width:200px; text-align:center; margin-top:10px;}
.infous .application .txt a {
	background: #08a24a;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 50px;
}
.infous .application .txt a:hover {padding: 8px 35px;}
.infous .application li {width:100%;float: left;overflow: hidden;margin-bottom:10px;margin-top:10px;}
.infous .application li .img {
	overflow: hidden;
	width:100%;
	float:left;}
.infous .application li .img img {width:100%; padding:0px; margin:0px;}
.infous .application li:hover .img img {transform: scale(1.2);transition:1.2;}
.infous .application li .name {
	float:right;
	width:100%;
	transition: 0.5;
	background: #eaeaea;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:8px;
	padding-left:10px;
}
.infous .application li .name .titlex {font-size:16px;transition: 0.5; font-weight:bold; line-height:24px;}
.infous .application li .name .info {font-size: 14px;transition: 0.5; line-height:22px;}
.infous .application li:hover .name{ background: rgba(0, 153, 255, 0.8);color:#FFFFFF;}
.infousy {
	padding:20px 0 20px 0;
	overflow: hidden;
	background-image: url(../img/bj_apus.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.infousy .applicationy {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.infousy .applicationy ul {
	overflow: hidden;
}
.infousy .applicationy .txt {margin-left:auto; margin-right:auto; width:200px; text-align:center; margin-top:10px;}
.infousy .applicationy .txt a {
	background: #08a24a;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 50px;
}
.infousy .applicationy .txt a:hover {padding: 8px 35px;}
.infousy .applicationy li {width:100%;float: left;overflow: hidden;margin-bottom:20px;margin-top:0px;}
.infousy .applicationy li .img {
	overflow: hidden;
	width:20%;
	float:left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eaeaea;
	border-right-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
}
.infousy .applicationy li .img img {width:100%; padding:0px; margin:0px;}
.infousy .applicationy li:hover .img {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099ff;
	border-right-color: #0099ff;
	border-bottom-color: #0099ff;
	border-left-color: #0099ff;
}
.infousy .applicationy li:hover .img img {transform: scale(1.2);transition:1.2;}
.infousy .applicationy li .name {
	float:right;
	width:80%;
	transition: 0.5;
	background: #eaeaea;
	padding-top: 12px;
	padding-right:12px;
	padding-bottom:12px;
	padding-left:20px; min-height:177px;
}
.infousy .applicationy li .name .titlex {font-size:20px;transition: 0.5; font-weight:bold; line-height:40px;}
.infousy .applicationy li .name .info {font-size: 16px;transition: 0.5; line-height:30px;}
.infousy .applicationy li .name .info span { float:right; margin-right:14px; margin-top:10px;}
.infousy .applicationy li:hover .name{ background: rgba(0, 153, 255, 0.8);color:#FFFFFF;}
.infousx {
	padding: 30px 0 20px 0;
	overflow: hidden;
	background: url(../img/bj_apus.jpg) no-repeat center top;
}
.infousx .applicationx {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.infousx .applicationx ul {
	overflow: hidden;
}
.infousx .applicationx .txt {margin-left:auto; margin-right:auto; width:200px; text-align:center; margin-top:10px;}
.infousx .applicationx .txt a {
	background: #08a24a;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 50px;
}
.infousx .applicationx .txt a:hover {
	padding: 8px 35px;
}
.infousx .applicationx li {
	width: 15%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px; margin-right:2%;margin-top:20px;
}
.infousx .applicationx li:nth-child(6n){margin-right:0;}
.infousx .applicationx li .img {
	position: relative;
	height: 150px;
	overflow: hidden;
}
.infousx .applicationx li .img img {
	width: 100%;
}
.infousx .applicationx li .img a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transition: 0.3s;
	background: rgba(0, 153, 255, 0.8);
	color: #fff;
	line-height: 26px;
	transform: translateX(-100%);
}

.infousx .applicationx li .box {
	padding: 20px;
}

.infousx .applicationx li .img a h4 {
	padding: 10px 0;
	font-size: 16px;
}

.infousx .applicationx li .img p {
	padding: 10px 0;
}

.infousx .applicationx li:hover .img a {
	transform: translateX(0);
}

.infousx .applicationx li:hover .img img {
	transform: scale(1.8);
}

.infousx .applicationx li .img a i {
	display: inline-block;
	padding: 3px 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-style: normal;
	transition: 0.5s;
}

.infousx .applicationx li .img a i:hover {
	background: #001f50;
}
.infousx .applicationx li .name {
	padding: 10px;
	font-size: 18px;
	transition: 0.5; background: #eaeaea;
}
.infousx .applicationx li:hover .name{ background: rgba(0, 153, 255, 0.8);color:#FFFFFF;}
.infous .aboutUs {
	float: right;
	width: 50%;
	overflow: hidden;
}

.infous .aboutUs .txt {
	padding: 50px 80px;
	background: url(../img/usicon1.jpg) no-repeat 20px 50px #fff;
	line-height: 26px;
}

.infous .aboutUs .txt h4 {
	font-size: 20px;
	padding: 15px 0;
	margin-bottom: 15px;
}

.infous .aboutUs .txt h4:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #08A24A;
	position: relative;
	top: 10px;
}

.infous .aboutUs .txt a {
	background: #08a24a;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 50px;
}

.infous .aboutUs .txt a:hover {
	padding: 8px 35px;
}

.infous .aboutUs .txt p:last-child {
	padding: 20px 0;
}
.news {
	padding:20px 0 20px 0;
	overflow: hidden;
	background-image: url(../img/bj_newsi.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.news ul {padding:0;}
.news ul::after {
	content: '';
	display: block;
	clear: both;
}
.news li {width:100%;float: left;background-color: #fff; margin-bottom:10px; margin-top:10px;transition: 0.5s; margin-left:0; margin-right:0;}
.news li a {display: block;}
.news li:hover {transform: translateY(-5px);}
.news li .img {overflow: hidden;}
.news li a img {width: 100%;}
.news li a:hover .img img {transform: scale(1.1);}
.news li a:hover {box-shadow:0px 15px 10px -15px #00a6e2;}
.news li .txt {
	padding:15px;
	line-height: 24px;
	border: 1px solid #eee;
}
.news li .txt:hover {
	padding:15px;
	line-height: 24px;
	border: 1px solid #00a6e2; background:#00a6e2; color:#FFFFFF;
}
.news li .txt p.name {
	font-size: 20px;
	background: url(../img/icon_news.png) no-repeat left 2px;
	padding-left:20px;
}
.news li .txt p.time {
	padding-top:6px;
	padding-left:20px;
}
.news .more {
	text-align: center;
	font-size: 40px;
	animation: bounce-down 1s linear infinite;
}
.news .txtm {margin-left:auto; margin-right:auto; width:200px; text-align:center; margin-top:10px; margin-bottom:20px;}
.news .txtm a {
	background: #08a24a;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 50px;
}
.news .txtm a:hover {padding: 8px 35px;}
.innerBaner{ width:100%;margin:0px; padding:0px;}
.innerBaner img{ width:100%; border:0px; padding:0px; margin:0px;}
.page {
	padding: 15px 0;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}
.page a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 10px;
	background: #eee;
	margin: 0 2px;
}
.page a:hover,
.page a.act {
	background: #00B096;
	color: #fff;
}
.page SPAN.current {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 10px;
	background: #00B096;
	color: #fff;
	margin: 0 2px;
}
.page SPAN.disabled {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 10px;
	background: #eee;
	margin: 0 2px;
}
.newDetail{ padding:10px 0; overflow: hidden; width:100%; margin-left:auto; margin-right:auto;}
.newDetail .tit{ font-size:20px; padding:10px 0 ; text-align: center;font-weight: normal; color: #333;}
.newDetail .tips{
	text-align: center;
	border-bottom: 1px solid #ddd;
	color: #999;
	line-height:30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newDetail .content{line-height:24px; padding:10px 0;}
.newDetail .content p{padding: 5px 0;}
.newDetail .content img{width:100%; text-align:center;}
.newDetail .updown{ border-top: 1px solid #ddd; padding:5px 0; position: relative;}
.newDetail .updown p{ padding:3px 0;}
.newDetail .updown .back{ width:80px; height: 44px; display: block; position: absolute; right: 0; text-align: center; line-height: 44px; font-size: 16px;  background: #007dc6; color: #fff;border-radius:5px;}
.newDetail .updown .back:hover{ border-radius:15px;}
.layui-row:after,.layui-row:before{content:'';display:block;clear:both}
.title{margin-top:0px;line-height:30px;position:relative;font-size:20px;font-weight:bold;padding-bottom:10px; text-align:left; margin-bottom:10px;}
.title a{color:#333;transition:all .3s;font-size:20px}
.title a:hover{color:#08a24a;}
.title:after{position:absolute;bottom:0;left:calc(50% - 40px);width:100px;height:3px;background-color:#08a24a; left:0px;}
.section {
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.banner {
	font-size:26px;
	letter-spacing:2px;
	font-weight: bold;
	color:#FFFFFF;
	line-height:50px;
	height:300px;
	width:100%;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.banner h4{margin-top:60px;}
.banner .box {width:100%;}
.banner p{
	overflow: hidden;
	height:50px;
	opacity:0;
	width:30px;
	transition: all 2s ease-in;
	}
.banner .box.act p {width: 100%;opacity: 1;}
.banner .box.act p:last-child { transition-delay: 2s;}
.banner .morebox {margin-top:20px;height:60px;}
.banner a.more {
	color: #04f0fe;
	font-size:20px; font-weight:bold;
	padding: 10px 10px;
	border-radius:50px;
	line-height:30px;
	border: 2px solid #04f0fe; letter-spacing:1px;
}
.banner a.more:hover {
	border: 2px solid #ffffff;
	padding:10px 20px;color: #ffffff;
}