@charset "utf-8";

/* Basic public styles  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Montserrat", "Roboto", Tahoma, sans-serif;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/*clear float*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

em {
  font-style: normal !important;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype");
  /* url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg"); */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Montserrat";
  src: url("../css/fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
  src: url("../css/fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/fonts/Montserrat-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../css/fonts/Montserrat-Regular.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("../css/fonts/Montserrat-Regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../css/fonts/Montserrat-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}



/* mobile */
.mobile {
  width: 100%;
  z-index: 99999999;
  display: none;
  height: 70px;
}

.navbar-brand img,
.offcanvas-title img {
  max-height: 50px;
  vertical-align: middle;
  max-width: initial;
}

.offcanvas-body .btn {
  padding: 6px 12px;
  margin-top: 0;
}

.dropdown_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.dropdown_title span {
  font-size: 18px;
  color: #fff;
  margin: 0 30px;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
  z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #165ed7;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  width: 100%;
}

.btn-success {
  background-color: #165ed7;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:before {
  background-color: #165ed7;
}

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #fff;
  display: block;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  font-size: 14px;
  /* border-bottom: 1px solid #fff; */

  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
  color: #000;
  border-bottom: 1px solid #165ed7;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 13px;
  right: 20px;
  width: 32px;
  z-index: 99999999999;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #165ed7;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #165ed7;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #165ed7;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #165ed7;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.open > .dropdown-menu {
  display: block;
}

