/*Base*/

html {
  font-size: 16px; line-height:1;font-family:Arial,"微软雅黑"; 

}


h1,h2,h3,h4,h5,h6{ font-family:Arial,"微软雅黑"; font-weight:normal;}
.text-over{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
/*a*/
a{color:#333;text-decoration:none;}
a.red{color:red;text-decoration:none;}
a.red:hover{color:red;text-decoration:underline;}
a *{text-decoration:none;}
a:hover *{text-decoration:none;}

.trans{-webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -ms-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s;}

/*布局*/
.header-top{height: 35px;width: 100%;background: #f2f2f2; font-size:14px;}
.header-top-left{ float: left;color: #555555;line-height: 35px;}
.header-top .ht-r1{ float:left;}
.header-top .ht-r1 ul li{ float: left;padding: 0 6px 0;}
.header-top .ht-r1 ul li a{ color: #555;line-height: 35px;display: inline-block; padding:0 0px;}
.header {
  width: 100%;
  height: auto;
  background: #fff;
  transition: all .3s;
  z-index: 999;
}
.header .logo {float: left;font-size: 0;height: 96px;line-height: 50px;text-align: left;padding: 25px 0;}
.header .tel {float: right;margin-top:25px;height: 50px; font-size:14px;}
.header .tel strong {display: block;font-size: 26px;font-family: Impact; letter-spacing:0.5px; font-weight:normal;line-height: 1;color: #109a9a;}
.header .topnav {
  background: #333333;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.header .topnav {font-size: 0;background-color: #333;color: #fff;}
.header .topnav li {display: inline-block;vertical-align: middle;}
.header .topnav li a {display: block;font-size: 16px;line-height: 50px;padding: 0 45px;color: #fff;}
.header .topnav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .topnav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.header .topnav li.active a,.header .topnav li.open a,.header .topnav li a:hover {color: #fff;background-color: #222;}
.header .topnav li.dropdown {position: relative;}
.header .topnav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;}
.header .topnav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.header .topnav .dropdown-box p {margin: 0;}
.header .topnav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 15px;background-color: rgba(255, 255, 255, 0.8) !important;line-height: 36px;}
.header .topnav .dropdown-box p a{ color:#222;}
.header .topnav .dropdown-box a:hover {color: #ff7400   !important;}
.header .topnav li.open .dropdown-box {display: block;}.header .wrap {
  position: relative;
}
.header .phone {
  position: absolute;
  top:10px; width:262px;
  right: -5px;
  line-height: 56px;
}
.header .phone .tel {
  padding-left: 25px;
}
.header .phone .tel span {
  color: #5d21e5;
  font-size: 18px;
  font-weight: 700;
}
.header .phone .tel i {
  color: #c7c7c7;
}
.header .phone span a{color: #333;
  font-size: 14px; font-weight:600; }
.head-nav-bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 998;
}
.head-nav-bars span {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transform: translateY(-50%);
  background-color: #444;
}
.head-nav-bars span:before,
.head-nav-bars span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #444;
  transition: all .3s;
}
.head-nav-bars span:after {
  top: 10px;
}
.head-nav-bars span.active {
  background: none;
}
.head-nav-bars span.active:before,
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(45deg);
  background-color: #db1820;
}
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #db1820;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}
.wrap:before,
.wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}


.header-s {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
  display: none;
}
.header-s .logo {
  position: relative;
}
.header-s .logo a {
  display: block;
  font-size: 0;
}
.header-s .logo img {
  height: 40px;
}
.header-s .logo p {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  color: #2d3540;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.header-s .logo p span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}


.header-s .nav {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  transform: scaleX(0);
  transform-origin: right;
  transition: all .4s;
  z-index: 999;
}
.header-s .nav.active {
  transform: scaleX(1);
}
.header-s .nav:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
.header-s .nav li {
  text-align: center;
  line-height: 50px;
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.header-s .nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  z-index: 999;
}
.header-s .nav li:hover > a,
.header-s .nav li.active > a {
  color: #179999;
  border-bottom: 1px solid #179999;
}
.header-s .nav li .subnav {
  display: none;
}	

/*首页banner*/



/*广告样式*/
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #179999;
}
.swiper-pagination.swiper-pagination {
  bottom: 20px;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #223260;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.index-banner {
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0 6px;
}
.index-banner .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  background: #f78202;
}
.index-banner .swiper-pagination-bullet-active {
  background: #fff;
}


.black-opacity{
	position:relative;
	z-index:9;
}
.black-opacity:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#0d9a9a;
	opacity:.4;
	content:"";
	z-index:-9;
}
.inbanner {
  height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}
.inbanner img {
  width: 100%;
  transition: all 1s;
}
.inbanner img:hover {
  transform: scale(1.02);
}
.inbanner .pos {
  color: #fff;
  line-height: 70px;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
.inbanner .top1{color: #fff;position: relative;text-transform:uppercase;padding-bottom: 15px;margin-bottom: 57px;font-size:70px; font-weight:600; text-align:center; font-family:Arial, Helvetica, sans-serif;}


/*首页主要内容*/
#mainbody{ height:auto;overflow:hidden; }


.mainTitle{ text-align:center; margin-bottom:30px;}
.mainTitle .cn{ font-size:24px; color:#222222 ; font-weight:600; }
.mainTitle p{ font-size:14px; color:#555555;  }
.mainTitle .line{width:36px; height:3px; background:#0264bd; display:block; margin:10px auto;}



.index-box1{ height:auto; overflow:hidden; margin-bottom:50px; }
.ind_tit{ text-align:center; padding:15px 0; height:auto;}
.ind_tit h3{ font:normal 30px/20px "微软雅黑"; color:#005bbb; line-height:46px;}
.ind_tit p{ font:normal 14px/0px "微软雅黑"; color:#eeeeee;}
.index-box1 .ind_tit h3{ color:#ffffff;}
.index-box1 .ind_tit p{ color:#ffffff;}
.index-box1 .lm{ background:#ecebeb url(anbg.jpg) no-repeat center top; padding-top:60px; position:relative;  }
.index-box1 .lm .probox{ position:relative; padding-bottom:30px;}
.index-box1 .lm:after{ content:''; width:0; height:0; position:absolute; left:23%; bottom:0; transform:translate(-50%,46px); border-style:solid; border-width:23px; border-color:#ebeaea transparent transparent transparent;}
.index-box1 .lm .probox .swiper-slide h3{ font:normal 16px/32px "微软雅黑"; color:#ffffff; text-align:center; margin:0px auto 15px; background:#179999; height:50px; line-height:50px; }
.index-box1 .lm .probox .swiper-container{ padding-bottom:20px; position:relative;}
.index-box1 .lm .probox .swiper-pagination{  bottom: 0px;
    left: 0;}
.index-box1 .lm .probox .swiper-pagination-bullet{ width: 12px;
    height: 12px;}
.index-box1 .lm .probox .swiper-pagination-bullet-active{ background:#f78202;}
.index-box1 .lm .probox .swbp2{ left:0; transform:translateX(-40px);}
.index-box1 .lm .probox .swbn2{ right:0; transform:translateX(40px);}
.index-box1 .list{ padding-bottom:30px; }
.index-box1 .list li{ overflow:hidden; padding:50px 20px 30px 15px; box-shadow:0 5px 5px #e3e3e3;}
.index-box1 .list li .l{ width:45%; float:left; border:1px solid #eeeeee;}
.index-box1 .list li .l img{ width:100%; height:auto;}
.index-box1 .list li .r{ width:50%; float:right;}
.index-box1 .list li .r h3{ font:bold 24px/40px "微软雅黑"; color:#179999; margin:40px 0 20px;}
.index-box1 .list li .r div{ font:normal 16px/30px "微软雅黑"; height:210px; margin-bottom:30px;}
.index-box1 .list li .r .btn{ display:block; width:100px; height:30px; text-align:center; font:normal 14px/30px "微软雅黑"; color:#fff; background:#f67b01; float:left; border:1px solid #f67b01; margin-right:20px;}
.index-box1 .list li .r .btn:hover{ background:#333; color:#ffffff; border:1px solid #333;}
.index-box1 .lm .probox .swiper-container,.index-box1 .lm .probox .swiper-container .swiper-wrapper{ background:none;}
.index-box1 .lm .probox .swiper-slide{ width: 224px; margin-right: 20px;}
.index-box1 .lm .probox .swiper-slide img{ width:100%; transition: transform .5s;}

.index-nav {
  padding-top: 15px;
}
.index-nav a {
  display: inline-block;
  height: 45px;
  margin-left: 2.5vw;
}
.index-nav a.active {
  color: #223260;
  border-bottom: 2px solid #223260;
}

.index-pro .top {
  border-bottom: 1px solid #d3d3d3;
}
.index-pro .main {
  margin-top: 30px;
}
.index-pro .main .item {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.index-pro .main .item.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.index-pro .main li {
 
}
.index-pro .main li .box {
  display: block;
}
.index-pro .main li .img {
  height: 240px;
  line-height: 220px;
  padding: 10px;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
}
.index-pro .main li .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-pro .main li h4 {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1.25vw;
  text-align: center;
  color: #666;
}
.index-pro .more {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  background: #223260;
}
.index-pro .more img {
  margin-right: 10px;
  margin-top: -5px;
}

.productBox{ padding:30px 0 10px 0; width:100%;  overflow:hidden; margin-top:20px;}
.protit{ height:auto; }
.protit ul{ border: solid 1px #b9b9b9;margin-top: 29px;height: 70px;line-height: 68px;  text-align:center;}
.protit li:nth-child(4n){margin-right: 0;}
.protit ul li{ display:inline-block;background: url(line3.png) no-repeat right center; }
.protit ul li a{ display: block;color: #5a5a5a;font-size: 18px;background: url(line33.png) no-repeat center 58px; padding:0 50px; margin:0 60px;text-align: center;}
.protit ul li a:hover,.protit ul li.on a{ background:url(line44.png) no-repeat center 58px;color: #ffa802;}
.protit ul li:last-child{ background:none;}

.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}

.index-ly{ padding:30px 0;}
.index-ly .main li .box {
  width: 160px;
  height: auto;
  margin: 0 auto; text-align:center;
  position: relative;
}

.index-ly .main li .img {
  height: auto; width:110px; margin:0 auto;
}

.index-ly .main li .txt {
 
}
.index-ly .main li .txt h4 {
  height:36px; line-height:36px; margin-top:15px;
  font-size: 20px; color: #222; background:#fff; font-weight:400;
}

.index-ly .main li .txt P{ color:#fff; font-size:14px; margin-top:10px; line-height:1.5;}


/* 优势 */
.adv{position:relative;padding:50px 0;background:url('odds_bg.jpg') no-repeat ;}
.advMenu{height:90px;overflow: hidden;}
.advMenu li{float:left;width:300px;height:90px;color:#fff;line-height:40px;overflow: hidden;font-size:20px;cursor:pointer;z-index:1;position:relative;background:#939393; padding:25px 0;}
.advMenu li:nth-child(2){background:#707070;}
.advMenu li:nth-child(3){background:#606060;}
.advMenu li:nth-child(4){background:#545454;}

.advMenu li i{float:left;width:70px;font-style:normal;text-align:center;border-right:1px solid #0d81eb;border-right: 1px solid rgba(255, 255, 255,.2);font-size:22px;font-family:Arial;font-weight:bold;margin-right:15px;}
.advMenu li::after{content:"";position:absolute;background:#219494;left:0;top:0;width:0;height:100%;z-index:-1;transition:all .5s;}
.advMenu li.on::after{width:100%;}

.advMain{ padding:60px 0;}
.advMain,.advMain li{height:420px;overflow:hidden;}
.advMain li .pImg,.advMain li .pImg img{width:600px;height:420px;transition:all .5s;overflow:hidden;}
.advMain li .txt{width:560px;overflow: hidden;padding-top:15px;}
.advMain li h4{font-size:28px;line-height:30px;margin-bottom:25px;padding-bottom:20px;position:relative;color:#222;}
.advMain li h4::after{content:"";position: absolute;left:0;bottom:0;width:25px;height:1px;background:#f67b01;}
.advMain li p{background: url('ly_li.png') no-repeat left 8px;padding-left:15px;margin-bottom:20px;color:#333;}
.advMain li .zxBtn{width:140px;height:40px;text-align:center;border:1px solid #f67b01;display: inline-block;line-height:40px;color:#fff;margin-top:25px;background:#f67b01;transition:all .5s;}
.advMain li .zxBtn i{width:18px;height:18px;background: url('zxIcon.png') no-repeat;display:inline-block;margin-right:15px;position:relative;top:3px;}
.advMain li .zxBtn:hover{background:#179999;width:160px;border:1px solid #179999;}


.index-company {
  position: relative;
}
.index-company:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #179999;
  z-index: -1;
}
.index-company .main {
  margin-top: 40px;
}
.index-company .main .img { padding-bottom:50px;
  width: 50%;
}
.index-company .main .img img {
  width: 100%;
}
.index-company .main .txt {
  width: 48%; padding-left:3%;
  padding-top: 2.5vw;
}
.index-company .main .txt h4 {
  padding-bottom: 10px;
  font-size: 30px; font-weight:600; color:#222;
}
.index-company .main .txt h5 {
  height: 40px;
  color: #999;
  font-size: 14px;
}
.index-company .main .txt p {
  color: #666;
  line-height: 25px;
}
.index-company .main .txt .more {
  display: block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  background: #f67b01;
}
.index-company .other {
  margin-top: 50px;
  padding-bottom: 30px;
}
.index-company .other .tit {
  margin-bottom: 30px; 
}
.index-company .other .tit span {
  display: inline-block;
  height: 60px; line-height:60px; background:#dbdbdb;
  margin-right: 20px; border-radius:0px; padding:0 25px;
  font-size: 16px; font-weight:600;
}
.index-company .other .tit span.active {
  color: #fff;
  border-bottom: 2px solid #179999; background:#179999;
}
.index-company .other .item {
  position: relative;
  bottom: -40px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s;
}
.index-company .other .item.active {
  height: auto;
  opacity: 1;
  bottom: 0;
}
.index-company .other .item img {
  width: 100%;
}
.index-company .other .item .swiper-container {
  padding-bottom: 35px;
}
.index-company .other .item .swiper-pagination {
  bottom: 0;
}
.index-company .other .item .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}
.index-company .other .item .swiper-pagination-bullet-active {
  opacity: 1;
}



.index-news {
  padding-top: 60px;
  padding-bottom: 60px;
}
.index-news .title {
  height: 40px;
  color:#222222;
  font-size: 24px;
  text-align: left; border-bottom:1px dashed #ddd; margin-bottom:20px;
}
.index-news .title span{ font-size:14px; color:#249ba2;}
.index-news .title .fr {
  font-size: 13px; color:#888;
  margin-top: 8px;
}

.index-news img {
  width: 100%;
  transition: all .3s;
}
.index-news .img {
  display: block;
  width: 100%; border:1px solid #90c6c6; padding:2px; margin-bottom:15px;
  overflow: hidden;
}
.index-news .img:hover img {
  transform: scale(1.02);
}
.index-news li {
  padding-left: 10px;
  position: relative;
}
.index-news li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666;
}
.index-news li a {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
}
.index-news li h4 {
  display: inline-block;
  width: calc(100% - 80px);
  height: 30px;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.index-news li span {
  display: inline-block;
  vertical-align: middle;
}

.section{ height:auto; overflow:hidden; padding:40px 0; line-height:1.5;}
.inbanner{height:300px; overflow:hidden;background: no-repeat center / cover;}
.position {
     background:#f5f5f5;
    border-bottom: #f0f0f0 solid 2px;
    margin-bottom: 30px;
     
}
.position .wrap{background: url(home.png) no-repeat 0 center;padding: 0 0 0px 20px;}


.page-nav{
	text-align: center; height:60px; overflow:hidden;
}
.page-nav a{
	 height:50px;  line-height:50px; padding:0 15px; margin:0 7px;
    background: #f1f1f1; display:inline-block;
    border: 1px solid #ccc;
     
}
 
.page-nav a:hover,.page-nav a.on{
	background: #10abab;
    color: #fff;border: 1px solid #10abab;
}
.product .main {
  position: relative;
}
.product .main li .box {
  display: block;
}
.product .main li{width: calc(24%);
	margin-top:3.125rem;
	display: inline-block;
	border:1px solid #cfcfcf;
	margin-right: calc(2% / 3);
	vertical-align: top;
	background-color: #f6f6f6;
	position: relative;
	transition: 1s all;
	overflow: hidden;}

.product .main li .img {
  height: 100%; width:100%;
}
.product .main li .img img {
  max-width: 100%;
  max-height: 100%;
}
.product .main li h4 {
  height: 60px;
  line-height: 60px; text-align:center;
  overflow: hidden; background:#f6f6f6; color:#333; font-size:18px; font-weight:600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-content .tit {
  border-bottom: 1px solid #e5e5e5;
}
.pro-content .tit a {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.pro-content .tit a.active {
  color: #fff;
  background: #223260;
}
.pro-content .item {
  padding: 50px;
}
.pro-content .item img {
  max-width: 100%;
}
.pro-recom .nav {
  width: 65%;
  height: 70px;
}
.pro-recom .nav a {
  color: #1e242b;
  font-size: 28px;
}
.pro-recom li a {
  display: block;
  transition: all .3s;
}
.pro-recom li:hover a {
  transform: translateY(-5px);
}
.pro-recom .img {
  height: 240px;
  line-height: 240px;
  text-align: center;
  overflow: hidden;
  background: #fff;
}
.pro-recom .img img {
  max-width: 90%;
  max-height: 90%;
  transition: all .3s;
}
.pro-recom li:hover .img img {
  transform: scale(1.02);
}
.pro-recom h4 {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #1e242b;
}
.pro-recom li:hover h4 {
  color: #223260;
}

.inner-about .top li.row {
  height: 500px;
}
.inner-about .top li.row .img {
  padding-left: 2.5vw;
}

.inner-about  .txt {
  padding-right: 2.5vw; width:50%;
}

.inner-about .txt h4 {
	padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  font-size: 36px;
}
.inner-about  .txt h5 {
  height: 50px;
  color: #666;
  font-size: 16px;
}
.inner-about  .txt .con {
  line-height: 30px;
  font-size: 14px;
}
.inner-about  .img {
   width:50%;
}
.inner-about  .img img {
   width:100%;
}


.about-honor .main {
  padding: 0 60px;
  position: relative;
}
.about-honor .main li {
  text-align: center;
}
.about-honor .main li .img {
  height: 250px;
  line-height: 240px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.about-honor .main li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-honor .main li h4 {
  color: #292b3e;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.about-honor .more {
  display: block;
  width: 150px;
  line-height: 45px;
  margin: 60px auto 0;
  text-align: center;
  background: #223260;
}
.about-photo .main {
  position: relative;
  padding: 0 60px;
}
.about-photo li {
  overflow: hidden;
}
.about-photo li img {
  width: 100%;
  transition: all .3s;
}
.about-photo li:hover img {
  transform: scale(1.02);
}
.about-photo div.swiper-button-next,
.about-photo div.swiper-button-prev {
  background: #ccc;
}
.about-photo div.swiper-button-next:hover,
.about-photo div.swiper-button-prev:hover {
  background: #223260;
}


.news-list li {border-bottom: 1px solid #eee;padding-bottom: 15px;margin-bottom: 15px;}
.news-list li:last-child {border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.news-list li a {display: block;}
.news-list li a:hover h4{ color:#179999;}
.news-list li h4 {margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: normal;font-size: 16px;}
.news-list li h4 span {float: right;font-size: 14px;color: #999;}
.news-list li p {margin: 10px 0 0;line-height: 1.8;color: #666;text-align: justify;}


.newslist li.col {
  text-align: left;
  margin-bottom: 30px; 
}
.newslist li .img {
  height: 0;
  padding-bottom: 52%;
  position: relative;
}
.newslist li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newslist li .txt {
  height: auto;
  padding: 25px 20px 15px 20px;
  overflow: hidden;
  background: #f5f5f5;
}
.newslist li h4 {
  height: 22px;
  color: #1e242b;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newslist li span {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 50px;
}
.newslist li .con {
  height: 100px; margin-top:15px;
  overflow: hidden;
  color: #999;
  line-height: 25px;
}

.location {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 14px;
  transition: all .3s;
}
.location a {
  transition: all .3s;
}
.location a:hover {
  color: #223260;
}
.location.top {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #ddd;
}
.location .nav a {
  display: inline-block;
  width: 115px;
  text-align: center;
  color: #333;
  transition: all .3s;
}
.location .nav a.active {
  background: #223260;
}
.location .pos > a,
.location .wrap > a {
  transition: all .3s;
}
.location .pos > a:hover,
.location .wrap > a:hover {
  color: #223260;
}

.news-info {
  padding-bottom: 50px;
}
.news-info .main {
  width:100%; background:#fff;
}
.news-info .main img {
  max-width: 100%; 
}
.news-info .title {
  text-align: center;
}
.news-info .title h3 {
  line-height: 42px;
  padding-bottom: 10px;
  font-size: 30px; font-weight:600;
}
.news-info .title p {
  height: 60px;
  color: #666;
  font-size: 14px;
}
.news-info .content {
  padding: 30px 50px; border-bottom:1px solid #f1f1f1; 
}
.news-info .content .con {
  min-height: 100px;
  line-height: 30px;
  margin-bottom: 60px;
}
.news-info .content .con img {
  max-width: 100%;
}
.news-info .more {
  height: 110px;
  padding: 20px;
  margin-top: 5px;
  background: #fff;
  position: relative;border-bottom:1px solid #f1f1f1;
}
.news-info .more p {
  line-height: 30px;display: block; padding-right:160px;
}
.news-info .more p a {
  display: inline-block;
  color: #666;
  font-size: 16px;
  transition: all .3s;
}
.news-info .more p a:hover {
  color: #223260;
}

.news-info .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 150px;
  line-height: 45px;
  margin-top: -23px;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 5px;
}
.news-info .side {
  width:260px;
}
.news-info .latest {
  padding: 40px 30px;
  margin-bottom: 20px;
  background: #fff;
}
.news-info .latest h5 {
  font-size: 20px; font-weight:bold; margin-bottom:10px;
}
.news-info .latest li {
  padding-top:10px;
  padding-bottom: 5px;
  color: #666;
  font-size: 15px; line-height:1.5;
  border-bottom: 1px dashed #e5e5e5;
}
.news-info .latest h6 {
   font-size: 16px;
  transition: all .3s;
}
.news-info .latest li:hover h6 {
  color: #223260;
}
.news-info .latest p span {
  color: #223260;font-size: 12px;
}
.news-info .pro {
  margin-top: 35px;
}
.news-info .pro h5 {
  height: 30px;
  padding-left: 20px;
  font-size: 20px;
}
.news-info .pro li .img {
  background: #fff;
  text-align: center;
}
.news-info .pro li img {
  max-width: 100%;
}
.news-info .pro li h6 {
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}
.news-info .pro li:hover h6 {
  color: #223260;
}



/*招聘*/
.job-nav{
    
    display: flex;
    border: 1px solid #e0e0e0;
	margin-bottom: 2rem;
}
.job-nav a{

    display: block;
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
    padding: 2rem 0;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.job-nav a:not(:first-child) {
    border-left: 1px solid #e0e0e0;
}

.job-nav a.active,
.job-nav a:hover
{
   background: #00a8a8;
    color: #fff;
}
@media screen and (max-width: 1000px){

    .job-nav a{
        padding: 0;
    }

    
}
.biao-box{ width:100%;   height:60px; line-height:60px;border-radius:6px; overflow: hidden; background: #00a8a8; }
.biao-box li{ float:left;width: 20%; color:#fff; font-size:18px; text-align:center;}

.recru-box{
	width: 100%;
    margin:30px auto;
}

.hunt-box{
	min-height: 100px;
	margin-bottom: 1.0625em;
}

.hunt-list{
	
}
.hunt-list .name{
	overflow: hidden;
	 padding:15px 0; background:#fff; margin-top:15px; border-radius:6px;
}
.hunt-list .name.on{background: #00a8a8; color:#fff;
}
.hunt-list .name li{
	width: 20%;
	float: left;
	text-align: center;
	font-size:16px;
	line-height:45px;
}
.hunt-list .name .more{
	color: #ff0000;
}
.hunt-list .name .more i{
	cursor: pointer; width:31px; height:31px; background:url(jiantou1.png) no-repeat center center; display:block; text-indent:-9999px; margin:0 auto;  	 
}
.hunt-list .name.on .more i{ background:url(jiantou1_hover.png) no-repeat center center;}

.hunt-list .info-box{
	background: #fff;
	padding: 0.6875em 8.5% 2.5625em 8.5%;border-radius:0px 6px 6px 0;
	display: none;
}

.hunt-list .info-box  .doc{
	font-size:14px;
	line-height:24px;
}
.hunt-list .info-box .apply{
	color: #fff;
	font-size: 1em;
	text-align: center;
	width: 9.375em;
	line-height: 2.5em;
	margin-top: 1.8125em;
	background: #da251d;
	display: inline-block;
}
.hunt-list .info-box .apply:hover{
	background: #e3332b;
}




@media screen and (max-width: 1200px){
	.recru-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	
	.hunt-list .info-box{
		padding: 0 5%;
		padding-bottom: 1.5em;
	}
	

}

@media screen and (max-width: 991px){
	
	.hunt-list .info-box .apply{
		margin-top: 1em;
	}
}

@media screen and (max-width:768px){
	
	.hunt-list .info-box .type li{
		width: 50%;
	}
	.biao-box li{
		font-size:14px;
	}
	.hunt-list .name li{ font-size:14px;}
	
}

@media screen and (max-width: 414px){
	.hunt-list .name li{
		font-size: 0.75em;
	}
}




.contact {
  position: relative;
  z-index: 2; border-bottom:1px solid #ccc; margin-bottom:30px; padding-bottom:20px;
}

.contact_l{ width:35%; float:left;}
.contact_l  h2{ font-size:30px;
  color: #333; line-height:40px; }
.contact_l  h3 {
  height: 40px;
  font-size: 24px;
  color: #333;
}
.contact_l  p {
  height: auto; line-height:30px;
  font-size: 16px;
  color: #666666; margin-bottom:20px;
}
.contact  .qrcode {
  margin-top: 40px;
  position: relative;
}

.contact_r{ width:64%; float:right;}
.contact_r #map {
  width: 100%;
  height: auto;
}
.contact #map img {
  max-width: none;
  max-height: none;
}


.ly-form input {
  width: 100%;
  height: 60px;
  padding: 20px 0 24px 30px;
  margin-right: 30px;
  font-size: 16px;
  color: #666666;
}
.ly-form input:last-child {
  margin-right: 0;
}
.ly-form textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  margin-top: 0px;
  font-size: 16px;
  color: #333333;
}
.ly-form .more {
  padding-top: 50px;
  width: 680px;
  margin: 0 auto;
  height: 200px;
}
.ly-form .more a {
  display: block;
  width: 246px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #ff7400;
  border-radius: 45px;
}
.ly-form .more .icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  color: #333;
  margin-left: 44px;
  padding-left: 40px;
  padding-top: 5px;
}
.ly-form .more .phone {
  font-size: 30.715px;
  color: #333;
  font-weight: 700;
  padding-left: 26px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}





.kf {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  padding: 16px 0;
  background: #8f9090;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1000;
}
.kf li {
  line-height: 50px;
  position: relative;
  text-align: center;
}
.kf li > a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
}
.kf li > a:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 34px;
  border-bottom: 1px solid #a5a6a6;
}
.kf li:last-child > a:after {
  display: none;
}
.kf li .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
  transform: translateX(100%);
  background: #f78202;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  opacity: 0;
  transition: all .3s;
  z-index: 9;
}
.kf li:hover .txt {
  opacity: 1;
  transform: translateX(0);
}
.kf li .img {
  position: absolute;
  right: 50px;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all .3s;
}
.kf li:hover .img {
  opacity: 1;
  transform: translateX(0);
}
.kf li .img img {
  width: 120px;
  height: 120px;
  padding: 5px;
  background: #fff;
}
.kf li .txt a {
  display: block;
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.kf li:nth-child(3) .txt a {
  width: 160px;
}
.kf li .txt a img {
  margin-left: 10px;
}



/*页脚样式*/


.footer-nav{padding: 80px 0 0 0;
 background: #1f1f1f;
}


.left-nav .tit{
    padding-bottom: 10px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;

}

.left-nav  dl{
 float: left;
  margin-right: 6vw;
  margin-bottom: 30px;
  text-align: left;

}

.left-nav dl:last-child {
  margin-right: 0;
}
.left-nav dt {
  height: 36px;
  font-size: 18px; color:#fff;
  position: relative; font-weight:600;
}

.left-nav dd a{
	display: inline-block;
  line-height: 30px;
  opacity: .7;
  font-size: 14px;
}

.footer-nav .phone .img {
  padding-right: 30px;
}
.footer-nav .phone .img img {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 5px;
}
.footer-nav .phone .txt {
  margin-top: 10px;
  padding-left: 25px;
  color: #fff;
  border-left: 1px solid #fff;
}
.footer-nav .phone .txt h4 {
  height: 20px;
  font-size: 12px;
}
.footer-nav .phone .txt h5 {
  height: 30px;
  font-size: 28px;  font-family: Impact;
}
.footer-nav .copy {
  margin-top: 20px;
  line-height: 60px;
  border-top: 1px solid #515151;
  color: #ececec;
}
.footer-nav .copy span,
.footer-nav .copy a {
  display: inline;
  margin: 0 5px;
}
.footer-nav a {
  transition: all .3s; color:#fff; font-size:14px;
  position: relative;
}
.footer-nav a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .3s;
}
.footer-nav a:hover {
  transform: translateX(4px);
  opacity: 1;
}
.footer-nav a:hover:after {
  transform: scaleX(1);
}
.left-nav  .ma{ width:120px;}
.left-nav  .ma img{ width:120px; height:auto;}
.left-nav  .ma p{ color:#aaa; text-align:center; line-height:20px;}
.left-nav .flx{  width:300px; }
.left-nav .flx p { margin: 0;
    display: inline-block;
    width: 100%;
		font-size: 14px;
    border: 0;
    padding: 0 0 10px 10px;
    position: relative;
    text-align: left; color:#fff;}

.copyright{ height:auto; padding:10px 0; text-align:center;}

#back-to-top{display: none;
  cursor: pointer;}
#back-to-top:before,
#back-to-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
#back-to-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}
#back-to-top a{text-align:center;text-decoration:none;color:#d1d1d1;display:block;width:50px;
      /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
      -moz-transition:color 1s;
      -webkit-transition:color 1s;
      -o-transition:color 1s; font-size:12px;
}
#back-to-top a:hover{
      color:#979797;
}
#back-to-top a span{background:url(top.png) no-repeat;  border-radius:6px;display:block;height:50px;width:50px;margin-bottom:5px;
      /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
      -moz-transition:background 1s;
      -webkit-transition:background 1s;
      -o-transition:background 1s;
}



/*子页主要内容*/
#innerbody{ height:auto; overflow:hidden; }










 





#fengye{ text-align:center;font-size:12px;  overflow:hidden;clear:both;  margin-top:30px; padding:5px 10px; color:#333;  margin-top: 40px;
  text-align: center; }
#fengye input{ width:20px; height:15px; color:#da251a;}
#fengye a{   display: inline-block;
  height: 40px;
  line-height: 40px;
 padding:0 8px;
  font-size: 14px;
  font-weight: 700;
  background: #d6d6d6;
  transition: all .3s;
  vertical-align: middle;}
#fengye a:hover{  color: #fff;
  background: #223260;}
#fengye input{  height:30px; text-decoration:999em; border:none; width:20px; height:18px;}
#fengye button{ width:30px; height:20px; background:#FF3300; color:#333; cursor:pointer;}



#fengye a:first-of-type,
#fengye a:last-of-type {
  width: 85px;
  color: #333;
  background: #d6d6d6;
}

#fengye a:hover {
  color: #fff;
  background-color: #179999;
}
#fengye span {
  color: #fff;
  background: #223260;
}
#fengye label {
  display: none;
}



.pages{ width:100%; text-align:center; margin-bottom:40px; margin-top:30px;}
.pages a{ display:inline-block; *display:inline; zoom:1; height:22px; line-height:22px; border:2px solid #eee; margin:0 1px; font-size:12px; color:#555; padding:0 5px;}
.pages a.now{ color:#FFF; font-weight:bold; background:#0463bd; border-color:#0463bd;}

.sub_left {float: left;width: 300px;}
.sub_right {float: right;width: 1060px;}

.pro-sd {margin-bottom: 20px;}
.pro-sd:last-child {margin-bottom: 0;}
.pro-sd .tit {text-align: center;color: #fff;font-size: 20px;padding: 20px 0;background-color: #179999; font-weight:600;}
.submenu{ height:auto; overflow:hidden;background-color: #fff; border:1px solid #179999; border-top:none;}
.submenu li {border-bottom: 1px dotted #ddd;}
.submenu li:last-child {border-bottom: 0;}
.submenu li>a {display: block;line-height: 44px;padding: 0 0 0 25px;}
.submenu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.submenu li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.submenu li>a:hover,.submenu li.active>a {color: #179999;}
.submenu li.open .lanmu-box {display: block;}
.submenu li.open .arr:after {-webkit-transform: rotate(225deg);transform: rotate(225deg);}
.sub_left .phone {
	background: #f1f1f1 url(pIcon.png) no-repeat center 20px;
	padding: 70px 0 25px;
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
}
.sub_left .phone span {
	color: #179999;
	font-size: 24px;
	display: block;
	margin-top: 5px; font-weight:600;
}


.caselist {margin: -20px 0 0 -20px;}
.caselist li {float: left;width: 33.333333%;}
.caselist li a {display: block;margin: 20px 0 0 20px;border-radius: 10px;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.caselist li .img-cover {padding-top: 56%;}
.caselist li .text {padding: 15px;}
.caselist li .text h4 {margin: 0;font-weight: normal;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.caselist li .text p {color: #888;margin: 10px 0 0;line-height: 1.8;height: 75px;overflow: hidden;}


/*新闻详情*/
#case-detail{padding:30px 0px 30px;}
#case-detail title-boxs{ }
#case-detail .tit{ font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;}
.title-boxs .time {
   font-size: 14px;
  font-family: Arial;
  color: #9e9e9e;
  line-height: 35px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
}

.title-boxs .time i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.title-boxs .time i:after {
  opacity: .5;
  background-position: 0 -360px;
}



.detail{padding-bottom:30px; color:#666; line-height:24px; position:relative;}
.detail img{max-width:100%;height:auto;}
.detail-tags{ border-bottom: 1px solid #c3c3c3;
  position: relative; height:40px;}
.detail-tags .share {
  position: absolute;
  right: 0;
  top: 8px;
}
.detail-pn {
  margin-top: 30px;
}

.detail-pn div + div {
  margin-top: 15px;
}

.detail-pn div {
  line-height: 22px;
  padding: 10px;
  position: relative;
  border: 1px solid #eeeeee;
}

.detail-pn div b {
  font-size: 14px;
  color: #292e39;
  float: left;
  font-weight: normal;
}

.detail-pn div a {
  float: left;
  width: 75%;
  font-size: 14px;
  color: #666666;
}

.detail-pn div a:hover {
  color: #ffa802;
}

/*faq*/
.actionMain{overflow: hidden;padding:40px 25px;}
.faqList li{border:1px solid #ebebeb;margin-bottom:30px;padding:30px 40px 30px 80px;}
.faqList li:hover{box-shadow: 0px 0px 20px #ccc;}
.faqList li h6{font-size:18px;color:#333;line-height:30px; margin-bottom:20px;position:relative;}
.faqList li p{font-size:14px;color:#666;line-height:26px; position:relative;}
.faqList li span{display: inline-block;position: absolute;top:0px;left:-55px;font-size:16px;color:#ebebeb;line-height:16px;padding:8px;border-radius:3px;}

.faqList li h6 span{background:#da251a;}
.faqList li p span{background:#007cc4;}


/*联系我们*/
.lx_cont{    font-family: 微软雅黑;
    color: #333; height:auto; margin-top:30px;}
.lx_cont .item{width:25%;text-align: center;}
.lx_cont .item i{font-size:36px;color:#353535;margin-bottom:30px;display: block;font-weight: bold;}
.lx_cont .item .p1{font-size:14px;color:#757575;margin-bottom:15px;}
.lx_cont .item .p2{font-size:16px;color:#333;}

.lx_map{  width:100%;height:500px;}

/*message*/

/*message*/
.message{  width:100%; border:1px solid #eee; margin:30px 0 50px 0; height:auto; overflow:hidden;}
.message .cont_tit{ font-size:18px; color:#555; line-height:40px; height:40px; margin-bottom:40px; background:#f8f8f8; padding:20px;  }
.message h2 { text-align:center;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 23px;
    color: #333;
    margin-bottom: 39px;
    border-bottom: 1px solid #eee;}
.online{  width: 700px; padding-top: 30px; margin:0 auto;}
.online li{ 
	float:left;
	margin-bottom: 18px;}
.online span{ 
	float:left;
	width: 120px; height: 30px; display: block;
 	color:#4e4e4e; font-size:16px;line-height: 30px; text-align: right;}
.online input{
	 width:120px;height: 28px; border:1px solid #dadada;
	color:#4e4e4e;font-size:16px; line-height: 28px; text-indent: 10px;
	background: #f4f4f4;}
.online input.address{ width: 522px;}	
.online textarea{
	width: 522px;border:1px solid #dadada;
	color:#4e4e4e;font-size:16px; line-height: 28px; text-indent: 10px;
	background: #f4f4f4;
}	
.online input.botton{ 
	width: 164px; height: 47px; border:none; cursor: pointer;
	color:#ffffff;font-size:24px; line-height: 47px; font-weight: bold;
}
.online input.submit{
	 margin-left: 220px;
	background:url(submito.jpg) left top no-repeat ;
}
.online input.reset{ margin-left:20px; background:url(resito.jpg) left top no-repeat ;
}
.online input.data{background:url(data.jpg) 150px center no-repeat;}


/*客服*/
.lxfx{
    position: fixed;
    width:77px;
    height:auto;
    top:280px;
    right:15px;
    z-index:99; 
}
.lxfx li a{
    color:#fff;
    margin-top: 9px; font-size:12px;
    display: block;
    height:47px;
    width:300px;
}
.leftlx{
    float:left;
    width:77px;
    height:47px;
}

.lxfx li span{
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding-left: 8px;
    border-left: 1px solid #fff;
    margin-top: 8px;
}
.ewm{
    width:120px;
    height:120px;
    position: absolute;
    left:-145px;
    top:100px;
    display: none; z-index:99;
}
.lxfx li i{
    display: block;
    width:30px;
    height:27px;
    margin:0px auto;
    text-align: center;
    background: url("../images/fx.png") no-repeat;
    background-position: 4px 0px;
}
.lxfx li img{ width:120px; height:120px; display:block;}
.lxfx li i.icon-tel{
    background-position: 0px -25px;
}
.lxfx li i.icon-ly{
    background-position: 4px -53px;
}
.lxfx li i.icon-wx{
     background-position: -34px 4px;
 }
.lxfx li i.icon-wb{
    background-position: -30px -22px;
}
.lxfx li i.icon-al{
    background-position: 4px -80px;
}
.lxfx li i.icon-tb{
    background-position: -34px -80px;
}
.lxfx li p{
    text-align: center;
    line-height: 12px;
}
.lxfx li{
    width:77px;
    height:56px;
    background: #c2985b;
    margin-bottom: 1px;
    margin-left: 0px;
    position: relative;
    overflow:hidden;
}

.ico_top{ width:77px;
    height:56px; display:block;
    background: #c2985b url(../images/top.png) no-repeat center center;
    margin-bottom: 1px;
    margin-left: 0px; color:#fff; font-size:12px; text-align:center;
    position: relative;
    overflow: hidden;}

@media (max-width: 640px) {
	.lxfx{
    position: fixed;
    width:50px;
    height:auto;
    top:100px;
    right:0px;
    z-index:99; 
}
.lxfx li a{
    color:#fff;
    margin-top: 9px; font-size:12px;
    display: block;
    height:47px;
    width:300px;
}
.leftlx{
    float:left;
    width:50px;
    height:47px;
}

.lxfx li span{
    font-size: 20px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding-left: 8px;
    border-left: 1px solid #fff;
    margin-top: 8px;
}
.ewm{
    width:100px;
    height:100px;
    position: absolute;
    left:-145px;
    top:100px;
    display: none; z-index:99;
}
.lxfx li i{
    display: block;
    width:30px;
    height:27px;
    margin:0px auto;
    text-align: center;
    background: url("../images/fx.png") no-repeat;
    background-position: 4px 0px;
}
.lxfx li img{ width:100px; height:100px; display:block;}

.lxfx li p{
    text-align: center;
    line-height: 12px;
}
.lxfx li{
    width:50px;
    height:56px;
    background: #c2985b;
    margin-bottom: 1px;
    margin-left: 0px;
    position: relative;
    overflow:hidden;
}

.ico_top{ width:50px;
    height:56px; display:block;
    background: #c2985b url(../images/top.png) no-repeat center center;
    margin-bottom: 1px;
    margin-left: 0px; color:#fff; font-size:12px; text-align:center;
    position: relative;
    overflow: hidden; display:none;}
	}


@media (max-width: 1000px) {
  .header {
    display: none;
  }
  .header-s {
    display: block;
  }
}
@media (max-width: 1700px) {
  .w1600 {
    width: 1400px;
  }
  .header .wrap {
    width: 1400px;
  }
}
@media (max-width: 1520px) {
  .wrap {
    width: 1400px; 
  }
  .w1600 {
    width: 1200px; 
  }
  .header .topnav li {
    margin-left: 2vw;
  }
  .index-advantage .txt li .con {
    font-size: 12px;
  }
}	

@media (max-width: 1200px) {
  .wrap {
    width: 96%; margin:0 auto; overflow:hidden;
  }
  .w1600 {
    width: 96%;  margin:0 auto; overflow:hidden;
  }
  .header .topnav li {
    margin-left: 2vw;
  }
  .index-ly .txt li .con {
    font-size: 12px;
  }
}		