@charset "utf-8";

/* 公共样式 开始 */
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Arial';
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
  padding-bottom: 40px;
}

body,
html {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear:after,
.clear:before {
  display: table;
  content: " ";
  clear: both;
}

.ell-1 {
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ell-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.warp {
  margin: 0 12px;
}

header {
  padding: 0 15px;
  box-sizing: border-box;
  height: 40px;
  background-color: #fff;
}

header:after,
header:before {
  display: table;
  content: " ";
  clear: both;
}

header .logo {
  float: left;
  margin-top: 10px;
  width: 19%;
}

header .menu {
  float: right;
  margin-top: 13px;
  width: 7%;
}

/* header.on {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
} */
header.xq {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 999;
}

header.xq .logo,
header.xq .menu {
  margin-top: 8px;
  width: 8%;
}

nav {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  top: -100%;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #141418;
  z-index: 1000;
}

nav.show {
  top: 0;
  opacity: 1;
}

nav .nav-top {
  margin: 0 15px;
  line-height: 45px;
}

nav .nav-top img {
  vertical-align: middle;
}

nav .nav-top img.close {
  float: right;
  margin-top: 12px;
}

nav .nav-top .logo {
  width: 19%;
}

nav .nav-top .close {
  width: 6%;
}

nav ul {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  height: calc(100% - 60px);
  top: 45px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px;
}

nav ul li {
  padding: 0 12px;
  border-bottom: 1px dashed #ddd;
  line-height: 45px;
  position: relative;
}

nav ul li:after,
nav ul li:before {
  display: table;
  content: " ";
  clear: both;
}

nav ul li span {
  display: inline-block;
  height: 45px;
  float: left;
}

nav ul li img {
  vertical-align: middle;
  width: 22px;
}

nav ul li a {
  padding-left: 12px;
  font-size: 16px;
  color: #141418;
  display: block;
  width: calc(100% - 22px);
  box-sizing: border-box;
  float: right;
  background: url(../mimages/nav-right.png) no-repeat right center;
  background-size: 15px auto;
}

nav ul li.on a {
  color: #338ade;
  background-image: url(../mimages/nav-right02.png);
}

.banner {
  width: 100%;
}

.quick-menu {
  margin: 20px 0;
}

.quick-menu:after,
.quick-menu:before {
  display: table;
  content: " ";
  clear: both;
}

.quick-menu li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}

.quick-menu li .img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
  /* box-shadow: 0 1px 5px 3px rgba(100, 205, 200, 0.2); */
}

.quick-menu li .img img {
  width: 100%;
}

.quick-menu li .txt {
  font-size: 12px;
  color: #123074;
  line-height: 16px;
  display: block;
  margin-top: 5px;
}

.index-title {
  margin-bottom: 12px;
}

.index-title strong {
  background: url(../mimages/title-bg.png) no-repeat left center;
  padding-left: 20px;
  background-size: 16px;
  font-size: 16px;
}

.index-title a {
  float: right;
  color: #707987;
}

.i-pro-list {
  margin-bottom: 10px;
}

.i-pro-list:after,
.i-pro-list:before {
  display: table;
  content: " ";
  clear: both;
}

.i-pro-list li {
  margin-bottom: 20px;
}

.i-pro-list li>a>img {
  width: 100%;
}

.i-pro-list li .bg {
  margin-top: -100px;
  position: relative;
  padding: 10px 0 15px;
  z-index: 2;
  overflow: hidden;
}

.i-pro-list li .bg:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 86%;
  left: 7%;
  top: 1%;
  height: 98%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 1px 3px 1px rgba(108, 232, 247, 0.5);
}

.i-pro-list li .bg img {
  float: left;
  width: 40%;
  margin-right: 15px;
}

.i-pro-list li:last-child .bg img {
  margin-top: 25px;
}

.i-pro-list li .bg .txt {
  width: calc(60% - 15px);
  float: right;
}

.i-pro-list li .bg .txt>p {
  font-size: 12px;
  color: #49515d;
  margin-top: 5px;
}