/* header */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li > a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.web_head {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*gotop*/
.gotop {
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  color: #fff;
  background-color: #333;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(50%) scale(0.8);
  -webkit-transform: translateY(50%) scale(0.8);
  -ms-transform: translateY(50%) scale(0.8);
  -o-transform: translateY(50%) scale(0.8);
  transform: translateY(50%) scale(0.8);
  display: block;
}

.gotop:hover,
.gotop.active:hover {
  background-color: #e61c2b;
  color: #fff;
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop em {
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.gotop:before {
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop:hover:before {
  /* -webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5); */
  opacity: 1;
  filter: alpha(opacity=0);
}

.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web_head {
  z-index: 9999999;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.head_layer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.nav_wrap {
  position: relative;
  text-align: right;
  flex: 0 80%;
}

.nav_wrap em {
  font-style: normal;
}

.nav_wrap .head_nav {
  position: relative;
  z-index: 2;
  text-align: center;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
  color: #000;
}

.nav_wrap .head_nav {
  padding: 20px 0;
}

.nav_wrap .head_nav > li {
  display: inline-block;
  line-height: 45px;
  font-size: 18px;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.nav_wrap .head_nav > li > a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding-left: 30px;
  padding-right:30px;
}

.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}

.nav_wrap .head_nav > li > a > b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e602";
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding: 0 15px;
}

.nav_wrap .head_nav > li li a {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-right: 20px;
}

.nav_wrap .head_nav > li li a:hover {
  padding-left: 5px;
  text-decoration: underline;
  background-color: #165ed7;
  color: #fff !important;
}

.nav_wrap .head_nav > li li b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e62c";
  position: absolute;
  right: 0;
  top: 10px;
}

.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}

.nav_wrap .head_nav > li li:hover > a {
  color: #666;
}

.nav_wrap .head_nav > li ul ul {
  left: 102%;
  top: -15px;
}

.nav_wrap .head_nav > li:hover > a {
  background-color: #165ed7;
  color: #fff;
}

.nav_wrap .head_nav > li:hover > a > b:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav_wrap .head_nav > li.nav-current {
  background-color: #165ed7;
}

.nav_wrap .head_nav > li.nav-current > a {
  color: #fff;
  padding: 0 20px;
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav > li.nav-current > a:after,
.nav_wrap .head_nav:hover > li:hover > a:before,
.nav_wrap .head_nav:hover > li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav:hover > li:hover > a:before {
  width: 110%;
  left: -5%;
}

.nav_wrap .head_nav:hover > li > a:before,
.nav_wrap .head_nav:hover > li > a:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover > li > a:before {
  width: 0%;
  left: 50%;
}

.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 15px 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transform: translateY(10%) scale(0.9);
  -ms-transform: translateY(10%) scale(0.9);
  -o-transform: translateY(10%) scale(0.9);
  transform: translateY(10%) scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.head_layer .logo-fixed {
  /* flex: 0 10%; */
}

.nav_wrap .head_nav li:hover > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.m_head {
  display: none;
}

.m_nav {
  display: none;
}

.fixed-nav .head_layer {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.fixed-nav .nav_wrap {
  padding-top: 0;
  background-color: #fff;
}

.fixed-nav .nav_wrap a {
  color: #000;
}

.fixed-nav .nav_wrap .head_nav > li {
  margin-right: 15px;
  margin-left: 15px;
}

.fixed-nav .logo {
  float: left;
  display: none;
  margin-bottom: 0 !important;
}

.fixed-nav .logo-fixed {
  display: block;
  /* line-height: 70px;
  flex: 0 10%; */
}

.fixed-nav .logo-fixed img {
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
  margin-bottom: 0 !important;
}

.fixed-nav .nav_wrap .head_nav > li {
  line-height: 45px;
}

.fixed-nav .nav_wrap .head_nav > li > a:before {
  bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav > li > a:after {
  bottom: 13px;
}

.fixed-nav-active .head_layer {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}

.fixed-nav .head_top {
  display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.m_headxs {
  display: none;
}

/*  */
.headernav_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headernav {
  width: 100%;
  z-index: 9999999999999999999;
}

.headernav_logo img {
  max-height: 100px;
  vertical-align: middle;
}

.headernav_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search i {
  font-size: 22px;
  color: #000;
  display: block;
  cursor: pointer;
  margin-top: 2px;
}

.search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999999999999999999;
}

/* .searchin {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.searchin {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: none;
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 999999999999999999999999;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.searchin i {
  font-size: 40px;
  color: #165ed7;
  font-weight: bold;
}

.searchin button {
  border: none;
  outline: none;
  background-color: #fff;
  width: 5%;
  height: 80px;
  line-height: 80px;
  margin-left: 20px;
  border-radius: 5px;
}

.searchin input {
  border: none;
  outline: none;
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  width: 60%;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
}

.searchclose {
  position: absolute;
  top: 80px;
  right: 200px;
  cursor: pointer;
}

.searchclose img {
  width: 70px;
  height: 70px;
}

/* banner */
.banner .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 5px;
  border: 2px solid #fff;
  background: transparent;
  background-color: #fff;
  border-radius: 0;
}

.banner .swiper-horizontal > .banner .swiper-pagination-bullets,
.banner .swiper-pagination-bullets .banner.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 15px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #165ed7;
  background-color: #165ed7;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  /* width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center; */
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  /* font-size: 30px; */
}



.bottomDiv {
  position: fixed;
  left: 0px;
  bottom: 0px;
  _position: absolute;
  padding: 0px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 99999999;
  background-color: #165ed7;
  width: 100%;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #ddd solid;
  color: #fff;
  font-size: 14px;
  height: 80px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.bot_1 i {
  display: block;
  font-size: 24px;
}

.border_none {
  border-right: none !important;
}

.bot_1 a {
  color: #fff;
}
.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
  position: absolute;
  z-index: 30;
  top: 150px;
  right: 0;
  z-index: 9999;
}
.show_btn {
  width: 0;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(../images/show_btn.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.side_content {
  width: 166px;
  height: auto;
  overflow: hidden;
  float: left;
}
.side_content .side_list {
  width: 140px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #fff;
  padding-top: 5px;
}
.side_content .side_list .hd {
  padding: 10% 10% 0 10%;
}
.side_content .side_list .hd img {
  width: 100%;
}
.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}
.side_content .side_list .cont li i {
  margin-right: 10px;
  font-size: 18px;
  color: #00619b;
}
.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ww {
  margin-left: -30px;
}
.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
  width: 100%;
}
.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
  background: url("../images/close.png") no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
  display: none;
}
/* product_show */
table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
}

