@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);
}
@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 10px;
  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 {
  background: url(../images/index-ban.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ban-index-txt .txt {
  margin: 0 auto;
  color: #fff;
  width: 704px;
}
.en-ban-index-txt .txt {
  width: 1000px;
}
.ban-index-txt h1 {
  width: 100%;
  color: #fff;
  font-size:76px;
  margin: 8px 0 12px 0;
  letter-spacing: 8px;
}
.en-ban-index-txt h1 {
  font-family: 'ITCAVANTGARDESTD-BOLD',sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  letter-spacing: 0;
  text-align: center;
}
.ban-index-txt span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 68px;
  line-height: 1;
  text-align: center;
  font-family: 'ITCAvantGardeStd-XLt',sans-serif;
}
.ban-index-txt h6 {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
}
.ban-index-txt h6 b {
  color: #ff9d1f;
}
.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;
  text-align: center;
  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: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-con {
  text-align: center;
}
.about-con p {
  line-height: 2;
  text-indent: 2em;
}
.about-con .txt {
  text-align: left;
}
.about-con .txt h3 {
  margin-bottom: 20px;
  color: #08adeb;
}
.sec-ti-white h2,
.sec-ti-white span {
  color: #fff !important;
}
.sec-ti h2 {
  margin-bottom: 8px;
}
.sec-ti span {
  font-size: 24px;
  color: #666;
  font-family: 'gothambook-webfont',sans-serif;
}
.flex-50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-50>div,
.flex-50>ul {
  width: 48%;
}
.flex-33 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-33  li {
  width: 31%;
  margin-bottom: .2rem;
}

.br1rem {
  border-radius: 15px;
}
.more {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}


/* -----------------------------------------------------------------------------
产品展示
------------------------------------------------------------------------------- */
.product {
  background: url(../images/cate-bg.jpg) no-repeat center;
  background-size: cover;
}
.pro-con li .item-pic,
.pro-con li .item {
  height: 100%;
}
.pro-con li .item {
  background-color: #fff;
  padding: 20px;
}
.pro-con li .item span {
  font-family: 'gothambook-webfont',sans-serif;
}
.pro-con li .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.pro-con li .item .top i {
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  background-color: #888888;
}
.pro-con .item-pic {
  position: relative;
}
.pro-con .item-pic .txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
.pro-con .item-pic .txt span {
  font-size: 40px;
  font-style: italic;
  line-height: 1;
  color: #fff;
}
.pro-con .txt .light {
  font-family: 'ITCAvantGardeStd-Md',sans-serif;
}
.pro-con .txt .bold {
  font-family: 'ITCAVANTGARDESTD-BOLD',sans-serif;
}
.gradient-more {
  margin-top: 30px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 36px;
  background: linear-gradient(to right, #21e1ae, #08aeea);
}
/* -----------------------------------------------------------------------------
优势
------------------------------------------------------------------------------- */
.flex-50 .adv-list {
  width: 61.5%;
}
.flex-50 .hon-list {
  width: 35%;
}
.adv-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv-con ul li {
  width: 47%;
  margin-bottom: 30px;
}
.adv-con .adv-list li {
  border: 1px solid #ccc;
}
.adv-list .item {
  padding: 40px;
  cursor: pointer;
}
.adv-list .item h3 {
  margin-bottom: 8px;
}
.adv-list .icon {
  text-align: right;
}
.adv-list .icon img {
  height: 58px;
}
/* -----------------------------------------------------------------------------
产品应用
------------------------------------------------------------------------------- */
.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: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
}
.news-con .item {
  display: flex;
  justify-content: space-between;
}
.news-con .item .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 98px;
  border: 1px solid #ccc;
  margin-right: 5%;
}
.news-con .active .time {
  background-color: #09aee9;
  border: none;
}

.news-con .active h3 {
  color: #09aee9;
}
.news-con .time span {
  color: #09aee9;
}
.news-con .active span {
  color: #fff;
}
.news-con .time .day {
  font-family: 'ITCAVANTGARDESTD-BOLD', sans-serif;
  font-size: 28px;
}
.news-con .time .year {
  font-family: 'ITCAvantGardeStd-Md',sans-serif;
  font-size: 22px;
}
.news-con .item  .info {
  width: 75%;
}
.news-con li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.news-con li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-con .item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.news-con .item p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 底部 */
footer {
  color: #fff;
  background-color: #002e31;
}
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;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.foot_con_t .foot_item {
  margin-right: 30px;
  max-width: 22%;
}

.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 {
  margin-right: 30px;
}
.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 img {
  width: 296px;
}
.foot_logo .pic {
  margin-bottom: 10px;
}
.foot_con_t .foot_pro {
  width: 15%;
}
.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;
}