.i-pro-list li .bg .txt h4 {
  line-height: 50px;
  margin-right: 13%;
  /* text-align: center; */
}

.i-pro-list li .bg .txt h4 a {
  color: #092a44;
  font-weight: bold;
}

.i-pro-list li .bg .txt .btn {
  margin-top: 10px;
}

.i-pro-list li .bg .txt .btn p {
  font-size: 10px;
  color: #49515d;
  float: left;
  line-height: 15px;
  margin-right: 15px;
}

.i-pro-list li .bg .txt .btn p span {
  font-size: 14px;
  font-weight: bold;
  color: #092a44;
  display: block;
}

.i-pro-list li .bg .txt .btn a {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#71c1f9, #2981d9);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#71c1f9, #2981d9);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#71c1f9, #2981d9);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#71c1f9, #2981d9);
  /* 标准的语法 */
  float: right;
}

.insol-list {
  margin-bottom: 30px;
}

.insol-list li {
  margin-top: 35px;
  box-shadow: 0 1px 3px 1px rgba(108, 232, 247, 0.5);
  border-radius: 6px;
  padding: 5px 10px;
}

.insol-list li:after,
.insol-list li:before {
  display: table;
  content: " ";
  clear: both;
}

.insol-list li>a {
  float: left;
  display: inline-block;
  width: 40%;
}

.insol-list li>a img {
  width: 100%;
  float: left;
  margin-top: -20px;
}

.insol-list li .sol-txt {
  width: 55%;
  float: right;
  display: table;
}

.insol-list li .sol-txt .cell {
  display: table-cell;
  vertical-align: middle;
}

.insol-list li .sol-txt .cell h3 {
  margin-bottom: 10px;
}

.insol-list li .sol-txt .cell h3 a {
  font-weight: bold;
  color: #092a44;
}

.insol-list li .sol-txt .cell p {
  font-size: 12px;
  color: #707987;
  line-height: 20px;
}

.insol-list li .sol-txt .cell p span {
  color: #1d76d4;
  display: block;
}

.kehu {
  margin-bottom: 15px;
  padding: 8px 10px;
  box-shadow: 0 1px 3px 1px rgba(108, 232, 247, 0.3);
}

.kehu:after,
.kehu:before {
  display: table;
  content: " ";
  clear: both;
}

.kehu img {
  float: left;
  width: 100%;
}

.foot-img:after,
.foot-img:before {
  display: table;
  content: " ";
  clear: both;
}

.foot-img img {
  float: left;
  width: 100%;
}

.footer-btn {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 780px;
  bottom: 0;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
  box-shadow: 0 0 5px 3px rgba(32, 64, 97, 0.2);
}

.footer-btn a {
  display: inline-block;
  width: 50%;
  float: left;
}

.footer-btn a:first-child {
  background-color: #338ade;
}

.footer-btn a:last-child {
  background-color: #b8b8b8;
}

.footer-btn a img {
  width: 100%;
  vertical-align: middle;
  max-height: 40px;
}

.foot-404 {
  position: absolute;
  bottom: 40px;
}

.foot-404 img {
  float: left;
  width: 100%;
}

.main404 {
  margin: -100px 15px 0;
  position: relative;
  box-sizing: border-box;
  padding: 35px 15px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  background-color: #fff;
  border-radius: 6px;
}

.main404>img {
  width: 100%;
}

.btn404 {
  text-align: center;
  margin-top: 15px;
}

.btn404:after,
.btn404:before {
  display: table;
  content: " ";
  clear: both;
}

.btn404 a {
  display: inline-block;
  width: 42%;
  line-height: 30px;
  font-size: 16px;
  border-radius: 15px;
  margin: 0 5px;
  box-sizing: border-box;
}

