/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #183167;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
i,
em {
  font-style: normal;
}
q:before,
q:after {
  content: '';
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*
 * globe style
 */
@font-face {
  font-family: 'shiyuan';
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.woff ') format('woff'), url('//at.alicdn.com/t/uhrpvn87n45cdi.ttf ') format('truetype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.svg#NotoSansHans-DemiLight ') format('svg');
}
body {
  font-family: "shiyuan", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", HELVETICA;
  font-size: 14px;
  background: #fff;
}
@font-face {
  font-family: 'dincond';
  src: url('../font/DINCond-Bold.eot') format('truetype');
  src: url('../font/DINCond-Bold.eot?#iefix') format('embedded-opentype'), url('../font/DINCond-Bold.woff ') format('woff'), url('../font/DINCond-Bold.ttf ') format('truetype');
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr {
  margin-right: 0;
}
.mb {
  margin-bottom: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.g-container {
  width: 92%;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: none;
}
.tobig {
  /* cursor:pointer; */
  overflow: hidden;
  text-align: center;
}
.tobig img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.tobig:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twoline {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.shaline {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
.shaline:hover {
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.icon {
  font-family: 'iconfont';
}
.page {
  display: table;
  margin: 50px auto 70px;
}
.page a {
  width: auto;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1044257 */
  src: url('//at.alicdn.com/t/font_1044257_6kqfu16be8j.eot');
  src: url('//at.alicdn.com/t/font_1044257_6kqfu16be8j.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1044257_6kqfu16be8j.woff2') format('woff2'), url('//at.alicdn.com/t/font_1044257_6kqfu16be8j.woff') format('woff'), url('//at.alicdn.com/t/font_1044257_6kqfu16be8j.ttf') format('truetype'), url('//at.alicdn.com/t/font_1044257_6kqfu16be8j.svg#iconfont') format('svg');
}
/*loading*/
.la-ball-newton-cradle,
.la-ball-newton-cradle > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-newton-cradle {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-newton-cradle.la-dark {
  color: #333;
}
.la-ball-newton-cradle > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-newton-cradle {
  width: 40px;
  height: 10px;
}
.la-ball-newton-cradle > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.la-ball-newton-cradle > div:first-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  -o-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
  animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}
.la-ball-newton-cradle > div:last-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  -o-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
  animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}
.la-ball-newton-cradle.la-sm {
  width: 20px;
  height: 4px;
}
.la-ball-newton-cradle.la-sm > div {
  width: 4px;
  height: 4px;
}
.la-ball-newton-cradle.la-2x {
  width: 80px;
  height: 20px;
}
.la-ball-newton-cradle.la-2x > div {
  width: 20px;
  height: 20px;
}
.la-ball-newton-cradle.la-3x {
  width: 120px;
  height: 30px;
}
.la-ball-newton-cradle.la-3x > div {
  width: 30px;
  height: 30px;
}
@-webkit-keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes ball-newton-cradle-left {
  25% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes ball-newton-cradle-left {
  25% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes ball-newton-cradle-left {
  25% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes ball-newton-cradle-right {
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes ball-newton-cradle-right {
  50% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-o-keyframes ball-newton-cradle-right {
  50% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes ball-newton-cradle-right {
  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.loading {
  width: 100%;
  height: 100%;
  background-color: #3c7dff;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display:none
}
.la-ball-newton-cradle {
  left: 50%;
  margin-left: -20px;
  top: 50%;
}
section {
  padding-top: 1.5rem;
  margin-top: -1.5rem;
}
/*header*/
.header_hfix {
  height: 1.5rem;
}
.header {
  width: 100%;
  height: 1.5rem;
  position: fixed;
  background-color: #fff;
  z-index: 15;
}
.header .headerfix {
  height: 1.5rem;
  margin: 0 auto;
  padding-left: 4%;
  box-sizing: border-box;
}
.header .headerfix .logo img {
  width: 4rem;
}
.header .headerfix .menu {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #183167;
}
.header .header_nav {
  background-color: rgba(242, 242, 242, 0.95);
  height: 0;
  overflow: hidden;
}
.header .header_nav li {
  width: 92%;
  margin: 0 auto;
  height: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.header .header_nav li a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0.35rem;
  display: block;
}
.header .header_nav li span {
  position: absolute;
  right: 0.35rem;
}
.header .header_nav li.header_li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 4%;
}
.header .header_nav li.header_li a {
  color: #333;
  font-weight: normal;
}
.header .header_nav li.header_li.header_li_fix {
  border-top: 1px solid #ccc;
}
.header .header_nav li.header_li span {
  position: static;
  margin-right: 0.35rem;
  color: #333;
}
/* menu */
.menu {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.menu span {
  background-color: #FFF;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 25px;
  height: 2px;
  transition-duration: 500ms;
}
.menu span:nth-child(1) {
  top: 20px;
  left: 15px;
}
.menu span:nth-child(2) {
  top: 27px;
  left: 15px;
}
.menu span:nth-child(3) {
  top: 34px;
  left: 15px;
}
.on span:nth-child(1) {
  transform: rotate(45deg);
  top: 27px;
}
.on span:nth-child(2) {
  transform: scale(0.1);
}
.on span:nth-child(3) {
  transform: rotate(-45deg);
  top: 27px;
}
/*footer*/
.footer .footer_banner {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background-color: #183167;
}
.footer .footer_con {
  background-color: #efefef;
  padding: 0.5rem 0;
}
.footer .footer_con .footer_top {
  margin-bottom: 0.5rem;
}
.footer .footer_con .footer_top li {
  position: relative;
  padding: 0 0.25rem;
}
.footer .footer_con .footer_top li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.footer .footer_con .footer_top li:first-child {
  padding-left: 0;
}
.footer .footer_con .footer_top li:first-child:before {
  content: "";
  width: 0;
  height: 0;
}
.footer .footer_con .footer_top li a {
  font-size: 12px;
  color: #fff;
}
.footer .footer_con .footer_mid {
  text-align: center;
}
.footer .footer_con .footer_mid h3 {
  font-size: 16px;
  color: #333;
}
.footer .footer_con .footer_mid p {
  margin-top: 0.25rem;
  color: #666;
  font-size: 13px;
  text-transform: capitalize;
}
.inav-bar {
  width: 100%;
  height: 1.1rem;
  margin: 0 auto;
  line-height: 1.1rem;
  padding: 0 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.inav-bar .inav-link {
  color: #333;
  font-size: 14px;
}
.inav-bar .inav-a {
  color: #333;
  font-size: 14px;
  padding: 0 3px;
}




.float-bm-bottom{position:fixed;left:0;bottom:0;z-index:999;width:100%;height:1.7rem;padding:0 .2rem;background:url("https://m.cuwell.com/dist/images/bm-bottom-bg.png") repeat-x;background-size:100% 100%;box-sizing:border-box;}
.float-bm-bottom li{float:left;width:3.7rem;height:.7rem;line-height:.7rem;margin-top:.65rem;font-size:.24rem;text-align:center;background:#e93f3d;color:#fff;border-radius:.1rem;}
.float-bm-bottom li a{display:block;color:#fff;}
.float-bm-bottom li i{display:inline-block;width:.32rem;height:.3rem;background:url("/dist/images/bm-bottom-kc.png") no-repeat;background-size:100% 100%;vertical-align:middle;margin:0 .1rem .1rem 0;}
.float-bm-bottom li i.tel{display:inline-block;width:.32rem;height:.3rem;background:url("/dist/images/bm-bottom-tel.png") no-repeat;background-size:100% 100%;vertical-align:middle;margin:0 .1rem .05rem 0;}
.float-bm-bottom li:nth-child(2){position:relative;width:2.1rem;height:1.7rem;margin-top:0;background:none;border-radius:0;}
.float-bm-bottom li:nth-child(2) i{position:absolute;top:0;left:0;width:2.1rem;height:1.7rem;background:url("https://m.cuwell.com/dist/images/bm-bottom-jmys2020.png") no-repeat;background-size:100% 100%;}
.float-bm-bottom li:nth-child(3) i{background:url("/dist/images/bm-bottom-zx.png?v=1") no-repeat;background-size:100% 100%;}

.show-skin {background-image: linear-gradient(160deg, #b100ff 20%,#00b3ff 80%);}
#showBox { width: 90%; height: 8.5rem; 
	    position: fixed;
    top: 150px;
    left: 5%;
 display:none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
	z-index:100 
	}
#showBox .show_tt { text-align:center; color:#000; padding:20px 0 15px 0;}
#showBox .show_tt h5{ font-size:.5rem; font-weight:bold; margin:25px auto 15px; }
#showBox .show_tt p{ margin:0; font-size:0.35rem; }
#showBox .show_form { background:#fff; width:80%; margin:0 auto; padding:15px;border-radius:8px; overflow: hidden;}
#showBox .show_form .layui-form-item{
margin-bottom:10px;
}
#showBox .show_form input{
    border-color: #e6e6e6;
width:94%;
padding:0 3%;
height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
	}
	.layui-btn{display: inline-block;
	width:100%;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #558bba;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;}
.formbg{    position: fixed;
    top: 0px;
    left: 0;
    margin: 0;     
    background-color:  rgba(0,0,0,.6); 
	    width: 100%;
    height: 100%;
	display:none;
	z-index:99
	}