@charset "utf-8";
html {
    font-size: 100%;
    /* overflow-y:scroll; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

fieldset,img {
    border: 0;
    vertical-align: top;
}

ol,ul,li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

em,i {
    font-style: normal;
}

input,textarea {
    border: none;
    resize: none;
    outline: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

* {
    box-sizing: border-box;
}

/*公用*/
body {
    font-family: 'Microsoft Yahei',Arial;
    color: #666;
    font-size: 14px;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: blicubic;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom:1}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb20 {
    margin-bottom: 20px;
}

.eps {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap {
    width: 100%;
    max-width: 640px;
    min-width: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.con {
    padding: 0 2%;
}




.header-s .wrap{ position:relative;}
.header-s .lang{ position: absolute;
  top:0px; width:3.5rem;
  right: 2rem;
 }
.header-s .lang a{font-size: 0.5rem;}
.head-nav-bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7rem;
  height: 100%;
  z-index: 998;
}
.head-nav-bars span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  width: 1.1rem;
  height: .1rem;
  border-radius: .15rem;
  transform: translateY(-50%);
  background-color: #444;
}
.head-nav-bars span:before,
.head-nav-bars span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -.3rem;
  width: 100%;
  height: 100%;
  border-radius: .15rem;
  background-color: #444;
  transition: all .3s;
}
.head-nav-bars span:after {
  top: 0.3rem;
}
.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: #179999;
}
.head-nav-bars span.active:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #179999;
}
.header-s {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1.0rem;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
 
}
.header-s .logo {
  position: relative;
}
.header-s .logo a {
  display: block;
  font-size: 0;
}
.header-s .logo img {
  height: 1.6rem; line-height:1.6rem; margin-top:5%;
}
.header-s .logo p {
  position: absolute;
  top: 50%;
  left: 6.0rem;
  transform: translateY(-50%);
  color: #2d3540;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.header-s .logo p span {
  display: block;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: .1rem;
}
.header-s .nav {
  position: fixed;
  left: 0;
  top: 2.0rem;
  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: #333333;
}
.header-s .nav li {
  text-align: center;
  line-height: 2.0rem;
  position: relative;
  width: 50%;
  margin-left: 50%;
}
.header-s .nav li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.7rem;
  position: relative;
  transition: all .3s;
  z-index: 999;
}
.header-s .nav li:hover > a,
.header-s .nav li.active > a {
  color: #16bebe;
  border-bottom: 1px solid #16bebe;
}
.header-s .nav li .subnav {
  display: none;
}
.banner {
    position: relative;
    overflow: hidden;
    max-width: 640px; margin:0 auto; padding-top:2rem;}

.banner .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.banner .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 3px;
}

.banner .hd li.on {
    background: #f67b01;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd li {
    position: relative;
    text-align: center;
}