.btn404 a:first-child {
  background: -webkit-linear-gradient(#83d6e3, #3aa6e0);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#83d6e3, #3aa6e0);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#83d6e3, #3aa6e0);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#83d6e3, #3aa6e0);
  /* 标准的语法 */
  color: #fff;
}

.btn404 a:last-child {
  border: 1px solid #ddd;
  color: #49515d;
  line-height: 28px;
}

.main-case {
  margin: 0 12px;
  margin-top: -50px;
  position: relative;
}

.main-case li {
  margin-bottom: 20px;
}

.main-case li .box {
  padding: 10px;
  box-shadow: 0 1px 5px 3px rgba(108, 232, 247, 0.3);
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}

.main-case li .box:after,
.main-case li .box:before {
  display: table;
  content: " ";
  clear: both;
}

.main-case li .box img {
  width: 38%;
  float: left;
  margin-right: 3%;
}

.main-case li .box h4 {
  line-height: 22px;
}

.main-case li .box h4 a {
  font-size: 16px;
  color: #092a44;
}

.main-case li .box p {
  color: #707987;
  line-height: 20px;
  margin-top: 5px;
}

.main-case li>p {
  color: #092a44;
  line-height: 36px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.1);
  margin: -5px 5px 0;
  padding: 5px 10px 0;
}

.main-case li>p a {
  float: right;
}

.main-case li>p a img {
  width: 22px;
  vertical-align: middle;
}

.main-case li>p span {
  background: url(../mimages/radio.png) no-repeat center left;
  padding-left: 9px;
  background-size: 8px;
  font-size: 12px;
  padding-right: 3px;
  display: inline-block;
}

.main-case li>p span a {
  color: #092a44;
}

.main-case li>p span:last-child {
  padding-right: 0;
}

.quick-lunbo {
  text-align: center;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: auto;
}

/* .quick-lunbo a {
  display: block;
  font-size: 12px;
  color: #123074;
  white-space: nowrap;
  line-height: 15px;
}
.quick-lunbo a img {
  width: 70%;
  margin: 0 auto;
} */
.quick-lunbo ul {
  width: 665px;
}

.quick-lunbo ul li {
  float: left;
  width: 95px;
}

.quick-lunbo ul li a {
  display: block;
  font-size: 12px;
  color: #092a44;
  line-height: 15px;
}

.quick-lunbo ul li a img {
  width: 100%;
}

.prolist-main {
  background-color: #fff;
  margin: -50px 15px 0;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 2px 5px 3px rgba(108, 232, 247, 0.3);
  overflow: hidden;
}

.prolist-main .main-case {
  margin-top: 0;
}

.prolist-main .main-case .box {
  box-shadow: none;
  padding: 0;
}

.prolist-main .main-case .box img {
  margin-top: 5px;
}

.prolist-main .main-case .box h4 {
  padding-left: 5px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  margin: 0 -13px 5px;
  line-height: 30px;
  background: url(../mimages/right02.jpg) no-repeat calc(100% - 5px) center;
  background-size: 19px;
}

