*, *::before, *::after {
    box-sizing: border-box;
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.wrapper{
	width: 100%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
	.container,.container-sm {
	max-width:540px;
}
}@media (min-width:768px) {
	.container,.container-sm,.container-md {
	max-width:720px;
}
}@media (min-width:992px) {
	.container,.container-sm,.container-md,.container-lg {
	max-width:960px;
}
}@media (min-width:1200px) {
	.container,.container-sm,.container-md,.container-lg,.container-xl {
	max-width:1140px;
}
}
@media (min-width: 1440px){
	.section1 .container,.section2 .container,.section3 .container,.section4 .container,.section5 .container{
	    max-width: 1366px;
	}
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}
ul, ol, li{
    list-style: none;
    margin: 0;
    padding: 0;
}
dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.nav-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:98;
    transition:all .8s
}
.nav-bar.show-bg {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.nav-bar .nav-link{
    font-size: 15px;
    color: #fff !important;
    letter-spacing: 1px;
    transition: all .35s;
    cursor: pointer;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar1 {
    padding: 1rem;
    transition: all .35s;
}
.bg-info {
  background-color: #17a2b8 !important;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand img{
	height: 100%;
}
.navbar-nav1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav1 .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-bar.show-bg .nav-link {
	color: #212a34 !important;
    margin: 0 1.8rem;
}
.navbar-nav1 .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
/* .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
} */
.collapse:not(.show) {
    display: none;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler{
    border: none !important;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
.nav-item-second .nav-link{
	margin:0 !important;
	color:#636970 !important;
	border:none !important
}
.page-banner{
    width: 100%;
    height: 480px;
    margin-top: 90px;
    /*background-color: #222;*/
    background-size: cover;
    color: #fff;
    text-align: center;
    /*padding: 200px 0 0 0;*/
    background-position: center;
    /*background-position-y: 70%;*/
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    
}
.page-banner h1 {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding-top: 200px;
}
.page-banner p {
    font-size: 16px;
    letter-spacing: 1px;
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav1 .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav1 .nav-link:hover, .navbar-dark .navbar-nav1 .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav1 .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav1 .show > .nav-link,
.navbar-dark .navbar-nav1 .active > .nav-link,
.navbar-dark .navbar-nav1 .nav-link.show,
.navbar-dark .navbar-nav1 .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.container-title {
    font-size: 30px;
    color: #222;
    text-align: center;
    font-weight: 500;
    padding: 80px 0 50px 0;
    letter-spacing: 2px;
}
.banner-wrapper{
    position: relative;
    width: 100%;
    min-height: 620px;
    background-size: cover;
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    /*background-position-y: 100%;*/
    background-position: center;
}
.banner-wrapper .banner {
    position: relative;
    width: 100%;
    height: 45vw;
    min-height: 750px;
    max-height: 750px;
}
.banner-wrapper .banner-left-bg {
    position: relative;
    width: 100%;
    height: 45vw;
    min-height: 750px;
    max-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-wrapper .banner-content {
    margin-top: -30px;
}
.banner-wrapper .banner-title {
    font-size: 64px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 64px;
    z-index: 2;
}
.banner-wrapper .banner-line{
    width: 76px;
    height: 6px;
    background: #65e3ff;
    border-radius: 3px;
    margin: 28px 0;
    z-index: 2;
}
.banner-wrapper .banner-desc {
    font-size: 28px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin-bottom: 40px;
    z-index: 2;
}
/*.banner-wrapper .banner-left-bg::before {
    content: "";
    position: absolute;
    left: -10%;
    top: 0%;
    width: 375px;
    height: 352px;
    background-size: cover;
    background-image: url(../images/visitor_bg2.png);
    background-position-y: -100%;
    background-repeat: no-repeat;
}
.banner-wrapper .banner-left-bg::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 5%;
    width: 203px;
    height: 206px;
    background-size: cover;
    background-image: url(../images/visitor_bg3.png);
    background-position-y: -100%;
    background-repeat: no-repeat;
}
.banner-wrapper .banner::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0%;*/
/*    bottom: 0%;*/
/*    width: 901px;*/
/*    height: 683px;*/
/*    background-size: cover;*/
/*    background-image: url(../images/visitor_bg1.png);*/
/*    background-position-y: -100%;*/
/*    background-repeat: no-repeat;*/
/*}*/
.sfbanner{
    width: 100%;
    height: 40vw;
    min-height: 660px;
    padding: 127px 0;
    margin-bottom: 119px;
    position: relative;
    background-position-y: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sfbanner .banner-title{
    font-size: 64px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 64px;
    z-index: 2;
    padding-top: 50px;
}
.sfbanner .banner-line {
    width: 76px;
    height: 6px;
    background: #65e3ff;
    border-radius: 3px;
    margin: 28px 0;
    z-index: 2;
}
.sfbanner .banner-desc{
    font-size: 28px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin-bottom: 40px;
    z-index: 2;
}
/*.sfbanner::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 13%;*/
/*    bottom: -8%;*/
/*    width: 38vw;*/
/*    height: calc(38vw / (720 / 555));*/
/*    background-size: cover;*/
/*    background-position: bottom right;*/
/*    background-image: url(../images/identbg.png);*/
/*}*/
.sentry-banner{
    width: 100%;
    height: 826px;
    background-position: center;
    /*background-color: #03061d;*/
    background-image: url(../images/sentrybg.jpg);
    
    background-size: cover;
    
    
}
.sentry-banner .banner-conatiner {
    position: relative;
}
.sentry-banner .banner-conatiner{
    width: 1440px;
    height: 100%;
    margin: 0 auto;
}
.container-in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.sentry-banner .banner-conatiner .text-content {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sentry-banner .banner-conatiner .text-content .text-content-in {
    width: 100%;
    text-align: center;
}
.sentry-banner .banner-conatiner .text-content .text-content-in h4 {
    font-size: 44px;
    color: #0cf;
    font-weight: 500;
    margin-top: 25px;
}
.sentry-banner .banner-conatiner .text-content .text-content-in ol{
    overflow: hidden;
    margin-top: 20px;
}

.sentry-banner .banner-conatiner .text-content .text-content-in ol{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sentry-banner .banner-conatiner .text-content .text-content-in ol li{
    width: 147px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
}
.sentry-banner .banner-conatiner .text-content .text-content-in ol li:first-of-type {
    background-image: url(../images/aq.png);
}
.sentry-banner .banner-conatiner .text-content .text-content-in ol li:nth-of-type(2) {
    background-image: url(../images/bj.png);
}
.sentry-banner .banner-conatiner .text-content .text-content-in ol li:nth-of-type(3) {
    background-image: url(../images/gx.png);
    margin-right: 0;
}
.sentry-banner .banner-conatiner .text-content .text-content-in .ti {
    color: #fff;
    font-size: 24px;
    margin-top: 100px;
}
.sentry-banner .banner-conatiner .text-content .text-content-in .ti::before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/quan-ico.png);
}
.sentry-card{
    width: 100%;
    height: auto !important;
    margin-top: -200px;
}
.sentry-card .card-conatiner{
    padding-top: 90px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    position: relative;
    background-color: #fff;
    background-image: url(../images/card-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}
.container-in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.sentry-card .card-conatiner .cont-thead{
    width: 100%;
    text-align: center;
    position: relative;
}
.sentry-card .card-conatiner .cont-thead h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sentry-card .card-conatiner .cont-thead p {
    font-size: 26px;
    position: relative;
}
.sentry-card .card-conatiner .cont-thead p::before, .sentry-card .card-conatiner .cont-thead p::after {
    content: "";
    width: 328px;
    height: 2px;
    background-size: contain;
    display: inline-block;
}
.sentry-card .card-conatiner .cont-thead p::before {
    background-image: url(/_nuxt/img/line-left.8257433.png);
    margin-right: 10px;
}
.sentry-card .card-conatiner .cont-thead p::after {
    background-image: url(/_nuxt/img/line-right.01bc2fb.png);
    margin-left: 10px;
}
.sentry-card .card-conatiner .cont-fiche {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}
.el-row::after, .el-row::before {
	content: "";
    display: table;
}
.el-col-6 {
    width: 25%;
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-row::after {
    clear: both;
}
.el-row::after, .el-row::before {
    display: table;
}
.sentry-card .card-conatiner .cont-fiche .item {
    width: 25%;
    padding: 30px;
    text-align: center;
    float: left;
}
.sentry-card .card-conatiner .cont-fiche .item .pic {
    width: 100%;
    height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sentry-card .card-conatiner .cont-fiche .item .pic img{
    width: 68px;
    transition: all .3s;
}
.sentry-card .card-conatiner .cont-fiche .item:hover .pic img {
    transform: scale(1.2);
    opacity: .9;
}
.sentry-card .card-conatiner .cont-fiche .item .txt {
    margin-top: 15px;
}
.sentry-card .card-conatiner .cont-fiche .item .txt h6 {
    font-size: 26px;
    font-weight: 700;
}
.sentry-card .card-conatiner .cont-fiche .item .txt p {
    font-size: 22px;
    color: #666;
    line-height: 1.8;
    word-break: break-all;
    margin-top: 15px;
}
.sentry-card .card-conatiner .cont-foot
{
    width: 100%;
    padding: 20px 290px;
    background-color: rgba(0,154,255,.8);
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
.sentry-card .card-conatiner .cont-foot p {
    color: #fff;
    font-size: 27px;
    line-height: 1.6;
}
.sentry-category{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #000722;
    background-image: url(../images/category-bg.png);
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sentry-category .category-container{
    padding: 60px 0 40px;
    color: #fff;
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}
.sentry-category .category-container .th{
    width: 100%;
}
.sentry-category .category-container .th h5{
    font-size: 35px;
}
.sentry-category .category-container .th h6{
    font-size: 26px;
    margin-top: 20px;
}
.sentry-category .category-container .list{
    width: 100%;
    margin-top: 40px;
    margin-left: -12px;
}
.sentry-category .category-container .list .item{
    width: 20%;
    height: 310px;
    padding: 0 12px;
    float: left;
    transition: all .3s;
}
.sentry-category .category-container .list .item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 20px 0px rgba(17,17,17,.08);
}
.sentry-category .category-container .list li,.sentry-pattern .pattern-container .list li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sentry-category .category-container .list .item .item-in{
    height: 100%;
    padding: 0 18px;
    background-image: linear-gradient(#00dcd2, #005aff);
}

.sentry-category .category-container .list .item .pic{
    width: 100%;
    height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sentry-category .category-container .list .item .pic img{
    width: 108px;
}
.sentry-category .category-container .list .item .txt{
    margin-top: 0;
    text-align: center;
}
.sentry-category .category-container .list .item .txt h6{
    font-size: 26px;
    font-weight: 700;
}
.sentry-category .category-container .list .item .txt p{
    font-size: 20px;
    line-height: 1.7;
    margin-top: 15px;
    text-align: left;
}
.sentry-pattern{
    width: 100%;
    padding-bottom: 60px;
    background-color: #fff;
    background-image: url(../images/pattern-bg.png);
    background-position: center;
}
.sentry-pattern .pattern-container{
    padding-top: 100px;
	width: 1440px;
	height: 100%;
	margin: 0 auto;
}
.sentry-pattern .pattern-container .th{
    /*text-align: CENTER;*/
    width: 100%;
}
.sentry-pattern .pattern-container .th h5{
    font-size: 35px;
}
.sentry-pattern .pattern-container .th h6{
    font-size: 24px;
    color: #1a2056;
    margin-top: 18px;
}
.sentry-pattern .pattern-container .list{
    width: 100%;
    height: 700px;
    margin-top: 60px;
    overflow: hidden;
}
.sentry-pattern .pattern-container .list .item{
    width: 30%;
    height: 100%;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sentry-pattern .pattern-container .list .item img{
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s;
}
.sentry-pattern .pattern-container .list .item:hover img {
    opacity: .9;
    transform: scale(1.1);
}
.sentry-scene{
    width: 100%;
    height: 1080px;
    background-color: #04091c;
    background-image: url(../images/scene-bg.png);
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sentry-scene .th{
    width: 100%;
    padding: 100px 0 65px;
    overflow: hidden;
}
.sentry-scene .th h5{
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}
.sentry-scene .th .line{
    width: 145px;
    height: 4px;
    display: block;
    background-image: url(../images/scene-th-line.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.sentry-scene .scene-list{
    width: 100%;
    overflow: hidden;
}
.sentry-scene .scene-list .list-cont{
    overflow: hidden;
}
.sentry-scene .scene-list .list-cont:last-of-type {
    margin-top: 95px;
}
.sentry-scene .scene-list .item{
    width: 16.66%;
    height: 220px;
    padding: 1px;
    float: left;
}
.sentry-scene .scene-list .item .item-in{
    height: 100%;
    background-color: #fff;
}
.sentry-scene .scene-list .item .pic{
    width: 100%;
    height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sentry-scene .scene-list .item .pic img{
    width: 90px;
    transition: all .2s ease-in-out;
}
.sentry-scene .scene-list .item:nth-of-type(odd):hover .pic img{
    transform: rotate(10deg);
}
.sentry-scene .scene-list .item:nth-of-type(even):hover .pic img{
    transform: rotate(-10deg);
}
.sentry-scene .scene-list .item .txt{
    margin-top: 0;
    text-align: center;
}
.sentry-scene .scene-list .item .txt h6{
    font-size: 26px;
    font-weight: 500;
}
.sentry-scene .scene-list .item .txt p{
    font-size: 15px;
    color: #999;
    margin-top: 5px;
}
.backf0{
	background: #f0f4ff;
}
.backfff{
	background: #fff;
}
.section-1{
	/* background-color: #f0f4ff; */
}
.section-1 .pdiv{
    text-indent: 2em;
    font-size: 16px;
    color: #636970;
    line-height: 32px;
    text-align: justify;
}
.sectiondiv {
    padding-bottom: 80px;
}
.sectiondiv img{
	width: 100%;;
}
.section-1 .list {
    padding: 0 0 100px 0;
}
.section-1 .list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-1 .list .item .text {
    width: 48%;
}
.section-1 .list .item .text p{
    font-size: 16px;
    color: #636970;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
    text-indent: 2em;
}
.section-1 .list .item .img {
    width: 48%;
}
.section-1 .slist {
    padding: 100px 0;
}
.section-1 .slist .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-1 .slist .item .text {
    width: 48%;
}
.section-1 .slist .item .text p {
    font-size: 16px;
    color: #636970;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
}
.section-1 .slist .item .img{
    width: 48%;
    text-align: right;
}
.section-1 .slist .item .img img {
    max-width: 100%;
}
.section-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-1 .img {
    width: 43%;
    text-align: right;
}
.section-1 .img img {
    width: 100%;
}
.section-1 .text {
    width: 45%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5e656d;
    line-height: 30px;
}
.section-2{
    background-color: #fafafa;
}
.section-2 .des{
    padding: 80px;
    background-image:url(../images/about_img.png);
    background-size: cover;
}
.section-2 .des p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: justify;
    text-indent: 2em;
    margin: 0;
}
.section-2 .list,.section-2 .mlist{
    padding: 20px 0 80px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.section-2 .list .item {
    width: 32%;
    height: 440px;
    position: relative;
}
.section-2 .list .item .img{
    height: 260px;
    background-size: cover;
    background-position: center center;
}
.section-2 .list .item .img-1{
    background-image: url(../images/about_concepts.png);
}
.section-2 .list .item .img-2{
    background-image: url(../images/about_concepts2.png);
}
.section-2 .list .item .img-3{
    background-image: url(../images/about_concepts3.png);
}
.section-2 .list .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    padding: 30px;
    background-color: #fff;
    transition: all .35s;
}
.section-2 .list .item .text h4 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #3e9ac8;
    position: relative;
    letter-spacing: 2px;
}
.section-2 .list .item .text h4::after {
    content: "";
    width: 49px;
    height: 3px;
    background: #3e9ac8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-2 .list .item .text p{
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: all .35s;
    letter-spacing: 1px;
}
.section-2 .list .item:hover .text {
    background-color: #3e9ac8;
    height: 250px;
}
.section-2 .list .item:hover .text h4 {
    color: #fff;
}
.section-2 .list .item:hover .text h4::after {
    background-color: #fff;
}
.section-2 .list .item:hover .text p {
    opacity: 1;
}
.section-2 .jlist {
    display: flex;
}
.pd50{
	padding-bottom: 50px;
}
.pd80{
	padding-bottom: 80px;
}
.pd100{
	padding: 100px 0;
}
.section-2 .jlist .item{
    width: 25%;
    text-align: center;
    font-size: 16px;
    color: #4c545c;
}
.section-2 .jlist .item .icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    background-size: cover;
}
.section-2 .jlist .item .icon-1{
    background-image: url(../images/jinzhengbao1.png);
}
.section-2 .jlist .item .icon-2 {
    background-image: url(../images/jinzhengbao2.png);
}
.section-2 .jlist .item .icon-3 {
    background-image: url(../images/jinzhengbao3.png);
}
.section-2 .jlist .item .icon-4 {
    background-image: url(../images/jinzhengbao4.png);
}
.section-2 .jslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.section-2 .jslist .item{
    width: 49%;
    min-height: 154px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all .35s;
}
.section-2 .jslist .item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px 0px rgba(17,17,17,.08);
}
.section-2 .jslist .item .icon{
    display: block;
    width: 56px;
    height: 56px;
    background-size: cover;
}
.section-2 .jslist .item .icon-1{
    background-image: url(../images/feijiao1.png);
}
.section-2 .jslist .item .icon-2{
    background-image: url(../images/feijiao2.png);
}
.section-2 .jslist .item .icon-3{
    background-image: url(../images/feijiao3.png);
}
.section-2 .jslist .item .icon-4{
    background-image: url(../images/feijiao.png);
}
.section-2 .jslist .item>div {
    flex: 1;
    padding-left: 20px;
}
.section-2 .jslist .item>div h4 {
    font-size: 20px;
    color: #212a34;
    font-weight: bold;
}
.section-2 .jslist .item>div p{
    font-size: 16px;
    color: #636970;
    line-height: 26px;
    margin: 10px 0 0 0;
}
.section-2 .alist,.section-2 .applist{
    display: flex;
}
.section-2 .alist .item {
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #4c545c;
}
.section-2 .alist .item .icon,.section-2 .applist .item .icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    background-size: cover;
}
.section-2 .alist .item .icon-1 {
   background-image: url(../images/hlw.png);
}
.section-2 .alist .item .icon-2 {
   background-image: url(../images/gajg.png);
}
.section-2 .alist .item .icon-3 {
   background-image: url(../images/dsj.png);
}
.section-2 .alist .item .icon-4 {
   background-image: url(../images/ypt.png);
}
.section-2 .alist .item .icon-5 {
   background-image: url(../images/zzyf.png);
}
.section-2 .applist .item{
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #4c545c;
}
.section-2 .applist .item .icon-1 {
   background-image: url(../images/sm.png);
}
.section-2 .applist .item .icon-2 {
   background-image: url(../images/cs.png);
}
.section-2 .applist .item .icon-3 {
   background-image: url(../images/jy.png);
}
.section-2 .mlist{
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.section-2 .mlist .item{
    width: 32%;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(26,90,168,.15);
    border-radius: 8px;
    padding: 40px 20px;
    transition: all .35s;
}
.section-2 .mlist .item:hover {
    transform: translateY(-10px);
    background: #3e9ac8;
}
.section-2 .mlist .item h2 {
    font-size: 16px;
    color: #787d83;
    margin-bottom: 30px;
}
.section-2 .mlist .item:hover h2 {
    color: #fff;
}
.section-2 .mlist .item:hover h2 span {
    color: #fff;
}
.section-2 .mlist .item h2 span{
    font-size: 48px;
    color: #787d83;
    margin-right: 10px;
}
.section-2 .mlist .item img {
    width: 100%;
}
.section-2 .mlist .item p {
    font-size: 16px;
    color: #4c545c;
    line-height: 26px;
    margin: 20px 0 0 0;
}
.section-2 .mlist .item:hover p {
    color: #fff;
}
/* .section-3 .img {
    padding: 0 0 80px 0;
} */
.section-3 .img img {
    width: 100%;
}
.section-3 .fjlist{
    padding-bottom: 60px;
}
.section-3 .fjlist .item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.section-3 .fjlist .item .img{
    width: 48%;
}
.section-3 .fjlist .item .img img{
    width: 100%;
}
.section-3 .fjlist .item .text{
    width: 48%;
}
.section-3 .fjlist .item .text h5{
    font-size: 20px;
    color: #212a34;
    line-height: 24px;
    font-weight: bold;
}
.section-3 .fjlist .item .text p{
    font-size: 16px;
    color: #636970;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
}
.section-3 .jitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.section-3 .jitem .text{
    width: 50%;
}
.section-3 .jitem .text h3 {
    font-size: 32px;
    color: #000;
    padding: 30px 0 50px 0;
    position: relative;
}
.section-3 .jitem .text h3::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 60px;
    height: 6px;
    background: #3e9ac8;
}
.section-3 .jitem .text ul{
    padding-left: 20px;
}
.section-3 .jitem .text li, .section-3 .jitem .text p{
    font-size: 16px;
    color: #787d83;
    line-height: 28px;
    text-align: justify;
}
.section-3 .jitem .img {
    width: 40%;
}
.section-3 .jitem .img img {
    width: 100%;
}
.section-3 .aitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.section-3 .aitem .text{
    width: 50%;
}
.section-3 .aitem .text h3 {
    font-size: 32px;
    color: #000;
    padding: 30px 0 50px 0;
    position: relative;
}
.section-3 .aitem .text h3::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 60px;
    height: 6px;
    background: #3e9ac8;
}
.section-3 .aitem .text p{
    font-size: 16px;
    color: #787d83;
    line-height: 28px;
    text-align: justify;
}
.section-3 .aitem .img {
    width: 40%;
    text-align: center;
	padding: 0;
}
.section-3 .aitem .img img {
    max-width: 100%;
}
.section-3 .aitem .text .ul-box {
    display: flex;
    justify-content: space-between;
}
.section-3 .aitem .text ul {
    padding-left: 20px;
}
.section-3 .aitem .text li, .section-3 .aitem .text p {
    font-size: 16px;
    color: #787d83;
    line-height: 28px;
    text-align: justify;
}
.section-3 .tslist{
    display: flex;
    padding-bottom: 80px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-3 .tslist .item {
    width: 33.33%;
    padding-top: 30px;
    border-radius: 8px;
    transition: all .35s;
}
.section-3 .tslist .item:hover {
    background: #3e9ac8;
    box-shadow: 0px 5px 20px 0px rgba(26,90,168,.2);
    transform: translateY(-10px);
}
.section-3 .tslist .item .icon {
    width: 124px;
    height: 124px;
    margin: 0 auto;
    background-position: center center;
    background-size: 105px auto;
    background-repeat: no-repeat;
}
.section-3 .tslist .item .icon-1 {
    background-image: url(../images/read.png);
}
.section-3 .tslist .item:hover .icon-1 {
    background-image: url(../images/read_w.png);
}
.section-3 .tslist .item .icon-2 {
    background-image: url(../images/read.png);
}
.section-3 .tslist .item:hover .icon-2 {
    background-image: url(../images/read_w.png);
}
.section-3 .tslist .item .icon-3 {
    background-image: url(../images/cjrx.png);
}
.section-3 .tslist .item:hover .icon-3 {
    background-image: url(../images/cjrx_w.png);
}
.section-3 .tslist .item .icon-4 {
    background-image: url(../images/4g.png);
}
.section-3 .tslist .item:hover .icon-4 {
    background-image: url(../images/4g_w.png);
}
.section-3 .tslist .item .icon-5 {
    background-image: url(../images/pc.png);
}
.section-3 .tslist .item:hover .icon-5 {
    background-image: url(../images/pc_w.png);
}
.section-3 .tslist .item .icon-6 {
    background-image: url(../images/sjcs.png);
}
.section-3 .tslist .item:hover .icon-6 {
    background-image: url(../images/sjcs_w.png);
}
.section-3 .tslist .item p {
    padding: 10px 70px;
    font-size: 16px;
    color: #4c545c;
    text-align: center;
}
.section-3 .tslist .item:hover p {
    color: #fff;
}
.section-4{
	background-color: #fafafa;
}
.section-4 .activities-wrap .time-tabs {
    position: relative;
    overflow: hidden;
}

.section-4 .activities-wrap .time-tabs .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.section-4 .activities-wrap .time-tabs .swiper-slide{
	width: 50%;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}
.section-4 .activities-wrap .time-tabs #carousel {
	position:relative;
	z-index:2;
	margin-top:20px;
	transform-style:preserve-3d;
	perspective:800px;
	height: 96px;
}
.section-4 .activities-wrap .time-tabs #carousel img {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-252px;
	transition:transform .5s ease-in-out;
	box-shadow:8px 8px 20px rgba(0,0,0,.2);
	cursor:pointer
}
.section-4 .activities-wrap .time-tabs #carousel .carousel-content {
	position:absolute;
	left:50%;
	top:50%;
	font-size: 20px;
	font-weight: bold;
	color: #3e9ac8;
	box-sizing: border-box;
	border: 2px solid #3e9ac8;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left:-252px;
	transition:transform .5s ease-in-out;
	
	cursor:pointer
}

#carousel .carousel-content {
	width: 300px;
	height: 96px;
	opacity: 0;
}
/* .section-4 .activities-wrap .time-tabs .carousel-content {
    width: 300px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #3e9ac8;
    box-sizing: border-box;
    border: 2px solid #3e9ac8;
    background: #fff;
    margin: 0 auto;
} */
.section-4 .tlist {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.section-4 .tlist .item{
    width: 32%;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(26,90,168,.15);
    border-radius: 8px;
    padding: 50px 30px;
    text-align: center;
}
.section-4 .tlist .item img{
    width: 280px;
}
.section-4 .tlist .item p {
    font-size: 16px;
    color: #4c545c;
    margin-top: 20px;
}
.el-carousel {
    position: relative;
}
.el-carousel--horizontal {
    overflow-x: hidden;
}
.el-carousel__container {
    position: relative;
    height: 300px;
}

.el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31,45,61,.11);
    color: #FFF;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
}
.el-carousel__arrow--left {
    left: 16px;
}
.el-carousel__arrow i {
    cursor: pointer;
}
.el-icon-arrow-left:before {
    content: "\e6de";
}
.el-carousel__arrow--right {
    right: 16px;
}
.el-icon-arrow-right:before {
    content: "\e6e0";
}
.el-carousel__mask {
    width: 100%;
    background-color: #FFF;
    opacity: .24;
    -webkit-transition: .2s;
    transition: .2s;
}
.el-carousel__item, .el-carousel__mask {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}
.el-carousel__item--card {
    width: 50%;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}
.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1;
}
.el-carousel__item--card.is-active {
    z-index: 2;
}
.section-4 .activities-wrap .photos{
	position: relative;
    padding: 50px 0 100px 0;
}
.section-4 .activities-wrap .photos .div{
	display: none;
	width: 100%;
	
}
.section-4 .activities-wrap .photos .on{
	display: block;
}
.section-4 .activities-wrap .photos .item {
	float: left;
    width: 48%;
    overflow: hidden;
    position: relative;
    background: #ebebeb;
    min-height: 439px;
}
.section-4 .activities-wrap .photos .div .item:first-child {
	margin-right:40px;
}
.section-4 .activities-wrap .photos .item img{
    width: 100%;
}
.section-4 .activities-wrap .photos .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    color: #fff;
    background: rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-3,.section-5 {
	/* background: #f0f4ff; */
}
.section-5 .map-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.section-5 .map-box .map {
    width: 70%;
    height: 380px;
}
.section-5 .map-box .map img{
    width: 100%;
}
.section-5 .map-box .text {
    width: 28%;
}
.section-5 .map-box .text address{
    margin-bottom: 50px;
}
.section-5 .map-box .text address h3{
    font-size: 20px;
    color: #636970;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.section-5 .map-box .text address p{
    font-size: 16px;
    color: #636970;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.section-22 {
    background: #fff;
    margin-bottom: 50px;
}
.section-22 .box-wrap {
    display: flex;
}
.section-22 div {
    box-sizing: border-box;
}
.section-22 .left {
    width: 35%;
    padding-top: 119px !important;
}
.section-22 .box {
    border-radius: 20px;
    background: #f8fafb;
    padding: 30px;
}
.section-22 .left>img {
    width: 104px;
    height: 108px;
}
.section-22 .title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    white-space: pre-wrap !important;
        word-break: break-all;
        word-wrap: break-word;
    color: #212a34;
    margin-top: 30px;
    margin-bottom: 20px;
}
.section-22 .text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5e656d;
    line-height: 26px;
}
.section-22 .left .left-text {
    margin-bottom: 100px;
}
.section-22 .right {
    width: 65%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}
.section-22 .right .top {
    display: flex;
    justify-content: space-between;
}
.section-22 .right .top .inner-left {
    width: 48.5%;
}
.section-22 .right .top .inner-right {
    width: 48.5%;
}
.section-22 .right .top .inner-left>img {
    width: 56px;
    height: 50px;
}
.section-22 .right .bottom {
    margin-top: 20px;
    flex: 1;
}
.section-22 .right .bottom .flex {
    display: flex;
}
.section-22 .right .bottom-content {
    display: flex;
    align-items: center;
}
.section-22 .right .bottom img {
    width: 64px;
    height: 40px;
    margin-left: 38px;
}
.section-33 {
    background: #f8fafb;
    padding-bottom: 60px;
    padding-top: 147px;
}
.section-33 .list {
    display: flex;
    flex-wrap: wrap;
}
.section-33 .list .card-b {
    background: #0376f7;
    color: #fff;
}
.section-33 .list .item-card {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 80px;
    width: 48%;
    margin-right: 4%;
}

.section-33 .list .item-card>img {
    width: 100%;
}
.section-33 .list .item-card .content {
    padding: 10px;
}
.section-33 .list .item-card .icon1 {
    width: 48px;
    height: 43px;
}
.section-33 .list .item-card .icon2 {
    width: 48px;
    height: 41px;
}
.section-33 .list .item-card .icon3 {
    width: 46px;
    height: 44px;
}
.section-33 .list .item-card .icon4{
    width: 46px;
    height: 48px;
}
.section-33 .list .item-card .content>img {
    margin-top: 45px;
}
.section-33 .list .card-title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 41px;
    margin: 20px 0;
}
.section-33 .list .card-text {
    letter-spacing: 0;
    font-weight: 400;
	font-size: 16px;
}
.card-text:last-child {
    margin-bottom: 0;
}
.section-33 .list .lateY {
    transform: translateY(100px);
    width: 48%;
}
.section-33 .list .card-w {
    background: #fff;
    color: #666;
    border: 2px solid #eee;
    box-shadow: -3px 3px 15px 9px rgba(0,0,0,.11);
}
.section-33 .list .item-card {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 80px;
    width: 48%;
    margin-right: 4%;
}
.section-33 .list .lateY .w {
    width: 100%;
}
.section-33 .list .card-w .card-title {
    color: #212a34;
}
.section-44{
    background-color: #0376f7;
    height: 284px;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-44 .icon-list{
    height: 284px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.section-44 .icon-list .icon-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-44 .icon-list .icon{
    display: block;
    background-size: cover;
}
.section-44 .icon-list .icon1{
    width: 81px;
    height: 71px;
    background-image: url(../images/icon1.png);
}
.section-44 .icon-list .icon2{
    width: 72px;
    height: 72px;
    background-image: url(../images/icon2.png);
}
.section-44 .icon-list .icon3{
    width: 72px;
    height: 72px;
    background-image: url(../images/icon3.png);
}
.section-44 .icon-list .icon4{
    width: 72px;
    height: 72px;
    background-image: url(../images/icon4.png);
}
.section-44 .icon-list .icon5{
    margin-bottom: 2px;
    width: 72px;
    height: 72px;
    background-image: url(../images/icon5.png);
}
.section-44 .icon-list .text1{
    margin-top: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
	font-size: 16px;
}
.section-55{
    padding: 130px 0;
}
.section-55 .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.section-55 .contact{
    height: 100%;
}
.section-55 .contact .title{
    margin-bottom: 48px;
    margin-top: 36px;
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #212a34;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
}
.section-55 .contact-item{
    display: flex;
    font-family: Source Han Sans CN;
    margin-bottom: 25px;
    font-size: 18px;
    color: #212a34;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
}
.section-55 .contact-item .icon-phones{
    width: 20px;
    height: 20px;
    background-image: url(../images/tel.png);
    margin-right: 10px;
}
.section-55 .contact-item .icon-email{
    width: 20px;
    height: 20px;
    background-image: url(../images/email.png);
    margin-right: 10px;
}
.section-55 .phone-part{
    width: 60%;
    height: 292px;
    background: #f7f9fc;
    border-radius: 24px;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
}
.section-55 .phone-part .title{
    font-size: 32px;
    color: #212a34;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 44px;
}
.section-55 .phone-part .relative{
    position: relative;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-55 .phone-part .form-control{
    height: 56px;
    border: 1px solid #babdc1;
    border-radius: 6px;
}
.carousel-wrapper{
	min-height: 40vw;
	background: #222;
}
.carousel-item {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
	border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}
.carousel-indicators .active {
	width: 30px;
	height: 3px;
    opacity: 1;
}
.banner-item {
    height: 40vw;
    background-color: #222;
    position: relative;
}
.banner-item .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-item .img .text{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner-item .img .text h1{
    width: 100%;
    font-size: 42px;
    color: #fff;
    height: 42px;
    letter-spacing: 4px;
}
.banner-item .img .text p{
    font-size: 18px;
    color: #fff;
    margin: 40px 0 50px 0;
}
.product-wrapper{
    background: #fafafa;
}
.product-list {
    display: flex;
    padding-bottom: 100px;
}
.product-list .item {
    width: 20%;
    overflow: hidden;
    transition: all .5s;
    transition-timing-function: ease;
    background: #fff;
}
.product-list .item.active {
    width: 40%;
    box-shadow: 0px 6px 20px 0px rgba(17,17,17,.1);
    z-index: 2;
}
.product-list .item .img {
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.product-list .item .img {
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.product-list .item .text{
    padding: 0 20px 20px;
    height: 275px;
    overflow: hidden;
}
.product-list .item .text h3 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    padding: 30px 0 20px 0;
    margin: 0;
    letter-spacing: 1px;
}
.product-list .item .text p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    text-align: justify;
    width: 330px;
    display: block;
    overflow: hidden;
}
.product-list .item .btns {
    padding: 40px 20px;
    text-align: center;
    height: 111px;
    position: relative;
}

.product-list .item .btns::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 40px;
    width: 30px;
    height: 30px;
    background-image: url(../images/jt.png);
    background-size: cover;
    opacity: 1;
    transition: all .35s;
}
.product-list .item.active .btns::after {
    opacity: 0;
    transform: translateX(10px);
}
.product-list .item.active .btns .btn {
    opacity: 1;
}

.btn-outline-primary {
    color: #3e9ac8;
    border-color: #3e9ac8;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-outline-primary {
    color: #3e9ac8;
    border-color: #3e9ac8;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.product-list .item .btns .btn {
    opacity: 0;
    transition: all .35s;
	font-size: 16px;
}
.business-wrapper {
    height: 600px;
    position: relative;
    background-color: #222;
}
.btn-outline-primary:hover {
	color: #fff;
    background-color: #3e9ac8;
}
.business-container {
    position: relative;
    z-index: 2;
}
.business-container {
    position: relative;
    z-index: 2;
}
.business-wrapper .container-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .4;
}
.business-box {
    display: flex;
    color: #fff;
    justify-content: space-between;
}
.color-w {
    color: #fff !important;
}
.business-list {
    max-width: 700px;
    height: 415px;
    overflow: hidden;
    position: relative;
    flex: 1;
}
.business-list .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.business-list .item.active {
    z-index: 3;
}
.business-list .item h4 {
    font-size: 24px;
    margin: 40px 0 30px 0;
    opacity: 0;
    transition: all .35s;
    transform: translateY(10px);
}
.business-list .item.active h4 {
    opacity: 1;
    transform: translateY(0);
}
.business-list .item p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0;
    transition: all .6s;
    transform: translateY(10px);
}
.business-list .item.active p {
    opacity: 1;
    transform: translateY(0);
}
.business-list .item .tag {
    opacity: 0;
    transition: all .35s;
}
.business-list .item.active .tag{
    opacity: 1;
}
.business-list .item .tag a {
    font-size: 14px;
    display: inline-block;
    background: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 3px 15px;
    margin-right: 10px;
    color: #fff;
}
.business-list .item .tag a:last-child {
    background: #3e9ac8;
    text-decoration: none;
    margin: 0;
}
.business-list-nav {
    width: 180px;
    height: calc(54px * 2);
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}
.business-list-nav span {
    display: flex;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    height: 54px;
    justify-content: center;
    align-items: center;
    transition: .35s;
    cursor: pointer;
}
.business-list-nav span.active {
    background: #3e9ac8;
}
.business-list-nav span i.i-1 {
    background-image: url(../images/szico.png);
}
.business-list-nav span i.i-2 {
    background-image: url(../images/csico.png);
}
.business-list-nav span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #fff;
    opacity: .3;
}
.business-wrapper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    opacity: 0;
    transition: all 1s;
}
.business-wrapper-bg.active {
    opacity: 1;
}
.news-wrapper .img-news{
    display: flex;
    justify-content: space-between;
    height: 374px;
}
.news-wrapper .img-news .item-one{
    width: 55%;
}
.news-wrapper .img-news .item-one a{
    display: block;
    position: relative;
    color: #636970;
    font-size: 16px;
    line-height: 30px;
    transition: color .35s;
}
.news-wrapper .img-news .item-one .img{
    width: 100%;
    height: 344px;
    background-color: #ebebeb;
    background-position: center center;
    background-size: auto 100%;
    transition: all .35s;
}
.news-wrapper .img-news .item-one a span{
    display: block;
    height: 28px;
    overflow: hidden;
    margin-top: 2px;
}
.news-wrapper .img-news .item-two{
    width: 42%;
}
.news-wrapper .img-news .item-two .item:first-child {
    margin-bottom: 10px;
}
.news-wrapper .img-news .item-two .item a{
    display: block;
    position: relative;
    color: #636970;
    font-size: 16px;
    line-height: 30px;
    transition: color .35s;
}
.news-wrapper .img-news .item-two .item .img{
    width: 100%;
    height: 152px;
    background-color: #ebebeb;
    background-position: center center;
    background-size: 100% auto;
    transition: all .35s;
}
a.skeleton, span.skeleton, h1.skeleton, h3.skeleton, p.skeleton, div.skeleton {
    animation: skeleton-loading 8s linear infinite;
    /* background-image: linear-gradient(50deg, #e8e7e7, #e8e7e7 52%, #f1f1f1 55%, #e8e7e7 58%, #e8e7e7) !important;
    background-size: 400% 100% !important; */
}
.news-wrapper .img-news .item-two .item a span{
    display: block;
    height: 28px;
    overflow: hidden;
    margin-top: 2px;
}
.news-wrapper .text-news ul{
    padding-left: 20px;
    list-style-type: none;
}
.news-wrapper .text-news ul li{
    height: 30px;
    margin-bottom: 13px;
    padding-left: 15px;
    position: relative;
}
.news-wrapper .text-news ul li[data-v-61164a85]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #87888a;
    border-radius: 50%;
}
.news-wrapper .text-news a{
    font-size: 16px;
    color: #636970;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    width: 100%;
    overflow: hidden;
    transition: color .35s;
}
.news-wrapper .btns{
    text-align: center;
    padding: 50px 0 80px 0;
	font-size: 20px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.section-55 .phone-part .btns{
    position: absolute;
    top: 0%;
    right: 0;
    width: 144px;
    height: 56px;
    background: #0376f7;
    border-radius: 6px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.section-55 .phone-part .checked{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999;
    margin-top: 17px;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}
.label1 {
    font-size: 40px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #070e1f;
    line-height: 40px;
    text-align: center;
    z-index: 2;
	display: block;
}
.section1{
    position: relative;
    height: 768px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section1::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 476px;
    height: 615px;
    background-size: cover;
    background-image: url(../images/visitor_left_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -2;
}
.section1 .content {
    text-align: center;
}
.section1 .section1-desc {
    margin: 30px 0 80px 0;
    font-size: 20px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #5e626d;
    line-height: 30px;
}
.section1 .section1-desc span {
    color: #234fed;
}
.section1 .section1-imgs {
    display: flex;
    justify-content: space-between;
}
.section1 .section1-imgs img {
    width: 30%;
    transition: all .35s;
}
.section1 .section1-imgs img:hover {
    transform: translateY(-10px);
}
.section2{
    background: linear-gradient(91deg, #83b8fc 0%, #1c5fe0 100%);
    width: 100%;
}
.section2 .content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 768px;
}
.section2 .section2-left {
    position: relative;
    height: 100%;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
}
.section2 .section2-left .section2-title {
    font-size: 40px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 550;
    color: #fff;
    line-height: 40px;
    margin-top: 127px;
}
.section2 .section2-left .section2-desc {
    font-size: 28px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 550;
    color: #fff;
    line-height: 28px;
    margin-top: 16px;
}
.section2 .section2-left .section2-line{
    width: 76px;
    height: 6px;
    background: #65e3ff;
    border-radius: 3px;
    margin: 24px 0 32px 0;
}
.section2 .section2-left .section2-desc2 {
    font-size: 23px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 550;
    color: #fff;
    line-height: 28px;
}
.section2 .section2-left::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-image: url(../images/visitor_bg4.png);
    background-position-y: -100%;
    background-repeat: no-repeat;
}
.section2 .section2-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: 0 0 65%;
    padding: 30px 30px;
    min-width: 963px;
}
.section2 .section2-right .section2-card{
    width: 360px;
    height: 292px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 36px;
    word-wrap: break-word;
    overflow: hidden;
    text-align: justify;
    z-index: 1;
    transition: all .35s;
}
.section2 .section2-right .section2-card:nth-child(1) {
    background-image: url(../images/visitor_product_card1.png);
}
.section2 .section2-right .section2-card:nth-child(2) {
    background-image: url(../images/visitor_product_card2.png);
}
.section2 .section2-right .section2-card:nth-child(3) {
    background-image: url(../images/visitor_product_card3.png);
}
.section2 .section2-right .section2-card:nth-child(4) {
    background-image: url(../images/visitor_product_card4.png);
}
.section2 .section2-right .section2-card:hover {
    transform: scale(1.05);
}
.section2 .section2-right .section2-card .section2-card-title {
    font-size: 30px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #070e1f;
    line-height: 30px;
    margin-bottom: 20px;
}
.section2 .section2-right .section2-card .section2-card-desc {
    font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #5e626d;
    line-height: 26px;
    word-wrap: break-word;
    overflow: hidden;
    text-align: justify;
}
.section2 .section2-right::after {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../images/visitor_earth.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.section3 {
    background: #fff;
    width: 100%;
    padding: 80px 0;
}
.section3 .section3-imgs{
    display: flex;
    margin-top: 66px;
}
.section3 img{
    width: 15%;
    flex-grow: 1;
    margin: 0 12px;
}
.section3 .section3-imgs img{
    cursor: pointer;
    filter: saturate(0.5);
    opacity: .65;
    transition: all .35s;
    transform: scale(1);
}
.section3 .section3-imgs .active {
    filter: saturate(1);
    transform: scale(1.15);
    opacity: 1;
}
.section3 .section3-line{
    width: 100%;
    height: 1px;
    height: 1px;
    background: #e7e7eb;
    margin: 48px 0 40px 0;
}
.section3 .section3-bottom {
    display: flex;
}
.section3 .section3-bottom-item{
    width: 17%;
    flex-grow: 1;
    padding: 0 18px;
    cursor: pointer;
}
.section3 .section3-bottom img{
    display: none;
}
.section3 .section3-title {
    font-size: 22px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    transition: all .35s;
    color: #070e1f;
    text-align: center;
    line-height: 22px;
    margin-bottom: 16px;
}
.section3 .active .section3-title::after {
    content: "";
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #234fed;
    border-radius: 2px;
    z-index: 333;
}
.section3 .section3-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #5e626d;
    line-height: 22px;
    word-wrap: break-word;
    overflow: hidden;
    text-align: justify;
}
.section3 .active .section3-title {
    color: #234fed;
    position: relative;
}
.section4{
    background: #f5faff;
    position: relative;
}
.section4::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../images/visitor_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
}
.section4 .content{
    width: 100%;
    height: 741px;
    padding: 90px 0;
    padding-top: 140px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section4 .section4-img {
    margin-top: 150px;
    z-index: 2;
    width: 90%;
}
.newlist{
	width: 100%;
	padding-top: 37px;
	overflow: hidden;
}
.newlist li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    line-height: 57px;
    font-size: 16px;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}
.newlist li a {
    color: #707070;
}
.newlist li p {
    width: 82%;
    float: left;
}
.newlist li span {
    float: right;
}
.contract {
    width: 100%;
    padding: 37px 0px;
    overflow: hidden;
}
.article {
    width: 100%;
    overflow: hidden;
    margin: 42px auto 0;
}
.article .details-cont {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    line-height: 28px;
}
.article .details-tit {
    margin-bottom: 30px;
    text-align: center;
}
.article .details-tit p{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
.article .details-tit h1 {
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #292828;
    margin-bottom: 16px;
    line-height: 26px;
}
.position {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}
.position a {
    color: #707070;
    position: relative;
    padding-right: 30px;
}
.position a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #707070;
    border-bottom: 4px solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 8px;
    right: 12px;
}
footer{
    padding: 40px 0 25px 0;
    background: #fafafa;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.section5 {
    background: #fff;
    padding: 88px 0;
    position: relative;
    width: 100%;
    height: 768px;
}
.section5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(91deg, #83b8fc 0%, #1c5fe0 100%);
}
.section5 .content {
    width: 100% !important;
    position: relative;
}
.section5 .swiper-left-button, .section5 .swiper-right-button{
    width: 50px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.section5 .swiper-left-button{
    left: -5%;
}
.section5 .swiper-right-button {
    right: -5%;
}
.section5 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.section5 .section5-swiper {
    margin-top: 60px;
    width: 100% !important;
    padding: 10px;
}
.section5 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,.section5  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.section5 .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.section5 .section5-item {
    width: 30% !important;
    max-width: 388px;
    height: 540px;
    background: #fff;
    box-shadow: 0px 8px 4px 0px rgba(0,0,0,.1);
    border-radius: 8px;
    overflow: hidden;
    margin-right: 75px;
    margin-bottom: 10px;
}
.section5 .section5-img{
    width: 388px;
    height: 229px;
}
.section5 .section5-content{
    padding: 20px;
    width: 100%;
}
.section5 .section5-title{
    width: 100%;
    height: 64px;
    font-size: 22px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #070e1f;
    line-height: 32px;
}
.section5 .section5-line{
    width: 100%;
    height: 1px;
    background: #e7e7eb;
    margin: 9px 0;
}
.section5 .section5-desc {
    font-size: 16px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #5e626d;
    line-height: 28px;
    word-wrap: break-word;
    overflow: hidden;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    word-break: break-all;
}
footer address{
    margin: 30px 0;
}
footer address p {
    font-size: 14px;
    color: #636970;
    line-height: 28px;
    margin: 0;
}
footer address p a {
    color: #636970;
}
footer .footer-nav{
    display: flex;
    justify-content: flex-end;
}
footer .footer-nav .item{
    text-align: center;
}
footer .footer-nav .item h5{
    font-size: 16px;
    line-height: 20px;
    color: #636970;
    margin-bottom: 30px;
    border-right: 1px solid #ddd;
    padding: 0 30px;
}
footer .footer-nav .item a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #636970;
    transition: color .35s;
}
footer .footer-nav .item a{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #636970;
    transition: color .35s;
}
footer .footer-nav .item{
    text-align: center;
}
footer .footer-nav .item h5{
    font-size: 16px;
    line-height: 20px;
    color: #636970;
    margin-bottom: 30px;
    border-right: 1px solid #ddd;
    padding: 0 30px;
}
footer .footer-nav .item:last-child h5{
    border: none;
}
footer .copyright{
    font-size: 14px;
    color: #636970;
    text-align: center;
    margin: 0;
}
footer .copyright a{
    color: #636970;
}
.banner-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
    transition: all .5s;
}
.ident-banner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 40vh;
    background-size: cover;
    /* background-image: url(../images/indexbg.jpg); */
    padding: 30px 60px;
    background-position-x: 100%;
    background-position-y: 100%;
}
.ident-banner .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ident-banner .flex{
    display: flex;
}
.ident-banner .top .icon1{
    width: 294px;
    height: 40px;
    /* background-size: 100% 100%; */
   /* background-image: url(../images/indexbg.jpg); */
}
.ident-banner .top .close-btns{
    width: 112px;
    height: 30px;
    background: rgba(255,255,255,.4);
    border-radius: 15px;
    font-size: 14px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.ident-banner .centers{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.ident-banner .title{
    font-size: 54px;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    display: flex;
    margin-bottom: 40px;
    margin-top: 100px;
}
.ident-banner .title>div[data-v-61164a85]:nth-child(1) {
    margin-right: 20px;
}
.ident-banner .text{
    font-size: 32px;
    font-family: HarmonyOS_Sans_SC_Light;
    font-weight: 400;
    color: #fff;
}
.ident-banner .btns{
    width: 184px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 28px;
    text-align: center;
    line-height: 56px;
    border: 2px solid #fff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 56px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}@keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}.animate__fadeInUp {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}
	to {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
}
@keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}to {
		opacity:1;
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
}
.animate__fadeInLeft {
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}
@-webkit-keyframes zoomIn {
	0% {
	opacity:0;
	-webkit-transform:scale3d(.3,.3,.3);
	transform:scale3d(.3,.3,.3)
}
50% {
	opacity:1
}
}@keyframes zoomIn {
	0% {
	opacity:0;
	-webkit-transform:scale3d(.3,.3,.3);
	transform:scale3d(.3,.3,.3)
}
50% {
	opacity:1
}
}.animate__zoomIn {
	-webkit-animation-name:zoomIn;
	animation-name:zoomIn
}
@-webkit-keyframes zoomOut {
	0% {
	opacity:1
}
50% {
	opacity:0;
	-webkit-transform:scale3d(.3,.3,.3);
	transform:scale3d(.3,.3,.3)
}
to {
	opacity:0
}
}@keyframes zoomOut {
	0% {
	opacity:1
}
50% {
	opacity:0;
	-webkit-transform:scale3d(.3,.3,.3);
	transform:scale3d(.3,.3,.3)
}
to {
	opacity:0
}
}.animate__zoomOut {
	-webkit-animation-name:zoomOut;
	animation-name:zoomOut
}
.navicon-wrapper{
    padding-top: 20px;
    position: fixed;
    right: 1%;
    bottom: 40%;
    width: 60px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    z-index: 2333;
}
.navicon-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-54%, -69%);
    width: 80px;
    height: 100px;
    background: url(../images/visitor_db_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.navicon-wrapper .navicon-item {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #1f2635;
    border-bottom: 1px solid #e7e7eb;
    cursor: pointer;
}
.navicon-wrapper .navicon-item .ico{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 8px;
}
.navicon-wrapper .navicon-item.navicon-item-online .ico {
    background: url(../images/zx.png)
}
.navicon-wrapper .navicon-item.navicon-item-back .ico {
    background: url(../images/zd.png)
}
.el-popover, .el-radio-button:first-child:last-child .el-radio-button__inner {
    border-radius: 4px;
}
.el-popover, .el-time-panel {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.el-popover {
    position: absolute;
    background: #FFF;
    min-width: 150px;
    border: 1px solid #EBEEF5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    word-break: break-all;
}
.service-popover-content {
    padding: 20px 0 10px 0;
    text-align: center;
}
.service-popover-content img {
    width: 180px;
}
.navicon-wrapper .navicon-item img{
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
}
.service-popover-content div {
    margin-top: 10px;
}
.service-popover p {
    margin-bottom: 0;
}
.service-popover-content p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}
.service-popover-btn {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offset-1 {
    margin-left: 8.333333%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {

  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
	.col-lg-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.col-lg-4 {
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%;
	}
	.col-lg-8 {
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.navbar-expand-lg .navbar-collapse1 {
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav1 .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
  .nav-bar .nav-link{
  	padding-left:0;
  	padding-right:0;
  	margin-left:1rem;
  	margin-right:1rem
  }
  .nav-bar .nav-item:last-child .nav-link {
  	margin-right:0
  }
  .nav-bar.show-bg .navbar {
  	padding:.5rem 15px
  }
  .navbar-expand-lg .navbar-nav1 {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .nav-bar .nav-item {
  	position:relative
  }
  .nav-bar .nav-item>a {
  	position:relative
  }
  .nav-bar .nav-item>a::before {
  	content:"";
  	position:absolute;
  	bottom:0;
  	right:50%;
  	width:0;
  	height:3px;
  	background:#fff;
  	opacity:.5;
  	transition:all .35s
  }
  .nav-bar .nav-item>a::after {
  	content:"";
  	position:absolute;
  	bottom:0;
  	left:50%;
  	width:0;
  	height:3px;
  	background:#fff;
  	border:none !important;
  	margin:0 !important;
  	opacity:.5;
  	transition:all .35s
  }
  .nav-bar .nav-item>a:hover::after,.nav-bar .nav-item>a:hover::before {
  	width:50%
  }
  .nav-bar .nav-item.active>a::before,.nav-bar .nav-item.active>a::after {
  	width:50%;
  	opacity:1
  }
  .nav-bar.show-bg .nav-item>a::before,.nav-bar.show-bg .nav-item>a::after {
  	background:#3e9ac8
  }
  .nav-bar .nav-childs {
  	position:absolute;
  	top:125%;
  	right:0;
  	background:#fff;
  	box-shadow:0px 2px 8px 0px rgba(17,17,17,.14);
  	display:flex;
  	border-radius:4px;
  	max-height:0;
  	opacity:0;
  	transform:translateY(-10px);
  	overflow:hidden;
  	transition:all .5s;
  	transform:translateY(-5px)
  }
  .nav-bar .nav-has-childs:hover .nav-childs {
  	max-height:300px;
  	opacity:1;
  	transform:translateY(0)
  }
  .nav-bar .nav-has-childs .nav-childs a {
  	font-size:14px;
  	color:#636970;
  	text-align:center;
  	text-decoration:none;
  	display:block;
  	padding:10px 0;
  	transition:all .35s;
  	letter-spacing:0
  }
  .nav-bar .nav-has-childs .nav-childs a:hover {
  	font-weight:bold;
  	color:#212a34
  }
  .nav-bar .nav-has-childs .nav-childs .nav-col {
  	padding:5px 20px 5px 20px;
  	width:140px;
  	text-align:center
  }
  .nav-bar .nav-has-childs .nav-childs .nav-col:nth-child(2) {
  	padding-left:0;
  	width:130px
  }
  .nav-bar .nav-has-childs .nav-childs .nav-col-title {
  	font-size:15px;
  	color:#212a34;
  	font-weight:bold;
  	border-bottom:1px solid #e5e5e5;
  	padding-bottom:10px;
  	padding-top:10px;
  	margin-bottom:5px;
  	display:flex;
  	justify-content:center;
  	align-items:center
  }
  .nav-bar .nav-has-childs .nav-childs .nav-col-title i {
  	display:inline-block;
  	width:15px;
  	height:15px;
  	background-size:cover;
  	margin-right:5px
  }
  
  .nav-has-childs>a {
  	cursor:default
  }
}
@media only screen and (max-width:992px) {
	.nav-bar {
		transition:all .35s
	}
	.container-title {
    font-size: 26px;
    padding: 40px 0 25px 0;
}
	.navbar-collapse1{
		z-index:999;
		padding:20px 0;
		height:calc(100vh - 72px);
		overflow-y:auto;
		overflow-x:hidden;
	}
	.navbar-collapse1 .nav-item {
		border-bottom:1px solid #ebebeb
	}
	.navbar-collapse1 .nav-item.nav-has-childs .nav-item {
		border-bottom:0
	}
	.navbar-collapse1 .nav-item .nav-link{
		padding:15px 0;
		margin:0
	}
	.navbar-collapse1 .nav-item a {
		font-size:15px;
		color:#212a34
	}
	.navbar-collapse1 .nav-item .nav-childs {
		padding:10px
	}
	.navbar-collapse1 .nav-item .nav-childs .nav-col {
		margin-bottom:10px
	}
	.navbar-collapse1 .nav-item .nav-childs .nav-col .nav-col-title {
		color:#999;
		font-size:14px
	}
	.navbar-collapse1 .nav-item .nav-childs .nav-col a {
		display:block;
		padding:.5rem
	}
	.navbar-collapse1 .nav-item .nav-childs .nav-col:last-child {
		margin:0
	}
	.navbar-collapse1 .nav-item.active{
		border-color:#3e9ac8
	}
	.navbar-collapse1::-webkit-scrollbar {
		display:none
	}
	.navbar-toggler .collapse-icon {
		position:relative;
		width:24px;
		height:16px
	}
	.navbar-toggler .collapse-icon i {
		display:block;
		width:24px;
		height:2px;
		background:rgba(255,255,255,.5);
		position:absolute;
		left:0;
		transition:all .35s
	}
	.navbar-toggler .collapse-icon i:first-child {
		top:0
	}
	.navbar-toggler .collapse-icon i:nth-child(2) {
		top:7px
	}
	.navbar-toggler .collapse-icon i:nth-child(3) {
		top:14px
	}
	.nav-bar.show-bg .collapse-icon i {
		background:rgba(0,0,0,.3)
	}
	.navbar-toggler.not-collapsed .collapse-icon i {
		background:#999
	}
	.navbar-toggler.not-collapsed .collapse-icon i:first-child {
		transform:rotate(45deg);
		top:7px
	}
	.navbar-toggler.not-collapsed .collapse-icon i:nth-child(2) {
		opacity:0
	}
	.navbar-toggler.not-collapsed .collapse-icon i:nth-child(3) {
		transform:rotate(-45deg);
		top:7px
	}
	
	.nav-item-second .nav-link:hover {
		font-weight:normal
	}
	.container-title {
	    font-size: 26px;
	    padding: 40px 0 25px 0;
	}
	.carousel-wrapper {
	    min-height: 300px;
	    background: #222;
	}
	.ident-banner{
	    width: 100vw;
	    height: calc(100vw * (1220 / 1920));
	    padding: 10px;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	.ident-banner .top .icon1{
	    width: 150px;
	    height: calc(150px / (294px / 40px));
	}
	.ident-banner .top .icon1{
	    width: 150px;
	    height: calc(150px / (294px / 40px));
	}
	.ident-banner .centers{
	    top: 50%;
	}
	.ident-banner .title{
	    font-size: 20px;
	    margin-bottom: 20px;
	    margin-top: 50px;
	    flex-wrap: wrap;
	    text-align: center;
	}
	.ident-banner .title>div:nth-child(1) {
	    margin-right: 0;
	}
	.ident-banner .title>div{
	    width: 100%;
	    margin: 0;
	}
	.ident-banner .text{
	    font-size: 15px;
	    text-align: center;
	}
	.ident-banner .btns{
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
	    border: 2px solid #fff;
	    font-size: 18px;
	    margin-top: 20px;
	    bottom: 12%;
	}
	.banner-item{
		height: 300px;
	}
	.newlist li{
		padding: 0;
		height: 58px;
		overflow: hidden;
	}
	.newlist li span {
	    display: none;
	}
	.newlist li p{
		width: 100%;
	}
	.details-cont img{
		width: 100%;
	}
	.section-5 img{
		max-width: 100%;
	}
	.product-list{
	    flex-wrap: wrap;
	}
	.product-list .item{
	    width: 100% !important;
	    margin-bottom: 30px;
	}
	.product-list .item .img{
	    height: 200px;
	}
	.product-list .item .text{
	    height: auto !important;
	}
	.product-list .item .text p{
	    width: auto !important;
	    height: auto !important;
	    font-size: 15px;
	}
	.product-list .item .btns{
	    height: auto !important;
	    padding-top: 0;
	}
	.product-list .item .btns .btn{
	    opacity: 1;
	}
	.product-list .item .btns::after{
		display: none;
	}
	.business-wrapper{
	    height: 480px;
	}
	.business-wrapper .business-list .item p{
	    font-size: 15px;
	}
	.business-wrapper .business-list .item .tag a {
	    margin-bottom: 15px;
	}
	.business-wrapper .business-list-nav{
	    display: none;
	}
	.business-wrapper{
	    height: 480px;
	}
	.news-wrapper .img-news{
	    height: auto;
	    flex-wrap: wrap;
	}
	.news-wrapper .img-news .item-one{
	    width: 100%;
	    margin-bottom: 15px;
	}
	.news-wrapper .img-news .item-one .img{
	    height: 152px;
	}
	
	.news-wrapper .img-news .item-two{
	    width: 100%;
	}
	.news-wrapper .img-news .item-two .item{
	    margin-bottom: 15px !important;
	}
	.news-wrapper .text-news ul{
	    list-style-type: none;
	    padding-left: 0;
	}
	.news-wrapper .text-news ul li{
	    padding-left: 0;
	}
	.sfbanner {
	    width: 100%;
	    height: 738px;
	    padding: 127px 0;
	    margin-bottom: 119px;
	    background-color: transparent;
	    background-size: cover;
	}
	.sfbanner .banner-title{
	    font-size: 40px;
	}
	.sfbanner .banner-desc {
	    font-size: 26px;
	}
	.sfbanner::after{
		display: none;
	}
	.section-1 .content {
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    flex-wrap: wrap;
	}
	.section-1 .img {
	    margin-top: 10px;
	    margin-bottom: 30px;
	    width: 100%;
	    text-align: center;
	}
	.section-1 .img img {
	    width: 80%;
	}
	.section-1 .text {
	    width: 100%;
	    font-size: 18px;
	    margin-top: 20px;
	}
	.section-22{
	    background: #fff;
	    margin-bottom: 50px;
		margin-top: 10px;
	}
	.section-22 .box-wrap{
	    display: flex;
	    flex-wrap: wrap;
	}
	.section-22 .box{
	    border-radius: 20px;
	    background: #f8fafb;
	    padding: 30px;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.section-22 .left{
		padding-top: 30px!important;
	}
	.section-22 .left>img{
		float: left;
	    width: 64px;
	    height: 68px;
	}
	.section-22 .title{
		float: left;
	    font-size: 20px;
	    font-family: Source Han Sans CN;
	    font-weight: 500;
	    white-space: nowrap;
	    color: #666;
	    margin-top: 0px;
	    margin-bottom: 0px;
		margin-left:10px
	}
	.section-22 .text{
		clear: both;
		display: inline-block;
	    font-size: 16px;
	    font-family: Source Han Sans CN;
	    font-weight: 400;
	    color: #666;
	    line-height: 25px;
	}
	.section-22 .left .left-text{
	    margin-bottom: 50px;
		margin-top: 30px;
	}
	.section-22 .right{
	    width: 100%;
	    padding-left: 0;
	    display: flex;
	    flex-direction: column;
	}
	.section-22 .right .top {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.section-22 .right .top .inner-left {
	    width: 100%;
	}
	.section-22 .right .top .inner-right {
	    width: 100%;
	}
	.section-22 .right .top .inner-left>img {
		float: left;
	    width: 60px;
	    height: 55px;
	}
	.section5 .section5-item{
	    width: 100% !important;
	    max-width: 388px !important;
	    margin: 0;
	}
	.section5 .section5-content {
	    background: #fff;
	}
	.section1{
		padding: 30px 0;
		height: auto;
	}
	.section1::before{
		width: 100%;
	}
	.label1 {
	    font-size: 28px;
	    z-index: 2;
	}
	.section1 .section1-desc {
	    text-align: left;
	}
	.section1 .section1-desc>div{
	    margin-bottom: 20px;
	}
	.section1 .section1-imgs{
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.section1 .section1-imgs img {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.section2 .content{
	    display: flex;
	    flex-direction: column;
	    height: auto;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}
	.section2 .section2-left {
	    align-items: center;
	    flex: 1;
	    margin-top: 60px;
	    margin-bottom: 30px;
		width: 100%;
	}
	.section2 .section2-left .section2-title{
	    margin-top: 10px;
	    font-size: 28px;
	}
	.section2 .section2-left .section2-desc {
	    font-size: 23px;
	}
	.section2 .section2-left .section2-line{
	    margin: 15px 0 15px 0;
	}
	.section2 .section2-left .section2-desc2 {
	    font-size: 23px;
	}
	.section2 .section2-right {
	    flex-direction: column;
	    flex: 1;
	    min-width: 0;
	    display: flex;
	    padding: 0;
	    flex-wrap: wrap;
		width: 100%;
	}
	.section2 .section2-right .section2-card{
	    margin-bottom: 30px;
		width: 100%;
		/* height: auto; */
	}
	.section-2 .jslist {
	    flex-wrap: wrap;
	}
	.section-2 .jslist .item {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-3 .fjlist {
	    padding: 20px 0 40px 0;
	}
	.section-3 .fjlist .item {
	    flex-wrap: wrap;
	    border-bottom: 1px solid #ebebeb;
	}
	.section-3 .fjlist .item .img {
	    width: 100%;
	    text-align: center;
		padding:0;
	}
	.section-3 .fjlist .item .text {
	    width: 100%;
	    text-align: center;
	    padding: 30px 0;
	}
	.section-3 .fjlist .item .text p {
	    text-indent: 2em;
	    text-align: justify;
	}
	.section3 .section3-imgs {
	    display: none;
	}
	.section3 .section3-line {
	    display: none;
	}
	.section3 .section3-bottom{
	    flex-wrap: wrap;
	}
	.section3 .section3-bottom-item{
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding-bottom: 30px;
	    border-bottom: 1px solid #e7e7eb;
	}
	.section3 .section3-bottom img{
	    width: 30%;
	    margin: 30px 0;
	    display: block;
	}
	.navicon-wrapper {
	    display: none;
	}
	.section-1 .list {
	    padding-bottom: 50px;
	}
	.section-1 .list .item{
	    flex-wrap: wrap;
	}
	.section-1 .list .item .text{
	    width: 100%;
	}
	.section-1 .list .item .img{
	    width: 100%;
	}
	.section-2 .des {
	    padding: 80px 30px;
	}
	.section-2 .list{
	    flex-wrap: wrap;
	}
	.section-2 .list .item {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-2 .list .item .text{
	    background-color: #3e9ac8;
	    height: 250px;
	}
	.section-2 .list .item .text h4 {
	    color: #fff;
	}
	.section-2 .list .item .text h4::after {
	    background-color: #fff;
	}
	.section-2 .list .item .text p {
	    opacity: 1;
	}
	.section-2 .jlist{
	    flex-wrap: wrap;
	}
	.section-2 .jlist .item {
	    width: 50%;
	    margin-bottom: 30px;
	}
	.section-2 .jlist .item .icon{
		width: 80px;
		height: 80px;
	}
	.pd100{
		padding: 50px 0;
	}
	.section-3 .jitem {
	    flex-wrap: wrap;
	    padding: 50px 0;
	}
	.section-3 .jitem .text {
	    width: 100%;
	    padding: 15px 0;
	}
	.section-3 .jitem .text h3{
		font-size: 26px;
		padding: 30px 0 20px 0;
	}
	.section-3 .jitem .img {
	    width: 100%;
	    padding: 15px 0;
	    text-align: center;
	}
	.section-3 .jitem .img img {
	    width: 80%;
	}
	.section-1 .slist {
	    padding: 20px 0 40px 0;
	}
	.section-1 .slist .item{
	    flex-wrap: wrap;
	}
	.section-1 .slist .item .text {
	    width: 100%;
	}
	.section-1 .slist .item .text p {
	    text-indent: 2em;
	}
	.section-1 .slist .item .img {
	    width: 100%;
	    text-align: center;
	}
	.section-1 .slist .item .img img{
	    width: 80%;
	}
	.section-2 .alist {
	    flex-wrap: wrap;
	}
	.section-2 .alist .item{
	    width: 50%;
	    margin-bottom: 30px;
	}
	.section-2 .alist .item .icon, .section-2 .applist .item .icon {
	    width: 80px;
	    height: 80px;
	}
	.section-3 .aitem {
	    flex-wrap: wrap;
	    padding: 50px 0;
	}
	.section-3 .aitem .text{
	    width: 100%;
	    padding: 15px 0;
	}
	.section-3 .aitem .img{
	    width: 100%;
	    padding: 15px 0;
	}
	.section-3 .aitem .img img{
	    width: 80%;
	    text-align: center;
	}
	.section-3 .aitem .text h3 {
	    font-size: 26px;
	    padding: 30px 0 20px 0;
	}
	.section-3 .aitem .text .ul-box{
	    flex-wrap: wrap;
	}
	.section-2 .mlist {
	    flex-wrap: wrap;
	}
	.section-2 .mlist .item {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-3 .tslist{
	    flex-wrap: wrap;
	}
	.section-3 .tslist .item{
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-4 .tlist {
	    flex-wrap: wrap;
	}
	.section-4 .tlist .item {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.sentry-banner {
	    height: 300px;
	    background-size: contain;
	}
	.sentry-banner .banner-conatiner {
	    width: 90%;
	}
	.container-in{
	    width: 100%;
	}
	.sentry-banner .banner-conatiner .text-content {
	    width: 60%;
	}
	.sentry-banner .banner-conatiner .text-content .text-content-in img{
	    width: 50%;
	}
	.sentry-banner .banner-conatiner .text-content .text-content-in h4{
	    font-size: 20px;
	}
	.sentry-banner .banner-conatiner .text-content .text-content-in ol>li {
	    width: 60px;
	    height: 30px;
	    background-size: contain;
	    margin-right: 10px;
	}
	.sentry-banner .banner-conatiner .text-content .text-content-in .ti {
	    margin-top: 10px;
	    font-size: 12px;
	}
	.sentry-card{
	    height: auto;
	    margin-top: 10px;
	}
	.sentry-card .card-conatiner{
	    padding-top: 20px;
		width: 90%;
	}
	.sentry-card .card-conatiner .cont-thead h3 {
	    font-size: 24px;
	}
	.sentry-card .card-conatiner .cont-thead p {
	    font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
}
	.sentry-card .card-conatiner .cont-thead p::before, .sentry-card .card-conatiner .cont-thead p::after {
	    width: 100px;
	}
	.sentry-card .card-conatiner .cont-fiche {
	    margin-top: 15px;
	}
	.sentry-card .card-conatiner .cont-fiche .item{
	    padding: 0 10px;
	    width: 50%;
	    height: auto;
	}
	.sentry-card .card-conatiner .cont-fiche .item .pic{
	    height: 70px;
	}
	.sentry-card .card-conatiner .cont-fiche .item .pic img{
	    width: 30px;
	}
	.sentry-card .card-conatiner .cont-fiche .item .txt {
	    margin-top: 0px;
	}
	.sentry-card .card-conatiner .cont-fiche .item .txt h6 {
	    font-size: 18px;
	}
	.sentry-card .card-conatiner .cont-fiche .item .txt p{
	    font-size: 14px;
	    line-height: 1.4;
	    margin-top: 5px;
	}
	.sentry-card .card-conatiner .cont-foot{
	    margin-top: 10px;
	    padding: 10px 20px;
	}
	.sentry-card .card-conatiner .cont-foot p {
	    font-size: 14px;
	    line-height: 1.4;
	}
	.sentry-category {
	    padding-bottom: 20px;
	}
	.sentry-category .category-container {
	    padding: 30px 0 10px;
		width: 90%;
	}
	.sentry-category .category-container .th h5 {
	    font-size: 24px;
	}
	.sentry-category .category-container .th h6 {
	    font-size: 20px;
	    margin-top: 10px;
	}
	.sentry-category .category-container .list {
	    margin-left: 0px;
	    margin-top: 15px;
	}
	.sentry-category .category-container .list .item{
	    padding: 0 5px;
	    height: 230px;
	    width: 50%;
	    margin-bottom: 10px;
	}
	.sentry-category .category-container .list .item .item-in{
	    padding: 0 8px;
	}
	.sentry-category .category-container .list .item .pic{
	    height: 100px;
	}
	.sentry-category .category-container .list .item .pic img{
	    width: 80px;
	}
	.sentry-category .category-container .list .item .txt h6 {
	    font-size: 18px;
	}
	.sentry-category .category-container .list .item .txt p{
	    margin-top: 10px;
	    font-size: 15px;
	    line-height: 1.5;
	}
	.sentry-pattern{
	    padding-bottom: 20px;
	}
	.sentry-pattern .pattern-container{
	    padding-top: 30px;
		width: 90%;
	}
	.sentry-pattern .pattern-container .th h5 {
	    font-size: 22px;
	}
	.sentry-pattern .pattern-container .th h6 {
	    margin-top: 10px;
	    font-size: 16px;
	}
	.sentry-pattern .pattern-container .list {
	    height: auto;
	    margin-top: 20px;
	    overflow: hidden;
	}
	.sentry-pattern .pattern-container .list .item {
	    width: 100% !important;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.sentry-pattern .pattern-container .list .item img {
	    width: 80%;
	}
	.sentry-scene {
	    height: auto;
	    padding-bottom: 20px;
	}
	.sentry-scene .container-in{
	    width: 90%;
	}
	.sentry-scene .th {
	    padding: 20px 0;
	}
	.sentry-scene .th h5{
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.sentry-scene .scene-list .list-cont .item {
	    height: 150px;
	    width: 50%;
	}
	.sentry-scene .scene-list .list-cont .item .pic {
	    height: 80px;
	}
	.sentry-scene .scene-list .list-cont .item .pic img {
	    width: 50px;
	}
	.sentry-scene .scene-list .list-cont .item .txt h6{
	    font-size: 16px;
	}
	.sentry-scene .scene-list .list-cont .item .txt p{
	    font-size: 12px;
	}
	.sentry-scene .scene-list .list-cont:last-of-type {
	    margin-top: 0;
	}
	.banner-wrapper .banner-title {
	    font-size: 40px;
	}
	.banner-wrapper .banner-desc{
	    font-size: 26px;
	}
	.banner-wrapper .banner::after{
		display: none;
	}
	.section4 .content{
	    height: 454px;
	}
	.section4 .section4-img {
	    margin-top: 50px;
	}
	.footer-nav{
	    padding-bottom: 50px;
	    justify-content: center !important;
	}
	.footer-nav .item:first-child {
	    display: none;
	}
	.footer-nav .item h5 {
	    display: none;
	}
	.copyright {
	    display: block;
	    width: 300px;
	    margin: 0 auto !important;
	}
	.section-5 .map-box {
	    padding-bottom: 30px;
	    flex-wrap: wrap;
	}
	.section-5 .map-box .map{
	    width: 100%;
		height: auto;
	}
	.section-5 .map-box .text {
	    width: 100%;
	    padding-top: 50px;
	}
}
@media (max-width: 1199) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .sentry-banner {
      height: 700px;
  }
  .sentry-banner .banner-conatiner {
      width: 900px;
  }
  .sentry-card{
      height: 580px;
      margin-top: -170px;
  }
  .container-in{
      width: 800px;
  }
  .sentry-banner .banner-conatiner .text-content {
      width: 60%;
  }
  .sentry-banner .banner-conatiner .text-content .text-content-in h4 {
      font-size: 32px;
  }
  .sentry-banner .banner-conatiner .text-content .text-content-in ol>li{
      width: 90px;
      height: 40px;
  }
  .sentry-banner .banner-conatiner .text-content .text-content-in .ti{
      margin-top: 25px;
      font-size: 16px;
  }
  .sentry-card{
      height: 580px;
      margin-top: -170px;
  }
  .sentry-card .card-conatiner {
      padding-top: 50px;
	  width: 900px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media only screen and (min-width: 922px) and (max-width: 1440px){
	.banner-wrapper .banner[data-v-13dc9a0f]::after {
	    width: 700px;
	    height: 530px;
	}
}
