@font-face {
  font-family: "ITCAVANTGARDESTD-BOLD";
  src: url("../font/ITCAVANTGARDESTD-BOLD.ttf");
  src: local("ITCAVANTGARDESTD-BOLD"),
    url("../font/ITCAVANTGARDESTD-BOLD.eot") format("eot"),
    url("../font/ITCAVANTGARDESTD-BOLD.ttf") format("ttf"),
    url("../font/ITCAVANTGARDESTD-BOLD.svg") format("svg"),
    url("../font/ITCAVANTGARDESTD-BOLD.woff") format("woff");
}

@font-face {
  font-family: "ITCAvantGardeStd-Md";
  src: url("../font/ITCAvantGardeStd-Md.ttf");
  src: local("ITCAvantGardeStd-Md"),
    url("../font/ITCAvantGardeStd-Md.eot") format("eot"),
    url("../font/ITCAvantGardeStd-Md.ttf") format("ttf"),
    url("../font/ITCAvantGardeStd-Md.svg") format("svg"),
    url("../font/ITCAvantGardeStd-Md.woff") format("woff");
}

@font-face {
  font-family: "ITCAvantGardeStd-XLt";
  src: url("../font/ITCAvantGardeStd-XLt.ttf");
  src: local("ITCAvantGardeStd-XLt"),
    url("../font/ITCAvantGardeStd-XLt.eot") format("eot"),
    url("../font/ITCAvantGardeStd-XLt.ttf") format("ttf"),
    url("../font/ITCAvantGardeStd-XLt.svg") format("svg"),
    url("../font/ITCAvantGardeStd-XLt.woff") format("woff");
}

@font-face {
  font-family: "gothambook-webfont";
  src: url("../font/gothambook-webfont.ttf");
  src: local("gothambook-webfont"),
    url("../font/gothambook-webfont.eot") format("eot"),
    url("../font/gothambook-webfont.ttf") format("ttf"),
    url("../font/gothambook-webfont.svg") format("svg"),
    url("../font/gothambook-webfont.woff") format("woff");
}

@font-face {
  font-family: "handel_gothic_bt-webfont";
  src: url("../font/handel_gothic_bt-webfont.ttf");
  src: local("handel_gothic_bt-webfont"),
    url("../font/handel_gothic_bt-webfont.eot") format("eot"),
    url("../font/handel_gothic_bt-webfont.ttf") format("ttf"),
    url("../font/handel_gothic_bt-webfont.svg") format("svg"),
    url("../font/handel_gothic_bt-webfont.woff") format("woff");
}

@font-face {
  font-family: "_-webfont";
  src: url("../font/_-webfont.ttf");
  src: local("_-webfont"), url("../font/_-webfont.eot") format("eot"),
    url("../font/_-webfont.ttf") format("ttf"),
    url("../font/_-webfont.svg") format("svg"),
    url("../font/_-webfont.woff") format("woff");
}
html {
  font-size: 13.33333vw;
  scroll-padding-top: 180px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw;
  }
}


body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Microsoft YaHei','gothambook-webfont', 'PingFang SC',sans-serif;
  color: #333;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.inner .content p,
