﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  font-family: microsoft yahei, simsun, sans-serif;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover,
a:active,
a:focus {
  color: #0270c4;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666;
  outline: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.homehide {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .homehide {
    overflow: inherit;
  }
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1460px;
  width: 100%;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 15px;
    max-width: 1260px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1023px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
  }
}
#container {
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump1 {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove4 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes fangda {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes myfirst04 {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myfirst04 {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes myfirst05 {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes myfirst05 {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 121;
  transition: 0.7s;
}
@media (max-width: 1260px) {
  .top1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 130000000000000000;
  }
}
.menu {
  float: right;
  opacity: 0;
  display: none;
  position: relative;
  width: 31px;
  height: 40px;
}
.menu a {
  display: block;
}
.menu a svg {
  width: 31px;
  fill: #333;
  vertical-align: middle;
  transform: rotate(180deg);
}
.menu .closed {
  background: url("../images/closed.png") no-repeat center center;
  background-size: 25px;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.phone-nav {
  position: fixed;
  right: 15px;
  top: 0;
  line-height: 60px;
  display: none;
  color: #666;
  z-index: 15;
}
.phone-nav svg {
  width: 31px;
  fill: #fff;
  vertical-align: middle;
}
.header {
  height: 86px;
  width: 100%;
  z-index: 4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  position: relative;
}
.header .logo {
  padding: 0;
  float: left;
  padding-left: 76px;
  position: relative;
}
.header .logo::before {
  content: "";
  top: 50%;
  left: 60px;
  width: 1px;
  margin-top: -20px;
  height: 100%;
  position: absolute;
  background: url(../images/line.jpg) no-repeat top center;
}
.header .logo img {
  top: 0;
  left: 0;
  position: absolute;
}
.header .logo span {
  position: relative;
  display: inline-block;
  color: #2e2e2e;
}
.header .logo .cn {
  font-size: 24px;
  font-weight: 700;
  padding-top: 15px;
}
.header .logo .en {
  font-size: 10px;
  text-transform: uppercase;
}
.header .tel,
.header .search {
  padding-top: 32px;
}
.header .tel {
  float: right;
}
.header .search {
  float: right;
  margin-left: 20px;
  margin-right: 35px;
}
.header .nav {
  float: right;
}
.header .nav ul li {
  text-align: center;
  float: left;
  line-height: 86px;
  margin: 0 25px;
}
.header .nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
}
.header .nav ul li a::after {
  content: "";
  width: 0;
  left: -50%;
  opacity: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  position: absolute;
  transition: all 335ms ease;
  background: #0270c4;
}
.header .nav ul li a:hover {
  color: #0270c4;
}
.header .nav ul li:hover a,
.header .nav ul .active a {
  color: #0270c4;
}
.header .nav ul li:hover a::after,
.header .nav ul .active a::after {
  opacity: 1;
  left: 0;
  width: 100%;
}
.header .subnav {
  width: 100%;
  top: 86px;
  z-index: 10;
  display: none;
  padding-bottom: 80px;
  background: #fff;
  position: absolute;
  border-top: solid 1px #0270c4;
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.9);
}
.header .subnav ul {
  padding-left: 500px;
  padding-top: 30px;
}
.header .subnav li:first-child {
  padding-left: 40px;
  border-left: 0;
}
.header .subnav li {
  padding: 0 30px;
  min-height: 130px;
  float: left;
  border-left: solid 1px rgba(203, 201, 205, 0.3);
}
.header .subnav li a {
  display: block;
  margin-bottom: 5px;
}
.header .subnav li span {
  display: block;
  position: relative;
}
.header .subnav li span::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  border-radius: 100%;
  position: absolute;
  background: #939393;
}
.header .subnav li span a {
  padding-left: 10px;
}
.header .subnav li span:hover::before {
  background: #0270c4;
}
.header .subnav li:nth-child(2) {
  width: 17%;
}
.header .subnav li:nth-child(5),
.header .subnav li:nth-child(6),
.header .subnav li:nth-child(7) {
  padding-left: 25px;
}
@media (max-width: 1260px) {
  .header {
    height: 60px;
  }
  .header .nav {
    display: none;
  }
  .header .search,
  .header .tel {
    display: none;
  }
  .header .menu {
    display: block;
    opacity: 1;
    top: 16px;
  }
  .header .logo img {
    max-height: 60px;
  }
  .header .logo {
    padding-left: 40px;
  }
  .header .logo::before {
    display: none;
  }
  .header .logo .cn {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .header .logo .en {
    top: -10px;
  }
}
@media (max-width: 1440px) {
  .header .subnav ul {
    padding-left: 270px;
  }
}
@media (max-width: 1280px) {
  .header .container {
    max-width: 100%;
  }
  .header .subnav ul {
    padding-left: 270px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.headerFixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  -webkit-animation: 1s dong;
  animation: 1s dong;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.background {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#menu .search {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 20px;
}
#menu .search .inp_srh {
  border: 1px solid #c7c7c7;
  height: 28px;
  width: 100%;
  font-size: 12px;
  color: #999;
  padding: 0 20px;
  background: none;
  border-radius: 20px;
}
#menu .search .inp_srh:focus {
  border: 1px solid #f9bf24;
}
#menu .search .submit {
  position: absolute;
  top: 0;
  right: 20px;
  background: #f9bf24 url(../images/search1.png) no-repeat center center;
  background-size: 15px;
  border: 0;
  height: 28px;
  width: 36px;
  color: #fff;
  border-radius: 20px;
}
.transparent {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: url("../images/doth.png") no-repeat center center !important;
  border: none !important;
  transition: 0.5s;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 22px !important;
  height: 22px !important;
  background: url("../images/dot2.png") no-repeat center center !important;
  border: none !important;
  transition: 0.5s;
}
#fp-nav.one ul li a span,
.fp-slidesNav.one ul li a span {
  background: url("../images/dot.png") no-repeat center center !important;
}
#fp-nav.one ul li a.active span,
.fp-slidesNav.one ul li a.active span,
#fp-nav.one ul li:hover a.active span,
.fp-slidesNav.one ul li:hover a.active span {
  background: url("../images/doth.png") no-repeat center center !important;
  border: none !important;
}
#fp-nav.right {
  right: 50px !important;
  top: 60% !important;
  transform: translateY(-50%);
  z-index: 88;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: 20px !important;
  margin: 10px 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: url("../images/doth.png") no-repeat center center !important;
  border: none !important;
}
#fp-nav ul li:nth-child(n+6) {
  display: none;
}
.fp-nav1 {
  position: fixed;
  left: 0;
  top: 60%;
  z-index: 66;
  margin-top: -65px;
  transform: translateY(-50%);
}
.fp-nav1 ul li a {
  display: block;
  color: transparent;
  position: relative;
  padding-left: 60px;
  font-size: 12px;
  line-height: 32px;
  transition: 0.5s;
}
.fp-nav1 ul li a:after {
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -0.5px;
  transition: 0.5s;
}
.fp-nav1 ul li:hover a {
  color: #fff;
}
.fp-nav1 ul li:hover a:after {
  width: 50px;
  left: 5px;
}
.fp-nav1 ul .active a {
  color: #fff;
}
.fp-nav1 ul .active a:after {
  width: 50px;
  left: 5px;
}
@media (max-width: 1260px) {
  .fp-nav1 {
    display: none;
  }
}
.fp-nav1.two ul li a:after {
  background: #666;
}
.fp-nav1.two ul li:hover a {
  color: #666;
}
.fp-nav1.two ul .active a {
  color: #666;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .pic {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 4s;
  transition: all 4s;
}
.banner .pro-info {
  position: absolute;
  top: 27%;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner .pro-info .text {
  color: #fff;
  font-family: Source Han Sans CN, noto sans, microsoft yahei, simsun, sans-serif;
}
.banner .pro-info .text .font84 {
  font-size: 84px;
  line-height: 94px;
  font-weight: bold;
  opacity: 0;
}
.banner .pro-info .text .font18 {
  font-size: 18px;
  margin-top: 15px;
  opacity: 0;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 13%;
  padding-bottom: 94px;
  text-align: center;
  background: url(../images/line3.png) no-repeat center 5px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0 21px;
  display: inline-block;
  background: url(../images/icon.png) no-repeat center center;
  border-radius: 50%;
  opacity: 1;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: url(../images/iconh.png) no-repeat center center;
}
.banner .swiper-slide-active .pic {
  animation: 4s mymove4 alternate;
}
@media (max-width: 1260px) {
  .banner .pic {
    height: 60vh;
  }
  .banner .pro-info .text .font84 {
    opacity: 1;
    font-size: 28px;
    line-height: 30px;
  }
  .banner .pro-info .text .font18 {
    opacity: 1;
  }
}
.index-more {
  bottom: 210px;
  z-index: 10;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
.index-more a {
  display: block;
  color: #fff;
  text-align: center;
}
.index-more span {
  display: block;
  margin: 0 auto;
}
.index-more .arrow {
  width: 100px;
  height: 100px;
  border: dotted 1px #fff;
  border-radius: 100%;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.6);
  animation: fangda 1.5s linear infinite;
}
.index-more .arrow-2 {
  border: solid 1px #fff;
  width: 40px;
  height: 40px;
  margin-top: 28px;
  border-radius: 100%;
}
.index-more .arrow-3 {
  width: 4px;
  height: 4px;
  margin-top: 17px;
  border-radius: 100%;
  background: #f9bf24;
}
@media (max-width: 640px) {
  .index-more {
    bottom: 50px;
  }
}
.home-about {
  height: 100vh;
  background: #e5e5e5 url("../images/about-bg.jpg") no-repeat top center;
}
.home-about .info {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
}
.home-about .left {
  color: #fff;
  position: relative;
  font-family: Source Han Sans CN, noto sans, microsoft yahei, simsun, sans-serif;
}
.home-about .left .h2 {
  font-size: 22px;
  position: relative;
  opacity: 0;
  margin-bottom: 40px;
}
.home-about .left .h2 span {
  z-index: 1;
  display: inline-block;
  position: relative;
}
.home-about .left .h2::after {
  content: "";
  width: 90px;
  height: 5px;
  left: 0;
  bottom: 4px;
  position: absolute;
  background: #f9bf24;
}
.home-about .left .span {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 15px;
  z-index: 3;
  opacity: 0;
  font-weight: 700;
  position: relative;
}
@media(max-width:1367px){
    .home-about .left .span {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 15px;
    }
}
.home-about .left .p {
  font-size: 14px;
  z-index: 3;
  opacity: 0;
  position: relative;
}
@media (max-width: 1260px) {
  .home-about {
    height: 60vh;
  }
  .home-about .info {
    top: 150px;
    padding: 0 10px;
  }
  .home-about .left {
    width: 100%;
  }
  .home-about .left .span {
    font-size: 28px;
    line-height: 30px;
    opacity: 1;
  }
  .home-about .left .h2 {
    opacity: 1;
  }
  .home-about .left .p {
    opacity: 1;
  }
}
.home-product {
  height: 100vh;
  position: relative;
  padding-top: 160px;
}
.home-product .title {
  color: #fff;
  text-align: center;
}
.home-product .title .font40 {
  font-size: 40px;
  line-height: 40px;
}
.home-product .title .font18 {
  font-size: 18px;
  margin-top: 15px;
}
.home-product ul {
  padding-top: 110px;
}
@media(max-width:1367px){
    .home-product ul {
        padding-top: 60px;
    }
    .fp-nav1{
        top:55%;
    }
}
.home-product ul li {
  width: 33%;
  float: left;
  font-size: 22px;
  transition: all 500ms ease;
  text-align: center;
}
.home-product ul li a {
  color: #fff;
  display: block;
}
.home-product ul li .icon {
  display: inline-block;
  height: 180px;
  width: 180px;
  padding-top: 45px;
  background: url(../images/pro-bg.png) no-repeat top center;
}
.home-product ul li .icon img {
  max-height: 100px;
}
.home-product ul li .tit {
  margin-top: 20px;
}
.home-product ul li:hover {
  transform: scale(0.9);
}
.home-product ul li:nth-child(2) .icon img {
  max-height: 120px;
}
.home-product .index-more {
  bottom: 160px;
}
@media (max-width: 1260px) {
  .home-product {
    padding: 50px 0;
  }
  .home-product .title .font40 {
    font-size: 28px;
    line-height: 38px;
  }
  .home-product .title .font18 {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  .home-product {
    height: auto;
    padding-bottom: 250px;
  }
  .home-product ul {
    padding-top: 0px;
  }
  .home-product ul li {
    width: 50%;
    transform: scale(0.75);
  }
  .home-product .index-more {
    bottom: 50px;
  }
}
.home-news {
  height: 100vh;
  position: relative;
  background: #fff;
}
.home-news .title {
  height: 60px;
  margin-bottom: 40px;
  position: relative;
}
.home-news .title::before {
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  position: absolute;
  background: #cecece;
}
.home-news .title::after {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  position: absolute;
  background: #cecece;
}
.home-news .title .cn {
  color: #333;
  font-size: 24px;
  padding-top: 7px;
  padding-left: 14px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news .title .cn::after {
  content: "";
  height: 4px;
  width: 90px;
  right: 0;
  top: 52px;
  position: absolute;
  background: #0270c4;
}
.home-news .title .en {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
  text-transform: uppercase;
}
.home-news .title .en span {
  z-index: 2;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  background: #fff;
}
.home-news .more {
  margin-top: 10px;
  text-align: center;
}
.home-news .more a {
  display: inline-block;
  height: 46px;
  line-height: 42px;
  border-radius: 30px;
  max-width: 148px;
  width: 100%;
  font-size: 16px;
  color: #999;
  border: solid 2px #e7e7e7;
}
.home-news .more a:hover {
  color: #0270c4;
  border-color: #0270c4;
}
.home-news .leftlist {
  width: 60%;
  float: left;
}
.home-news .leftlist li {
  margin-bottom: 40px;
}
.home-news .leftlist li .pic {
  width: 36%;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.home-news .leftlist li .pic::after {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.home-news .leftlist li .pic img {
  transition: all 700ms ease;
  transform-origin: top center;
}
.home-news .leftlist li .txtbox {
  width: 64%;
  float: left;
  padding-top: 10px;
  padding-left: 30px;
}
.home-news .leftlist li .txtbox .time {
  color: #898989;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.home-news .leftlist li .txtbox .tit {
  font-size: 22px;
  height: 24px;
  color: #333;
  overflow: hidden;
  font-weight: 700;
  margin: 20px 0 30px 0;
}
.home-news .leftlist li .txtbox .txt {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.home-news .leftlist li:hover .pic img {
  transform: scale(1.05);
}
.home-news .leftlist li:hover .txtbox .tit {
  color: #0270c4;
}
.home-news .rightlist {
  width: 27%;
  float: right;
  position: relative;
}
.home-news .rightlist .line {
  top: 0;
  left: -80px;
  position: absolute;
}
.home-news .rightlist .title::after {
  display: none;
}
.home-news .rightlist .cn::after {
  display: none;
}
.home-news .rightlist li {
  margin-bottom: 40px;
}
.home-news .rightlist li .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-news .rightlist li .pic::after {
  content: "";
  display: block;
  padding-bottom: 51%;
}
.home-news .rightlist li .pic img {
  transition: all 700ms ease;
  transform-origin: top center;
}
.home-news .rightlist li .txtbox {
  margin-bottom: 88px;
  padding-top: 25px;
}
.home-news .rightlist li .txtbox .time {
  color: #898989;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.home-news .rightlist li .txtbox .tit {
  font-size: 22px;
  height: 24px;
  color: #333;
  overflow: hidden;
  font-weight: 700;
  margin: 20px 0 30px 0;
}
.home-news .rightlist li .txtbox .txt {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.home-news .rightlist li:hover .pic img {
  transform: scale(1.05);
}
.home-news .rightlist li:hover .txtbox .tit {
  color: #0270c4;
}
@media (max-width: 1260px) {
  .home-news {
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .home-news .leftlist {
    width: 100%;
    float: none;
  }
  .home-news .leftlist li .txtbox {
    margin-bottom: 40px;
  }
  .home-news .leftlist li .txtbox .tit {
    font-size: 18px;
    margin: 10px 0;
  }
  .home-news .rightlist {
    width: 100%;
    float: none;
    margin-top: 60px;
  }
  .home-news .rightlist .line {
    display: none;
  }
  .home-news .rightlist li .txtbox {
    margin-bottom: 40px;
  }
  .home-news .rightlist li .txtbox .tit {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .home-news .leftlist li .pic {
    float: none;
    display: block;
    width: 100%;
  }
  .home-news .leftlist li .pic img {
    width: 100%;
  }
  .home-news .leftlist li .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 20px;
  }
}
.nav-list-box {
  position: fixed;
  top: 60px;
  right: -240px;
  transition: 0.5s;
  height: 100%;
  width: 240px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  padding: 70px 40px 40px 40px;
  z-index: 120;
  overflow: auto;
}
.nav-list-box ul li {
  margin-bottom: 20px;
}
.nav-list-box ul li a {
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .nav-list-box ul li a:hover {
    color: #f9bf24;
  }
}
.nav-list-box ul li ul li {
  margin: 0;
  padding: 0;
}
.nav-list-box ul li ul li a {
  line-height: 26px;
  margin: 0;
  font-size: 14px;
  color: #666;
}
.nav-list-box ul li ul li span {
  display: block;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
.nav-list-box ul li ul li span a {
  color: #888;
}
.nav-list-box ul li ul li span::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 11px;
  left: 5px;
  position: absolute;
  border-radius: 100%;
  background: #666;
}
.footer {
  padding-top: 35px;
  padding-bottom: 50px;
  background: url(../images/footer-bg.jpg) no-repeat top center #000;
}
.footer .container {
  position: relative;
}
.footer .copy {
  text-align: center;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .add img {
  margin: 5px 5px 0 0;
}
.footer .tel {
  right: 0;
  top: 70px;
  padding-right: 50px;
  text-align: right;
  font-size: 12px;
  color: #ababab;
  position: absolute;
}
.footer .tel img {
  top: 10px;
  right: 0px;
  border-radius: 100%;
  background: #313131;
  position: absolute;
}
.footer .font18 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 640px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer .tel {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    padding-right: 0;
  }
  .footer .tel img {
    display: none;
  }
}
.section {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 1260px) {
  .section {
    height: auto;
  }
}
.fp-section {
  z-index: 2;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden!important;
}
.section:nth-child(1) {
  z-index: 666;
}
.active {
  position: relative;
  z-index: 24;
}
.active .pro-info .text .font84 {
  opacity: 1;
  animation: fadeInDown 1.3s alternate;
}
.active .pro-info .text .font18 {
  opacity: 1;
  animation: fadeInUp 1.3s alternate;
}
.active .home-about .left .h2 {
  opacity: 1;
  animation: fadeInLeft 1.3s alternate;
}
.active .home-about .left .span {
  opacity: 1;
  animation: fadeInLeft 1.4s alternate;
}
.active .home-about .left .p {
  opacity: 1;
  animation: fadeInLeft 1.5s alternate;
}
.active .home-news {
  animation: home-news 1.3s alternate;
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .txtbox {
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
}
.inside-banner .container {
  height: 100%;
  position: relative;
}
.inside-banner .item {
  z-index: 9;
  width: 100%;
  bottom: 105px;
  position: absolute;
}
.inside-banner p {
  text-align: right;
}
.inside-banner .cn {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.inside-banner .en {
  font-size: 24px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.inside-banner .ph {
  display: none;
}
@media (max-width: 1260px) {
  .inside-banner p {
    text-align: center;
  }
  .inside-banner .cn {
    font-size: 26px;
    line-height: 20px;
  }
  .inside-banner .en {
    font-size: 16px;
  }
  .inside-banner .item {
    bottom: auto;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .inside-banner .ph {
    display: block;
  }
  .inside-banner .pc {
    display: none;
  }
}
.inside-menu {
  z-index: 10;
  position: relative;
  height: 50px;
  margin-top: -50px;
  background-color: #0270c4;
  background: rgba(0, 117, 193, 0.8);
}
.inside-menu li {
  float: left;
  width: 18%;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  position: relative;
  height: 50px;
  overflow: hidden;
  padding:0 5px;
}
.inside-menu li::before {
  content: "";
  width: 1px;
  height: 26px;
  top: 50%;
  left: 0;
  margin-top: -13px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.inside-menu li a {
  color: #fff;
  display: block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.inside-menu li a:hover {
  font-weight: 700;
}
.inside-menu li.cur {
  font-weight: 700;
}
.inside-menu li:first-child::before {
  display: none;
}
@media (max-width: 1260px) {
  .inside-menu {
    margin-top: 0;
  }
  .inside-menu li {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-menu li {
    width: 33.3333%;
	font-size: 14px;
  }
}
.inside-waper .container {
  max-width: 1260px;
}
.inside-waper .footer {
  background-image: none;
}
@media (max-width: 1280px) {
  .inside-waper .container {
    max-width: 1200px;
  }
}
.inside-title {
  text-align: center;
}
.inside-title .font36 {
  font-size: 36px;
  line-height: 46px;
  color: #111;
  position: relative;
}
.inside-title .font36::after {
  content: "";
  height: 4px;
  display: block;
  padding-bottom: 10px;
  background: url(../images/aline.png) no-repeat center bottom;
}
.inside-title .font16 {
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 1260px) {
  .inside-title .font36 {
    font-size: 28px;
    line-height: 30px;
  }
  .inside-title .font16 {
    font-size: 14px;
  }
}
.inside-about {
  padding: 70px 0;
}
.inside-about .inside-title {
  margin-bottom: 70px;
}
.inside-about .container {
  position: relative;
}
.inside-about .leftbox {
  width: 53%;
  float: left;
  min-height: 480px;
  padding-top: 50px;
  padding-left: 11px;
  font-size: 16px;
  border-left: solid 1px #f7f7f7;
}
.inside-about .leftbox .en {
  font-family: Impact;
  font-size: 120px;
  line-height: 120px;
  position: absolute;
  top: 120px;
  left: -60px;
  color: rgba(102, 102, 102, 0.05);
}
.inside-about .leftbox h2 {
  font-size: 26px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
}
.inside-about .leftbox h2::before {
  top: 15px;
  left: -17px;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  background: #0270c4;
}
.inside-about .rightbox {
  width: 55%;
  right: -120px;
  top: 160px;
  z-index: -1;
  position: absolute;
}
@media (max-width: 1280px) {
  .inside-about .rightbox {
    right: 0;
    width: 45%;
  }
}
@media (max-width: 640px) {
  .inside-about {
    /*padding: 40px 0;*/
  }
  .inside-about .inside-title {
    margin-bottom: 50px;
  }
  .inside-about .leftbox {
    width: 100%;
    border-left: 0 ;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    float: none;
  }
  .inside-about .leftbox p {
    text-align: left;
  }
  .inside-about .leftbox h2 {
    padding-left: 10px;
    margin-top: -40px;
  }
  .inside-about .leftbox h2::before {
    left: 0;
  }
  .inside-about .leftbox .en {
    left: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .inside-about .rightbox {
    width: 100%;
    top: auto;
    right: auto;
    position: relative;
  }
  .inside-about .honor {
    padding-bottom: 30px;
  }
  .inside-about .honor .hbox .slick-slide {
    padding-top: 0;
  }
}
.inside-case {
 /*overflow: hidden;*/
  padding: 70px 0 80px 0;
}
.inside-case ul {
  margin: 0 -13px;
  padding-top: 40px;
}
.inside-case li {
  width: 33.333%;
  float: left;
  padding: 0 13px;
  padding-top: 26px;
}
.inside-case li a {
  display: block;
  padding-bottom: 30px;
  transition: all 500ms ease;
  border-bottom: solid 1px #e6e6e6;
}
.inside-case li .pic {
  overflow: hidden;
  display: block;
  position: relative;
}
.inside-case li .pic img {
  transform-origin: center  top;
  transition: all 700ms ease;
}
.inside-case li .pic::after {
  content: "";
  display: block;
  padding-bottom: 60.8%;
}
.inside-case li .tit {
  font-size: 16px;
  color: #333;
  height: 24px;
  overflow: hidden;
  margin-top: 20px;
}
.inside-case li .txt {
  color: #666;
  height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.inside-case li .tit,
.inside-case li .txt {
  padding: 0 20px;
}
.inside-case li:hover .pic img {
  transform: scale(1.05);
}
.inside-case li:hover a {
  border-color: #0270c4;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
@media (max-width: 640px) {
  .inside-case {
    /*padding: 40px 0;*/
  }
}
@media (max-width: 480px) {
  .inside-case ul {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 0;
  }
  .inside-case li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .inside-case li .tit,
  .inside-case li .txt {
    padding: 0 10px;
  }
}
.inside-page {
  padding-top: 80px;
  text-align: center;
}
.inside-page a {
  height: 40px;
  margin: 0 2px;
  line-height: 38px;
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  border: solid 1px #dcdcdc;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #fff;
  background: #0270c4;
}
@media (max-width: 640px) {
  .inside-page {
    padding-top: 40px;
  }
  .inside-page a {
    padding: 0 5px;
    margin: 0;
    height: 30px;
    line-height: 28px;
  }
}
.inside-case-show {
  font-size: 15px;
}
.inside-case-show .container {
  max-width: 955px;
  margin: 0 auto;
}
.inside-case-show .leftimg {
  width: 76.9%;
  float: left;
}
.inside-case-show .leftimg span {
  display: block;
  margin-top: 8px;
  position: relative;
}
.inside-case-show .leftimg span::after {
  content: "";
  display: block;
  padding-bottom: 58.77%;
}
.inside-case-show .smllimg {
  width: 23%;
  float: left;
  padding-left: 15px;
}
.inside-case-show .smllimg span {
  display: block;
  margin-top: 8px;
  cursor: pointer;
  border: solid 2px #fff;
  position: relative;
}
.inside-case-show .smllimg span::after {
  content: "";
  display: block;
  padding-bottom: 58.77%;
}
.inside-case-show .smllimg .slick-current span {
  border-color: #0270c4;
}
.inside-case-show .txtbox {
  padding-top: 40px;
}
.inside-case-show .font24 {
  font-size: 24px;
  line-height: 30px;
  color: #0270c4;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .inside-case-show .font24 {
    font-size: 20px;
  }
}
.inside-dowland {
  padding: 70px 0 80px 0;
}
.inside-dowland ul {
  margin-top: 30px;
}
.inside-dowland li {
  height: 78px;
  font-size: 16px;
  line-height: 77px;
  padding-left: 60px;
  position: relative;
  padding-right: 100px;
  background: url(../images/dowland-01.png) no-repeat 15px 20px;
  border-bottom: solid 1px #e0e0e0;
  overflow: hidden;
}
.inside-dowland li a {
  color: #333;
}
.inside-dowland li span {
  right: 20px;
  top: 15px;
  position: absolute;
}
.inside-dowland li span a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/dowland-03.png);
  background-color: #b0b0b0;
}
.inside-dowland li:hover {
  border: 0;
  margin-top: -1px;
  box-shadow: 0 10px 10px rgba(0, 117, 193, 0.1);
  background: url(../images/dowland-02.png) no-repeat 15px 20px #0075c1;
}
.inside-dowland li:hover a {
  color: #fff;
}
.inside-dowland li:hover span a {
  background-image: url(../images/dowland-04.png);
  background-color: #fff;
}
@media (max-width: 680px) {
  .inside-dowland {
    padding: 40px 0;
  }
  .inside-dowland li {
    padding-right: 50px;
    background: none;
    padding-left: 0;
  }
  .inside-dowland li span {
    right: 0;
  }
  .inside-dowland li:hover {
    box-shadow: none;
    margin-top: 0;
    background: none;
    border-bottom: solid 1px #e0e0e0;
  }
  .inside-dowland li:hover a {
    color: #333;
  }
  .inside-dowland li:hover span a {
    background-image: url(../images/dowland-03.png);
    background-color: #b0b0b0;
  }
}
.inside-news {
  padding: 70px 0 80px 0;
}
.inside-news ul {
  padding-top: 40px;
}
.inside-news li {
  padding: 30px 0 40px 0;
  transition: all 500ms  ease;
  border-bottom: solid 1px #d6d6d6;
}
.inside-news li .time {
  width: 16%;
  float: left;
}
.inside-news li .time span {
  display: block;
}
.inside-news li .time span:first-child {
  font-size: 24px;
  color: #d8d8d8;
  font-family: Arial, Helvetica, sans-serif;
}
.inside-news li .time .arrow {
  margin-top: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #d6d6d6;
  line-height: 28px;
  font-family: "宋体";
  border: solid 1px #d6d6d6;
}
.inside-news li .txtbox {
  width: 59%;
  float: left;
  font-size: 16px;
}
.inside-news li .tit {
  font-size: 20px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.inside-news li .txt {
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}
.inside-news li .pic {
  width: 15%;
  float: right;
  overflow: hidden;
  position: relative;
}
.inside-news li .pic img {
  transition: all 500ms ease;
  transform-origin: center  top;
}
.inside-news li .pic::after {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.inside-news li:hover {
  border-color: #0270c4;
}
.inside-news li:hover .time .arrow {
  color: #0270c4;
  border-color: #0270c4;
}
.inside-news li:hover .txtbox .tit {
  color: #0270c4;
}
.inside-news li:hover .pic img {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .inside-news {
    /*padding: 40px 0;*/
  }
  .inside-news ul {
    padding-top: 20px;
  }
  .inside-news li .tit {
    font-size: 18px;
  }
  .inside-news li .pic {
    display: none;
  }
  .inside-news li .time {
    width: 20%;
    display: none;
  }
  .inside-news li .txtbox {
    width: 100%;
    float: none;
  }
}
.inside-fh {
  text-align: right;
  margin-top: 90px;
}
.inside-fh a {
  border: solid 1px #0270c4;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  padding: 0 24px;
  color: #0270c4;
  border-radius: 30px;
}
.inside-fh a:hover {
  color: #fff;
  background: #0270c4;
}
.inside-news-show {
  background: url(../images/news-bg.jpg) no-repeat top center #fff;
  padding: 60px 0 80px 0;
  font-size: 15px;
  line-height: 26px;
}
.inside-news-show .container h1 {
  color: #333;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
.inside-news-show .container .info {
  color: #999;
  font-size: 13px;
  padding: 5px 0;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: solid 1px #dcdcdc;
  border-top: solid 1px #dcdcdc;
}
.inside-news-show .container .info img {
  margin: 8px 5px 0 0;
}
.inside-news-show .container .info span {
  padding-left: 20px;
  font-family: arial;
}
@media (max-width: 359px) {
  .inside-news-show .container .info {
    display: block;
  }
}
.inside-news-show .container .tag {
  padding: 30px 0 0 0;
  margin-top: 70px;
  border-top: solid 1px #ececec;
}
.inside-news-show .container .tag a {
  display: inline-block;
  margin-right: 15px;
  background: #ececec;
  border-radius: 30px;
  width: 89px;
  text-align: center;
}
.inside-news-show .container .tag a:hover {
  color: #fff;
  background: #f9bf24;
}
@media (max-width: 960px) {
  .inside-news-show .container {
    width: 100%;
  }
  .inside-news-show .container h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-news-show .container .info {
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
.inside-page-news {
  padding-top: 30px;
  margin-top: 50px;
  border-top: solid 1px #ececec;
}
.inside-page-news li {
  width: 33.333%;
  float: left;
  text-align: center;
}
.inside-page-news li:first-child {
  text-align: left;
}
.inside-page-news li:last-child {
  text-align: right;
}
.inside-xg-news {
  padding: 0px 0 100px 0;
}
.inside-xg-news .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.inside-xg-news .title a {
  float: right;
  font-size: 14px;
  font-weight: normal;
}
.inside-xg-news ul {
  margin: 0 -12px;
}
.inside-xg-news li {
  width: 25%;
  float: left;
  padding: 0 12px;
  margin-top: 30px;
  transition: all 500ms ease;
}
.inside-xg-news li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  height: 405px;
  background: #f6f6f6;
  position: relative;
}
.inside-xg-news li a:before {
  content: "";
  width: 100%;
  height: 9px;
  top: 0;
  left: 0;
  position: absolute;
  background: #008ece;
  background: linear-gradient(to right, #00acdd, #008ece, #0076c2);
}
.inside-xg-news li time {
  font-size: 16px;
  font-family: "DIN-Medium";
}
.inside-xg-news li .tit {
  overflow: hidden;
  height: 48px;
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
  color: #333333;
}
.inside-xg-news li .txt {
  height: 96px;
  color: #666;
  overflow: hidden;
  margin-top: 30px;
}
.inside-xg-news li .more {
  width: 107px;
  height: 35px;
  right: 25px;
  bottom: 30px;
  color: #666;
  border-radius: 30px;
  text-align: center;
  line-height: 33px;
  position: absolute;
  transition: all 500ms ease;
  border: solid 1px #cbcbcb;
  background: url(../images/news-arrow-2.png) no-repeat center right 10px;
}
.inside-xg-news li:hover {
  transform: translateY(-10px);
}
.inside-xg-news li:hover a {
  background: #ffffff;
  box-shadow: 5px 5px 3px #f6f6f6;
}
.inside-xg-news li:hover .more {
  color: #fff;
  border-color: #f9bf24;
  background: url(../images/news-arrow-3.png) no-repeat center right 10px #f9bf24;
}
@media (max-width: 1200px) {
  .inside-xg-news {
    padding-bottom: 40px;
  }
  .inside-xg-news ul {
    margin: 0;
  }
  .inside-xg-news li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .inside-xg-news li a {
    height: 270px;
  }
  .inside-xg-news li a:before {
    height: 4px;
  }
  .inside-xg-news li .txt {
    height: 48px;
    margin-top: 15px;
  }
}
.inside-soution {
  padding-top: 70px;
  padding-bottom: 80px;
}
.inside-soution ul {
  margin-top: 20px;
}
.inside-soution li {
  padding: 60px 0;
  transition: all 700ms  ease;
}
.inside-soution li a {
  display: block;
}
.inside-soution li .pic {
  width: 23%;
  float: left;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}
.inside-soution li .pic img {
  transition: all 700ms ease;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inside-soution li .pic::after {
  content: "";
  display: block;
  padding-bottom: 54.5%;
}
.inside-soution li .txtbox {
  width: 70%;
  float: right;
  font-size: 16px;
}
.inside-soution li .tit {
  font-size: 20px;
  color: #333;
  height: 24px;
  overflow: hidden;
}
.inside-soution li .txt {
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-top: 15px;
}
.inside-soution li .more {
  width: 45px;
  height: 45px;
  border: solid 1px #e3e3e3;
  border-radius: 100%;
  margin-top: 25px;
  background: url(../images/so-img7.png) no-repeat center center;
}
.inside-soution li:hover {
  background-color: #f7fafc;
}
.inside-soution li:hover .pic img {
  transform: scale(1.05);
}
.inside-soution li:hover .txtbox .tit {
  color: #0270c4;
  font-weight: 700;
}
.inside-soution li:hover .txtbox .more {
  border-color: #0270c4;
  background: url(../images/so-img8.png) no-repeat center center #0270c4;
}
.inside-soution .inside-page {
  border-top: solid 1px #d6d6d6;
}
@media (max-width: 640px) {
  .inside-soution {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .inside-soution li {
    padding: 20px 0;
  }
  .inside-soution li .pic {
    width: 100%;
    float: none;
  }
  .inside-soution li .pic img {
    width: 100%;
  }
  .inside-soution li .txtbox {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .inside-soution li .more {
    width: 35px;
    height: 35px;
  }
}
.inside-message .title .cn {
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.inside-message .title .en {
  color: #999;
  font-size: 13px;
  font-family: arial;
}
.inside-message ul {
  padding-top: 40px;
  position: relative;
}
.inside-message li {
  margin-bottom: 20px;
  height: 50px;
  width: 440px;
  position: relative;
}
.inside-message li label {
  top: 12px;
  left: 17px;
  color: #f30;
  position: absolute;
}
.inside-message li input,
.inside-message li textarea {
  width: 100%;
  height: 48px;
  background: none;
  border: 0;
  color: #333;
  padding-left: 25px;
  border: solid 1px #cccccc;
  font-family: '微软雅黑';
}
.inside-message li input:focus,
.inside-message li textarea:focus {
  border-color: #0270c4;
}
.inside-message span {
  color: #fff;
  right: 0;
  top: -10px;
  position: absolute;
  line-height: 18px;
  padding-left: 5px;
  border-radius: 3px;
  background: #0270c4;
}
.inside-message .bd-2 {
  top: 36px;
  right: 0;
  position: absolute;
  width: 660px;
}
.inside-message .bd-2 textarea {
  height: 125px;
  resize: none;
  padding: 15px;
}
.inside-message .button {
  bottom: -10px;
  right: 0;
  width: 176px;
  position: absolute;
}
.inside-message .button a {
  height: 50px;
  color: #fff;
  width: 100%;
  line-height: 50px;
  background: #0270c4;
  text-align: center;
  display: inline-block;
}
.inside-message .button a:hover {
  background: #f9bf24;
}
@media (max-width: 1200px) {
  .inside-message li {
    width: 100%;
    float: none;
  }
  .inside-message .bd-2,
  .inside-message .button {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.inside-contact {
  background: url(../images/news-bg.jpg) no-repeat top center #fff;
  padding: 60px 0 140px 0;
}
.inside-contact .inside-message {
  position: relative;
  margin-top: 70px;
}
.inside-contact .dw {
  top: -100px;
  z-index: 1;
  position: absolute;
}
.inside-contact .box-1 {
  margin-top: 70px;
}
.inside-contact .box-1 ul {
  padding: 55px 0 30px 0;
  padding-left: 370px;
  background: #fbfbfb;
  border-bottom: solid 2px #f3f3f3;
  border-top: solid 2px #f3f3f3;
}
.inside-contact .box-1 li:last-child .txtbox {
  border-bottom: 0;
}
.inside-contact .box-1 li {
  font-size: 16px;
  padding-left: 100px;
  min-height: 90px;
  position: relative;
}
.inside-contact .box-1 li span {
  top: 10px;
  left: 0;
  position: absolute;
}
.inside-contact .box-1 li span img {
  max-height: 80px;
}
.inside-contact .box-1 li .txtbox {
  width: 70%;
  padding: 20px 0;
  border-bottom: dashed 1px #111;
}
.inside-contact .box-1 li p:first-child {
  font-weight: 700;
  font-size: 18px;
}
.inside-contact .box-1 li .num {
  font-family: arial;
  font-size: 16px;
}
.inside-contact .box-1 .bt {
  color: #333;
  font-weight: 700;
  font-size: 22px;
  min-height: auto;
  border-bottom: 0;
}
@media (max-width: 1200px) {
  .inside-contact {
    padding: 40px 0;
  }
  .inside-contact .inside-message {
    margin-top: 40px;
  }
  .inside-contact .box-1 ul {
    padding: 30px;
  }
  .inside-contact .box-1 {
    margin-top: 40px;
  }
  .inside-contact .box-1 .bt {
    padding-left: 0;
    font-size: 18px;
  }
  .inside-contact .box-1 li {
    padding-left: 90px;
    font-size: 16px;
  }
  .inside-contact .box-1 li .txtbox {
    width: 100%;
  }
  .inside-contact .box-1 li .num {
    font-size: 16px;
  }
  .inside-contact .box-1 li span {
    left: -10px;
  }
}
.inside-job {
  padding: 70px 0 80px 0;
}
.inside-job .jsh {
  font-size: 16px;
  line-height: 30px;
  padding: 60px 120px;
  text-align: center;
}
.inside-job .list {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #eeeeee;
  padding-top: 35px;
  margin-bottom: 59px;
}
.inside-job .list ul li:last-child {
  border: 0;
}
.inside-job .list ul li {
  padding-bottom: 35px;
  margin-bottom: 21px;
  border-bottom: 1px solid #eeeeee;
}
.inside-job .list ul li .box {
  position: relative;
  min-height: 72px;
  padding-left: 99px;
}
.inside-job .list ul li .box .pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 69px;
}
.inside-job .list ul li .box .text .bt {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.inside-job .list ul li .box .text .p {
  font-size: 16px;
}
.inside-job .center {
  margin: 80px 0;
}
.inside-job dl {
  margin: 0 auto 50px auto;
}
.inside-job dl dt {
  display: block;
  padding: 33px 23px 34px 42px;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .inside-job dl dt {
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.inside-job dl dt span {
  display: block;
  text-align: left;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  float: left;
  padding-left: 25px;
}
.inside-job dl dt .name {
  width: 90%;
  padding-right: 20px;
  font-size: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 640px) {
  .inside-job dl dt .name {
    font-size: 18px;
  }
}
.inside-job dl dt .name:after {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  margin-top: -9px;
}
.inside-job dl dt .time {
  width: 100%;
  font-size: 14px;
  color: #a3a3a3;
  padding: 0;
}
.inside-job dl .list_dt {
  cursor: pointer;
  line-height: 30px;
  transition: width 2s;
}
@media (max-width: 640px) {
  .inside-job dl .list_dt {
    line-height: 24px;
  }
}
.inside-job .list_dt {
  color: #fff;
  cursor: pointer;
  position: relative;
  background: #f6f6f6 url(../images/job-01.png) no-repeat 96% 51px;
  transition: all 0.5s linear;
}
.inside-job .list_dt::after {
  /*content: "展开";*/
  position: absolute;
  top: 60px;
  opacity: 0;
  color: #0270c4;
  font-size: 16px;
  right: 110px;
}
.inside-job .list_dt.odd {
  background: #ffffff url(../images/job-01.png) no-repeat 96% 51px;
}
.inside-job #open {
  background: #ffffff url(../images/job-02.png) no-repeat 96% 51px;
  color: #303030;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.09);
}
.inside-job #open::after {
  opacity: 1;
}
.inside-job #open .name {
  color: #0270c4;
}
.inside-job #open .name:after {
  background: #0270c4;
}
.inside-job .list_dd {
  display: none;
  position: relative;
  z-index: 2;
  box-shadow: 0 27px 38px 0 rgba(0, 0, 0, 0.09);
}
.inside-job .jobsub {
  background: #ffffff;
  border-top: 0;
  line-height: 26px;
  padding: 27px 41px 88px 62px;
  color: #333;
  font-size: 15px;
  overflow: hidden;
  position: relative;
}
.inside-job .jobsub:after {
  content: '';
  display: block;
  height: 1px;
  background: #eee;
  width: 90%;
  left: 5%;
  position: absolute;
  top: 0;
}
.inside-job .jobsub h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 9px;
}
.inside-job .jobsub .toudi {
  padding: 10px 26px;
  border-radius: 30px;
  background: #ececec;
  color: #0270c4;
}
.inside-job .jobsub .toudi a {
  color: #0270c4;
}
.inside-job .job-more a {
  width: 185px;
  height: 46px;
  border-radius: 30px;
  border: 2px solid #0270c4;
  line-height: 42px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #0270c4;
}
.inside-job .job-more a:hover {
  color: #f9bf24;
  border-color: #f9bf24;
}
@media (max-width: 1200px) {
  .inside-job .jsh {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
  .inside-job .center {
    margin: 40px 0;
  }
}
@media (max-width: 640px) {
  .inside-job {
    padding: 40px 0;
  }
  .inside-job .list {
    margin-bottom: 0;
  }
}
.inside-product {
  padding: 70px 0 100px 0;
}
.inside-product .leftpro {
  width: 18%;
  float: left;
  min-height: 500px;
  border-left: solid 1px #e5e5e5;
}
.inside-product .leftpro li {
  padding-top: 10px;
}
.inside-product .leftpro li span {
  display: block;
  height: 38px;
  line-height: 37px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.inside-product .leftpro li span::after {
  top: 0;
  right: 0;
  content: "";
  width: 15px;
  height: 38px;
  position: absolute;
  background: url(../images/proarrow.jpg) no-repeat top right;
}
.inside-product .leftpro li span a {
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-product .leftpro li span:hover,
.inside-product .leftpro li .cur {
  border-color: #0270c4;
}
.inside-product .leftpro li span:hover:after,
.inside-product .leftpro li .cur:after {
  background: url(../images/proarrow-2.jpg) no-repeat top right;
}
.inside-product .leftpro li span:hover a,
.inside-product .leftpro li .cur a {
  color: #0270c4;
  font-weight: bold;
}
.inside-product .leftpro li .submenu {
  padding-left: 25px;
  padding-right: 10px;
}
.inside-product .leftpro li .submenu a {
  display: block;
  padding-left: 10px;
  height: 31px;
  line-height: 30px;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.inside-product .leftpro li .submenu a.cur{color: #0270c4;}


.inside-product .leftpro li .submenu a::before {
  content: "";
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
  background: #c2c2c2;
  border-radius: 100%;
  position: absolute;
}
.inside-product .leftpro li .subtwo {
  background: #f8f8f8;
  font-family: 13px;
  padding: 15px 0;
  padding-left: 10px;
}
.inside-product .leftpro li .subtwo a {
  border-bottom: 0;
}

.inside-product .leftpro li .subtwo a.cur{color: #0270c4;}

.inside-product .leftpro li .subtwo a:before {
  display: none;
}
.inside-product .rightbox {
  width: 79%;
  float: right;
  overflow: hidden;
}
.inside-product .rightbox .title {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
.inside-product .rightbox .list {
  margin: 0 -14px;
  padding-top: 10px;
}
.inside-product .rightbox .list li {
  width: 33.333%;
  float: left;
  padding: 0 14px;
  padding-top: 24px;
}
.inside-product .rightbox .list li .item {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e7e7e7;
}
.inside-product .rightbox .list li .pic {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.inside-product .rightbox .list li .pic img {
  transition: all 700ms ease;
  transform-origin: center top;
}
.inside-product .rightbox .list li .pic::after {
  content: "";
  display: block;
  padding-bottom: 72%;
}
.inside-product .rightbox .list li .box {
  position: relative;
}
.inside-product .rightbox .list li .box::before {
  content: "";
  top: -7px;
  left: 20px;
  position: absolute;
  border-bottom: solid 8px #dddddd;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.inside-product .rightbox .list li .tit {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  position: relative;
  background: #ddd;
  padding-right: 38px;
}
.inside-product .rightbox .list li .tit i {
  display: inline-block;
  border: solid 1px #bdbdbd;
  color: #bdbdbd;
  width: 17px;
  height: 17px;
  line-height: 15px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.inside-product .rightbox .list li:hover .pic img {
  transform: scale(1.05);
}
.inside-product .rightbox .list li:hover .box::before {
  border-bottom: solid 8px #0270c4;
}
.inside-product .rightbox .list li:hover .tit {
  color: #fff;
  background: #0270c4;
}
.inside-product .rightbox .list li:hover .tit i {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1000px) {
  .inside-product {
    padding: 40px 0;
  }
  .inside-product .leftpro {
    display: none;
  }
  .inside-product .rightbox {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .inside-product .rightbox .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .inside-product .rightbox .list li {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.inside-product-show .content-1 .leftimg {
  width: 53%;
  float: left; 
  position:relative;
}

.inside-product-show .content-1 .leftimg .bigimg span {
    display: block;
    position: relative;
	border: solid 1px #e5e5e5;
}

.inside-product-show .content-1 .leftimg .bigimg span:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.inside-product-show .content-1 .leftimg .small {
    margin-top: 10px;
    padding: 0;
}

.inside-product-show .content-1 .leftimg .small span {
    margin: 0 3px;
    border: solid 1px #dcdcdc;
    display: block;
    cursor: pointer;
    position: relative;
}

.inside-product-show .content-1 .leftimg .small span:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.inside-product-show .content-1 .leftimg .small .slick-current span {
    border-color: #495b7f;
    border-width: 1px;
}

.inside-product-show .content-1 .righttext {
  width: 47%;
  float: right;
  font-size: 16px;
  line-height: 30px;
  padding-top: 40px;
  padding-left: 50px;
}
.inside-product-show .content-1 .righttext h1 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .inside-product-show .content-1 .leftimg {
    width: 100%;
    float: none;
  }
  .inside-product-show .content-1 .righttext {
    width: 100%;
    float: none;
    font-size: 15px;
    padding-left: 10px;
  }
  .inside-product-show .content-1 .righttext h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.inside-product-show .title-2 .cn {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #0270c4;
}
.inside-product-show .title-2 .en {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .inside-product-show .title-2 .cn {
    font-size: 18px;
  }
}
.inside-product-show .tabbox {
  padding: 50px 20px;
  border: solid 1px #e5e5e5;
}
@media (max-width: 640px) {
  .inside-product-show .tabbox {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.inside-product-show .tabmenu {
  margin-top: 30px;
}
.inside-product-show .tabmenu li {
  float: left;
  width: 12%;
  cursor: pointer;
  padding-right: 2px;
}
.inside-product-show .tabmenu li span {
  height: 36px;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
  position: relative;
  border: solid 1px #e5e5e5;
  border-bottom: 0;
}
.inside-product-show .tabmenu li span::after {
  content: "";
  top: -1px;
  right: -1px;
  width: 10px;
  height: 8px;
  z-index: 1;
  position: absolute;
  background: url(../images/sj.jpg) no-repeat top center;
}
.inside-product-show .tabmenu .conmenu span {
  color: #fff;
  border-color: #0270c4;
  background: #0270c4;
}
.inside-product-show .tabmenu .conmenu span::after {
  background: url(../images/sj-2.jpg) no-repeat top center;
}
@media (max-width: 640px) {
  .inside-product-show .tabmenu li {
    width: 24%;
  }
  .inside-product-show .tabmenu li span {
    font-size: 15px;
  }
}
.inside-product-show .tabcontent {
  display: none;
}
.inside-product-show .tabcontent th {
  color: #fff;
  text-align: left;
  font-size: 16px;
  padding-left: 30px;
  line-height: 40px;
  background: #0270c4;
}
.inside-product-show .tabcontent tr {
  border-bottom: solid 1px #eeefef;
}
.inside-product-show .tabcontent tr td {
  padding: 6px 0;
  padding-left: 30px;
  word-wrap: break-word;
  word-break: break-all;
}
.inside-product-show .tabcontent .bg {
  background: #eeefef;
}
@media (max-width: 640px) {
  .inside-product-show .tabcontent th {
    font-size: 14px;
    padding-left: 10px;
    line-height: 30px;
  }
  .inside-product-show .tabcontent tr td {
    font-size: 12px;
    padding-left: 10px;
  }
}
.inside-product-show .inside-fh {
  margin-top: 40px;
}
.honor {
  padding: 0px 0 80px 0;
}
.honor .poster-main {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .honor .poster-main {
    transform: scale(0.9);
  }
}
.honor .poster-main a {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  background: #f7fafc;
}
.honor .poster-main .poster-list {
  width: 1260px;
  height: 496px;
}
.honor .poster-main .poster-list .poster-item {
  width: 200px;
  height: 394px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.3);
}
.honor .poster-main .poster-btn {
  position: absolute;
  top: 0;
  opacity: 0.8;
  cursor: pointer;
}
.honor .poster-main .poster-prev-btn {
  left: -80px;
  background: url(../images/left.png) no-repeat center left;
  width: 437px !important;
  background-size: 30px;
}
.honor .poster-main .poster-prev-btn:hover {
  opacity: 1;
}
.honor .poster-main .poster-next-btn {
  right: -80px;
  background: url(../images/right.png) no-repeat center right;
  width: 437px !important;
  background-size: 30px;
}
.honor .poster-main .poster-next-btn:hover {
  opacity: 1;
}
.honor .btn-box {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.honor .index-btn {
  display: inline;
  cursor: pointer;
  float: left;
  width: 10px;
  height: 10px;
  color: #fff;
  margin-right: 5px;
  margin-top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #feb320;
}
.honor .poster-main .poster-prev-btn {
  left: 0;
}
.honor .poster-main .poster-next-btn {
  right: 0;
}
.honor .index-btn.poster-btn-active {
  width: 40px;
  border-radius: 50px;
  background-color: #9FC112;
}
.honor .hbox {
  display: none;
}
.honor .hbox .slick-slide {
  padding: 20px 5px;
}
.honor .hbox .pic {
  position: relative;
}
.honor .hbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 149%;
}
.honor .hbox .slick-dots {
  bottom: -10px;
}
.honor .hbox .slick-dots li button {
  background: #999;
  width: 10px;
  height: 10px;
}
.honor .hbox .slick-dots li.slick-active button {
  background: #0270c4;
}
@media (max-width: 640px) {
  .honor .honor-bottom {
    display: none;
  }
  .honor .hbox {
    display: block;
  }
}
.transparency {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.transparency.transparency-visible {
  opacity: 1;
  visibility: visible;
}
#searchPopup {
  position: absolute;
  z-index: 999;
  top: 140px;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  visibility: hidden;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s, visibility 0.3s;
}
#searchPopup > .container {
  position: relative;
  padding-right: 50px;
}
#searchPopup.searchPopup-visible {
  opacity: 1;
  visibility: visible;
  animation: slideInDown 0.3s;
}
#searchPopup.searchPopup-visible .close {
  transform: translateY(0) scale(1);
}
#searchPopup .btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: url(../images/search.png) no-repeat center;
}
#searchPopup .close {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: transform 0.3s;
}
#searchPopup .close img {
  margin-top: 10px;
  max-height: 30px;
  transition: all 500ms ease;
}
#searchPopup input[type="search"] {
  height: 55px;
  line-height: 55px;
  border: none;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#searchPopup input[type="search"]:focus {
  color: #fff;
}
#searchPopup input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
