﻿body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

div,
p,
li {
  word-break: break-all;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}

html {
  min-width: 1280px;
}

fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}

a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

caption {
  text-align: left;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:unknown {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #263463;
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c5c5c5;
  opacity: 1;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}

.w1600 {
  width: 1400px;
  margin: 0 auto;
}

/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100vh;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 100vh;
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner_main .banner li video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.banner_main .banner li .bg {
  background: rgba(0, 3, 100, 0.32);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}

.banner_main .banner li img {
  width: 787px;
  height: 129px;
  position: absolute;
  top: 100%;
  margin-top: -64px;
  left: 50%;
  margin-left: -393px;
  z-index: 11;
  transition: all 1s;
  transform: scale(0.3);
}

.active .banner_main .banner li img {
  top: 50%;
  transform: scale(1);
}

.banner_main .banner li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_main .banner .tip {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}

.banner_main .banner .tip span {
  margin: 0 10px;
  width: 50px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  *display: inline;
  *zoom: 1;
  transition: ease-in-out 0.2s;
  opacity: 0.5;
}

.banner_main .banner .tip span.cur {
  background: #fff;
  opacity: 1;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 55px;
  height: 56px;
  position: absolute;
  left: 10%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.banner_main .banner .next {
  left: auto;
  right: 10%;
  background-position: 0 -104px;
}

.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#myMenu {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  right: 17px;
}

#myMenu li {
  position: relative;
  line-height: 32px;
  height: 32px;
  width: 10px;
}

#myMenu li b {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #c3c3c4;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: transparent;
}

#myMenu li p {
  color: #333;
  font-size: 16px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: absolute;
  width: 75px;
  right: 15px;
  top: 0;
  height: 32px;
  line-height: 32px;
}

#myMenu li:first-child p {
  color: #fff;
}

#myMenu li.active b {
  background: #d4b768;
  border: 1px solid #d4b768;
}

#myMenu li.active p {
  opacity: 1;
}

.header_main {
  width: 100%;
  height: 93px;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 1280px;
  transition: ease-in-out .2s;
}

.fp-viewing-page2 .header_main,
.fp-viewing-page3 .header_main,
.fp-viewing-page4 .header_main,
.fp-viewing-page5 .header_main,
.fp-viewing-page6 .header_main {
  background: #263463;
}

.header_main .header {
  position: relative;
}

.header_main .header .webLogo {
  position: absolute;
  left: 102px;
  z-index: 10;
  top: 30px;
}

.header_main .webLogo img {
  display: block;
}

.nav_main {
  position: relative;
  z-index: 9;
  text-align: center;
}

.nav_main ul {
  display: inline-block;
  zoom: 1;
}

.nav_main .list li {
  float: left;
  padding: 0 22px;
  padding-bottom: 25px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
  margin: 0 1px;
}

.nav_main .list li .nav1 {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  line-height: 35px;
  font-size: 16px;
  margin-top: 35px;
  vertical-align: middle;
}

.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}

.nav_main li dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 93px;
  text-align: center;
  z-index: 99;
  background: url(../images/black30.png) repeat;
  overflow: hidden;
  display: none;
}

.nav_main li dl.wdl {
  width: 200%;
  left: -50%;
}

.nav_main li dl dd {
  line-height: 40px;
}

.nav_main li dl dd a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.nav_main li dl dd a:hover {
  background: #263463;
}

.por {
  position: relative;
}

.header_main .search-box {
  position: absolute;
  top: 30px;
  right: 132px;
  z-index: 20;
}

.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}

.header_main .share-sub .sub-btn {
  border: none;
  width: 34px;
  height: 34px;
  background: url(../images/icon.png);
  cursor: pointer;
  margin-top: 2px;
  background-position: 0 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.header_main .share-sub .tex {
  width: 176px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  padding: 7px 0px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  outline: none;
}

/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
  display: none;
}

.rightFix a {
  width: 65px;
  height: auto;
  background: #263463;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}

.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #263463;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}

.rightFix .img p {
  padding-top: 5px;
}

.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}

.rightFix a:hover .img p {
  color: #fff;
}

.rightFix .img img {
  width: 110px;
  height: 110px;
}

.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: 0;
  top: 0;
  background: #263463;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}

.rightFix a:hover {
  background-color: #263463;
  overflow: visible;
}

.rightFix a:hover h3 {
  color: #fff;
}

.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -120px;
}

.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -220px;
}

.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}

.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}

.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}

.rightFix .fix-bj {
  cursor: pointer;
}

.rightFix .fix-bj .ico {
  background-position: 0 -160px;
}

.rightFix .fix-bj:hover .ico {
  background-position: -32px -160px;
}

.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}

.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}

.rightFix .mess .ico {
  background-position: 0 -96px;
}

.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}

.rightFix .fix_top .ico {
  background-position: 0 -128px;
}

.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: 0.5;
}

/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #263463;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }

  20% {
    border-radius: 2px;
  }

  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }

  80% {
    border-radius: 2px;
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.index_title {
  text-align: center;
  padding-bottom: 34px;
}

.index_title h3 {
  font-size: 50px;
  color: #263463;
  font-weight: bold;
  position: relative;
  display: inline-block;
  background: url(../images/index_title.png) center 55px no-repeat;
}

.index_title p {
  font-size: 24px;
  color: #999;
  font-weight: lighter;
}

.floor_1_main {
  background: #fafbfd;
  padding-bottom: 80px;
}

.floor_1_main .body .des {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-bottom: 78px;
}

.floor_1_main .body .list {
  background: #fcfcfe;
  border: 1px solid #eaebec;
}

.floor_1_main .body .list .item {
  border-bottom: 1px solid #eaebec;
  border-right: 1px solid #eaebec;
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  height: 154px;
  padding-left: 90px;
  padding-top: 36px;
}

.floor_1_main .body .list .item .img {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  margin-right: 25px;
}

.floor_1_main .body .list .item .img img {
  position: absolute;
  left: 0;
  top: 10px;
  transition: ease-in-out 0.2s;
}

.floor_1_main .body .list .item .img img:nth-child(2) {
  left: -60px;
}

.floor_1_main .body .list .item h3 {
  font-size: 60px;
  font-family: arial;
  line-height: 55px;
}

.floor_1_main .body .list .item h3 span {
  font-size: 30px;
  padding-left: 10px;
  font-family: "微软雅黑";
  vertical-align: text-top;
}

.floor_1_main .body .list .item p {
  font-size: 14px;
  color: #666;
  padding-top: 5px;
  line-height: 12px;
}

.floor_1_main .body .list .item strong {
  font-weight: 100;
}

.floor_1_main .body .list .item:hover .img img:first-child {
  left: 60px;
}

.floor_1_main .body .list .item:hover .img img:nth-child(2) {
  left: 0;
}

.floor_1_main .body .list .item:hover h3 {
  color: #263463;
}

.floor_1_main .body .list .item:nth-child(3n) {
  border-right: none;
}

.floor_2_main {
  background: #076ee2 url("../images/f2_bg.jpg") center bottom no-repeat;
  padding-bottom: 148px;
}

.floor_2_main .index_title .left {
  color: #fff;
}

.floor_2_main .index_title .right a {
  border: 1px solid #fff;
}

.floor_2_main .slideTxtBox {
  position: relative;
}

.floor_2_main .slideTxtBox .hd {
  position: absolute;
  right: 200px;
  top: -60px;
}

.floor_2_main .slideTxtBox .hd li {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  padding: 0 19px;
}

.floor_2_main .slideTxtBox .hd li:first-child {
  border-right: 1px solid #fff;
}

.floor_2_main .slideTxtBox .hd li.on {
  font-weight: bold;
}

.floor_2_main .slideTxtBox .bd .slideBox {
  width: 1049px;
  position: relative;
  margin-bottom: 57px;
  float: left;
}

.floor_2_main .slideTxtBox .bd .slideBox .Chd {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
}

.floor_2_main .slideTxtBox .bd .slideBox .Chd ul {
  display: inline-block;
}

.floor_2_main .slideTxtBox .bd .slideBox .Chd li {
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
  float: left;
  margin: 0 8px;
}

.floor_2_main .slideTxtBox .bd .slideBox .Chd li.on {
  background: #263463;
}

.floor_2_main .slideTxtBox .bd .slideBox .Cbd .ul {
  position: relative;
}

.floor_2_main .slideTxtBox .bd .slideBox .Cbd .ul img {
  width: 100%;
  display: block;
  height: 589px;
}

.floor_2_main .slideTxtBox .bd .slideBox .Cbd .ul p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 286px;
  background: url("../images/f2_box1_bg.png") repeat-x;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 200px 40px 0;
}

.floor_2_main .slideTxtBox .bd .list .item:first-child {
  float: right;
  margin-right: 0;
  margin-bottom: 57px;
}

.floor_2_main .slideTxtBox .bd .list .item:last-child {
  margin-right: 0;
  float: right;
}

.floor_2_main .slideTxtBox .bd .list .item {
  width: 497px;
  float: left;
  background: #fff;
  height: 590px;
  margin-right: 52px;
}

.floor_2_main .slideTxtBox .bd .list .item img {
  width: 100%;
  height: 276px;
}

.floor_2_main .slideTxtBox .bd .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_2_main .slideTxtBox .bd .list .item span {
  font-size: 18px;
  font-family: arial;
  color: #999;
  margin: 40px 45px 30px;
  display: block;
}

.floor_2_main .slideTxtBox .bd .list .item h3 {
  font-size: 22px;
  overflow: hidden;
  padding: 0 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 16px;
}

.floor_2_main .slideTxtBox .bd .list .item p {
  font-size: 18px;
  line-height: 27px;
  color: #999;
  padding: 0 45px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_2_main .slideTxtBox .bd .list .item h4 {
  font-size: 18px;
  width: 140px;
  line-height: 42px;
  margin-left: 45px;
  margin-top: 33px;
}

.floor_2_main .slideTxtBox .bd .list .item h4 i {
  width: 24px;
  height: 11px;
  background-position: -150px 0;
  margin-left: 13px;
  transition: ease-in-out 0.2s;
}

.floor_2_main .slideTxtBox .bd .list .item:hover h3 {
  color: #333;
  font-weight: bold;
}

.floor_2_main .slideTxtBox .bd .list .item:hover h4 {
  background: #263463;
  text-align: center;
  color: #fff;
}

.floor_2_main .slideTxtBox .bd .list .item:hover h4 i {
  background-position: -123px 0;
}

.floor_3_main {
  position: relative;
  overflow: hidden;
}

.floor_3_main .hd li {
  width: 14.2857%;
  background: #fff;
  float: left;
  height: 281px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 71px;
  position: relative;
  overflow: hidden;
}

.floor_3_main .hd li span {
  color: #666;
  text-transform: uppercase;
}

.floor_3_main .hd li h3 {
  font-size: 18px;
  margin-bottom: 40px;
  padding-top: 16px;
  line-height: 28px;
  height: 56px;
}

.floor_3_main .hd li img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  transition: ease-in-out 0.2s;
}

.floor_3_main .hd li a {
  display: block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  background: #263463;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 0;
  transition: ease-in-out 0.2s;
  opacity: 0;
}

.floor_3_main .hd li a i {
  width: 7px;
  height: 8px;
  background-position: -122px -18px;
  float: right;
  margin-top: 12px;
}

.floor_3_main .hd li:hover:before,
.floor_3_main .hd li.on:before {
  height: 5px;
  background: #263463;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.floor_3_main .hd li.on {
  background: #f2f2f2;
}

.floor_3_main .hd li:hover a {
  left: 50px;
  opacity: 1;
}

.floor_3_main .hd li:hover img {
  left: 0;
  opacity: 0;
}

.floor_3_main .hd .arrow a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  z-index: 120;
  text-align: center;
  left: 50%;
  bottom: 350px;
  cursor: pointer;
  margin-left: 677px;
}

.floor_3_main .hd .arrow a i {
  width: 8px;
  height: 13px;
  background-position: -56px -106px;
  margin: 13px auto 0;
}

.floor_3_main .hd .arrow .next {
  margin-left: 760px;
}

.floor_3_main .hd .arrow .next i {
  background-position: -67px -106px;
}

.floor_3_main .hd .arrow a:hover {
  background: #f2f2f2;
}

.floor_3_main .bd li {
  position: relative;
  padding-top: 33.854%;
}

.floor_3_main .bd li img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  display: block;
}

.floor_3_main .bd li .box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #263463;
  color: #fff;
  width: 820px;
  height: 272px;
  z-index: 10;
  box-sizing: border-box;
  padding-left: 158px;
  padding-top: 50px;
}

.floor_3_main .bd li .box h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.floor_3_main .bd li .box .a .left {
  font-size: 18px;
  line-height: 30px;
}

.floor_3_main .bd li .box .a .right {
  width: 456px;
  float: left;
  margin-left: 10px;
}

.floor_3_main .bd li .box .a a {
  color: #fff;
  border: 1px solid #4794f2;
  width: 132px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 18px;
  margin-bottom: 15px;
  font-size: 14px;
  transition: ease-in-out 0.2s;
}

.floor_3_main .bd li .box .a a:hover {
  background: #fff;
  color: #263463;
}

.floor_3_main .bd li .box i {
  width: 100px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 30px;
}

.floor_4_main {
  position: relative;
  padding-top: 49.479166%;
  overflow: hidden;
  background: url("../images/f4_bg.jpg") center top no-repeat;
}

.floor_4_main video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.floor_4_main .w1600 {
  position: absolute;
  z-index: 11;
  left: 50%;
  margin-left: -700px;
  top: 0;
}

.floor_4_main .index_title .left {
  color: #fff;
}

.floor_4_main .index_title .left i {
  background: #06a4ee;
  left: 122px;
}

.floor_4_main .index_title .right a {
  border: 1px solid #fff;
  background: none;
}

.floor_4_main .body {
  margin-top: 39px;
}

.floor_4_main .body li {
  float: left;
  width: 150px;
  text-align: center;
  margin: 162px 28px 0;
  cursor: pointer;
}

.floor_4_main .body li a {
  display: block;
  width: 100%;
  position: relative;
}

.floor_4_main .body li .bg {
  position: absolute;
  left: 13px;
  top: 0;
  width: 123px;
  display: block;
  height: 123px;
  background: url("../images/f4_ico.png") no-repeat;
  -webkit-animation: rotate 10s linear 0s infinite;
  animation: rotate 10s linear 0s infinite;
}

.floor_4_main .body li .text {
  display: block;
  width: 100%;
  padding-top: 40px;
}

.floor_4_main .body li .text img {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto 50px;
}

.floor_4_main .body li .text .line {
  display: block;
  width: 1px;
  height: 336px;
  background: url("../images/f3_line.png") no-repeat;
  margin: -47px auto 0;
}

.floor_4_main .body li .text p {
  font-size: 26px;
  color: #fff;
}