.prolist-main .main-case .box h4 a {
  display: block;
  width: 59%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cpxq-js {
  margin: 0 12px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 15px 10px;
  border-radius: 6px;
  margin-top: -25px;
  position: relative;
  background-color: #fff;
}

.cpxq-js .cs {
  font-size: 12px;
  border-bottom: 1px solid #1d76d4;
  padding: 0;
}

.cpxq-js .cs span {
  color: #707987;
  display: inline-block;
  padding: 0 5px;
  width: 49%;
  box-sizing: border-box;
  text-align: center;
}

.cpxq-js .cs span:first-child {
  background-color: #1d76d4;
  color: #fff;
  border-radius: 6px 0 0 0;
}

.cpxq-js p {
  border-bottom: 1px dashed #ddd;
  line-height: 22px;
  padding: 10px 0;
  color: #707987;
}

.cpxq-js p img {
  vertical-align: middle;
  width: 20px;
}

.cpxq-js p strong {
  color: #092a44;
}

.cpxq-js p.lx {
  border-bottom: 0;
  padding-bottom: 0;
}

.cpxq-js p.lx a {
  display: inline-block;
  font-size: 16px;
  color: #092a44;
  margin-right: 20px;
}

.cpxq-js p.lx a:first-child img {
  width: 110px;
}

.cpxq-js p.lx a:last-child img {
  width: 20px;
}

.xq-main {
  margin: 0 12px;
  padding: 15px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}

.xq-main .index-title strong {
  display: inline-block;
  background-position: left 3px;
}

.xq-main h3 {
  margin-bottom: 10px;
  /* border-left: 3px solid #1d76d4; */
  /* padding-bottom: 15px; */
  position: relative;
  font-size: 20px;
  color: #001133;
}

/* .xq-main h3:before{
  content: '';
  width: 16px;
  height: 3px;
  background-color: #1d76d4;
  left: 0;
  bottom: 0;
  position: absolute;
} */
.xq-main h4 {
  margin-bottom: 5px;
}

.xq-main p {
  margin-bottom: 10px;
  color: #555;
  line-height: 26px;
  margin: 12px 0;
}

.xq-main p strong {
  color: #1d76d4;
}

.xq-main img,
.xq-main video {
  max-width: 100%;
  height: auto !important;
}

.canshu {
  margin: 0 12px;
}

.canshu table {
  display: none;
}

.canshu .cs-title {
  position: relative;
}

.canshu .cs-title img {
  width: 100%;
}

.canshu .cs-title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../mimages/jia.png) no-repeat 95% 10px;
  background-size: 20px;
}

.canshu .cs-title.active:before {
  background-image: url(../mimages/jian.png);
}

.zixun {
  margin: 0 12px;
  padding: 15px 10px 15px;
  border-radius: 6px;
  position: relative;
  /* overflow: hidden; */
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  border-radius: 6px;
}

/* .zixun:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  background: url(../mimages/bg-form.jpg) no-repeat center top;
  background-size: 100%;
  z-index: 0;
} */
.zixun p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(#71c2fa, #2a81da);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#71c2fa, #2a81da);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#71c2fa, #2a81da);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#71c2fa, #2a81da);
  /* 标准的语法 */
  color: #fff;
  padding: 2px 10px 2px 22px;
  border-radius: 25px 17px 17px 0;
  margin-left: -22px;
}

.zixun input,
.zixun textarea {
  width: 100%;
  border-radius: 4px;
  /* box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.1); */
  line-height: 20px;
  padding: 5px 12px 5px 40px;
  margin-bottom: 10px;
  outline: none;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
  position: relative;
  font-family: 'Arial';
  border: 1px solid #ddd;
}

.zixun .crusher {
  background-image: url(../mimages/tb-form01.jpg);
}

.zixun .name {
  background-image: url(../mimages/tb-form02.jpg);
}

.zixun .mail {
  background-image: url(../mimages/tb-form03.jpg);
}

.zixun .phone {
  background-image: url(../mimages/tb-form04.jpg);
}

.zixun .mater {
  background-image: url(../mimages/tb-form05.jpg);
}

.zixun .edit {
  background-image: url(../mimages/tb-form07.jpg);
  background-position: 10px 5px;
}

