@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
}

img {
  vertical-align: middle;
}

button,
input[type=submit],
input[type=text],
input[type=button],
select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

body {
  color: #000;
  line-height: 1.3;
  overflow-x: hidden;
  background: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

#web-ietip {
  width: 610px;
  height: 173px;
  padding: 83px 0 0 84px;
  overflow: hidden;
  background: url(../images/browser.png) no-repeat center center;
  margin: 200px auto 0;
}

#web-ietip a {
  display: block;
  width: 65px;
  height: 80px;
  float: left;
}

* {
  box-sizing: border-box;
}

.oov,
.tov,
.thov {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.oov {
  -webkit-line-clamp: 1;
  white-space: nowrap;
}

.tov {
  -webkit-line-clamp: 2;
}

.thov {
  -webkit-line-clamp: 3;
}

.layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  height: 96px;
  line-height: 96px;
  position: relative;
  z-index: 12;
  background: #fff;
  width: 100%;
}
.header .layout {
  max-width: 1520px;
}

.header .logo {
  float: left;
}

.header .hd-rg {
  width: 100%;
  padding-left: 30%;
}

.sear-box {
  float: right;
}

.nav {
  width: 75%;
  width: calc(100% - 180px);
  height: 80px;
  float: left;
}

.nav .fir-nav {
  float: left;
  margin: 0 2%;
  position: relative;
}

.nav .fir-nav > a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.nav .fir-nav > a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #0476d7;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.nav .fir-nav.on > a {
  color: #0476d7;
}

.nav .fir-nav.on > a:after {
  width: 100%;
}

.nav .fir-nav:hover > a {
  color: #0476d7;
}

.nav .sec-box {
  position: absolute;
  top: 70px;
  z-index: 3;
  line-height: normal;
  width: 180px;
  line-height: 40px;
  padding: 10px 0;
  left: 50%;
  margin-left: -90px;
  text-align: center;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.nav .sec-box a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.nav .sec-box a:hover {
  color: #0476d7;
}

.nav .fir-nav:hover .sec-box {
  display: block;
}

.sear-box {
  width: 172px;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin-top: 24px;
}

.sear-box .sub {
  width: 30px;
  height: 40px;
  margin-top: 0px;
  float: right;
  border: none;
  background: url(../images/icon-search.png) no-repeat center;
  background-size: 54%;
}

.sear-box .tex {
  width: 116px;
  height: 40px;
  border: none;
  background: none;
  font-size: 16px;
  color: #666;
  float: left;
}

.header .menu-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 100;
  top: 20px;
  display: none;
}