.inner .content a,
.inner .content span {
  font-family: 'gothambook-webfont','Microsoft YaHei', 'PingFang SC',sans-serif !important;
}
a:hover,
a:focus {
  color: inherit;
}
li {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
.zoom {
  transition: 800ms;
  -webkit-transition: 800ms;
}
.zoom:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.pic {
  overflow: hidden;
  cursor: pointer;
}
.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list .pic img {
  width: 100%;
  height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 表单验证样式开始 */
.formtips {
  font-size: 13px;
}
.onError {
  color: #bd362f;
}
.onSuccess {
  color: green;
}
/* 表单验证样式结束 */

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}

input,
textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}
h1 {
  font-size: 65px;
  color: #2d3033;
}
h2 {
  font-size: 38px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.section {
  padding: .2rem 0;
}
/* .btn {
  background-color: transparent;
  color: #3496d8;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #3496d8;
} */
.btn:hover,
.btn:focus {
  background-color: #3496d8;
  color: #fff;
}
.btn-large {
  padding: 15px 40px;
}
#map-overlay {
  height: 400px;
  margin-top: -405px;
  background-color: #232323;
  padding: 40px;
  color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
  color: #323333;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.5;
}
/* .container {
  padding-left: 0;
  padding-right: 0;
} */
h4 {
  font-size: 20px;
}
h3{
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6, span {
  font-size: 16px;
}
/* img {
  max-width: 100%;
} */

.mb60 {
  margin-bottom: .2rem;
}
.mg60 {
  margin-top: .2rem !important;
  margin-bottom: .2rem !important;
}
.pd40 {
  padding: 40px 0;
}
.pd60 {
  padding: .2rem 0;
}
.pb60 {
  padding-bottom: .2rem;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.no-padding {
  padding: 0;
}
.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.page_inner .container {
  width: 1130px;
}
.ban_gy {
  background: url(../images/ban_gy.jpg) no-repeat center;
}
.ban_sb {
  background: url(../images/ban_sb.jpg) no-repeat center;
}
.ban_cp {
  justify-content: left !important;
  padding-left: 20%;
  background: url(../images/ban_cp.jpg) no-repeat center;
}
.ban_yy {
  background: url(../images/ban_yy.jpg) no-repeat center;
}
.ban_gz {
  background: url(../images/ban_gz.jpg) no-repeat center;
}
.ban_dw {
  background: url(../images/ban_dw.jpg) no-repeat center;
}
.ban_ry {
  background: url(../images/ban_ry.jpg) no-repeat center;
}
.ban_xw {
  background: url(../images/ban_xw.jpg) no-repeat center;
}
.ban_bs {
  background: url(../images/ban_bs.jpg) no-repeat center;
}
.ban_kx {
  background: url(../images/ban_kx.jpg) no-repeat center;
}
.ban_dl {
  background: url(../images/ban_dl.jpg) no-repeat center;
}
.ban_lx {
  background: url(../images/ban_lx.jpg) no-repeat center;
}
.ban_xx {
  background: url(../images/ban_xx.jpg) no-repeat center;
}
.ban_zp {
  background: url(../images/ban_zp.jpg) no-repeat center;
}
.ban_yx {
  justify-content: left !important;
  padding-left: 20%;
  background: url(../images/ban_yx.jpg) no-repeat center;
}
.ban_zp {
  background: url(../images/ban_zp.jpg) no-repeat center;
}
.ban_jj {
  background: url(../images/ban_jj.jpg) no-repeat center;
}
.ban_al {
  background: url(../images/ban_al.jpg) no-repeat center;
}
.ban_fn {
  background: url(../images/ban_fn.jpg) no-repeat center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: relative;
}
.swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 4%;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #267fda !important;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #267fda;
  background: none;
  opacity: 1;
}
.fancy {
  display: block;
  width: 100%;
  height: 100%;
}
.hover-item .pic {
  position: relative;
}
.hover-item i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  color: #fff;
  opacity: 0;
  z-index: 11;
}
.hover-item .pic:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
}
.hover-item:hover i
 {
  opacity: 1;
}
.hover-item:hover .pic:after
 {
  opacity: 1;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.page_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1020;
}
.page_top .sec_nav {
  display: none;
}
.page_top_index .sec_nav {
  display: none;
}
#header {
  z-index: 100;
  height: 128px;
  background: none;
}
.page_top_index #header {
  border-bottom: none;
}
.page_top.sticky {
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.pulse {
  background-color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  position: relative;
}
.anim-box {
  position: absolute;
}

.anim-box-01 {
  right: 7.44%;
  top: 35.2%;
}
.anim-box-02 {
  right: 10.7%;
  top: 58.2%;
}
.anim-box-03 {
  right: 32.7%;
  top: 49.8%;
}
.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: .8;
  -webkit-animation: pulsing 2s ease-out infinite;
  animation: pulsing 2s ease-out infinite
}