.zixun .submit {
  width: 100px;
  line-height: 30px;
  background: -webkit-linear-gradient(#71c2fa, #2a81da);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#71c2fa, #2a81da);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#71c2fa, #2a81da);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#71c2fa, #2a81da);
  /* 标准的语法 */
  padding: 0;
  font-size: 16px;
  color: #fff;
  border: 0;
}

.about-main {
  margin: 0 12px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 10px;
  border-radius: 6px;
}

.about-main p {
  color: #707987;
  margin-bottom: 10px;
}

.about-main img {
  max-width: 100%;
}

.about-title {
  font-size: 16px;
  font-weight: bold;
  background: url(../mimages/tb-about.png) no-repeat left 0;
  background-size: auto 40px;
  padding: 8px 0 8px 35px;
}

.scroll {
  overflow-y: hidden;
}

.scroll .scroll-main {
  overflow-x: auto;
  margin-bottom: -10px;
}

.scroll .scroll-main ul {
  padding-bottom: 10px;
}

.scroll .scroll-main ul:after,
.scroll .scroll-main ul:before {
  display: table;
  content: " ";
  clear: both;
}

.scroll .scroll-main ul li {
  float: left;
  width: 300px;
  margin-right: 15px;
}

.scroll .scroll-main ul li img {
  width: 100%;
}

.scroll .scroll-main ul li a {
  display: block;
  color: #707987;
  font-size: 12px;
}

.lx-main {
  margin: 0 12px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 25px 10px 15px;
  background: #ffffff url(../mimages/txt-bg.jpg) no-repeat center;
  background-size: cover;
  margin-top: -50px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 6px;
}

.lx-main h2 {
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}

.lx-main h2:before {
  content: '';
  position: absolute;
  width: 20%;
  left: 40%;
  height: 2px;
  background-color: #338ade;
  bottom: 0;
}

.lx-list {
  margin: 0 12px;
}

.lx-list li {
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 8px;
  border-radius: 6px;
}

.lx-list li:after,
.lx-list li:before {
  display: table;
  content: " ";
  clear: both;
}

.lx-list li a.img {
  display: inline-block;
  float: left;
  width: 20%;
  margin-right: 20px;
}

.lx-list li a.img img {
  width: 100%;
  float: left;
}

.lx-list li h4 {
  font-size: 16px;
  margin-top: 10px;
}

.lx-list li h4 a {
  color: #092a44;
}

.lx-list li a {
  color: #707987;
}

.lx-list li .lx {
  width: 100px;
}

.wl-main {
  margin: 0 12px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}

.wl-main.wl-main01 {
  margin-top: -50px;
}

.wl-main ul {
  margin: 15px -6px 0;
}

.wl-main ul:after,
.wl-main ul:before {
  display: table;
  content: " ";
  clear: both;
}

.wl-main ul li {
  width: 50%;
  float: left;
  padding: 0 6px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.wl-main ul li img {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.wl-main ul li a {
  display: block;
  color: #092a44;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-list {
  margin: 0 12px;
  margin-top: -65px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 15px 10px;
}

.news-list li {
  margin-bottom: 15px;
}

.news-list li:after,
.news-list li:before {
  display: table;
  content: " ";
  clear: both;
}

.news-list li .time {
  width: 17%;
  float: left;
  color: #707987;
  font-weight: bold;
}

.news-list li .time strong {
  color: #092a44;
}

.news-list li .txt {
  width: 83%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
  background: url(../mimages/time.jpg) no-repeat left 3px;
  background-size: 20px;
  position: relative;
  padding-bottom: 20px;
}

.news-list li .txt h3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  /* margin-bottom: 10px; */
}

.news-list li .txt h3 a {
  font-size: 16px;
  color: #092a44;
}

.news-list li .txt p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #707987;
  line-height: 18px;
  font-size: 13px;
  display: none;
}

.news-list li .txt:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 55%;
  bottom: 0;
  left: 9px;
  background-color: #ddd;
}

.news-header {
  margin: 0 12px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 10px;
}

.news-header h1 {
  font-size: 18px;
  /* background: url(../mimages/news-title-bg.jpg) no-repeat left top; */
  background-size: 45px;
  padding: 15px 0 15px 0;
  border-bottom: 1px dashed #ddd;
}

.news-header p {
  margin-top: 10px;
  text-align: center;
}

.news-header p img {
  margin-right: 5px;
  vertical-align: middle;
  width: 15px;
}

.news-header p time {
  display: inline-block;
  margin-right: 40px;
  color: #707987;
}

.news-header p a {
  color: #1d76d4;
}

.news-page {
  text-align: center;
  margin: -20px 20px 15px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  padding: 15px 0 10px;
}

.news-page li {
  display: inline-block;
}

.news-page li:first-child {
  margin-right: 40px;
}

.news-page li a {
  font-weight: bold;
  color: #111;
}

.news-page li a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
}

.newsxq-page {
  margin: 25px 0 15px;
  text-align: center;
}

.newsxq-page:after,
.newsxq-page:before {
  display: table;
  content: " ";
  clear: both;
}

