@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: "AgencyFB-Bold";
  src: url("../font/AgencyFB-Bold.ttf");
  src: local("AgencyFB-Bold"),
    url("../font/AgencyFB-Bold.eot") format("eot"),
    url("../font/AgencyFB-Bold.ttf") format("ttf"),
    url("../font/AgencyFB-Bold.svg") format("svg"),
    url("../font/AgencyFB-Bold.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: "HelveticaNeueLTPro-HvCn";
  src: url("../font/HelveticaNeueLTPro-HvCn.ttf");
  src: local("HelveticaNeueLTPro-HvCn"), url("../font/HelveticaNeueLTPro-HvCn.eot") format("eot"),
    url("../font/HelveticaNeueLTPro-HvCn.ttf") format("ttf"),
    url("../font/HelveticaNeueLTPro-HvCn.svg") format("svg"),
    url("../font/HelveticaNeueLTPro-HvCn.woff") format("woff");
}

html {
  font-size: 13.33333vw;
}

@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;
  font-family: 'gothambook-webfont',sans-serif;
}

* {
  box-sizing: border-box;
}

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);
}
.row .pic,.row .pic img {
  height: 100%;
}
.pic {
  cursor: pointer;
}
.pic img {
  width: 100%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 表单验证样式开始 */
.formtips {
  font-size: 13px;
}
.onError {
  color: #bd362f;
}
.onSuccess {
  color: green;
}
::placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
::-webkit-input-placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
::-moz-placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
:-ms-input-placeholder {
  color: #cbcbcb !important;
  font-size: 13px !important;
  font-family: '微软雅黑',sans-serif !important;
}
/* 表单验证样式结束 */

.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;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.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;
}
table {
  width: 100%;
}
td,th {
  padding: 10px !important;
  border: 1px solid #c0c0c0 !important;
}
.firstRow {
  background-color: #e2e2e2;
}
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;
}
h2 {
  font-size: 40px;
}
h3,
h4 {
  font-size: 18px;
  line-height: 1.5;
}
h5,h5 {
  font-size: 18px;
  line-height: 1.5;
}
span {
  font-size: 16px;
}
/* .main_r img {
  max-width: 100%;
}
#preview img {
  max-width: fit-content;
} */
.pb15 {
  padding-bottom: 15px;
}
.no-padding {
  padding: 0;
}
.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.section {
  padding: .3rem 0;
}
.ban_gy {
  background: url(../images/ban_gy.jpg) no-repeat center;
}
.ban_sb {
  background: url(../images/ban_sb.jpg) no-repeat center;
}
.ban_sub {
  background: url(../images/ban_sub.jpg) no-repeat center;
}
.ban_fz {
  background: url(../images/ban_fz.jpg) no-repeat center;
}
.ban_zz {
  background: url(../images/ban_zz.jpg) no-repeat center;
}
.ban_wh {
  background: url(../images/ban_wh.jpg) no-repeat center;
}
.ban_cp {
  background: url(../images/ban_cp.jpg) no-repeat center;
}
.ban_yy {
  background: url(../images/ban_yy.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_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;
}

.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: #007aff !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%;
  background: #fff;
  opacity: 0.2;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/

.page_top .sec_nav {
  display: none;
}
.page_top_index .sec_nav {
  display: none;
}
#header {
  z-index: 100;
  height: .5rem;
  background-color: #fff;
}
.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);
}
.page_top.sticky .logo .logo2 {
  opacity: 1;
}
.page_top .header_top .logo .logo2 {
  opacity: 1;
}
@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;
}

