@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_csqvaw5zz5n.eot');
  src: url('//at.alicdn.com/t/font_995532_csqvaw5zz5n.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_csqvaw5zz5n.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_csqvaw5zz5n.woff') format('woff'), url('//at.alicdn.com/t/font_995532_csqvaw5zz5n.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_csqvaw5zz5n.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
header {
  width: 1200px;
  height: 110px;
  margin: 0 auto !important;
}
header .logo {
  float: left;
  margin-top: 27px;
  background: none !important;
  width: 295px;
  height: 59px;
}
.logo img{
  visibility: visible  !important;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header nav {
  margin-top: 38px;
  margin-left: 24px;
  float: right;
}
header nav ul li {
  position: relative;
  float: left;
  height: 48px;
  line-height: 48px;
  margin-left: 51px;
}
header nav ul li a {
  color: #2d2d2d;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li .line {
  width: 0;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #3399fe;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header nav ul li:hover a,
header nav ul li.on a {
  color: #3399fe;
}
header nav ul li:hover .line,
header nav ul li.on .line {
  width: 19px;
}
header nav ul li .drop {
  position: absolute;
  width: 100px;
  display: none;
  left: -22px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
header nav ul li .drop a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
header nav ul li .drop a:hover {
  color: #3399fe;
}
header .tel {
  position: absolute;
  right: 0;
  top: 42px;
  cursor: pointer;
}
header .tel .iconfont {
  font-size: 38px;
  color: #1e2b49;
}
header .tel p {
  position: absolute;
  right: 0;
  font-size: 24px;
  color: #ffffff;
  padding: 5px;
  background: #1e2b49;
  border-radius: 4px;
  line-height: 24px;
  height: 0;
  width: 193px;
  opacity: 0;
  filter: opacity(0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .tel:hover p {
  height: 34px;
  opacity: 1;
  filter: opacity(100);
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 556px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 556px !important;
}
.banner .bd ul li {
  position: relative;
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 556px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd div {
  width: 0;
  height: 3px;
  background: #00a3f0;
  transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 37px;
  height: 3px;
  background: #e5e5e5;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.banner .hd .on div {
  width: 37px;
}
.page {
  margin-top: 60px;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.page ul li.prev a {
  color: #969696;
  line-height: 24px;
}
.page ul li.next {
  background: #3399fe;
  border-color: #3399fe;
}
.page ul li.next a {
  color: #ffffff;
  line-height: 24px;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #3399fe;
}
.index-title {
  text-align: center;
}
.index-title p {
  font-size: 28px;
  color: #1678c3;
}
.index-title span {
  display: block;
  text-align: center;
  color: #dddddd;
  font-size: 12px;
  margin-top: 10px;
}
.index-title hr {
  width: 20px;
  height: 2px;
  border-color: #85d3f8;
  margin-top: 29px;
  margin-bottom: 0;
}
.index-advantage {
  width: 1200px;
  margin: 0 auto;
}
.index-advantage .index-title {
  margin-top: 75px;
}
.index-advantage .list {
  margin-top: 33px;
}
.index-advantage .list ul li {
  position: relative;
  float: left;
  width: 300px;
  height: 459px;
  border: 2px solid rgba(229, 229, 229, 0);
  border-radius: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-advantage .list ul li .pic {
  width: 199px;
  height: 199px;
  margin: 27px auto 0;
  border-radius: 100px;
}
.index-advantage .list ul li .pic img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-advantage .list ul li span {
  display: block;
  text-align: center;
  color: #4c4c4c;
  font-size: 18px;
  margin-top: 30px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-advantage .list ul li p {
  font-size: 12px;
  line-height: 2;
  color: #b2b2b2;
  margin: 28px 45px 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-advantage .list ul li .more {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  bottom: 31px;
  border-radius: 17px;
  text-align: center;
  line-height: 33px;
  color: #ffffff;
  font-size: 12px;
  width: 0;
  height: 33px;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-advantage .list ul li:hover,
.index-advantage .list ul li.on {
  border: 2px solid #e5e5e5;
}
.index-advantage .list ul li:hover span,
.index-advantage .list ul li.on span {
  color: #333333;
}
.index-advantage .list ul li:hover p,
.index-advantage .list ul li.on p {
  color: #808080;
}
.index-advantage .list ul li:hover .more,
.index-advantage .list ul li.on .more {
  width: 123px;
}
.index-advantage .list ul li:hover img,
.index-advantage .list ul li.on img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.index-case {
  width: 100%;
  height: 825px;
  background: url(../images/case.jpg) no-repeat center center;
  margin-top: 76px;
}
.index-case .index-title {
  padding-top: 65px;
}
.index-case .list {
  width: 1200px;
  margin: 0 auto;
}
.index-case .list ul li {
  position: relative;
  overflow: hidden;
  width: 387px;
  height: 230px;
  margin-right: 19.5px;
  margin-top: 25px;
  float: left;
}
.index-case .list ul li:nth-child(3n) {
  margin-right: 0;
}
.index-case .list ul li .pic {
  width: 100%;
  height: 100%;
}
.index-case .list ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-case .list ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -230px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-case .list ul li .mask p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-top: 93px;
}
.index-case .list ul li .more {
  position: absolute;
  width: 152px;
  height: 36px;
  border-radius: 18px;
  background: #41a3ff;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index-case .list ul li:hover .mask {
  top: 0;
}
.index-case .list ul li:hover .more {
  bottom: 67px;
}
.index-case > .more {
  width: 202px;
  height: 43px;
  display: block;
  background: #41a3ff;
  border-radius: 22px;
  margin: 52px auto 0;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 43px;
}
.index-team .tit {
  padding-top: 74px;
}
.index-team .tit p {
  color: #333333;
  font-size: 30px;
  text-align: center;
}
.index-team .tit span {
  display: block;
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin-top: 13px;
}
.index-team .m1200 {
  width: 1200px;
  height: 343px;
  margin: 24px auto 0;
}
.index-team .m1200 .front-last-left {
  float: left;
  width: 410px;
}
.index-team .m1200 .front-last-left h2 {
  margin-bottom: 50px;
  line-height: 100%;
  font-size: 44px;
  color: #333333;
}
.index-team .m1200 .front-last-left .main {
  color: #999;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 100px;
}
.index-team .m1200 .front-last-left .feed {
  display: block;
  width: 108px;
  height: 40px;
  background: #41a3ff;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-top: 64px;
}
.index-team .m1200 .front-last-left .blue-btn {
  display: block;
  width: 108px;
  height: 40px;
  background: #41a3ff;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.index-team .m1200 .front-last-left .blue-btn span {
  line-height: 40px;
}
.index-team .m1200 .front-last-charts {
  width: 680px;
  float: right;
  position: relative;
}
.index-team .m1200 .front-last-charts .chart-icons {
  height: 85px;
  width: 100%;
  clear: both;
}
.index-team .m1200 .front-last-charts .chart-icons span {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 15px;
  color: #999;
  padding-right: 25px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  display: block;
  float: right;
  clear: both;
}
.index-team .m1200 .front-last-charts .chart-icons .red {
  background-image: url(../images/c-red.svg);
}
.index-team .m1200 .front-last-charts .chart-icons .blue {
  background-image: url(../images/c-blue.svg);
}
.index-team .m1200 .front-last-charts img {
  width: 100%;
  height: auto;
}
.index-team .m1200 .front-last-charts img.vhidden {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.index-count {
  width: 100%;
  height: 172px;
  margin-top: 44px;
  background: #f5f5f5;
}
.index-count .cont {
  width: 1200px;
  margin: 0 auto;
}
.index-count .cont ul {
  padding-top: 56px;
}
.index-count .cont ul li {
  float: left;
  width: 300px;
  height: 60px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.index-count .cont ul li:last-child {
  border: none;
}
.index-count .cont ul li p {
  color: #333333;
  font-size: 30px;
  padding-top: 7px;
}
.index-count .cont ul li span {
  display: block;
  color: #b2b2b2;
  font-size: 16px;
  margin-top: 15px;
}
:root .more {
  filter: none;
}
.index-ad {
  width: 1200px;
  margin: 0 auto;
}
.index-ad .tit {
  text-align: center;
}
.index-ad .tit p {
  color: #333333;
  font-size: 28px;
  padding-top: 81px;
}
.index-ad .tit span {
  display: block;
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
}
.index-ad .tit hr {
  width: 20px;
  height: 2px;
  border-color: #85d3f8;
  margin-top: 29px;
  margin-bottom: 0;
}
.index-ad .list {
  margin-top: 35px;
  margin-bottom: 122px;
}
.index-ad .list ul {
  text-align: center;
}
.index-ad .list ul li {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 161px;
  border: 1px solid #eeeeee;
  margin: 0 8px;
}
.index-ad .list ul li .mask {
  position: absolute;
  z-index: 1;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  margin: auto;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-ad .list ul li .iconfont {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 33px;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  color: #808080;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-ad .list ul li p {
  position: relative;
  z-index: 2;
  color: #b4b4b4;
  font-size: 16px;
  margin-top: 12px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-ad .list ul li:hover .mask {
  width: 220px;
  height: 161px;
}
.index-ad .list ul li:hover .iconfont {
  color: #ffffff;
}
.index-ad .list ul li:hover p {
  color: #ffffff;
}
.index-news {
  background: #f3f3f3;
  width: 100%;
  height: 720px;
}
.index-news .tit {
  text-align: center;
}
.index-news .tit p {
  color: #333333;
  font-size: 28px;
  padding-top: 58px;
}
.index-news .tit span {
  display: block;
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
}
.index-news .tit hr {
  width: 20px;
  height: 2px;
  border-color: #85d3f8;
  margin-top: 29px;
  margin-bottom: 0;
}
.index-news .slideTxtBox {
  width: 1200px;
  margin: 0 auto;
}
.index-news .slideTxtBox .hd {
  margin-top: 19px;
}
.index-news .slideTxtBox .hd ul {
  text-align: center;
}
.index-news .slideTxtBox .hd ul li {
  display: inline-block;
  border-right: 1px solid #dcdcdc;
  width: 124px;
  height: 28px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .hd ul li:first-child {
  border-left: 1px solid #dcdcdc;
}
.index-news .slideTxtBox .hd ul li a {
  display: block;
  width: 103px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .hd ul li.on a,
.index-news .slideTxtBox .hd ul li:hover a {
  color: #ffffff;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
}
.index-news .slideTxtBox .bd ul {
  margin-top: 47px;
}
.index-news .slideTxtBox .bd ul li {
  position: relative;
  float: left;
  width: 586px;
  height: 123px;
  border: 1px solid #e6e6e6;
  margin-right: 28px;
  margin-top: 13px;
}
.index-news .slideTxtBox .bd ul li:nth-child(even) {
  margin-right: 0;
}
.index-news .slideTxtBox .bd ul li .mask {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 123px;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .bd ul li:nth-child(odd) .mask {
  left: 0;
}
.index-news .slideTxtBox .bd ul li:nth-child(even) .mask {
  right: 0;
}
.index-news .slideTxtBox .bd ul li .date {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 100%;
  text-align: right;
  float: left;
  margin-right: 30px;
}
.index-news .slideTxtBox .bd ul li .date p:first-child {
  color: #999999;
  font-size: 24px;
  margin-top: 28px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .bd ul li .date p:last-child {
  color: #cccccc;
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .bd ul li .info {
  position: relative;
  z-index: 2;
}
.index-news .slideTxtBox .bd ul li .info .title {
  position: relative;
  z-index: 3;
  display: block;
  color: #4c4c4c;
  font-size: 17px;
  margin-top: 28px;
  margin-right: 35px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .bd ul li .info p {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
  margin-right: 35px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-news .slideTxtBox .bd ul li:hover .mask {
  width: 586px;
}
.index-news .slideTxtBox .bd ul li:hover .date p {
  color: #ffffff;
}
.index-news .slideTxtBox .bd ul li:hover .info a {
  color: #ffffff;
}
.index-news .slideTxtBox .bd ul li:hover .info p {
  color: #ffffff;
}
footer {
  width: 100%;
  height: 418px;
  background: #31353c;
}
footer .top {
  height: 370px;
  background: #2f3239;
}
footer .top .cont {
  width: 1200px;
  margin: 0 auto;
}
footer .top .cont .left {
  width: 198px;
  float: left;
  margin-top: 51px;
}
footer .top .cont .left .list {
  margin-top: 16px;
}
footer .top .cont .left .list ul li {
  float: left;
  position: relative;
  width: 89px;
  height: 35px;
  margin-top: 17px;
  background: #3c4048;
  margin-right: 20px;
}
footer .top .cont .left .list ul li:nth-child(even) {
  margin-right: 0;
}
footer .top .cont .left .list ul li .mask {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 35px;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
footer .top .cont .left .list ul li:nth-child(odd) .mask {
  left: 0;
}
footer .top .cont .left .list ul li:nth-child(even) .mask {
  right: 0;
}
footer .top .cont .left .list ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  color: #63666d;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 35px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
footer .top .cont .left .list ul li:hover .mask,
footer .top .cont .left .list ul li.on .mask {
  width: 89px;
}
footer .top .cont .left .list ul li:hover a,
footer .top .cont .left .list ul li.on a {
  color: #ffffff;
}
footer .top .cont .middle {
  padding-top: 80px;
  width: 386px;
  float: left;
  margin-left: 148px;
}
footer .top .cont .middle .tit {
  color: #ffffff;
  font-size: 18px;
}
footer .top .cont .middle .tit span {
  color: #595b61;
  font-size: 12px;
  margin-left: 12px;
}
footer .top .cont .middle .message {
  width: 100%;
  margin-top: 35px;
}
footer .top .cont .middle .message input,
footer .top .cont .middle .message textarea {
  border: none;
  background: #3c4048;
  padding: 0 16px;
  color: #63666d;
  font-size: 12px;
}
footer .top .cont .middle .message .one {
  height: 34px;
}
footer .top .cont .middle .message .one input {
  height: 100%;
  line-height: 34px;
}
footer .top .cont .middle .message .one .name {
  width: 150px;
  float: left;
  margin-right: 9px;
}
footer .top .cont .middle .message .one .phone {
  width: 227px;
}
footer .top .cont .middle .message .two {
  width: 100%;
  height: 100px;
  margin-top: 9px;
}
footer .top .cont .middle .message .two textarea {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  padding: 0 16px;
  text-indent: 0;
}
footer .top .cont .middle .message .btns {
  width: 100%;
  margin-top: 9px;
  height: 31px;
}
footer .top .cont .middle .message .btns button {
  width: 188px;
  height: 100%;
  border: none;
  display: block;
  float: left;
  cursor: pointer;
  font-size: 14px;
}
footer .top .cont .middle .message .btns .submit {
  margin-right: 10px;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
  color: #ffffff;
}
footer .top .cont .middle .message .btns .reset {
  background: #3c4048;
  color: #8a8c91;
}
footer .top .cont .right {
  width: 317px;
  float: right;
  text-align: left;
  margin-top: 80px;
}
footer .top .cont .right .tit {
  color: #ffffff;
  font-size: 18px;
}
footer .top .cont .right .tit span {
  color: #595b61;
  font-size: 12px;
  margin-left: 12px;
}
footer .top .cont .right .slogan {
  width: 100%;
  height: 74px;
  background: url(../images/line.png) no-repeat left bottom;
  margin-top: 35px;
}
footer .top .cont .right .slogan p {
  font-size: 22px;
  color: #ffffff;
  font-family: "微软雅黑";
  padding-left: 32px;
}
footer .top .cont .right .slogan span {
  display: block;
  color: #b2b3b6;
  font-size: 18px;
  font-family: "微软雅黑";
  padding-left: 32px;
  margin-top: 8px;
}
footer .top .cont .right .tel {
  font-size: 16px;
  color: #97999c;
  margin-top: 21px;
}
footer .top .cont .right .tel .iconfont {
  font-size: 19px;
  color: #518bec;
  margin-right: 7px;
}
footer .top .cont .right .tel span {
  color: #ffffff;
  font-size: 24px;
  margin-left: -6px;
}
footer .top .cont .right .add {
  font-size: 16px;
  color: #97999c;
  margin-top: 22px;
}
footer .top .cont .right .add .iconfont {
  font-size: 19px;
  color: #518bec;
  margin-right: 7px;
}
footer .top .cont .right .add span {
  display: block;
  width:258px;
  position: relative;
  left:102px;
  top:-26px;
  color: #d5d6d7;
  font-size: 14px;
  margin-top: 11px;
}
footer .bot {
  background: #212328;
}
footer .bot p {
  text-align: center;
  color: #424448;
  font-size: 14px;
  line-height: 48px;
}
.crumb {
  height: 52px;
  line-height: 52px;
  margin-top: 26px;
  border-bottom: 1px solid #d2d2d2;
}
.crumb .tit {
  float: left;
  color: #333333;
  line-height: 52px;
  font-size: 30px;
}
.crumb .tit span {
  color: #dadada;
  font-size: 26px;
  line-height: 52px;
  margin-left: 10px;
}
.crumb .bread {
  float: right;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 52px;
}
.crumb .bread a {
  color: #8f8f8f;
  line-height: 52px;
  font-size: 14px;
  line-height: 30px;
}
.page-detail .content {
  margin-top: 59px;
}
.page-detail .content h1 {
  color: #333333;
  font-size: 24px;
  text-align: center;
}
.page-detail .content .date {
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}
.page-detail .content .article {
  font-size: 14px;
  color: #797979;
  line-height: 30px;
  margin-top: 37px;
}
.page-detail .content .article .photo{
	text-align: center;
}
.page-detail .content .article .photo img{
	max-width: 100%;
	
}
.basis-detail {
  width: 1200px;
  margin: 0 auto;
}
.detail-form {
  width: 100%;
  height: 415px;
  text-align: center;
  padding-top: 80px;
}
.detail-form .p1 {
  color: #333333;
  font-size: 30px;
}
.detail-form .p2 {
  color: #8f8f8f;
  font-size: 16px;
  margin-top: 20px;
}
.detail-form .detail-message {
  margin-top: 50px;
}
.detail-form .detail-message ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.detail-form .detail-message ul .input {
  width: 238px;
  height: 47px;
}
.detail-form .detail-message ul .input input {
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 16px;
  font-size: 12px;
  color: #8f8f8f;
}
.detail-form .detail-message ul .input select {
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 16px;
  font-size: 12px;
  color: #8f8f8f;
  border-radius: 0 !important;
}
.detail-form .detail-message ul .submit {
  width: 164px;
  height: 47px;
}
.detail-form .detail-message ul .submit button {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -moz-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64d5ff), color-stop(100%, #3d77e5));
  background: -webkit-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -o-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  background: -ms-linear-gradient(left, #64d5ff 0%, #3d77e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00064d5ff000', endColorstr='#3d77e5', GradientType=0);
  background: linear-gradient(to right, #64d5ff 0%, #3d77e5 100%);
  color: #ffffff;
  font-size: 12px;
}
.detail-form .p3 {
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 30px;
}
.detail-form .p4 {
  color: #4581fb;
  font-size: 36px;
  margin-top: 20px;
}
.case-detail .case-list ul li {
  float: left;
  width: 369px;
  height: 434px;
  margin-right: 46px;
  margin-top: 50px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.case-detail .case-list ul li:nth-child(3n) {
  margin-right: 0;
}
.case-detail .case-list ul li .pic {
  width: 100%;
  height: 227px;
  overflow: hidden;
}
.case-detail .case-list ul li .pic img {
  width: 100%;

  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.case-detail .case-list ul li .info {
  width: 100%;
  height: 207px;
  padding: 37px 24px;
  border: 1px solid #eeeeee;
  border-top: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.case-detail .case-list ul li .info .title {
  color: #333333;
  line-height: 26px;
  font-size: 24px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.case-detail .case-list ul li .info .title span {
  color: #41a3ff;
  font-size: 26px;
  line-height: 26px;
  float: right;
}
.case-detail .case-list ul li .info p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 24px;
  margin-top: 18px;
}
.case-detail .case-list ul li .info > span {
  display: block;
  color: #8f8f8f;
  font-size: 14px;
  margin-top: 26px;
}
.case-detail .case-list ul li:hover {
  box-shadow: rgba(66, 125, 246, 0.22) 0 12px 21px 0;
}
.case-detail .case-list ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.case-detail .case-list ul li:hover .info {
  border: 1px solid rgba(238, 238, 238, 0);
  border-top: none;
}
.case-detail .case-list ul li:hover .info .title {
  color: #41a3ff;
}
.case-detail .list-more {
  display: block;
  width: 202px;
  height: 43px;
  border-radius: 22px;
  background: #41a3ff;
  font-size: 12px;
  color: #ffffff;
  line-height: 43px;
  text-align: center;
  margin: 50px auto 0;
}
.news-list {
  background: #f9f9f9;
  padding: 80px 0 52px;
}
.news-list .list {
  width: 1200px;
  margin: 0 auto;
}
.news-list .list ul li {
  width: 100%;
  height: 218px;
  margin-bottom: 52px;
  box-shadow: 0px 4px 16px 8px rgba(59, 59, 59, 0.06);
}
.news-list .list ul li .pic {
  width: 370px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.news-list .list ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list .list ul li .info {
  position: relative;
  float: left;
  height: 100%;
  width: 743px;
  margin-left: 51px;
}
.news-list .list ul li .info .title {
  display: block;
  color: #333333;
  font-size: 24px;
  padding-top: 40px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list .list ul li .info .desc {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 24px;
  margin-top: 23px;
}
.news-list .list ul li .info .date {
  width: 100%;
  position: absolute;
  bottom: 31px;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 26px;
}
.news-list .list ul li .info .date a {
  float: right;
  font-size: 26px;
  line-height: 26px;
  color: #41a3ff;
}
.news-list .list ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-list .list ul li:hover .info .title {
  color: #3399fe;
}
.m1200 {
  padding: 0 !important;
}
.page {
  margin: 42px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.page ul li.prev a {
  color: #969696;
  line-height: 24px;
}
.page ul li.next {
  background: #3399fe;
  border-color: #3399fe;
}
.page ul li.next a {
  color: #ffffff;
  line-height: 24px;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #3399fe;
}
.cus-cont {
  width: 1200px;
  margin: 80px auto 0;
}
/*表单*/
.form {
  width: 100%;
  margin-bottom: 80px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 830px;
  margin: 50px auto 0;
}
.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
.layui-form table {
  width: 100%;
}
.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
.layui-form .new input {
  width: 674px;
}
.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
.form ul {
  width: 100%;
  text-align: center;
}
.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
.form ul li input {
  width: 100%;
  height: 100%;
}
/* all */
::-webkit-input-placeholder {
  color: #dedede;
}
::-moz-placeholder {
  color: #dedede;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #dedede;
}
/* ie */
input:-moz-placeholder {
  color: #dedede;
}
/* individual: webkit */
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
/* individual: mozilla */
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.submit {
  background: #3399fe;
  color: #ffffff;
  cursor: pointer;
}
.reset {
  background: red;
  color: #ffffff;
  cursor: pointer;
}