.header .menu-icon em {
  width: 26px;
  height: 2px;
  display: block;
  background: #333;
  text-align: right;
  position: absolute;
  right: 0;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.header .menu-icon em:first-of-type {
  top: 0px;
}

.header .menu-icon em:nth-of-type(2) {
  top: 10px;
}

.header .menu-icon em:last-of-type {
  top: 20px;
}

.header .menu-icon.on em:first-of-type {
  transform: translate(0, 10px) rotate(-45deg);
  -moz-transform: translate(0, 10px) rotate(-45deg);
  -webkit-transform: translate(0, 10px) rotate(-45deg);
  -ms-transform: translate(0, 10px) rotate(45deg);
}

.header .menu-icon.on em:nth-of-type(2) {
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
}

.header .menu-icon.on em:last-of-type {
  transform: translate(0, -9px) rotate(45deg);
  -moz-transform: translate(0, -9px) rotate(45deg);
  -webkit-transform: translate(0, -9px) rotate(45deg);
  -ms-transform: translate(0, -9px) rotate(45deg);
}

.ej-gray {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  top: 0;
  display: none;
}

.footer {
  padding-top: 70px;
  background: #393939 url(../images/bg-ft.png) no-repeat center;
}

.ft-top {
  padding-bottom: 45px;
}

.ft-lt {
  float: left;
}

.ft-nav {
  margin-bottom: 50px;
  overflow: hidden;
}

/* .ft-nav a{
	float: left;
	font-size: 16px;
	color: #fff;
	margin-right: 50px;
	transition: all ease .3s 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all ease .3s 0s;
}
.ft-nav a:hover{
	text-decoration: underline;
} */
.copyright {
  line-height: 24px;
  font-size: 15px;
  color: #999;
}

.ft-rg {
  float: right;
}

.ft-lx {
  float: left;
  margin-right: 70px;
  color: #fff;
}

.ft-lx .lb {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}

.ft-lx .tel {
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ft-code {
  float: left;
}

.ft-author {
  float: right;
  font-size: 15px;
  line-height: 17px;
  color: #999;
}

.ft-bot {
  padding-bottom: 35px;
}

.ft-share .sh-icon {
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/icon-sh1.png) no-repeat center;
  margin-right: 20px;
  position: relative;
  opacity: 0.7;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ft-share .sh-icon:hover {
  opacity: 1;
}

.ft-share .sh-icon2 {
  background-image: url(../images/icon-sh2.png);
}

.ft-share .sh-icon .pic {
  position: absolute;
  bottom: 34px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #fff;
  opacity: 0;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ft-share .sh-icon img {
  max-width: 100%;
  max-height: 100%;
}

.ft-share .sh-icon .pic:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -6px;
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.ft-share .sh-icon:hover .pic {
  opacity: 1;
}

.ft-link {
  float: left;
  width: 190px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ft-link span {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #999;
}

.ft-link span:after {
  content: "";
  width: 16px;
  height: 9px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/icon-arr.png) no-repeat center;
}

.ft-link ul {
  width: 100%;
  position: absolute;
  bottom: 46px;
  left: 0;
  background: #e5e5e5;
  border: 1px solid #d5d5d5;
  display: none;
  z-index: 3;
  font-size: 14px;
}

.ft-link a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  padding: 0 5px;
  color: #333;
}

.ft-link li:hover {
  background: #0476d7;
}

.ft-link li:hover a {
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .layout {
    padding: 0 20px;
  }
  .nav {
    margin-left: 2%;
  }
  .nav .fir-nav {
    margin: 0 1.9%;
  }
  .nav .fir-nav > a {
    font-size: 15px;
  }
  /* .ft-nav a{
  	margin-right: 30px;
  } */
  .ft-lx {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 60px;
    line-height: 60px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .hd-rg {
    padding-top: 60px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    padding-left: 0;
    background: #fff;
    text-align: center;
    z-index: 11;
    opacity: 0;
    transition: all ease 0.3s 0s;
    -moz-transition: all ease 0.3s 0s;
    -webkit-transition: all ease 0.3s 0s;
  }
  .header .hd-rg.on {
    right: 0;
    opacity: 1;
  }
  .header .hd-rg .content {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .nav {
    width: 100%;
    float: none;
    height: auto;
    padding: 0 40px;
    text-align: center;
  }
  .nav .fir-nav {
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 50px;
  }
  .nav .fir-nav > a {
    width: 100%;
    padding: 0;
    pointer-events: none;
  }
  .nav .fir-nav:first-of-type > a {
    pointer-events: auto;
  }
  .nav .active .sec-nav {
    max-height: 1000px;
  }
  .nav .sec-box {
    width: 100%;
    /* display: block; */
    position: static;
    background: transparent;
    margin-left: 0;
    line-height: 34px;
    padding: 0 0 10px 10px;
  }
  .nav .sec-box a {
    color: #333;
    text-align: left;
  }
  .sec-nav {
    display: block;
    position: static;
    overflow: hidden;
    padding: 0;
    background: none;
    max-height: 0;
    transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
  }
  .nav .fir-nav.on > a:after,
.nav .fir-nav:hover > a:after {
    display: none;
  }
  .nav .fir-nav {
    text-align: left;
    border-bottom: 1px solid #e5e5e4;
  }
  .header .menu-icon {
    display: block;
    top: 18px;
  }
  .sear-box {
    float: none;
    display: inline-block;
  }
  .footer {
    padding-top: 10%;
  }
  .ft-lt {
    float: none;
    margin-bottom: 6%;
  }
  .ft-rg {
    float: none;
    text-align: center;
  }
  .ft-lx {
    margin-right: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .ft-code {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .ft-share .sh-icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .ft-nav {
    text-align: center;
    margin-bottom: 3%;
  }
  /* .ft-nav a{
  	float: none;
  	display: inline-block;
  	vertical-align: middle;
  	margin: 0 2%;
  } */
  .ft-share .sh-icon {
    margin: 0 10px;
  }
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    line-height: 50px;
  }
  .header .hd-rg {
    padding-top: 50px;
  }
  .header .logo img {
    height: 32px;
  }
  .header .menu-icon {
    top: 14px;
  }
  .header .menu-icon em {
    width: 22px;
  }
  .header .menu-icon em:first-of-type {
    top: 2px;
  }
  .header .menu-icon em:last-of-type {
    top: 18px;
  }
  .header .menu-icon.on em:first-of-type {
    transform: translate(0, 8px) rotate(-45deg);
    -moz-transform: translate(0, 8px) rotate(-45deg);
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
  }
  .header .menu-icon.on em:last-of-type {
    transform: translate(0, -8px) rotate(45deg);
    -moz-transform: translate(0, -8px) rotate(45deg);
    -webkit-transform: translate(0, -8px) rotate(45deg);
    -ms-transform: translate(0, -8px) rotate(45deg);
  }
  .nav {
    padding: 0 7%;
  }
  .nav .fir-nav > a {
    font-size: 16px;
  }
  .nav .fir-nav {
    line-height: 44px;
  }
  .ft-lx {
    width: 100%;
    margin: 0 auto 5%;
  }
  .ft-code {
    width: 100%;
  }
  .ft-link {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
  .ft-author {
    float: none;
  }
  /* .ft-nav a{
  	font-size: 14px;
  	line-height: 30px;
  } */
  .copyright {
    font-size: 12px;
    line-height: 18px;
  }
  .ft-lx .lb {
    margin-bottom: 2%;
  }
  .ft-lx .tel {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 3%;
  }
  .ft-code img {
    width: 100px;
  }
  .ft-top {
    padding-bottom: 6%;
  }
  .ft-bot {
    padding-bottom: 6%;
  }
  .ft-link {
    height: 38px;
    line-height: 38px;
  }
  .ft-author {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
  }
}
.sw-button {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
  border-radius: 100%;
  background-color: #bebebe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.sw-button:hover {
  background-color: #0e71bf;
}

.sw-button.prev {
  background-image: url(../images/sw-prev.png);
}

.sw-button.next {
  background-image: url(../images/sw-next.png);
}

.home-ban .swiper-slide a {
  display: block;
}

.home-ban img {
  width: 100%;
  display: block;
}

.home-ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
}

.home-ban .swiper-pagination-bullet-active {
  width: 28px;
  height: 5px;
  border-radius: 5px;
  vertical-align: middle;
}

.home-ban .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}

.home-ban .sw-button {
  background-color: #fff;
}

.home-ban .prev {
  left: 5%;
  background-image: url(../images/sw-prev-b.png);
}

.home-ban .next {
  right: 5%;
  background-image: url(../images/sw-next-b.png);
}

.title {
  padding: 60px 0 45px;
  text-align: center;
}

.title .cn {
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 20px;
  color: #0e71bf;
  font-weight: 600;
}

.title .en {
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  color: #aaa;
}

.title .en:before,
.title .en:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background: #d2d2d2;
  margin: 0 25px;
}

.title.no-line .cn {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #0e71bf;
  font-weight: 600;
}

.title.no-line .en {
  font-size: 18px;
  line-height: 20px;
}

.title.no-line .en:before,
.title.no-line .en:after {
  display: none;
}

.w-title .cn,
.w-title .en {
  color: #fff;
}

.w-title .en:before,
.w-title .en:after {
  background: #fff;
}

.hm-page1 {
  background: #f5f5f5;
  padding-bottom: 70px;
}

.hm-page1 .content {
  position: relative;
}

.bus-it {
  display: block;
  width: 100%;
  height: 420px;
  background: #fff;
  padding: 70px 40px 0;
  text-align: center;
  border-top: 4px solid #0e71bf;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.bus-it .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  margin: 0 auto 40px;
  background: #0e71bf;
}

.bus-it .icon img {
  height: 100%;
}

.bus-it .icon .sel {
  display: none;
}

.bus-it .tt {
  font-size: 20px;
  line-height: 22px;
  color: #333;
  margin-bottom: 25px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.bus-it .dd {
  line-height: 24px;
  font-size: 16px;
  color: #555;
  -webkit-line-clamp: 4;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.bus-it .more {
  display: inline-block;
  width: 170px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #0e71bf;
  margin-top: 45px;
  display: none;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.bus-it .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 13px;
  background: url(../images/icon-more.png) no-repeat center;
  margin-top: -2px;
  margin-left: 10px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.bus-it .more.on:after {
  margin-left: 20px;
}

.bus-it.on {
  background: #0e71bf;
  padding-top: 30px;
}

.bus-it.on .icon {
  background: #fff;
}

.bus-it.on .nor {
  display: none;
}

.bus-it.on .sel {
  display: inline-block;
}

.bus-it.on .more {
  display: inline-block;
}

.bus-it.on .tt,
.bus-it.on .dd {
  color: #fff;
}

.bg {
  background-position: center;
  background-size: cover;
}

.hm-page1 .sw-button.prev {
  left: -100px;
}

.hm-page1 .sw-button.next {
  right: -100px;
}

.hm-page2 {
  background-color: #1574bf;
  padding-bottom: 65px;
}

.hm-page2 .content {
  position: relative;
}

.hm-page2 .sw-button {
  top: 100%;
  margin-top: -60px;
  background-color: #fff;
}

.hm-page2 .prev {
  left: 300px;
  background-image: url(../images/sw-prev-b.png);
}

.hm-page2 .next {
  left: 360px;
  background-image: url(../images/sw-next-b.png);
}

.pro-it {
  width: 100%;
  position: relative;
}

.pro-it .pic {
  display: block;
  float: right;
  width: 70%;
  height: 560px;
  background-color: #eee;
}

.pro-it .pic .swiper-container {
  width: 100%;
  height: 100%;
}

.pro-it .pic .it {
  display: block;
  width: 100%;
  height: 100%;
}

.pro-it .tex {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -182px;
  width: 560px;
  height: 365px;
  background: #fff;
  z-index: 3;
}

.pro-it .tex .it {
  display: block;
  width: 100%;
  height: 100%;
  padding: 55px 65px;
}

.pro-it .it-hd {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.pro-it .it-hd:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffb629;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
}

.pro-it .tt {
  font-size: 20px;
  line-height: 22px;
  color: #333;
}

.pro-it .lb {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #666;
}

.pro-it .dd {
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.pro-it .more {
  width: 170px;
  line-height: 50px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #0e71bf;
}

.pro-it .more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 13px;
  background: url(../images/icon-more-w.png) no-repeat center;
  margin-top: -2px;
  margin-left: 10px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.pro-it .more:hover {
  background: #016ac4;
}

.pro-it .more:hover:after {
  margin-left: 20px;
}

.hm-page3 {
  padding-bottom: 70px;
}

.cus-it {
  display: block;
  width: 31.3%;
  padding-bottom: 21%;
  position: relative;
  float: left;
  margin: 0 1%;
  overflow: hidden;
}

.cus-it .pic {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
}

.cus-it .tex {
  line-height: 60px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}

.cus-it .tex p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.cus-it .icon {
  margin-right: 15px;
}

.cus-it .cn {
  margin-right: 5px;
}

.cus-it .en {
  opacity: 0.6;
  text-transform: uppercase;
}

.cus-it:hover .tex {
  background: #0f72bf;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.cus-it:hover .pic {
  transform: scale(1.1);
}

/* fl-win */
#fl-win {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -144px;
  z-index: 999;
}

#fl-win ul a {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 10px;
  text-align: center;
  color: #888;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
  cursor: pointer;
  background: #e8e8e8;
  position: relative;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

#fl-win .icon {
  margin-bottom: 10px;
}

#fl-win .sel {
  display: none;
}

#fl-win a:hover {
  background: #0e71bf;
  color: #fff;
}

#fl-win a:hover .nor {
  display: none;
}

#fl-win a:hover .sel {
  display: inline-block;
}

.banner {
  height: 420px;
  line-height: 420px;
  position: relative;
}

.banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner .layout {
  position: relative;
  z-index: 3;
}

.banner .tex {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #fff;
}

.banner .cn {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner .en {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.menu {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  width: 100%;
}

.menu a {
  font-size: 16px;
  color: #333;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.menu a:hover {
  color: #0476d7;
}

.menu a:hover:before {
  color: #333;
}

.menu .menu-rg {
  float: right;
}

.menu .menu-lt {
  float: left;
}

.menu .menu-rg a:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0 10px;
  margin-top: -4px;
}

.menu .home:before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
  background: url(../images/icon-ps.png) no-repeat center;
}

.menu .menu-rg a:first-of-type:before {
  display: none;
}

.menu .menu-rg .on {
  color: #0056c1;
}

.menu .menu-rg .on:before {
  color: #333;
}

.menu .menu-lt li {
  float: left;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.menu .menu-lt a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 35px;
}

.menu .menu-lt li:last-of-type {
  margin-right: 0;
}

.menu .menu-lt a.on {
  color: #fff;
  background: #0476d7;
}

.ser-modu {
  padding-bottom: 70px;
}

.ser-it {
  display: block;
  padding: 20px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ser-it .pic {
  float: left;
  width: 270px;
  height: 180px;
}

.ser-it .tex {
  margin-left: 300px;
  padding: 15px 0;
}

.ser-it .lt {
  margin-right: 260px;
}

.ser-it .tt {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 22px;
  color: #333;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ser-it .dd {
  line-height: 30px;
  font-size: 16px;
  color: #999;
  -webkit-line-clamp: 4;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ser-it .more {
  width: 150px;
  line-height: 50px;
  background: #0e71bf;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ser-it:hover {
  background: #0e71bf;
}

.ser-it:hover .tt,
.ser-it:hover .dd {
  color: #fff;
}

.ser-it:hover .more {
  color: #0e71bf;
  background: #fff;
}

.page {
  text-align: center;
  padding: 30px;
}

.page a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  min-width: 40px;
  border-radius: 40px;
  border: 1px solid #b7b7b7;
  margin: 4px;
  font-size: 16px;
  color: #888;
  position: relative;
  background: #fff;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.page a:hover,
.page .on {
  background: #0460bc;
  border-color: #0460bc;
  color: #fff;
}

.page .first,
.page .last {
  width: auto;
  padding: 0 20px;
}

.page .prev {
  background: #fff url(../images/p-prev.png) no-repeat center;
}

.page .next {
  background: #fff url(../images/p-next.png) no-repeat center;
}

.page .prev:hover {
  background: #0460bc url(../images/p-prev-sel.png) no-repeat center;
}

.page .next:hover {
  background: #0460bc url(../images/p-next-sel.png) no-repeat center;
}

.test-modu {
  padding-bottom: 110px;
}

.test-modu .big-pic {
  float: left;
  height: 510px;
  width: 55%;
  background: #e5e5e5;
  position: relative;
}

.test-modu .big-pic .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.test-modu .big-pic .bg {
  display: block;
  width: 100%;
  height: 100%;
}

.te-rg {
  margin-left: 58%;
  position: relative;
}

.te-tex {
  padding-top: 20px;
  height: 290px;
}

.te-tex .tt {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 26px;
  color: #333;
}

.te-tex .tt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 22px;
  background: #0476d7;
  margin-top: -3px;
  margin-right: 3px;
}

.te-tex .dd {
  line-height: 36px;
  font-size: 16px;
  -webkit-line-clamp: 4;
}

.te-tex .more {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #0476d7;
  margin-top: 55px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.te-tex .more:hover {
  background: #016ac4;
}

.test-modu .min-pic {
  padding-top: 60px;
  margin-top: 73px;
  position: relative;
}

.test-modu .min-pic .on .s-pic,
.test-modu .min-pic .swiper-slide:hover .s-pic {
  border: 2px solid #0476d7;
}

.test-modu .s-pic {
  height: 88px;
  width: 100%;
}

.test-modu .sw-button {
  top: 0;
  margin-top: 0;
}

.test-modu .prev {
  left: 0;
}

.test-modu .next {
  left: 60px;
}

.news-art {
  padding: 60px 0 50px;
}

.article img {
  max-width: 100%;
}

.article .hd {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  text-align: center;
}

.article .tt {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  max-width: 70%;
  margin: 0 auto 20px;
}

.article .hd-bt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 12px;
  color: #8d8d8d;
}

.article .content {
  padding: 35px 0;
  border-bottom: 1px solid #eeeeee;
}

.article .p16 {
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

.article .b20 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
}

.ej-share-box {
  overflow: hidden;
  padding: 40px 0;
}

.ej-share-box ul {
  float: left;
  width: 74%;
}

.ej-share-box li {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ej-share-box li a {
  color: #666;
  transition: all ease 0.2s 0s;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
}

.ej-share-box li:hover,
.ej-share-box li:hover a {
  color: #0460bc;
}

.ej-share-box .break {
  float: right;
  width: 150px;
  line-height: 50px;
  text-align: center;
  background: #0476d7;
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 2px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.ej-share-box .break:hover {
  background: #016ac4;
}

.nw-it {
  display: block;
  width: 31%;
  margin: 0 1.16% 3%;
  /* float: left; */
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
  width: 100%;
  background: #f9f9f9;
  margin-left: 0;
  margin-right: 0;
}

.nw-it .pic {
  width: 100%;
  /* padding-bottom: 70%; */
  overflow: hidden;
  position: relative;
  width: 260px;
  float: left;
}

.nw-it .pic .img {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  padding-top: 70%;
}

.nw-it .tex {
  /* height: 200px; */
  padding: 20px 20px;
  background: #f9f9f9;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
  float: left;
  width: calc(100% - 260px);
}

.nw-it .tt {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 28px;
  color: #333;
  white-space: nowrap;
  word-break: break-all;
}

.nw-it .date {
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-bottom: 30px;
}

.nw-it .dd {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  height: 48px;
  overflow: hidden;
}

.nw-it:hover {
  transform: translate(0, -10px);
}

.nw-it:hover .img {
  transform: scale(1.05);
}

.nw-it:hover,
.nw-it:hover .tex {
  background: #0e72bf;
}

.nw-it:hover .tt,
.nw-it:hover .date,
.nw-it:hover .dd {
  color: #fff;
}

.news-modu {
  padding-bottom: 70px;
}

.cust-modu {
  padding-bottom: 70px;
}

.gui-it {
  display: block;
  width: 48%;
  padding: 20px;
  float: left;
  margin: 0 1% 2%;
  background: #f7f7f7;
  line-height: 120px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.gui-it .pic {
  width: 180px;
  height: 120px;
  float: left;
}

.gui-it .tex {
  margin-left: 205px;
}

.gui-it .tt {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 18px;
  color: #333;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.gui-it:hover {
  background: #0476d7;
  transform: translate(0, -10px);
}

.gui-it:hover .tt {
  color: #fff;
}

.bg-gray {
  background-color: #f5f5f5;
}

.dw-form {
  width: 70%;
  margin: 0 auto 50px;
}

.dw-form form {
  display: flex;
}

.dw-form .tex {
  flex: 1;
  width: 100%;
  line-height: 50px;
  background: #fff;
  border: none;
  padding: 0 20px;
  font-size: 14px;
}

.dw-form .sub {
  width: 150px;
  line-height: 50px;
  text-align: center;
  background: #0476d7;
  color: #fff;
  font-size: 14px;
  border: none;
  float: right;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.dw-form .sub:hover {
  background: #016ac4;
}

.dw-it {
  display: block;
  width: 48%;
  height: 90px;
  float: left;
  margin: 0 1% 2%;
  background: #fff;
  overflow: hidden;
}

.dw-it .cl-icon {
  height: 100%;
  width: 90px;
  line-height: 90px;
  background: #0476d7;
  float: left;
  text-align: center;
  position: relative;
  z-index: 3;
}

.dw-it .tex {
  height: 100%;
  margin-left: 110px;
  padding: 20px 80px 0 0;
  position: relative;
}

.dw-it .tex:before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: -110px;
  top: 0;
  background: #0476d7;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
}

.dw-it .tex:after {
  content: "";
  width: 38px;
  height: 32px;
  display: block;
  background: url(../images/icon-down.png) no-repeat center;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
  transition: all ease 0.7s 0s;
  -moz-transition: all ease 0.7s 0s;
  -webkit-transition: all ease 0.7s 0s;
}

.dw-it .tt {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  margin-bottom: 16px;
  position: relative;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.dw-it .dd {
  font-size: 14px;
  line-height: 14px;
  color: #888;
  position: relative;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.dw-it:hover .tex:before {
  width: 130%;
}

.dw-it:hover .tt,
.dw-it:hover .dd {
  color: #fff;
}

.dw-it:hover .tex:after {
  background-image: url(../images/icon-down-w.png);
}

.sug-modu .lt {
  float: left;
  width: 49%;
  margin-right: 1%;
}

.sug-modu .rg {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.sug-modu .ip-box {
  width: 100%;
  line-height: 48px;
  background: #fff;
  border: 1px solid #dddddd;
  display: flex;
  padding: 0 10px;
  margin-bottom: 30px;
}

.sug-modu .ip-box .tex {
  flex: 1;
  padding: 0 20px;
  border: none;
  font-size: 14px;
}

.sug-modu label {
  font-size: 16px;
  color: #666;
}

.sug-modu .t-area {
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  height: 210px;
  margin-bottom: 30px;
  padding: 15px;
}

.sug-modu .t-tex {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  font-size: 14px;
  border: none;
  outline: none;
}

.sug-modu .bt {
  text-align: center;
}

.sug-modu .ver-box {
  position: relative;
  padding-right: 90px;
  width: 270px;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.sug-modu .ver-box label {
  float: left;
}

.sug-modu .ver-box .tex {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 70px;
  background: none;
  padding-right: 90px;
}

.sug-modu .ver-box .ver {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  line-height: 46px;
  text-align: center;
}

.sug-modu .ver-box .ver img {
  max-width: 100%;
  max-height: 100%;
}

.sug-modu .sub {
  display: inline-block;
  width: 270px;
  line-height: 50px;
  text-align: center;
  background: #0476d7;
  color: #fff;
  font-size: 14px;
  border: none;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.sug-modu .sub:hover {
  background: #016ac4;
}

.gray {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.cu-pop {
  position: fixed;
  z-index: 4;
  left: 50%;
  margin-left: -230px;
  top: 50%;
  margin-top: -98px;
  width: 460px;
  height: 256px;
  background: #fff;
  padding: 50px 20px 0;
  text-align: center;
  color: #333;
}

.cu-pop .tt {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.cu-pop .dd {
  font-size: 16px;
  line-height: 20px;
}

.cu-pop .btn {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  background: #0476d7;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.cu-pop .btn:hover {
  background: #016ac4;
}

.cul-it {
  display: block;
  width: 31%;
  margin: 0 1.16% 5%;
  float: left;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.cul-it .hd {
  text-align: center;
  height: 110px;
  line-height: 110px;
  background: linear-gradient(90deg, #0e72bf, #083399);
}

.cul-it .tex {
  background: #fff;
  height: 160px;
  text-align: center;
  padding: 25px 40px 0;
}

.cul-it .tt {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}

.cul-it .tt:after {
  content: "";
  width: 28px;
  height: 2px;
  background: #888;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 0;
}

.cul-it .dd {
  font-size: 18px;
  line-height: 22px;
  color: #666;
}

.cul-it:hover {
  transform: translate(0, -10px);
}

.title1 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  text-align: center;
  padding: 60px 0 50px;
}

.info-it {
  display: block;
  width: 18%;
  margin: 0 1% 2%;
  float: left;
  background: #eee;
  padding: 18px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.info-it img {
  max-width: 100%;
  max-height: 100%;
}

.info-it:hover {
  transform: translate(0, -10px);
}

/* rebox */
.rebox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-filter: none !important;
  background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
}

.rebox * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.rebox-contents {
  position: absolute;
  top: 2%;
  left: 2%;
  text-align: center;
  width: 96%;
  height: 96%;
}

.rebox-contents .rebox-content {
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
  max-width: 100%;
  max-height: 100%;
}

.rebox-loading {
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}

.rebox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.rebox-button {
  position: absolute;
  z-index: 9999;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(0, 0, 0);
  opacity: 0.4;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 32px;
  transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
  opacity: 1;
  transform: scale(1.1);
}

.rebox-close {
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  line-height: 44px;
  font-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjlFMzYxM0M5OTNGMTFFOUE3OTRDOEUyQzQxOTQ5RTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjlFMzYxM0Q5OTNGMTFFOUE3OTRDOEUyQzQxOTQ5RTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOUUzNjEzQTk5M0YxMUU5QTc5NEM4RTJDNDE5NDlFMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOUUzNjEzQjk5M0YxMUU5QTc5NEM4RTJDNDE5NDlFMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PllWJ/QAAAH1SURBVHja7Ji/SgNBEMYvUfEFLCysIqYXGzurNL6B+ASiFiopYpFUCmJnoyHJxYiJxiZgqS9ghIjaCiIp7bU9Z+EO5dxvb2//mcKBr8nuzvxycztzu5kgCLxRtqw34oYA50nTjlkK3F9ZimPKkoakW86YLR2SPkiz8bH4xDHSIPi2lgO44o94n6QcAlwgvQe/rWYRbjfg2woPME+6AQvqFuC2QKxX0hJKMVMTLPQNwu2AGPekSdE7GKkKHFwZgKsA33e8+SJHPnDU1oArAZ99tCbJIYJsau5WKTgZQKYucHxsG04WkKkDAlQl1m6AtY8ysdOkqAEC1RR2K3tyE6YBmU5AwEvO3LJqWnUARSWoq1pKTAOKivk+aU1QhD1XgF5YtGWtrxpHtyvIQD7rxDDRVw8EcD1d/yY++V8EY0Nt75r/sCyR4u5fpbiSYpP4rgFRh7gmHZmEVIFDvfVJYndXbQMWU3SIholPNVtwkepgTcs0YEmjQ9TA2o4pwLKBxn+melrUOX2lfX9Pga+GKuA2cPhAGlcsT+20TzLtib9voHej3X0uC1i0CJd0WvRFgDOkPQdwSSWI9e45HmDBIVykCxBzE6U4H16BRTZwcP0WL0HLSe9gLpz4Fr/IsageD060i1dJiw5vWKdI67yxzP8tv6Z9CTAAK/tbCy6QhNMAAAAASUVORK5CYII=);
}

.rebox-close:hover,
.rebox-close:focus {
  transform: scale(1.1);
}

.rebox-next {
  right: 10px;
  top: 48%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEVFNzE3RTg5N0MzMTFFOUI3RTlGMDA3MjBBQzg4MTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEVFNzE3RTk5N0MzMTFFOUI3RTlGMDA3MjBBQzg4MTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRUU3MTdFNjk3QzMxMUU5QjdFOUYwMDcyMEFDODgxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRUU3MTdFNzk3QzMxMUU5QjdFOUYwMDcyMEFDODgxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmAN4DkAAADUSURBVHja7Ng9DgFBGIdxw3Zuo6Oho9IJcQyVRvSiIkpK4QoScRcuIETioxjPJquSUOxM8hb/SX7t5NndzLubdd77guVVLBhfClSgAhWoQAUq8O86YRCtMP2ayamHF0YB9vqSBLjGDe7YooyhtTv40cINc7hQ+4Z+JA1csUTJYmCqhjPWSPLu5yJ98lewwwEdq3PQWx3UVewzfUunOFXHBSuLh6SZjZmFxTHTxgOTkHGhArt4YhzjVRdizBwxwzTGKHD69aFABSpQgQpUoAJ/rbcAAwBJouJbvSMmjQAAAABJRU5ErkJggg==);
}

.rebox-prev {
  left: 10px;
  top: 48%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDQ3NUFDNUM5N0MzMTFFOUEwN0U4RDMwOTg0Mjk5OUYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ3NUFDNUQ5N0MzMTFFOUEwN0U4RDMwOTg0Mjk5OUYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDc1QUM1QTk3QzMxMUU5QTA3RThEMzA5ODQyOTk5RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNDc1QUM1Qjk3QzMxMUU5QTA3RThEMzA5ODQyOTk5RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQVGG0AAADVSURBVHja7Ng9DgFBGIfxHfYc7kHjo6ESHXEIhWhFK1pRUnIKV3AJFxCiQDEeyW6iUph3kin+k/zaN0+yO28267z3WcqnkiV+FKhABSpQgQpU4N9ninPwlM/XTARzvDAKnRUjbokHBhbzLMMc1rijZzXXKq6KLW5oWT4RiyE59rigYf3K5Aa39YA2OjilumZ8yntwjGOhbl5oeEl2uKKZ2iX5XjObYs10UwwsI1fFou6nGFha4Ilh6CwX8c/CDBPUQoY4/fpQoAIVqEAFKlCBv85bgAEA79FU8UHMMfQAAAAASUVORK5CYII=);
}

.rebox-loading {
  left: 50%;
  top: 48%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.info-page1 {
  background: #fff;
  padding-bottom: 70px;
}

.info-page1 .content {
  position: relative;
}

.info-page1 .prev {
  left: -80px;
}

.info-page1 .next {
  right: -80px;
}

.info-it1 {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.info-it1 .pic {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
}

.info-it1 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.info-it1 .tex {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.info-it1:hover .tex {
  background: rgba(4, 118, 215, 0.8);
}

.info-it1:hover .pic {
  transform: scale(1.1);
}

.info-page2 {
  padding: 60px 0 30px;
}

.info-tt {
  background: #0476d7;
  text-align: center;
  color: #fff;
  width: 228px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.info-tt:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-cn.png) no-repeat center;
  margin-top: -3px;
  margin-right: 10px;
}

.info-it2 {
  display: block;
  width: 100%;
  background: #fff;
  height: 360px;
  line-height: 360px;
  overflow: hidden;
  margin-bottom: 40px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.info-it2 .pic {
  height: 100%;
  width: 45%;
  overflow: hidden;
  position: relative;
}

.info-it2 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.info-it2 .tex {
  padding: 0 50px;
}

.info-it2 .tex-in {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.info-it2 .tt {
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #0476d7;
  position: relative;
}

.info-it2 .tt:after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0476d7;
}

.info-it2 .dd {
  line-height: 30px;
  font-size: 18px;
  color: #555;
}

.info-it2 .dd .thov {
  -webkit-line-clamp: 6;
}

.info-it2:nth-of-type(2n + 1) .pic {
  float: left;
}

.info-it2:nth-of-type(2n + 1) .tex {
  margin-left: 45%;
}

.info-it2:nth-of-type(2n) .pic {
  float: right;
}

.info-it2:nth-of-type(2n) .tex {
  margin-right: 45%;
}

.info-it2:hover {
  transform: translate(0, -10px);
}

.jo-form {
  width: 80%;
  margin: 0 auto 40px;
  overflow: hidden;
}

.jo-form .sel,
.jo-form .tex {
  width: 28%;
  line-height: 44px;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin: 0 0.75%;
  float: left;
  padding: 0 20px;
  font-size: 14px;
}

.jo-form .sub {
  line-height: 44px;
  background: #0476d7;
  color: #fff;
  text-align: center;
  border: none;
  width: 10%;
  margin: 0 0.75%;
  float: left;
  font-size: 14px;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.jo-form .sub:hover {
  background: #016ac4;
}

.jo-form .sel::-ms-expand {
  display: none;
}

.jo-form .sel {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/icon-arr1.png") no-repeat scroll 95% center transparent;
}

.job-box {
  background: #fff;
}

.job-box .ta-body:hover {
  background: #f0f0f0;
}

.job-box .list-box:hover .ta-body {
  overflow: hidden;
}

.job-box .list-box ul {
  display: table;
  width: 100%;
  text-align: center;
  padding-right: 60px;
  box-sizing: border-box;
}

.job-box .list-box li {
  display: table-cell;
  text-align: center;
  width: 20%;
  padding: 0 1%;
}

.job-box .ta-title {
  height: 62px;
  line-height: 62px;
  color: #fff;
  background: #0476d7;
  font-size: 16px;
}

.job-box .ta-body {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  border-top: 1px solid #f2f2f2;
  position: relative;
  transition: all ease 0.2s 0s;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
}

.job-box .ta-body p {
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.job-box .ta-body:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  transition: all ease 0.2s 0s;
  -moz-transition: all ease 0.2s 0s;
  -webkit-transition: all ease 0.2s 0s;
}

.job-box .intro-box {
  width: 100%;
  padding: 30px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  display: none;
  text-align: left;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}

.job-box .intro-in {
  overflow: hidden;
}

.job-box .strong {
  color: #0476d7;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.job-box .intro-box .list {
  line-height: 32px;
}

.job-box .on .ta-body {
  background: #f0f0f0;
}

.job-box .on .intro-box {
  border-bottom: none;
}

.job-box .on .ta-body:after {
  transform: rotate(-45deg);
}

.job-box .int-item {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 2%;
}

.job-box .jo-button {
  width: 165px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #0476d7;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.job-box .jo-button:hover {
  background: #016ac4;
}

.job-box .int-item em {
  display: inline-block;
  margin-right: 5%;
}

.job-box .ta-title li:first-of-type,
.job-box .ta-body li:first-of-type {
  text-align: left;
  padding-left: 40px;
}

.job-box .list-box:last-of-type {
  border-bottom: 1px solid #f2f2f2;
}

.cont-modu .map {
  height: 520px;
  position: relative;
}

.cont-modu .map-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cont-modu .tex {
  width: 450px;
  min-height: 220px;
  padding: 30px;
  background: rgba(0, 102, 189, 0.9);
  position: absolute;
  top: 50%;
  margin-top: -110px;
  left: 50%;
  margin-left: -700px;
  color: #fff;
}

.cont-modu .tex .tt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.cont-modu .tex li {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.cont-bt {
  padding: 55px 0 60px;
}

.cont-bt .layout {
  background: url(../images/icon-bus.png) no-repeat center right;
}

.cont-bt .ct-tt {
  font-size: 30px;
  color: #333;
}

.cont-bt .ct-tt:before {
  content: "";
  width: 4px;
  height: 30px;
  background: #0061ae;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}

.cont-bt ul {
  padding: 0 20px;
}

.cont-bt li {
  margin-top: 40px;
  margin-bottom: 10px;
}

.cont-bt h3 {
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.cont-bt li p {
  line-height: 34px;
  font-size: 18px;
  color: #666;
}

.bg1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 954px;
}

.hon-page1 {
  padding-bottom: 120px;
}

.hon-page1 .swiper-slide {
  padding: 50px 0;
}

.hon-it1 {
  display: block;
  width: 100%;
  text-align: center;
}

.hon-it1 .pic {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hon-it1 img {
  max-width: 100%;
  border: 12px solid transparent;
  -o-border-image: url(../images/bg-border.png) 12 12 stretch;
  border-image: url(../images/bg-border.png) 12 12 stretch;
}

.hon-it1 .tex {
  font-size: 18px;
  color: #333;
}

.swiper-slide .hon-it1 {
  transform: scale(0.8);
}

.swiper-slide-active .hon-it1 {
  transform: scale(1.2);
}

.hon-page2 {
  padding-top: 70px;
}

.hon-it2 {
  width: 31.3%;
  margin: 0 1% 2%;
  display: block;
  float: left;
  text-align: center;
  transition: all ease 0.3s 0s;
  -moz-transition: all ease 0.3s 0s;
  -webkit-transition: all ease 0.3s 0s;
}

.hon-it2 .pic {
  height: 320px;
  line-height: 320px;
  background: #eee;
}

.hon-it2 .pic img {
  max-width: 80%;
  max-height: 80%;
}

.hon-it2 .tex {
  height: 64px;
  line-height: 64px;
  border: 1px solid #eee;
  font-size: 16px;
  color: #333;
  background: #fff;
  padding: 0 10px;
}

.hon-it2:hover {
  transform: translate(0, -10px);
}

.abo-intro {
  overflow: auto;
}

.abo-top {
  margin-bottom: 40px;
}

.abo-top .tex {
  float: left;
  width: 44%;
}

.abo-top .tt {
  font-size: 26px;
  line-height: 28px;
  color: #10559e;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.abo-top .tt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #10559e;
}

.abo-top .dd {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.abo-data {
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden;
}

.abo-data li {
  width: 33.3%;
  float: left;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.abo-data .hd {
  color: #ff9c00;
  margin-bottom: 10px;
}

.abo-data li h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
}

.abo-data .intro {
  text-align: left;
  display: inline-block;
}

.abo-data li em {
  font-size: 46px;
  font-weight: 600;
}

.abo-top .pic {
  margin-left: 50%;
  padding-right: 100px;
  position: relative;
}

.abo-top .pic:after {
  content: "";
  position: absolute;
  right: 0;
  top: -63px;
  width: 221px;
  height: 223px;
  background: url(../images/bg-abo1.png) no-repeat center;
}

.abo-top .pic img {
  width: 100%;
}

.abo-intro .p16 {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.abo-intro .bt {
  margin-top: 40px;
}

.abo-intro .bt .pic {
  width: 32%;
  float: left;
}

.abo-intro .bt .pic:nth-of-type(2n + 2) {
  margin: 0 2%;
}

.abo-intro .pic img {
  width: 100%;
}

@media screen and (max-width: 1620px) {
  .hm-page1 .sw-button.prev {
    left: 0px;
  }
  .hm-page1 .sw-button.next {
    right: 0px;
  }
  .info-page1 .sw-button.prev {
    left: 0px;
  }
  .info-page1 .sw-button.next {
    right: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .hm-page2 .next {
    left: 290px;
  }
  .hm-page2 .prev {
    left: 220px;
  }
  .banner .layout {
    padding: 0 5%;
  }
  .ser-it .lt {
    margin-right: 170px;
  }
  .cont-modu .tex {
    margin-left: 0;
    left: 3%;
  }
  .bg1 {
    background-size: auto 850px;
  }
  .hon-page2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .title {
    padding: 50px 0;
  }
  .title .cn {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .title .en {
    font-size: 20px;
    line-height: 22px;
  }
  .cus-it {
    width: 48%;
    margin: 0 1% 2%;
    padding-bottom: 32%;
  }
  .cus-it .tex {
    line-height: 50px;
  }
  .cus-it .tex p {
    font-size: 15px;
  }
  .pro-it .tex {
    height: 340px;
    margin-top: -170px;
    width: 360px;
  }
  .pro-it .tex .it {
    padding: 30px;
  }
  .pro-it .it-hd {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .pro-it .dd {
    margin-bottom: 30px;
  }
  .hm-page2 .prev {
    left: 100px;
  }
  .hm-page2 .next {
    left: 150px;
  }
  .pro-it .pic {
    height: 510px;
  }
  .home-ban .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
  .banner {
    height: 320px;
    line-height: 320px;
  }
  .banner .cn {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner .en {
    font-size: 16px;
    line-height: 16px;
  }
  .ser-it .pic {
    width: 240px;
    height: 190px;
  }
  .ser-it .tex {
    margin-left: 260px;
    padding: 0;
  }
  .ser-it .lt {
    margin-right: 0;
  }
  .ser-it .tt {
    margin-bottom: 15px;
  }
  .ser-it .dd {
    line-height: 24px;
    font-size: 14px;
  }
  .ser-it .more {
    width: 140px;
    line-height: 44px;
    position: static;
    margin-top: 15px;
  }
  .menu {
    height: auto;
    line-height: 50px;
  }
  .menu .layout {
    padding: 0;
  }
  .menu .menu-lt {
    float: none;
    display: flex;
  }
  .menu .menu-lt li {
    flex: 1;
    text-align: center;
  }
  .menu .menu-lt a {
    width: 100%;
    padding: 0;
  }
  .menu .menu-rg {
    float: none;
    padding: 0 20px;
  }
  .test-modu .big-pic {
    height: 470px;
  }
  .te-tex .tt {
    margin-bottom: 15px;
  }
  .te-tex .dd {
    line-height: 30px;
  }
  .te-tex .more {
    margin-top: 30px;
  }
  .test-modu .min-pic {
    margin-top: 33px;
  }
  .test-modu {
    padding-bottom: 80px;
  }
  .news-art {
    padding: 45px 0 35px;
  }
  .ej-share-box {
    padding: 20px 0;
  }
  .article .content {
    padding: 20px 0;
  }
  .article .tt {
    margin-bottom: 10px;
  }
  .article .hd {
    padding-bottom: 20px;
  }
  .nw-it .tex {
    height: 150px;
    padding: 20px 15px;
  }
  .nw-it .tt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .nw-it .date {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
  }
  .nw-it .dd {
    line-height: 22px;
    font-size: 14px;
  }
  .gui-it {
    width: 100%;
    margin: 0 auto 2%;
  }
  .dw-it {
    width: 100%;
    margin: 0 auto 2%;
  }
  .sug-modu .lt,
.sug-modu .rg {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .sug-modu .ip-box,
.sug-modu .t-area {
    margin-bottom: 20px;
  }
  .sug-modu {
    position: relative;
  }
  .sug-modu .ver-box {
    margin-bottom: 0;
    width: 100%;
    float: none;
    bottom: 70px;
    position: absolute;
  }
  .sug-modu .sub {
    margin: 88px auto 0;
    display: block;
  }
  .cul-it {
    width: 48%;
    margin: 0 1% 3%;
  }
  .info-it {
    width: 23%;
    margin: 0 1% 3%;
  }
  .info-it2 .pic {
    width: 40%;
  }
  .info-it2 .tex {
    padding: 0 25px;
  }
  .info-it2:nth-of-type(2n + 1) .tex {
    margin-left: 40%;
  }
  .info-it2:nth-of-type(2n) .tex {
    margin-right: 40%;
  }
  .info-it2 .dd {
    font-size: 16px;
    line-height: 26px;
  }
  .info-it2 .tt {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .jo-form {
    width: 90%;
    margin-bottom: 30px;
  }
  .cont-modu .map {
    height: 440px;
  }
  .cont-modu .tex {
    width: 350px;
    min-height: 200px;
    padding: 20px;
    margin-top: -100px;
  }
  .cont-modu .tex li {
    font-size: 14px;
    line-height: 18px;
  }
  .hon-it2 {
    width: 48%;
  }
  .bg1 {
    background-size: auto 730px;
  }
  .hon-page1 .swiper-slide {
    padding: 30px 0;
  }
  .hon-it1 .tex {
    font-size: 16px;
  }
  .hon-page1 {
    padding-bottom: 80px;
  }
  .abo-top .tex {
    float: none;
    width: 100%;
  }
  .abo-top .pic {
    margin-left: 0;
    margin-top: 40px;
  }
  .abo-data {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home-ban .sw-button {
    display: none;
  }
  .home-ban .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .title {
    padding: 7% 0;
  }
  .title .cn {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .title .en {
    font-size: 16px;
    line-height: 18px;
  }
  .title .en:before,
.title .en:after {
    width: 40px;
    height: 2px;
    margin: 0 10px;
  }
  .hm-page1,
.hm-page2,
.hm-page3 {
    padding-bottom: 8%;
  }
  #fl-win {
    display: none;
  }
  .bus-it {
    height: 300px;
    padding: 60px 20px 0;
  }
  .bus-it .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 15px;
  }
  .bus-it .tt {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .bus-it .dd {
    line-height: 22px;
    font-size: 14px;
  }
  .bus-it .more {
    width: 140px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }
  .pro-it .pic {
    float: none;
    width: 100%;
    height: 160px;
  }
  .pro-it .tex {
    position: static;
    margin-top: 0px;
    width: 100%;
    height: 250px;
  }
  .pro-it .tex .it {
    padding: 20px;
  }
  .hm-page2 .sw-button {
    top: 80px;
  }
  .hm-page2 .prev {
    left: -15px;
    margin-top: -16px;
  }
  .hm-page2 .next {
    left: 100%;
    margin-left: -23px;
    margin-top: -16px;
  }
  .pro-it .it-hd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro-it .tt {
    font-size: 16px;
    line-height: 18px;
  }
  .pro-it .lb {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .pro-it .dd {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .pro-it .more {
    width: 140px;
    line-height: 40px;
    font-size: 14px;
  }
  .cus-it {
    width: 100%;
    padding-bottom: 60%;
    margin: 0 auto 4%;
  }
  .cus-it .tex {
    line-height: 40px;
  }
  .cus-it .tex p {
    font-size: 14px;
  }
  .hm-page1 .sw-button.prev {
    left: -15px;
  }
  .hm-page1 .sw-button.next {
    right: -15px;
  }
  .banner {
    height: 180px;
    line-height: 180px;
  }
  .banner .cn {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .banner .en {
    font-size: 12px;
    line-height: 12px;
  }
  .menu {
    line-height: 44px;
  }
  .menu a {
    font-size: 13px;
  }
  .menu .home {
    font-size: 13px;
  }
  .menu .menu-rg a:before {
    margin: -4px 5px 0;
  }
  .title.no-line .cn {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .title.no-line .en {
    font-size: 14px;
    line-height: 16px;
  }
  .ser-it {
    padding: 15px;
    margin-bottom: 4%;
  }
  .ser-it .pic {
    width: 100%;
    height: 160px;
    float: none;
    margin-bottom: 15px;
  }
  .ser-it .tex {
    margin-left: 0;
  }
  .ser-it .tt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .ser-it .dd {
    -webkit-line-clamp: inherit;
  }
  .ser-it .more {
    line-height: 40px;
    font-size: 14px;
  }
  .ser-modu {
    padding-bottom: 6%;
  }
  .page {
    padding: 3% 0;
  }
  .page a {
    line-height: 32px;
    min-width: 34px;
    margin: 4px 2px;
    font-size: 14px;
  }
  .page .first,
.page .last {
    padding: 0 10px;
  }
  .test-modu .big-pic {
    float: none;
    width: 100%;
    height: 200px;
  }
  .te-rg {
    margin-left: 0;
  }
  .te-tex {
    padding-top: 10px;
    height: 200px;
  }
  .te-tex .tt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .te-tex .tt:before {
    height: 18px;
  }
  .te-tex .dd {
    line-height: 24px;
    font-size: 14px;
  }
  .te-tex .more {
    width: 120px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }
  .test-modu .min-pic {
    padding-top: 0;
    margin-top: 10px;
  }
  .test-modu .sw-button {
    top: -310px;
    margin-top: -19px;
  }
  .test-modu .prev {
    left: -15px;
  }
  .test-modu .next {
    left: 100%;
    margin-left: -23px;
  }
  .test-modu {
    padding-bottom: 8%;
  }
  .test-modu .s-pic {
    height: 70px;
  }
  .article .hd {
    padding-bottom: 15px;
  }
  .news-art {
    padding: 6% 0;
  }
  .article .tt {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 10px;
  }
  .article .hd-bt {
    font-size: 12px;
  }
  .ej-share-box {
    padding: 3% 0;
  }
  .ej-share-box li {
    font-size: 14px;
    line-height: 26px;
  }
  .ej-share-box ul {
    float: none;
    width: 100%;
  }
  .ej-share-box .break {
    float: none;
    width: 120px;
    line-height: 40px;
    margin: 20px auto 0;
  }
  .news-modu {
    padding-bottom: 6%;
  }
  .nw-it {
    /* width: 48%; */
    /* margin: 0 1% 3%; */
  }
  .cust-modu {
    padding-bottom: 6%;
  }
  .dw-form {
    width: 100%;
    margin: 0 auto 6%;
  }
  .dw-form .tex {
    line-height: 40px;
    padding: 0 10px;
  }
  .dw-form .sub {
    width: 70px;
    line-height: 40px;
  }
  .sug-modu .ip-box {
    line-height: 40px;
  }
  .sug-modu .ip-box,
.sug-modu .t-area {
    margin-bottom: 15px;
  }
  .sug-modu .ver-box {
    width: 100%;
    margin: 0 auto 15px;
    margin-bottom: 0;
  }
  .sug-modu label {
    font-size: 13px;
  }
  .sug-modu .ip-box .tex {
    padding: 0 10px;
    font-size: 12px;
  }
  .sug-modu .ver-box .tex {
    padding-left: 60px;
    padding-right: 80px;
  }
  .sug-modu .t-area {
    padding: 10px;
  }
  .sug-modu .ver-box .ver {
    line-height: 38px;
  }
  .sug-modu .sub {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    margin: 72px auto 0;
  }
  .sug-modu .ver-box {
    bottom: 55px;
  }
  .cul-it {
    width: 100%;
    margin: 0 auto 4%;
  }
  .cul-it .hd {
    height: 80px;
    line-height: 80px;
  }
  .cul-it .hd img {
    max-height: 46%;
  }
  .cul-it .dd {
    font-size: 16px;
  }
  .cul-it .tex {
    padding: 25px 20px 0;
  }
  .info-it {
    width: 31.3%;
    margin: 0 1% 3%;
    padding: 10px;
  }
  .rebox-close {
    width: 40px;
    height: 40px;
    line-height: 34px;
  }
  .info-it1 .tex {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .info-it2 .pic {
    float: none;
    width: 100%;
    height: 180px;
  }
  .info-it2:nth-of-type(2n + 1) .pic,
.info-it2:nth-of-type(2n) .pic {
    float: none;
  }
  .info-it2 {
    height: auto;
    line-height: normal;
  }
  .info-it2 .tex {
    padding: 20px 15px;
  }
  .info-it2:nth-of-type(2n + 1) .tex,
.info-it2:nth-of-type(2n) .tex {
    margin: 0 auto;
  }
  .info-it2 .tt {
    font-size: 20px;
  }
  .info-it2 .dd {
    font-size: 14px;
    line-height: 22px;
  }
  .info-it2 .dd .thov {
    -webkit-line-clamp: inherit;
  }
  .info-it1 .pic {
    padding-bottom: 100%;
  }
  .info-page1 .sw-button.prev {
    left: -15px;
  }
  .info-page1 .sw-button.next {
    right: -15px;
  }
  .info-page1 {
    padding-bottom: 8%;
  }
  .info-page2 {
    padding: 8% 0 4%;
  }
  .info-tt {
    width: 170px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .info-it2 {
    margin-bottom: 6%;
  }
  .job-box .list-box .ta-body,
.job-box .list-box .ta-title {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .job-box .intro-box {
    padding: 30px 20px;
  }
  .job-box .intro-box .strong {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .job-box .list-box .ta-body p {
    line-height: 18px;
  }
  .job-box .intro-box .list {
    line-height: 24px;
  }
  .job-box {
    margin-bottom: 20px;
  }
  .job-box .list-box ul {
    padding-right: 3%;
  }
  .job-box .ta-title li:first-of-type,
.job-box .ta-body li:first-of-type {
    padding-left: 1%;
  }
  .job-box .ta-body:after {
    right: 2%;
    margin-top: -9px;
  }
  .jo-form {
    width: 100%;
    margin-bottom: 2%;
  }
  .jo-form .sel,
.jo-form .tex,
.jo-form .sub {
    width: 48%;
    margin: 0 1% 2%;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
  }
  .cont-bt {
    padding: 6% 0;
  }
  .cont-bt .ct-tt {
    font-size: 22px;
  }
  .cont-bt .ct-tt:before {
    height: 22px;
    margin-right: 10px;
  }
  .cont-bt ul {
    padding: 0 10px;
  }
  .cont-bt li {
    margin: 4% 0 5px;
  }
  .cont-bt li p {
    font-size: 14px;
    line-height: 22px;
  }
  .cont-modu .map {
    height: auto;
  }
  .cont-modu .map-box {
    position: static;
    height: 220px;
  }
  .cont-modu .tex {
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
    margin-top: 0;
    padding: 15px 20px;
  }
  .cont-modu .tex .tt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hon-it2 {
    width: 100%;
    float: none;
    margin: 0 auto 4%;
  }
  .hon-it2 .pic {
    height: 220px;
    line-height: 220px;
  }
  .hon-it2 .tex {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .hon-page1 {
    padding-bottom: 8%;
  }
  .bg1 {
    background-size: auto 620px;
  }
  .hon-it1 .pic {
    margin-bottom: 10px;
  }
  .hon-it1 .tex {
    font-size: 14px;
  }
  .abo-intro .bt .pic,
.abo-intro .bt .pic:nth-of-type(2n + 2) {
    width: 100%;
    margin: 0 auto 4%;
  }
  .abo-top .tt {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .abo-top .pic {
    padding-right: 0;
    margin-top: 6%;
  }
  .abo-top .pic:after {
    display: none;
  }
  .abo-data {
    margin-top: 5%;
  }
  .abo-data li {
    font-size: 12px;
  }
  .abo-data li h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .abo-top {
    margin-bottom: 5%;
  }
  .abo-intro .bt {
    margin-top: 5%;
  }
  .abo-top .dd,
.abo-intro .p16 {
    font-size: 14px;
    line-height: 22px;
  }
  .cu-pop {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .nw-it {
    /* width: 100%; */
    /* margin: 0 auto 4%; */
  }
  .nw-it .pic {
    /* padding-bottom: 60%; */
    float: none;
    width: 100%;
  }
  .nw-it .tex {
    width: 100%;
  }
  .gui-it {
    width: 100%;
    margin: 0 auto 3%;
    padding: 10px;
    line-height: 0;
  }
  .gui-it .pic {
    width: 100%;
    float: none;
  }
  .gui-it .tex {
    margin-left: 0;
    padding: 10px 0;
  }
  .gui-it .tt {
    font-size: 16px;
  }
  .dw-it {
    margin: 0 auto 3%;
    height: 70px;
  }
  .dw-it .cl-icon {
    width: 60px;
    line-height: 70px;
  }
  .dw-it .cl-icon img {
    max-width: 50%;
  }
  .dw-it .tex {
    margin-left: 70px;
    padding: 10px 45px 0 0;
  }
  .dw-it .tex:after {
    width: 28px;
    background-size: contain;
    right: 10px;
  }
  .dw-it .tt {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .dw-it .dd {
    font-size: 12px;
    line-height: 12px;
  }
  .info-it {
    width: 48%;
    margin: 0 1% 4%;
    padding: 5px;
  }
  .job-box .list-box .ta-body,
.job-box .list-box .ta-title {
    height: 44px;
    line-height: 44px;
  }
  .job-box .list-box .ta-body,
.job-box .list-box .ta-title {
    font-size: 13px;
  }
  .job-box .list-box .ta-body p {
    line-height: 15px;
  }
  .job-box .ta-body:after {
    display: none;
  }
  .job-box .list-box ul {
    padding-right: 1%;
  }
  .job-box .intro-box {
    font-size: 13px;
  }
  .bg1 {
    background-size: auto 540px;
  }
}
.footer dl {
  float: left;
  margin-right: 50px;
}

.footer dd a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.footer .ft-tt {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #fff;
}

.footer dl a:hover {
  text-decoration: underline;
}

.bsBox {
  box-sizing: content-box;
}

.article td {
  border: 1px solid #ddd;
  line-height: 1.5;
  padding: 5px 10px;
}

.article .ue-table-interlace-color-single {
  background: #fcfcfc;
}

.article .ue-table-interlace-color-double {
  background: #f7faff;
}

@media screen and (max-width: 1420px) {
  .footer dl {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .ft-nav {
    display: flex;
    padding: 0 44px;
  }
  .footer dl {
    margin-right: 0; /* flex:1; */
    width: 14%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-position: center bottom;
  }
  .ft-nav {
    display: block;
    padding: 0;
  }
  .ft-nav dl {
    width: 100%;
    float: none;
    text-align: left;
    max-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all ease 0.3s 0s;
    -moz-transition: all ease 0.3s 0s;
    -webkit-transition: all ease 0.3s 0s;
  }
  .ft-nav dl:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    position: absolute;
    right: 1%;
    top: 13px;
    background-image: none;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transition: all ease 0.3s 0s;
    -moz-transition: all ease 0.3s 0s;
    -webkit-transition: all ease 0.3s 0s;
  }
  .footer .ft-tt {
    line-height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    pointer-events: none;
  }
  .ft-nav dl.on {
    max-height: 400px;
  }
  .ft-nav dl.on:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .ft-nav dd {
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .footer dd a {
    line-height: 32px;
  }
}
.md-inspection {
  position: relative;
}

.ins-le {
  width: 263px;
  height: 823px;
  background-color: #e8e8e8;
  z-index: 14;
}

.ins-ri {
  width: calc(100% - 263px);
  height: 823px;
  overflow-y: auto;
}

.ins-cont {
  width: 1053px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

.ins-nav {
  position: relative;
  z-index: 20;
  padding: 50px 25px;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.ins-nav::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.ins-nav::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.ins-nav::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.ins-nav .i_ni {
  position: relative;
  font-size: 14px;
  box-shadow: 0 0px 0px 1px #222 inset;
  margin-bottom: 24px;
}
.ins-nav .i_ni.show {
  box-shadow: none;
}
.ins-nav .i_ni.show .dt {
  background-color: #0476d7;
  color: #fff;
}
.ins-nav .i_ni.show .dt::before {
  background-image: url(../images/icon-2.png);
}
.ins-nav .dt {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
}
.ins-nav .dt::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 5px;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ins-nav .i_child {
  padding: 0 15px;
  display: none;
}
.ins-nav .dd {
  line-height: 2;
  display: block;
  color: #222;
  /* font-size: 12px; */
}
.ins-nav .dd.on, .ins-nav .dd:hover {
  color: #0476d7;
}

.ins_i {
  margin-bottom: 40px;
}
.ins_i:last-child {
  margin-bottom: 0;
}
.ins_i .i_top {
  border: solid 1px #eee;
  position: relative;
  display: block;
}
.ins_i .img img {
  width: 100%;
}
.ins_i .te {
  background-color: #f7f7f7;
  border: solid 1px #eee;
  text-align: center;
  padding: 30px;
  font-size: 24px;
}
.ins_i .te a {
  display: block;
  color: #222;
}

.ins_down {
  position: absolute;
  left: 30px;
  top: 30px;
  background-color: #0476d7;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  z-index: 10;
  padding: 12px 40px;
}

.ins-form {
  display: flex;
  margin-bottom: 46px;
}

.ins-form .inp {
  width: 290px;
  height: 50px;
  background-color: #f7f7f7;
  color: #999;
  border: none;
  padding: 0 25px;
  font-size: 17px;
}

.ins-form .btn {
  width: 50px;
  height: 50px;
  background-color: #0476d7;
  border: none;
  cursor: pointer;
  background-image: url(../images/icon-mag.png);
  background-repeat: no-repeat;
  background-size: 46% auto;
  background-position: center;
}

.ins-off {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #e8e8e8;
  background-image: url(../images/icon-20.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center;
  cursor: pointer;
}

.ins-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: none;
  z-index: 9;
}
@media (min-width: 1200px) {
  .ins-mask {
    pointer-events: none;
  }
}

.ins-tip {
  position: absolute;
  left: calc(100% + 45px);
  top: 20px;
  background-color: #0056c1;
  color: #fff;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 12px;
  display: none;
}

.ins-home .tit {
  text-align: center;
  font-weight: bold;
}

.ins-text {
  font-size: 16px;
  padding: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1400px) {
  .ins-cont {
    max-width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .ins-le {
    position: fixed;
    left: 0;
    transform: translate(-100%);
    top: 0;
    float: none;
    width: 200px;
    transition: all 0.3s;
  }
  .ins-le.show {
    transform: translate(0%);
    transition: all 0.3s;
  }
  .ins-le.show .ins-mask {
    display: block;
  }
  .ins-le.show .ins-tip {
    display: none;
  }
  .ins-tip {
    display: block;
  }
  .ins-nav {
    padding: 20px 0;
    height: 100vh;
  }
  .ins-nav .i_ni {
    box-shadow: none;
    margin-bottom: 0;
  }
  .ins-nav .dt {
    position: relative;
    padding: 10px 10px;
    cursor: pointer;
  }
  .ins-nav .dt::before {
    right: 10px;
  }
  .ins-nav .i_child {
    padding: 0 10px;
  }
  .ins-nav .dd {
    font-size: 14px;
  }
  .ins-ri {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
  .ins_i .te {
    padding: 10px;
    font-size: 16px;
  }
  .ins_down {
    padding: 6px 10px;
    top: 8px;
    left: 8px;
    font-size: 12px;
  }
  .ins-form .inp {
    width: 240px;
    height: 40px;
  }
  .ins-form .btn {
    width: 40px;
    height: 40px;
  }
}