table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

/* form */
.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.yandex-form #form .list p span {
  color: #ff4236;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
  font-size: 16px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #165ed7;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}


/* public video btn and mask*/
.btn13 {
  border: 1px solid #165ed7;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover {
  color: #fff;
  border-color: #165ed7;
}

.btn13 .bgsqr1 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #165ed7;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13 .bgsqr2 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #165ed7;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover .bgsqr1 {
  border-width: 50px 260px;
}
.btn13:hover .bgsqr2 {
  border-width: 50px 260px;
}
.btn13 .btn-inner {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #165ed7;
  padding: 10px 60px;
}
.btn13 .btn-inner:hover {
  color: #fff;
}
.btn {
  padding: 0;
  margin-top: 30px;
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}

.hot_product .swiper-slide {
  height: auto;
  padding-bottom: 30px;
}
.table_wrap {
  overflow-x: auto;
}
.fl-module-heading .fl-heading {
  padding: 10px 20px !important;
}
.productshow_tab_main .fl-builder-content h3.fl-heading {
  padding: 10px 20px !important;
}


/**/
.pagination{ text-align:center; margin:25px auto 10px auto; display:block; padding-top:10px;}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num{ text-align:center; margin-left:3px;}

.page-num, .page-link {
	position: relative;
	padding: 7px 10px 5px 10px;
	color: #165ed7;
	border: 1px solid #165ed7;
	text-decoration:none;
	font-size:12px;
	margin-top:12px;
	display:inline-block;
	min-height:30px !important;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #165ed7;
	border-color: #165ed7;
	/*padding: 0 10px 0 10px;*/
}
.page-num-current:hover {
	color: #fff;
}
.text-secondary{ padding-top:20px;}

/**/
.about_in{ padding:20px 0 20px 0;}


.video_show {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video_show iframe,
.video_show video,
.video_show object,
.video_show embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**/
@media (max-width: 576px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 300px;
  }
  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 300px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .product_show_main .public_ad_header_social_media a {
    margin: 0 5px 5px 0;
  }
  .newsinfo {
    display: none;
  }
  .page_ctrl_box .prev,
  .page_ctrl_box .next {
    font-size: 12px;
  }
  .indexproduct_btnaa a {
    padding: 5px 10px;
  }
  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  /* all_page_start*/
  .contact_plan3_card_box {
    padding: 20px 10px;
  }

  .newsboxtxt_bottom span {
    display: none;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .js .web-search {
    width: 100%;
  }

  .product_static_hot {
    display: none;
  }

  .blogmore {
    padding: 5px 10px;
    font-size: 14px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px 15px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px 15px;
  }

  .contact_plan2_main .public_ad_header_social_media a {
    margin-bottom: 5px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .newsbox {
    width: 48%;
    overflow: hidden;
  }

  .newsboxtxt {
    padding: 15px;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 10px;
    font-size: 14px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .product_left_hotproduct {
    display: none;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }

  /* all_page_end */
}

@media (min-width: 577px) and (max-width: 768px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 350px;
  }
  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 350px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .page_ctrl_box .prev,
  .page_ctrl_box .next {
    font-size: 16px;
  }
  /* all_page_start*/
  .newsinfo {
    display: none;
  }
  .product_static_hot {
    display: none;
  }
  .indexproduct_btnaa a {
    padding: 5px 10px;
  }
  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .js .web-search {
    width: 100%;
  }

  .feedback {
    display: none;
  }

  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .newsboxtxt {
    padding: 15px;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 20px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .product_left_hotproduct {
    display: none;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }

  /* all_page_end */
}

@media (min-width: 769px) and (max-width: 992px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 400px;
  }
  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 400px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .feedback,
  .scrollsidebar {
    display: none;
  }
  .page_ctrl_box .prev,
  .page_ctrl_box .next {
    font-size: 16px;
  }
  /* all_page_start*/
  .newsinfo {
    display: none;
  }
  .product_static_hot {
    display: none;
  }
  .indexproduct_btnaa a {
    padding: 5px 10px;
  }
  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .newsbox {
    width: 48%;
    overflow: hidden;
  }

  .js .web-search {
    width: 100%;
  }

  .contact_plan3_card_box {
    padding: 10px 15px;
  }

  .feedback {
    display: none;
  }

  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .newsboxtxt {
    padding: 15px;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 20px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .product_left_hotproduct {
    display: none;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }

  /* all_page_end */
}

@media (min-width: 993px) and (max-width: 1200px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }
  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .feedback,
  .scrollsidebar {
    display: none;
  }
  /* all_page_start*/
  .newsinfo {
    display: none;
  }
  .indexproduct_btnaa a {
    padding: 5px 10px;
  }
  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .contact_plan3_card_box {
    padding: 10px 15px;
  }

  .feedback {
    display: none;
  }

  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 20px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .scrollDiv li {
    height: 260px;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }
  .product_left_hotproduct {
    display: none;
  }
  /* all_page_end */
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }
  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }
  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .scrollDiv li {
    height: 300px;
  }
  .product_left_hotproduct {
    display: none;
  }
}

