@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;
}

@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-family: "verdana-webfont", sans-serif;
  font-size: 13px;
}

* {
  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);
}
.pic {
  overflow: hidden;
  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;
}
/* 表单验证样式结束 */

.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;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

h3,
h4 {
  font-size: 18px;
}
span {
  font-size: 14px;
}
.pb15 {
  padding-bottom: 15px;
}
.no-padding {
  padding: 0;
}
.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.section {
  padding: 45px 0;
}
.ban_gy {
  background: url(../images/ban_gy.jpg) no-repeat center;
}
.ban_sb {
  background: url(../images/ban_sb.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_yx {
  background: url(../images/ban_yx.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: 156px;
  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);
}
@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 {
  display: block;
  width: 592px;
  height: 100%;
  background-image: url(../images/logo_inner.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page_top_index .logo {
  display: block;
  width: 592px;
  height: 100%;
  background-image: url(../images/logo_index.png);
  background-repeat: no-repeat;
  background-position: center;
}
#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 > a {
  display: block;
  margin: 0 14px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.page_top .primary-nav > li > a {
  color: #333;
}
.page_top .primary-nav > li > a {
  color: #333;
}
.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(#565656, #565656);
  background: -o-linear-gradient(#565656, #565656);
  background: -moz-linear-gradient(#565656, #565656);
  background: linear-gradient(#565656, #565656);
}
.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 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.64rem;
}
.ban_index .pic {
  width: 100%;
  height: 100%;
}
.ban_index ul {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 20px;
}
.ban_index ul li {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 18px;
  padding: 16px;
  text-align: center;
  border-radius: 50%;
  color: #f3ff5d;
  border: 1px solid #fff;
}
.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%;
  z-index: -1;
}
.ban_index .swiper-slide .pic img {
  height: 100%;
  animation: myscale 4s linear 0s infinite alternate;
  /* Firefox: */
  -moz-animation: myscale 4s linear 0s infinite alternate;
  /* Safari and Chrome: */
  -webkit-animation: myscale 4s linear 0s infinite alternate;
  /* Opera: */
  -o-animation: myscale 4s 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 {
  display: flex;
  padding-left: 20%;
  align-items: center;
  width: 100%;
  height: 360px;
  color: #fff;
  background-size: cover;
}

.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.2);
  }
}
/* ==========================================================================
	About
========================================================================== */
.sec_ti {
  margin-bottom: 45px;
}
.sec_ti h2 {
  text-align: center;
}
.about_con .about_t {
  height: 460px;
}
.about_con .sec_ti h2 {
  text-align: left;
}
.about_t_l,
.about_t_r {
  height: 100%;
}
.about_t_r {
  padding: 0;
}
.about_t_r .pic {
  height: 100%;
}
.about_t_l {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding: 0.3rem;
}
.about_t_l .sec_ti {
  margin-bottom: 0.1rem;
}
.about_t_l p {
  line-height: 40px;
  padding-right: 0.2rem;
  height: 184px;
  overflow-y: scroll;
}
.about_t_l p::-webkit-scrollbar {
  width: 3px;
  /* height: 1px; */
}
.about_t_l p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #29365a;
  background: #535353;
}
.about_t_l p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e5e5e5;
  border-radius: 10px;
  background: #ededed;
}
.about_t_l .more {
  display: block;
  width: 120px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin-top: 0.15rem;
}
.about_t_l .more .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about_t_l .more i {
  font-size: 24px;
}
.about_t_l .more i,
.about_t_l .more span {
  display: inline-block;
}
.about_con .about_b {
  height: 214px;
}
.about_b .about_b_l,
.about_b .about_b_r {
  height: 100%;
}
.about_b .about_b_l {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/about_02.jpg) no-repeat center;
  background-size: cover;
}
.about_b_l .about_txt {
  text-align: left;
  color: #fff;
}
.about_b_l .about_txt span {
  font-size: 30px;
  font-family: "ITCAVANTGARDESTD-Md";
}
.about_b_l .about_txt h2 {
  margin-bottom: 6px;
  font-size: 36px;
  color: #f3ff5d;
}
.about_b_l .about_txt p {
  font-size: 20px;
}
.about_b .about_b_r {
  background-color: #3d4762;
}
.about_b_r .item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 0;
}
.about_b_r .item i {
  width: 116px;
  height: 116px;
  margin: 0 auto;
  line-height: 116px;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
.about_b_r .item_02 i,
.about_b_r .item_04 i {
  font-size: 60px;
}
.about_b_r .item span {
  font-size: 18px;
}
.about_b_r .item i,
.about_b_r .item span {
  display: block;
  text-align: center;
  color: #fff;
}

/* -----------------------------------------------------------------------------
产品分类
------------------------------------------------------------------------------- */
.category {
  background: url(../images/cate_bg.jpg) no-repeat center;
  background-size: cover;
}
.cate_list .cate_item a {
  display: block;
  color: #fff;
  text-align: center;
}
.cate_list .cate_item .txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cate_list .cate_item img {
  height: 2.1rem;
}
.cate_list .cate_item span,
.cate_list .cate_item i {
  display: block;
}
.cate_list .cate_item span {
  margin-top: 8px;
  font-size: 18px;
}
.cate_list .cate_item i {
  font-size: 48px;
}
.cate_list .wrap {
  position: relative;
}
.cate_list li {
  padding-bottom: 80px;
}
.cate_list li:hover .txt {
  background-color: rgba(240, 130, 0, 0.9);
}
.cate_list .txt {
  position: absolute;
  width: 80%;
  height: 200px;
  transform: translateX(-50%);
  bottom: -40px;
  left: 50%;
  background-color: rgba(41, 54, 90, 0.9);
}
.sec_ti_white h2 {
  color: #fff;
}
/* -----------------------------------------------------------------------------
产品展示
------------------------------------------------------------------------------- */

.pro_list .pic {
  height: 310px;
}
.pro_list .pic img {
  width: 100%;
  height: 100%;
}
.pro_list .txt {
  height: 48px;
  color: #fff;
  text-align: center;
  background-color: #ffae25;
}
.pro_list .txt h3 {
  line-height: 48px;
}
/* -----------------------------------------------------------------------------
我们的优势
------------------------------------------------------------------------------- */
.advantage {
  position: relative;
}
.adv_ti {
  position: relative;
  margin-left: 60px;
  margin-top: 40px;
}
.adv_ti:before {
  content: "+";
  position: absolute;
  left: -60px;
  top: 6px;
  font-size: 70px;
  color: #fff;
  font-family: "ITCAVANTGARDESTD-MD";
}
.adv_ti span {
  font-size: 48px;
  font-family: "ITCAVANTGARDESTD-BOLD";
  color: #fff;
}
.adv_ti h2 {
  font-size: 52px;
  font-family: "ITCAVANTGARDESTD-BOLD";
  color: #ffae00;
}
.adv_l {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/adv_bg_l.jpg) no-repeat center top;
  z-index: -1;
}
.adv_r {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/adv_bg_r.jpg) no-repeat center top;
  z-index: -1;
}
.adv_con {
  padding-top: 100px;
}
.adv_con .item {
  padding: 0;
}
.adv_con .item_01 .txt {
  background-color: #ececec;
}
.adv_con .item_02 .txt {
  background-color: #fff;
}
.adv_con .item_03 .txt {
  color: #fff;
  background-color: #29365a;
}
.adv_con .txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.adv_con .txt i {
  display: block;
  font-size: 48px;
  font-style: normal;
  opacity: 0.6;
  font-family: "ITCAVANTGARDESTD-BOLD";
}
.adv_con .txt h3 {
  font-size: 24px;
}
.adv_con .txt h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.adv_con .txt_wrap {
  width: 80%;
  text-align: center;
}
.adv_con .txt,
.adv_con .pic {
  height: 315px;
}
.adv_con .pic img {
  height: 100%;
}
/* -----------------------------------------------------------------------------
产品应用
------------------------------------------------------------------------------- */
.application {
  background: url(../images/appl_bg.jpg) no-repeat center;
  background-size: cover;
}
.appl_con .item {
  padding: 0;
  position: relative;
  height: 430px;
}
.appl_con .item .pic {
  height: 100%;
}
.appl_con .item .txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.appl_con .item .txt h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.appl_con .item_01 .txt,
.appl_con .item_03 .txt {
  background-color: #fff;
}
.appl_con .item_02 .txt {
  background-color: #e5e5e5;
}
.appl_con .side_ti {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(../images/appl_01.jpg) no-repeat center;
  background-size: cover;
}
.appl_con .side_ti_wrap {
  width: 70%;
}
.appl_con .side_ti span {
  display: block;
  font-size: 35px;
  font-family: "ITCAVANTGARDESTD-BOLD";
  margin-bottom: 20px;
}
.appl_con .side_ti p {
  font-size: 15px;
  line-height: 26px;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/
.news .news_con {
  height: 416px;
}
.news_con .news_list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news_list ul li {
  padding: 14px;
  border: 1px solid #ccc;
}
.news_con .news_pic,
.news_con .news_list {
  height: 100%;
}
.news_con .news_pic .pic {
  height: 100%;
}
.news_list .title .title_l {
  width: 76%;
}
.news_list .title .title_l,
.news_list .title .title_r,
.news_list .title {
  display: flex;
  align-items: center;
}
.news_list .title {
  justify-content: space-between;
}
.news_list .title i {
  font-size: 28px;
  margin-right: 6px;
}
.news_list .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_con .news_pic img {
  width: 100%;
  height: 100%;
}
.cont_con li {
  height: 80px;
}
.cont_con .cont_item {
  height: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
}
.cont_con li.active .cont_item {
  background-color: #20af7d;
  border: none;
}
.cont_con li.active i,
.cont_con li.active span {
  color: #fff;
}
.cont_con .cont_item .wrap {
  display: flex;
  align-items: center;
}
.cont_con .cont_item i {
  font-size: 24px;
  margin-right: 6px;
}
.cont_con .cont_item span {
  font-size: 16px;
}

/* 底部 */
footer {
  color: #fff;
  background-color: #373a39;
}
footer a {
  color: #fff;
}
.foot_qrCode img {
  width: inherit;
}
.foot_con {
  position: relative;
  background: url(../images/footer_bg.png) no-repeat left center;
}

.foot_con_t .list {
  display: flex;
  justify-content: space-between;
}
.foot_con_t .foot_about {
  width: 10%;
}
.foot_con_t .foot_cont {
  width: 30%;
}
.foot_con_wrap .foot_cont {
  width: 30%;
}
.foot_con_wrap .foot_con_b {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #4d515a;
}
.foot_con_wrap .foot_con_b div {
  line-height: 28px;
}
.foot_con_t .foot_name {
  display: flex;
  align-items: center;
  height: 142px;
  background: url(../images/foot_icon_name.png) no-repeat left center;
  background-size: 70%;
}
.foot_con_t h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.foot_con_t li {
  line-height: 30px;
}
.foot_contact b {
  font-family: "ITCAVANTGARDESTD-MD";
  font-size: 24px;
}
.foot_con_t .foot_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_con_t .foot_item ul li {
  width: 50%;
}
.foot_con_t .foot_item b {
  font-size: 22px;
}
.foot_con_wrap .qrCode {
  text-align: center;
}
.foot_con_wrap .qrCode span {
  display: block;
  margin-top: 10px;
}
.foot_cont .foot_num {
  font-family: "ITCAvantGardeStd-Md";
}
#cnzz_stat_icon_1267170002 > a {
  display: inline-block;
  margin-left: 8px;
}
#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;
}
