* {
  margin: 0;
  padding: 0;
  outline: none;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:hover {
  outline: none;
}
html {
  font-size: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Microsoft YaHei", "黑体";
}
ul,
ol,
dl {
  list-style-type: none;
  list-style: none;
}
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
input,
label,
img,
th,
textarea {
  vertical-align: middle;
}
img,
iframe {
  border: none;
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: #2d3b49;
}
a:hover {
  text-decoration: none;
  _zoom: 1;
  outline: 0;
}
a:focus {
  outline: none;
}
a:focus,
a:active,
a:hover,
a:focus {
  outline: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: monaco, menlo, consolas, 'courier new', courier, monospace;
}
code {
  font-size: 90%;
  color: #5683ad;
  background-color: rgba(232, 241, 248, 0.0980392);
  padding: 1px 2px;
  border: 1px solid #bcd8f1;
  border-radius: 3px;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
html,
body {
  max-width: 100%;
  min-height: 100%;
  color: #2d3b49;
  font-size: 14px;
}
.wrapper {
  clear: both;
  margin: 0 auto;
}
.wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.clearfix:after,
ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.panel-table {
  display: table;
}
.panel-table > * {
  display: table-cell;
  vertical-align: top !important;
}
.g-left {
  float: left;
  display: inline;
}
.g-right {
  float: right;
  display: inline;
}
.wrapper {
  max-width: 1180px;
}
body {
  min-width: 1380px;
  background-color: #eef2f8;
  padding: 0;
  background: url(../image/banner.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: rgba(47, 64, 80, 0.46);
  border: none;
}
body::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: none;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.bt-20 {
  margin-bottom: 20px !important;
}
.bt-30 {
  margin-bottom: 30px !important;
}
.bt-40 {
  margin-bottom: 40px !important;
}
.bt-50 {
  margin-bottom: 50px !important;
}
.img-fit {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background-color: #f9fbf7;
  background-size: auto 32% !important;
}
.img-fit.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.img-fit.contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
.g-head {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 3%;
  text-align: right;
}
.g-head ._logo {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 3%;
  top: 50%;
  margin-top: -25px;
}
.g-head ._logo img {
  height: 50px;
}
.g-head ul {
  display: inline-block;
  padding: 20px 0;
}
.g-head ul li {
  float: left;
  line-height: 50px;
  padding: 0 2em;
  text-align: center;
}
.g-head ul li a {
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.08);
}
.g-banenr {
  width: 100%;
  height: 100vh;
  text-align: center;
}
.g-banenr .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.g-banenr .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.2);
}
.g-banenr ._box {
  display: inline-block;
  max-width: 1200px;
  padding: 50px;
  color: #fff;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  line-height: 2;
}
.g-banenr ._box h1 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 0.6em;
}
.g-banenr ._box p { text-align: justify; margin-bottom: 1em; text-indent: 2em;
  font-size: 17px;
}
.g-title {
  text-align: center;
}
.g-title h1 {
  font-size: 32px;
  color: #023894;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.g-title p {
  font-size: 16px;
  color: #999;
  line-height: 2;
}
.g-web {
  padding: 80px 0 60px;
  background-color: #fff;
}
.g-web ul {
  padding-top: 40px;
  margin: 0 -0.5%;
}
.g-web ul li {
  float: left;
  position: relative;
  margin: 0 0.5% 20px;
  width: 24%;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-web ul li a {
  display: block;
}
.g-web ul li .img-fit {
  position: relative;
  width: 100%;
  max-height: 180px;
  border: 1px #f9f9f9 solid;
}
.g-web ul li .img-fit:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-web ul li h3 {
  padding: 0.8em;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g-web ul li.move {
  text-align: center;
  color: #ccc;
}
.g-web ul li.move span {
  position: absolute;
  z-index: 2;
  zoom: 1;
  top: 48%;
  left: 50%;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g-web ul li.move:hover {
  color: #023894;
  background-color: #f9f9f9;
}
.g-web ul li.move .img-fit {
  background-color: #fefefe;
}
.g-web ul li.move:hover .img-fit span {
  color: rgba(255, 255, 255, 0.7);
}
.g-web ul li:hover a {
  color: #023894;
}
.g-web ul li:hover h3 {
  font-weight: bold;
}
.g-web ul li:hover .img-fit:after {
  background-color: rgba(2, 56, 148, 0.9);
}
.g-xmt {
  background: url(../image/b2.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.g-xmt .bg {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.g-xmt .g-title {
  margin-bottom: 50px;
}
.g-xmt .xmt-slide {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.g-xmt .xmt-slide .swiper-slide {
  margin-right: 20px;
  width: 260px;
  background: none;
  overflow: hidden;
}
.g-xmt .xmt-slide .swiper-slide p {
  position: absolute;
  z-index: 5;
  zoom: 1;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 30px 20px 50px;
  text-align: center;
  line-height: 1;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-xmt .xmt-slide .swiper-slide p b {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
.g-xmt .xmt-slide .swiper-slide p span {
  display: block;
  padding-top: 0.8em;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.g-xmt .xmt-slide .swiper-slide .img-fit {
  position: absolute;
  z-index: 5;
  zoom: 1;
  bottom: 100%;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  left: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding: 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 2px #fff solid;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.g-xmt .xmt-slide .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-xmt .xmt-slide .swiper-slide:hover:after {
  height: 100%;
  background-image: none !important;
  background-color: rgba(2, 56, 148, 0.96);
}
.g-xmt .xmt-slide .swiper-slide:hover p {
  top: 45%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.g-xmt .xmt-slide .swiper-slide:hover p * {
  color: #fff;
  font-size: 18px;
}
.g-xmt .xmt-slide .swiper-slide:hover p b {
  font-weight: bold;
}
.g-xmt .xmt-slide .swiper-slide:hover .img-fit {
  bottom: 55%;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.g-xmt .xmt-slide .u-pagination {
  padding-top: 40px;
  text-align: center;
}
.g-xmt .xmt-slide .u-pagination .bull {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.g-xmt .xmt-slide .u-pagination .active {
  background-color: #1baa7e !important;
}
.g-ch {
  padding: 80px 0;
  background-color: #fff;
}
.g-ch ul {
  padding-top: 40px;
  margin: 0 -0.5%;
}
.g-ch ul li {
  float: left;
  position: relative;
  margin: 0 0.5% 10px;
  width: 32.33%;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.g-ch ul li .img-fit {
  position: relative;
  width: 100%;
  height: 240px;
  border: 1px #f9f9f9 solid;
}
.g-ch ul li .img-fit:after {
  content: '';
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
}
.g-ch ul li:hover .img-fit:after {
  height: 100%;
  background-image: none !important;
  background-color: rgba(2, 56, 148, 0.66);
}
.g-footer {
  padding: 60px 0 50px;
  background-color: #023894;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
.g-footer h3 {
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 1;
}
.g-footer a {
  color: rgba(255, 255, 255, 0.6);
}
.g-footer .beian {
  float: left;
  display: inline-block;
}
.g-footer .beian p {
  padding-bottom: 10px;
}
.g-footer .beian p u {
  padding: 0 1.5em;
  color: rgba(255, 255, 255, 0.16);
}
.g-footer .bt {
  float: right;
  display: inline-block;
  padding-left: 100px;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}
.g-footer h5 {
  font-size: 28px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1;
}
