@charset "utf-8";
/*Unicode字体编码(微软雅黑)*/
/*app标题栏高度*/
/*app内容区域 左右填充值*/
/*整站列表 标题字体大小*/
/*整站列表 描述内容字体大小*/
/*整站详细 标题字体大小*/
/*整站列表 描述内容字体大小*/
/*整站详细 文字内容字体大小*/
/*样式图片文件夹路径*/
/*样式图标文件夹路径*/
/*清除浮动*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*样式控制字符长度，需指定宽度*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*各浏览器css3 transition 兼容*/
.get-loading {
  text-align: center;
  font-size: 1.6em;
  color: #999;
  padding: 60px 0;
}
/*
 * @[description] 清除浏览器的默认样式 
 * @[date] 2017-05-17
 * */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font-size: 62.5%;
  /*未调整：1em=16px  0.75em=12px 0.625em=10px  调整后：1.2emX62.5%=0.75em -> 12px;*/
  font-family: 5FAE\8F6F\96C5\9ED1,Microsoft YaHei;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 1.6em;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}
/** 重置文本格式元素 **/
a {
  text-decoration: none;
  color: #333;
}
sup {
  vertical-align: text-top;
}
/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
mark {
  background: #ff0;
}
* {
  word-wrap: break-word;
  outline: none;
  /*去除所有元素点击时周围有浏览器默认线框，是webapp更像原生app*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
/*设置文档高度百分百，解决使用position:fixed高度不是百分百*/
html,
body {
  height: 100%;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/*去掉webkit内核浏览器表单记住密码后的黄色*/
input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #333;
}

/*
----------------------------------------------  
*   顶部
----------------------------------------------  
*/
.head {
  position: fixed;
  display: block;
  background-color: #fff;
  height: 64px;
  line-height: 64px;
  /*font-size: 1.8em;
  color: #666;*/
  text-align: left;
  text-indent: 43px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  z-index: 10;
  /*padding: 0 4%;*/
  border-top:#F2F2F2 1px solid;
  width:100%;
  top:0;
}

.head .logo {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
}
.head .logo img {
  height: 42px;
  display: block;
}
.head .logo:active {
	opacity: 0.6;
}
.head .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 64px;
  display: block;
  background: url("../images/icon/home.png") no-repeat center center;
  background-size: auto 64px;
}
.head .home:active {
  background-color: #f0f1f2;
}
.head .dropmenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 62px;
  display: block;
  background: url("../images/icon/menu.png") no-repeat center center;
  background-size: 26px auto;
  opacity: .9;
}
.head .dropmenu:active {
  background-color: #f0f1f2;
}
.head .dropmenu.close {
  background: url("../images/icon/close.png") no-repeat center center;
  background-size: 30px;
  opacity: .5;
}
.head .dropmenu.close:active {
  background-color: #f0f1f2;
}
.menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  z-index: 8;
  display: none;
}
.menu-wrap .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; 
  top: 0;
  /*background-color: rgba(0, 0, 0, 0.66);*/  /*透明灰*/
  background-color: #ffffff;
  z-index: 1;
}
.menu-wrap .menu {
  position: relative;
  top: 64px;
  padding:2% 4%;
}
.menu-wrap .menu .topnav {
  position: relative;
  background-color: #fff;
  display: block;
  font-size: 1.6em;
  color: #666;
  z-index: 2;
  width:100%;
  border-bottom: 1px solid #ebebeb;
  background: url("../images/icon/arrow_down.png") no-repeat right 4px center;
  background-size: 20px auto;
  margin:auto;
  padding-left:6px;
  line-height: 3em;
}
.menu-wrap .menu .topnav:active {
  background-color: #f5f5f5;
}
.menu-wrap .menu .topnav:last-child .box {
  border-bottom: none;
}
.menu-wrap .menu .subnav {
  position: relative;
  z-index: 2;
}
.menu-wrap .menu .subnav a {
  display: block;
  font-size: 1.6em;
  color: #999;
  width:100%;
  line-height: 3em;
  border-bottom: 1px solid #eeeeee;
  background: url("../images/icon/arrow_right.png") no-repeat right 4px center;
  background-size: 20px auto;
  padding-left:6px;
}
.menu-wrap .menu .subnav a:active {
  background-color: #f5f5f5;
}
.menu-wrap .menu .subnav a:last-child a {
  border-bottom: none;
}
.box {
  height:64px;
}

