/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
body {
  overflow-x: hidden;
}
strong {
  font-weight: bold !important;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.img-hover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
div.jun-btn-group {
  text-align: center;
  font-size: 0;
}
div.jun-btn-group a:last-child div.jun-btn {
  margin-right: 0;
}
div.page-title-1 h2.title {
  position: relative;
  padding-bottom: 0.14rem;
  font: 0.24rem / 0.3rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.24rem !important;
  line-height: 0.3rem !important;
  color: #06247a;
  font-weight: bold !important;
  text-align: center;
}
div.page-title-1 h2.title::before,
div.page-title-1 h2.title::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
}
div.page-title-1 h2.title::before {
  left: 50%;
  width: 0.17rem;
  background-color: #06247a;
  margin-left: -0.47rem;
  z-index: 1;
}
div.page-title-1 h2.title::after {
  left: 50%;
  width: 0.95rem;
  margin-left: -0.47rem;
  background-color: #ffaa00;
}
@media screen and (max-width: 1024px) {
  div.page-title-1 h2.title {
    font: 0.34rem / 0.34rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.34rem !important;
    line-height: 0.34rem !important;
    color: #06247a;
    font-weight: bold !important;
    padding-bottom: 0.18rem;
  }
  div.page-title-1 h2.title::before {
    width: 0.3rem;
    margin-left: -0.65rem;
  }
  div.page-title-1 h2.title::after {
    width: 1.2rem;
    margin-left: -0.6rem;
  }
}
div.page-title-2 {
  text-align: center;
}
div.page-title-2 h2 {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #06247a;
  position: relative;
}
div.page-title-2 h2:before,
div.page-title-2 h2:after {
  content: '';
  width: 0.93rem;
  height: 1px;
  background: #ffaa00;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
div.page-title-2 h2:before {
  border-right: 0.17rem solid #06247a;
  left: 35%;
}
div.page-title-2 h2:after {
  border-left: 0.17rem solid #06247a;
  right: 35%;
}
@media screen and (max-width: 1024px) {
  div.page-title-2 h2 {
    font-size: 0.34rem;
  }
  div.page-title-2 h2:before {
    left: 23%;
  }
  div.page-title-2 h2:after {
    right: 23%;
  }
}
img.width-auto {
  width: auto !important;
  height: 100% !important;
  opacity: 1 !important;
}
img.height-auto {
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
}
header.header {
  white-space: nowrap;
}
header.header.colorHeader {
  background: #97aec9;
}
@media screen and (max-width: 1024px) {
  header.header.colorHeader {
    background: #60C3D1;
  }
}
@media screen and (max-width: 1024px) {
  header.header {
    height: 0.88rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0.13rem 0.4rem;
    background: #60C3D1;
  }
}
header.header div.header-wrapper {
  white-space: nowrap;
}
header.header div.header-wrapper .phone-logo {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-logo {
    height: 100%;
    width: 80%;
    display: block;
    float: left;
  }
}
header.header div.header-wrapper .phone-logo .phone-logo-img {
  display: inline-block;
  height: 100%;
  width: auto;
  padding-right: 0.2rem;
}
header.header div.header-wrapper .phone-logo .phone-logo-img img {
  display: block;
  height: 0.7rem;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper .phone-logo .phone-logo-img img {
    height: 0.9rem;
  }
}
header.header div.header-wrapper .phone-logo .phone-logo-test {
  display: inline-block;
  padding-left: 0.2rem;
  padding-top: 0.25rem;
  vertical-align: top;
}
header.header div.header-wrapper .phone-logo .phone-logo-test div {
  font-size: 0.3rem;
  color: #008950;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
    height: 0.88rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    padding: 0 0.4rem;
  }
}
header.header div.header-wrapper div.slide-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.header-wrapper div.slide-button {
    width: 0.45rem;
    display: block;
    float: right;
    padding-top: 0.3rem;
  }
  header.header div.header-wrapper div.slide-button div {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 0.13rem;
    transition: all 1s;
  }
  header.header div.header-wrapper div.slide-button.on div.top {
    transform-origin: 0%;
    transform: rotate(44deg);
    transition: transform 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.center {
    opacity: 0;
    transition: opacity 0.5s;
  }
  header.header div.header-wrapper div.slide-button.on div.bottom {
    transform-origin: 0%;
    transform: rotate(-44deg);
    transition: transform 0.5s;
  }
}
header.header div.company-info {
  width: 100%;
  height: 0.86rem;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s;
}
header.header div.company-info.color {
  background: #60C3D1;
}
header.header div.company-info .company-info-content {
  width: 13rem;
}
header.header div.company-info .company-info-content .left-logo {
  width: 1.88rem;
  height: 0.8rem;
  float: left;
  margin-top: 0.04rem;
  margin-right: 5%;
}
header.header div.company-info .company-info-content .left-logo a {
  display: block;
}
header.header div.company-info .company-info-content .left-logo a img {
  width: 100%;
}
header.header div.company-info .company-info-content nav.nav {
  float: left;
  height: 0.86rem;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content nav.nav {
    display: none;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper {
  height: 100%;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list {
  height: 100%;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list {
    padding-left: 0;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
  position: relative;
  display: block;
  width: 1rem;
  float: left;
  height: 100%;
  margin-right: 0.1rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
    width: 1rem;
    margin-right: 0;
  }
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item a {
  display: block;
  font: 0.18rem / 0.86rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.18rem !important;
  line-height: 0.86rem !important;
  color: #FFFFFF;
  font-weight: 400 !important;
  text-align: center;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover:after,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active:after {
  display: block;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper {
  width: 1.6rem;
  position: absolute;
  top: 100%;
  left: -0.3rem;
  background-color: #fafafa;
  z-index: 100001;
  display: none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav {
  padding: 0.1rem 0;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item:last-child {
  border-bottom: 0 none;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item a {
  color: #666666;
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  font: 0.16rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
  font-size: 0.16rem !important;
  line-height: 0.24rem !important;
  color: #111111;
  font-weight: 400 !important;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item:hover a,
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item.childActive a {
  color: #16709b;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar {
  width: 0.05rem;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar-thumb {
  background: #ddd;
}
header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .child-nav::-webkit-scrollbar-track {
  background: #fcfcfc;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .company-info-content {
    display: none;
  }
}
header.header div.company-info .right-message {
  position: absolute;
  top: 0.2rem;
  right: 2.3rem;
}
@media screen and (max-width: 1460px) {
  header.header div.company-info .right-message {
    right: 1rem;
  }
}
header.header div.company-info .right-message .right-message-tel .img {
  width: 0.36rem;
  height: 0.45rem;
  background: url(../images/header-tel-icon.png) center center no-repeat;
  background-size: 100% auto;
  float: left;
}
header.header div.company-info .right-message .right-message-tel .text {
  width: calc(100% - 0.5rem);
  float: left;
  margin-left: 0.14rem;
}
header.header div.company-info .right-message .right-message-tel .text .title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #FFFFFF;
}
header.header div.company-info .right-message .right-message-tel .text .tel {
  font-size: 0.2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  header.header div.company-info .right-message {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.header div.company-info {
    height: 0.88rem;
    position: static;
    border-bottom: 0;
    background: none;
  }
}
header.header div.nav-wrapper-phone {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header div.nav-wrapper-phone {
    position: fixed;
    top: 0.88rem;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 100%;
    height: calc(100% - 0.88rem);
    overflow: auto;
    padding: 0.3rem 0.45rem;
  }
  header.header div.nav-wrapper-phone ul.nav-list {
    height: 100%;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item {
    position: relative;
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.open:after {
    content: '-';
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item:after {
    display: none;
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    right: 0;
    content: '+';
    font: 0.3rem / 0.35rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.3rem !important;
    line-height: 0.35rem !important;
    color: #000;
    font-weight: normal !important;
    font-weight: bold;
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item a {
    display: block;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list li.list-item.child:after {
    display: block;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu {
    display: none;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list {
    overflow-y: auto;
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item {
    padding: 0 0.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header.header div.nav-wrapper-phone ul.nav-list div.child-menu ul.menu-list li.menu-item a {
    font: 0.26rem / 1rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.26rem !important;
    line-height: 1rem !important;
    color: #000;
    font-weight: normal !important;
    border: 0 none;
  }
}
.public-title h2 {
  display: block;
  font-size: 0.36rem;
  font-weight: bold;
  color: #60C3D1;
  text-align: center;
}
.public-title p {
  display: block;
  font-size: 0.24rem;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .public-title h2 {
    font-size: 0.45rem;
  }
  .public-title h3 {
    font-size: 0.3rem;
  }
}
.public-list-title h3 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #203A57;
}
@media screen and (max-width: 1024px) {
  .public-list-title h3 {
    font-size: 0.4rem;
  }
}
.public-list-title h4 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #EE7E00;
}
@media screen and (max-width: 1024px) {
  .public-list-title h4 {
    font-size: 0.3rem;
  }
}
.noData {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 0.16rem;
  display: none;
}
@media screen and (max-width: 1024px) {
  .noData {
    font-size: 0.28rem;
  }
}
div.video-play {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none;
}
div.video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background: #0b0b0b;
  opacity: 0.8;
}
div.video-wrap {
  z-index: 1002;
  position: fixed;
  top: 52%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -52%, 0);
  transform: translate3d(-50%, -52%, 0);
  width: 10.24rem;
  height: 5.76rem;
}
@media screen and (max-width: 1024px) {
  div.video-wrap {
    width: 90%;
    height: auto;
  }
}
div.video-wrap video {
  width: 100%;
  height: auto;
}
div.close-btn {
  cursor: pointer;
  font-size: 0.3rem;
  color: #ffffff;
  text-align: right;
  font-family: sans-serif;
  margin-bottom: 0.1rem;
}
.lg-outer {
  width: 8rem;
  height: 8rem;
  position: fixed;
  top: 50%;
  margin-top: -4rem;
  left: 50%;
  margin-left: -4rem;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.lg-outer .lg-img-wrap {
  padding: 0;
}
table {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  table {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
    margin: 0.2rem 0;
  }
  table td {
    border: solid #000 1px;
    vertical-align: middle !important;
    word-break: break-all !important;
    word-break: break-word !important;
    border-color: #999 !important;
    padding: 0 4px !important;
    white-space: normal !important;
    width: auto !important;
  }
  table p {
    text-indent: 0 !important;
  }
}
.search-wrap {
  width: 2.5rem;
  height: 0.32rem;
  background: #F9F9F9;
  border: 1px solid #E6E6E6;
  float: right;
}
@media screen and (max-width: 1024px) {
  .search-wrap {
    width: 100%;
    height: 0.64rem;
    float: none;
    margin-top: 0.3rem;
  }
}
.search-wrap .search-wrap-in .input-border {
  display: block;
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 0.4rem);
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #fff;
  padding-left: 0.06rem;
  font-size: 0.16rem;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .search-wrap .search-wrap-in .input-border {
    width: calc(100% - 1rem);
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    padding-left: 0.15rem;
  }
}
.search-wrap .search-wrap-in input::-webkit-input-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in input:-moz-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in input::-moz-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in input:-ms-input-placeholder {
  color: #E6E6E6;
}
.search-wrap .search-wrap-in span {
  display: block;
  float: right;
  width: 0.36rem;
  height: 0.3rem;
  line-height: 0.68rem;
  background: url(../images/search-wrap-icon.png) center center no-repeat #60C3D1;
  background-size: 0.2rem auto;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .search-wrap .search-wrap-in span {
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-size: 0.3rem;
  }
}
.container-list {
  width: 12.5rem;
}
.sidebar {
  width: 2.8rem;
  float: left;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar-title {
  height: 0.9rem;
  padding: 0.15rem 0.1rem;
}
.sidebar .sidebar-title .ch {
  font-size: 0.25rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .sidebar-title .en {
  font-size: 0.17rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .column .column-title {
  background-color: #60C3D1;
}
.sidebar .column .column-list ul li {
  display: block;
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-top: 0.1rem;
}
.sidebar .column .column-list ul li a {
  display: block;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.16rem;
  color: #707070;
  text-align: center;
}
.sidebar .column .column-list ul li:hover,
.sidebar .column .column-list ul li.columnActive {
  border: 1px solid #60C3D1;
}
.sidebar .column .column-list ul li:hover a,
.sidebar .column .column-list ul li.columnActive a {
  font-weight: bold;
  color: #60C3D1;
}
.sidebar .contact {
  margin-top: 0.3rem;
  border: 1px solid #E6E6E6;
}
.sidebar .contact .contact-title {
  background: url(../images/sidebar-contact-bg.png) center center no-repeat;
  background-size: 100% auto;
}
.sidebar .contact .contact-content {
  padding: 0.15rem 0.24rem 0.2rem;
}
.sidebar .contact .contact-content .intro {
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.24rem;
}
.sidebar .contact .contact-content ul li {
  display: block;
  margin-top: 0.13rem;
  font-size: 0.14rem;
  line-height: 1.6;
  color: #707070;
}
.sidebar .contact .contact-content ul li span {
  color: #000000;
}
.sidebar .contact .contact-content ul li strong {
  color: #60C3D1;
}
.sidebar .contact .contact-content dl {
  margin-top: 0.3rem;
}
.sidebar .contact .contact-content dl dt {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.sidebar .contact .contact-content dl dt img {
  width: 100%;
  height: auto;
}
.sidebar .contact .contact-content dl dd {
  display: inline-block;
  font-size: 0.14rem;
  color: #707070;
  line-height: 0.21rem;
  vertical-align: top;
  padding-top: 0.3rem;
}
div.jqZoomTitle {
  z-index: 5000;
  text-align: center;
  font-size: 11px;
  font-family: Tahoma;
  height: 16px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  background: #999;
}
.jqZoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  z-index: 10;
  border-color: #c4c4c4;
  border-style: solid;
  cursor: crosshair;
}
.jqZoomPup img {
  border: 0;
}
.preload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width: 90px;
  *width: 100px;
  height: 43px;
  *height: 55px;
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
}
.jqZoomWindow {
  border: 1px solid #999;
  background-color: #FFF;
}
