@charset "utf-8";
/*Unicode字体编码*/
/*微软雅黑*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
/*app标题栏高度*/
/*app内容区域 左右填充值*/
/*整站列表 标题字体大小*/
/*整站列表 描述、内容 字体大小*/
/*文章标题字体大小值*/
/*文字内容字体大小值*/
/*文字内容字体大小值*/
/*HSB->B=90%*/
/*HSB->B=96%*/
/*====职位详细页面====*/
/*职位名称*/
/*职位栏目标题*/
/*职位栏目内容*/
/*
*-----------------------------
*成功打勾图标
*base64编码
*-----------------------------
*/
/*
*-----------------------------
*失败警告图标
*base64编码
*-----------------------------
*/
/*
*-----------------------------
*加载图标
*base64编码
*-----------------------------
*/
/*引入常量文件*/
* {
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  /*去除所有元素点击时周围有浏览器默认线框，是webapp更像原生app*/
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  font-family: \5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
  font-size: 62.5%;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
img {
  border: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
/*针对苹果浏览器  去除按钮自带样式*/
input,
textarea {
  line-height: 100%;
}
/*按钮行高*/
/*
----------------------------------------------	
*	顶部
----------------------------------------------	
*/
.head {
  position: relative;
  display: block;
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 10;
}
.head.index {
  text-indent: 0 !important;
}
.head .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  display: block;
}
.head .logo img {
  height: 40px;
  margin-top: 10px;
  margin-left: 14px;
}
.head .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
  background: url("../images/icon/home.png") no-repeat center center;
  background-size: auto 60px;
}
.head .home:active {
  background-color: #539c0a;
}
.head .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 60px;
  display: block;
  background: url("../images/icon/arrow_left.png") no-repeat 14px center;
  background-size: 30px;
  line-height: 61px;
  font-size: 1.8em;
  color: #666;
  text-indent: 42px;
}
.head .menuIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: block;
  background: url("../images/icon/menu.png") no-repeat center center;
  background-size: 22px;
}
.head .menuIcon:active {
  background-color: #f5f5f5;
}
.head .menuIcon.on {
  background: url("../images/icon/close.png") no-repeat center center;
  background-size: 26px;
  opacity: .4;
}
.head .menuIcon.on:active {
  background-color: #f5f5f5;
}
/*
----------------------------------------------	
*	顶部下拉菜单
----------------------------------------------	
*/
.menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none;
}
.menu .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 24px;
  box-sizing: border-box;
  z-index: 10;
}
.menu .item a {
  display: block;
  font-size: 1.6em;
  color: #aaa;
  line-height: 3em;
  border-bottom: 1px solid #f5f5f5;
}
.menu .item a:after {
  content: "";
  width: 30px;
  height: 3em;
  display: block;
  float: right;
  background: url("../images/icon/arrow_right.png") no-repeat right center;
  background-size: 20px auto;
  opacity: .3;
}
.menu .item a:last-child {
  border-bottom: none;
  color: #bbb;
}
.menu .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.foot {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}
.foot .infobar {
  text-align: center;
}
.foot .infobar a {
  display: inline-block;
  font-size: 1.4em;
  color: #999;
  margin: 0 6px;
}
.foot .copyright {
  text-align: center;
  color: #999;
  font-size: 1.2em;
  padding-top: 3px;
}
.lay_intr a {
  display: block;
}
.lay_intr a:nth-child(2),
.lay_intr a:nth-child(4) {
  background-color: #f0f0f0;
}
.lay_intr a .name {
  color: #666;
  font-size: 2.4em;
  padding-top: 50px;
  display: block;
  text-align: center;
}
.lay_intr a .brife {
  color: #999;
  font-size: 1.4em;
  line-height: 24px;
  padding-top: 10px;
  width: 80%;
  margin: 0px auto;
  display: block;
  text-align: center;
}
.lay_intr a img {
  width: 100%;
}
.lister ul li {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
}
.lister ul li:active {
  background-color: #fbfbfb;
}
.lister ul li a {
  width: 86%;
  position: relative;
  display: block;
  /*border-bottom:1px solid #ededed;*/
  padding: 24px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.lister ul li a .imgbox {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 56px;
}
.lister ul li a .info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lister ul li a .info span {
  font-size: 1.5em;
  display: block;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.lister ul li a .info p {
  font-size: 1.3em;
  display: block;
  color: #999;
  padding-top: 4px;
  line-height: 1.3em;
}
.lister .item {
  width: 86%;
  position: relative;
  display: block;
  /*border-bottom:1px solid #ededed;*/
  padding: 24px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.lister .item .imgbox {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 56px;
}
.lister .item .info {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.lister .item .info span {
  font-size: 1.5em;
  display: block;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.lister .item .info p {
  font-size: 1.3em;
  display: block;
  color: #999;
  padding-top: 4px;
  line-height: 1.3em;
}
.viewbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.viewbox .scroll {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.viewbox .part {
  position: relative;
  width: 100%;
  height: 100%;
}
.viewbox .part img {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 90%;
}
.viewbox .part .info {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 90%;
  box-sizing: border-box;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(255, 127, 0, 0.95);
  display: none;
  padding: 14px;
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.viewbox .part .info .title {
  font-size: 1.6em;
  color: #fff;
  text-align: center;
}
.viewbox .part .info .brief {
  font-size: 1.4em;
  color: #fff;
  text-align: justify;
  line-height: 1.4em;
}
.points {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.points a {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  margin: 10px 0;
  background-color: #ccc;
}
.points a.current {
  background-color: #ff7f00;
}
.news_list {
  padding: 0 14px;
}
.news_list a {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: block;
  padding: 24px 20px;
  box-sizing: border-box;
  margin-top: 14px;
}
.news_list a:last-child {
  margin-bottom: 14px;
}
.news_list a:active {
  background-color: #f5f5f5;
}
.news_list a .title {
  font-size: 1.8em;
  color: #444;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.news_list a .date {
  font-size: 1.2em;
  color: #999;
  padding-top: 5px;
  padding-bottom: 14px;
}
.news_list a .imgbox {
  width: 100%;
  height: 140px;
  background-size: 100% !important;
  overflow: hidden;
}
.news_list a .brief {
  font-size: 1.4em;
  color: #888;
  text-align: justify;
  padding-top: 14px;
  line-height: 1.6em;
}
.news_list a .more {
  padding-top: 14px;
  font-size: 1.4em;
  color: #666;
}
.news_show {
  padding: 0 14px;
}
.news_show .title {
  font-size: 2.6em;
  padding-top: 1em;
  padding-bottom: 0.4em;
  color: #333;
}
.news_show .date {
  font-size: 1.4em;
  color: #999;
}
.news_show .contents {
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 1.5em 0;
  text-align: justify;
  color: #666;
}
.news_show .contents img {
  max-width: 100%;
}
.single .part {
  padding: 50px 14px 20px 14px;
}
.single .title {
  font-size: 2.4em;
  text-align: center;
  color: #666;
}
.single .brief {
  width: 80%;
  margin: 0 auto;
  color: #999;
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
}
.single img {
  width: 100%;
}
.single a {
  width: 80%;
  /*height:40px;*/
  line-height: 42px;
  text-align: center;
  color: #fff;
  /*background-color:#f38d33;*/
  background: -webkit-linear-gradient(#f38d33, #f37733);
  font-size: 1.6em;
  display: block;
  border-radius: 5px;
  margin: 50px auto 50px auto;
}
.single a:active {
  background: -webkit-linear-gradient(#f37733, #f38d33);
}
.case_list {
  padding: 14px 14px;
}
.case_list a {
  display: block;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.case_list a .imgbox {
  width: 100%;
  background-size: 100% !important;
  overflow: hidden;
}
.case_list a .title {
  font-size: 1.8em;
  padding: 12px 16px;
  box-sizing: border-box;
  color: #444;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  background: url("../images/icon/arrow_right.png") no-repeat 98% center;
  background-size: 24px auto;
  background-color: #f5f5f5;
}