/*
----------------------------------------------	
*	尾部
----------------------------------------------	
*/
.foot {
  background-color: #1a1a1a;
}
.foot .service {
  padding: 40px 0;
}
.foot .service ul {
  overflow: hidden;
}
.foot .service ul li {
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  border-right: 1px solid #333333;
}
.foot .service ul li:last-child {
  border-right: none;
}
.foot .service ul li a {
  display: block;
}
.foot .service ul li a img {
  width: 30px;
  margin: 0 auto;
  display: block;
}
.foot .service ul li a span {
  padding: 7px 0 0 0;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  display: block;
}
.foot .guide ul {
  padding: 0 6%;
}
.foot .guide ul li {
  border-top: 1px solid #3d3d3d;
}
.foot .guide ul li.on a {
  display: block;
}
.foot .guide ul li:last-child {
  border-bottom: 1px solid #3d3d3d;
}
.foot .guide ul li .title {
  position: relative;
  font-size: 1.4em;
  line-height: 40px;
  padding: 0 3px;
  color: #e5e5e5;
  display: block;
}
.foot .guide ul li .title:active {
  background-color: #1d1d1d;
}
.foot .guide ul li .title .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/icon/f_arrow_down.png") no-repeat right center;
  background-size: 100% auto;
  display: block;
}
.foot .guide ul li a {
  font-size: 1.4em;
  line-height: 40px;
  color: #999;
  padding: 0 5px;
  border-top: 1px solid #262626;
  display: none;
}
.foot .guide ul li a:last-child {
  border-bottom: 1px solid #262626;
}
.foot .guide ul li a:active {
  background-color: #1d1d1d;
}
.foot .tel {
  width: 88%;
  line-height: 40px;
  color: #fff;
  font-size: 1.5em;
  margin: 30px auto 0 auto;
  border-radius: 3px;
  background-color: #0e62b0;
  text-align: center;
  display: block;
}
.foot .tel:active {
  background-color: #999;
  color: #fff;
}
.foot .infobar {
  text-align: center;
  color: #999;
}
.foot .infobar:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.foot .infobar .item {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  padding: 0 5px;
}
.foot .copyright {
  text-align: center;
  padding: 20px 0 40px 0;
}
.foot .copyright span {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #666;
  display: block;
}
.contact-tool {
  position: fixed;
  right: 4%;
  bottom: 6%;
}
.contact-tool a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-size: 66% auto !important;
}
.contact-tool a.msg {
  background: url("../images/contact-tool-msg.png") no-repeat center center;
  margin: 0 0 10px 0;
}
.contact-tool a.qq {
  background: url("../images/contact-tool-qq.png") no-repeat center center;
  margin: 0 0 10px 0;
}
.contact-tool a.tel {
  background: url("../images/contact-tool-tel.png") no-repeat center center;
}
.pcm-list {
  background-color: #fff;
}
.pcm-list ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 4%;
  background-color: #fff;
}
.pcm-list ul li:last-child {
  border-bottom: none;
}
.pcm-list ul li:active {
  background-color: #f0f1f2;
}
.pcm-list ul li a {
  position: relative;
  display: block;
}
.pcm-list ul li a .imgbox {
  width: 84px;
  height: 70px;
  background-size: auto 100% !important;
  background-color: #e5e5e5 !important;
}
.pcm-list ul li a .textbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 98px;
  box-sizing: border-box;
}
.pcm-list ul li a .textbox strong {
  width: 100%;
  font-size: 1.6em;
  font-weight: normal;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pcm-list ul li a .textbox span {
  font-size: 1.4em;
  color: #999;
  padding: 3px 0 0 0;
  line-height: 1.4em;
  display: block;
}
.pcm-show {
  padding: 30px 4%;
}
.pcm-show .title {
  font-size: 2.4em;
}
.pcm-show .brief {
  font-size: 1.6em;
  color: #999;
  padding: .7em 0 0 0;
}
.pcm-show .content {
  font-size: 1.6em;
  line-height: 1.6em;
  color: #333;
  text-align: justify;
  padding: 1.6em 0 0 0;
}
.pcm-show .content img {
  max-width: 100%;
  display: block;
}
.message {
  padding: 20px;
  box-sizing: border-box;
}
.message .fields {
  border: 1px solid #ededed;
  margin-bottom: 14px;
  background: -moz-linear-gradient(top, #ffffff, #fafafa);
  background: -webkit-linear-gradient(top, #ffffff, #fafafa);
}
.message .fields:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.message .fields .box input {
  width: 100%;
  line-height: 42px;
  height: 42px;
  border: none;
  box-sizing: border-box;
  padding: 0 16px 0 46px;
  font-size: 1.4em;
}
.message .fields .box input.name {
  background: url("../images/icon/msg_user.png") no-repeat 12px center;
  background-size: 21px auto;
}
.message .fields .box input.tel {
  background: url("../images/icon/msg_tel.png") no-repeat 12px center;
  background-size: 22px auto;
}
.message .fields .box input.email {
  background: url("../images/icon/msg_email.png") no-repeat 12px center;
  background-size: 23px 24px;
}
.message .textarea {
  border: 1px solid #ededed;
}
.message .textarea .title {
  display: block;
  font-size: 1.4em;
  color: #999;
  border-bottom: 1px solid #ededed;
  line-height: 42px;
  padding: 0 14px 0 46px;
  box-sizing: border-box;
  background: url("../images/icon/msg_content.png") no-repeat 12px center;
  background-size: 21px auto;
  background-color: #fafafa;
}
.message .textarea textarea {
  width: 100%;
  line-height: 20px !important;
  min-height: 100px;
  border: none;
  box-sizing: border-box;
  padding: 16px;
  font-size: 1.4em;
  resize: none;
  text-align: justify;
  display: block;
}
.message .submitbtn {
  width: 100%;
  display: block;
  margin-top: 24px;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  line-height: 100%;
  height: 46px;
  border: none;
  border-radius: 4px;
  background: -moz-linear-gradient(top, #ed952d, #ed752d);
  background: -webkit-linear-gradient(top, #ed952d, #ed752d);
}
.message .submitbtn:active {
  background: -moz-linear-gradient(top, #ed752d, #ed952d);
  background: -webkit-linear-gradient(top, #ed752d, #ed952d);
}
.lister {
  padding: 20px 0;
}
.lister ul li {
  background-color: #fff;
  box-sizing: border-box;
  display: block;
}
.lister ul li:active {
  background-color: #f0f1f2;
}
.lister ul li a {
  width: 88%;
  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: 7px;
}
.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.6em;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.lister ul li a .info p {
  font-size: 1.4em;
  display: block;
  color: #999;
  padding-top: 4px;
  line-height: 1.4em;
}
.lister .item {
  width: 88%;
  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: 7px;
}
.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.6em;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.lister .item .info p {
  font-size: 1.4em;
  display: block;
  color: #999;
  padding-top: 4px;
  line-height: 1.4em;
}
.part-wrap .part {
  padding: 40px 4% 50px 4%;
  display: block;
}
.part-wrap .part .name {
  color: #333;
  font-size: 2.2em;
  display: block;
  text-align: center;
}
.part-wrap .part .brife {
  color: #666;
  font-size: 1.4em;
  line-height: 24px;
  padding-top: 10px;
  width: 90%;
  margin: 0 auto 2em auto;
  display: block;
  text-align: center;
}
.part-wrap .part img {
  width: 100%;
}
.inner-part-wrap {
  padding: 0 0 70px 0;
}
.inner-part-wrap .inner-part {
  padding: 0 6%;
  display: block;
}
.inner-part-wrap .inner-part a {
  position: relative;
  padding: 18px 20px;
  margin: 0 0 14px 0;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: block;
  background-size: 36px auto !important;
  background-color: #fff !important;
}
.inner-part-wrap .inner-part a.website {
  background: url("../images/guide1.png") no-repeat 20px center;
}
.inner-part-wrap .inner-part a.systemdev {
  background: url("../images/guide2.png") no-repeat 20px center;
}
.inner-part-wrap .inner-part a.wechat {
  background: url("../images/guide3.png") no-repeat 20px center;
}
.inner-part-wrap .inner-part a.webapp {
  background: url("../images/guide4.png") no-repeat 20px center;
}
.inner-part-wrap .inner-part a.maintain {
  background: url("../images/guide5.png") no-repeat 20px center;
}
.inner-part-wrap .inner-part a:active {
  background-color: #f0f1f2 !important;
}
.inner-part-wrap .inner-part a:last-child {
  margin: 0;
}
.inner-part-wrap .inner-part a:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url("../images/icon/arrow_right.png") no-repeat right center;
  background-size: 24px auto;
}
.inner-part-wrap .inner-part a .brief {
  padding: 0 0 0 46px;
}
.inner-part-wrap .inner-part a .brief strong {
  font-weight: normal;
  font-size: 1.6em;
  color: #000;
  display: block;
}

.contactus {
  padding: 40px 4%;
}
.contactus h3 {
  font-size: 1.8em;
  font-weight: bold;
}
.contactus strong {
  display: block;
  font-size: 1.6em;
}
.contactus p {
  font-size: 1.6em;
  color: #666;
  line-height: 1.6em;
}
.other-wrap {
  background-color: #f0f3f5;
  display: block;
  padding: 20px 5px;
  margin: 30px 0 0 0;
}
.other-wrap a {
  width: 100%;
  font-size: 1.4em;
  color: #999;
  line-height: 30px;
  /*background: url("../images/list-style-solid.png") no-repeat left center;*/
  padding: 0 0 0 14px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.other-wrap a:hover {
  text-decoration: underline;
}
.single-content-wrap {
  font-size: 1.4em;
  color: #666;
  box-sizing: border-box;
}
.single-content-wrap .topimg img {
  width: 100%;
  display: block;
}
.single-content-wrap .part {
  padding: 20px 0;
}
.single-content-wrap .part strong {
  text-align: left;
  padding: 0 0 20px 30px;
  font-size: 1.2em;
  color: #333;
  display: block;
}
.single-content-wrap .part span {
  padding: 0 30px;
  line-height: 1.6em;
  display: block;
  text-align: justify;
}
.single-content-wrap .part img {
  max-width: 100%;
  display: block;
}
.single-content-wrap .part.contact span {
  text-align: center;
}
.case-list-wrap ul {
  padding: 30px 0 0 0;
}
.case-list-wrap ul li {
  padding: 0 6%;
}
.case-list-wrap ul li a {
  margin: 0 0 24px 0;
  border: 1px solid #e5e5e5;
  display: block;
  box-sizing: border-box;
}
.case-list-wrap ul li a .title {
  font-size: 1.6em;
  color: #444;
  width: 100%;
  padding: 15px 4%;
  color: #666;
  background: url("../images/eye.jpg") no-repeat 96% center;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.case-list-wrap ul li a .imgbox {
  width: 100%;
  height: 210px;
  background-size: 100% !important;
  overflow: hidden;
}
.case-list-wrap ul li a .brief {
  font-size: 1.4em;
  color: #888;
  text-align: justify;
  padding-top: 14px;
  line-height: 1.6em;
}
.ipart .name {
  text-align: center;
}
.ipart .name strong {
  font-size: 2.2em;
  color: #333;
  display: block;
}
.ipart .name p {
  padding: 7px 0 0 0;
  font-size: 1.4em;
  color: #666;
}
.product {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.product .conts {
  padding: 30px 6% 0 6%;
}
.product .conts ul li {
  margin: 0 0 14px 0;
}
.product .conts ul li a {
  position: relative;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: block;
  background-size: 56px auto !important;
  background-color: #fff !important;
}
.product .conts ul li a.website {
  background: url("../images/guide1.png") no-repeat 20px center;
}
.product .conts ul li a.systemdev {
  background: url("../images/guide2.png") no-repeat 20px center;
}
.product .conts ul li a.wechat {
  background: url("../images/guide3.png") no-repeat 20px center;
}
.product .conts ul li a.webapp {
  background: url("../images/guide4.png") no-repeat 20px center;
}
.product .conts ul li a.maintain {
  background: url("../images/guide5.png") no-repeat 20px center;
}
.product .conts ul li a:active {
  background-color: #f0f1f2 !important;
}
.product .conts ul li a:last-child {
  margin: 0;
}
.product .conts ul li a .brief {
  padding: 0 0 0 66px;
}
.product .conts ul li a .brief > * {
  display: block;
}
.product .conts ul li a .brief strong {
  font-weight: normal;
  font-size: 1.6em;
  color: #000;
}
.product .conts ul li a .brief span {
  font-size: 1.2em;
  color: #666;
  text-align: left;
  padding: 5px 0 0 0;
  line-height: 1.5em;
}
.solution {
  padding: 40px 0;
  background-color: #0e56b0;
}
.solution .name strong {
  color: #fff;
}
.solution .name p {
  color: #fff;
}
.solution .conts {
  padding: 30px 0 0 0;
}
.solution .conts .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: .5;
}
.solution .conts .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffd200;
  opacity: 1;
}
.solution .conts .swiper-container .swiper-slide {
  padding: 0 6% 40px 6%;
  box-sizing: border-box;
  display: block;
}
.solution .conts .swiper-container .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 220px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
}
.solution .conts .swiper-container .swiper-slide .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 14px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}
.solution .conts .swiper-container .swiper-slide .item .info strong {
  font-size: 1.4em;
  color: #fff;
  display: block;
}
.solution .conts .swiper-container .swiper-slide .item .info p {
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  opacity: .66;
  padding: 4px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

/************************************/

.case {
  padding: 40px 0 60px 0;
  background-color: #fff;
}
.case .conts {
  padding: 30px 8% 0 8%;
}
.case .conts img {
  width: 100%;
  display: block;
}
/************************************/
/*.contact {
  padding: 60px 25px;
}
.contact strong {
  color: #333;
  font-size: 1.8em;
  padding: 0 0 10px 0;
  display: block;
}
.contact span {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #666;
  display: block;
}*/

.jobs {
  padding: 40px 25px;
}
.jobs strong {
  color: #333;
  font-size: 1.8em;
  padding: 0 0 0 0;
  display: block;
}
.jobs span {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #666;
  display: block;
}
/************************************/

.scheme {
  padding: 20px 25px;
}
.scheme strong {
  color: #333;
  font-size: 1.6em;
  padding: 0 0 10px 0;
  display: block;
}
.scheme span {
  font-size: 1.4em;
  line-height: 1.8em;
  color: #666;
  display: block;
}

/************************************/
.news.ipart {
  padding: 40px 0 60px 0;
  background-color: #f5f5f5;
}

/************************************/
.topic {
  padding: 30px 0 0 0;
}
.topic a {
  padding: 0 6%;
  box-sizing: border-box;
}
.topic a .item {
  padding: 0 0 30px 0;
  background-color: #fff;
}
.topic a .item > * {
  display: block;
}
.topic a .item span {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.topic a .item strong {
  font-weight: normal;
  font-size: 1.6em;
  padding: 20px 20px 10px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.topic a .item p {
  font-size: 1.4em;
  color: #999;
  padding: 0 20px;
}
/*电话微信侧边*/
.customer {bottom:30px; right:15px; float:right; position:fixed;z-index:5;}
.customer .i{cursor: pointer; display:block; margin-bottom:10px;  }
.customer .i img{width:48px;opacity:0.8;}
.customer :active {
	opacity:0.4;
}