.banner .bd li img {
    background: url(images/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
}



/* 推荐产品 */
.product,.about {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 4px solid #f4f4f4;
}

.indTitle {
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.indTitle span {
    border-left: 5px solid #f67b01;
    padding-left: 2%;
    color: #f67b01;
}

.indTitle .more {
    float: right;
    margin-right: 0.3rem;
    font-size: 0.8rem;
}

.proMain {
    padding: 0 2%;
    overflow: hidden;
}

.proMain li {
    float: left;
    width: 49%; 
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    position: relative;
}

.proMain li:nth-child(2n) {
    margin-right: 0;
}

.proMain li span {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
}

.proMain li img {
    width: 100%;border:1px solid #eee;
}

.about .font {
    padding-bottom: 3%;
}


.news {
    margin-bottom: 10px;
    border-bottom: 4px solid #f2f2f2;
}

.news li {
    height: auto;
    font-size: 0.7rem;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    line-height: 1rem;
    position: relative;
    padding: .4rem 10% .4rem 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news li:last-child {
    border-bottom: none;
}

.news li::before {
    background: #666;
    content: "";
    height: .2rem;
    left: 2%;
    position: absolute;
    top: .7rem;
    width: .2rem;
    border-radius: 50%;
}

.news li::after {
    position: absolute;
    font-size: 0.6rem;
    right: 2%;
    top: .4rem;
    content: " \e62b ";
    font-family: "iconfont" !important;
    color: #999;
}

.newsList {
    margin-bottom: 10px;
}

.newsList li {
    height: auto;
    font-size: 0.6rem;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    line-height: 1rem;
    position: relative;
    padding: .3rem 10% .3rem 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList li:last-child {
    border-bottom: none;
}

.newsList li::before {
    background: #666;
    content: "";
    height: .2rem;
    left: 2%;
    position: absolute;
    top: .7rem;
    width: .2rem;
    border-radius: 50%;
}

.newsList li::after {
    position: absolute;
    font-size: 0.6rem;
    right: 2%;
    top: .4rem;
    content: " \e62b ";
    font-family: "iconfont" !important;
    color: #999;
}

/*分页样式*/
.page {
    clear: both;
    text-align: center;
    padding-bottom: 1.5rem;
    height: 1rem;
    position: relative;
    padding-top: 1.2rem;
}

.page a,.page span {
    height: 1rem;
    line-height: 1rem;
    padding: 0 .3rem;
    margin: 0 .1rem;
    font-size: 0.5rem;
    background-color: #949494;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    border: 1px solid #888;
}

.page span {
    background: #333;
    border: 1px solid #111;
}


/*分类样式*/
.location {
    height: 1.4rem;
    line-height: 1.4rem;
    background: #f67b01;
    margin: 0 0 15px 0;
    position: relative;
    box-shadow: 0 0 1px #fff inset;
    position: relative;
    color: #fff;
}

.location p {
    padding-left: 7%;
}

.location p::before {
    position: absolute;
    font-size: 0.7rem;
    left: 2%;
    top: -1px;
    content: " \e607 ";
    font-family: "iconfont" !important;
}

.location .sbtit {
    position: absolute;
    right: 2%;
    top: 0;
    padding-left: 5%;
}

.location .sbtit::before {
    position: absolute;
    font-size: 0.6rem;
    left: 2%;
    top: 0px;
    content: " \e600 ";
    font-family: "iconfont" !important;
}

.location a {
    color: #fff;
}

.submenu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: -webkit-transform .2s ease-in;
    z-index: 1000;
    padding: 10px 0 0 0;
    overflow: hidden;
}

.submenu>ul {
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
}

.sbtn {
    font-size: 14px;
    position: fixed;
    top: 200px;
    left: 50%;
    display: block;
    width: 30px;
    margin-left: -30px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 6px 0 0 6px;
    background-color: #fff;
}

.submenu ul li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.submenu ul li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    text-indent: 5px;
    text-overflow: ellipsis;
}

.mainCont{padding: 3% 3% 6% 3%;
    overflow: hidden;}
.mainCont .title{text-align: center;
    font-size: .8rem;
    color: #333;
    margin-bottom: .6rem;}
.mainCont p{ line-height:2;}
.mainCont p span{ font-size:14px !important;  line-height:1.5; font-weight:normal;}

.mainCont table{ width:100% !important;}

.mainCont .more {
  height: 2.0rem;
  position: relative; margin-top:20px;
}
.mainCont .more p {
  white-space: nowrap;
  overflow: hidden; 
}
.mainCont .more p a {
  display: inline-block;
  color: #666;
  font-size: .6rem;
  transition: all .3s;
}
.mainCont .more p a:hover {
  color: #223260;
}
.mainCont .more p {
  display: block;
}
.mainCont .more .back {
  display: block;
  position: absolute;
  bottom: 10%;
  right: .2rem;
  width: 2.0rem;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  background: #f22a13;
  border-radius: .2rem;
}


/* 图片列表 */
.listPic {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

.listPic li {
    width: 49%;
    float: left;
    text-align: center;
    padding: 0 1.5%;
    margin-bottom: 15px;
}

.listPic li img {
    padding: 0.1rem;
}


.listPic li a {
    display: block;
    border: 1px solid #ddd;
}

.listPic li span {
    display: block;
    height: 1rem;
    line-height: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 0 2%;
}

.show_img {
    position: relative;
    overflow: hidden;
    max-width: 640px;
}
.show_img img{ width:100%; height:auto;}


/* 底部 */
.footer .backtop {
    height: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    padding-right: 3%;
    text-align: right;
    font-size: 0.7rem;
    background: -webkit-linear-gradient(bottom left,#f67b01,#f67b01);
    background: -ms-linear-gradient(bottom left,#f67b01,#f67b01);
    background: -moz-linear-gradient(bottom left,#f67b01,#f67b01);
    background: linear-gradient(bottom left,#f67b01,#f67b01);
}

.footCopy {
    text-align: center;
    padding: 10px 0 15px 0;
    font-size: 0.5rem;
    line-height: 1.2rem;
}

.footMenu {
    height: 2.7rem;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    display: table;
    max-width: 640px;
    margin: 0 auto;
    background: -webkit-linear-gradient(bottom left,#179999,#179999);
    background: -ms-linear-gradient(bottom left,#325887,#325887);
    background: -moz-linear-gradient(bottom left,#333,#333);
    background: linear-gradient(bottom left,#325887,#325887);
}

.footMenu ul {
    overflow: hidden;
    color: #fff;
    padding-top: ;
    display: table-cell;
    vertical-align: middle;
}

.footMenu li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.6rem;
    vertical-align: middle;
    line-height: 1rem;
    padding-top: .1rem;
}

.footMenu li a {
    color: #fff;
}

.footMenu li i {
    font-size: 0.8rem;
}

.footMenu li span {
    display: block;
}


.case li .img {
  padding-bottom: 70%;
}
.case li h4 {
  padding-top: 1.0rem;
  height: 5.0rem;
  line-height: 1.5;
  overflow: hidden;
}
.news-info {
  padding-bottom: 5.0rem;
}
.news-info .main {
  width: calc(100% - 340px);
}
.news-info .main img {
  max-width: 100%;
}
.news-info .title {
  text-align: center;
}
.news-info .title h3 {
  line-height: 4.2rem;
  padding-bottom: 1.0rem;
  font-size: 3.0rem;
}
.news-info .title p {
  height: 6.0rem;
  color: #666;
  font-size: 1.4rem;
}
.news-info .content {
  padding: 70px 8.0rem;
  background: #fff;
}
.news-info .content .con {
  min-height: 10.0rem;
  line-height: 3.0rem;
  margin-bottom: 6.0rem;
}
.news-info .content .con img {
  max-width: 100%;
}
.news-info .more {
  height: 11.0rem;
  padding: 2.0rem;
  margin-top: 3.5rem;
  background: #fff;
  position: relative;
}
.news-info .more p {
  line-height: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.news-info .more p a {
  display: inline-block;
  color: #666;
  font-size: 1.6rem;
  transition: all .3s;
}
.news-info .more p a:hover {
  color: #179999;
}
.news-info .more p {
  display: block;
}
.news-info .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  width: 15.0rem;
  line-height: 4.5rem;
  margin-top: -2.3rem;
  text-align: center;
  color: #fff;
  background: #179999;
  border-radius: .5rem;
}
.news-info .side {
  width: 32.0rem;
}
.news-info .latest {
  padding: 40px 3.0rem;
  margin-bottom: 2.0rem;
  background: #fff;
}
.news-info .latest h5 {
  font-size: 2.0rem;
}
.news-info .latest li {
  padding-top: 3.0rem;
  padding-bottom: 1.5rem;
  color: #666;
  font-size: 1.5rem;
  border-bottom: 1px dashed #e5e5e5;
}
.news-info .latest h6 {
  margin-bottom: 1.0rem;
  transition: all .3s;
}
.news-info .latest li:hover h6 {
  color: #179999;
}
.news-info .latest p span {
  color: #179999;
}
.news-info .pro {
  margin-top: 3.5rem;
}
.news-info .pro h5 {
  height: 3.0rem;
  padding-left: 2.0rem;
  font-size: 2.0rem;
}
.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: 5.5rem;
  font-size: 1.4rem;
  text-align: center;
  transition: all .3s;
}
.news-info .pro li:hover h6 {
  color: #179999;
}


/*招聘*/
.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:10px 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:40px;
}
.hunt-list .name .more{
	color: #ff0000;
}
.hunt-list .name .more i{
	cursor: pointer; width:31px; height:31px; background:url(../images/jiantou1.png) no-repeat center center; display:block; text-indent:-9999px; margin:0 auto;  	 
}
.hunt-list .name.on .more i{ background:url(../images/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:16px;
	}
	.hunt-list .name li{ font-size:16px;}
	
}

@media screen and (max-width: 414px){
	.hunt-list .name li{
		font-size: 16px;
	}
}