li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w990 {
  width: 990px;
  margin: 0 auto;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
.next:focus {
  outline: none;
}
.prev:focus {
  outline: none;
}
img:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b0b0b0;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b0b0b0;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0b0b0;
}
input::-webkit-input-placeholder {
  color: #b0b0b0;
  font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-size: 14px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-size: 14px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 14px;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #818080;
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #818080;
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #818080;
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818080;
  font-size: 14px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-width: 1200px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.img:hover {
  transform: scale(1.1);
}
html {
  padding: 0;
  margin: 0;
}
h1 {
  margin: 0;
}
b {
  font-weight: normal;
}
@font-face {
  font-family: "test";
  src: url("../font/pp.TTF");
}
.index-top {
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 1920px;
  margin-left: -960px;
  z-index: 1000;
}
.index-top .navigation {
  width: 1400px;
  margin: 0 auto;
  height: 78px;
  line-height: 78px;
}
.index-top .navigation .box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .navigation .box .logo {
  width: 250px;
}
.index-top .navigation .box .logo img {
  width: 100%;
  display: block;
}
.index-top .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 920px;
}
.index-top .navigation .box ul li {
  position: relative;
}
.index-top .navigation .box ul li a {
  display: block;
  padding: 0 5px 0;
}
.index-top .navigation .box ul li a b {
  position: relative;
  display: block;
  color: #333333;
  font-size: 15px;
  text-align: center;
  padding: 0 9px 0;
}
.index-top .navigation .box ul li a b:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  opacity: 1;
  z-index: 2;
  background: #2a55a5;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-top .navigation .box ul li:hover a b {
  color: #003299;
}
.index-top .navigation .box ul li:hover a b:after {
  width: 60px;
  left: 50%;
  margin-left: -30px;
}
.index-top .navigation .box ul li:first-child a {
  padding-left: 0;
}
.index-top .navigation .box ul li:last-child a {
  padding-right: 0;
}
.index-top .navigation .box ul .active a b {
  color: #003299;
}
.index-top .navigation .box ul .active a b:after {
  width: 60px;
  left: 50%;
  margin-left: -30px;
}
.top_fixed {
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.top_fixed .advertisement .tel {
  background: url(https://www.yc027.com/template/pc/skin/images/top-tel_2.png) no-repeat left center;
}
.top_fixed .advertisement .tel span {
  color: #333;
}
.top_fixed .advertisement .tel b {
  color: #333;
}
.top_fixed .advertisement .box .logo .pic {
  margin: 12px 0 0 0;
}
.top_fixed .advertisement .box .logo .logo_t {
  display: none;
}
.top_fixed .advertisement .box .logo .h_logo {
  display: block;
}
.top_fixed .advertisement .box .text h2 {
  color: #333;
}
.top_fixed .advertisement .box .text h3 {
  color: #333;
}
.top_fixed .advertisement .box .right .ewm p {
  color: #333;
}
.index-youshi {
  margin-top: -3px 0 0 0;
  padding: 30px 0 0 0;
}
.index-youshi .box {
  display: flex;
  justify-content: space-between;
}
.index-youshi .box .item {
  width: 20%;
  border-right: 1px solid #dddddd;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 13px;
}
.index-youshi .box .item .icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.index-youshi .box .item .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-youshi .box .item .icon .icon_h img {
  display: block;
}
.index-youshi .box .item .icon .icon_h .hover {
  display: block;
}
.index-youshi .box .item .text {
  width: 154px;
  margin: 0px 0 0 8px;
}
.index-youshi .box .item .text b {
  color: #10268c;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  display: block;
}
.index-youshi .box .item .text p {
  color: #999999;
  font-size: 14px;
  line-height: 23px;
  margin: 3px 0 0 0;
}
.index-youshi .box .item:hover .icon .icon_h {
  margin-top: -50px;
}
.index-youshi .box .item:hover .text b {
  color: #2a55a5;
}
.index-youshi .box .item:last-child {
  border-right: 0;
}
.t-title {
  margin: 0 auto;
}
.t-title .box_tit {
  background: url(../image/t-title.png) no-repeat center 35px;
  text-align: center;
}
.t-title .box_tit b {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.t-title .box_tit p {
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  margin-top: 20px;
  opacity: 0.8;
}
.index-service {
  padding: 65px 0 20px;
}
.index-service .box {
  margin-top: 25px;
}
.index-service .box .robotFocus {
  display: flex;
  justify-content: space-between;
}
.index-service .box .robotFocus .hd {
  width: 410px;
  text-align: right;
}
.index-service .box .robotFocus .hd ul li {
  margin-bottom: 10px;
  position: relative;
}
.index-service .box .robotFocus .hd ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  height: 93px;
  background: #ecedef;
  line-height: 26px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 58px;
  border-bottom-right-radius: 20px;
}
.index-service .box .robotFocus .hd ul li a .icon {
  width: 36px;
  height: 34px;
  overflow: hidden;
  position: relative;
}
.index-service .box .robotFocus .hd ul li a .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-service .box .robotFocus .hd ul li a .icon .icon_h img {
  display: block;
}
.index-service .box .robotFocus .hd ul li a .icon .icon_h .hover {
  display: block;
}
.index-service .box .robotFocus .hd ul li a .text {
  margin: 0 0 0 16px;
  color: #333333;
}
.index-service .box .robotFocus .hd ul li a .text b {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.index-service .box .robotFocus .hd ul li a .text p {
  font-size: 14px;
  color: #888888;
}
.index-service .box .robotFocus .hd ul li::before {
  background: #2a55a5;
  position: absolute;
  content: "";
  width: 2px;
  height: 70px;
  left: 1px;
  top: 50%;
  margin-top: -35px;
}
.index-service .box .robotFocus .hd ul li:hover::before {
  background: #eb6f2d;
  position: absolute;
  content: "";
  width: 2px;
  height: 70px;
  left: 100%;
  top: 50%;
  margin-top: -35px;
  margin-left: -2px;
}
.index-service .box .robotFocus .hd ul li:hover a {
  box-shadow: 0 0px 5px #b5c5dc;
  background: #f8f8f8;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
}
.index-service .box .robotFocus .hd ul li:hover a .icon .icon_h {
  margin-top: -34px;
}
.index-service .box .robotFocus .hd ul li:hover a .text b {
  color: #2a55a5;
}
.index-service .box .robotFocus .hd ul li:hover a .text p {
  color: #333333;
}
.index-service .box .robotFocus .hd ul li:last-child {
  margin-bottom: 0;
}
.index-service .box .robotFocus .hd ul .on::before {
  background: #eb6f2d;
  position: absolute;
  content: "";
  width: 2px;
  height: 70px;
  left: 100%;
  top: 50%;
  margin-top: -35px;
  margin-left: -2px;
}
.index-service .box .robotFocus .hd ul .on a {
  box-shadow: 0 0px 5px #b5c5dc;
  background: #f8f8f8;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
}
.index-service .box .robotFocus .hd ul .on a .icon .icon_h {
  margin-top: -34px;
}
.index-service .box .robotFocus .hd ul .on a .text b {
  color: #2a55a5;
}
.index-service .box .robotFocus .hd ul .on a .text p {
  color: #333333;
}
.index-service .box .robotFocus .bd {
  width: 780px;
}
.index-service .box .robotFocus .bd .pc-slide .view {
  display: block;
  position: relative;
}
.index-service .box .robotFocus .bd .pc-slide .view img {
  width: 100%;
  display: block;
}
.index-service .box .robotFocus .bd .pc-slide .view .text {
  position: absolute;
  top: 60px;
  left: 55px;
}
.index-service .box .robotFocus .bd .pc-slide .view .text b {
  display: block;
  color: #2a55a5;
  font-size: 30px;
  letter-spacing: 13px;
}
.index-service .box .robotFocus .bd .pc-slide .view .text p {
  font-size: 16px;
  line-height: 24px;
  width: 290px;
  margin: 20px 0 0 0;
  color: #333333;
}
.index-service .box .robotFocus .bd .pc-slide .view .text span {
  font-size: 14px;
  color: #2a55a5;
  margin: 38px 0 43px;
  display: block;
}
.index-service .box .robotFocus .bd .pc-slide .view .text i img {
  display: block;
  width: 57px;
  height: 9px;
}
.index-service .box .robotFocus .bd .pc-slide .box_fs {
  display: flex;
  justify-content: space-between;
}
.index-service .box .robotFocus .bd .pc-slide .box_fs .list {
  background: #ecedef;
  line-height: 30px;
  width: 100%;
}
.index-service .box .robotFocus .bd .pc-slide .box_fs .list a {
  width: 100%;
  display: block;
  text-align: center;
}
.index-service .box .robotFocus .bd .pc-slide .box_fs .active {
  background: #2a55a5;
}
.index-service .box .robotFocus .bd .pc-slide .box_fs .active a {
  color: #fff;
}
.index-service .circular {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-service .circular .list {
  width: 155px;
  height: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  color: #333333;
  cursor: pointer;
}
.index-service .circular .list:hover {
  background: #058bfc;
  border: 1px solid #058bfc;
}
.index-service .circular .list:hover p {
  color: #fff;
}
.bid_bg_1 {
  margin: -3px auto 0;
  background: url(../image/bid_bg_1.jpg) no-repeat top center;
}
.index-case {
  background: url(../image/case_bg.jpg) no-repeat top center #f1f1f1;
  padding: 20px 0;
}
.index-case .content {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-case .content .list {
  width: 390px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
  background: #ffffff;
  padding: 12px;
}
.index-case .content .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.index-case .content .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-case .content .list a .text {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 8px 0;
}
.index-case .content .list a .text b {
  width: 100%;
  display: block;
  font-size: 20px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  line-height: 20px;
  margin: 6px 0 3px 0;
}
.index-case .content .list a .text p {
  font-size: 14px;
}
.index-case .content .list span {
  display: block;
  line-height: 18px;
  padding: 5px 0 0 0;
  font-size: 14px;
  overflow: hidden;
}
.index-case .content .list span b {
  float: left;
}
.index-case .content .list span b a {
  color: #2a55a5;
}
.index-case .content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.index-case .content .list:nth-child(4),
.index-case .content .list:nth-child(5),
.index-case .content .list:nth-child(6) {
  margin-bottom: 0;
}
.index-case .content .list:hover {
  box-shadow: 0 0px 5px #b5c5dc;
}
.index-case .content .list:hover a .pic img {
  transform: scale(1.1);
}
.index-case .more {
  display: block;
  width: 180px;
  line-height: 32px;
  margin: 20px auto 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.btn3 {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn3:hover {
  color: #fff;
  border-color: #fff;
}
.btn3:hover .btnbg-x {
  width: 100%;
  left: 0px;
}
.btn3 .btnbg-x {
  position: absolute;
  background: #2a55a5;
  left: 50%;
  width: 0;
  top: 0px;
  bottom: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn3 span {
  position: relative;
  z-index: 1;
}
.btn4 {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn4:hover {
  color: #fff;
  border-color: #fff;
}
.btn4:hover .btnbg-x {
  width: 100%;
  left: 0px;
}
.btn4 .btnbg-x {
  position: absolute;
  background: #eb6f2d;
  left: 50%;
  width: 0;
  top: 0px;
  bottom: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn4 span {
  position: relative;
  z-index: 1;
}
.index-order {
  padding: 35px 0 25px;
  background: url(../image/order_bg.jpg) no-repeat top center;
}
.index-order .box_order {
  position: relative;
  margin: 40px 0 0 0;
}
.index-order .box_order .swiper-container {
  padding: 0px 0;
  position: relative;
}
.index-order .box_order .first {
  margin: 10px 0 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.index-order .box_order .first .pic {
  width: 651px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.index-order .box_order .first .pic a {
  display: block;
  height: 398px;
}
.index-order .box_order .first .pic a img {
  width: 651px;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.index-order .box_order .first .text {
  width: 543px;
  padding: 72px 35px 0;
  box-sizing: border-box;
}
.index-order .box_order .first .text b {
  color: #333333;
  font-size: 24px;
  margin-bottom: 18px;
  display: block;
}
.index-order .box_order .first .text b a {
  color: #333333;
}
.index-order .box_order .first .text p {
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}
.index-order .box_order .first .text .more {
  margin: 45px 0 0 0;
  overflow: hidden;
}
.index-order .box_order .first .text .more a {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  width: 138px;
  line-height: 40px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #888888;
}
.index-order .box_order .first .text .more a:hover {
  color: #2a55a5;
  border: 1px solid #2a55a5;
}
.index-order .box_order .first:hover .pic img {
  transform: scale(1.1);
}
.index-order .box_order .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cecece;
  opacity: 1;
}
.index-order .box_order .swiper-pagination-bullet-active {
  background: #eb6f2d;
  border: 1px solid #eb6f2d;
}
.index-order .box_order .swiper-container-horizontal > .swiper-pagination-bullets,
.index-order .box_order .swiper-pagination-custom,
.index-order .box_order .swiper-pagination-fractio {
  bottom: 40px;
  margin: 0 0 0 140px;
}
.index-order .box {
  margin: 38px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.index-order .box .item {
  width: 20%;
  border-right: 1px solid #dddddd;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 13px;
}
.index-order .box .item .text {
  width: 154px;
  margin: 0px 0 0 8px;
  text-align: center;
}
.index-order .box .item .text b {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  display: block;
  font-weight: bold;
}
.index-order .box .item .text p {
  color: #888888;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  margin: 3px 0 0 0;
}
.index-order .box .item:last-child {
  border-right: 0;
}
.index-news {
  padding: 25px 0;
  background: #f1f1f1;
}
.index-news .region-grow .box_fs {
  display: flex;
  justify-content: center;
  margin: 13px 0px 0 0;
}
.index-news .region-grow .box_fs li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-news .region-grow .box_fs li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #033333;
  text-align: center;
}
.index-news .region-grow .box_fs li b {
  padding: 0 20px 0;
  color: #033333;
}
.index-news .region-grow .box_fs li:last-child b {
  display: none;
}
.index-news .region-grow .box_fs .active {
  position: relative;
}
.index-news .region-grow .box_fs .active a {
  color: #2a55a5;
}
.index-news .region-grow .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.index-news .region-grow .content .list {
  width: 565px;
  margin: 0 0 10px 0;
}
.index-news .region-grow .content .list a {
  display: block;
  padding: 15px 10px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.index-news .region-grow .content .list a .list_news {
  display: flex;
  justify-content: space-between;
}
.index-news .region-grow .content .list a .list_news b {
  display: block;
  width: 80px;
  text-align: center;
  padding: 2px 0 0 0;
}
.index-news .region-grow .content .list a .list_news b p {
  color: #2a55a5;
  font-size: 24px;
  display: block;
  text-align: center;
}
.index-news .region-grow .content .list a .list_news b span {
  font-size: 18px;
  margin: 15px 0 0 0;
  display: block;
  color: #033333;
}
.index-news .region-grow .content .list a .list_news .center_text {
  width: 450px;
  margin: 0 0 0 10px;
}
.index-news .region-grow .content .list a .list_news .center_text i {
  font-weight: normal;
  color: #033333;
  font-size: 16px;
  display: block;
}
.index-news .region-grow .content .list a .list_news .center_text p {
  margin: 10px 0 0 0;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
}
.index-news .region-grow .content .list:hover a .list_news .center_text i {
  color: #2a55a5;
}
.index-news .region-grow .content .list:hover a .list_news .center_text p {
  color: #333333;
}
.index-news .more {
  display: block;
  width: 180px;
  line-height: 32px;
  margin: 10px auto 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.index-foot {
  background: #fff;
}
.index-foot .foot_list {
  border-bottom: 1px solid #e5e5e5;
}
.index-foot .foot_list .foot_box {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.index-foot .foot_list .foot_box .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-foot .foot_list .foot_box .list .icon {
  width: 50px;
  margin: 0 8px 0 0;
}
.index-foot .foot_list .foot_box .list .icon img {
  width: 100%;
  display: block;
}
.index-foot .foot_list .foot_box .list .text b {
  font-size: 16px;
  color: #333333;
  display: block;
  margin: 0 0 7px 0;
}
.index-foot .foot_list .foot_box .list .text p {
  font-size: 14px;
  color: #888888;
}
.index-foot .foot {
  padding: 0 0 20px 0;
}
.index-foot .foot .box {
  padding: 20px 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-foot .foot .box .navigation {
  width: 410px;
}
.index-foot .foot .box .navigation ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-foot .foot .box .navigation ul li {
  margin: 0 35px 12px 0;
}
.index-foot .foot .box .navigation ul li a {
  color: #333333;
  font-size: 14px;
  text-align: left;
  line-height: 36px;
  display: block;
  position: relative;
}
.index-foot .foot .box .navigation ul li a:hover a {
  font-weight: bold;
}
.index-foot .foot .box .navigation ul li .child a {
  color: #888888;
  font-size: 14px;
}
.index-foot .foot .box .navigation ul li .child a:hover {
  color: #2a55a5;
}
.index-foot .foot .box .navigation ul li:nth-child(4) {
  margin-right: 0;
}
.index-foot .foot .box .right {
  margin: 25px 0px 0 0;
  display: flex;
  justify-content: flex-start;
  width: 515px;
}
.index-foot .foot .box .right .pic {
  text-align: center;
  margin: 0 6px;
}
.index-foot .foot .box .right .pic img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.index-foot .foot .box .right .pic p {
  color: #333333;
  font-size: 13px;
  margin: 0px 0 0 0;
}
.index-foot .foot .box .right_text {
  padding: 30px 0 0 0;
  width: 315px;
}
.index-foot .foot .box .right_text p {
  font-size: 30px;
  color: #2a55a5;
  letter-spacing: 0.5px;
  line-height: 32px;
  font-weight: bold;
  text-align: right;
  margin: 0 0 10px 0;
}
.index-foot .foot .box .right_text span {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 14px;
}
.index-foot .foot .box .right_text .list_box {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 0;
}
.index-foot .foot .box .right_text .list_box a {
  color: #888888;
  width: 80px;
  line-height: 30px;
  border: 1px solid #bfbfbf;
  display: block;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
}
.index-foot .foot .box .right_text .list_box a:hover {
  background: #eb6f2d;
  border: 1px solid #eb6f2d;
  color: #fff;
}
.index-foot .foot_b {
  margin: 10px 0 0 0;
  color: #888888;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.index-foot .foot_b a {
  color: #888888;
  display: inline-block;
}
.index-foot a {
  color: #888888;
  display: inline-block;
}
.website-youshi {
  padding: 38px 0;
  margin-top: -3px;
  background: url(../image/website_yoshi_bg.jpg) no-repeat top center #f1f1f1;
}
.website-youshi .t-title .box_tit b {
  color: #fff;
}
.website-youshi .t-title .box_tit p {
  color: #fff;
}
.website-youshi .box {
  margin: 43px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.website-youshi .box .item {
  width: 295px;
  height: 330px;
  background: #fff;
  padding: 38px 0 0;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.website-youshi .box .item .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.website-youshi .box .item .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.website-youshi .box .item .icon .icon_h img {
  display: block;
}
.website-youshi .box .item .icon .icon_h .hover {
  display: block;
}
.website-youshi .box .item .text b {
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin: 25px auto 10px;
  font-weight: bold;
  display: block;
}
.website-youshi .box .item .text span {
  color: #999999;
  font-size: 16px;
  margin: 0px auto 25px;
  display: block;
  text-align: center;
}
.website-youshi .box .item .text p {
  color: #999999;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
.website-youshi .box .item:hover {
  box-shadow: 0 0px 5px #aba7cb;
}
.website-youshi .box .item:hover .icon .icon_h {
  margin-top: -48px;
}
.website-youshi .box .item:hover .icon .icon_h .hover {
  color: #45b836;
}
.website-youshi .box .item:hover .text b {
  color: #2a55a5;
}
.website-youshi .box .item:hover .text span {
  color: #333333;
}
.website-youshi .box .item:hover .text p {
  color: #333333;
}
.website-service {
  background: #f1f1f1;
  padding: 0px 0 30px;
}
.website-service .box .nav {
  margin: 25px 0 35px;
}
.website-service .box .nav ul {
  display: flex;
  justify-content: center;
}
.website-service .box .nav ul li {
  padding: 0 10px;
  position: relative;
}
.website-service .box .nav ul li a {
  padding: 0 25px;
  background: #fff;
  font-size: 14px;
  line-height: 30px;
  display: block;
  position: relative;
  color: #333333;
  border-radius: 10px;
}
.website-service .box .nav ul .on a {
  background: #2a55a5;
  color: #fff;
  border-radius: 10px;
}
.website-service .box .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.website-service .box .content .item {
  width: 386px;
  background: #fff;
  height: 740px;
  padding: 30px 11px 0;
}
.website-service .box .content .item .tit {
  color: #999999;
  font-size: 16px;
}
.website-service .box .content .item .tit span {
  display: block;
  margin: 0 0 12px 0;
}
.website-service .box .content .item .tit span b {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  padding: 0 8px 0 0;
}
.website-service .box .content .item .tit p {
  margin: 0 0 15px 0;
  line-height: 23px;
  height: 46px;
}
.website-service .box .content .item .tit i {
  color: #fc3333;
  font-size: 18px;
  display: block;
  margin: 0 0 16px 0;
}
.website-service .box .content .item .tit a {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #2a55a5;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}
.website-service .box .content .item .text {
  line-height: 46px;
  color: #999999;
}
.website-service .box .content .item .text b {
  display: block;
  margin: 18px 0 0 0;
  color: #2a55a5;
}
.website-service .box .content .item .text p {
  line-height: 33px;
  font-size: 15px;
  height: 363px;
}
.website-service .box .content .item .text a {
  display: block;
  width: 70%;
  line-height: 40px;
  background: #eb6f2d;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
  margin: 28px auto 0;
}
.website-program {
  padding: 30px 0;
  background: url(../image/website_program_bg.jpg) no-repeat top center;
}
.website-program .t-title .box_tit b {
  color: #fff;
}
.website-program .t-title .box_tit p {
  color: #fff;
}
.website-program .guide-slider {
  width: 1200px;
  margin: 30px auto 0;
  height: 425px;
}
.website-program .guide-slider .guide {
  margin: 0 20px 0 0;
  width: 290px;
  height: 425px;
  background: #fff;
  box-sizing: border-box;
  float: left;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.website-program .guide-slider .guide .display {
  width: 290px;
  height: 425px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
  padding: 30px 37px 0;
  background: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-sizing: border-box;
}
.website-program .guide-slider .guide .display .icon {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.website-program .guide-slider .guide .display .icon img {
  display: block;
  margin: 0 auto;
}
.website-program .guide-slider .guide .display .title {
  color: #333333;
  font-size: 18px;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}
.website-program .guide-slider .guide .display .list {
  padding: 20px 0 0 0;
}
.website-program .guide-slider .guide .display .list ul li {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 15px;
  background: url(../image/slider_list.png) no-repeat left center;
}
.website-program .guide-slider .guide .display .list ul li:hover {
  color: #2a55a5;
  background: url(../image/slider_list_h.png) no-repeat left center;
}
.website-program .guide-slider .guide .behind {
  width: 290px;
  height: 425px;
  background: url(../image/behind_1.jpg) no-repeat top center;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 50px 30px 0;
  box-sizing: border-box;
}
.website-program .guide-slider .guide .behind .right {
  position: relative;
  height: 345px;
}
.website-program .guide-slider .guide .behind .right ul li {
  display: none;
}
.website-program .guide-slider .guide .behind .right ul li .tit {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.website-program .guide-slider .guide .behind .right ul li p {
  color: #888888;
  line-height: 24px;
  font-size: 14px;
}
.website-program .guide-slider .guide .behind .right ul li:first-child {
  display: block;
}
.website-program .guide-slider .guide .behind .right .more {
  width: 100%;
  line-height: 30px;
  border-radius: 12px;
  background: #eb6f2d;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.website-program .guide-slider .guide:last-child {
  margin-right: 0;
}
.website-program .guide-slider .guide:nth-child(2) .behind {
  background: url(../image/behind_2.jpg) no-repeat top center;
}
.website-program .guide-slider .guide:nth-child(3) .behind {
  background: url(../image/behind_3.jpg) no-repeat top center;
}
.website-program .guide-slider .on {
  width: 580px;
}
.website-program .guide-slider .on .display .introduction {
  color: #fff;
}
.website-program .guide-slider .on .display::after {
  top: 50%;
  margin-top: -5px;
}
.website-make {
  padding: 25px 0;
}
.website-make .content {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.website-make .content .guide {
  padding: 0 30px 0;
  background: url(../image/guide_bg.png) no-repeat right bottom;
}
.website-make .content .guide .title {
  padding: 43px 0 0 0;
  background: url(../image/title_1.png) no-repeat top left;
}
.website-make .content .guide .title b {
  color: #2a55a5;
  font-size: 24px;
  display: block;
  margin: 0 0 11px 0;
}
.website-make .content .guide .title p {
  color: #888888;
  font-size: 16px;
}
.website-make .content .guide .list {
  padding: 20px 0 0 0;
}
.website-make .content .guide .list ul li {
  color: #333333;
  font-size: 16px;
  line-height: 44px;
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 25px;
  background: url(../image/slider_make.png) no-repeat left center;
}
.website-make .content .guide:nth-child(2) .title {
  background: url(../image/title_2.png) no-repeat top left;
}
.website-make .content .guide:nth-child(2) .title b {
  color: #eb6f2d;
}
.website-make .content .guide:nth-child(3) .title {
  background: url(../image/title_3.png) no-repeat top left;
}
.website-make .content .guide:last-child {
  background: none;
}
.website-make .content .guide:last-child .title {
  background: url(../image/title_4.png) no-repeat top left;
}
.website-make .content .guide:last-child .title b {
  color: #eb6f2d;
}
.website-case {
  background: #f1f1f1;
  padding: 25px 0;
}
.website-news {
  background: url(../image/website_news_bg.jpg) no-repeat top center;
}
.seo-why {
  padding: 43px 0 35px;
  margin: -3px 0 0 0;
  background: #f1f1f1;
}
.seo-why .box {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  height: 305px;
  background: url(../image/youshi_box.png) no-repeat 247px top;
}
.seo-why .box .right {
  width: 240px;
  padding: 10px 0 0 0;
}
.seo-why .box .right .list {
  padding: 6px 10px 19px 0px;
}
.seo-why .box .left {
  padding: 10px 0 0 0;
}
.seo-why .box .list {
  width: 414px;
  color: #666666;
  padding: 8px 10px 19px 20px;
  text-align: left;
  margin-bottom: 11px;
  font-size: 18px;
}
.seo-why .box .list .tit {
  color: #033333;
}
.seo-why .box .list p {
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.seo-vauel {
  padding: 35px 0;
}
.seo-vauel .content {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.seo-vauel .content .list {
  width: 370px;
  background: #eeeeee;
  padding: 10px 30px 0;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.seo-vauel .content .list .title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #dddddd;
}
.seo-vauel .content .list .list_t ul {
  padding: 15px 0 30px;
}
.seo-vauel .content .list .list_t ul li {
  color: #333333;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 20px;
  background: url(../image/vauel_list.png) no-repeat left center;
}
.seo-vauel .content .list img {
  position: absolute;
  right: 7px;
  bottom: 30px;
  opacity: 0.2;
}
.seo-vauel .content .list:hover {
  box-shadow: 0 0px 5px #a3a1ac;
  background: #fff;
}
.seo-vauel .content .list:hover .title {
  color: #2a55a5;
}
.seo-vauel .content .list:hover .list_t ul li {
  background: url(../image/vauel_list_h.png) no-repeat left center;
}
.seo-vauel .content .list:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.seo-advan {
  padding: 35px 0;
  background: #f1f1f1;
}
.seo-advan .box {
  margin: 35px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.seo-advan .box .item {
  width: 200px;
  height: 200px;
  border: 1px dashed #888888;
  border-radius: 10px;
  padding: 32px 25px 0;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  box-shadow: 0 0 0.3s #e9e9e9;
}
.seo-advan .box .item .icon {
  width: 42px;
  height: 36px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.seo-advan .box .item .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.seo-advan .box .item .icon .icon_h img {
  display: block;
}
.seo-advan .box .item .icon .icon_h .hover {
  display: block;
}
.seo-advan .box .item .text b {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin: 30px auto 10px;
  color: #333333;
  font-size: 18px;
  display: block;
}
.seo-advan .box .item .text p {
  color: #888888;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
}
.seo-advan .box .item:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 5px 4px 5px #d5d5d6;
}
.seo-advan .box .item:hover .icon .icon_h {
  margin-top: -36px;
}
.seo-advan .box .item:hover .text b {
  color: #2a55a5;
}
.seo-advan .box .item:hover .text p {
  color: #333333;
}
.seo-case {
  background: url(../image/seo_case_bg.jpg) no-repeat center top;
  padding: 30px 0;
}
.seo-case .t-title .box_tit b {
  color: #fff;
}
.seo-case .case-grow .box_fs {
  display: flex;
  justify-content: center;
  margin: 13px 0px 0 0;
}
.seo-case .case-grow .box_fs li,
.seo-case .case-grow .box_fs .list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0;
}
.seo-case .case-grow .box_fs li a,
.seo-case .case-grow .box_fs .list a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  padding: 0 10px 0;
  position: relative;
}
.seo-case .case-grow .box_fs li a::before,
.seo-case .case-grow .box_fs .list a::before {
  position: absolute;
  left: 0%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  opacity: 1;
  z-index: 2;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.seo-case .case-grow .box_fs li a::after,
.seo-case .case-grow .box_fs .list a::after {
  position: absolute;
  right: 0%;
  bottom: 0;
  margin-bottom: -3px;
  content: "";
  width: 0;
  height: 1px;
  opacity: 1;
  z-index: 2;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.seo-case .case-grow .box_fs li b,
.seo-case .case-grow .box_fs .list b {
  padding: 0 20px 0;
  color: #033333;
}
.seo-case .case-grow .box_fs li:last-child b,
.seo-case .case-grow .box_fs .list:last-child b {
  display: none;
}
.seo-case .case-grow .box_fs li:hover,
.seo-case .case-grow .box_fs .list:hover {
  position: relative;
}
.seo-case .case-grow .box_fs li:hover a,
.seo-case .case-grow .box_fs .list:hover a {
  color: #fff;
}
.seo-case .case-grow .box_fs li:hover a::before,
.seo-case .case-grow .box_fs .list:hover a::before {
  width: 64%;
  left: 0;
}
.seo-case .case-grow .box_fs li:hover a::after,
.seo-case .case-grow .box_fs .list:hover a::after {
  width: 68%;
  right: 0;
}
.seo-case .case-grow .box_fs .active {
  position: relative;
}
.seo-case .case-grow .box_fs .active a {
  color: #fff;
}
.seo-case .case-grow .box_fs .active a::before {
  width: 64%;
  left: 0;
}
.seo-case .case-grow .box_fs .active a::after {
  width: 68%;
  right: 0;
}
.seo-case .case-grow .content {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.seo-case .case-grow .content .item {
  width: 280px;
  height: 310px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.seo-case .case-grow .content .item a {
  display: block;
}
.seo-case .case-grow .content .item a .tit {
  line-height: 38px;
  color: #033333;
  background: #e2ecf4;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.seo-case .case-grow .content .item a .list_box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  border-bottom: 1px solid #dddddd;
}
.seo-case .case-grow .content .item a .list_box .list b {
  display: block;
  width: 80px;
  text-align: center;
  color: #033333;
  font-size: 14px;
}
.seo-case .case-grow .content .item a .list_box .list p {
  border-left: 1px solid #dddddd;
  width: 200px;
  text-align: center;
  color: #888888;
  font-size: 14px;
}
.seo-case .case-grow .content .item a .list_box .list .orange {
  color: #f11919;
}
.seo-case .case-grow .content .item a .list_box .list .pic {
  border-left: 1px solid #dddddd;
  padding: 5px 0;
  margin: 0 auto;
  width: 200px;
}
.seo-case .case-grow .content .item a .list_box .list .pic img {
  display: block;
  margin: 0 auto;
}
.seo-case .case-grow .content .item a span {
  color: #2a55a5;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.seo-case .case-grow .content .item:hover a .tit {
  background: #eb6f2d;
  color: #ffffff;
  border-bottom: 1px solid #eb6f2d;
}
.seo-case .case-grow .content .item:hover a .list_box .list p {
  color: #333333;
}
.seo-case .case-grow .content .item:hover a .list_box .list .orange {
  color: #f11919;
}
.seo-case .case-grow .content .item:hover a span {
  color: #eb6f2d;
}
.seo-case .case-grow .more {
  display: block;
  width: 180px;
  line-height: 32px;
  margin: 28px auto 0;
  text-align: center;
  color: #ffffff;
  border: 1px solid #dcdcdc;
}
.seo-news .region-grow .box_fs {
  display: flex;
  justify-content: center;
  margin: 13px 0px 0 0;
}
.seo-news .region-grow .box_fs li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0;
}
.seo-news .region-grow .box_fs li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  padding: 0 10px 0;
  position: relative;
}
.seo-news .region-grow .box_fs li a::before {
  position: absolute;
  left: 0%;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  opacity: 1;
  z-index: 2;
  background: #2a55a5;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.seo-news .region-grow .box_fs li a::after {
  position: absolute;
  right: 0%;
  bottom: 0;
  margin-bottom: -3px;
  content: "";
  width: 0;
  height: 1px;
  opacity: 1;
  z-index: 2;
  background: #eb6f2d;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.seo-news .region-grow .box_fs li b {
  padding: 0 20px 0;
  color: #033333;
}
.seo-news .region-grow .box_fs li:last-child b {
  display: none;
}
.seo-news .region-grow .box_fs li:hover {
  position: relative;
}
.seo-news .region-grow .box_fs li:hover a {
  color: #2a55a5;
}
.seo-news .region-grow .box_fs li:hover a::before {
  width: 64%;
  left: 0;
}
.seo-news .region-grow .box_fs li:hover a::after {
  width: 68%;
  right: 0;
}
.seo-news .region-grow .box_fs .active {
  position: relative;
}
.seo-news .region-grow .box_fs .active a {
  color: #2a55a5;
}
.seo-news .region-grow .box_fs .active a::before {
  width: 64%;
  left: 0;
}
.seo-news .region-grow .box_fs .active a::after {
  width: 68%;
  right: 0;
}
.applet-need {
  margin-top: -3px;
  padding: 30px 0 0;
  background: #f1f1f1;
  overflow: hidden;
}
.applet-need .box {
  height: 620px;
  margin: 30px 0 0 0;
  background: url(../image/need_box.png) no-repeat 283px bottom;
  position: relative;
}
.applet-need .box .list {
  position: absolute;
  bottom: 64px;
  left: 252px;
  cursor: pointer;
}
.applet-need .box .list::before {
  position: absolute;
  content: "";
  width: 59px;
  height: 262px;
  bottom: 0;
  margin: 0 0 -72px 33px;
  z-index: 1;
}
.applet-need .box .list .icon {
  position: relative;
  width: 84px;
  height: 84px;
  z-index: 2;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.applet-need .box .list .icon img {
  display: block;
}
.applet-need .box .list .icon .hover {
  display: none;
}
.applet-need .box .list p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  position: absolute;
  bottom: -25px;
  left: -245px;
  width: 226px;
  height: 115px;
  text-align: right;
  z-index: 88;
}
.applet-need .box .list p b {
  display: block;
  text-align: right;
  color: #333333;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.applet-need .box .list:hover .icon {
  background: #2a55a5;
}
.applet-need .box .list:hover .icon img {
  display: none;
}
.applet-need .box .list:hover .icon .hover {
  display: block;
}
.applet-need .box .list:hover p {
  color: #333333;
}
.applet-need .box .list:hover p b {
  color: #2a55a5;
}
.applet-need .box .list:hover::before {
  background: url(../image/need_line_h.png) no-repeat center center;
}
.applet-need .box .list:nth-child(2) {
  bottom: 240px;
  left: 268px;
}
.applet-need .box .list:nth-child(2) .icon::before {
  background: none;
}
.applet-need .box .list:nth-child(2) p {
  width: 210px;
  left: -227px;
}
.applet-need .box .list:nth-child(2):hover::before {
  width: 103px;
  height: 252px;
  margin: 0 0 -93px 22px;
  background: url(../image/need_line_2_h.png) no-repeat center center;
}
.applet-need .box .list:nth-child(3) {
  bottom: 383px;
  left: 380px;
}
.applet-need .box .list:nth-child(3) .icon::before {
  background: none;
}
.applet-need .box .list:nth-child(3):hover::before {
  width: 251px;
  height: 178px;
  margin: 0 0 -82px -58px;
  background: url(../image/need_line_3_h.png) no-repeat center center;
}
.applet-need .box .list:nth-child(4) {
  bottom: 437px;
  left: 569px;
}
.applet-need .box .list:nth-child(4) .icon::before {
  background: none;
}
.applet-need .box .list:nth-child(4) p {
  width: 240px;
  height: 77px;
  text-align: center;
  bottom: 110px;
  left: -80px;
}
.applet-need .box .list:nth-child(4) p b {
  text-align: center;
}
.applet-need .box .list:nth-child(4):hover::before {
  width: 305px;
  height: 41px;
  margin: 0 0 2px -112px;
  background: url(../image/need_line_4_h.png) no-repeat center center;
}
.applet-need .box .list:nth-child(5) {
  bottom: 383px;
  left: 757px;
}
.applet-need .box .list:nth-child(5) .icon::before {
  background: none;
}
.applet-need .box .list:nth-child(5) p {
  width: 255px;
  height: 80px;
  text-align: left;
  left: 102px;
  bottom: 8px;
}
.applet-need .box .list:nth-child(5) p b {
  text-align: left;
}
.applet-need .box .list:nth-child(5):hover::before {
  width: 232px;
  height: 159px;
  margin: 0 0 -65px -107px;
  background: url(../image/need_line_5_h.png) no-repeat center center;
}
.applet-need .box .list:nth-child(6) {
  bottom: 240px;
  left: 855px;
}
.applet-need .box .list:nth-child(6) .icon::before {
  background: none;
}
.applet-need .box .list:nth-child(6) p {
  width: 255px;
  height: 111px;
  text-align: left;
  left: 102px;
  bottom: -20px;
}
.applet-need .box .list:nth-child(6) p b {
  text-align: left;
}
.applet-need .box .list:nth-child(6):hover::before {
  width: 100px;
  height: 266px;
  margin: 0 0 -112px -32px;
  background: url(../image/need_line_6_h.png) no-repeat center center;
}
.applet-need .box .list:nth-child(7) {
  bottom: 64px;
  left: 873px;
}
.applet-need .box .list:nth-child(7) .icon::before {
  background: none;
}
.applet-need .box .list:nth-child(7) p {
  width: 255px;
  height: 111px;
  text-align: left;
  left: 102px;
  bottom: -27px;
}
.applet-need .box .list:nth-child(7) p b {
  text-align: left;
}
.applet-need .box .list:nth-child(7):hover::before {
  width: 100px;
  height: 266px;
  margin: 0 0 -85px -32px;
  background: url(../image/need_line_7_h.png) no-repeat center center;
}
.applet-point {
  padding: 35px 0;
  height: 692px;
  background: url(../image/applet_point_bg.jpg) no-repeat top center;
}
.applet-point .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.applet-point .box .left {
  width: 535px;
  text-align: left;
  padding: 0 0 0 165px;
}
.applet-point .box .left span {
  color: #ffffff;
  font-size: 24px;
}
.applet-point .box .left p {
  font-size: 30px;
  margin: 8px 0 15px 0;
  color: #ffffff;
  letter-spacing: 6px;
}
.applet-point .box .left p b {
  color: #eb6f2d;
}
.applet-point .box .left i {
  font-size: 18px;
  color: #ffffff;
}
.applet-point .box .right {
  width: 666px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0 0 0;
}
.applet-point .box .right .item {
  margin: 0 0 30px 0;
}
.applet-point .box .right .item .icon {
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.applet-point .box .right .item .icon img {
  display: block;
}
.applet-point .box .right .item .text b {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 12px 0 10px 0;
  display: block;
}
.applet-point .box .right .item .text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.applet-service {
  padding: 30px 0;
  background: #f1f1f1;
}
.applet-service .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.applet-service .box .list {
  overflow: hidden;
  width: 390px;
  background: #ffffff;
  padding: 10px 30px 25px;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.applet-service .box .list .title {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  text-align: center;
}
.applet-service .box .list .title b {
  color: #eb6f2d;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin: 0 0 8px 0;
  display: block;
}
.applet-service .box .list .title p {
  font-size: 14px;
  color: #333333;
}
.applet-service .box .list .list_t {
  position: relative;
  z-index: 2;
}
.applet-service .box .list .list_t ul {
  padding: 15px 0 10px;
  height: 510px;
}
.applet-service .box .list .list_t ul li {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  text-align: left;
  margin: 0 0 20px 0;
}
.applet-service .box .list .list_t ul li b {
  display: block;
  font-size: 16px;
  color: #333333;
  margin: 0 0 5px 0;
}
.applet-service .box .list .list_t ul li p {
  padding: 0 0 0 12px;
  font-size: 14px;
}
.applet-service .box .list .list_t a {
  display: block;
  width: 180px;
  line-height: 30px;
  background: #2a55a5;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
.applet-service .box .list img {
  position: absolute;
  right: -20px;
  bottom: -5px;
  opacity: 0.1;
  height: 206px;
  z-index: 1;
}
.applet-service .box .list:hover {
  box-shadow: 0 0px 5px #a3a1ac;
  background: #fff;
}
.applet-service .box .list:hover .title {
  color: #2a55a5;
}
.applet-service .box .list:hover .list_t a {
  background: #eb6f2d;
}
.applet-service .box .list:hover img {
  opacity: 0.2;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.applet-case {
  background: #f1f1f1;
  padding: 20px 0 35px;
}
.applet-case .box_order {
  position: relative;
  margin: 35px 0 0 0;
}
.applet-case .box_order .swiper-container {
  padding: 0px 0 45px 0;
  position: relative;
}
.applet-case .box_order .first {
  margin: 10px 0 0;
  padding: 0 70px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.applet-case .box_order .first .pic {
  width: 637px;
  border-radius: 12px;
  overflow: hidden;
}
.applet-case .box_order .first .pic img {
  width: 637px;
  height: 324px;
  display: block;
}
.applet-case .box_order .first .text {
  width: 370px;
  padding: 15px 0 0;
  box-sizing: border-box;
}
.applet-case .box_order .first .text b {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
.applet-case .box_order .first .text b::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #2a55a5;
}
.applet-case .box_order .first .text p {
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}
.applet-case .box_order .first .text .click {
  color: #2a55a5;
  font-size: 14px;
  display: block;
  margin: 15px 0 0 0;
}
.applet-case .box_order .first .text .more {
  margin: 25px 0 0 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.applet-case .box_order .first .text .more .pic_ewm {
  margin: 0 46px 0 0;
}
.applet-case .box_order .first .text .more .pic_ewm img {
  display: block;
  width: 148px;
  height: 147px;
}
.applet-case .box_order .first .text .more .t_r span,
.applet-case .box_order .first .text .more .t_r i {
  display: block;
  font-size: 16px;
  color: #333333;
}
.applet-case .box_order .first .text .more .t_r i {
  color: #eb6f2d;
  font-size: 26px;
  margin: 15px 0;
}
.applet-case .box_order .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  margin: 0 3px 0;
  border-radius: 10px;
  background: #fdfdfd;
  opacity: 1;
}
.applet-case .box_order .swiper-pagination-bullet-active {
  background: #2a55a5;
}
.applet-case .box_order .swiper-container-horizontal > .swiper-pagination-bullets,
.applet-case .box_order .swiper-pagination-custom,
.applet-case .box_order .swiper-pagination-fractio {
  bottom: 0px;
}
.applet-case .box_order .next {
  right: 0px;
  position: absolute;
  z-index: 999;
  bottom: 50%;
  margin-bottom: -15px;
  cursor: pointer;
  width: 25px;
  height: 57px;
  background: url(../image/right.png) no-repeat center center;
}
.applet-case .box_order .next:hover {
  background: url(../image/right_h.png) no-repeat center center;
}
.applet-case .box_order .prev {
  left: 0px;
  position: absolute;
  bottom: 50%;
  z-index: 999;
  cursor: pointer;
  width: 25px;
  height: 57px;
  margin-bottom: -15px;
  background: url(../image/left.png) no-repeat center center;
}
.applet-case .box_order .prev:hover {
  background: url(../image/left_h.png) no-repeat center center;
}
.applet-case .more_applet_case {
  display: block;
  width: 180px;
  line-height: 32px;
  margin: 25px auto 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.show_list_box {
  background: #f1f1f1;
  margin-top: -3px;
  overflow: hidden;
}
.case_list_top {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.case_list_top .item {
  width: 25%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 25px;
}
.case_list_top .item .icon {
  width: 63px;
  height: 63px;
  overflow: hidden;
  position: relative;
}
.case_list_top .item .icon img {
  display: block;
}
.case_list_top .item .text {
  margin: 0px 0 0 8px;
}
.case_list_top .item .text b {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  display: block;
}
.case_list_top .item .text p {
  color: #333333;
  font-size: 14px;
  line-height: 23px;
  margin: 3px 0 0 0;
}
.case_list_top .item:last-child {
  border-right: 0;
}
.t-nav {
  background: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}
.t-nav .box {
  display: flex;
  justify-content: center;
}
.t-nav .box a {
  text-align: center;
  color: #333333;
  border-right: 1px solid #acb1b9;
  width: 25%;
}
.t-nav .box a:last-child {
  border-right: none;
}
.t-nav .box a:hover {
  background: #2a55a5;
  color: #fff;
  box-sizing: border-box;
}
.t-nav .box .active {
  background: #2a55a5;
  color: #fff;
  box-sizing: border-box;
}
.t_nav_list {
  background: #fff;
  line-height: 53px;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t_nav_list .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1061px;
}
.t_nav_list .box a {
  display: block;
  margin: 0 2px;
}
.t_nav_list .box a b {
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  display: block;
  padding: 0 25px 0;
}
.t_nav_list .box a:hover b {
  color: #fff;
  background: #2a55a5;
}
.t_nav_list .box .active b {
  color: #fff;
  background: #2a55a5;
}
.t_nav_list p {
  font-size: 14px;
  color: #333333;
  width: 230px;
}
.t_nav_list p b {
  color: #2a55a5;
}
.t_nav_list_news {
  border-radius: 12px;
}
.case_list_content {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case_list_content .list {
  width: 390px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
  background: #ffffff;
  padding: 12px;
}
.case_list_content .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.case_list_content .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case_list_content .list a .text {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 8px 0;
}
.case_list_content .list a .text b {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
  color: #333333;
  margin: 0 auto;
  line-height: 20px;
  margin: 6px 0 3px 0;
}
.case_list_content .list a .text p {
  font-size: 14px;
}
.case_list_content .list span {
  display: block;
  line-height: 36px;
  padding: 5px 0 0 0;
  font-size: 14px;
  overflow: hidden;
}
.case_list_content .list span b {
  float: right;
}
.case_list_content .list span b a {
  color: #2a55a5;
}
.case_list_content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.case_list_content .list:nth-child(4),
.case_list_content .list:nth-child(5),
.case_list_content .list:nth-child(6) {
  margin-bottom: 0;
}
.case_list_content .list:hover {
  box-shadow: 0 0px 5px #b5c5dc;
}
.case_list_content .list:hover a .pic img {
  transform: scale(1.1);
}
.show_page {
  padding: 8px 0 28px;
  text-align: center;
}
.show_page .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show_page .pagination li {
  margin: 0 4px;
}
.show_page .pagination li a {
  padding: 6px 10px;
  display: block;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  font-size: 14px;
  color: #033333;
}
.show_page .pagination li:hover a {
  background: #2a55a5;
  color: #fff;
  border: 1px solid #2a55a5;
}
.show_page .pagination .active a {
  border: 1px solid #2a55a5;
  background: #2a55a5;
  color: #fff;
}
.company_content .box {
  padding: 30px;
}
.company_content .box .box_com {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 30px 0;
}
.company_content .box .box_com .tit {
  color: #033333;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
}
.company_content .box .box_com span {
  color: #888888;
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 8px 0 20px;
}
.company_content .box .box_com p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
}
.company_content .box .foot_box {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
.company_content .box .foot_box .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company_content .box .foot_box .list .icon {
  width: 60px;
  margin: 0 20px 0 0;
}
.company_content .box .foot_box .list .icon img {
  width: 100%;
  display: block;
}
.company_content .box .foot_box .list .text b {
  font-size: 16px;
  color: #033333;
  display: block;
  margin: 0 0 4px 0;
}
.company_content .box .foot_box .list .text p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
}
.company-youshi {
  background: #f1f1f1;
  padding: 30px 0 10px;
}
.company-youshi .t-title .box_tit {
  background: none;
}
.company-youshi .t-title .box_tit b {
  color: #033333;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}
.company-youshi .t-title .box_tit p {
  margin-top: 12px;
}
.company-youshi .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.company-youshi .box .item {
  margin: 0 0 20px 0;
  width: 288px;
  height: 287px;
  background: #fff;
  padding: 38px 36px 0;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  border-radius: 10px;
  overflow: hidden;
}
.company-youshi .box .item .icon {
  width: 80px;
  height: 77px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.company-youshi .box .item .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.company-youshi .box .item .icon .icon_h img {
  display: block;
}
.company-youshi .box .item .icon .icon_h .hover {
  display: block;
}
.company-youshi .box .item .text b {
  color: #033333;
  font-size: 18px;
  text-align: center;
  margin: 25px auto 15px;
  display: block;
}
.company-youshi .box .item .text p {
  color: #888888;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}
.company-youshi .box .item:hover {
  box-shadow: 0 0px 5px #aba7cb;
}
.company-youshi .box .item:hover .icon .icon_h {
  margin-top: -77px;
}
.company-youshi .box .item:hover .icon .icon_h .hover {
  color: #45b836;
}
.company-youshi .box .item:hover .text b {
  color: #2a55a5;
}
.company-youshi .box .item:hover .text span {
  color: #333333;
}
.company-youshi .box .item:hover .text p {
  color: #333333;
}
.company-address {
  background: url(../image/company_address_bg.jpg) no-repeat top center;
  padding: 14px 0;
  height: 327px;
}
.company-address .box {
  display: flex;
  justify-content: space-between;
}
.company-address .box .list {
  width: 400px;
  border-right: 1px solid #5577b7;
  padding: 30px 75px 0px 75px;
  height: 299px;
}
.company-address .box .list .title {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.company-address .box .list .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #fff;
}
.company-address .box .list p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 12px 0;
}
.company-address .box .right {
  width: 510px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0 0;
}
.company-address .box .right .pic {
  margin: 0 18px 0;
}
.company-address .box .right .pic img {
  width: 190px;
}
.company-address .box .right .pic p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.news_list_content {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_list_content .list {
  width: 590px;
  transition: all 0.3s linear;
  margin: 0 0 15px 0;
}
.news_list_content .list a {
  display: block;
  padding: 5px 8px 5px 5px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.news_list_content .list a .pic {
  width: 240px;
  overflow: hidden;
}
.news_list_content .list a .pic img {
  display: block;
  width: 100%;
  height: 170px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news_list_content .list a .text {
  width: 325px;
  padding: 12px 0 0 0;
}
.news_list_content .list a .text .tit {
  font-size: 16px;
  display: block;
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
}
.news_list_content .list a .text .tit::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #2a55a5;
}
.news_list_content .list a .text p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
}
.news_list_content .list a .text span {
  font-size: 14px;
  color: #333333;
  display: block;
  overflow: hidden;
  margin: 20px 0 0 0;
}
.news_list_content .list a .text span b {
  float: right;
  color: #2a55a5;
  padding: 0 5px 0 0;
}
.news_list_content .list:hover {
  box-shadow: 0 0px 5px #8d959f;
}
.news_list_content .list:hover a .pic img {
  transform: scale(1.1);
}
.news_list_content .list:hover a .text .tit {
  color: #2a55a5;
}
.news_list_content .list:hover a .text p {
  color: #333333;
}
.news_list_content .list:hover a .text span b {
  color: #eb6f2d;
}
.news_list_content .list:nth-child(7),
.news_list_content .list:nth-child(8) {
  margin-bottom: 0;
}
.operate_tit b {
  color: #333333;
  font-size: 30px;
  text-align: center;
  letter-spacing: 5px;
  display: block;
}
.operate_tit p {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 8px 0 20px;
}
.operate-why {
  padding: 35px 0 20px;
  margin: -3px 0 0 0;
  background: #f1f1f1;
}
.operate-why .box {
  margin-top: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: url(../image/operate_ys_box.png) no-repeat center 35px;
}
.operate-why .box .right {
  width: 344px;
}
.operate-why .box .right .list {
  padding: 0px 10px 19px 0px;
}
.operate-why .box .right .list .tit {
  background: url(../image/operate_tit_3.png) no-repeat left center;
}
.operate-why .box .right .list:nth-child(2) {
  margin: 0;
}
.operate-why .box .right .list:nth-child(2) .tit {
  background: url(../image/operate_tit_4.png) no-repeat left center;
}
.operate-why .box .list {
  width: 385px;
  color: #666666;
  padding: 0px 10px 19px 25px;
  text-align: left;
  margin-bottom: 11px;
  font-size: 18px;
  margin: 0 0 47px 0;
  height: 163px;
}
.operate-why .box .list .tit {
  color: #333333;
  padding: 0 0 0 55px;
  background: url(../image/operate_tit_1.png) no-repeat left center;
  line-height: 30px;
}
.operate-why .box .list p {
  margin-top: 14px;
  font-size: 14px;
  color: #888888;
  line-height: 25px;
}
.operate-why .box .list:nth-child(2) {
  margin: 0;
}
.operate-why .box .list:nth-child(2) .tit {
  background: url(../image/operate_tit_2.png) no-repeat left center;
}
.operate-why .box .center {
  position: absolute;
  font-size: 30px;
  line-height: 40px;
  padding: 0 11px 0 0;
  font-weight: bold;
  color: #eb6f2d;
  left: 50%;
  margin-left: -147.5px;
  height: 295px;
  width: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.operate-why .box .center::before {
  content: "";
  position: absolute;
  width: 295px;
  left: 0px;
  top: 0px;
  height: 295px;
  animation: 20s round1 infinite linear;
  background: url(../image/operate_cion_1.png) no-repeat center center;
}
.operate-why .box .center::after {
  content: "";
  position: absolute;
  width: 229px;
  left: 33px;
  top: 33px;
  height: 230px;
  animation: 20s round2 infinite linear;
  background: url(../image/operate_cion_2.png) no-repeat center center;
}
@keyframes round1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes round3 {
  0% {
    transform: translateX(10px);
    opacity: 1;
  }
  50% {
    transform: translateX(5px);
    opacity: 1;
  }
}
.operate-rank {
  padding: 30px 0;
  background: url(../image/operate_rank_box.jpg) no-repeat center top;
}
.operate-rank .operate_tit b {
  color: #fff;
}
.operate-rank .operate_tit p {
  color: #fff;
}
.operate-rank .box {
  margin: 35px 0 0 0;
  padding: 0 275px 0;
  position: relative;
}
.operate-rank .box .box_order {
  border-radius: 16px;
  overflow: hidden;
}
.operate-rank .box .box_order .first {
  border-radius: 16px;
  overflow: hidden;
}
.operate-rank .box .box_order .first .pic {
  height: 400px;
  overflow: hidden;
}
.operate-rank .box .left,
.operate-rank .box .right {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 84px;
  left: 87px;
  z-index: 99;
}
.operate-rank .box .left b,
.operate-rank .box .right b {
  display: block;
  width: 140px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 12px;
  margin: 0 10px 0 0;
}
.operate-rank .box .left b a,
.operate-rank .box .right b a {
  display: block;
  color: #fff;
}
.operate-rank .box .right {
  left: 830px;
  top: 240px;
}
.operate-rank .box .right b {
  margin: 0 0 0 10px;
}
.operate-service {
  padding: 30px 0;
  background: url(../image/operate_service_box.jpg) no-repeat center top;
}
.operate-service .box {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.operate-service .box .list {
  overflow: hidden;
  width: 370px;
  background: #ffffff;
  padding: 10px 30px 35px;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.operate-service .box .list .title {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  text-align: center;
}
.operate-service .box .list .title b {
  color: #333333;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 0 8px 0;
  display: block;
}
.operate-service .box .list .title p {
  font-size: 14px;
  color: #333333;
}
.operate-service .box .list .list_t {
  position: relative;
  z-index: 2;
}
.operate-service .box .list .list_t ul {
  padding: 20px 0 10px;
  height: 404px;
}
.operate-service .box .list .list_t ul li {
  line-height: 24px;
  margin: 0 0 10px 0;
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.operate-service .box .list .list_t a {
  display: block;
  width: 180px;
  line-height: 40px;
  background: #2a55a5;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
.operate-service .box .list img {
  position: absolute;
  right: 17px;
  bottom: 86px;
  opacity: 0.2;
  z-index: 1;
}
.operate-service .box .list:hover {
  box-shadow: 0 0px 5px #a3a1ac;
  background: #fff;
}
.operate-service .box .list:hover .title {
  color: #2a55a5;
}
.operate-service .box .list:hover .list_t ul li {
  padding: 0 0 0 15px;
  background: url(../image/list_t_li.png) no-repeat left center;
  text-align: left;
}
.operate-service .box .list:hover .list_t a {
  background: #eb6f2d;
}
.operate-service .box .list:hover img {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.operate-point {
  padding: 35px 0;
  height: 563px;
  background: url(../image/applet_point_bg.gif) no-repeat top center;
}
.operate-point .box {
  width: 730px;
  margin: 0 0 0 auto;
}
.operate-point .box .left {
  width: 535px;
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
}
.operate-point .box .left i {
  font-size: 18px;
  color: #ffffff;
}
.operate-point .box .right {
  width: 730px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0 0 0;
}
.operate-point .box .right .item {
  margin: 0 0 50px 0;
  width: 33%;
}
.operate-point .box .right .item .icon {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.operate-point .box .right .item .icon img {
  display: block;
}
.operate-point .box .right .item .text b {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 12px 0 10px 0;
  display: block;
}
.operate-point .box .right .item .text p {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
.operate-internet {
  padding: 30px 0;
  background: url(../image/operate_internet_bg.jpg) no-repeat top center;
}
.operate-internet .box {
  margin: 35px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.operate-internet .box .list {
  width: 580px;
  margin-right: 30px;
  margin-bottom: 25px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
  background: #fff;
  box-shadow: 0 0px 5px #b5c5dc;
}
.operate-internet .box .list .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  height: 354px;
  overflow: hidden;
}
.operate-internet .box .list .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.operate-internet .box .list .text {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
}
.operate-internet .box .list .text b {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
  color: #333333;
  margin: 0 auto;
  line-height: 20px;
  margin: 0px 0 6px 0;
}
.operate-internet .box .list .text p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}
.operate-internet .box .list span {
  display: block;
  line-height: 36px;
  padding: 3px 0 0 0;
  font-size: 14px;
  overflow: hidden;
  color: #333333;
}
.operate-internet .box .list span i {
  color: #2a55a5;
  display: block;
  text-align: center;
  line-height: 24px;
}
.operate-internet .box .list:nth-child(2n + 2) {
  margin-right: 0;
}
.operate-internet .box .list:nth-child(3),
.operate-internet .box .list:nth-child(4) {
  margin-bottom: 0;
}
.operate-internet .box .list:hover .pic img {
  transform: scale(1.1);
}
.operate-internet .more {
  display: block;
  width: 180px;
  line-height: 32px;
  margin: 22px auto 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.software-project {
  margin: -3px 0 0 0;
  padding: 35px 0 40px;
  background: url(../image/software_advan.jpg) no-repeat top center;
}
.software-project .box {
  margin: 35px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.software-project .box .item {
  width: 360px;
  height: 280px;
  padding: 7px;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background: url(../image/software_item_bg.png) no-repeat bottom center;
  position: relative;
  margin: 0 0 55px 0;
}
.software-project .box .item .item_t {
  border: 1px dashed #d4dded;
  display: block;
  height: 266px;
}
.software-project .box .item .item_t .icon {
  width: 73px;
  height: 71px;
  margin: 27px 137px 0px auto;
  overflow: hidden;
  position: relative;
}
.software-project .box .item .item_t .icon .icon_h {
  position: absolute;
  top: 0;
}
.software-project .box .item .item_t .icon .icon_h img {
  display: block;
}
.software-project .box .item .item_t .icon .icon_h .hover {
  display: block;
}
.software-project .box .item .item_t .text b {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin: 30px auto 10px;
  color: #333333;
  font-size: 16px;
  padding: 0 8px 0 0;
  display: block;
}
.software-project .box .item .item_t .text p {
  padding: 0 0 0 25px;
  color: #888888;
  line-height: 25px;
  font-size: 14px;
  text-align: left;
}
.software-project .box .item:hover {
  background: url(../image/software_item_bg_h.png) no-repeat bottom center;
}
.software-project .box .item:hover .item_t {
  border: none;
}
.software-project .box .item:hover .item_t .icon .icon_h {
  margin-top: -71px;
}
.software-project .box .item:hover .item_t .text b {
  color: #fff;
}
.software-project .box .item:hover .item_t .text p {
  color: #fff;
}
.software-project .box .item:hover::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 280px;
  border: 1px solid #2a55a5;
  top: -8px;
  right: -8px;
}
.software-project .box .item:nth-child(n + 3) {
  margin-bottom: 0;
}
.software-advan {
  padding: 35px 0;
  height: 590px;
  background: url(../image/software_advan_2.jpg) no-repeat top center;
}
.software-advan .software_tit b {
  color: #fff;
}
.software-advan .software_tit p {
  color: #fff;
}
.software-advan .box {
  margin: 30px auto 0 0;
  width: 822px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.software-advan .box .list {
  margin-bottom: 10px;
  position: relative;
  width: 404px;
}
.software-advan .box .list a {
  display: block;
  color: #fff;
  font-size: 16px;
  height: 136px;
  line-height: 26px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 0px 0 12px;
  border-bottom-right-radius: 20px;
}
.software-advan .box .list a .icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.software-advan .box .list a .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.software-advan .box .list a .icon .icon_h img {
  display: block;
}
.software-advan .box .list a .icon .icon_h .hover {
  display: block;
}
.software-advan .box .list a .text {
  margin: 0 0 0 10px;
}
.software-advan .box .list a .text b {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0 0 6px 0;
}
.software-advan .box .list a .text p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.software-advan .box .list:hover a {
  background: url(../image/advan_a.png) no-repeat top center;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
}
.software-advan .box .list:hover a .icon .icon_h {
  margin-top: -80px;
}
.software-advan .box .list:hover a .text p {
  color: #fff;
}
.software-advan .box .list:last-child {
  margin-bottom: 0;
}
.software-bg {
  background: url(../image/software_bg.jpg) no-repeat top center;
}
.software-news {
  background: none;
}
.software-case {
  padding: 35px 0 0px;
}
.software-case .content {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.software-case .content .list {
  width: 281px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.software-case .content .list a {
  display: block;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
  background: #ffffff;
}
.software-case .content .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.software-case .content .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.software-case .content .list a .pic::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 99;
  background: url(../image/software_pic.png) no-repeat bottom center;
}
.software-case .content .list a .text {
  padding: 0 10px 20px;
}
.software-case .content .list a .text b {
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: left;
  color: #333333;
  margin: 0 auto;
  line-height: 40px;
  margin: 0px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.software-case .content .list a .text p {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  height: 138px;
}
.software-case .content .list a span {
  display: block;
  line-height: 36px;
  padding: 0px 0 0 0;
  font-size: 14px;
  overflow: hidden;
}
.software-case .content .list a span b {
  float: right;
  color: #2a55a5;
}
.software-case .content .list a .more {
  width: 80%;
  line-height: 32px;
  background: #2a55a5;
  color: #fff;
  text-align: center;
  margin: 6px auto 0;
  border-radius: 6px;
}
.software-case .content .list:nth-child(4) {
  margin-right: 0;
}
.software-case .content .list:hover a {
  box-shadow: 0 0px 7px #b2b4b6;
}
.software-case .content .list:hover a .pic img {
  transform: scale(1.1);
}
.software-case .content .list:hover a .text b {
  color: #eb6f2d;
}
.software-case .content .list:hover a .text p i {
  color: #2a55a5;
}
.software-case .content .list:hover a .text .more {
  background: #eb6f2d;
}
.software-news .region-grow .content .list {
  margin: 0;
}
.show_banner {
  position: relative;
  margin: 78px 0 0 0;
  height: 500px;
}
.show_banner img {
  width: 100%;
  display: block;
}
.show_banner .text {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 95px;
  margin: 0 0 0 -580px;
  padding: 30px 40px 0;
}
.show_banner .text .show_logo {
  width: 300px;
  margin: 0 0 15px;
}
.show_banner .text .show_logo img {
  width: 100%;
  display: block;
}
.show_banner .text p {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show_banner .text p a {
  font-size: 14px;
  color: #333333;
}
.show_banner .text p a:hover {
  color: #003299;
}
.show_case_box {
  padding: 15px 0;
  background: #f1f1f1;
}
.show_case_more {
  background: #fff;
}
.show_pages {
  background: #fff;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.show_btn_case {
  display: flex;
  justify-content: center;
  padding: 0 0 15px 0;
}
.show_btn_case a {
  width: 200px;
  line-height: 60px;
  background: #2a55a5;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin: 0 13px 0;
}
.show_case_news {
  margin: 15px 0 0 0;
  padding: 18px 20px 20px;
  background: #fff;
}
.show_case_news .box {
  display: flex;
  justify-content: space-between;
}
.show_case_news .box .left {
  width: 640px;
  border-right: 1px solid #eeeeee;
}
.show_case_news .box .left .tit {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 20px 0;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  width: 610px;
}
.show_case_news .box .left .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 0 0 0;
}
.show_case_news .box .left .content p {
  width: 50%;
  line-height: 36px;
}
.show_case_news .box .left .content p a {
  display: block;
}
.show_case_news .box .left .content p a:hover {
  color: #2a55a5;
}
.show_case_news .box .right {
  width: 495px;
}
.show_case_news .box .right .tit {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 20px 0;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}
.show_case_news .box .right .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 0 0 0;
}
.show_case_news .box .right .content p {
  width: 33%;
  line-height: 38px;
}
.show_case_news .box .right .content p a {
  display: block;
}
.show_case_news .box .right .content p a:hover {
  color: #2a55a5;
}
.show_case_news .box .right .img_case {
  margin: 20px 0 0 0;
  position: relative;
}
.show_case_news .box .right .img_case img {
  width: 100%;
  display: block;
}
.show_case_news .box .right .img_case b {
  color: #fff;
  position: absolute;
  top: 11px;
  left: 185px;
}
.show_news_content {
  background: #fff;
  margin: 20px 0 0 0;
  padding: 20px;
}
.show_news_content .tit {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 0 0 15px 0;
}
.show_news_content .detail {
  text-align: center;
  margin: 0 0 15px 0;
}
.show_news_content .detail span {
  padding: 0 10px 0;
  color: #888888;
  font-size: 14px;
}
.show_news_content .content {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.show_news_content .content p {
  text-indent: 2em;
  line-height: 30px;
  color: #888888;
}
.show_news_content .content .tags {
  margin: 20px 0 0 0;
}
.show_news_content .content .tags a {
  padding: 0 8px 0;
}
.show_news_content .content .tags a:hover {
  color: #2a55a5;
}
.show_news_content .pages {
  padding: 15px 0 5px;
}
.show_news_content .pages p {
  text-indent: 2em;
  line-height: 30px;
  color: #888888;
}
.show_news_content .pages p a {
  color: #888888;
}
.show_news_content .pages p a:hover {
  color: #2a55a5;
}
.education-agent {
  margin-top: -3px;
  padding: 35px 0;
  height: 538px;
  background: url(../image/education_advan_2.jpg) no-repeat top center;
}
.education-agent .software_tit {
  text-align: left;
  background: url(../image/t-title.png) no-repeat left 35px;
}
.education-agent .software_tit p {
  line-height: 22px;
}
.education-agent .box {
  margin: 55px auto 0 0;
  width: 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education-agent .box .list {
  margin-bottom: 30px;
  position: relative;
  width: 333px;
  height: 135px;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  cursor: pointer;
  background: url(../image/education_advan_list.jpg) no-repeat top center;
}
.education-agent .box .list a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-bottom-right-radius: 20px;
}
.education-agent .box .list a .icon {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.education-agent .box .list a .icon .icon_h {
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.education-agent .box .list a .icon .icon_h img {
  display: block;
}
.education-agent .box .list a .icon .icon_h .hover {
  display: block;
}
.education-agent .box .list a .text {
  margin: 0 0 0 10px;
}
.education-agent .box .list a .text b {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin: 0 0 6px 0;
}
.education-agent .box .list a .text p {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}
.education-agent .box .list:hover {
  box-shadow: 0 0 8px #a5a5a5;
}
.education-agent .box .list:hover a {
  background: url(../image/education_advan_list_h.jpg) no-repeat top center;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
}
.education-agent .box .list:hover a .icon .icon_h {
  margin-top: -60px;
}
.education-agent .box .list:hover a .text b {
  color: #eb6f2d;
}
.education-agent .box .list:hover a .text p {
  color: #333333;
}
.education-program {
  padding: 30px 0;
  background: url(../image/education_program_bg.jpg) no-repeat top center;
}
.education-program .guide-slider {
  width: 1200px;
  margin: 30px auto 0;
  height: 480px;
}
.education-program .guide-slider .guide {
  margin: 0 20px 0 0;
  width: 286px;
  height: 479px;
  box-sizing: border-box;
  float: left;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  background: url(../image/education_guide_1.jpg) no-repeat center top #fff;
}
.education-program .guide-slider .guide .display {
  height: 425px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px 20px 0;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  box-sizing: border-box;
}
.education-program .guide-slider .guide .display .title {
  color: #333333;
  margin: 0px 0 0 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #dddddd;
}
.education-program .guide-slider .guide .display .title b {
  font-size: 18px;
  line-height: 18px;
}
.education-program .guide-slider .guide .display .title p {
  color: #888888;
  margin: 6px 0 0 0;
}
.education-program .guide-slider .guide .display .list {
  padding: 12px 0 0 0;
}
.education-program .guide-slider .guide .display .list ul li {
  text-align: left;
  margin: 0 0 5px 0;
}
.education-program .guide-slider .guide .display .list ul li b {
  color: #333333;
  display: block;
  margin: 0 0 6px 0;
  line-height: 24px;
}
.education-program .guide-slider .guide .display .list ul li b i {
  padding: 0 4px 0 0;
}
.education-program .guide-slider .guide .display .list ul li b span {
  display: none;
}
.education-program .guide-slider .guide .display .list ul li p {
  display: none;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.education-program .guide-slider .guide .display .list1 {
  display: none;
}
.education-program .guide-slider .guide .display .list1 .more {
  width: 235px;
  line-height: 40px;
  background: #eb6f2d;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  text-align: center;
  margin: 48px 0 0 0;
}
.education-program .guide-slider .guide:last-child {
  margin-right: 0;
}
.education-program .guide-slider .guide:nth-child(2) {
  background: url(../image/education_guide_2.jpg) no-repeat top center #fff;
}
.education-program .guide-slider .guide:nth-child(3) {
  background: url(../image/education_guide_3.jpg) no-repeat top center #fff;
}
.education-program .guide-slider .on {
  width: 580px;
  box-shadow: 0 0px 7px #b2b4b6;
  background: url(../image/education_guide_1_h.jpg) no-repeat center top #fff;
}
.education-program .guide-slider .on .display {
  width: 100%;
}
.education-program .guide-slider .on .display .list {
  display: none;
}
.education-program .guide-slider .on .display .list ul li {
  margin: 0 0 3px 0;
}
.education-program .guide-slider .on .display .list ul li b {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #eb6f2d;
  margin: 0 0 2px 0;
  line-height: 20px;
}
.education-program .guide-slider .on .display .list ul li b i {
  display: none;
  padding: 0 4px 0 0;
}
.education-program .guide-slider .on .display .list ul li b span {
  display: block;
}
.education-program .guide-slider .on .display .list ul li p {
  display: block;
}
.education-program .guide-slider .on .display .list1 {
  display: block;
  width: 540px;
}
.education-program .guide-slider .on:nth-child(2) {
  background: url(../image/education_guide_2_h.jpg) no-repeat top center #fff;
}
.education-program .guide-slider .on:nth-child(3) {
  background: url(../image/education_guide_3_h.jpg) no-repeat top center #fff;
}
.education-advan {
  height: 469px;
  padding: 50px 0 0;
  background: url(../image/education_advan_bg.jpg) no-repeat top center;
}
.education-advan .software_tit b {
  color: #fff;
}
.education-advan .software_tit p {
  color: #fff;
}
.education-advan .box {
  position: relative;
}
.education-advan .box .left {
  margin: 55px auto 0 0;
  width: 803px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education-advan .box .left .list {
  margin-bottom: 10px;
  position: relative;
  width: 251px;
  height: 135px;
  overflow: hidden;
}
.education-advan .box .left .list a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 12px 12px 8px;
  height: 135px;
  border-bottom-left-radius: 55px;
  overflow: hidden;
}
.education-advan .box .left .list a .icon {
  overflow: hidden;
  position: relative;
}
.education-advan .box .left .list a .icon img {
  display: block;
}
.education-advan .box .left .list a .icon .hover {
  display: none;
}
.education-advan .box .left .list a .text {
  width: 176px;
  margin: 0 0 0 10px;
}
.education-advan .box .left .list a .text b {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0 0 6px 0;
}
.education-advan .box .left .list a .text p {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}
.education-advan .box .left .list:hover a {
  background: url(../image/education_list_h.png) no-repeat top center;
}
.education-advan .box .left .list:hover a .icon {
  margin: 0 0 0 -9px;
}
.education-advan .box .left .list:hover a .icon img {
  display: none;
}
.education-advan .box .left .list:hover a .icon .hover {
  display: block;
}
.education-advan .box .left .list:hover a .text b {
  color: #ffffff;
}
.education-advan .box .left .list:hover a .text p {
  color: #ffffff;
}
.education-advan .box .right {
  margin: -230px -150px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 602px;
}
.index-banner a {
  display: block;
  height: 500px;
  width: 100%;
}
.index-banner a .item {
  position: relative;
}
.index-banner a .item img {
  width: 100%;
  display: block;
}
.index-banner a .item .text {
  position: absolute;
  top: 95px;
  left: 55px;
}
.index-banner a .item .text b {
  display: block;
  color: #333333;
  font-size: 54px;
  letter-spacing: 2px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.index-banner a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 20px 0 0 0;
  color: #595959;
}
.index-banner a .item .text span {
  font-size: 20px;
  color: #595959;
  margin: 38px 0 43px;
  display: block;
}
.index-banner a .item .text i {
  width: 202px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: block;
  background: url(../image/top_1_img.png) no-repeat top center;
}
@keyframes banner-b {
  0% {
    -webkit-transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes banner-pic {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.banner-index {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
}
.banner-index a {
  display: block;
  height: 500px;
  width: 100%;
}
.banner-index a .item {
  position: relative;
}
.banner-index a .item img {
  width: 100%;
  display: block;
}
.banner-index a .item .text {
  position: absolute;
  top: 110px;
  left: 0px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-index a .item .text b {
  display: block;
  color: #2a55a5;
  font-size: 54px;
  letter-spacing: 2px;
}
.banner-index a .item .text p {
  font-size: 46px;
  line-height: 29px;
  margin: 25px 0 0 0;
  color: #333333;
}
.banner-index a .item .text .span {
  font-size: 30px;
  color: #033333;
  margin: 52px 0 43px;
  display: block;
}
.banner-index a .item .text i {
  width: 200px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: none;
  border: 1px solid #2a55a5;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner-index a .item .text i span {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.banner-index a .item .text i:hover span {
  color: #fff;
}
.banner-index a .item .pic {
  position: absolute;
  left: 595px;
  top: 15px;
  animation: banner-pic 1s ease;
  -moz-animation: banner-pic 1s ease;
  -webkit-animation: banner-pic 1s ease;
  -o-animation: banner-pic 1s ease;
}
.banner-index .two a .item .text {
  left: 20px;
}
.banner-index .two a .item .text b {
  color: #fff;
  font-size: 52px;
  margin: 0 0 28px 0;
}
.banner-index .two a .item .text p {
  color: #ffffff;
  margin: 30px 0 0 0;
  font-size: 36px;
}
.banner-index .two a .item .text .span {
  color: #ffffff;
  font-size: 24px;
  margin: 26px 0 40px;
}
.banner-index .two a .item .text i {
  border: 1px solid #fff;
  color: #fff;
}
.banner-index .two a .item .text i:hover span {
  color: #2a55a5;
}
.banner-index .two a .item .pic {
  top: 78px;
  right: 50px;
}
.banner-index .three a .unexpected-pic3 {
  position: absolute;
}
.banner-index .three a .pic1 {
  top: 183px;
  left: 0;
  animation: banner-left 0.2s ease;
  -moz-animation: banner-left 0.2s ease;
  -webkit-animation: banner-left 0.2s ease;
  -o-animation: banner-left 0.2s ease;
}
.banner-index .three a .pic2 {
  left: 115px;
  top: 240px;
  animation: banner-left 0.4s ease;
  -moz-animation: banner-left 0.4s ease;
  -webkit-animation: banner-left 0.4s ease;
  -o-animation: banner-left 0.4s ease;
}
.banner-index .three a .pic3 {
  left: 157px;
  top: 115px;
  animation: banner-left 0.6s ease;
  -moz-animation: banner-left 0.6s ease;
  -webkit-animation: banner-left 0.6s ease;
  -o-animation: banner-left 0.6s ease;
}
.banner-index .three a .pic4 {
  left: 415px;
  top: 172px;
  animation: banner-left 0.8s ease;
  -moz-animation: banner-left 0.8s ease;
  -webkit-animation: banner-left 0.8s ease;
  -o-animation: banner-left 0.8s ease;
}
.banner-index .three a .pic5 {
  left: 543px;
  top: 165px;
  animation: banner-left 1s ease;
  -moz-animation: banner-left 1s ease;
  -webkit-animation: banner-left 1s ease;
  -o-animation: banner-left 1s ease;
}
.banner-index .three a .pic6 {
  left: 745px;
  top: 242px;
  animation: banner-left 1.2s ease;
  -moz-animation: banner-left 1.2s ease;
  -webkit-animation: banner-left 1.2s ease;
  -o-animation: banner-left 1.2s ease;
}
.banner-index .three a .pic7 {
  top: 72px;
  left: 878px;
  animation: banner-left 1.4s ease;
  -moz-animation: banner-left 1.4s ease;
  -webkit-animation: banner-left 1.4s ease;
  -o-animation: banner-left 1.4s ease;
}
.banner-index .hd ul {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 26px;
  z-index: 998;
  width: 100%;
  height: 3px;
}
.banner-index .hd ul li {
  width: 33px;
  height: 5px;
  margin: 0 3px 0;
  border-radius: 0%;
  background: #fff;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
}
.banner-index .hd ul .on {
  background: #2a55a5;
}
@keyframes banner-down {
  0% {
    -webkit-transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes banner-up {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes banner-left {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
.blue {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.blue:hover .btnbg-x {
  width: 100%;
  width: calc(100% + 2px);
  background: #2955a5;
  overflow: hidden;
  border-radius: 6px;
}
.blue:hover .btn-inner {
  color: #2955a5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.blue:hover .btn-inner i {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  right: 0.6em;
}
.blue:hover .btn-inner i :before {
  opacity: 1;
}
.blue .btnbg-x {
  position: absolute;
  left: -1px;
  width: 0;
  top: -1px;
  bottom: -1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.blue .btn-inner {
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.blue .btn-inner i {
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
  line-height: 1.5;
  right: 1em;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.blue .btn-inner i:before {
  content: ">";
  color: #fff;
  opacity: 1;
}
.white {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.white:hover .btnbg-x {
  width: 100%;
  width: calc(100% + 2px);
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
}
.white:hover .btn-inner {
  color: #2955a5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.white:hover .btn-inner i {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  right: 0.6em;
}
.white:hover .btn-inner i :before {
  opacity: 1;
}
.white .btnbg-x {
  position: absolute;
  left: -1px;
  width: 0;
  top: -1px;
  bottom: -1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.white .btn-inner {
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.white .btn-inner i {
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
  line-height: 1.5;
  right: 1em;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.white .btn-inner i:before {
  content: ">";
  color: #fff;
  opacity: 1;
}
.banner_case {
  height: 500px;
  margin: 78px 0 0 0;
  position: relative;
  overflow: hidden;
}
.banner_case .item {
  position: relative;
}
.banner_case .item .pic .pic1,
.banner_case .item .pic .pic2,
.banner_case .item .pic .pic3 {
  position: absolute;
  top: 0;
}
.banner_case .item .pic .pic1 {
  left: 0;
  margin-left: -360px;
  animation: banner-down s ease;
  -moz-animation: banner-down 0.8s ease;
  -webkit-animation: banner-down 0.8s ease;
  -o-animation: banner-down 0.8s ease;
}
.banner_case .item .pic .pic2 {
  left: 0;
  margin-left: -330px;
  animation: banner-up 0.8s ease;
  -moz-animation: banner-up 0.8s ease;
  -webkit-animation: banner-up 0.8s ease;
  -o-animation: banner-up 0.8s ease;
}
.banner_case .item .pic .pic3 {
  left: 50px;
  animation: banner-down 0.8s ease;
  -moz-animation: banner-down 0.8s ease;
  -webkit-animation: banner-down 0.8s ease;
  -o-animation: banner-down 0.8s ease;
}
.banner_case .item .text {
  position: absolute;
  top: 90px;
  left: 660px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner_case .item .text b {
  display: block;
  color: #333333;
  font-size: 54px;
  letter-spacing: 2px;
}
.banner_case .item .text b strong {
  font-weight: normal;
  color: #2a55a5;
}
.banner_case .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 20px 0 0 0;
  color: #595959;
}
.banner_case .item .text span {
  font-size: 20px;
  color: #595959;
  margin: 30px 0 35px;
  display: block;
  line-height: 34px;
}
.banner_case .item .text i {
  width: 200px;
  line-height: 44px;
  height: 44px;
  border-radius: 50px;
  background: none;
  border: 1px solid #2a55a5;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner_case .item .text i span {
  margin: 0;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
}
.banner_case .item .text i:hover span {
  color: #fff;
}
.banner_case .t-nav {
  background: rgba(255, 255, 255, 0.5);
  line-height: 50px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}
.banner_case .t-nav .box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.banner_case .t-nav .box a {
  text-align: center;
  color: #333333;
  border-right: 1px solid #acb1b9;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
  width: 25%;
}
.banner_case .t-nav .box a b {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.banner_case .t-nav .box a:last-child {
  border-right: none;
}
.banner_case .t-nav .box a:hover {
  background: #2a55a5;
  color: #fff;
  box-sizing: border-box;
}
.banner_case .t-nav .box .active {
  background: #2a55a5;
  color: #fff;
  box-sizing: border-box;
}
.banner_news {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
  height: 500px;
}
.banner_news a .item {
  position: relative;
}
.banner_news a .item img {
  width: 100%;
  display: block;
}
.banner_news a .item .text {
  position: absolute;
  top: 82px;
  left: 55px;
}
.banner_news a .item .text b {
  display: block;
  color: #333333;
  font-size: 54px;
  letter-spacing: 2px;
}
.banner_news a .item .text b strong {
  font-weight: normal;
  color: #eb6f2d;
}
.banner_news a .item .text p {
  font-size: 29px;
  line-height: 46px;
  margin: 20px 0 0 0;
  color: #595959;
}
.banner_news a .item .text span {
  font-size: 20px;
  color: #595959;
  margin: 20px 0 32px;
  display: block;
}
.banner_news a .item .text i {
  width: 200px;
  line-height: 44px;
  height: 44px;
  border-radius: 50px;
  background: none;
  border: 1px solid #2a55a5;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner_news a .item .text i span {
  margin: 0;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}
.banner_news a .item .text i:hover span {
  color: #fff;
}
.banner_news a .item .pic {
  position: absolute;
  left: 630px;
  top: 2px;
  width: 641px;
  animation: banner-down 1s ease;
  -moz-animation: banner-down 1s ease;
  -webkit-animation: banner-down 1s ease;
  -o-animation: banner-down 1s ease;
}
.banner_news .hd ul {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 26px;
  z-index: 998;
  width: 100%;
  height: 3px;
}
.banner_news .hd ul li {
  width: 33px;
  height: 5px;
  margin: 0 3px 0;
  border-radius: 0%;
  background: #fff;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
}
.banner_news .hd ul .on {
  background: #2a55a5;
}
.case_box_operate {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case_box_operate .list {
  width: 590px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 8px;
  transition: all 0.3s linear;
  position: relative;
  background: #fff;
  box-shadow: 0 0px 5px #b5c5dc;
  height: 360px;
  overflow: hidden;
}
.case_box_operate .list .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
.case_box_operate .list .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case_box_operate .list .text {
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
}
.case_box_operate .list .text b {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: left;
  color: #333333;
  margin: 0 auto;
  line-height: 20px;
  margin: 0px 0 6px 0;
}
.case_box_operate .list .text p {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}
.case_box_operate .list span {
  display: block;
  line-height: 36px;
  padding: 3px 0 0 0;
  font-size: 14px;
  overflow: hidden;
  color: #333333;
}
.case_box_operate .list span i {
  display: block;
  text-align: center;
  line-height: 24px;
}
.case_box_operate .list span i a {
  color: #2a55a5;
}
.case_box_operate .list:nth-child(2n + 2) {
  margin-right: 0;
}
.case_box_operate .list:hover .pic img {
  transform: scale(1.1);
}
.case_content_software {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case_content_software .list {
  width: 260px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.case_content_software .list a {
  display: block;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
  position: relative;
  background: #ffffff;
}
.case_content_software .list a .pic {
  width: 100%;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.case_content_software .list a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case_content_software .list a .pic::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 99;
  background: url(../image/software_pic.png) no-repeat bottom center;
}
.case_content_software .list a .text {
  padding: 0 10px 20px;
}
.case_content_software .list a .text b {
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: left;
  color: #333333;
  margin: 0 auto;
  line-height: 40px;
  margin: 0px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.case_content_software .list a .text p {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  height: auto;
}
.case_content_software .list a span {
  display: block;
  line-height: 36px;
  padding: 0px 0 0 0;
  font-size: 14px;
  overflow: hidden;
}
.case_content_software .list a span b {
  float: right;
  color: #2a55a5;
}
.case_content_software .list a .more {
  width: 80%;
  line-height: 32px;
  background: #2a55a5;
  color: #fff;
  text-align: center;
  margin: 6px auto 0;
  border-radius: 6px;
}
.case_content_software .list:nth-child(4) {
  margin-right: 0;
}
.case_content_software .list:hover a {
  box-shadow: 0 0px 7px #b2b4b6;
}
.case_content_software .list:hover a .pic img {
  transform: scale(1.1);
}
.case_content_software .list:hover a .text b {
  color: #eb6f2d;
}
.case_content_software .list:hover a .text p i {
  color: #2a55a5;
}
.case_content_software .list:hover a .text .more {
  background: #eb6f2d;
}
.case_content_seo {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case_content_seo .item {
  width: 280px;
  height: 310px;
  margin: 0 25px 25px 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.case_content_seo .item a {
  display: block;
}
.case_content_seo .item a .tit {
  line-height: 38px;
  color: #033333;
  background: #e2ecf4;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.case_content_seo .item a .list_box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  border-bottom: 1px solid #dddddd;
}
.case_content_seo .item a .list_box .list b {
  display: block;
  width: 80px;
  text-align: center;
  color: #033333;
  font-size: 14px;
}
.case_content_seo .item a .list_box .list p {
  border-left: 1px solid #dddddd;
  width: 200px;
  text-align: center;
  color: #888888;
  font-size: 14px;
}
.case_content_seo .item a .list_box .list .orange {
  color: #f11919;
}
.case_content_seo .item a .list_box .list .pic {
  border-left: 1px solid #dddddd;
  padding: 5px 0;
  margin: 0 auto;
  width: 200px;
}
.case_content_seo .item a .list_box .list .pic img {
  display: block;
  margin: 0 auto;
}
.case_content_seo .item a span {
  color: #2a55a5;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.case_content_seo .item:hover a .tit {
  background: #eb6f2d;
  color: #ffffff;
  border-bottom: 1px solid #eb6f2d;
}
.case_content_seo .item:hover a .list_box .list p {
  color: #333333;
}
.case_content_seo .item:hover a .list_box .list .orange {
  color: #f11919;
}
.case_content_seo .item:hover a span {
  color: #eb6f2d;
}
.case_content_seo .item:nth-child(4n + 4) {
  margin-right: 0;
}
.case_content_applet {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case_content_applet .item {
  width: 224px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 20px 25px 0;
}
.case_content_applet .item a {
  display: block;
}
.case_content_applet .item a .pic {
  padding: 5px 0;
  margin: 0 auto;
  width: 221px;
  background: url(../image/case03_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 15px 15px;
  height: 478px;
}
.case_content_applet .item a .pic .pic_box {
  overflow: hidden;
  position: relative;
}
.case_content_applet .item a .pic .pic_box img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.case_content_applet .item a .pic .pic_box .ewm {
  display: none;
}
.case_content_applet .item a .tit {
  line-height: 38px;
  color: #666;
  text-align: center;
  margin: -8px 0 0 0;
}
.case_content_applet .item:nth-child(5n + 5) {
  margin-right: 0;
}
.case_content_applet .item:hover a .pic .pic_box::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.case_content_applet .item:hover a .pic .pic_box img {
  transform: scale(1.1);
}
.case_content_applet .item:hover a .pic .pic_box .ewm {
  display: block;
  position: absolute;
  z-index: 100;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  background: #fff;
}
.banner-education {
  height: 500px;
  margin: 78px 0 0 0;
  position: relative;
  overflow: hidden;
}
.banner-education a {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  background-size: 100% 100%;
  height: 500px;
}
.banner-education a .item {
  position: relative;
}
.banner-education a .item .pic {
  left: 0;
  top: 5px;
}
.banner-education a .item .text {
  position: absolute;
  top: 115px;
  left: 660px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-education a .item .text b {
  display: block;
  color: #ffffff;
  font-size: 54px;
  text-shadow: 0 0 6px #554646;
  font-weight: bold;
  line-height: 70px;
}
.banner-education a .item .text b strong {
  color: #2a55a5;
  color: #ffffff;
}
.banner-education a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 20px 0 0 0;
  color: #595959;
}
.banner-education a .item .text span {
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0 43px;
  display: block;
  line-height: 34px;
}
.banner-education a .item .text i {
  border: 1px solid #fff;
  color: #fff;
}
.banner-education a .item .text i span {
  line-height: 50px;
}
.banner-education a .item .text i:hover span {
  color: #2a55a5;
}
.banner-website {
  height: 500px;
  margin: 78px 0 0 0;
  position: relative;
  overflow: hidden;
}
.banner-website a {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  background-size: 100% 100%;
  height: 500px;
}
.banner-website a .item {
  position: relative;
}
.banner-website a .item .pic {
  left: 0;
  top: 48px;
}
.banner-website a .item .text {
  position: absolute;
  top: 115px;
  left: 550px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-website a .item .text b {
  display: block;
  color: #333333;
  font-size: 54px;
  font-weight: normal;
  line-height: 70px;
}
.banner-website a .item .text b strong {
  font-weight: normal;
  color: #2a55a5;
}
.banner-website a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 16px 0 0 0;
  color: #333333;
}
.banner-website a .item .text p u {
  color: #eb6f2d;
  text-decoration: none;
}
.banner-website a .item .text span {
  font-size: 20px;
  color: #333333;
  margin: 30px 0 43px;
  display: block;
  line-height: 34px;
}
.banner-website a .item .text i {
  width: 200px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: none;
  border: 1px solid #2a55a5;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner-website a .item .text i span {
  margin: 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.banner-website a .item .text i:hover span {
  color: #fff;
}
.banner-applet {
  height: 500px;
  margin: 78px 0 0 0;
  position: relative;
  overflow: hidden;
}
.banner-applet a {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  background-size: 100% 100%;
  height: 500px;
}
.banner-applet a .item {
  position: relative;
}
.banner-applet a .item .pic {
  left: 620px;
  top: 25px;
  width: 860px;
}
.banner-applet a .item .text {
  position: absolute;
  top: 115px;
  left: 30px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-applet a .item .text b {
  display: block;
  color: #333333;
  font-size: 54px;
  font-weight: normal;
  line-height: 70px;
}
.banner-applet a .item .text b strong {
  font-weight: normal;
  color: #eb6f2d;
}
.banner-applet a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 16px 0 0 0;
  color: #333333;
}
.banner-applet a .item .text p u {
  color: #eb6f2d;
  text-decoration: none;
  color: #2a55a5;
  padding: 0 0 0 5px;
}
.banner-applet a .item .text span {
  font-size: 20px;
  color: #333333;
  margin: 35px 0 43px;
  display: block;
  line-height: 34px;
}
.banner-applet a .item .text i {
  width: 200px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: none;
  border: 1px solid #2a55a5;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner-applet a .item .text i span {
  margin: 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.banner-applet a .item .text i:hover span {
  color: #fff;
}
.banner-software {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
}
.banner-software a {
  display: block;
  height: 500px;
  width: 100%;
}
.banner-software a .item {
  position: relative;
}
.banner-software a .item img {
  width: 100%;
  display: block;
}
.banner-software a .item .text {
  position: absolute;
  top: 100px;
  left: 15px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-software a .item .text b {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 54px;
  letter-spacing: 2px;
}
.banner-software a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 20px 0 0 0;
  color: #ffffff;
}
.banner-software a .item .text p u {
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  display: block;
  margin: 12px 0 0 0;
}
.banner-software a .item .text span {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin: 38px 0 25px;
  display: block;
}
.banner-software a .item .text i {
  border: 1px solid #fff;
  color: #fff;
}
.banner-software a .item .text i span {
  line-height: 50px;
}
.banner-software a .item .text i:hover span {
  color: #2a55a5;
}
.banner-software a .item .pic {
  position: absolute;
  left: 595px;
  width: 860px;
  top: 65px;
  animation: banner-pic 1s ease;
  -moz-animation: banner-pic 1s ease;
  -webkit-animation: banner-pic 1s ease;
  -o-animation: banner-pic 1s ease;
}
.banner-software .hd ul {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 26px;
  z-index: 998;
  width: 100%;
  height: 3px;
}
.banner-software .hd ul li {
  width: 33px;
  height: 5px;
  margin: 0 3px 0;
  border-radius: 0%;
  background: #fff;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
}
.banner-software .hd ul .on {
  background: #2a55a5;
}
.banner-seo {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
}
.banner-seo a {
  display: block;
  height: 500px;
  width: 100%;
}
.banner-seo a .item {
  position: relative;
}
.banner-seo a .item img {
  width: 100%;
  display: block;
}
.banner-seo a .item .text {
  position: absolute;
  top: 110px;
  left: 55px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-seo a .item .text b {
  display: block;
  color: #333333;
  font-size: 54px;
  letter-spacing: 2px;
}
.banner-seo a .item .text b strong {
  color: #eb6f2d;
  font-weight: normal;
}
.banner-seo a .item .text b u {
  color: #2a55a5;
  text-decoration: none;
}
.banner-seo a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 20px 0 0 0;
  color: #595959;
}
.banner-seo a .item .text span {
  font-size: 20px;
  color: #595959;
  margin: 38px 0 43px;
  display: block;
}
.banner-seo a .item .text i {
  width: 200px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: none;
  border: 1px solid #2a55a5;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner-seo a .item .text i span {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.banner-seo a .item .text i:hover span {
  color: #fff;
}
.banner-seo a .item .pic {
  position: absolute;
  left: 595px;
  top: 15px;
  animation: banner-pic 1s ease;
  -moz-animation: banner-pic 1s ease;
  -webkit-animation: banner-pic 1s ease;
  -o-animation: banner-pic 1s ease;
}
.banner-seo .hd ul {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 26px;
  z-index: 998;
  width: 100%;
  height: 3px;
}
.banner-seo .hd ul li {
  width: 33px;
  height: 5px;
  margin: 0 3px 0;
  border-radius: 0%;
  background: #fff;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
}
.banner-seo .hd ul .on {
  background: #2a55a5;
}
.banner-operate {
  position: relative;
  margin-top: 78px;
  overflow: hidden;
}
.banner-operate li {
  overflow: hidden;
}
.banner-operate a {
  display: block;
  height: 500px;
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.banner-operate a .item {
  position: relative;
}
.banner-operate a .item img {
  width: 100%;
  display: block;
}
.banner-operate a .item .text {
  position: absolute;
  top: 95px;
  left: 55px;
  animation: banner-b 1s ease;
  -moz-animation: banner-b 1s ease;
  -webkit-animation: banner-b 1s ease;
  -o-animation: banner-b 1s ease;
}
.banner-operate a .item .text b {
  display: block;
  color: #ffffff;
  font-size: 54px;
  letter-spacing: 2px;
}
.banner-operate a .item .text b strong {
  color: #eb6f2d;
  font-weight: normal;
}
.banner-operate a .item .text p {
  font-size: 29px;
  line-height: 29px;
  margin: 30px 0 0 0;
  color: #fcfcfc;
}
.banner-operate a .item .text p u {
  color: #eb6f2d;
  text-decoration: none;
}
.banner-operate a .item .text span {
  font-size: 20px;
  line-height: 36px;
  color: #fcfcfc;
  margin: 30px 0 40px;
  display: block;
}
.banner-operate a .item .text i {
  width: 200px;
  line-height: 50px;
  height: 50px;
  border-radius: 50px;
  background: none;
  border: 1px solid #fff;
  color: #2a55a5;
  padding: 0;
  display: block;
  text-align: center;
}
.banner-operate a .item .text i span {
  margin: 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.banner-operate a .item .text i:hover span {
  color: #2a55a5;
}
.banner-operate a .item .pic {
  position: absolute;
  left: 465px;
  top: -35px;
  margin-right: -450px;
  animation: banner-pic 1s ease;
  -moz-animation: banner-pic 1s ease;
  -webkit-animation: banner-pic 1s ease;
  -o-animation: banner-pic 1s ease;
  width: 1095px;
}
.banner-operate a .item .pic img {
  width: 1095px;
}
.banner-operate .hd ul {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 26px;
  z-index: 998;
  width: 100%;
  height: 3px;
}
.banner-operate .hd ul li {
  width: 33px;
  height: 5px;
  margin: 0 3px 0;
  border-radius: 0%;
  background: #fff;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
}
.banner-operate .hd ul .on {
  background: #2a55a5;
}
.fix_right {
  position: fixed;
  right: 10px;
  z-index: 999;
  top: 50%;
  margin-top: -120px;
}
.fix_right .list {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.fix_right .list img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.fix_right .list .hover {
  display: none;
}
.fix_right .list:hover {
  background: #ea6d31;
  border: 1px solid #ea6d31;
}
.fix_right .list:hover img {
  display: none;
}
.fix_right .list:hover .hover {
  display: block;
}
.fix_right .list:hover p {
  color: #333;
}
.fix_right .active_fix2 {
  background: #e4ce22;
}
.fix_right .active_fix2 img {
  display: none;
}
.fix_right .active_fix2 .hover {
  display: block;
}
.fix_right .active_fix2 p {
  color: #333;
}
.fix_right .active_fix3 {
  background: #e4ce22;
}
.fix_right .active_fix3 img {
  display: none;
}
.fix_right .active_fix3 .hover {
  display: block;
}
.fix_right .active_fix3 p {
  color: #333;
}
.fix_right .active_fix4 {
  background: #e4ce22;
}
.fix_right .active_fix4 img {
  display: none;
}
.fix_right .active_fix4 .hover {
  display: block;
}
.fix_right .active_fix4 p {
  color: #333;
}
.fix_right .list1 {
  display: none;
}
.fix_right .list1 .group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.fix_right .list2 .tel_h2 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 235px;
  position: absolute;
  right: 60px;
  top: -24px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 97px;
  padding: 24px 0;
  display: none;
}
.fix_right .list2 .tel_h2 .group {
  position: relative;
  text-align: left;
  padding: 0 0 0 60px;
  background: url(../image/f1.png) no-repeat 20px center;
}
.fix_right .list2 .tel_h2 .group b {
  font-weight: bold;
  color: #2a55a5;
  display: block;
  margin: 0 0 8px 0;
  font-size: 18px;
}
.fix_right .list2 .tel_h2 .group p {
  color: #aaa;
  font-size: 14px;
}
.fix_right .list2 .tel_h2 .group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fix_right .list2 .tel_h2 a {
  display: block;
  width: 100%;
  line-height: 28px;
  border-radius: 30px;
  background: #e04f67;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
}
.fix_right .list2 .tel_h2 a:hover {
  background: #e4cd22;
  color: #333;
}
.fix_right .list2 .tel_h2 a:last-child {
  margin: 0 0 0 0;
}
.fix_right .list3 .tel_h3 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 273px;
  position: absolute;
  right: 60px;
  top: -46px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 116px;
  display: none;
}
.fix_right .list3 .tel_h3 .group {
  position: relative;
  padding: 20px 0 20px 25px;
}
.fix_right .list3 .tel_h3 .group b {
  color: #444;
  display: block;
  text-align: left;
  margin: 0 0 10px 0;
}
.fix_right .list3 .tel_h3 .group .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fix_right .list3 .tel_h3 .group .detail a {
  display: block;
  color: #666;
  line-height: 28px;
  width: 48%;
  text-align: left;
  font-size: 14px;
  background: url(../image/f2_b.png) no-repeat left center;
  background-size: 12%;
  padding: 0 0 0 22px;
}
.fix_right .list3 .tel_h3 .group .detail a:hover {
  text-decoration: underline
              ;
}
.fix_right .list3 .tel_h3 .group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fix_right .list4 .tel_h4 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 140px;
  position: absolute;
  right: 60px;
  top: -50px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.fix_right .list4 .tel_h4 .group {
  position: relative;
  padding: 5px;
}
.fix_right .list4 .tel_h4 .group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fix_right .list4 .tel_h4 img {
  width: 100%;
  display: block;
}
.fix_right .list4 .tel_h4 h4 {
  text-align: center;
  font-size: 14px;
}



.fix_right .list5 .tel_h5 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 273px;
  position: absolute;
  right: 60px;
  top: -28px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 94px;
  display: none;
}
.fix_right .list5 .tel_h5 .group {
  position: relative;
  padding: 20px 0 20px 25px;
}
.fix_right .list5 .tel_h5 .group b {
  color: #444;
  display: block;
  text-align: left;
  margin: 0 0 10px 0;
}
.fix_right .list5 .tel_h5 .group .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fix_right .list5 .tel_h5 .group .detail a {
  display: block;
  color: #666;
  line-height: 28px;
  width: 48%;
  text-align: left;
  font-size: 14px;
  background: url(../image/f0_h.png) no-repeat left center;
  background-size: 12%;
  padding: 0 0 0 22px;
}
.fix_right .list5 .tel_h5 .group .detail a:hover {
  text-decoration: underline
;
}
.fix_right .list5 .tel_h5 .group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-right: -10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}






.pagination_cur a {
  padding: 6px 10px;
  display: block;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  font-size: 14px;
  color: #033333;
  margin: 0 4px;
}
.pagination_cur span{
  padding: 6px 10px;
  display: block;
  background-color: #2a55a5;
  border: 1px solid #2a55a5;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 4px;
}