.header_top .logo {
  position: relative;
}
.header_top .logo img {
  width: .8rem;
}
.header_top .logo .logo1,.header_top .logo .logo2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top .logo img {
  margin-right: 20px;
}
.header_top .logo h3 {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  font-size: .08rem;
}
.header_top .logo i {
  font-style: normal;
  letter-spacing: .028rem;
}
.header_top .logo .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#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 {
  display: block;
  margin: 0 0.078rem;
  text-align: center;
  color: #fff;
}
.page_top .primary-nav > li > .nav_wrap > a {
  color: #333;
}
.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(#333333, #333333);
  background: -o-linear-gradient(#333333, #333333);
  background: -moz-linear-gradient(#333333, #333333);
  background: linear-gradient(#333333, #333333);
}
.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 {
  width: 100%;
  height: 3.64rem;
}
.ban_index .pic {
  width: 100%;
  height: 100%;
}

.ban_index .ban_wrap {
  width: 100%;
  height: 100%;
}
.ban_index .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 2%;
  padding-left: 14%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.ban_index .swiper-slide .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ban_index .swiper-slide .pic img {
  height: 100%;
  animation: myscale 6s linear 0s infinite alternate;
  /* Firefox: */
  -moz-animation: myscale 6s linear 0s infinite alternate;
  /* Safari and Chrome: */
  -webkit-animation: myscale 6s linear 0s infinite alternate;
  /* Opera: */
  -o-animation: myscale 6s linear 0s infinite alternate;
}

.ban_index .slide_01 {
  justify-content: center;
  padding-left: 0 !important;
}
.ban_index .slide_01 h2,
.ban_index .slide_01 h3,
.ban_index .slide_01 span {
  text-align: center;
}
.ban_index .slide_01 h2 {
  color: #29d395;
}
.ban_index .slide_01 h3 {
  position: relative;
}
.ban_index .slide_01 h3:before {
  content: "";
  position: absolute;
  left: -80px;
  top: 30px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
.ban_index .slide_01 h3:after {
  content: "";
  position: absolute;
  right: -80px;
  top: 30px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
.ban_index span {
  display: block;
  font-size: 47px;
  font-family: "handel_gothic_bt-webfont";
  color: #f3ff5d;
  text-transform: uppercase;
}
.ban_index h2 {
  font-size: 66px;
  font-weight: bold;
  font-family: "_-webfont", sans-serif;
  color: #fff;
}
.ban_index h3 {
  font-size: 50px;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  height: 1.95rem;
  color: #fff;
  background-size: cover;
  text-align: center;
}
.banner .banner-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding-top: .5rem;
}
.banner h2 {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}
.banner span {
  font-size: 30px;
  font-family: "ITCAvantGardeStd-Md";
}

.ban_index .ban_item span {
  display: block;
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
}
.ban_index .ban_item_01 {
  margin-bottom: 20px;
}
.ban_index .ban_item .bold_en {
  font-family: "ITCAVANTGARDESTD-Md";
}
.ban_index .ban_item .thin_en {
  font-family: "ITCAVANTGARDESTD-Md";
}
.ban_index .ban_item h1 {
  font-size: 45px;
  color: #fff;
  letter-spacing: 2px;
}
.ban_index .ban_item .bold_cn {
  margin-bottom: 10px;
  font-weight: bold;
}
.ban_index .ban_item .thin_cn {
  font-weight: lighter;
}

@keyframes myscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/* ==========================================================================
	About
========================================================================== */
.about {
  background: url(../images/about_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.sec_ti {
  text-align: center;
  margin-bottom: .3rem;
}
.sec_ti h2 {
  font-weight: bold;
  font-family: 'ITCAvantGardeStd-Md' sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  margin-bottom: 8px;
}
.sec_ti a {
  display: block;
}

.sec_ti span::before {
  content: '';
  position: absolute;
  left: -160px;
  top: 20px;
  width: 120px;
  height: 1px;
  background-color: #666;
}
.sec_ti span::after {
  content: '';
  position: absolute;
  right: -160px;
  top: 20px;
  width: 120px;
  height: 1px;
  background-color: #666;
}
.sec_ti span {
    position: relative;
    text-align: center;
    font-family: 'Gotham Book';
    font-size: 38px;
    color: #666;
    margin: 0 auto;
}
.about_con_t {
  height: 2rem;
}
.about_con_t {
  margin-bottom: .2rem;
}
.about_con_t .about_l,.about_con_t .about_r {
  height: 100%;
}
.about_con .list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.about_con_b p {
  text-indent: 2em;
  text-align: justify;
}
.about_con .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 48%;
}
.about_con_t .about_r .item_01,.about_con_t .about_r .item_04 {
  background-color: #fff;
}
.about_con_t .about_r .item_02 {
  background: url(../images/about_bg_01.jpg) no-repeat center;
  background-size:cover
}
.about_con_t .about_r .item_03 {
  background: url(../images/about_bg_02.jpg) no-repeat center;
  background-size:cover
}
.about_con_t .about_r .item_02,.about_con_t .about_r .item_03 {
  color: #fff;
}
.about_con dt,.about_con dd {
  text-align: center;
}
.about_con b {
  font-size: 48px;
  font-family: 'AvantGarde CE';
  margin-right: 8px;
}
.about_con .item_02 b {
  margin-left: 8px;
}
.about .more {
  display: block;
  width: .8rem;
  height: .2rem;
  line-height: .2rem;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-top: .2rem;
}
.about_con dt b, .odometer span {
  font-size: .16rem;
}
/* -----------------------------------------------------------------------------
产品分类
------------------------------------------------------------------------------- */
.category {
  padding-bottom: 0;
}
.cate_con {
  height: 2.64rem;
}
.cate_con .cate_l,.cate_con .cate_r {
  height: 100%;
  padding: 0;
}
.cate_con .cate_r .list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.cate_con .cate_r .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: calc(100%/3);
  text-align: left;
  background-color: #00a15e;
  border-right: 1px dashed #88d3b4;
  border-bottom: 1px dashed #88d3b4;
}
.cate_con .cate_r .item:hover,.cate_con .cate_r li.on {
  background-color: #05c273;
}
.cate_con .cate_r i {
  font-style: normal;
  font-family: 'ITCAVANTGARDESTD-Md';
  margin-right: 10px;
}
.cate_con .cate_r a {
  width: 84%;
  color: #fff;
}
.cate_con .cate_r span {
  font-size: 18px;
  color: #a5e2c1;
  font-family: 'ITCAVANTGARDESTD-Md';
}
/* -----------------------------------------------------------------------------
我们的优势
------------------------------------------------------------------------------- */
.advantage {
  padding: 0;
}
.adv_con {
  height: 3.1rem;
}
.adv_con .adv_l, .adv_con .adv_r {
  padding: 0;
  height: 100%;
}
.adv_con .sec_ti h2 {
  margin-bottom: 0;
}
.adv_con .adv_l {
  display: flex;
  flex-wrap: wrap;
}
.adv_con .adv_l .item_2 {
  width: 100%;
}
.adv_con .adv_l .item_1 {
  width: 50%;
}
.adv_con .adv_l .item_1{
  height: 40%;
}
.adv_con .adv_l .item_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60%;
}
.adv_con .adv_l .adv-cert-item {
  height: 40%;
}
.adv_con .adv_l .adv-cert-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv_con .adv_l .item_2 {
  background: url(../images/adv_bg_01.jpg) no-repeat center;
  background-size: cover;
}
.adv_con .adv_l .item_01 {
  background: url(../images/adv_bg_02.jpg) no-repeat center;
  background-size: cover;
}
.adv_con .adv_l .item_02 {
  background: url(../images/adv_bg_03.jpg) no-repeat center;
  background-size: cover;
}
.adv_con .adv_r {
  background: url(../images/adv_bg_04.jpg) no-repeat center;
  background-size: cover;
}
.adv_con .adv_r .location {
  position: relative;
  width: 100%;
  height: 100%;
}

.adv_con .location a {
  display: inline-block;
  position: absolute;
}
.adv_con .location a .txt {
  text-indent: 2em;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  padding: 30px;
  color: #fff;
  width: 300px;
  position: absolute;
  left: -137px;
  top: 51px;
  background-color:rgba(0,161,94,.4);
  display: none;
}
.adv_con .location a:hover {
  z-index: 999;
}
.adv_con .location a:hover .txt {
  display: block;
}
.adv_con .location a .txt:before {
  content: '';
  display: block;
  width: 31px;
  height: 17px;
  position: absolute;
  top: -17px;
  left: 43%;
  background: url(../images/ts.png) center no-repeat;
}
.adv_con .location p {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.adv_con .location .suzhou p {
  color: #ffac0f;
}
.adv_con .location a i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  background: #ffac0f;
  border-radius: 10px;
}
.adv_con .location a i:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ffac0f;
  opacity: .7;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.turkey i::after {
  animation: place100 3000ms infinite;
  -webkit-animation: place100 3000ms infinite;/*Webkit内核的浏览器（如 Safari、Chrome）*/
  -moz-animation: place100 3000ms infinite;/*gecko内核的浏览器（如 Firefox）*/
  -o-animation: place100 3000ms infinite;/*Opera 浏览器*/
  -ms-animation: place100 3000ms infinite;/*IE8+*/
}
.jiangxi i::after {
  animation: place100 4000ms infinite;
  -webkit-animation: place100 4000ms infinite;/*Webkit内核的浏览器（如 Safari、Chrome）*/
  -moz-animation: place100 4000ms infinite;/*gecko内核的浏览器（如 Firefox）*/
  -o-animation: place100 4000ms infinite;/*Opera 浏览器*/
  -ms-animation: place100 4000ms infinite;/*IE8+*/
}
.suqian i::after {
  animation: place100 5000ms infinite;
  -webkit-animation: place100 5000ms infinite;/*Webkit内核的浏览器（如 Safari、Chrome）*/
  -moz-animation: place100 5000ms infinite;/*gecko内核的浏览器（如 Firefox）*/
  -o-animation: place100 5000ms infinite;/*Opera 浏览器*/
  -ms-animation: place100 5000ms infinite;/*IE8+*/
}
.suzhou i::after {
  animation: place100 3000ms infinite;
  -webkit-animation: place100 3000ms infinite;/*Webkit内核的浏览器（如 Safari、Chrome）*/
  -moz-animation: place100 3000ms infinite;/*gecko内核的浏览器（如 Firefox）*/
  -o-animation: place100 3000ms infinite;/*Opera 浏览器*/
  -ms-animation: place100 3000ms infinite;/*IE8+*/
}
.xiamen i::after {
  animation: place100 4000ms infinite;
  -webkit-animation: place100 4000ms infinite;/*Webkit内核的浏览器（如 Safari、Chrome）*/
  -moz-animation: place100 4000ms infinite;/*gecko内核的浏览器（如 Firefox）*/
  -o-animation: place100 4000ms infinite;/*Opera 浏览器*/
  -ms-animation: place100 4000ms infinite;/*IE8+*/
}
@keyframes place100 {
  0% {
      width: 0px;
      height: 0px;
  }

  100% {
      width: 80px;
      height: 80px;
      opacity: 0;
  }
}
.adv_con .location .turkey {
  left: 22%;
  top: 44%;
}
.adv_con .location .jiangxi {
  left: 48%;
  top: 49%;
}
.adv_con .location .suqian {
  left: 63%;
  top: 41%;
}
.adv_con .location .suzhou {
  left: 65%;
  top: 47%;
}
.adv_con .location .xiamen {
  left: 62%;
  top: 52%;
}
.adv_con .sec_ti {
  margin-bottom: .1rem;
}
.adv_con .sec_ti span:before {
  content: none;
}
.adv_con .sec_ti span:after {
  content: none;
}
.adv_con .adv_l .txt {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.adv_con .adv_l .txt p {
  margin-bottom: 0;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/
.news {
  background: url(../images/news_bg.jpg) no-repeat center top;
  background-size: cover;
}
.news_con {
  height: 2.5rem;
}
.news_con .news_pic,.news_con .news_list {
  height: 100%;
}
.news_con .news_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_con .item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: .08rem 0;
}
.news_con .item:hover {
  color: #fff;
  background-color: #05ab7a;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, .2);
}
.news_con .item:hover p,.news_con .item:hover span{
  color: #fff;
}
.news_con .item:hover h3 {
  color: #ffb915;
}
.news_con .item a {
  display: block;
  width: 90%;
}
.news_con .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_con .text .text_l {
  width: 18%;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}
.news_con .text .text_r {
 width: 77%;
}
.news_con .text_l span {
  display: block;
  text-align: center;
}
.news_con .text_l .lg {
  font-family: 'ITCAVANTGARDESTD-BOLD' sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.news_con .text_l .sm {
  font-family: 'ITCAVANTGARDESTD-MD';
  font-size: 24px;
}
.news_con .text_r h3, .news_con .text_r p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .text_r p {
  color:#666;
  margin-bottom: 0;
}
/* 底部 */
footer {
  color: #fff;
  background: url(../images/foot_bg.jpg) no-repeat center;
  background-size: cover;
}
footer a {
  color: #fff;
}
.foot_con_t {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.foot_con_t h4 {
  margin-bottom: 10px;
}
.foot_con_t li {
  line-height: 30px;
}
.foot_con_t li.tl {
  width: 100%;
}
.foot_about {
  width: 40%;
}
.foot_item li {
  float: left;
  width: 50%;
}
.foot_about li {
  width: 25%;
}
.foot_con_b {
  padding-top: 30px;
  border-top: 1px solid #585858;
}
.foot_con_b div {
  line-height: 28px;
  text-align: center;
}
.foot_con_b .cont_list {
  display: flex;
  justify-content: center;
}
.foot_con_b .cont_list li:nth-child(1),.foot_con_b .cont_list li:nth-child(2) {
  margin-right: 10px;
}
.foot_code .pic {
  width: 0.6rem;
}
.foot_code span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.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;
}

/* 浮动通讯 */
.float {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -120px;
  z-index: 200;
  width: 48px;
  height: 152px;
}
.float_item {
  width: 48px;
  height: 48px;
}
.toTop {
  background-color: #000;
  border-radius: 5px 0 0 5px;
}
.float .tel {
  position: absolute;
  top: 52px;
  width: 200px;
  opacity: 0.9;
}
.float .tel span {
  display: inline-block;
  height: 24px;
  font-size: 24px;
}
.float .qq {
  position: absolute;
  top: 104px;
  width: 178px;
  opacity: 0.9;
}
.float .float_item a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: auto;
  height: 48px;
  overflow: hidden;
  opacity: 0.9;
  border-radius: 5px 0 0 5px;
}
.float .float_item .top_item {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -70px -108px;
}
.float .float_item .qq_item {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -139px -108px;
}
.float .float_item .tel_item {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -94px -108px;
}
.float .QRcode {
  position: absolute;
  top: 156px;
  right: -78px;
  width: 126px;
  opacity: 0.9;
}
.float .float_item .code_item {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 12px;
  background: url(../images/Sprite.png) no-repeat -118px -108px;
}
.float .code_pic {
  position: absolute;
  top: 0px;
  left: -88px;
  width: 88px;
  height: 88px;
  opacity: 1;
  background: url(../images/Sprite.png) no-repeat 0 -141px;
}

/* 分页 */
.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;
}