.newsxq-page li {
  display: inline-block;
}

.newsxq-page li:nth-child(2) {
  margin: 0 60px;
}

.newsxq-page li a {
  display: block;
  padding: 0 10px;
}

.newsxq-page li a img {
  vertical-align: middle;
  width: 7px;
}

.newsxq-page li select {
  width: 45px;
  height: 24px;
  border: 1px solid #000;
  outline: none;
}

/* 产品详情页  视频 */
.xq-video {
  text-align: center;
  margin: 0 12px;
  padding: 15px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px 3px rgba(108, 232, 247, 0.2);
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}

.xq-video>img {
  width: 58%;
}

.xq-video h2 {
  margin-bottom: 20px;
}

.xq-video video {
  width: 100%;
  height: auto;
}

.xq-video p {
  color: #707987;
  text-align: left;
  margin: 15px 0;
}

.xq-video a {
  display: block;
}

.xq-video a img {
  width: 100%;
}

/* 返回顶部 */
.return-top {
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: fixed;
  right: -50px;
  z-index: 999;
  bottom: 200px;
  cursor: pointer;
  transition: right 0.25s;
  -moz-transition: right 0.25s;
  /* Firefox 4 */
  -webkit-transition: right 0.25s;
  /* Safari 和 Chrome */
  -o-transition: right 0.25s;
  /* Opera */
}

.return-top i {
  font-size: 22px;
  margin-right: 8px;
}

.return-top.show {
  right: 20px;
}



@media(max-width:500px) {

  .main-case li .box p,
  .main-case li .box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .prolist-main .main-case .box h4 a {
    width: 100%;
  }
}

@media(max-width:320px) {
  .i-pro-list li .bg .txt h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
  }

  .i-pro-list li .bg .txt .btn p {
    margin-bottom: 5px;
  }

  .insol-list li .sol-txt .cell p span {
    display: inline;
  }

  .main-case li>p {
    line-height: 20px;
    padding-top: 10px;
  }

  .cpxq-js .cs {
    margin-bottom: 5px;
  }

  .cpxq-js .cs span {
    padding: 0 3px;
  }

  .cpxq-js .cs.wlcs {
    margin-bottom: 10px;
  }

  .cpxq-js .cs.wlcs span {
    width: 100%;
    text-align: left;
    padding: 0 8px;
    border-radius: 5px 5px 0 0;
  }

  .cpxq-js p.lx a {
    margin-bottom: 5px;
    margin-right: 10px;
    color: #1d76d4;
  }

  .cpxq-js p.lx a:last-child img {
    display: none;
  }
}
/* zxy-btn */
.zxy-conter {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ebebeb;
  display: none;
  z-index: 22333;
}

.zxy-conter .top-make {
  height: 42px;
  background-color: #393a3f;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.zxy-conter .top-make .return {
  width: 90px;
  height: 42px;
  background: url(../mimages/retrun.png) no-repeat left 10px center;
  background-size: 20px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 42px;
  padding-left: 38px;
}

.zxy-conter.on {
  display: block;
}

/* zxy-btn */

.canshu{
  margin-bottom: 20px;
}
.table_box{
  display: none;
}
.table_box .hidden{
  display: block;
}
.table_box .table_title{
  overflow: hidden;
  margin-left: -3%;
  padding-top: 20px;
}
.table_box .table_title li{
  width: 35%;
  float: left;
  border: 1px solid #00355d;
  border-radius: 30px;
  margin-left: 3%;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #00355d;
  text-align: center;
  cursor: pointer;
}
.table_box .table_title .table_title_active{
  background: #00355d;
  color: #fff;
}
.table_box .table_list li{
  display: none;
}
.table_box .table_list li table{
  display: block !important;
  margin-top: 15px;
}
.table_box .table_list li table td,.hidden table td{
  padding: 8px 10px;
  line-height: 1.2;
}
.table_box .table_list li p{
  margin-top: 15px;
}
.table_box .table_list .table_list_active{
  display: block;
}