@media (min-width: 1401px) and (max-width: 1680px) {
  .videobox {
    width: 80%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }
  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 600px;
  }
}
/* successful */
.successful {
  text-align: center;
  padding: 30px 0 30px 0;
}
.successful h2 {
  font-size: 21px;
}
.successful p {
  font-size: 15px;
  padding-top: 20px;
}
.successful p span {
  color: #f30;
}
/* header_nav */
.nav_wrap .head_nav li.current_page_item a {
  background-color: #165ed7;
  color: #fff;
}
.nav_wrap .head_nav li.current_page_item li a {
  background: none;
  color: #333;
}
.nav_wrap .head_nav li.current-menu-item a {
  background-color: #165ed7;
  color: #fff;
}
.nav_wrap .head_nav li.current-menu-item li a {
  background: none;
  color: #333;
}
.nav_wrap .head_nav li.menu-item-has-children a:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e602";
  margin-left: 5px;
}
.nav_wrap
  .head_nav
  li.menu-item-has-children
  li.menu-item-has-children
  a:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e62c";
  margin-left: 5px;
}
.nav_wrap
  .head_nav
  li.menu-item-has-children
  li.menu-item-has-children
  li
  a:after {
  display: none;
}

.scrollsidebar {
  background-color: #fff;
  position: absolute;
}
.qetshowimg {
  width: 0;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(../images/show_btn.png) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
.openmessage_con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollsidebar_list li:hover .openmessage {
  display: block;
}
.scrollsidebar_list li a:hover {
  background-color: #e84224;
}
.scrollsidebar_list li a:hover p {
  color: #fff;
}
.qetscrollsidebar_main {
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  right: 0;
}
.scrollsidebar_close {
  position: absolute;
  cursor: pointer;
  right: 0px;
  bottom: -10px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.scrollsidebar_list li {
  position: relative;
}
.openmessage {
  display: none;
  position: absolute;
  top: 2px;
  right: 145px;
  z-index: 99999;
  padding: 5px 10px;
  background-color: #e5e5e5;
}
.openmessage h6 {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  display: inline;
}
.openmessage i {
  display: inline;
  font-size: 24px !important;
  color: #e84224 !important;
  margin-right: -25px;
  margin-left: 15px;
}
.scrollsidebar h3 {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-family: "impact";
  background-color: #e84224;
  padding: 10px;
}
.scrollsidebar_ma {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
}
.scrollsidebar_list li p {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  flex: 1;
  margin-left: 15px;
}
.scrollsidebar_list {
  background-color: #fff;
  padding: 10px 15px 20px 15px;
}
.scrollsidebar_list i {
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.scrollsidebar_list span {
  border-radius: 3px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e84224;
}
.scrollsidebar_list li a {
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px;
}
.scrollsidebar_ma img {
  width: 120px;
  height: 120px;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  display: block;
}