.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s
}

.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes pulsing {
  100% {
      transform: scale(1.75);
      opacity: 0
  }
}

@keyframes pulsing {
  100% {
      transform: scale(1.75);
      opacity: 0
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header_cont_l i {
  display: inline-block;
  font-size: 68px;
  margin-right: 10px;
}
.header_cont_l .content {
  display: inline-block;
}
.header_cont_r span {
  display: block;
  text-align: center;
}
.header_cont_l span {
  font-size: 30px;
  font-family: "ITCAVANTGARDESTD-BOLD";
}
.header_nav {
  height: 45px;
  line-height: 45px;
}
.primary-nav {
  width: 100%;
  display: flex;
}

.page_top .logo {
  width: 2rem;
  height: 80%;
  background: url(../images/logo.png) no-repeat center;
  background-size: 100%;
}
.page_top_index .logo {
  background: url(../images/logo.png) no-repeat center;
  background-size: 100%;
}
.sticky .logo {
  background: url(../images/logo.png) no-repeat center;
  background-size: 100%;
}
#header .header-content {
  width: 100%;
  height: 100%;
}
.header-content .container {
  height: 100%;
}

#header.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}
#header .header_l {
  display: flex;
  align-items: center;
  float: left;
  height: 100%;
}
#header .header_r {
  display: flex;
  align-items: center;
  float: right;
  height: 100%;
}
.navigation > ul > li > .nav_wrap > a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin: 0 20px;
  text-align: center;
  color: #fff;
}
/* .page_top .primary-nav > li > .nav_wrap > a {
  color: #222;
} */

.page_top_index .primary-nav > li > .nav_wrap > a {
  color: #fff;
}
.navigation .menu {
  position: relative;
}
.navigation .menu ul {
  display: none;
  position: absolute;
  left: -80px;
  top: 58px;
  width: 360px;
  background-color: #4e76ad;
  text-align: center;
  z-index: 100;
}
.navigation .menu ul li a:hover {
  background-color: #22abcc;
}
.navigation .menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
}



@-moz-keyframes fill {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 85px;
  }
  75% {
    width: 125px;
  }
  100% {
    width: 173px;
  }
}

@-webkit-keyframes fill {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 85px;
  }
  75% {
    width: 125px;
  }
  100% {
    width: 173px;
  }
}
@keyframes fill {
  0% {
    width: 0px;
  }
  25% {
    width: 40px;
  }
  50% {
    width: 85px;
  }
  75% {
    width: 125px;
  }
  100% {
    width: 173px;
  }
}