.floor_4_main .body li.hover a,
.floor_4_main .body li:hover a {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.floor_4_main .body li:first-child {
  margin-left: 0;
}

.floor_4_main .body li:nth-child(2n) {
  margin-top: 0;
}

.floor_4_main .body li:nth-child(2n) .bg {
  width: 150px;
  height: 151px;
  background: url("../images/f4_ico2.png") no-repeat;
  background-size: cover;
  left: 0;
}

.floor_4_main .body li:nth-child(2n) .text {
  padding-top: 55px;
}

.floor_4_main .body li:nth-child(2n) .text img {
  margin-bottom: 60px;
}

.floor_4_main .body li:nth-child(2n) .text .line {
  margin-top: -45px;
}

.floor_4_main .body li:last-child {
  margin-right: 0;
  margin-top: 70px;
}

.floor_4_main .body li:last-child .bg {
  width: 123px;
  height: 123px;
  background: url("../images/f4_ico.png") no-repeat;
  background-size: cover;
  left: 13px;
}

.floor_4_main .body li:last-child .text {
  padding-top: 40px;
}

.floor_4_main .body li:last-child .text img {
  margin-bottom: 50px;
}

.floor_4_main .body li:last-child .text .line {
  margin-top: -47px;
}

.floor_5_main {
  background: #f1f2f6 url("../images/f5_bg.jpg") bottom center no-repeat;
  height: 932px;
  overflow: hidden;
}

.floor_5_main .index_title .right a {
  width: 150px;
  height: 44px;
  line-height: 44px;
}

.floor_5_main .body {
  position: relative;
  padding-top: 76px;
  padding-bottom: 73px;
}

.floor_5_main .tab {
  position: relative;
  margin-top: 20px;
}

.floor_5_main .floor_5_left {
  width: 864px;
  position: absolute;
  left: 80px;
  color: #fff;
  top: 80px;
}

.floor_5_main .floor_5_left h3 {
  font-size: 24px;
  padding-bottom: 28px;
}

.floor_5_main .floor_5_left h4 {
  font-size: 16px;
  color: #c8dcfa;
  line-height: 30px;
}

.floor_5_main .floor_5_left .des {
  line-height: 35px;
  font-size: 16px;
  background: url("../images/f5_ico.png") repeat-y;
  padding-left: 21px;
  margin-top: 20px;
  max-height: 240px;
  overflow: hidden;
}

.floor_5_main .floor_5_right {
  position: relative;
  z-index: 11;
}

.floor_5_main .floor_5_right li {
  float: right;
  width: 198px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 170px 27px 0;
  height: 308px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.floor_5_main .floor_5_right li img {
  width: 158px;
  height: 211px;
}

.floor_5_main .floor_5_right li p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 52px;
  color: #666;
  border-top: 1px solid #ddd;
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.floor_5_main .floor_5_right li:first-child {
  width: 374px;
  margin-top: 50px;
  height: auto;
  margin-left: 0;
  background: none;
  box-shadow: none;
}

.floor_5_main .floor_5_right li:first-child img {
  width: 100%;
  height: auto;
}

.floor_5_main .floor_5_right li:first-child p {
  display: none;
}

.floor_5_main .floor_5_right li:hover {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.floor_5_main .floor_5_right li:hover p {
  font-weight: bold;
}

.floor_5_main .hd {
  position: absolute;
  right: 150px;
  top: -98px;
}

.floor_5_main .hd li {
  float: left;
  width: 180px;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  background: #d7dade;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition: ease-in-out 0.2s;
}

.floor_5_main .hd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5_main .hd li i {
  width: 13px;
  height: 8px;
  background-position: 0 -158px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  transition: ease-in-out 0.2s;
  opacity: 0;
  top: 10px;
}

.floor_5_main .hd li.on,
.floor_5_main .hd li:hover {
  background: #263463;
  color: #fff;
}

.floor_5_main .hd li.on a,
.floor_5_main .hd li:hover a {
  color: #fff;
}

.floor_5_main .hd li.on i,
.floor_5_main .hd li:hover i {
  top: -8px;
  opacity: 1;
}

.w1400 {
  margin: 0 auto;
  width: 1400px;
}

.sub_banner {
  padding-top: 20.83333%;
  position: relative;
  margin-top: 93px;
}

.sub_banner img {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  display: block;
}

.sub_banner .tit {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 125px;
  z-index: 10;
  color: #fff;
  width: 100%;
  padding-left: 95px;
}

.sub_banner .tit p {
  font-size: 16px;
  font-weight: lighter;
  width: 582px;
  line-height: 36px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.sub_banner .tit p a {
  color: #fff;
}

.sub_banner .tit p a:hover {
  color: #263463;
}

.sub_banner .tit h3 {
  font-size: 48px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);

  margin-bottom: 15px;
}

.sub_banner .tit span {
  display: block;
  background: #fff;
  width: 85px;
  height: 1px;
  z-index: 20;
  position: absolute;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  top: 30px;
  left: 0;
}

.sub_banner .menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  font-size: 18px;
  color: #fff;
}

.sub_banner .menu li {
  float: left;
  margin-right: 60px;
  text-align: center;
  transition: ease-in-out 0.2s;
}

.sub_banner .menu li dl {
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  background: #fff;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.sub_banner .menu li dl dd {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 0;
}

.sub_banner .menu li dl dd a {
  float: left;
  width: 180px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  position: relative;
  display: block;
}

.sub_banner .menu li dl dd a:before {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #c9c9c9;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sub_banner .menu li dl dd a:first-child:before {
  width: 0;
}

.sub_banner .menu li dl dd a:hover,
.sub_banner .menu li dl dd a.on {
  color: #263463;
  font-weight: bold;
}

.sub_banner .menu li.on dl {
  display: block;
}

.sub_banner .menu li .a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.sub_banner .menu li:hover .a,
.sub_banner .menu li .a.hover {
  font-weight: bold;
  line-height: 60px;
  border-bottom: 4px solid #d7bc73;
  color: #d7bc73;
}

.about_title p {
  font-size: 30px;
  font-family: arial;
  color: #afbbcf;
  text-transform: uppercase;
}

.about_title h3 {
  font-size: 40px;
}

.about_1_main {
  padding-top: 165px;
  overflow: hidden;
}

.about_1_main .body .box1 .left {
  width: 700px;
}

.about_1_main .body .box1 .left .hd {
  border-bottom: 1px solid #d2d2d2;
}

.about_1_main .body .box1 .left .hd ul {
  width: 140%;
}

.about_1_main .body .box1 .left .hd li {
  float: left;
  width: 100px;
  margin-right: 100px;
  font-size: 20px;
  line-height: 88px;
}

.about_1_main .body .box1 .left .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.about_1_main .body .box1 .left .hd li a:before {
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-bottom: 2px solid #263463;
  z-index: 10;
  content: "";
  transition: ease-in-out 0.2s;
}

.about_1_main .body .box1 .left .hd li.on {
  color: #263463;
  font-weight: bold;
}

.about_1_main .body .box1 .left .hd li.on a {
  color: #263463;
}

.about_1_main .body .box1 .left .hd li.on a:before {
  width: 100%;
}

.about_1_main .body .box1 .left .bd li {
  line-height: 32px;
  font-size: 16px;
  margin-top: 37px;
  height: 224px;
  overflow: hidden;
}

.about_1_main .body .box1 .right {
  position: relative;
  overflow: hidden;
}

.about_1_main .body .box1 .right img {
  width: 595px;
  height: 417px;
  padding: 14px;
  border: 1px solid #e3e3e3;
}

.about_1_main .body .box1 .right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 517px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_1_main .body .box1 .right:hover::before {
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  transition: left 1.5s;
  left: 150%;
  opacity: 1;
}

.about_1_main .body .list {
  background: url("../images/about_1_bg.jpg") no-repeat;
  border: 1px solid #eaebec;
  margin: 76px 0 82px;
}

.about_1_main .body .list .item {
  border-bottom: 1px solid #eaebec;
  border-right: 1px solid #eaebec;
  float: left;
  width: calc(33.333333333333336%);
  box-sizing: border-box;
  height: 154px;
  padding-left: 90px;
  padding-top: 36px;
}

.about_1_main .body .list .item .img {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  margin-right: 25px;
}

.about_1_main .body .list .item .img img {
  position: absolute;
  left: 0;
  top: 10px;
  transition: ease-in-out 0.2s;
}

.about_1_main .body .list .item .img img:nth-child(2) {
  left: -60px;
}

.about_1_main .body .list .item h3 {
  font-size: 60px;
  font-family: arial;
  line-height: 55px;
}

.about_1_main .body .list .item h3 span {
  font-size: 30px;
  padding-left: 10px;
  font-family: "微软雅黑";
  vertical-align: text-top;
}

.about_1_main .body .list .item p {
  font-size: 14px;
  color: #666;
  line-height: 12px;
}

.about_1_main .body .list .item strong {
  font-weight: 100;
}

.about_1_main .body .list .item:hover .img img:first-child {
  left: 60px;
}

.about_1_main .body .list .item:hover .img img:nth-child(2) {
  left: 0;
}

.about_1_main .body .list .item:hover h3 {
  color: #263463;
}

.about_1_main .body .list .item:nth-child(3n) {
  border-right: none;
}

.about_1_main .body .box2 {
  position: relative;
  height: 477px;
  margin-bottom: 100px;
}

.about_1_main .body .box2 img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_1_main .body .box2 p {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 56px;
  left: 68px;
  top: 71px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.about_1_main .body .box2::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 100px;
  height: 477px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_1_main .body .box2:hover::before {
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  transition: left 1.5s;
  left: 150%;
  opacity: 1;
}

.about_1_main .body .box3 {
  margin-bottom: 100px;
}

.about_1_main .body .box3 img {
  display: block;
  width: 100%;
}

.about_1_main .body .box4 {
  margin-bottom: 119px;
}

.about_1_main .body .box4 .about_title {
  padding-left: 66px;
  padding-top: 50px;
}

.about_1_main .body .box4 .about_title .right {
  width: 900px;
  line-height: 32px;
  padding-bottom: 44px;
}

.about_1_main .body .box4 .con {
  border: 1px solid #d3d9e3;
  padding-bottom: 10px;
  margin-top: 40px;
}

.about_1_main .body .box4 .con .left {
  width: 774px;
}

.about_1_main .body .box4 .con .left dl {
  padding-top: 70px;
}

.about_1_main .body .box4 .con .left dd img {
  width: 75px;
  height: 75px;
  float: left;
  margin-left: 66px;
}

.about_1_main .body .box4 .con .left dd h3 {
  padding-left: 195px;
  font-size: 30px;
  padding-bottom: 15px;
}

.about_1_main .body .box4 .con .left dd .des {
  padding-left: 195px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 26px;
}

.about_1_main .body .box4 .con .left dd .des p {
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.about_1_main .body .box4 .con .left dd .des p b {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #666;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.about_1_main .body .box4 .con .left dd {
  margin-bottom: 62px;
  width: 50%;
  float: left;
}

.about_3_main {
  background: url("../images/about_3_bg.jpg") top center no-repeat;
  height: 794px;
  padding-top: 85px;
  box-sizing: border-box;
  overflow: hidden;
}

.about_3_main .about_title {
  text-align: center;
}

.about_3_main .title p {
  color: #ccc;
  font-size: 24px;
  text-transform: uppercase;
}

.about_4_main {
  background: #f5f5f5 url(../images/about_4_bg.jpg) left bottom no-repeat;
  background-size: auto 463px;
}

.about_4_main .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.about_4_main .hd {
  position: relative;
}

.about_4_main .hd h3 {
  padding-bottom: 60px;
}

.about_4_main .hd a {
  display: block;
  width: 90px;
  height: 45px;
  background: #ccc;
  position: absolute;
  right: 110px;
  cursor: pointer;
  z-index: 10;
  top: 10px;
}

.about_4_main .hd a i {
  width: 12px;
  height: 7px;
  background-position: -221px 0;
  display: block;
  margin: 19px auto 0;
}

.about_4_main .hd a.next {
  right: 0;
}

.about_4_main .hd a.next i {
  background-position: -239px -0;
}

.about_4_main .hd a:hover {
  background: #d7bc73;
}

.about_4_main .bd {
  padding-bottom: 100px;
}

.about_4_main .bd_list {
  overflow: hidden;
  padding-bottom: 0;
}

.about_4_main .bd_list ul {
  width: 105%;
}

.about_4_main .bd li {
  background: #fff;
  width: 333px;
  border-bottom: 3px solid #fff;
  margin-right: 20px;
  margin-bottom: 2px;
  position: relative;
  border: 1px solid #ddd;
}

.about_4_main .bd_list li {
  float: left;
  margin-bottom: 40px;
}

.about_4_main .bd li .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  background: #263463;
  display: block;
}

.about_4_main .bd_list li:nth-child(4n) {
  margin-right: 0;
}

.about_4_main .bd li img {
  width: 278px;
  height: 209px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.about_4_main .bd li h3 {
  padding: 0 30px;
  font-size: 24px;
  padding-top: 20px;
  line-height: 25px;
  padding-bottom: 5px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
}

.about_4_main .bd li p {
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 30px;
}

.about_4_main .bd li:hover .line {
  width: 100%;
  transition: ease-in-out 0.2s;
}

.about_4_main {
  padding-bottom: 100px;
  overflow: hidden;
}

.about_4_main .hd a {
  left: 50%;
  top: auto;
  bottom: -470px;
  margin-left: -100px;
}

.about_4_main .hd a.next {
  margin-left: 10px;
}

.about_5_main {
  overflow: hidden;
}

.floor_5 .title {
  margin-bottom: 60px;
}

.floor_5 .title .left h3 {
  line-height: 45px;
}

.floor_5 .title li {
  float: left;
  width: 178px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #eeeeee;
  margin-left: 10px;
  border: 1px solid #eee;
  transition: ease-in-out 0.2s;
}

.floor_5 .title li i {
  width: 20px;
  height: 7px;
  background-position: -134px -85px;
  margin-left: 20px;
}

.floor_5 .title li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5 .title li:hover {
  background: #fff;
}

.floor_5 .title li:hover a {
  font-weight: bold;
  color: #ed6d00;
}

.floor_5 .title li:hover i {
  background-position: -155px -85px;
}

.floor_5 .body {
  padding-bottom: 100px;
}

.floor_5 .body .left {
  width: 567px;
  border: 1px solid #ddd;
  height: 357px;
}

.floor_5 .body .left ul {
  padding-top: 5px;
}

.floor_5 .body .left li {
  position: relative;
  border-top: 1px solid #eee;
  margin: 0 45px 16px 28px;
  padding-top: 16px;
}

.floor_5 .body .left li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5 .body .left li i {
  width: 7px;
  height: 15px;
  background-position: -136px -123px;
  position: absolute;
  right: 0;
  top: 36px;
}

.floor_5 .body .left li .fl h3 {
  font-size: 35px;
  color: #737373;
  font-family: arial;
}

.floor_5 .body .left li .fl p {
  font-size: 12px;
  color: #737373;
  font-family: arial;
}

.floor_5 .body .left li .fr {
  font-size: 18px;
  line-height: 26px;
  width: 290px;
  margin-right: 115px;
}

.floor_5 .body .left li:first-child {
  border: none;
}

.floor_5 .body .right {
  width: 998px;
}

.floor_5 .body .right li {
  border: 1px solid #ddd;
  height: 357px;
  width: 311px;
  margin-left: 29px;
  background: #fff;
  float: left;
  transition: ease-in-out 0.2s;
}

.floor_5 .body .right li img {
  width: 274px;
  height: 154px;
  margin: 19px auto 0;
  display: block;
}

.floor_5 .body .right li h3 {
  font-size: 18px;
  line-height: 24px;
  height: 28px;
  padding: 30px 19px 19px;
}

.floor_5 .body .right li p {
  padding: 15px 19px 19px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.floor_5 .body .right li span {
  color: #737373;
  font-family: arial;
  padding-right: 19px;
  float: right;
}

.floor_5 .body .right li:first-child {
  margin-left: 0;
}

.floor_5 .body .right li:hover {
  border: 1px solid #ed6d00;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.about_5_main .about_title {
  text-align: center;
  padding-bottom: 56px;
}

.about_5_main .body {
  position: relative;
  height: 540px;
  margin-bottom: 100px;
}

.about_5_main .body img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about_5_main .body h3 {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 48px;
  left: 120px;
  top: 160px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about_5_main .body p {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 36px;
  left: 120px;
  top: 230px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about_5_main .body::before {
  content: "";
  z-index: 10;
  position: absolute;
  width: 100px;
  height: 540px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.about_5_main .body:hover::before {
  -webkit-transition: left 1.5s;
  -moz-transition: left 1.5s;
  -ms-transition: left 1.5s;
  transition: left 1.5s;
  left: 150%;
  opacity: 1;
}

.ny_main {
  background: #f8f8f8;
  padding-top: 100px;
}

.job_list li {
  width: 48%;
  border: 1px solid #f1f1f1;
  height: 264px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 38px;
  float: left;
  margin-bottom: 30px;
}

.job_list li .box1 {
  position: absolute;
}

.job_list li .box1 h3 {
  font-size: 24px;
  position: relative;
}

.job_list li .box1 h3 b {
  border: 1px solid #263463;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  line-height: 21px;
  color: #263463;
  margin-top: 6px;
}

.job_list li .box1 h3 span {
  padding-left: 32px;
  font-weight: bold;
}

.job_list li .box1 p {
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #ddd;
  width: 359px;
  padding-bottom: 22px;
  padding-top: 4px;
  margin-bottom: 24px;
}

.job_list li .box1 h4 {
  color: #2f323a;
  font-size: 14px;
}

.job_list li .box1 h4 span {
  padding-left: 50px;
}

.job_list li .box1 a {
  color: #263463;
  margin-top: 25px;
  display: block;
}

.job_list li .box1 h4:nth-child(3) {
  margin-bottom: 12px;
}

.job_list li .box1 a i {
  width: 11px;
  height: 6px;
  background-position: -265px 0;
  margin-left: 5px;
}

.job_list li .img {
  position: absolute;
  right: 10px;
  top: 42px;
  z-index: 5;
}

.job_list li .img img {
  width: 90%;
  float: right;
}

.job_list li .txt_con {
  background: #fff;
  padding: 38px;
  margin-top: 220px;
}

.job_list li .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  box-sizing: border-box;
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.job_list li .txt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.job_list li .txt .des {
  color: #666;
  line-height: 28px;
  font-size: 14px;
  transition: ease-in-out 0.2s;
}

.job_list li .txt .des img {
  max-width: 100%;
}

.job_list li .txt .bott {
  margin-top: 50px;
}

.job_list li .txt .bott .left {
  margin-top: 20px;
}

.job_list li .txt .bott .left a {
  color: #263463;
}

.job_list li .txt .bott .left a i {
  width: 11px;
  height: 6px;
  background-position: -286px 0;
  margin-left: 5px;
}

.job_list li .txt .bott .right {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #263463;
  color: #fff;
}

.job_list li .txt .bott .right a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.job_list li .txt .bott .right i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 7px;
  margin-bottom: 2px;
}

.job_list li .txt .bott .right:hover a {
  background: #d5b86a;
}

.job_list li .txt .des:nth-child(2) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.job_list li:nth-child(2n) {
  float: right;
}

.job_list li.on {
  z-index: 10;
}

.job_list li:hover .box1 h3 {
  color: #263463;
}

.job_list li:hover {
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

/* pager */
.pager {
  padding: 30px 0 80px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}

.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}

.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}

.pager ul a {
  line-height: 40px;
  padding: 0 15px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
  background: #fff;
}

.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #263463;
  background: #263463;
}

.download_list {
  padding-bottom: 100px;
}

.download_list .pager {
  margin-top: 20px;
}

.download_list .tit {
  line-height: 64px;
  background: #263463;
  color: #fff;
  height: 64px;
  position: relative;
  font-size: 20px;
}

.download_list .share-sub {
  position: absolute;
  left: 250px;
  top: 14px;
  width: 250px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.download_list .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.download_list .share-sub .tex {
  width: 175px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

.download_list .tit .left i {
  width: 14px;
  height: 18px;
  background-position: -202px -22px;
  margin-left: 41px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.download_list .tit .right {
  width: 445px;
  background: #0f60d8;
}

.download_list .tit .right li {
  float: left;
}

.download_list .tit .right li i {
  width: 17px;
  height: 17px;
  background-position: -257px -22px;
  margin-right: 10px;
}

.download_list .tit .right li:first-child {
  margin-left: 83px;
  margin-right: 134px;
}

.download_list .tit .right li:first-child i {
  width: 19px;
  height: 19px;
  background-position: -226px -21px;
}

.download_list .body {
  background: #fff;
}

.download_list .body .down_con li {
  border-bottom: 1px solid #d9d9d9;
  line-height: 58px;
  padding: 0 39px;
}

.download_list .body .down_con li .left {
  font-size: 18px;
}

.download_list .body .down_con li .right {
  font-size: 16px;
}

.download_list .body .down_con li .right a {
  color: #666;
}

.download_list .body .down_con li .right a:first-child {
  margin-right: 117px;
}

.download_list .body .down_con li .right a:hover {
  color: #263463;
}

.download_list .body .down_con li:hover {
  border-bottom: 1px solid #263463;
}

.zhao_list li {
  width: 49%;
  border: 1px solid #f1f1f1;
  height: 216px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 39px 40px;
  float: left;
  margin-bottom: 20px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.05);
}

.zhao_list li h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.zhao_list li h3 span {
  display: block;
  float: right;
  width: 75px;
  height: 23px;
  background: #91a4c0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
}

.zhao_list li h3 .span1 {
  background: #263463;
}

.zhao_list li p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zhao_list li h4 {
  color: #999;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  position: relative;
  margin-top: 20px;
}

.zhao_list li h4 span {
  float: right;
}

.zhao_list li h4 i {
  width: 0;
  height: 1px;
  background: #263463;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease-in-out 0.3s;
}

.zhao_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zhao_list li:nth-child(2n) {
  float: right;
}

.zhao_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.zhao_list li:hover h3 {
  font-weight: bold;
  color: #263463;
}

.zhao_list li:hover h3 span {
  font-weight: 400;
}

.zhao_list li:hover h4 i {
  width: 100%;
}

.service_list {
  padding-top: 50px;
  padding-bottom: 20px;
}

.service_list li {
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 204px;
  background: #fff url("../images/server.jpg") top right no-repeat;
  margin-bottom: 23px;
  padding: 35px 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.service_list li p {
  font-size: 16px;
  color: #666;
  padding-bottom: 11px;
}

.service_list li h3 {
  border-bottom: 1px solid #ddd;
  font-size: 26px;
  padding-bottom: 23px;
  margin-bottom: 20px;
  color: #263463;
}

.service_list li span {
  font-size: 16px;
}

.service_list li:nth-child(3n) {
  margin-right: 0;
}

.service_list li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.page_product .box1 {
  padding: 40px;
  margin-bottom: 100px;
  background: #fff url("../images/product_bg.jpg") bottom right no-repeat;
}

.page_product .showimg {
  width: 752px;
  position: relative;
  float: left;
}

.page_product .showimg .bigimg {
  width: 750px;
  height: 422px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.page_product .showimg .bigimg .list {
  width: 5000%;
}

.page_product .showimg .bigimg .list li {
  width: 750px;
  height: 422px;
  float: left;
}

.page_product .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
  background: #f5f5f5;
}

.page_product .showimg .smallimg {
  width: 320px;
  height: 59px;
  position: absolute;
  left: 800px;
  bottom: 75px;
  z-index: 10;
  overflow: hidden;
}

.page_product .showimg .list {
  width: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.page_product .showimg .listcon {
  width: 200%;
  position: relative;
}

.page_product .showimg .prev,
.page_product .showimg .next {
  width: 37px;
  height: 57px;
  z-index: 10;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  background: #ddd url("../images/show-btn-ico.png") no-repeat 0 center;
  border-radius: 5px;
}

.page_product .showimg .prev:hover,
.page_product .showimg .next:hover {
  background-color: #b9b8b8;
}

.page_product .showimg .prev {
  left: 0;
  background-position: 11px center;
}

.page_product .showimg .next {
  right: 0px;
  background-position: -74px center;
}

.page_product .showimg .smallimg li {
  width: 101px;
  height: 57px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 1px solid #dddddd;
  background: #bdbdbd;
}

.page_product .showimg .smallimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.page_product .showimg .smallimg li.on {
  border: 1px solid #ed6d00;
}

.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}

.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: url("../images/close.png") no-repeat center center;
  transition: all ease 300ms;
}

.ewmbox .close:hover {
  transform: rotate(180deg);
}

.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}

.box1_right {
  width: calc(-700%);
  position: relative;
  height: 424px;
}

.box1_right h1 {
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 40px;
}

.box1_right h3 {
  font-size: 34px;
  color: red;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 23px;
}

.box1_right p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  height: 144px;
  overflow: hidden;
}

.box1_right .t h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
}

.box1_right .t b {
  border-bottom: 2px solid #fdc824;
  display: inline-block;
  padding-bottom: 12px;
}

.box1_right .t p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-bottom: 35px;
  padding-top: 5px;
}

.box1_right .a {
  width: 435px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.box1_right .a a {
  display: block;
  width: 200px;
  height: 45px;
  text-align: center;
  color: #fff;
  background: #263463;
  font-size: 18px;
  cursor: pointer;
  line-height: 45px;
}

.box1_right .a a i {
  width: 20px;
  height: 7px;
  background-position: -123px 0;
  margin-left: 10px;
  margin-bottom: 2px;
}

.box1_right .a a:hover {
  background: #3683f4;
}

.page_product .box2 {
  background: #fff url("../images/product_con.jpg") left top no-repeat;
  padding: 50px 100px;
}

.page_product .box2 .tit {
  font-size: 36px;
  padding-bottom: 45px;
}

.page_product .box2 .hd {
  margin-bottom: 33px;
}

.page_product .box2 .hd li {
  float: left;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  cursor: pointer;
}

.page_product .box2 .hd li:first-child {
  border-left: 1px solid #ddd;
}

.page_product .box2 .hd li.on {
  background: #263463;
  color: #fff;
}

.page_product .box2 .bd li {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.page_product .box2 .bd li img {
  max-width: 100%;
  height: auto !important;
}

.page_product .box2 .bd li table {
  width: 100% !important;
}

.page_product .box2 .bd li table tr:first-child {
  background: #263463;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.page_product .box2 .bd li table td {
  padding: 8px 10px;
}

.page_product .box2 .xia {
  background: #263463;
  color: #fff;
  height: 100px;
  margin-top: 63px;
}

.page_product .box2 .xia a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.page_product .box2 .xia h3 {
  font-size: 20px;
}

.page_product .box2 .xia img {
  width: 78px;
  height: 100px;
}

.page_product .box2 .xia .left {
  width: 50%;
  position: relative;
  padding-left: 78px;
  box-sizing: border-box;
  padding-top: 25px;
  background: #878f9f;
  height: 100px;
}

.page_product .box2 .xia .left i {
  width: 12px;
  height: 21px;
  background-position: -126px -54px;
  position: absolute;
  left: 46px;
  top: 48px;
}

.page_product .box2 .xia .right {
  width: 50%;
  box-sizing: border-box;
}

.page_product .box2 .xia .right .fl {
  padding-left: 21px;
  padding-top: 10px;
}

.page_product .box2 .xia .right .fr {
  padding-top: 25px;
  text-align: right;
  padding-right: 99px;
  position: relative;
}

.page_product .box2 .xia .right .fr i {
  width: 12px;
  height: 21px;
  background-position: -142px -54px;
  position: absolute;
  right: 46px;
  top: 38px;
}

.remm .about_title {
  text-align: center;
  padding-top: 89px;
  padding-bottom: 40px;
}

.remm .hd {
  position: relative;
}

.remm .hd h3 {
  padding-bottom: 60px;
}

.remm .hd a {
  display: block;
  width: 50px;
  height: 50px;
  background: #ccc;
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 10;
  border-radius: 100%;
  top: 90px;
}

.remm .hd a i {
  width: 12px;
  height: 7px;
  background-position: -221px 0;
  display: block;
  margin: 21px auto 0;
}

.remm .hd a.next {
  left: auto;
  right: 0;
}

.remm .hd a.next i {
  background-position: -239px -0;
}

.remm .hd a:hover {
  background: #263463;
}

.remm .bd {
  padding-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.remm .bd_list {
  overflow: hidden;
  padding-bottom: 0;
}

.remm .bd_list ul {
  width: 105%;
}

.remm .bd li {
  background: #fff;
  width: 198px;
  border-bottom: 3px solid #fff;
  margin-right: 50px;
  margin-bottom: 2px;
  position: relative;
  border: 1px solid #ddd;
  float: left;
}

.remm .bd_list li {
  float: left;
  margin-bottom: 40px;
}

.remm .bd li .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  background: #263463;
  display: block;
}

.remm .bd_list li:nth-child(5n) {
  margin-right: 0;
}

.remm .bd li img {
  width: 138px;
  height: 78px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.remm .bd li h3 {
  padding: 0 30px;
  font-size: 16px;
  padding-top: 20px;
  line-height: 25px;
  height: 50px;
  padding-bottom: 15px;
  color: #333;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.remm .bd li p {
  padding: 0 30px;
  font-size: 16px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.remm .bd li:hover .line {
  width: 100%;
  transition: ease-in-out 0.2s;
}

.case_list {
  padding-bottom: 0px;
}

.case_list li {
  margin-bottom: 48px;
  position: relative;
  height: 281px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.2s;
}

.case_list li .ico {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  border-radius: 0 0 5px 0;
}

.case_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.case_list li .left {
  overflow: hidden;
  width: 500px;
  height: 281px;
  border-radius: 5px;
}

.case_list li .left img {
  width: 500px;
  height: 281px;
  display: block;
  border-radius: 5px;
  transition: ease-in-out 0.2s;
}

.case_list li .right {
  width: 600px;
  padding-right: 251px;
}

.case_list li .right h3 {
  font-size: 36px;
  padding-top: 48px;
  padding-bottom: 34px;
}

.case_list li .right p {
  color: #666;
  padding-bottom: 30px;
}

.case_list li .right h4 span {
  display: block;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  float: left;
  background: #edf1f7;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  color: #4a77bc;
}

.case_list li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.case_list li:hover .left img {
  transform: scale(1.1);
}

.product_list {
  padding-bottom: 65px;
}

.product_list li {
  margin-bottom: 203px;
  position: relative;
  height: 519px;
  background: url("../update/product_bg.jpg") no-repeat;
  transition: ease-in-out 0.2s;
  color: #fff;
  box-sizing: border-box;
  padding-left: 100px;
  background-size: cover;
}

.product_list li .left h3 {
  font-size: 40px;
  padding-top: 100px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.product_list li .left h3 a {
  width: 155px;
  height: 38px;
  background: url("../images/btn.png") no-repeat;
  display: inline-block;
  margin-left: 62px;
  font-size: 14px;
  color: #284269;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  margin-bottom: 4px;
  transition: ease-in-out 0.2s;
}

.product_list li .left h3 a:hover {
  transform: translateX(10px);
}

.product_list li .left h5 {
  font-size: 20px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.product_list li .left p {
  padding-bottom: 20px;
  font-size: 18px;
  width: 600px;
  line-height: 28px;
}

.product_list li .left h4 span {
  display: block;
  width: 103px;
  height: 29px;
  text-align: center;
  float: left;
  background: #296dc6;
  line-height: 29px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
}

.product_list li .left h4 span:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.product_list li dl {
  position: absolute;
  left: 100px;
  bottom: -122px;
}

.product_list li dl dd {
  float: left;
  width: 199px;
  height: 308px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 49px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

.product_list li dl dd img {
  width: 100%;
  height: 212px;
}

.product_list li dl dd p {
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 15px;
  line-height: 51px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_list li dl dd:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: ease-in-out 0.2s;
}

.product_list li .no1 {
  position: absolute;
  right: 67px;
  bottom: -175px;
}

.product_list li .no1 img {
  width: 350px;
}

.product_list li .no1:hover {
  transition: ease-in-out 0.2s;
  transform: translateY(-10px);
}

.product_list li:last-child {
  height: 465px;
  margin-bottom: 100px;
}

.product_list li:last-child dl {
  display: none;
}

.product_list li:last-child .no1 {
  display: none;
}

.life_main_1 {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.life_main_1 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_1 .box1 {
  width: 334px;
  height: 521px;
  overflow: hidden;
}

.life_main_1 .box1 li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.life_main_1 .box1 li img {
  width: 100%;
  height: 251px;
  display: block;
}

.life_main_1 .box1 li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.life_main_1 .box1 li a:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.2s;
}

.life_main_1 .box2 {
  width: 692px;
  height: 519px;
  margin-left: 20px;
}

.life_main_1 .box2 .slideBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.life_main_1 .box2 .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.life_main_1 .box2 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
}

.life_main_1 .box2 .slideBox .hd ul li {
  float: left;
  margin-right: 18px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.life_main_1 .box2 .slideBox .hd ul li.on {
  background: #263463;
  color: #fff;
}

.life_main_1 .box2 .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.life_main_1 .box2 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.life_main_1 .box2 .slideBox .bd img {
  width: 100%;
  height: 519px;
  display: block;
}

.life_main_2 {
  padding-top: 98px;
}

.life_main_2 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_2 .body {
  padding-bottom: 80px;
}

.life_main_2_ny .body {
  padding-bottom: 0;
}

.life_main_2 .body li {
  position: relative;
  padding-left: 456px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 72px;
  background: #f6f6f6;
  height: 225px;
  margin-bottom: 19px;
}

.life_main_2.year_list {
  padding-top: 80px;
}

.life_main_2.year_list .body li {
  padding-left: 0px;
  height: auto;
  padding-right: 150px;
  background: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.life_main_2.year_list .body li span {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 24px;
  text-align: right;
}

.life_main_2.year_list .body li span b {
  display: block;
  font-size: 30px;
}

.life_main_2.year_list .body li:hover {
  box-shadow: none;
}

.life_main_2.year_list .body li:hover h3 {
  transform: translateY(-5px);
}

.life_main_2.year_list .body li h3 {
  padding-top: 10px;
  padding-bottom: 20px;
  transition: ease-in-out .2s;
}

.life_main_2.year_list .body li p {
  height: 48px;
  color: #999;
  transition: ease-in-out .2s;
}

.life_main_2.year_list .body li:hover p {
  transform: translateY(-5px);
}

.news_4 .body li {
  height: 300px;
  padding-left: 400px;
}

.life_main_2 .body li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 225px;
}

.news_4 .body li .img {
  display: flex;
  position: absolute;
  left: 20px;
  top: 19px;
  bottom: 50px;
  overflow: hidden;
  width: 350px;
  height: 263px;
  align-items: center;
  justify-content: center;

}

.news_4 .body li img {
  height: 300px;
}

.news_4 .body li .img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: initial;
}

.life_main_2 .body li a {
  display: block;
  width: 100%;
  height: 100%;
}

.life_main_2 .body li h3 {
  font-size: 20px;
  padding-top: 41px;
  padding-bottom: 23px;
  font-weight: 100;
}

.news_4 .body li h3 {
  padding-top: 65px;
}

.year_list .body li h3 {
  font-size: 30px;
}

.life_main_2 .body li p {
  color: #666;
  line-height: 24px;
  padding-bottom: 30px;
}

.life_main_2.year_list .body li p {
  padding-bottom: 10px;
}

.life_main_2 .body li span {
  font-size: 16px;
  color: #666;
}

.life_main_2 .body li:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.life_main_3 {
  padding-top: 98px;
  background: #f5f5f5;
}

.life_main_3 .about_title {
  text-align: center;
  padding-bottom: 50px;
}

.life_main_3 .body li {
  position: relative;
  float: left;
  width: 23.5%;
  margin-bottom: 50px;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  overflow: hidden;
}

.life_main_3 .body li:nth-child(4n) {
  margin-right: 0;
}

.life_main_3 .body li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  z-index: 10;
}

.life_main_3.img3 .body li .img {
  padding-top: 133.333%;
}

.life_main_3 .body li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.life_main_3 .body li .txt {
  background: #fff;
  height: 83px;
  line-height: 83px;
  font-size: 16px;
  position: relative;
  color: #666;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  padding: 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.life_main_3.img18 .body li .txt {
  display: none;
}

.product_img .body li {
  padding: 10px;
}

.product_img .body li .img {
  padding-top: 56.25%;
}

.product_img .body li .txt {
  text-align: center;
  line-height: 38px;
  height: 38px;
  padding-top: 5px;
}

.life_main_3 .body li .txt i {
  width: 24px;
  height: 9px;
  background-position: -150px 0;
  right: 45px;
  top: 37px;
  opacity: 0;
  position: absolute;
  transition: ease-in-out 0.2s;
}

.life_main_3 .body li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.life_main_3 .body li:hover .img img {
  transform: scale(1.1);
  -webkit-filter: brightness(105%);
  filters: brightness(105%);
  transition: ease-in-out 0.2s;
}

.life_main_3 .body li:hover .txt {
  color: #263463;
  font-weight: bold;
}

.life_main_3 .body li:hover .txt i {
  opacity: 1;
  right: 35px;
}

.tong_main_1 {
  padding-top: 95px;
  padding-bottom: 97px;
}

.tong_main_1 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_1 .body {
  background: #f8f8f8;
  border: 1px solid #dae2ec;
}

.tong_main_1 .body .left {
  border-right: 1px solid #dae2ec;
  width: 50%;
  box-sizing: border-box;
}

.tong_main_1 .body .left img {
  display: block;
  width: 100%;
}

.tong_main_1 .body .right {
  width: 50%;
  box-sizing: border-box;
  padding: 50px 70px 0;
}

.tong_main_1 .body .right h3 {
  color: #263463;
  font-size: 26px;
  margin-bottom: 22px;
}

.tong_main_1 .body .right ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.tong_main_1 .body .right li {
  float: left;
  width: 171px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.tong_main_1 .body .right li b {
  background: #263463;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-top: 12px;
  margin-right: 10px;
}

.tong_main_1 .body .right p {
  font-size: 15px;
  color: #666;
  line-height: 27px;
}

.tong_main_2 {
  padding-top: 89px;
  padding-bottom: 89px;
  background: #f8f8f8;
}

.tong_main_2 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_2 .body {
  background: #fff;
  border: 1px solid #e2ecf1;
}

.tong_main_2 .body li {
  float: left;
  height: 258px;
  width: 33.333%;
  border-bottom: 1px solid #e2ecf1;
  border-left: 1px solid #e2ecf1;
  box-sizing: border-box;
  padding: 0 38px;
}

.tong_main_2 .body li img {
  width: 65px;
  height: 65px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.tong_main_2 .body li p {
  color: #999;
  padding-bottom: 9px;
}

.tong_main_2 .body li h3 {
  font-size: 20px;
  line-height: 30px;
}

.tong_main_2 .body li:nth-child(1) {
  border-left: none;
}

.tong_main_2 .body li:nth-child(4) {
  border-left: none;
}

.tong_main_2 .body li:nth-child(4),
.tong_main_2 .body li:nth-child(5),
.tong_main_2 .body li:nth-child(6) {
  border-bottom: none;
}

.tong_main_2 .body li:hover img {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.tong_main_3 {
  padding-top: 93px;
  padding-bottom: 93px;
}

.tong_main_3 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_3 .body {
  text-align: center;
}

.tong_main_3 .body ul {
  display: inline-block;
}

.tong_main_3 li {
  float: left;
  width: 300px;
  text-align: center;
  font-size: 20px;
}

.tong_main_3 li img {
  width: 231px;
  height: auto;
  padding-bottom: 28px;
  transition: ease-in-out 0.2s;
}

.tong_main_3 li:hover img {
  transform: translateY(-10px);
}

.tong_main_3 li:hover p {
  transform: translateY(-10px);
  transition: ease-in-out 0.2s;
}

.tong_main_4 {
  padding-top: 93px;
  padding-bottom: 93px;
  background: #f8f8f8;
}

.tong_main_4 .about_title {
  text-align: center;
  padding-bottom: 60px;
}

.tong_main_4 .slideBox {
  position: relative;
}

.tong_main_4 li {
  background: #fff;
}

.tong_main_4 li .left {
  width: 42.8%;
  position: relative;
  overflow: hidden;
}

.tong_main_4 li .left img {
  width: 100%;
  display: block;
}

.tong_main_4 li .right {
  width: 57.2%;
  padding-left: 5%;
  box-sizing: border-box;
  padding-right: 4%;
  padding-top: 10px;
}

.tong_main_4 li .right h3 {
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.tong_main_4 li .right h3 i {
  width: 24px;
  height: 24px;
  background-position: -108px -103px;
  margin-right: 10px;
}

.tong_main_4 li .right p {
  margin-bottom: 30px;
  line-height: 26px;
  color: #666;
}

.tong_main_4 li .right h3:nth-child(3) i {
  background-position: -137px -103px;
}

.tong_main_4 li .right h3:nth-child(5) i {
  background-position: -167px -103px;
}

.tong_main_4 .left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 500px;
  top: 0;
  left: -250px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.tong_main_4 li:hover .left::before {
  -webkit-transition: left 15s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}

.tong_main_4 .prev,
.tong_main_4 .next {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
  display: block;
  background: #3c5985;
  cursor: pointer;
}

.tong_main_4 .prev i,
.tong_main_4 .next i {
  width: 15px;
  height: 26px;
  background-position: 0 -179px;
  margin: 0 auto;
  display: block;
  margin-top: 22px;
}

.tong_main_4 .next {
  left: auto;
  right: -35px;
}

.tong_main_4 .next i {
  background-position: -22px -179px;
}

.tong_main_4 .prev:hover,
.tong_main_4 .next:hover {
  background: #263463;
}

.sub_flash {
  position: relative;
  text-align: center;
  background: #000;
}

.sub_flash .btn {
  position: absolute;
  left: 50%;
  margin-left: -59px;
  width: 118px;
  height: 133px;
  z-index: 11;
  top: 50%;
  margin-top: -66px;
  cursor: pointer;
}

.sub_flash .cut3video {
  width: 1400px;
  margin: 0 auto;
  background: #000;
  position: relative;
  z-index: 10;
}

.tong_x_1 {
  background: #f8f8f8;
  padding-top: 92px;
  padding-bottom: 98px;
}

.tong_x_1 .about_title {
  text-align: center;
  padding-bottom: 44px;
}

.tong_x_1 .body {
  border: 1px solid #ddd;
  background: #fff;
  padding: 60px;
  position: relative;
  min-height: 93px;
}

.tong_x_1 .body .ico {
  position: absolute;
  left: 98px;
  top: 69px;
}

.tong_x_1 .body .des {
  padding-left: 236px;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}

.tong_x_2 {
  padding-top: 95px;
  padding-bottom: 48px;
}

.tong_x_2 .about_title {
  text-align: center;
  padding-bottom: 44px;
}

.tong_x_2 li {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: all ease 0.36s;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.tong_x_2 li:nth-child(3n) {
  margin-right: 0;
}

.tong_x_2 li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}

.tong_x_2 li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.tong_x_2 li .txt {
  background: #fff;
  font-size: 22px;
  position: relative;
  color: #666;
  transition: ease-in-out 0.2s;
  overflow: hidden;
  padding: 0 34px;
}

.tong_x_2 li .txt i {
  width: 24px;
  height: 9px;
  background-position: -150px 0;
  margin-bottom: 40px;
  margin-top: 34px;
  transition: ease-in-out 0.2s;
}

.tong_x_2 li .txt h3 {
  font-size: 24px;
  line-height: 36px;
  padding-top: 34px;
  padding-bottom: 23px;
}

.tong_x_2 li .txt p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 72px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tong_x_2 li:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.tong_x_2 li:hover h3 {
  color: #263463;
}

.erro {
  text-align: center;
  padding-bottom: 100px;
  color: red;
  font-size: 18px;
  padding-top: 50px;
}

/* 新闻动态-详情 */
.news_detail {
  padding: 50px;
  background: #fff;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}

.news_detail .box1 {
  line-height: 30px;
  font-size: 16px;
}

.news_detail .box1 img {
  max-width: 100%;
width: 100%;
}

.news_detail .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  padding-top: 15px;
}

.news_detail .title h1 {

  font-size: 26px;
  line-height: 60px;
  text-align: center;
  color: #333;
}

.news_detail .title .marks {
  margin-top: 10px;
}

.news_detail .title .marks span {
  font-size: 16px;
  color: #333;
}

.news_detail .title .marks span em {
  margin-right: 14px;
  color: #999;
}

.news_detail .title .marks span.t1 {
  margin-right: 14px;
}

.news_detail .title .marks span.t2 {
  margin-right: 54px;
}

.news_detail .title .marks span.t3 {
  font-family: arial;
}

.news_detail .title .marks span.t3 em {
  font-family: "Microsoft YaHei";
}

.news_detail .context {
  padding-top: 50px;
  line-height: 30px;
  font-size: 16px;
}

.news_detail .context img {
  max-width: 100%;
}

/* 资讯推荐 */
.news_recom {
  padding-top: 76px;
}

.news_recom .news_tit .tit {
  margin-left: 10px;
  float: left;
  display: block;
  width: 170px;
  font-size: 40px;
  line-height: 44px;
  color: #333;

}

.news_recom .news_tit .morenews {
  float: right;
  font-size: 20px;
  line-height: 44px;
  color: #999;
}

.news_recom .news_tit .morenews:hover {
  color: #2352b3;
}

.news_recom .newslist1 {
  margin-top: 36px;
}

.news_recom .newslist1 .list {
  width: 103%;
}

.news_recom .newslist1 li {
  position: relative;
  margin-right: 3.5%;
  float: left;
  width: calc(-16.666666666666664%);
  height: 516px;
  background: #fff;
}

.news_recom .newslist1 li.nt3 {
  margin-right: 0;
}

.news_recom .newslist1 li .img {
  display: block;
  width: auto;
  height: 242px;
  overflow: hidden;
}

.news_recom .newslist1 li img {
  display: block;
  width: auto;
  height: 242px;
  object-fit: contain;
}

.news_recom .newslist1 li .txtbox {
  padding: 40px 30px 30px 40px;
  box-sizing: border-box;
}

.news_recom .newslist1 li .txtbox .time {
  font-family: arial;
  font-size: 18px;
  line-height: 16px;
  color: #999;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt {
  padding-top: 40px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #151527;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .txt .desc {
  margin-top: 18px;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  transition: all ease 0.36s;
  overflow: hidden;
}

.news_recom .newslist1 li .detail {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-indent: 0;
  color: #151527;
  background: url("../images/f7arr1.png") no-repeat 42px center #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li .detail span {
  position: relative;
  z-index: 12;
}

.news_recom .newslist1 li .detail:before,
.news_recom .newslist1 li .detail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 36px;
  background: url("../images/f7arr2.png") 68px center no-repeat #e7434a;
  z-index: 2;
  transition: 0.8s;
}

.news_recom .newslist1 li .detail:before {
  transition: 0.3s;
  background: url("../images/f7arr2.png") 68px center no-repeat #e7434a;
  z-index: -1;
}

.news_recom .newslist1 li:hover .detail {
  text-indent: 26px;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .detail:before,
.news_recom .newslist1 li:hover .detail:after {
  width: 120px;
}

.news_recom .newslist1 li:hover .detail span {
  color: #fff;
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .time {
  transform: translateY(10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover .txtbox .txt {
  transform: translateY(-10px);
  transition: all ease 0.36s;
}

.news_recom .newslist1 li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}

/* reLink */
.reLink {
  margin-top: 28px;
  height: 120px;
  box-sizing: border-box;
  background: #878f9f;
}

.reLink .prevLink,
.reLink .nextLink {
  position: relative;
  float: left;
  width: 50%;
  height: 120px;
}

.reLink .prevLink .txt {
  padding: 40px 50px;
  margin-left: 50px;
  height: 120px;
  box-sizing: border-box;
  background: url("../images/nico-prev.png") no-repeat left center;
  transition: all ease 0.36s;
}

.reLink .prevLink .txt .tit {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.reLink .prevLink .txt .sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.reLink .prevLink .img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 135px;
  opacity: 0;
  transition: all ease 0.36s;
}

.reLink .prevLink img {
  display: block;
  width: 135px;
  object-fit: contain;
}

.reLink .nextLink {
  float: right;
}

.reLink .nextLink .txt {
  padding: 40px 50px;
  margin-right: 50px;
  height: 120px;
  box-sizing: border-box;
  background: url("../images/nico-next.png") no-repeat right center;
  transition: all ease 0.36s;
}

.reLink .nextLink .txt .tit {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: right;
}

.reLink .nextLink .txt .sub {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: right;
}

.reLink .nextLink .img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 135px;
  opacity: 0;
}

.reLink .nextLink img {
  display: block;
  width: 135px;
  object-fit: contain;
}

.reLink .prevLink:hover {
  background: #263463;
}

.reLink .prevLink:hover .img {
  right: 20px;
  transition: all ease 0.36s;
  opacity: 1;
}

.reLink .prevLink:hover .txt {
  padding-left: 44px;
  transition: all ease 0.36s;
}

.reLink .nextLink:hover {
  background: #263463;
}

.reLink .nextLink:hover .img {
  left: 20px;
  transition: all ease 0.36s;
  opacity: 1;
}

.reLink .nextLink:hover .txt {
  padding-right: 44px;
  transition: all ease 0.36s;
}

/* 单页信息 */
.single_wrapper {
  padding-top: 80px;
}

.single_center {
  min-height: 520px;
  background: #fff;
}

.single_center .about_con {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  padding: 50px;
}

.single_center .about_con img {
  max-width: 100%;
  line-height: 35px;
}

.single_center .about_con.contact_main img {
  max-width: initial;
  line-height: 35px;
}

.contact_2 {
  padding: 70px 7% 10px;
  background: #f5f5f5;
  margin-bottom: 80px;
}

.contact_2 .ctit {
  text-align: center;
}

.contact_2 .ctit p {
  font-size: 16px;
  line-height: 30px;
}

.contact_2 .ctit p b {
  color: red;
}

.contact_2 .ctit .tit {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  font-weight: lighter;
  color: #333;
  padding-bottom: 10px;

}

.contact_2 .formdata {
  margin-top: 60px;
}

.contact_2 .formdata .item {
  position: relative;
  background: #fff;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6;
}

.contact_2 .formdata .item.mr {
  margin-right: 3.5%;
}

.contact_2 .formdata .item label {
  float: left;
  display: block;
  margin-top: 18px;
  width: 17%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.contact_2 .formdata .item .txt {
  float: left;
  width: 76%;
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.contact_2 .formdata .item .red {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.contact_2 .formdata .tarea {
  margin-top: 40px;
}

.contact_2 .formdata .tarea textarea {
  border: 1px solid #d6d6d6;
  width: 100%;
  box-sizing: border-box;
  height: 174px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 24px;
}

.contact_2 .formdata .btn {
  border: none;
  background: #263463;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.contact_2 .formdata .btn:hover {
  transform: translateY(-5px);
  color: #fff;
  background-color: #2b71d9;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.servicePage {
  padding-top: 0;
}

.servicePage .item_top {
  margin-bottom: 30px;
}

.zhi_1 {
  margin: 97px auto;
  border: 1px solid #ddd;
  height: 359px;
}

.zhi_1 .left {
  width: 50%;
  background: url("../images/zhi_1.jpg") right bottom no-repeat;
  box-sizing: border-box;
  padding-left: 79px;
  padding-top: 71px;
  height: 100%;
}

.zhi_1 .left h4 {
  font-size: 30px;
  color: #999;
  text-transform: uppercase;
}

.zhi_1 .left h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 34px;
}

.zhi_1 .left p {
  font-size: 18px;
}

.zhi_1 .right {
  width: 50%;
  height: 100%;
}

.zhi_2_main {
  background: url("../images/zhi_2_bg.jpg") center top no-repeat;
  height: 695px;
}

.zhi_2_main .about_title {
  text-align: center;
  color: #fff;
  padding-top: 94px;
  padding-bottom: 44px;
}

.zhi_2_main .about_title p {
  color: #fff;
}

.zhi_2_main .body h3 {
  font-size: 30px;
  background: url("../images/zhi_2_ico.jpg") right top no-repeat;
  line-height: 32px;
  height: 55px;
  margin-bottom: 46px;
  padding-right: 146px;
  padding-top: 20px;
}

.zhi_2_main .body p {
  font-size: 16px;
  line-height: 32px;
  height: 160px;
  color: #666;
}

.zhi_2_main .left {
  width: 100%;
  background: #fff;
  padding: 39px 47px 47px;
  box-sizing: border-box;
}

.zhi_2_main .right {
  width: 49%;
  background: #fff;
  padding: 39px 47px 47px;
  box-sizing: border-box;
}

.zhi_3_main {
  background: url("../images/zhi_3_bg.jpg") center top no-repeat;
  width: 100%;
  height: 949px;
  padding-bottom: 0;
  padding-top: 0;
}

.zhi_3_main .about_title h4 {
  font-size: 16px;
  line-height: 34px;
  padding: 45px 0;
}

.zhi_3_main .about_title {
  padding-top: 94px;
  padding-bottom: 0;
}

.about_4_main .hd h3 {
  padding-bottom: 0;
}

.zhi_3_main .bd li img {
  height: 296px;
  padding-bottom: 30px;
  width: 222px;
  padding-top: 20px;
}

.zhi_3_main .hd a {
  bottom: -500px;
}

.zhi_3_main .bd li {
  width: 262px;
}

.zhi_4_main {
  background: url("../images/zhi_4_bg.jpg") center top no-repeat;
  width: 100%;
  height: 1432px;
}

.zhi_4_main .about_title {
  text-align: center;
  color: #fff;
  padding-top: 100px;
}

.zhi_4_main .about_title p {
  color: #fff;
}

.zhi_4_main .about_title h4 {
  font-size: 16px;
  line-height: 26px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.zhi_4_main .body li {
  height: 330px;
  width: 100%;
  background: #fff;
}

.zhi_4_main .body li .left {
  width: 50%;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 45px;
  padding-right: 45px;
}

.zhi_4_main .body li .left h3 {
  font-size: 24px;
  padding-bottom: 25px;
}

.zhi_4_main .body li .left .des {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}

.zhi_4_main .body li .right {
  width: 50%;
  height: 100%;
}

.zhi_4_main .body li:nth-child(2n) .left {
  float: right;
}

.zhi_4_main .body li:nth-child(2n) .right {
  float: left;
}

.zhi_5_main {
  background: url("../images/zhi_5_bg.jpg") center top no-repeat;
}

.zhi_5_main .about_title {
  text-align: center;
  padding-top: 108px;
  padding-bottom: 58px;
}

.zhi_5_main .body1 {
  background: #fff;
  height: 434px;
  padding: 44px;
  box-sizing: border-box;
}

.zhi_5_main .body1 .left {
  width: 61%;
  font-size: 16px;
  line-height: 32px;
  padding-top: 10px;
}

.zhi_5_main .body1 .right {
  width: 35%;
  height: 100%;
}

.zhi_6_main {
  padding-top: 0;
}

.searcher_center {
  padding-top: 77px;
}

.searchPage .item {
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #fff;
  border: 1px solid #ddd;
}

.searchPage .item a {
  width: 100%;
  display: block;
}

.searchPage .item .text {
  width: 868px;
  display: block;
}

.searchPage .item .img {
  width: 300px;
  height: 168px;
  display: block;
  margin-right: 30px;
  overflow: hidden;
}

.searchPage .item img {
  width: 300px;
  height: 168px;
  display: block;
  transition: ease-in-out 0.4s;
}

.searchPage .item h3 {
  font-size: 20px;
  padding: 35px 0 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.searchPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}

.searchPage .item .time {
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}

.searchPage .item .time .day {
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.searchPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.searchPage .item:hover .img img {
  transform: scale(1.1);
}

.searchPage .item:hover h3 {
  font-weight: bold;
  color: #263463;
  text-indent: 5px;
}

.searchPage .item:hover .time .day span {
  background: #ff6f00;
}

.searchPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}

.searchPage .item .text {
  width: 1368px;
}

/* map_ul */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}

.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}

.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}

.map_ul .list-inline {
  display: block;
  width: 86%;
}

.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0;
}

.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}

.map_ul .list-inline li a:hover {
  background: #263463;
  color: #fff;
  border: 1px solid #263463;
}

/* 申请职位 */
.ydewmbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/black30.png") repeat left top;
  display: none;
  z-index: 998;
}

.ydewmbg .ydewm {
  position: relative;
  height: 600px;
  top: 50%;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  margin-top: -300px;
  display: none;
}

.ydewmbg a {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/closeM.png") no-repeat center center;
  transition: all ease-in-out 0.36s;
}

.ydewmbg a:hover {
  transform: rotate(360deg);
  transition: all ease-in-out 0.36s;
}

.mess_pop1 {
  padding: 60px 40px;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  background: #fff;
  box-shadow: 8px 0 20px rgba(0, 0, 0, 0.2);
  animation: topDown1 0.4s;
}

.mess_pop1 .job_tit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;
  color: #333;
}

.mess_pop1 .message {
  margin-top: 40px;
}

.mess_pop1 .message .item_top {
  margin-bottom: 20px;
}

.mess_pop1 .message .item {
  position: relative;
  float: left;
  width: 31.95%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d6d6d6;
}

.mess_pop1 .message .item select {
  outline: none;
  border: none;
  width: 200px;
  background: #fff;
  margin-left: 10px;
}

.mess_pop1 .message .item.mr {
  margin-right: 1.8%;
}

.mess_pop1 .message .item label {
  float: left;
  display: block;
  margin-top: 15px;
  width: 26.4%;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #ddd;
  color: #666;
}

.mess_pop1 .message .item .txt {
  float: left;
  width: 73%;
  height: 48px;
  line-height: 48px;
  border: none;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .item font {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}

.mess_pop1 .message .tarea {
  margin-top: 40px;
}

.mess_pop1 .message .tarea label {
  margin-bottom: 22px;
  font-size: 16px;
  color: #666;
}

.mess_pop1 .message .tarea textarea {
  margin-top: 22px;
  border: 1px solid #ccc;
  width: 100%;
  height: 268px;
  resize: none;
  padding-top: 26px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 20px;
}

.mess_pop1 .message .btn {
  border: none;
  background: #e7434a;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}

.mess_pop1 .message .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #2352b3;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}

.w1400 {
  margin: 0 auto;
  width: 1400px;
}

.index_5_main {
  background: url("../images/index_2_bg.jpg") center top no-repeat;
  width: 100%;
  padding-bottom: 109px;
}

.index_5_main .index_t .right a {
  background: #0166b3;
  color: #fff;
}

.section_2 {
  background: url(../images/index_2.jpg) center top no-repeat;
  background-size: cover;
}

.section_2 .body {
  overflow: hidden;
}

.section_2 .body .index_title {
  transition: ease-in-out .9s;
  padding-top: 20px;
}

.section_2 .body .card-area {
  margin: 0px auto 0;
  height: 542px;
  position: relative;
  background: url(../images/index_2_img.jpg) center bottom no-repeat;
  overflow: hidden;
}

.section_2 .body .card-area .card-item {
  z-index: 4;
  transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
  position: relative;
  float: left;
  width: 75px;
  height: 100%;
  background-color: transparent;
  box-sizing: border-box;
}

.section_2 .body .card-area .card-item .card {
  transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
  width: 100%;
  height: 100%;
  text-align: center;
}

.section_2 .body .card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2;
}

.section_2 .body .card-area .card-item .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.section_2 .body .card-area .card-item .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  line-height: 2;
}

.section_2 .body .card-area .card-item .card .card-content.content-second li {
  float: left;
  width: 50%;
}

.section_2 .body .card-area .card-item .card .card-content,
.section_2 .body .card-area .card-item .card .card-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.section_2 .body .card-area .card-item .card .card-title {
  padding-top: 1px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
  height: 145px;
  line-height: 26px;
  font-size: 14px;
  top: 0;
  background: #1b77b9;
  border-left: 1px solid #3285c0;
  display: none;
}

.section_2 .body .card-area .card-item .card .card-title .content {
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.section_2 .body .card-area .card-item .card .card-title h1 {
  font-size: 22px;
  font-weight: 700;
  color: #d9efff;
  margin-bottom: 0;
}

.section_2 .body .card-area .card-item .card .card-title .short-info {
  color: #8dbbdc;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}

.section_2 .body .card-area .card-item .card .card-title .zq-product-img {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  position: relative;
}

.section_2 .body .card-area .card-item .card .card-title .zq-product-img img {
  position: absolute;
  left: 0;
  width: 100%;
}

.section_2 .body .card-area .card-item .card .card-title .zq-product-img .un-hover {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.section_2 .body .card-area .card-item .card .card-title .zq-product-img .with-hover {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.section_2 .body .card-area .card-item .card .card-title .short-info,
.section_2 .body .card-area .card-item .card .card-title .zq-product-img img,
.section_2 .body .card-area .card-item .card .card-title h1 {
  transition: all .15s cubic-bezier(.4, 0, .2, 1) 0s;
}

.section_2 .body .card-area .card-item .card .card-content {
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}

.section_2 .body .card-area .card-item .card .card-content.content-first .content-first-list {
  width: 100%;
  max-width: 250px;
  font-size: 22px;
  color: #263463;
  margin-top: 0;
  font-weight: normal;
  background: rgba(1, 0, 6, 0);
  height: 100%;
  box-shadow: 1px 4px 5px #dbdbdb;
  padding-top: 120px;
  box-sizing: border-box;
}

.section_2 .body .card-area .card-item .card .card-content.content-first .content-first-list li {
  writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  color: #263463;
  margin: 0px auto;
  letter-spacing: 3px;
  margin-left: 17px;
  overflow: hidden;
  zoom: 1;
  text-align: left;
  /*text-shadow: -1px 1px 0px rgba(122, 129, 138, 0.8);*/
}

.section_2 .body .card-area .card-item .card .card-content.content-second {
  width: 100%;
  left: 0px;
  font-size: 14px;
  height: 100%;
  text-align: center;
  padding-top: 0px;
  background: url(../images/index_2_li.jpg) left top no-repeat;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-head {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin: 0px;
  width: 308px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section_2 .body .card-area .card-item .card .card-content.content-second p {
  color: #666;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-tip {
  color: #fff;
  margin: 0px;
  width: 308px;
  font-family: arial;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-desc {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 22px;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-btn {
  cursor: pointer;
  width: 116px;
  height: 36px;
  font-size: 18px !important;
  color: #fff;
  position: absolute;
  right: 24px;
  bottom: 41px;
  border-radius: 17px;
  background: #d5b86a linear-gradient(to right, #efdaa2, #d4b869);
  border: none;
  transition: all ease 0.6s;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-btn i {
  width: 6px;
  height: 11px;
  background-position: 0 -283px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-btn:hover {
  color: #fff;
  background: #d5b86a;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-white-btn {
  cursor: pointer;
  width: 160px;
  height: 36px;
  border: 1px solid #3db1ea;
  font-size: 16px !important;
  color: #3db1ea;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #fff;
  transition: all ease 0.6s;
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-white-btn:hover {
  color: #fff;
  background: #3db1ea;
}

.section_2 .body .card-area .card-item .card .card-content .other-info {
  width: 288px;
  padding: 0 30px;
  overflow: hidden;
  line-height: 33px;
  font-size: 16px;
  color: #666;
  margin: 0px auto;
}

.section_2 .body .card-area .card-item .card .card-content .other-info .other-info-list {
  width: 100%;
  position: relative;
  text-align: left;
}

.section_2 .body .card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,
.section_2 .body .card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head {
  color: #fff;
}

.section_2 .body .card-area .card-item .card .card-content .other-info .other-info-list .list-context {
  color: #00c1de;
}

.section_2 .body .card-area .card-item .card .card-content .other-info .other-head {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 13px 0 0 0;
}

.section_2 .body .card-area .card-item .card .card-content .other-info .other-desc {
  margin-top: 2px;
  font-size: 12px;
  color: #999;
}

.section_2 .body .card-area .card-item.active {
  z-index: 6;
  width: 348px;
  height: 100%;
  box-shadow: 1px 6px 10px #dbdbdb;
}

.section_2 .body .card-area .card-item.active .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.section_2 .body .card-area .card-item.active .card .card-content.content-second {
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.section_2 .body .card-area .card-item .card .card-content.content-second .main-info {
  text-align: left;
  padding: 56px 20px 115px;
}

.section_3 {
  background: #fff url(../images/index_3.jpg) center bottom no-repeat;
  overflow: hidden;
  background-size: 100% auto;
}

.section_3 .body .index_title {
  padding-top: 55px;
  padding-bottom: 20px;
}

.section_3 .body .index_title p {
  font-size: 16px;
  padding-top: 5px;
  line-height: 25px;
  color: #999;
}

.section_3 .body .con .left {
  width: 450px;
  position: relative;
}

.section_3 .body .con .left .bd li {
  width: 100%;
  height: 600px;
  position: relative;
  transition: ease-in-out .2s;
}

.section_3 .body .con .left .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.section_3 .body .con .left .bd li .txt {
  background: url(../images/index_3_li.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 129px;
  padding: 0 18px;
  box-sizing: border-box;
}

.section_3 .body .con .left .bd li .txt h3 {
  color: #fff;
  font-size: 24px;
  padding-top: 40px;
}

.section_3 .body .con .left .bd li .txt p {
  font-size: 18px;
  color: #aaa;
  padding-top: 10px;
}

.section_3 .body .con .left .bd li:hover {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}

.section_3 .body .con .left .hd {
  position: absolute;
  right: 20px;
  bottom: 33px;
  z-index: 10;
}

.section_3 .body .con .left .hd li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

.section_3 .body .con .left .hd li.on {
  background: #d4b768;
}

.section_3 .body .con .right {
  width: 950px;
  height: 600px;
  overflow: hidden;
}

.section_3 .body .con .right li {
  width: 218px;
  height: 291px;
  float: left;
  margin-left: 19px;
  margin-bottom: 19px;
  position: relative;
}

.section_3 .body .con .right li .txt {
  background: url(../images/index_3_li.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 129px;
  padding: 0 18px;
  box-sizing: border-box;
}

.section_3 .body .con .right li .txt h3 {
  color: #fff;
  font-size: 24px;
  padding-top: 40px;
  font-weight: 100;
}

.section_3 .body .con .right li .txt p {
  font-size: 18px;
  color: #aaa;
  padding-top: 10px;
}

.section_3 .body .con .right li a {
  display: block;
  width: 100%;
  height: 100%;
}

.section_3 .body .con .right li:hover {
  transition: ease-in-out .2s;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}

.section_4 {
  background: url(../images/index_4.jpg) center center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

.section_4 .top {
  background: url(../images/index_4_top.jpg) center top no-repeat;
  background-size: cover;
  height: 170px;
  position: absolute;
  left: 0;
  top: 93px;
  width: 100%;
}

.section_4 .top li {
  float: left;
  color: #fff;
  background: url(../images/index_4_top_li.png) left center no-repeat;
  width: 25%;
  box-sizing: border-box;
  height: 170px;
  padding-left: 7%;
  position: relative;
}

.section_4 .top li i {
  position: absolute;
  right: 30px;
  top: 37px;
  font-size: 19px;
}

.section_4 .top li h3 {
  font-size: 30px;
  margin-top: 36px;
  transition: ease-in-out .2s;
}

.section_4 .top li h3 span {
  font-size: 74px;
  font-family: arial;
  background: linear-gradient(to right, #efdaa2, #d4b768);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_4 .top li p {
  font-size: 18px;
  transition: ease-in-out .2s;
}

.section_4 .top li:first-child {
  padding-left: 0;
  background: none;
}

.section_4 .top li:hover h3 {
  transform: translateY(-5px);
}

.section_4 .top li:hover p {
  transform: translateY(-5px);
}

.section_4 .con {
  position: absolute;
  width: 100%;
  top: 305px;
  left: 0;
}

.section_4 .con .index_title {
  text-align: left;
}

.section_4 .con .index_title p {
  font-size: 24px;
  color: #999;
  font-weight: lighter;
}

.section_4 .con .p {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}

.section_4 .con .a a {
  cursor: pointer;
  display: block;
  width: 116px;
  line-height: 36px;
  margin-top: 42px;
  height: 36px;
  font-size: 18px !important;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  background: #d5b86a linear-gradient(to right, #efdaa2, #d4b869);
  border: none;
  transition: all ease 0.2s;
}

.section_4 .con .a a i {
  width: 6px;
  height: 11px;
  background-position: 0 -283px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.section_4 .con a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.section_4 .bott {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 41px;
  overflow: hidden;
  padding-bottom: 8px;
}

.section_4 .bott li {
  float: left;
  background: #fff;
  width: calc((100% - 75px)/4);
  margin-right: 25px;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 160px;
}

.section_4 .bott li h3 {
  font-size: 26px;
  color: #122046;
  padding-left: 29px;
  padding-top: 47px;
  font-weight: 100;
  margin-bottom: 12px;
}

.section_4 .bott li span {
  margin-left: 29px;
  font-size: 18px;
  color: #999999;
}

.section_4 .bott li span i {
  width: 6px;
  height: 11px;
  background-position: 0 -296px;
  margin-bottom: 3px;
}

.section_4 .bott li img {
  right: 25px;
  bottom: 18px;
  position: absolute;
  width: 118px;
}

.section_4 .bott li a {
  display: block;
  width: 100%;
  height: 100%;
}

.section_4 .bott li:nth-child(4) {
  margin-right: 0;
}

.section_4 .bott li:hover a {
  transform: translateY(-5px);
  transition: ease-in-out .2s;
}

.section_4 .bott li:hover h3 {
  font-weight: bold;
}

.section_5 {
  background: #fff url(../images/index_5.jpg) center bottom no-repeat;
  overflow: hidden;
  background-size: 100% auto;
}

.section_5 .index_title {
  text-align: left;
}

.section_5 .body {
  margin-top: 70px;
}

.section_5 .left .hd {
  padding-top: 112px;
}

.section_5 .left .hd li {
  font-size: 24px;
  color: #666;
  line-height: 55px;
  font-weight: 100;
}

.section_5 .left .hd li a {
  color: #666;
}

.section_5 .left .hd li.on {
  font-weight: bold;
  color: #122046;
}

.section_5 .left .hd li.on a {
  color: #122046;
}

.section_5 .left .a a {
  cursor: pointer;
  display: block;
  width: 116px;
  line-height: 36px;
  margin-top: 145px;
  height: 36px;
  font-size: 18px !important;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  background: #d5b86a linear-gradient(to right, #efdaa2, #d4b869);
  border: none;
  transition: all ease 0.2s;
}

.section_5 .left .a a i {
  width: 6px;
  height: 11px;
  background-position: 0 -283px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.section_5 .left .a a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.section_5 .right {
  width: 1000px;
  overflow: hidden;
}

.section_5 .right ul li {
  width: 490px;
  margin-left: 20px;
  float: left;
  position: relative;
  border-bottom: 2px solid #dedede;
}

.section_5 .right ul li img {
  width: 100%;
  height: 368px;
  display: block;
  margin-bottom: 28px;
}

.section_5 .right ul li .date {
  font-size: 18px;
  color: #999;
}

.section_5 .right ul li h3 {
  font-size: 24px;
  color: #122046;
  height: 72px;
  line-height: 36px;
  padding-bottom: 24px;

  margin-top: 12px;
  overflow: hidden;
}

.section_5 .right ul li p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  height: 48px;
  margin-bottom: 32px;
  overflow: hidden;
}

.section_5 .right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.section_5 .right ul li .line {
  display: block;
  width: 0;
  height: 3px;
  background: #d4b769 linear-gradient(to right, #efdaa2, #d4b769);
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
}

.section_5 .right ul li:first-child {
  margin-left: 0;
}

.section_5 .right ul li:hover .line {
  width: 100%;
  transition: ease-in-out .2s;
}


.bottom_main {
  background: #122046;
}

.bottom_main .tel {
  padding-bottom: 40px;
  padding-top: 73px;
}

.bottom_main .tel .left p {
  font-size: 18px;
  color: #999;
  line-height: 24px;
  margin-bottom: 17px;
}

.bottom_main .tel .left p i {
  width: 24px;
  height: 24px;
  background-position: -20px -254px;
  margin-right: 11px;
  margin-bottom: 4px;
}

.bottom_main .tel .left p:first-child i {
  width: 20px;
  background-position: 0 -254px;
}

.bottom_main .tel .left p:last-child i {
  background-position: -45px -254px;
}

.bottom_main .tel .left h3 {
  font-size: 57px;
  color: #999;
  margin-bottom: 21px;
}

.bottom_main .tel .left a {
  color: #999;
}

.bottom_main .tel .left a:hover {
  color: #fff;
}

.bottom_main .tel .right li {
  float: left;
  width: 145px;
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 38px;
  display: block;
}

.bottom_main .tel .right li img {
  width: 100%;
  height: 145px;
  display: block;
}

.bottom_main .tel .right li:first-child {
  margin-right: 34px;
}

.bottom_main .tel .right li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-8px);
}

.bottom_main .bottom_copy {
  padding-top: 22px;
  border-top: 1px solid #1b294f;
  font-size: 16px;
  color: #999;
  line-height: 58px;
}

.bottom_main .bottom_copy a {
  color: #999;
}

.bottom_main .bottom_copy a:hover {
  color: #fff;
}

@media (max-width: 1660px) {
  .w1400 {
    width: 1200px;
  }
}

/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}

.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}

.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1800ms;
}

.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2000ms;
}

.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}

.delay2400 {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.delay2600 {
  -webkit-animation-delay: 2600ms;
  animation-delay: 2600ms;
}

.delay2800 {
  -webkit-animation-delay: 2800ms;
  animation-delay: 2800ms;
}

.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}

.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}

/*animated*/
.onactive .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.active .opacityA {
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}

@keyframes opacityA {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.active .scale {
  -webkit-animation-name: scale;
  animation-name: scale;
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.active .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotates {
  0% {
    transform: rotate(360deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.active .start {
  -webkit-animation-name: start;
  animation-name: start;
  animation-iteration-count: infinite;
}

@-webkit-keyframes start {

  0%,
  30% {
    opacity: .5;
    -webkit-transform: translate(0, 4px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }

  100% {
    opacity: .5;
    -webkit-transform: translate(0, -6px);
  }
}

@-moz-keyframes start {

  0%,
  30% {
    opacity: .5;
    -moz-transform: translate(0, 4px);
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }

  100% {
    opacity: .5;
    -moz-transform: translate(0, -6px);
  }
}

@keyframes start {

  0%,
  30% {
    opacity: .5;
    transform: translate(0, 4px);
  }

  60% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: .5;
    transform: translate(0, -6px);
  }
}

@keyframes mousemove {
  0% {
    transform: translateY(-5px);
  }

  25% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  75% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.active .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.onactive .flyInUp,
.active .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.active .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.active .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.active .Swing1 {
  -webkit-animation-name: Swing1;
  animation-name: Swing1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes Swing1 {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes Swing1 {
  0% {
    -webkit-transform: rotate(-5deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(-5deg);
  }
}

@-moz-keyframes Swing1 {
  0% {
    -moz-transform: rotate(-5deg);
  }

  50% {
    -moz-transform: rotate(5deg);
  }

  100% {
    -moz-transform: rotate(-5deg);
  }
}

@-o-keyframes Swing1 {
  0% {
    -oz-transform: rotate(-5deg);
  }

  50% {
    -moz-transform: rotate(5deg);
  }

  100% {
    -moz-transform: rotate(-5deg);
  }
}

.ny_header {
  background: #263463;
}

.lvshi_main {
  background: #f6f6f6;
}

.lvshi_main .lvshi_1 {
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
  margin-top: -68px;
  height: 568px;
}

.lvshi_main .lvshi_1 .left {
  width: 427px;
}

.lvshi_main .lvshi_1 .left img {
  display: block;
  height: 568px;
  width: 100%;
}

.lvshi_main .lvshi_1 .right {
  width: calc(100% - 528px);
  padding-right: 33px;
  background: url(../images/lvshi_ico.jpg) bottom right no-repeat;
  height: 100%;
}

.lvshi_main .lvshi_1 .right .top {
  padding-bottom: 36px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}

.lvshi_main .lvshi_1 .right .top h1 {
  font-size: 36px;
  color: #263463;
  padding-bottom: 5px;
}

.lvshi_main .lvshi_1 .right .top h4 {
  font-size: 18px;
  color: #394462;
}

.lvshi_main .lvshi_1 .right .top .a {
  border: 1px solid #d4b768;
  width: 134px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #d7bc73;
  font-size: 18px;
  border-radius: 17px;
  position: absolute;
  right: 57px;
  top: 0;
}

.lvshi_main .lvshi_1 .right .top .a i {
  width: 18px;
  height: 18px;
  background-position: 0 -316px;
  margin-right: 7px;
  margin-bottom: 2px;
}

.lvshi_main .lvshi_1 .right .top .a2 {
  border: 1px solid #d4b768;

  text-align: center;
  border-radius: 100% !important;
  position: absolute;
  right: -5px;
  top: -5px;
}

.lvshi_main .lvshi_1 .right .top .bdshare-button-style0-16 a,
.lvshi_main .lvshi_1 .right .top .bdshare-button-style0-16 .bds_more {
  background: none;
  display: block;
  z-index: 20;
  padding: 12px;
  width: 12px;
  height: 12px;
}

.lvshi_main .lvshi_1 .right .top .fenx i {
  width: 21px;
  height: 19px;
  background-position: -24px -316px;
  margin-bottom: 4px;
  margin-left: 2px;
  position: absolute;
  top: 11px;
  right: 8px;
}

.lvshi_main .lvshi_1 .right .top a:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.lvshi_main .lvshi_1 .right .con {
  line-height: 42px;
  position: relative;
  font-size: 16px;
  color: #666;
}

.lvshi_main .lvshi_1 .right .con span {
  position: absolute;
  right: 0;
  top: 0;
}

.lvshi_main .lvshi_2 .tit {
  margin-bottom: 10px;
  margin-top: 40px;
}

.lvshi_main .lvshi_2 .tit h3 {
  font-size: 24px;
  color: #263463;
  margin-bottom: 10px;
  font-weight: 100;
}

.lvshi_main .lvshi_2 .tit span {
  display: block;
  width: 25px;
  height: 1px;
  background: #d7bc73;
}

.lvshi_main .lvshi_2 .con {
  line-height: 36px;
  font-size: 16px;
  color: #999;
}

.lvshi_main .lvshi_2 form {
  margin-top: 30px;
}

.lvshi_main .lvshi_2 form li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.lvshi_main .lvshi_2 form li input {
  width: 100%;
  line-height: 48px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 0 10px;
}

.lvshi_main .lvshi_2 form li:nth-child(3n) {
  margin-right: 0;
}

.lvshi_main .lvshi_2 form p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  padding-bottom: 5px;
}

.lvshi_main .lvshi_2 form textarea {
  border: 1px solid #cdcdcd;
  width: 100%;
  height: 260px;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  border-radius: 5px;
}

.lvshi_main .lvshi_2 form .btn {
  background: #d7bc73;
  font-size: 16px;
  text-align: center;
  outline: none;
  border: none;
  line-height: 50px;
  border-radius: 5px;
  margin: 35px 0 80px;
  width: 350px;
  cursor: pointer;
}

.lvshi_main .lvshi_2 form .btn:hover {
  background: #263463;
  color: #fff;
}

.lvshi_main .lvshi_3 {
  padding: 27px 40px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
  margin-top: -72px;
  height: 238px;
  margin-bottom: 40px;
}

.lvshi_main .lvshi_3 h3 {
  font-size: 18px;
  color: #263463;
  font-weight: bold;
  margin-bottom: 14px;
}

.lvshi_main .lvshi_3 a {
  float: left;
  font-size: 18px;
  width: calc(100% / 27);
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 34px;
}

.lvshi_main .lvshi_3 li a.hover {
  font-weight: bold;
  color: #d7bc73;
}

.lvshi_main .lvshi_3 a:last-child {
  padding-right: 0;
}

.lvshi_main .lvshi_3 .search input:first-child {
  margin-left: 0;
}

.lvshi_main .lvshi_3 .search input,
.lvshi_main .lvshi_3 .search select {
  border: 1px solid #999;
  border-radius: 5px;
  width: 25.3%;
  box-sizing: border-box;
  margin-left: 1%;
  line-height: 48px;
  padding: 0 10px;
  height: 48px;
  font-size: 16px;
  color: #636262;
  outline: none;
}

.lvshi_main .lvshi_3 .search a {
  float: right;
  width: 20%;
  background: #263463;
  color: #fff;
  display: block;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
}

.lvshi_main .lvshi_3 .search a i {
  width: 19px;
  height: 20px;
  background-position: 0 -341px;
  margin-right: 12px;
  margin-bottom: 2px;
}

.lvshi_main .lvshi_3 .search a:hover {
  background: #d7bc73;
}

.lvshi_main .lvshi_4 li {
  margin-bottom: 20px;
  transition: ease-in-out .2s;
  float: left;
  margin-right: 2%;
  background: #fff;
  width: 32%;
  padding-right: 10px;
  box-sizing: border-box;
}

.lvshi_main .lvshi_4 b {
  text-align: center;
  font-size: 16px;
  line-height: 100px;
  display: block;
  padding-bottom: 200px;
}

.lvshi_main .lvshi_4 li .img {
  position: relative;
  padding-top: 66.666666%;
  display: block;
  width: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.lvshi_main .lvshi_4 li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.lvshi_main .lvshi_4 li h3 {
  font-size: 24px;
  color: #263463;
  padding-bottom: 10px;
  padding-top: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
}

.lvshi_main .lvshi_4 li h4 {
  color: #999;
  margin-bottom: 37px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lvshi_main .lvshi_4 li h5 {
  font-size: 18px;
  color: #263463;
  padding-bottom: 17px;
}

.lvshi_main .lvshi_4 li p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.lvshi_main .lvshi_4 li:nth-child(3n) {
  margin-right: 0;
}

.lvshi_main .lvshi_4 li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ab {
  display: block;
  width: 100%;
  height: 100%;
}

.zhuan_main {
  background: #f7f7f7;
  padding: 80px 0 80px;
}

.zhuan_main li {
  float: left;
  margin-right: 2%;
  width: 23.5%;
  background: #ffffff;
  height: 442px;
  padding: 0 23px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: ease-in-out .2s;
}

.zhuan_main li .img {
  background: #f2f4f7;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  width: 119px;
  height: 119px;
  overflow: hidden;
  margin-top: 49px;
  margin-bottom: 29px;
}

.zhuan_main li h3 {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #263463;
  margin-bottom: 27px;
  font-weight: 100;
}

.zhuan_main li p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.zhuan_main li:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  background: #263463;
}

.zhuan_main li:hover h3 {
  color: #fff;
}

.zhuan_main li:hover p {
  color: #fff;
}

.zhuan_main li:nth-child(4n) {
  margin-right: 0;
}

.zhuan_main_show {
  background: #f7f7f7;
}

.zhuan_main_show .w1400 {}

.zhuan_main_show .left {
  padding-top: 90px;
  padding-bottom: 60px;
  width: 400px;
  background: #f7f7f7;
}

.zhuan_main_show .left li {
  position: relative;
  margin-bottom: 11px;
  height: 80px;
  line-height: 80px;
  padding-left: 76px;
  transition: ease-in-out .2s;
  overflow: hidden;
}

.zhuan_main_show .left li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  transition: ease-in-out .2s;
}

.zhuan_main_show .left li h3 {
  font-size: 24px;
  color: #263463;
  font-weight: 100;
}

.zhuan_main_show .left li img:nth-child(2) {
  left: -75px;
}

.zhuan_main_show .left li:hover,
.zhuan_main_show .left li.hover {
  background: linear-gradient(to right, #f7f7f7, #e3d3a7);
}

.zhuan_main_show .left li:hover img,
.zhuan_main_show .left li.hover img {
  left: -75px;
}

.zhuan_main_show .left li:hover img:nth-child(2),
.zhuan_main_show .left li.hover img:nth-child(2) {
  left: 0;
}

.zhuan_main_show .left li:hover h3,
.zhuan_main_show .left li.hover h3 {
  color: #d7bc73;
  font-weight: bold;
}

.zhuan_main_show.news_show .left h5 {
  font-size: 24px;
  margin-bottom: 30px;
}

.zhuan_main_show.news_show .left li {
  line-height: 50px;
  height: 50px;
  padding-left: 0;
}

.zhuan_main_show .right {
  width: calc(100% - 400px);
  background: #fff;
  box-sizing: border-box;
  padding: 0 37px;
  padding-top: 112px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  padding-bottom: 40px;
  min-height: 1800px;
}

.zhuan_main_show .box2 .tit {
  color: #263463;
  font-size: 24px;
  font-weight: bold;
  margin-top: 39px;
  margin-bottom: 10px;
}

.zhuan_main_show .body {
  position: relative;
}

.zhuan_main_show .body .swiper {
  padding: 5px 5px 50px;
  overflow: hidden;
}

.zhuan_main_show .body .swiper-container-horizontal>.swiper-pagination-bullets,
.zhuan_main_show .body .swiper-pagination-custom,
.zhuan_main_show .body .swiper-pagination-fraction {
  width: auto;
}

.zhuan_main_show .body .swiper-pagination-bullet-active {
  background: #263463;
}

.zhuan_main_show .body .swiper-slide {
  transition: ease-in-out .2s;
  float: left;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  background: #fff;
}

.zhuan_main_show .body .swiper-slide .img {
  position: relative;
  padding-top: 66.666666%;
  display: block;
  width: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.zhuan_main_show .body .swiper-slide .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.zhuan_main_show .body .swiper-slide h3 {
  font-size: 24px;
  color: #263463;
  padding-bottom: 10px;
  padding-top: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zhuan_main_show .body .swiper-slide h4 {
  color: #999;
  margin-bottom: 37px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zhuan_main_show .body .swiper-slide h5 {
  font-size: 18px;
  color: #263463;
  padding-bottom: 17px;
}

.zhuan_main_show .body .swiper-slide p {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.zhuan_main_show .body .swiper-slide:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.zhuan_title {
  margin: 43px 0 27px;
}

.zhuan_title .fl {
  font-size: 24px;
  color: #263463;
}

.zhuan_title .fl h3 {
  font-weight: bold;
}

.zhuan_title .fr a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(to right, #efdaa1, #d4b869);
  display: block;
  color: #fff;
  font-size: 18px;

  border-radius: 20px;
}

.zhuan_title .fr a i {
  width: 6px;
  height: 11px;
  background-position: 0 -283px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.zhuan_title .fr a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.li_list li {
  border-bottom: 1px dotted #ababab;
  line-height: 57px;
  font-size: 18px;
  color: #666;
}

.li_list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.li_list li:hover a {
  color: #d7bc73;
}

.xia {
  background: #f7f7f7;
  height: 100px;
  margin: 52px 0;
  line-height: 100px;
  font-size: 16px;
  color: #666;
  padding: 0 93px;
  position: relative;
}

.xia a {
  display: block;
  width: 100%;
  height: 100%;
}

.xia .fl b {
  border-right: 1px solid #e6e6e6;
  height: 22px;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -11px;
  display: block;
  transition: ease-in-out .2s;
}

.xia .fl b i {
  width: 17px;
  height: 10px;
  background-position: 0 -376px;
  right: 15px;
  position: absolute;
  top: 6px;
}

.xia .fr b {
  border-left: 1px solid #e6e6e6;
  height: 22px;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -11px;
  display: block;
  transition: ease-in-out .2s;
}

.xia .fr b i {
  width: 17px;
  height: 10px;
  background-position: -17px -376px;
  left: 15px;
  position: absolute;
  top: 6px;
}

.xia .fr a:hover {
  color: #d7bc73;
}

.xia .fr a:hover b {
  transform: translateX(-10px);
}

.xia .fl a:hover {
  color: #d7bc73;
}

.xia .fl a:hover b {
  transform: translateX(10px);
}

.lvshi_school_1 {
  background: url(../images/school_1.jpg) left bottom no-repeat;
  padding: 100px 0 85px;
}

.lvshi_school_1 .left {
  width: calc(100% - 668px);
}

.lvshi_school_1 .left .index_title {
  text-align: left;
}

.lvshi_school_1 .left .index_title h3 {
  font-size: 48px;
}

.lvshi_school_1 .left .con {
  color: #999;
  font-size: 16px;
  line-height: 30px;
}

.lvshi_school_1 .right {
  width: 618px;
  position: relative;
  overflow: hidden;
}

.lvshi_school_1 .right img {
  display: block;
  width: 100%;
}

.lvshi_school_1 .right::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 345px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}

.lvshi_school_1 .right:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}

.lvshi_school_2 {
  background: #f6f6f6 url(../images/school_2.jpg) center bottom no-repeat;
  padding: 95px 0 100px;
}

.lvshi_school_2 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  background: #fff;
  padding-bottom: 37px;
  border-bottom: 3px solid #d7bc73;
  transition: ease-in-out .2s;
}

.lvshi_school_2 li .img {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.lvshi_school_2 li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.lvshi_school_2 li h3 {
  color: #263463;
  font-size: 30px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 34px 20px 20px;
  font-weight: 100;
}

.lvshi_school_2 li p {
  padding: 0 30px;
  color: #999;
  font-size: 18px;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}

.lvshi_school_2 li .line {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  background: #263463;
  transition: ease-in-out .2s;
  z-index: 10;
  display: block;
}

.lvshi_school_2 li:nth-child(3n) {
  margin-right: 0;
}

.lvshi_school_2 li:hover {
  transform: translateY(-5px);
}

.lvshi_school_2 li:hover .line {
  width: 100%;
}

.lvshi_school_3 {
  padding: 80px 0 60px;
}

.lvshi_school_3 .left {
  width: 697px;
  height: 392px;
  background: #eee2c3;
  position: relative;
  margin-top: 11px;
}

.lvshi_school_3 .left a {
  display: block;
  width: 100%;
  height: 100%;
}

.lvshi_school_3 .left img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 11px;
  top: -11px;
}

.lvshi_school_3 .left:hover {
  background: #263463;
}

.lvshi_school_3 .right {
  width: calc(100% - 750px);
}

.lvshi_school_3 .right li {
  border-bottom: 1px dotted #e5e5e5;
  padding-bottom: 23px;
  margin-bottom: 22px;
  transition: ease-in-out .2s;
}

.lvshi_school_3 .right li h3 {
  font-size: 24px;
  color: #666;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
}

.lvshi_school_3 .right li span {
  font-size: 16px;
  color: #999;
}

.lvshi_school_3 .right li a {
  display: block;
  width: 100%;
  height: 100%;
}

.lvshi_school_3 .right li:hover {
  border-bottom: 1px dotted #263463;
}

.lvshi_school_3 .right li:hover h3 {
  color: #263463;
}

.lvshi_school_3 .right li:last-child {
  border-bottom: none;
}

.jia_main {
  background: #ffe8e5 url(../images/jia_1.jpg) center top no-repeat;
  padding-top: 150px;
  padding-bottom: 60px;
}

.jia_main .w1400 {}

.jia_main .w1400 h2 {
  text-align: center;
  font-size: 27px;
  margin-top: 123px;
  color: #fff;
  padding-bottom: 60px;
  background: url(../images/jia_tit.png) center top no-repeat;
  line-height: 58px;
  height: 69px;
}

.jia_main .w1400 .box1 {
  text-align: center;
}

.jia_main .w1400 .tit {
  background: #d61213;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 8px 53px;
  position: relative;
  border-radius: 0 20px 0 20px;
  margin-bottom: 52px;
}

.jia_main .w1400 .tit i {
  width: 21px;
  height: 20px;
  background-position: 0 -391px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -10px;
}

.jia_main .w1400 .tit i:nth-child(2) {
  left: auto;
  right: 25px;
}

.jia_main .w1400 .ul1 {
  padding: 0 46px;
}

.jia_main .w1400 .ul1 li {
  transition: ease-in-out .2s;
  float: left;
  margin-right: 2%;
  width: 23.5%;
}

.jia_main .w1400 .ul1 li .img {
  position: relative;
  padding-top: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.jia_main .w1400 .ul1 li .img img {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.jia_main .w1400 .ul1 li p {
  font-size: 24px;
  padding-bottom: 56px;
  padding-top: 18px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jia_main .w1400 .ul1 li:nth-child(4n) {
  margin-right: 0;
}

.jia_main .w1400 .ul1 li:hover {
  transform: translateY(-5px);
}

.jia_main .w1400 .ul2 li {
  width: 18.4%;
}

.jia_main .w1400 .ul2 li:nth-child(4n) {
  margin-right: 2%;
}

.jia_main .w1400 .ul2 li:nth-child(5n) {
  margin-right: 0;
}

.jia_main .w1400 .box2 {
  padding: 0 46px;
}

.jia_main .w1400 .box2 .ul3 {
  padding: 0;
}

.jia_main .w1400 .box2 .ul3 li {
  width: 32%;
}

.jia_main .w1400 .box2 .ul3 li:nth-child(4n) {
  margin-right: 2%;
}

.jia_main .w1400 .box2 .ul3 li:nth-child(3n) {
  margin-right: 0;
}

.jia_main .w1400 .box2 .left {
  width: 48%;
  text-align: center;
}

.jia_main .w1400 .box2 .right {
  width: 48%;
  text-align: center;
}

.abouts_title {
  text-align: left;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 50px;
}

.abouts_title .left p {
  font-size: 24px;
  color: #999;
  padding-top: 10px;
}

.abouts_title .fr a {
  margin-top: 20px;
}

.abouts_1_main {
  background: url(../images/about_1.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}

.abouts_1_main .body {
  line-height: 30px;
  color: #999;
  font-size: 16px;
}

.abouts_1_main .body .top {
  margin-bottom: 30px;
  margin-top: 30px;
}

.abouts_1_main .body .top li {
  float: left;
  background: url(../images/abouts_li.png) left center no-repeat;
  background-size: 1px 81px;
  padding-right: 5%;
  box-sizing: border-box;
  padding-left: 5%;
  position: relative;
}

.abouts_1_main .body .top li i {
  position: absolute;
  right: 22%;
  top: 10px;
  font-size: 20px;
}

.abouts_1_main .body .top li h3 {
  font-size: 30px;
  margin-top: 36px;
  transition: ease-in-out .2s;
}

.abouts_1_main .body .top li h3 span {
  font-size: 74px;
  font-family: arial;
  color: #263463;
}

.abouts_1_main .body .top li p {
  font-size: 18px;
  color: #666;
  transition: ease-in-out .2s;
}

.abouts_1_main .body .top li:first-child {
  padding-left: 0;
  background: none;
}

.abouts_1_main .body .top li:hover h3 {
  transform: translateY(-5px);
}

.abouts_1_main .body .top li:hover p {
  transform: translateY(-5px);
}

.abouts_2_main {
  background: url(../images/about_2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.abouts_2_main .abouts_title .left h3 {
  color: #d7bc73;
}

.abouts_2_main img {
  max-width: 100%;
  display: block;
}

.abouts_3_main {
  background: url(../images/about_3.jpg) center top no-repeat;
  background-size: 100% auto;
}

.abouts_3_main .index_title {
  padding-top: 94px;
}

.abouts_3_main .index_title h3 {
  color: #d7bc73;
}

.abouts_3_main .index_title p {
  font-size: 24px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.abouts_3_main .body {
  padding-bottom: 60px;
}

.abouts_3_main .body li {
  float: left;
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #ababab;
  background: #fff;
  border-radius: 5px;
  height: 470px;
  padding: 55px;
  position: relative;
  transition: ease-in-out .2s;
  box-shadow: 3px 5px 3px 3px rgba(0, 0, 0, 0.1);
}

.abouts_3_main .body li .t {
  margin-bottom: 36px;
}

.abouts_3_main .body li .t img {
  width: 82px;
  height: 82px;
  float: left;
  margin-right: 17px;
}

.abouts_3_main .body li .t p {
  font-size: 32px;
  color: #263463;
  font-weight: bold;
}

.abouts_3_main .body li .con {
  color: #666;
  font-size: 18px;
  line-height: 30px;
}

.abouts_3_main .body li .bott {
  position: absolute;
  right: 55px;
  bottom: 46px;
  font-size: 18px;
}

.abouts_3_main .body li .bott i {
  width: 6px;
  height: 11px;
  background-position: 0 -296px;
  margin-bottom: 4px;
  margin-left: 10px;
}

.abouts_3_main .body li:nth-child(2n) {
  float: right;
}

.abouts_3_main .body li:hover {
  border: 1px solid #263463;
  transform: translateY(-5px);
}

.about_4 {
  padding-bottom: 60px;
}

.about_4 .zhuan_title {
  margin-bottom: 0;
}

.about_4 .zhuan_title .fr {
  margin-top: 20px;
}

.about_4 .zhuan_title .fr a {
  float: left;
  margin-left: 20px;
}

.about_4 .p {
  font-size: 24px;
  line-height: 48px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 50px;
}

.abouts_5_main {
  background: #f5f5f5 url(../images/about_5_bg.jpg) center bottom no-repeat;
  background-size: auto 375px;
}

.about_4 .index_title {
  padding-top: 80px;
}

.about_4 li {
  float: left;
  margin-left: 22px;
  margin-bottom: 21px;
}

.about_4 li img {
  width: 331px;
  height: 249px;
  display: block;
  border-radius: 5px;
}

.about_4 li:first-child {
  width: 693px;
  height: 520px;
  margin-left: 0;
  margin-bottom: 0;
}

.about_4 li:first-child img {
  width: 100%;
  height: 520px;
}

.about_4 li:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}

.abous_6 {
  padding-top: 30px;
}

.abous_6 .zhuan_title {
  margin-bottom: 0;
}

.abous_6 .zhuan_title .fr {
  margin-top: 20px;
}

.abous_6 .zhuan_title .fr a {
  float: left;
  margin-left: 20px;
  background: #fff;
  color: #333;
}

.abous_6 .zhuan_title .fr a.on {
  background: #d7bc73;
}

.abous_6 .bd {
  padding-bottom: 100px;
}

.abous_6 .bd li {
  float: left;
  margin-left: 2%;
  width: 32%;
  background: #f7f7f7;
  transition: ease-in-out .2s;
}

.abous_6 .bd li .img {
  position: relative;
  padding-top: 56.25%;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.abous_6 .bd li .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abous_6 .bd li h3 {
  font-size: 22px;
  color: #263463;
  padding: 15px 20px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  font-weight: 100;
}

.abous_6 .bd li p {
  padding: 0 20px;
  font-size: 18px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.abous_6 .bd li .span {
  font-size: 16px;
  padding: 0 20px;
  margin: 22px 0;
  display: block;
  color: #cfcfcf;
}

.abous_6 .bd li:first-child {
  margin-left: 0;
}

.abous_6 .bd li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.abous_6.jia_about_6 .bd li {
  margin-left: 0;
  margin-right: 2%;
  margin-bottom: 30px;
}

.abous_6.jia_about_6 .bd li:nth-child(3n) {
  margin-right: 0;
}

.abous_6.jia_about_6 .bd {
  padding-bottom: 70px;
}

.yan_5 .zhuan_title {
  margin-bottom: 0;
}

.yan_5 .zhuan_title .fr {
  margin-top: 20px;
}

.yan_5 .zhuan_title .fr a {
  float: left;
  margin-left: 20px;
  background: #d7bc73;
  color: #fff;
}

.yan_1 {
  padding: 0;
}

.yan_1 .w1400 {
  background: url(../images/yang_1.jpg) left top no-repeat;
  padding: 100px 0;
}

.yan_1 .left {
  width: calc(100% - 628px);
}

.yan_1 .left .a {
  cursor: pointer;
  display: block;
  margin-top: 50px;
  width: 180px;
  line-height: 40px;
  height: 40px;
  font-size: 18px !important;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  background: #d5b86a linear-gradient(to right, #efdaa2, #d4b869);
  border: none;
  transition: all ease 0.2s;
}

.yan_1 .left .a i {
  width: 6px;
  height: 11px;
  background-position: 0 -283px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.yan_1 .left a:hover {
  background: #263463;
}

.yan_1 .right {
  width: 578px;
}

.yan_1 .right::before {
  height: 500px;
}

.yan_2_main {
  background: #f5f5f5 url(../images/yang_2.jpg) center bottom no-repeat;
  background-size: auto 452px;
}

.yan_2_main .abouts_title .left h3 {
  color: #263463;
}

.yan_2_main img {
  display: block;
  margin: 0 auto;
}

.yan_3 {
  padding: 100px 0 64px;
}

.yan_3 li {
  background: #f8f8f8;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 2%;
  width: 32%;
  margin-bottom: 36px;
  border-radius: 10px;
  padding: 44px;
  height: 320px;
}

.yan_3 li h3 {
  font-size: 48px;
  color: #263463;
  font-weight: bold;
  padding-bottom: 10px;
}

.yan_3 li img {
  width: 82px;
  height: 82px;
}

.yan_3 li h4 {
  font-size: 36px;
  color: #263463;
  line-height: 65px;
  font-weight: 100;
}

.yan_3 li p {
  font-size: 22px;
  color: #666;
}

.yan_3 li:nth-child(3n) {
  margin-right: 0;
}

.yan_3 li:hover {
  border: 1px solid #263463;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.yan_3 li:first-child {
  border: none;
  background: none;
  padding: 0px;
}

.yan_3 li:first-child p {
  color: #999;
  font-size: 16px;
  line-height: 36px;
  padding-top: 10px;
}

.yan_3 li:first-child:hover {
  border: none;
  box-shadow: none;
}

.yan_4_main {
  background: url(../images/yang_4.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.yan_4_main .body li {
  float: left;
  height: 157px;
  width: calc(100% / 3);
  background: #263463;
  padding: 36px 80px 0;
  box-sizing: border-box;
  border-right: 1px solid #3f4c78;
  border-top: 1px solid #3f4c78;
}

.yan_4_main .body li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.yan_4_main .body li h3 {
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 30px;
  text-overflow: ellipsis;
  font-weight: 100;
}

.yan_4_main .body li span {
  font-size: 18px;
  font-family: arial;
  text-transform: uppercase;
}

.yan_4_main .body li span i {
  width: 6px;
  height: 11px;
  background-position: 0 -283px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.yan_4_main .body li:hover {
  background: #d7bc73;
}

.yan_4_main .body li:nth-child(3n) {
  border-right: none;
}

.yan_4_main .body li:nth-child(1),
.yan_4_main .body li:nth-child(2),
.yan_4_main .body li:nth-child(3) {
  border-top: none;
}

.search_main {
  padding-bottom: 90px;
}

.search_main .lvshi_3 {
  height: 136px;
  margin-bottom: 60px;
}

.search_main .left {
  width: 300px;
  margin-top: 0;
  padding-top: 0;
}

.search_main .right {
  width: calc(100% - 300px);
  padding-top: 0;
  min-height: 350px;
}

.search_main .body .swiper-slide {
  width: 49%;
  float: left;
  margin-bottom: 30px;
}

.search_main .body .swiper-slide:nth-child(2n) {
  float: right;
}

.search_main .body .swiper-slide p {
  padding-right: 15px;
}

.search_main .w1400.clearfix {
  background: none;
}

.contact_main .left {
  width: 700px;
  height: 450px;
}

.contact_main .right {
  width: calc(100% - 750px);
}

.jobPage .yout {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #263463;
  font-size: 16px;
  font-weight: bold;
}

.jobPage .yout ul {
  display: inline-block;
  width: 100%;
}

.jobPage .yout ul li {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  line-height: 70px;
  color: #fff;
}

.jobPage .job_wl {
  box-shadow: 0px 5px 25px #e2e4e6;
  background-color: #fff;
}

.jobPage .item .postlist {
  padding-top: 1px;
}

.jobPage .item {
  position: relative;
  margin-top: -1px;
  background-color: #fff;
}

.jobPage .item .top {
  height: 66px;
  cursor: pointer;
  border: #e5e5e5 solid 1px;
  position: relative;
}

.jobPage .item .top b {
  width: 13px;
  height: 11px;
  position: absolute;
  background: url(../images/y57_03.png) center center no-repeat;
  position: absolute;
  right: 108px;
  top: 28px;
}

.jobPage .item .top.on b {
  width: 13px;
  height: 11px;
  position: absolute;
  background: url(../images/y57_06.png) center center no-repeat;
  position: absolute;
  right: 108px;
  top: 28px;
}

.jobPage .item .top em {
  float: right;
  margin: 20px 20px 0 0;
  display: block;
}

.jobPage .item.hover .top s {
  background-position: -265px -55px;
}

.jobPage .item .top h3 {
  font-size: 20px;
  color: #294f8b;
  font-weight: normal;
  padding-top: 12px;
  font-weight: bold;
}

.jobPage .item .top i {
  display: block;
  width: 100%;
}

.jobPage .item .top i span {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  line-height: 66px;
}

.jobPage .item .bottom {
  padding: 20px 30px 20px;
  line-height: 32px;
  border: #e5e5e5 solid 1px;
  border-top: none;
}

.hidden {
  display: none;
}

.jobPage .item .bottom.hidden.hover {
  display: block;
}

.jobPage .item .bottom {
  line-height: 32px;
}

.jobPage .morebtn {
  width: 535px;
  height: 35px;
  line-height: 35px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
}

.jobPage .morebtn h3 {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.jobPage .morebtn .line {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #dcdcdc;
}

.jobPage .item .bottom a {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #224275;
  color: #fff;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

.jobPage .item .bottom a:hover {
  background-color: #1b407c;
}

.zhuan_main_show.news_show .left li h3 {
  font-size: 16px;
}

.zhuan_main_show.news_show .right li h1 {
  text-align: center;
  font-size: 20px;
}

.zhuan_main_show.news_show .right {
  padding-top: 60px;
}

.jia_about {
  padding: 20px 46px 0;
}

.jia_about .left {
  width: 50%;
}

.jia_about .left img {
  width: 100%;
  display: block;
}

.jia_about .right {
  width: 100%;
  text-align: left;
}

.jia_about .right .index_title {
  text-align: left;
}

.jia_about .right p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}

.sub_banner .a_hover {
  position: fixed;
  bottom: auto;
  top: 93px;
  background: rgba(0, 0, 0, 0.6);
}

.years_shu {
  margin: 70px 0;
}

.years_shu ul {
  margin: 0 100px;
  border-left: 1px solid #263463;
}

.years_shu ul li {
  position: relative;
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 30px;
  padding-left: 120px;
}

.years_shu ul li b {
  position: absolute;
  width: 10px;
  height: 10px;
  left: -5px;
  top: 10px;
  background: #263463;
  border-radius: 100%;
}

.years_shu ul li h3 {
  font-size: 20px;
  color: #263463;
  position: absolute;
  left: 50px;
  line-height: 30px;
  top: 0;
  font-weight: bold
}

@media (max-width: 1660px) {
  .w1600 {
    width: 1200px;
    margin: 0 auto;
  }

  .sub_banner {
    margin-top: 75px;
  }

  .sub_banner .tit {
    margin-left: -600px;
    top: 69px;
  }

  .sub_banner .tit h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .sub_banner .tit p {
    font-size: 16px;
  }

  .w1400 {
    width: 1200px;
  }

  .sub_banner .menu li dl dd {
    margin-left: -600px;
  }

  .about_1_main .body .box1 .left {
    width: 600px;
  }

  .about_1_main .body .box1 .left .hd li {
    margin-right: 70px;
  }

  .about_1_main .body .box1 .right img {
    width: 495px;
    height: 347px;
  }

  .about_title p {
    font-size: 25px;
  }

  .about_title h3 {
    font-size: 35px;
    text-transform: uppercase;
  }

  .about_1_main .body .box1 .left .bd li {
    font-size: 14px;
  }

  .about_1_main .body .box1 .left .bd li {
    margin-top: 20px;
  }

  .about_1_main .body .box1 .left .hd li {
    line-height: 68px;
  }

  .about_1_main .body .list .item {
    padding-left: 70px;
  }

  .about_1_main .body .list .item h3 {
    font-size: 50px;
  }

  .about_1_main .body .box4 .con .right {
    width: 433px;
  }

  .about_1_main .body .box4 .con .right img {
    width: 100%;
    float: right;
  }

  .about_1_main .body .box4 .con .left {
    width: 704px;
    margin-bottom: 10px;
  }

  .about_1_main .body .box4 .con .left dd h3 {
    padding-left: 165px;
  }

  .about_1_main .body .box4 .con .left dd .des {
    padding-left: 165px;
  }

  .about_1_main .body .box4 .con .left dl {
    padding-top: 50px;
  }

  .about_1_main .body .box4 .con .left dd {
    margin-bottom: 40px;
  }

  .about_1_main .body .box4 .con .left dd img {
    margin-left: 50px;
  }

  .event_box .parBd .slideBox {
    width: 1100px;
  }

  .event_box .parBd .slideBox {
    height: 392px;
  }

  .about_4_main .bd li {
    margin-right: 15px;
  }

  .about_4_main .bd li {
    width: 285px;
  }

  .about_4_main .bd li img {
    width: 225px;
    height: 169px;
  }

  .about_4_main .hd a {
    bottom: -420px;
  }

  .about_5_main .body p {
    font-size: 30px;
  }

  .about_5_main .body h3 {
    font-size: 42px;
  }

  .job_list li .img img {
    width: 160px;
  }

  .page_product .box2 .hd li {
    width: 150px;
  }

  .remm .bd {
    width: 1050px;
  }

  .remm .bd li {
    margin-right: 12px;
  }

  .case_list li .ico {
    max-height: 80%;
  }

  .case_list li .right {
    width: 450px;
    padding-right: 200px;
  }

  .case_list li .right h3 {
    padding-top: 40px;
  }

  .product_list li {
    padding-left: 50px;
  }

  .product_list li dl {
    left: 50px;
  }

  .product_list li dl dd {
    margin-right: 30px;
  }

  .product_list li .left h3 {
    padding-top: 80px;
  }

  .product_list li:last-child {
    height: 415px;
  }

  .life_main_1 .box1 {
    width: 284px;
    height: 445px;
  }

  .life_main_1 .box2 {
    width: 592px;
    height: 445px;
  }

  .life_main_1 .box1 li {
    margin-bottom: 18px;
  }

  .life_main_1 .box1 li img {
    height: 213px;
  }

  .life_main_1 .box2 .slideBox .bd img {
    height: 445px;
  }

  .life_main_2 .body li h3 {
    padding-top: 25px;
  }

  .news_4 .body li h3 {
    padding-top: 70px;
  }

  .tong_main_1 .body .right {
    padding: 40px 40px 0;
  }

  .tong_main_1 .body .right ul {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .tong_main_1 .body .right p {
    font-size: 13px;
  }

  .tong_main_2 .body li h3 {
    font-size: 17px;
  }

  .tong_main_4 li .right p {
    margin-bottom: 15px;
  }

  .tong_main_4 li .right h3 {
    margin-top: 20px;
  }

  .zhi_4_main .body li .left .des {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 .left {
    font-size: 14px;
    line-height: 28px;
  }

  .zhi_5_main .body1 {
    height: 394px;
  }

  .zhi_3_main .about_title h4 {
    padding: 38px 0;
  }

  .zhi_3_main .bd li {
    width: 225px;
  }

  .zhi_3_main .bd li img {
    height: 247px;
    width: 185px;
  }

  .zhi_3_main .hd a {
    bottom: -480px;
  }

  .searchPage .item .text {
    width: 1150px;
  }

  .box1_right p {
    font-size: 15px;
  }

  .sub_banner .menu li dl dd a {
    width: 170px;
  }

  .life_main_2 .body li p {
    padding-bottom: 20px;
  }

  .tong_main_3 li {
    width: 250px;
  }

  .header_main {
    height: 75px;
  }

  .header_main .header .webLogo {
    left: 15px;
    top: 12px;
  }

  .header_main .webLogo img {
    width: 235px;
    margin-top: 7px;
  }

  .header_main .search-box {
    right: 20px;
    top: 15px;
  }

  .nav_main .list li {
    padding: 0 10px;
    padding-bottom: 22px;
  }

  .nav_main li dl {
    top: 75px;
  }

  .nav_main .list li .nav1 {
    margin-top: 18px;
    font-size: 16px;
  }

  .index_title {
    padding-bottom: 20px;
  }

  .index_title h3 {
    font-size: 35px;
    background: url(../images/index_title.png) center 39px no-repeat;
  }

  .index_title p {
    font-size: 14px;
  }

  .section_2 .body .card-area .card-item {
    width: 61px;
  }

  .section_2 .body .card-area .card-item .card .card-content.content-first .content-first-list li {
    margin-left: 8px;
  }

  .section_2 .body .card-area {
    height: 390px;
  }

  .section_2 .body .index_title {
    padding-top: 50px;
  }

  .section_2 .body .card-area .card-item .card .card-content.content-first .content-first-list {
    padding-top: 50px;
  }

  .section_2 .body .card-area .card-item .card .card-content.content-second .main-info {
    padding-bottom: 80px;
  }

  .section_2 .body .card-area .card-item.active {
    width: 346px;
  }

  .section_2 .body .card-area .card-item .card .card-content.content-second .other-info-list p {
    line-height: 25px;
    height: 75px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .section_3 .body .con .left {
    width: 315px;
  }

  .section_3 .body .con .left .bd li {
    height: 420px;
  }

  .section_3 .body .con .right {
    width: 885px;
    height: 420px;
  }

  .section_3 .body .con .right li {
    width: 154px;
    height: 205px;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .section_3 .body .index_title p {
    display: none;
  }

  .section_3 .body .con .right li .txt h3 {
    font-size: 18px;
    padding-top: 70px;
  }

  .section_3 .body .con .right li .txt p {
    font-size: 14px;
    padding-top: 0;
  }

  .section_4 .top {
    top: 75px;
  }

  .section_4 .top li h3 span {
    font-size: 50px;
  }

  .section_4 .top li h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .section_4 .top li:last-child {
    padding-left: 5%;
  }

  .section_4 .con {
    top: 250px;
  }

  .section_4 .bott li {
    height: 120px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
  }

  .section_4 .bott li h3 {
    padding-top: 20px;
  }

  .section_4 .bott li img {
    width: 80px;
  }

  .section_5 .right {
    width: 900px;
  }

  .section_5 .right ul li {
    width: 390px;
    margin-left: 40px;
  }

  .section_5 .right ul li img {
    height: 293px;
    margin-bottom: 15px;
  }

  .section_5 .left .a a {
    margin-top: 60px;
  }

  .section_5 .right ul li h3 {
    overflow: hidden;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 15px;
  }

  .lvshi_main .lvshi_4 li p {
    font-size: 14px;
    line-height: 26px;
  }

  .zhuan_main li p {
    font-size: 16px;
  }

  .zhuan_main_show .body .swiper-slide h3 {
    padding-bottom: 0;
  }

  .zhuan_main_show .body .swiper-slide p {
    font-size: 12px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
  }

  .zhuan_main_show .body .swiper-slide h4 {
    margin-bottom: 20px;
  }

  .zhuan_main_show .body .swiper-slide h5 {
    padding-bottom: 0px;
  }

  .jia_main .w1400 .ul1 li p {
    font-size: 16px;
  }

  .abouts_1_main .body .top li h3 span {
    font-size: 60px;
  }

  .abouts_3_main .body li .t p {
    font-size: 25px;
    padding-top: 10px;
  }

  .about_4 li:first-child {
    width: 593px;
    height: 445px;
  }

  .about_4 li {
    margin-left: 18px;
    margin-bottom: 20px;
  }

  .about_4 li:first-child img {
    height: 447px;
  }

  .about_4 li img {
    width: 285px;
    height: 214px;
  }

  .abouts_title .fr a {
    margin-top: 0;
  }

  .about_4 .zhuan_title .fr {
    margin-top: 0;
  }

  .about_4 .p {
    font-size: 18px;
    line-height: 30px;
  }

  .abous_6 .zhuan_title .fr {
    margin-top: 0;
  }

  .yan_4_main .body li {
    padding: 36px 40px 0;
  }

  .lvshi_school_2 li p {
    font-size: 16px;
  }

  .abous_6 .bd li h3 {
    font-size: 18px;
  }

  .abous_6 .bd li p {
    font-size: 14px;
  }

  .header_main .share-sub .tex {
    width: 140px;
    font-size: 14px;
  }

  .nav_main ul {
    padding-left: 50px;
  }

  .section_4 .top {
    height: 140px;
  }

  .section_4 .top li {
    height: 120px;
  }

  .section_4 .top li i {
    right: 70px;
    top: 15px;
  }

  .section_4 .bott {
    bottom: 10px;
  }

  .sub_banner .a_hover {
    top: 75px;
  }
}