.sec_nav {
  width: 100%;
}
.sec_nav ul li {
  position: relative;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  background: -webkit-linear-gradient(#666, #666);
  background: -o-linear-gradient(#666, #666);
  background: -moz-linear-gradient(#666, #666);
  background: linear-gradient(#666, #666);
}
.sec_nav ul li:hover {
  background-color: #1c3392;
}
.sec_nav ul li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sec_nav ul li:nth-child(3):before,
.sec_nav ul li:nth-child(6):before {
  background-color: transparent;
}
.sec_nav ul li a {
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.ban-index {
  position: relative;
}
.ban-index-txt {
  display: block;
  position: relative;
  background: url(../images/index-ban.jpg) no-repeat center;
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  width: 100%;
  height: 100vh;
}
.ban-index-txt-01 {
  display: none;
  position: relative;
  background: url(../images/index-ban-01.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.scroll-txt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  animation: scrollDown 2s infinite;
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
     opacity: 1;
  }
  50% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.line-animation {
  position: relative;
}
.line-animation:hover .item{
  border: none;
}
.line-animation:before ,
.line-animation:after {
  position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #09aee9;
}
.line-animation .item:before, 
.line-animation .item:after {
  position: absolute;
  content: "";
  background: #09aee9;
}
.line-animation:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.line-animation:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.line-animation .item:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.line-animation .item:hover:before {
  width: 100%;
}
.line-animation .item:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.line-animation .item:hover:after {
  width: 100%;
}
.line-animation .item:hover h3 {
  color: #09aee9;
}
.line-animation:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.line-animation:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.scroll-txt i{
  font-size: 30px;
  color: #fff;
}

.banner {
  display: flex;
  justify-content: flex-start;
  padding-left: 20%;
  align-items: center;
  width: 100%;
  height:528px;
  color: #fff;
  background-size: cover;
}
.banner .banner-txt {
  margin-top: 128px;
}
.banner h2 {
  font-size: 38px;
  color: #fff;
}
.banner span {
  display: block;
  font-size: 30px;
  font-family: "ITCAvantGardeStd-Md";
  text-transform: uppercase;
  margin-bottom: 10px;
}
.en-banner h2 {
  font-family: "ITCAvantGardeStd-Md";
  text-transform: uppercase;
  margin-bottom: 0;
}
@keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
/* -----------------------------------------------------------------------------
关于
------------------------------------------------------------------------------- */
.sec-ti {
  text-align: center;
  margin-bottom: .2rem;
}
.sec-ti h5{
  margin-bottom: 6px;
}
.about {
 background-color: #f0f6fc;
}
.about-con {
  text-align: center;
}
.about-con p {
  line-height: 2;
  text-indent: 2em;
}
.about-con .txt {
  text-align: left;
  padding: .22rem;
}
.about-con-t .txt {
  /* padding-right: calc((100% - 1400px) / 2); */
  padding-right: .4rem;
}
.about-con-b .txt {
  /* padding-left: calc((100% - 1400px) / 2); */
  padding-left: .4rem;
}
.about-con .txt h3 {
  margin-bottom: 20px;
  color: #08adeb;
}
.about-con-t .txt {
  background-color: #fff;
}
.sec-ti-white h2,
.sec-ti-white span {
  color: #fff !important;
}
.sec-ti h2 {
  margin-bottom: 8px;
  color: #00a5f7;
}
.sec-ti span {
  font-size: 24px;
  color: #f34d13;
  font-family: 'gothambook-webfont',sans-serif;
  text-transform: uppercase;
}
.flex-50,
.flex-33,
.flex-25
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-50>div,
.flex-50>ul {
  width: 50%;
}
.flex-33>div {
  width: 31.5%;
  margin-bottom: .2rem;
}
.flex-25 li {
  width: 23.5%;
}

.br1rem {
  border-radius: 15px;
  overflow: hidden;
}
.about-con-b li {
  width: 349px;
  height: 112px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-con-b .item-01 {
  background-image: url(../images/about-item-01.jpg);
}
.about-con-b .item-02 {
  background-image: url(../images/about-item-02.jpg);
}

.about-con-b .item-03 {
  background-image: url(../images/about-item-03.jpg);
}

.about-con-b .item-04 {
  background-image: url(../images/about-item-04.jpg);
}
.about-adv-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-adv-list li {
  padding: .07rem .07rem .07rem .6rem;
  width: 48%;
  margin-bottom: 30px;
  color: #fff;
}
.about-adv-list li b,
.odometer span
{
  font-size: 36px;
  font-family: 'ITCAVANTGARDESTD-BOLD',sans-serif;
}
.about-adv-list li b {
  margin-right: 4px;
}




/* -----------------------------------------------------------------------------
产品展示
------------------------------------------------------------------------------- */
.pro-con .pro-title {
  padding: .2rem;
  background: url(../images/cate-pic.jpg) no-repeat center;
  background-size: cover;
}
.pro-con .item {
  position: relative;
}
.pro-con .item .pic {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  overflow: hidden;
  border: 16px solid #fff;
}
.pro-con .item .txt {
  background-color: #ededed;
  padding: .1rem;
  padding-top: .4rem;
  margin-top: .7rem;
  height: 276px;
}
.pro-con .txt span {
  display: block;
}
.pro-con .more {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cecece;
}
.pro-con .more i {
  padding: 4px;
  border-radius: 50%;
  color: #fff;
  background-color: #0095f3;
  margin-left: 6px;
}
.pro-con .txt h4 {
  margin-bottom: 6px;
}
.pro-con .pro-title h2 {
  color: #FFF;
  margin: 10px 0 20px 0;
}
.pro-con .pro-title i {
  color: #fff;
  font-size: 40px;
}
.pro-con .item:nth-child(4),
.pro-con .item:nth-child(5),
.pro-con .item:nth-child(6)
{
  margin-bottom: 0;
}
/* -----------------------------------------------------------------------------
优势
------------------------------------------------------------------------------- */
.advantage {
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.advantage .flex-50>div {
  width: 49%;
}
.adv-con .txt {
  background-color: #fff;
  padding: .12rem;
}
.adv-con .list {
  display: flex;
  justify-content: space-between;
}
.adv-con .list li {
  width: 47%;
}
.adv-con .list .en {
  font-family: 'gothambook-webfont',sans-serif;
}
.adv-con .list h4 {
  color: #00a5f7;
  margin: 10px 0;
}
.adv-con .list i {
  display: block;
  font-size: 40px;
  color: #00a5f7;
}
.adv-con>div:nth-child(1),
.adv-con>div:nth-child(2)
{
  margin-bottom: 30px;
}
.adv-con>div:nth-child(1) {
  border-top-left-radius: .5rem;
}
.adv-con .map {
  position: relative;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  background: url(../images/map-bg.jpg) center;
  margin-top: 30px;
}
.adv-con .map span {
  text-transform: uppercase;
}
.adv-con .map-pic {
  width: 49%;
}
.adv-con .map-pc {
  display: block;
}
.adv-con .map-mob {
  display: none;
}
.adv-con .map .list {
  width: 51%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: .16rem;
  padding-left: 0;
}
.adv-con .map .list li {
  display: flex;
  width: 49%;
  color: #fff;
  margin-bottom: 20px;
}
.adv-con .map .list li.active {
  color: #fffa00;
}
.adv-con .map .list li:nth-child(5),
.adv-con .map .list li:nth-child(6) 
{
  margin-bottom: 0;
}
.adv-con .map .list h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
}
.adv-con .map .list li.active h4 {
  color: #fffa00;
}
.adv-con .map .left {
  font-size: 30px;
  font-family: 'ITCAvantGardeStd-Md',sans-serif;
}
.adv-con .map .right {
  margin-left: 10px;
}
.adv-con .map {
  border-bottom-right-radius: .5rem;
}
.map-icon {
  position: absolute;
  width: 54px;
  height: auto;
  cursor: pointer;
}
.map .list li {
  cursor: pointer;
}
.map-icon-01 {
  width: 70px;
  left: 23.2%;
  top: 35.2%;
}
.map-icon-02 {
  left: 27.2%;
  top: 42.2%;
}
.map-icon-03 {
  left: 18.2%;
  top: 57.2%;
}
.map-icon-04 {
  left: 21.2%;
    top: 41.2%;
}
.map-icon-05 {
  left: 24.7%;
  top: 44.2%;
}
.map-icon-06 {
  left: 25.7%;
  top: 54.2%;
}
/* -----------------------------------------------------------------------------
产品应用
------------------------------------------------------------------------------- */
.application {
  background: url(../images/appl-bg.jpg) no-repeat center top;
}
.appl-con {
  display: flex;
}
.appl-con .appl-pic {
  width: 23%;
  color: #fff;
  background: url(../images/appl-pic.jpg) no-repeat center;
  background-size: cover;
  height: 420px;
  padding: 58px 40px;
}
.appl-con .appl-pic h2 {
  margin: 10px 0;
}
.appl-con .appl-pic span {
  display: inline-block;
  cursor: pointer;
}
.appl-con .appl-pic i {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #222;
  font-size: 22px;
  border-radius: 50%;
  background-color: #fff;
}
.appl-con .appl-pic .control {
  margin-top: 20px;
}
.appl-con .appl-pic span:nth-child(2) {
  margin-left: 12px;
  transform: rotate(180deg);
}
.appl-con .image-list {
  width: 75%;
}
.appl-con .item {
  position: relative;
}
.appl-con .item .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.appl-con .item .pic {
  height: 420px;
}
.appl-con .item .txt h4 {
  line-height: 4;
  text-align: center;
  color: #fff;
}
/* -----------------------------------------------------------------------------
新闻中心
------------------------------------------------------------------------------- */
.news {
  background-color: #f6fcff;
}
.news-con .txt {
  padding: .1rem;
  height: 190px;
  background-color: #fff;
  box-shadow: 1px 10px 19px 1px rgb(208 208 208 / 20%);
}
.news-con .txt h4 {
  overflow: hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin: 10px 0;
}
.news-con .news-type {
  color: #0095f3;
}
.news-con .pic {
  height: 178px;
}
.news-con .pic img {
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.news-con .txt {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
} 
/* 底部 */
footer {
  color: #fff;
  background-color: #1d1d1d;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.foot_con {
  padding: 45px 0;
}
.foot_con_t .box{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.foot_con_t .foot_item ul {
  display: flex;
  flex-wrap: wrap;
}
.foot_con_t .foot_item:last-child {
  margin-right: 0;
}

.foot_con_t .foot_logo {
  display: flex;
  width: 46%;
}
.foot_con_t .foot_logo .pic {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.foot_con_t .foot_logo span {
  margin-top: 10px;
  text-align: center;
}
.foot_con_t .foot_pro {
  width: 24%;
}
.foot_con_t .foot_about {
  width: 16%;
}
.foot_con_t .foot_logo .txt {
  flex: 1;
}
.foot_con_t .foot_logo img {
  width: 125px;
  height: auto;
}
.foot_con_t h4 {
  color: #fff;
  margin-bottom: 20px;
}
.foot_con_t span {
  margin-bottom: 10px;
}
.foot_con_t li {
  width: 45%;
  margin-right: 10%;
  margin-bottom: 15px;
}
.foot_con_t li:nth-child(2n+2) {
  margin-right: 0;
}
.foot_cont li {
  width: 100%;
}
.foot_cont li a:nth-child(1) {
  margin-right: 20px;
}
.foot_con_b {
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #828282;
}
.foot_con_b .copyright {
 margin-bottom: 15px;
}
.foot_logo .pic {
  margin-bottom: 10px;
}
.foot_con_t .foot_news li {
  width: 100%;
}
.foot_social ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot_social .weixin,
.foot_social .weibo {
  margin-right: 40px;
}
.foot_item b {
  font-family: "ITCAVANTGARDESTD-BOLD";
  font-size: 28px;
}
.foot_item .menu_body {
  display: none;
}
#cnzz_stat_icon_1267170002 > a > img {
  vertical-align: middle;
}

/* 分页 */
.pagination-btn {
  padding: 0.06rem 0.1rem;
  margin-right: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #999;
  display: inline-block;
  box-sizing: border-box;
  width: 44px;
  text-align: center;
}
.pagination-wrap {
  position: relative;
  display: inline-block;
  padding-left: 0px;
}
.pagination-ellipsis {
  color: #999;
  position: relative;
  top: -5px;
  display: inline-block;
  padding: 0 0.12rem;
  margin-right: 4px;
}
.pagination-current {
  border: 1px solid #3e8ddd;
  color: #3e8ddd;
}
.pagination-disabled {
  cursor: not-allowed;
}
#pagination-next,
#pagination-prev {
  padding-right: 0.08rem;
  padding-left: 0.08rem;
}
.pagenum {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #FF9D1F;
}


